/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
    color-scheme: dark
}

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

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    background-color: var(--bs-highlight-bg);
    color: var(--bs-highlight-color);
    padding: .1875em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: var(--bs-secondary-color);
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media(min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

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

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #6c757d;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.blockquote-footer:before {
    content: "—&nbsp;"
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: var(--bs-secondary-color);
    font-size: .875em
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media(min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width:576px) {
    .col-sm {
        flex: 1 0
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .col-md {
        flex: 1 0
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:992px) {
    .col-lg {
        flex: 1 0
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    border-color: var(--bs-table-border-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    padding: .5rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width)*2) solid
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a5b5cc;
    --bs-table-striped-bg: #c4d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000
}

.table-primary,
.table-secondary {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b4b6b7;
    --bs-table-striped-bg: #d6d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbcdce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000
}

.table-info,
.table-success {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a5c4ca;
    --bs-table-striped-bg: #c4e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e6c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dab9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece0be;
    --bs-table-hover-color: #000
}

.table-danger,
.table-warning {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc1c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7c9;
    --bs-table-hover-color: #000
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000
}

.table-dark,
.table-light {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media(max-width:1399.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + var(--bs-border-width));
    padding-top: calc(.375rem + var(--bs-border-width))
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + var(--bs-border-width));
    padding-top: calc(.5rem + var(--bs-border-width))
}

.col-form-label-sm {
    font-size: .875rem;
    padding-bottom: calc(.25rem + var(--bs-border-width));
    padding-top: calc(.25rem + var(--bs-border-width))
}

.form-text {
    color: var(--bs-secondary-color);
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    color: var(--bs-body-color);
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    color: var(--bs-body-color);
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
    color: var(--bs-body-color);
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: var(--bs-border-radius-sm);
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2);
    padding: .25rem .5rem
}

.form-control-sm::file-selector-button {
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: var(--bs-border-radius-lg);
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + var(--bs-border-width)*2);
    padding: .5rem 1rem
}

.form-control-lg::file-selector-button {
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + var(--bs-border-width)*2)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + var(--bs-border-width)*2)
}

.form-control-color {
    height: calc(1.5em + .75rem + var(--bs-border-width)*2);
    padding: .375rem;
    width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + var(--bs-border-width)*2)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + var(--bs-border-width)*2)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: .75rem
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    border-radius: var(--bs-border-radius-sm);
    font-size: .875rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: var(--bs-border-radius-lg);
    font-size: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    flex-shrink: 0;
    height: 1em;
    margin-top: .25em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:disabled {
    filter: none;
    opacity: .5;
    pointer-events: none
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out;
    width: 2em
}

@media(prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386B6FE'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%
}

.form-switch.form-check-reverse {
    padding-left: 0;
    padding-right: 2.5em
}

.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -2.5em
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    filter: none;
    opacity: .65;
    pointer-events: none
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")
}

.form-range {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    width: 100%
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + var(--bs-border-width)*2);
    line-height: 1.25;
    min-height: calc(3.5rem + var(--bs-border-width)*2)
}

.form-floating>label {
    border: var(--bs-border-width) solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    top: 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    white-space: nowrap;
    z-index: 2
}

@media(prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label:after,
.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after,
.form-floating>.form-select~label:after {
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
    content: "";
    height: 1.5em;
    inset: 1rem .375rem;
    position: absolute;
    z-index: -1
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>.form-control:disabled~label,
.form-floating>:disabled~label {
    color: #6c757d
}

.form-floating>.form-control:disabled~label:after,
.form-floating>:disabled~label:after {
    background-color: var(--bs-secondary-bg)
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    align-items: center;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    border-radius: var(--bs-border-radius-lg);
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    border-radius: var(--bs-border-radius-sm);
    font-size: .875rem;
    padding: .25rem .5rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: calc(var(--bs-border-width)*-1)
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.valid-feedback {
    color: var(--bs-form-valid-color);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    color: var(--bs-form-invalid-color);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn-check+.btn:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked:focus-visible+.btn {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media(min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: var(--bs-dropdown-spacer);
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: auto;
    top: 0
}

.dropend .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    opacity: 1;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: var(--bs-dropdown-header-color);
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    white-space: nowrap
}

.dropdown-item-text {
    color: var(--bs-dropdown-link-color);
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--bs-border-width)*-1)
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width)*-1)
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    background: none;
    border: 0;
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    isolation: isolate
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: var(--bs-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
    padding-left: 0;
    padding-right: 0
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    border-bottom-color: currentcolor;
    color: var(--bs-nav-underline-link-active-color);
    font-weight: 700
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    color: var(--bs-navbar-color);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: hsla(0, 0%, 100%, .55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark,
.navbar[data-bs-theme=dark],
[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    color: var(--bs-body-color);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x)
}

.card-title {
    color: var(--bs-card-title-color);
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    color: var(--bs-card-subtitle-color);
    margin-top: calc(var(--bs-card-title-spacer-y)*-.5)
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: calc(var(--bs-card-cap-padding-y)*-1);
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-img-overlay {
    border-radius: var(--bs-card-inner-border-radius);
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23052C65' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236DA8FD' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236DA8FD' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color: var(--bs-pagination-color);
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
    color: var(--bs-pagination-hover-color);
    z-index: 2
}

.page-link:focus {
    background-color: var(--bs-pagination-focus-bg);
    box-shadow: var(--bs-pagination-focus-box-shadow);
    color: var(--bs-pagination-focus-color);
    outline: 0;
    z-index: 3
}

.active>.page-link,
.page-link.active {
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    color: var(--bs-pagination-active-color);
    z-index: 3
}

.disabled>.page-link,
.page-link.disabled {
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    color: var(--bs-pagination-disabled-color);
    pointer-events: none
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width)*-1)
}

.page-item:first-child .page-link {
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    color: var(--bs-alert-link-color);
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    display: flex;
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height);
    overflow: hidden
}

.progress-bar {
    background-color: var(--bs-progress-bar-bg);
    color: var(--bs-progress-bar-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    transition: var(--bs-progress-bar-transition);
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    border-radius: var(--bs-list-group-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

.list-group-numbered>.list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    color: var(--bs-list-group-action-color);
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: var(--bs-list-group-action-hover-bg);
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: var(--bs-list-group-action-active-bg);
    color: var(--bs-list-group-action-active-color)
}

.list-group-item {
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    color: var(--bs-list-group-color);
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    position: relative;
    text-decoration: none
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: var(--bs-list-group-disabled-bg);
    color: var(--bs-list-group-disabled-color);
    pointer-events: none
}

.list-group-item.active {
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
    color: var(--bs-list-group-active-color);
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: var(--bs-list-group-border-width);
    margin-top: calc(var(--bs-list-group-border-width)*-1)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius)
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width)*-1)
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media(min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    box-sizing: content-box;
    height: 1em;
    opacity: var(--bs-btn-close-opacity);
    padding: .25em;
    width: 1em
}

.btn-close,
.btn-close:hover {
    color: var(--bs-btn-close-color)
}

.btn-close:hover {
    opacity: var(--bs-btn-close-hover-opacity);
    text-decoration: none
}

.btn-close:focus {
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
    outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
    opacity: var(--bs-btn-close-disabled-opacity);
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.btn-close-white,
[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    background-clip: padding-box;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    border-radius: var(--bs-toast-border-radius);
    box-shadow: var(--bs-toast-box-shadow);
    color: var(--bs-toast-color);
    font-size: var(--bs-toast-font-size);
    max-width: 100%;
    pointer-events: auto;
    width: var(--bs-toast-max-width)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    width: max-content;
    z-index: var(--bs-toast-zindex)
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: var(--bs-toast-header-bg);
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    color: var(--bs-toast-header-color);
    display: flex;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x)
}

.toast-header .btn-close {
    margin-left: var(--bs-toast-padding-x);
    margin-right: calc(var(--bs-toast-padding-x)*-.5)
}

.toast-body {
    word-wrap: break-word;
    padding: var(--bs-toast-padding-x)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: flex;
    flex-shrink: 0;
    padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative
}

.modal-footer {
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media(max-width:575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    word-wrap: break-word;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: var(--bs-tooltip-margin);
    opacity: 0;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-tooltip-zindex)
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    height: var(--bs-tooltip-arrow-height);
    width: var(--bs-tooltip-arrow-width)
}

.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: calc(var(--bs-tooltip-arrow-height)*-1)
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--bs-tooltip-bg);
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    left: calc(var(--bs-tooltip-arrow-height)*-1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: calc(var(--bs-tooltip-arrow-height)*-1)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--bs-tooltip-bg);
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    right: calc(var(--bs-tooltip-arrow-height)*-1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    left: -1px
}

.tooltip-inner {
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
    color: var(--bs-tooltip-color);
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align: center
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: var(--bs-popover-bg);
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-popover-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: var(--bs-popover-max-width);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-popover-zindex)
}

.popover .popover-arrow {
    display: block;
    height: var(--bs-popover-arrow-height);
    width: var(--bs-popover-arrow-width)
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border: 0 solid transparent;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:after,
.bs-popover-top>.popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    border-top-color: var(--bs-popover-arrow-border);
    bottom: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    border-top-color: var(--bs-popover-bg);
    bottom: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    height: var(--bs-popover-arrow-width);
    left: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-end>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    border-right-color: var(--bs-popover-arrow-border);
    left: 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    border-right-color: var(--bs-popover-bg);
    left: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    border-bottom-color: var(--bs-popover-arrow-border);
    top: 0
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: var(--bs-popover-bg);
    top: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    content: "";
    display: block;
    left: 50%;
    margin-left: calc(var(--bs-popover-arrow-width)*-.5);
    position: absolute;
    top: 0;
    width: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    height: var(--bs-popover-arrow-width);
    right: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-start>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    border-left-color: var(--bs-popover-arrow-border);
    right: 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    border-left-color: var(--bs-popover-bg);
    right: var(--bs-popover-border-width)
}

.popover-header {
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
    color: var(--bs-popover-header-color);
    font-size: var(--bs-popover-header-font-size);
    margin-bottom: 0;
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: var(--bs-popover-body-color);
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform .6s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    padding: 0;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-border,
.spinner-grow {
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius: 50%;
    display: inline-block;
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    width: var(--bs-spinner-width)
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media(prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media(max-width:575.98px) {
    .offcanvas-sm {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--bs-offcanvas-transition);
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media(max-width:575.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media(max-width:575.98px) {
    .offcanvas-sm.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-sm.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-sm.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none
    }

    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible
    }
}

@media(min-width:576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(max-width:767.98px) {
    .offcanvas-md {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--bs-offcanvas-transition);
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media(max-width:767.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media(max-width:767.98px) {
    .offcanvas-md.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-md.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-md.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none
    }

    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible
    }
}

@media(min-width:768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(max-width:991.98px) {
    .offcanvas-lg {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--bs-offcanvas-transition);
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media(max-width:991.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media(max-width:991.98px) {
    .offcanvas-lg.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-lg.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-lg.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none
    }

    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible
    }
}

@media(min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(max-width:1199.98px) {
    .offcanvas-xl {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--bs-offcanvas-transition);
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media(max-width:1199.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media(max-width:1199.98px) {
    .offcanvas-xl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none
    }

    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible
    }
}

@media(min-width:1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media(max-width:1399.98px) {
    .offcanvas-xxl {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--bs-offcanvas-transition);
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media(max-width:1399.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media(max-width:1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xxl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }

    .offcanvas-xxl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom,
    .offcanvas-xxl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }

    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
        transform: none
    }

    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media(min-width:1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.offcanvas {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
}

@media(prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    align-items: center;
    display: flex;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    margin: calc(var(--bs-offcanvas-padding-y)*-.5) calc(var(--bs-offcanvas-padding-x)*-.5) calc(var(--bs-offcanvas-padding-y)*-.5) auto;
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)
}

.offcanvas-title {
    line-height: var(--bs-offcanvas-title-line-height);
    margin-bottom: 0
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    animation: placeholder-wave 2s linear infinite;
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.text-bg-primary {
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-secondary {
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-success {
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-info {
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-warning {
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-danger {
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-light {
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-dark {
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:focus,
.link-warning:hover {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    outline: 0
}

.icon-link {
    align-items: center;
    backface-visibility: hidden;
    display: inline-flex;
    gap: .375rem;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em
}

.icon-link>.bi {
    fill: currentcolor;
    flex-shrink: 0;
    height: 1em;
    transition: transform .2s ease-in-out;
    width: 1em
}

@media(prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom,
.sticky-top {
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

@media(min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media(min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,
.vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: nowrap !important;
    width: 1px !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: var(--bs-border-width)
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    object-fit: contain !important
}

.object-fit-cover {
    object-fit: cover !important
}

.object-fit-fill {
    object-fit: fill !important
}

.object-fit-scale {
    object-fit: scale-down !important
}

.object-fit-none {
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

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

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    column-gap: 0 !important
}

.column-gap-1 {
    column-gap: .25rem !important
}

.column-gap-2 {
    column-gap: .5rem !important
}

.column-gap-3 {
    column-gap: 1rem !important
}

.column-gap-4 {
    column-gap: 1.5rem !important
}

.column-gap-5 {
    column-gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10,
.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25,
.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50,
.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75,
.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100,
.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,
.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2,
.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3,
.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important
}

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

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-end-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-end-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media(min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        object-fit: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .column-gap-sm-0 {
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        column-gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        object-fit: contain !important
    }

    .object-fit-md-cover {
        object-fit: cover !important
    }

    .object-fit-md-fill {
        object-fit: fill !important
    }

    .object-fit-md-scale {
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        object-fit: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .column-gap-md-0 {
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        column-gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        object-fit: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .column-gap-lg-0 {
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        column-gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        object-fit: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xl-0 {
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        column-gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        object-fit: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xxl-0 {
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        column-gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.breadcrumbs_style {
    margin-bottom: 100px
}

.breadcrumbs_style .container {
    position: relative;
    z-index: 9
}

.breadcrumbs_style .container ul.breadcrumb {
    left: 15px;
    margin-bottom: 0;
    position: absolute;
    top: 120px
}

.breadcrumbs_style .container ul.breadcrumb li {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    padding-right: 50px;
    position: relative
}

.breadcrumbs_style .container ul.breadcrumb li:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTcgOCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE2LjM1NCA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEwxMy4xNzIuNDY0YS41LjUgMCAxIDAtLjcwOC43MDhMMTUuMjkzIDRsLTIuODI5IDIuODI4YS41LjUgMCAxIDAgLjcwOC43MDhsMy4xODItMy4xODJaTTAgNC41aDE2di0xSDB2MVoiLz48L3N2Zz4=);
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 17px
}

.breadcrumbs_style .container ul.breadcrumb li:last-child a {
    color: #06dcbf
}

.breadcrumbs_style .container ul.breadcrumb li:last-child:after {
    display: none
}

.breadcrumbs_style.white {
    position: relative;
    z-index: 9
}

.breadcrumbs_style.white ul.breadcrumb li a {
    color: #fff
}

.breadcrumbs_style.white ul.breadcrumb li a:hover,
.breadcrumbs_style.white ul.breadcrumb li:last-child a {
    color: #06dcbf
}

.breadcrumbs_style.white ul.breadcrumb li:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTcgOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2LjM1NCA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEwxMy4xNzIuNDY0YS41LjUgMCAxIDAtLjcwOC43MDhMMTUuMjkzIDRsLTIuODI5IDIuODI4YS41LjUgMCAxIDAgLjcwOC43MDhsMy4xODItMy4xODJaTTAgNC41aDE2di0xSDB2MVoiLz48L3N2Zz4=)
}

@media(min-width:1600px)and (max-width:1800px) {
    .breadcrumbs_style .container {
        position: relative
    }

    .breadcrumbs_style .container ul.breadcrumb {
        top: 115px
    }

    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 13px;
        height: 20px;
        line-height: 20px;
        padding-right: 50px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .breadcrumbs_style {
        margin-bottom: 89px
    }

    .breadcrumbs_style .container {
        position: relative
    }

    .breadcrumbs_style .container ul.breadcrumb {
        top: 110px
    }

    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        padding-right: 50px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .breadcrumbs_style {
        margin-bottom: 79px
    }

    .breadcrumbs_style .container {
        position: relative
    }

    .breadcrumbs_style .container ul.breadcrumb {
        top: 110px
    }

    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 13px;
        height: 20px;
        line-height: 20px;
        padding-right: 50px
    }
}

@media(min-width:1000px)and (max-width:1199px) {
    .breadcrumbs_style {
        margin-bottom: 59px
    }

    .breadcrumbs_style .container {
        position: relative
    }

    .breadcrumbs_style .container ul.breadcrumb {
        top: 70px
    }

    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 10px;
        height: 15px;
        line-height: 20px;
        padding-right: 40px
    }
}

@media(min-width:768px)and (max-width:999px) {
    .breadcrumbs_style {
        margin-bottom: 40px
    }

    .breadcrumbs_style .container {
        position: relative
    }

    .breadcrumbs_style .container ul.breadcrumb {
        top: 50px
    }

    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 10px;
        height: 15px;
        line-height: 20px;
        padding-right: 40px
    }
}

@media(min-width:0px)and (max-width:767px) {
    .breadcrumbs_style {
        display: none
    }

    .breadcrumbs_style .container {
        position: relative
    }

    .breadcrumbs_style .container ul.breadcrumb {
        top: 70px
    }

    .breadcrumbs_style .container ul.breadcrumb li {
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        padding-right: 20px
    }

    .breadcrumbs_style .container ul.breadcrumb li:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 8px;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 10px
    }

    .breadcrumbs_style.white {
        display: block;
        margin-bottom: 0
    }
}

.mobile_header_icons,
.mobile_view,
.navicon {
    display: none
}

.tekrevol_header {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    height: 100px;
    position: fixed;
    top: 0;
    transition: all .3s ease-in;
    width: 100%;
    z-index: 999
}

.tekrevol_header [data-active=false] {
    background: transparent;
    border-bottom: 1px solid #f8f8fb;
    transition: all .3s ease-in
}

.tekrevol_header [data-active=false] .tekrevol_logo svg path:nth-child(10),
.tekrevol_header [data-active=false] .tekrevol_logo svg path:nth-child(11),
.tekrevol_header [data-active=false] .tekrevol_logo svg path:nth-child(4),
.tekrevol_header [data-active=false] .tekrevol_logo svg path:nth-child(5),
.tekrevol_header [data-active=false] .tekrevol_logo svg path:nth-child(6),
.tekrevol_header [data-active=false] .tekrevol_logo svg path:nth-child(7),
.tekrevol_header [data-active=false] .tekrevol_logo svg path:nth-child(8),
.tekrevol_header [data-active=false] .tekrevol_logo svg path:nth-child(9) {
    fill: #fff
}

.tekrevol_header [data-active=false] .tekrevol_menu.deskstop_view {
    display: block
}

.tekrevol_header [data-active=false] .tekrevol_menu.deskstop_view a {
    color: #fff
}

.tekrevol_header [data-active=false] .tekrevol_menu.deskstop_view a.link_home {
    font-size: 0
}

.tekrevol_header [data-active=false] .tekrevol_menu.deskstop_view a.link_home svg path {
    fill: #fff
}

.tekrevol_header [data-active=false] #nav-icon2 span {
    background: #fff
}

.tekrevol_header.active {
    top: 0;
    transition: all .3s ease-in
}

.tekrevol_header.white {
    background: transparent;
    border-bottom: 0
}

.tekrevol_header.white.active {
    background: #fff
}

.tekrevol_header.white.active .tekrevol_menu ul li a {
    color: #000
}

.tekrevol_header.white.active .navicon svg path {
    stroke: #000
}

.tekrevol_header.white .tekrevol_menu ul li a {
    color: #fff
}

.tekrevol_header.white .navicon svg path {
    stroke: #fff
}

.tekrevol_header.white .mobile_header_icons li a svg path {
    fill: #fff
}

.tekrevol_header .tekrevol_menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative
}

.tekrevol_header .tekrevol_menu ul li img {
    display: block;
    height: 50px;
    margin: 10px auto;
    width: 50px
}

.tekrevol_header .tekrevol_menu ul li:last-child {
    margin-left: 15px
}

.tekrevol_header .tekrevol_menu ul li:last-child a.btn_primary {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    width: 180px
}

.tekrevol_header .tekrevol_menu ul li:last-child a.btn_primary:hover {
    background: #fff;
    border: 2px solid #06dcbf;
    color: #06dcbf
}

.tekrevol_header .tekrevol_menu ul li a {
    color: #000;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
    text-transform: capitalize
}

.tekrevol_header .tekrevol_menu ul li a span {
    text-transform: none
}

.tekrevol_header .tekrevol_menu ul li a.active {
    color: #06dcbf
}

.tekrevol_header .tekrevol_menu ul li a:hover {
    color: #06dcbf;
    transition: .3s linear
}

.tekrevol_header .tekrevol_menu ul li a.link_home {
    font-size: 0;
    position: relative
}

.tekrevol_header .tekrevol_menu ul li a.link_home.active {
    color: #06dcbf
}

.tekrevol_header .tekrevol_menu ul li a.link_home svg {
    display: inline-block
}

.tekrevol_header .tekrevol_menu ul li a.link_home svg path {
    fill: #000
}

.tekrevol_header .tekrevol_menu ul li a.link_home.active svg path,
.tekrevol_header .tekrevol_menu ul li a.link_home:hover svg path {
    fill: #06dcbf
}

.tekrevol_header .tekrevol_menu ul li a.link_home:after {
    border-top: 5px solid;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: opacity .3s, transform .3s;
    width: 100%
}

.tekrevol_header .tekrevol_menu ul li a.link_home.active:after,
.tekrevol_header .tekrevol_menu ul li a.link_home:hover:after {
    opacity: 1;
    top: 0;
    transform: scale(1)
}

.tekrevol_header .tekrevol_menu ul li .submenu {
    display: none
}

.tekrevol_header .tekrevol_menu ul li.sub:hover .submenu {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: block;
    height: auto;
    left: 0;
    padding: 25px 25px 10px;
    position: absolute;
    top: 100px;
    width: 300px
}

.tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul {
    display: flex;
    flex-wrap: wrap
}

.tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li {
    flex: 0 0 100%;
    height: 26px;
    margin: 0 0 15px;
    text-align: left
}

.tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li:last-child {
    border-bottom: 0
}

.tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li a {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 0
}

.tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li a:hover {
    color: #06dcbf
}

.tekrevol_header .tekrevol_menu ul li.mega .mega_menu {
    display: none;
    transition: all .3s ease-in
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    left: 0;
    max-height: 545px;
    max-width: 100%;
    padding: 40px 40px 0;
    position: fixed;
    text-align: left;
    top: 100px;
    transition: all .3s ease-in;
    width: 100%;
    z-index: 9
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4,
.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
    padding-left: 30px
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_content img {
    cursor: pointer;
    height: 100%;
    width: 100%
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_content p {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    padding-right: 40px
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
    border-left: 1px solid #f1f1f1;
    padding-left: 30px
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items.case-study-links {
    display: flex;
    flex-wrap: wrap
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items.case-study-links li {
    flex: 1 0 33%
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li {
    display: block
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 0
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a:hover {
    color: #06dcbf
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li:last-child {
    margin-left: 0
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu {
    background: #314252;
    height: 120px;
    margin-top: 40px;
    position: relative
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:after {
    background: #314252;
    content: "";
    height: 120px;
    left: -300%;
    position: absolute;
    top: 0;
    width: 300%
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:before {
    background: #314252;
    content: "";
    height: 120px;
    position: absolute;
    right: -300%;
    top: 0;
    width: 300%
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee .h4,
.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee h4 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu {
    align-items: center;
    display: flex;
    padding-left: 30px
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .h4,
.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu h4 {
    padding: 30px
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: 20px
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a:hover {
    color: #06dcbf
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a:hover span {
    color: #fff
}

.tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a span {
    display: block;
    font-size: 14px
}

@media(min-width:1600px)and (max-width:1800px) {
    .tekrevol_header {
        height: 100px
    }

    .tekrevol_header .tekrevol_menu ul li:last-child {
        margin-left: 15px
    }

    .tekrevol_header .tekrevol_menu ul li:last-child a.btn_primary {
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        width: 180px
    }

    .tekrevol_header .tekrevol_menu ul li a {
        font-size: 14px;
        height: 100px;
        line-height: 100px;
        padding: 0 20px
    }

    .tekrevol_header .tekrevol_menu ul li a svg {
        margin-bottom: -8px
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu {
        padding: 25px 25px 15px;
        top: 100px;
        width: 280px
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li {
        height: 24px;
        margin: 0 0 10px;
        text-align: left
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li a {
        color: #314252;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu {
        padding: 30px 0 0;
        top: 100px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
        padding-left: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_content p {
        font-size: 25px;
        line-height: 40px;
        padding-right: 30px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
        padding-left: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li {
        display: block
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu {
        height: 100px;
        margin-top: 30px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:after,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:before {
        height: 100px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee .h4,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee h4 {
        font-size: 18px;
        line-height: 38px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu {
        padding-left: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a {
        font-size: 13px;
        line-height: 19px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a span {
        display: block;
        font-size: 11px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .bg_color {
        position: relative
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .bg_color:before {
        background: hsla(0, 0%, 100%, .6);
        box-shadow: 0 20px 32px rgba(0, 0, 0, .05);
        content: "";
        left: -90px;
        position: absolute;
        top: -50px;
        width: 100vw;
        z-index: -1
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .bg_color .side_menu li {
        align-items: center;
        background: #fff;
        box-shadow: 0 17.8746px 28.5993px rgba(0, 0, 0, .1);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 20px;
        min-height: 120px;
        position: unset;
        vertical-align: middle;
        width: 261px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .bg_color .side_menu li a {
        height: auto;
        padding: 0
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .bg_color .side_menu li a .h5,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .bg_color .side_menu li a h5 {
        color: #000;
        display: block;
        font-family: Poppins, sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        margin-bottom: 0;
        text-align: center
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .bg_color .side_menu li a svg {
        display: block;
        margin: 0 auto 10px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .bg_color .side_menu li a span {
        color: #bcbcbc;
        display: block;
        font-family: Poppins, sans-serif;
        font-size: 10.7247px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        text-align: center
    }

    .tekrevol_header .mobile_header_icons {
        display: none
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .tekrevol_header {
        height: 90px
    }

    .tekrevol_header .tekrevol_menu ul li:last-child {
        margin-left: 15px
    }

    .tekrevol_header .tekrevol_menu ul li:last-child a.btn_primary {
        border-radius: 50px;
        height: 45px;
        line-height: 45px;
        width: 150px
    }

    .tekrevol_header .tekrevol_menu ul li img {
        height: 40px;
        width: 40px
    }

    .tekrevol_header .tekrevol_menu ul li a {
        font-size: 14px;
        height: 90px;
        line-height: 90px;
        padding: 0 16px
    }

    .tekrevol_header .tekrevol_menu ul li a svg {
        height: 22px;
        margin-top: -6px;
        width: 22px
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu {
        padding: 25px 25px 15px;
        top: 90px;
        width: 280px
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li {
        height: 24px;
        margin: 0 0 10px;
        text-align: left
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li a {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu {
        padding: 30px 0 0;
        top: 90px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        padding-left: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_content p {
        font-size: 22px;
        line-height: 35px;
        padding-right: 25px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
        padding-left: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li {
        display: block
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 8px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu {
        height: 80px;
        margin-top: 30px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:after,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:before {
        height: 80px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee .h4,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee h4 {
        font-size: 16px;
        line-height: 26px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu {
        padding-left: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a {
        font-size: 13px;
        line-height: 19px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a span {
        display: block;
        font-size: 11px
    }

    .tekrevol_header .mobile_header_icons {
        display: none
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .tekrevol_header {
        height: 80px
    }

    .tekrevol_header .tekrevol_menu ul li:last-child {
        margin-left: 15px
    }

    .tekrevol_header .tekrevol_menu ul li:last-child a.btn_primary {
        border-radius: 50px;
        height: 45px;
        line-height: 45px;
        width: 150px
    }

    .tekrevol_header .tekrevol_menu ul li img {
        height: 30px;
        width: 30px
    }

    .tekrevol_header .tekrevol_menu ul li a {
        font-size: 13px;
        height: 80px;
        line-height: 80px;
        padding: 0 16px
    }

    .tekrevol_header .tekrevol_menu ul li a svg {
        height: 20px;
        margin-top: -5px;
        width: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu {
        padding: 25px 25px 15px;
        top: 80px;
        width: 280px
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li {
        height: 24px;
        margin: 0 0 10px;
        text-align: left
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li a {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu {
        padding: 30px 0 0;
        top: 80px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
        padding-left: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_content p {
        font-size: 20px;
        line-height: 32px;
        padding-right: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
        padding-left: 15px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li {
        display: block
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 8px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu {
        height: 80px;
        margin-top: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:after,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:before {
        height: 80px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee .h4,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee h4 {
        font-size: 15px;
        line-height: 25px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu {
        padding-left: 15px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a {
        font-size: 12px;
        line-height: 18px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a span {
        display: block;
        font-size: 10px
    }

    .tekrevol_header .mobile_header_icons {
        display: none
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .tekrevol_header {
        height: 60px
    }

    .tekrevol_header .tekrevol_menu ul li:last-child {
        margin-left: 15px
    }

    .tekrevol_header .tekrevol_menu ul li:last-child a.btn_primary {
        border: 1px solid #06dcbf;
        border-radius: 50px;
        font-weight: 500;
        height: 35px;
        line-height: 35px;
        width: 120px
    }

    .tekrevol_header .tekrevol_menu ul li img {
        height: 30px;
        width: 30px
    }

    .tekrevol_header .tekrevol_menu ul li a {
        font-size: 11px;
        height: 60px;
        line-height: 60px;
        padding: 0 10px
    }

    .tekrevol_header .tekrevol_menu ul li a svg {
        height: 17px;
        margin-top: -5px;
        width: 17px
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu {
        padding: 25px 25px 15px;
        top: 60px;
        width: 280px
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li {
        height: 24px;
        margin: 0 0 10px;
        text-align: left
    }

    .tekrevol_header .tekrevol_menu ul li.sub:hover .submenu ul li a {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu {
        padding: 20px 0 0;
        top: 60px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_content p {
        font-size: 16px;
        line-height: 26px;
        padding-right: 10px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
        padding-left: 15px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li {
        display: block
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 8px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu {
        height: 60px;
        margin-top: 20px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:after,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu:before {
        height: 60px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee .h4,
    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_namee h4 {
        font-size: 13px;
        line-height: 23px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu {
        padding-left: 0
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a {
        font-size: 11px;
        line-height: 14px;
        padding: 0 0 0 10px
    }

    .tekrevol_header .tekrevol_menu ul li.mega:hover .mega_menu .darkbg_menu .core_menu .menu_items a span {
        display: block;
        font-size: 9px
    }

    .tekrevol_header .mobile_header_icons {
        display: none
    }
}

@media(min-width:501px)and (max-width:899px) {
    body.active {
        overflow: hidden
    }

    body.active:after {
        background: #000;
        content: "";
        height: 100%;
        left: 0;
        opacity: .9;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99
    }

    body.active .tekrevol_header {
        top: 0
    }

    .tekrevol_header {
        height: 40px
    }

    .tekrevol_header .tekrevol_logo a svg {
        height: 20px
    }

    .tekrevol_header.white .mobile_header_icons a svg path {
        fill: #fff
    }

    .tekrevol_header.white.active .mobile_header_icons a svg path {
        fill: #000
    }

    .tekrevol_header .mobile_header_icons {
        align-items: center;
        display: flex;
        justify-content: end
    }

    .tekrevol_header .mobile_header_icons li {
        align-items: center;
        display: flex;
        height: 45px;
        justify-content: center;
        margin: 0;
        width: 45px
    }

    .tekrevol_header .mobile_header_icons li:first-child svg {
        width: 20px
    }

    .tekrevol_header .tekrevol_menu.deskstop_view {
        display: none
    }

    .tekrevol_header .tekrevol_menu.mobile_view {
        transition: .5s;
        width: 0
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active {
        background: #fff;
        display: block;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 40px;
        transition: .5s;
        width: 300px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul {
        padding: 10px 20px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li {
        display: block
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu {
        display: none
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu.active {
        display: block;
        left: unset;
        padding: 10px 0;
        position: fixed;
        right: 0;
        top: 60px;
        width: 300px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu.active .lightbg_menu .cateorgy_namee {
        height: 70vh;
        overflow: auto
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu.active .lightbg_menu .cateorgy_namee .menu_items {
        border-left: 0 solid #f1f1f1;
        padding-left: 10px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu.active .lightbg_menu .cateorgy_namee .menu_items li a {
        font-size: 13px;
        margin-bottom: 10px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li:last-child {
        margin-left: 0
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li:last-child a.btn_primary {
        border: 0 solid #06dcbf;
        border-radius: 0;
        color: #000;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        text-align: left;
        text-transform: capitalize;
        width: auto
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li img {
        height: 30px;
        width: 30px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a {
        background: #fff;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a svg {
        display: inline-block;
        margin-right: 15px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a:after {
        display: none
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a.active svg path,
    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a:hover svg path {
        fill: #06dcbf
    }

    .tekrevol_header.white .tekrevol_menu.mobile_view.active ul li a {
        color: #000 !important
    }

    .navicon {
        cursor: pointer;
        display: flex;
        justify-content: flex-end
    }

    .navicon svg {
        height: 40px;
        transition: transform .5s cubic-bezier(.4, 0, .2, 1)
    }

    .navicon svg path {
        transition: transform .5s cubic-bezier(.4, 0, .2, 1), stroke-dasharray .5s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .5s cubic-bezier(.4, 0, .2, 1)
    }

    .navicon svg path:first-child {
        transform-origin: 36% 40%
    }

    .navicon svg path:nth-child(2) {
        stroke-dasharray: 29 299
    }

    .navicon svg path:nth-child(3) {
        transform-origin: 35% 63%
    }

    .navicon svg path:nth-child(4) {
        stroke-dasharray: 29 299
    }

    .navicon svg path:nth-child(5) {
        transform-origin: 61% 52%
    }

    .navicon svg path:nth-child(6) {
        transform-origin: 62% 52%
    }

    .navicon.active svg {
        transform: rotate(90deg)
    }

    .navicon.active path:first-child {
        transform: translateX(9px) translateY(1px) rotate(45deg)
    }

    .navicon.active path:nth-child(2) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px
    }

    .navicon.active path:nth-child(3) {
        transform: translateX(9px) translateY(1px) rotate(-45deg)
    }

    .navicon.active path:nth-child(4) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px
    }

    .navicon.active path:nth-child(5) {
        transform: translateX(9px) translateY(1px) rotate(-45deg)
    }

    .navicon.active path:nth-child(6) {
        transform: translateX(9px) translateY(1px) rotate(45deg)
    }
}

@media(min-width:0px)and (max-width:500px) {
    body.active {
        overflow: hidden
    }

    body.active:after {
        background: #000;
        content: "";
        height: 100%;
        left: 0;
        opacity: .8;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99
    }

    body.active .tekrevol_header {
        top: 0
    }

    .tekrevol_header {
        height: 60px
    }

    .tekrevol_header .tekrevol_logo a svg {
        height: 25px
    }

    .tekrevol_header.white .mobile_header_icons a svg path {
        fill: #fff
    }

    .tekrevol_header.white.active .mobile_header_icons a svg path {
        fill: #000
    }

    .tekrevol_header .mobile_header_icons {
        align-items: center;
        display: flex;
        justify-content: end
    }

    .tekrevol_header .mobile_header_icons li {
        align-items: center;
        display: flex;
        height: 45px;
        justify-content: center;
        margin: 0;
        width: 45px
    }

    .tekrevol_header .mobile_header_icons li:first-child svg {
        width: 20px
    }

    .tekrevol_header .tekrevol_menu.deskstop_view {
        display: none
    }

    .tekrevol_header .tekrevol_menu.mobile_view {
        transition: .5s;
        width: 0
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active {
        background: #fff;
        display: block;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 60px;
        transition: .5s;
        width: 300px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul {
        padding: 10px 20px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li {
        display: block
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu {
        display: none
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu.active {
        display: block;
        left: unset;
        padding: 10px 0;
        position: fixed;
        right: 0;
        top: 60px;
        width: 300px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu.active .lightbg_menu .cateorgy_namee {
        height: 65vh;
        overflow: auto
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu.active .lightbg_menu .cateorgy_namee .menu_items {
        border-left: 0 solid #f1f1f1;
        padding-left: 10px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li .mega_menu.active .lightbg_menu .cateorgy_namee .menu_items li a {
        font-size: 13px;
        margin-bottom: 10px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li:last-child {
        margin-left: 0
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li:last-child a.btn_primary {
        border: 0 solid #06dcbf;
        border-radius: 0;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        text-align: left;
        text-transform: capitalize;
        width: auto
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li img {
        height: 30px;
        width: 30px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a {
        background: #fff;
        color: #000;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a svg {
        display: inline-block;
        margin-right: 15px
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a:after {
        display: none
    }

    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a.active svg path,
    .tekrevol_header .tekrevol_menu.mobile_view.active ul li a:hover svg path {
        fill: #06dcbf
    }

    .navicon {
        cursor: pointer;
        display: flex;
        justify-content: flex-end
    }

    .navicon svg {
        height: 45px;
        transition: transform .5s cubic-bezier(.4, 0, .2, 1)
    }

    .navicon svg path {
        transition: transform .5s cubic-bezier(.4, 0, .2, 1), stroke-dasharray .5s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .5s cubic-bezier(.4, 0, .2, 1)
    }

    .navicon svg path:first-child {
        transform-origin: 36% 40%
    }

    .navicon svg path:nth-child(2) {
        stroke-dasharray: 29 299
    }

    .navicon svg path:nth-child(3) {
        transform-origin: 35% 63%
    }

    .navicon svg path:nth-child(4) {
        stroke-dasharray: 29 299
    }

    .navicon svg path:nth-child(5) {
        transform-origin: 61% 52%
    }

    .navicon svg path:nth-child(6) {
        transform-origin: 62% 52%
    }

    .navicon.active svg {
        height: 45px;
        transform: rotate(90deg)
    }

    .navicon.active path:first-child {
        transform: translateX(9px) translateY(1px) rotate(45deg)
    }

    .navicon.active path:nth-child(2) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px
    }

    .navicon.active path:nth-child(3) {
        transform: translateX(9px) translateY(1px) rotate(-45deg)
    }

    .navicon.active path:nth-child(4) {
        stroke-dasharray: 225 299;
        stroke-dashoffset: -72px
    }

    .navicon.active path:nth-child(5) {
        transform: translateX(9px) translateY(1px) rotate(-45deg)
    }

    .navicon.active path:nth-child(6) {
        transform: translateX(9px) translateY(1px) rotate(45deg)
    }
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    max-height: inherit;
    padding: 60px 40px
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee:not(:first-child) {
    padding-top: 15px
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title {
    margin-bottom: 0
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title .h4,
.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title p {
    color: #898989;
    font-size: 16px;
    line-height: 26px
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4,
.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 {
    color: #314252;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4 a,
.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 a {
    color: #314252;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 30px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4 a:hover,
.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 a:hover {
    color: #06dcbf
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
    border-bottom: 1px solid #d3d3d3;
    border-left: unset;
    margin-left: 30px;
    padding-bottom: 15px;
    padding-left: 0
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items.no-border {
    border-bottom: unset;
    padding-bottom: 0
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a {
    color: #898989;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 0
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a span {
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 25px
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a:hover {
    color: #06dcbf
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a:hover span path,
.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a:hover span svg {
    fill: #06dcbf
}

.tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li p {
    color: #898989;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 270px;
    min-height: 45px
}

@media screen and (max-width:1800px) {
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu {
        padding: 40px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee:not(:first-child) {
        padding-top: 13px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title .h4,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title h4 {
        font-size: 20px;
        line-height: 1.5
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title p {
        font-size: 13px;
        line-height: 1.5
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4 a,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 a {
        font-size: 16px;
        line-height: 1.5
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
        margin-left: 20px;
        padding-bottom: 20px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a {
        font-size: 13px;
        line-height: 1.8
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a span svg {
        margin-bottom: 0
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a:not(:last-child) {
        margin-bottom: 6px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li p {
        font-size: 13px;
        line-height: 1.5;
        max-width: 225px;
        min-height: 39px
    }
}

@media screen and (max-width:1599px) {
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee:not(:first-child) {
        padding-top: 12px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
        padding-bottom: 12px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a span svg {
        height: auto;
        margin-top: 0;
        width: auto
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li p {
        font-size: 12px;
        max-width: 205px;
        min-height: 36px
    }
}

@media screen and (max-width:1399px) {
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega .mega_menu .container {
        max-width: 100%
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu {
        padding: 25px 30px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee:not(:first-child) {
        padding-top: 14px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title {
        margin-bottom: 15px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title .h4,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title h4 {
        font-size: 18px;
        padding-left: 0
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title p {
        font-size: 12px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 {
        font-size: 15px;
        margin-bottom: 5px;
        padding-left: 0
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4 a,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 a {
        margin-bottom: 0
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
        margin-left: 0;
        padding-bottom: 14px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a {
        font-size: 13px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a span svg {
        margin-top: -1px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li p {
        max-width: 220px
    }
}

@media screen and (max-width:1199px) {
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu {
        padding: 20px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu>div:not(:first-child) {
        padding-left: 0
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title .h4,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title h4 {
        font-size: 15px;
        margin-bottom: 9px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .h4 a,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee h4 a {
        font-size: 13px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items {
        padding-bottom: 12px
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a span {
        display: none
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li p {
        min-height: 36px
    }
}

@media screen and (max-width:900px) {
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu {
        padding: 20px 0
    }

    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li a,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee .menu_items li p,
    .tekrevol_header .tekrevol_menu.desktop-updated ul li.mega:hover .mega_menu .lightbg_menu .cateorgy_namee.main-title p {
        font-size: 11px
    }
}

.tekrevol_footer {
    background: #000;
    padding: 100px 0 0
}

.tekrevol_footer .footer_title {
    text-align: center
}

.tekrevol_footer .footer_title p {
    color: #fff;
    line-height: normal;
    margin-bottom: 0
}

.tekrevol_footer .footer_title .h2,
.tekrevol_footer .footer_title h2 {
    color: #fff;
    line-height: normal
}

.tekrevol_footer .footer_title .footer_btn a.btn_primary {
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #06dcbf;
    display: block;
    font-weight: 500 !important;
    font-weight: 500;
    height: 55px;
    line-height: 52px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 220px
}

.tekrevol_footer .footer_title .footer_btn a.btn_primary:hover {
    background: #06dcbf;
    color: #fff
}

.tekrevol_footer .footer_links {
    margin: 100px 0 50px
}

.tekrevol_footer .footer_links .h4,
.tekrevol_footer .footer_links h4 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.49546px;
    line-height: 45px;
    margin-bottom: 30px
}

.tekrevol_footer .footer_links ul {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap
}

.tekrevol_footer .footer_links ul li {
    flex: 0 0 50%;
    margin-bottom: 10px
}

.tekrevol_footer .footer_links ul li a {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.49546px;
    line-height: 28px
}

.tekrevol_footer .footer_links ul li a:hover {
    color: #06dcbf
}

.tekrevol_footer .last_links ul {
    display: block
}

.tekrevol_footer .footer_loaction .h4,
.tekrevol_footer .footer_loaction h4 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.49546px;
    line-height: 45px;
    margin-bottom: 30px
}

.tekrevol_footer .footer_loaction ul li {
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.49546px;
    line-height: 22px;
    padding: 0 20px;
    position: relative
}

.tekrevol_footer .footer_loaction ul li a {
    color: #fff
}

.tekrevol_footer .footer_loaction ul li a:hover {
    color: #06dcbf
}

.tekrevol_footer .footer_loaction ul li:last-child:after {
    display: none
}

.tekrevol_footer .footer_loaction ul li:first-child {
    padding-left: 0
}

.tekrevol_footer .footer_loaction ul li:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.tekrevol_footer .footer_loaction .contact_information {
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    margin-top: 15px;
    padding-top: 15px
}

.tekrevol_footer .footer_loaction .contact_information li {
    width: auto
}

.tekrevol_footer .footer_loaction .contact_information li a {
    font-weight: 400
}

.tekrevol_footer .footer_social ul {
    align-items: end;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end
}

.tekrevol_footer .footer_social ul li {
    margin: 0 5px
}

.tekrevol_footer .footer_social ul li a svg {
    height: 40px;
    width: 40px
}

.tekrevol_footer .footer_social ul li a svg path {
    fill: #fff
}

.tekrevol_footer .footer_social ul li a:hover {
    transition: all .3s ease-in
}

.tekrevol_footer .footer_social ul li a:hover svg path {
    fill: #06dcbf
}

.tekrevol_footer .footer_copyright {
    margin: 80px 0 30px
}

.tekrevol_footer .footer_copyright .copyright_txt {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: 26px
}

.tekrevol_footer .footer_copyright_links {
    text-align: right
}

.tekrevol_footer .footer_copyright_links ul {
    margin: 80px 0 30px
}

.tekrevol_footer .footer_copyright_links ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative
}

.tekrevol_footer .footer_copyright_links ul li:last-child {
    padding-right: 0
}

.tekrevol_footer .footer_copyright_links ul li:last-child:after {
    display: none
}

.tekrevol_footer .footer_copyright_links ul li:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.tekrevol_footer .footer_copyright_links ul li a {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: 26px
}

.tekrevol_footer .footer_copyright_links ul li a:hover {
    color: #06dcbf
}

@media(min-width:1600px)and (max-width:1800px) {
    .tekrevol_footer {
        background: #000;
        padding: 80px 0 0
    }

    .tekrevol_footer .footer_title {
        text-align: center
    }

    .tekrevol_footer .footer_title p {
        color: #fff;
        line-height: normal;
        margin-bottom: 0
    }

    .tekrevol_footer .footer_title .h2,
    .tekrevol_footer .footer_title h2 {
        color: #fff;
        line-height: normal
    }

    .tekrevol_footer .footer_title .footer_btn a.btn_primary {
        height: 50px;
        line-height: 50px;
        width: 160px
    }

    .tekrevol_footer .footer_links {
        margin: 100px 0 50px
    }

    .tekrevol_footer .footer_links .h4,
    .tekrevol_footer .footer_links h4 {
        font-size: 22px;
        line-height: 40px
    }

    .tekrevol_footer .footer_links ul {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_footer .footer_links ul li {
        flex: 0 0 50%;
        margin-bottom: 10px
    }

    .tekrevol_footer .footer_links ul li a {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol_footer .last_links ul {
        display: block
    }

    .tekrevol_footer .footer_loaction .h4,
    .tekrevol_footer .footer_loaction h4 {
        font-size: 20px;
        line-height: 40px
    }

    .tekrevol_footer .footer_loaction ul li {
        font-size: 15px;
        line-height: 22px;
        padding: 0 19px
    }

    .tekrevol_footer .footer_social ul {
        align-items: end;
        display: flex;
        flex-wrap: nowrap;
        justify-content: end
    }

    .tekrevol_footer .footer_social ul li {
        margin: 0 5px
    }

    .tekrevol_footer .footer_social ul li a svg {
        height: 30px;
        width: 30px
    }

    .tekrevol_footer .footer_social ul li a svg path {
        fill: #fff
    }

    .tekrevol_footer .footer_copyright {
        margin: 80px 0 30px
    }

    .tekrevol_footer .footer_copyright .copyright_txt {
        font-size: 15px;
        line-height: 26px
    }

    .tekrevol_footer .footer_copyright_links {
        text-align: right
    }

    .tekrevol_footer .footer_copyright_links ul {
        margin: 80px 0 30px
    }

    .tekrevol_footer .footer_copyright_links ul li a {
        font-size: 15px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .tekrevol_footer {
        background: #000;
        padding: 80px 0 0
    }

    .tekrevol_footer .footer_title {
        text-align: center
    }

    .tekrevol_footer .footer_title p {
        color: #fff;
        line-height: normal;
        margin-bottom: 0
    }

    .tekrevol_footer .footer_title .h2,
    .tekrevol_footer .footer_title h2 {
        color: #fff;
        line-height: normal
    }

    .tekrevol_footer .footer_title .footer_btn a.btn_primary {
        height: 50px;
        line-height: 50px;
        width: 160px
    }

    .tekrevol_footer .footer_links {
        margin: 100px 0 50px
    }

    .tekrevol_footer .footer_links .h4,
    .tekrevol_footer .footer_links h4 {
        font-size: 22px;
        line-height: 40px
    }

    .tekrevol_footer .footer_links ul {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_footer .footer_links ul li {
        flex: 0 0 50%;
        margin-bottom: 10px
    }

    .tekrevol_footer .footer_links ul li a {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol_footer .last_links ul {
        display: block
    }

    .tekrevol_footer .footer_loaction .h4,
    .tekrevol_footer .footer_loaction h4 {
        font-size: 20px;
        line-height: 40px
    }

    .tekrevol_footer .footer_loaction ul li {
        font-size: 15px;
        line-height: 22px;
        padding: 0 15px
    }

    .tekrevol_footer .footer_social ul {
        align-items: end;
        display: flex;
        flex-wrap: nowrap;
        justify-content: end
    }

    .tekrevol_footer .footer_social ul li {
        margin: 0 5px
    }

    .tekrevol_footer .footer_social ul li a svg {
        height: 30px;
        width: 30px
    }

    .tekrevol_footer .footer_social ul li a svg path {
        fill: #fff
    }

    .tekrevol_footer .footer_copyright {
        margin: 80px 0 30px
    }

    .tekrevol_footer .footer_copyright .copyright_txt {
        font-size: 15px;
        line-height: 26px
    }

    .tekrevol_footer .footer_copyright_links {
        text-align: right
    }

    .tekrevol_footer .footer_copyright_links ul {
        margin: 80px 0 30px
    }

    .tekrevol_footer .footer_copyright_links ul li a {
        font-size: 15px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .tekrevol_footer {
        background: #000;
        padding: 80px 0 0
    }

    .tekrevol_footer .footer_title {
        text-align: center
    }

    .tekrevol_footer .footer_title p {
        color: #fff;
        line-height: normal;
        margin-bottom: 0
    }

    .tekrevol_footer .footer_title .h2,
    .tekrevol_footer .footer_title h2 {
        color: #fff;
        line-height: normal
    }

    .tekrevol_footer .footer_title .footer_btn a.btn_primary {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        width: 150px
    }

    .tekrevol_footer .footer_links {
        margin: 100px 0 50px
    }

    .tekrevol_footer .footer_links .h4,
    .tekrevol_footer .footer_links h4 {
        font-size: 16px;
        line-height: 40px
    }

    .tekrevol_footer .footer_links ul {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_footer .footer_links ul li {
        flex: 0 0 50%;
        margin-bottom: 10px
    }

    .tekrevol_footer .footer_links ul li a {
        font-size: 13px;
        line-height: 24px
    }

    .tekrevol_footer .last_links ul {
        display: block
    }

    .tekrevol_footer .footer_loaction .h4,
    .tekrevol_footer .footer_loaction h4 {
        font-size: 20px;
        line-height: 40px
    }

    .tekrevol_footer .footer_loaction ul li {
        font-size: 14px;
        line-height: 22px;
        padding: 0 15px
    }

    .tekrevol_footer .footer_social ul {
        align-items: end;
        display: flex;
        flex-wrap: nowrap;
        justify-content: end
    }

    .tekrevol_footer .footer_social ul li {
        margin: 0 5px
    }

    .tekrevol_footer .footer_social ul li a svg {
        height: 30px;
        width: 30px
    }

    .tekrevol_footer .footer_social ul li a svg path {
        fill: #fff
    }

    .tekrevol_footer .footer_copyright {
        margin: 80px 0 30px
    }

    .tekrevol_footer .footer_copyright .copyright_txt {
        font-size: 14px;
        line-height: 26px
    }

    .tekrevol_footer .footer_copyright_links {
        text-align: right
    }

    .tekrevol_footer .footer_copyright_links ul {
        margin: 80px 0 30px
    }

    .tekrevol_footer .footer_copyright_links ul li a {
        font-size: 14px
    }
}

@media(min-width:901px)and (max-width:1169px) {
    .tekrevol_footer {
        background: #000;
        padding: 40px 0 0
    }

    .tekrevol_footer .footer_title {
        margin-bottom: 40px;
        text-align: center
    }

    .tekrevol_footer .footer_title p {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        line-height: 30px;
        margin-bottom: 0
    }

    .tekrevol_footer .footer_title .h2,
    .tekrevol_footer .footer_title h2 {
        font-size: 40px;
        line-height: 55px
    }

    .tekrevol_footer .footer_title .footer_btn a.btn_primary {
        font-size: 14px;
        height: 45px;
        line-height: 42px;
        width: 180px
    }

    .tekrevol_footer .footer_links {
        display: block;
        margin: 20px 0
    }

    .tekrevol_footer .footer_links .h4,
    .tekrevol_footer .footer_links h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .tekrevol_footer .footer_links ul {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_footer .footer_links ul li {
        flex: 0 0 50%;
        margin-bottom: 5px;
        padding: 0 10px
    }

    .tekrevol_footer .footer_links ul li a {
        font-size: 13px;
        line-height: 20px
    }

    .tekrevol_footer .last_links ul li {
        flex: 0 0 50%
    }

    .tekrevol_footer .footer_loaction {
        margin-top: 20px
    }

    .tekrevol_footer .footer_loaction .h4,
    .tekrevol_footer .footer_loaction h4 {
        font-size: 18px;
        line-height: 28px
    }

    .tekrevol_footer .footer_loaction ul li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        padding: 0 15px;
        width: 20%
    }

    .tekrevol_footer .footer_loaction ul li:first-child {
        padding-left: 10px
    }

    .tekrevol_footer .footer_loaction ul li:nth-child(5):after {
        display: none
    }

    .tekrevol_footer .footer_loaction .contact_information li {
        font-size: 13px;
        line-height: 21px
    }

    .tekrevol_footer .footer_loaction .contact_information li:first-child {
        padding-left: 0
    }

    .tekrevol_footer .footer_social ul {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: 100px
    }

    .tekrevol_footer .footer_social ul li {
        margin: 0 5px
    }

    .tekrevol_footer .footer_social ul li a svg {
        height: 30px;
        width: 30px
    }

    .tekrevol_footer .footer_social ul li a svg path {
        fill: #fff
    }

    .tekrevol_footer .footer_copyright {
        margin: 40px 0 20px
    }

    .tekrevol_footer .footer_copyright .copyright_txt {
        font-size: 14px;
        line-height: 26px;
        padding-left: 10px;
        text-align: left
    }

    .tekrevol_footer .footer_copyright_links {
        margin: 40px 0 0
    }

    .tekrevol_footer .footer_copyright_links ul {
        margin: 0;
        text-align: right
    }

    .tekrevol_footer .footer_copyright_links ul li {
        margin-bottom: 5px;
        padding: 0 10px
    }

    .tekrevol_footer .footer_copyright_links ul li a {
        font-size: 13px
    }
}

@media(min-width:667px)and (max-width:900px) {
    .tekrevol_footer {
        background: #000;
        padding: 40px 0 0
    }

    .tekrevol_footer .footer_title {
        text-align: center
    }

    .tekrevol_footer .footer_title p {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        line-height: 30px;
        margin-bottom: 0
    }

    .tekrevol_footer .footer_title .h2,
    .tekrevol_footer .footer_title h2 {
        font-size: 40px;
        line-height: 55px
    }

    .tekrevol_footer .footer_title .footer_btn a.btn_primary {
        font-size: 14px;
        height: 45px;
        line-height: 42px;
        width: 180px
    }

    .tekrevol_footer .footer_links {
        display: block;
        margin: 20px 0
    }

    .tekrevol_footer .footer_links .h4,
    .tekrevol_footer .footer_links h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .tekrevol_footer .footer_links ul {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_footer .footer_links ul li {
        flex: 0 0 33.33%;
        margin-bottom: 5px;
        padding: 0 10px
    }

    .tekrevol_footer .footer_links ul li a {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol_footer .last_links ul li {
        flex: 0 0 25%
    }

    .tekrevol_footer .footer_loaction .h4,
    .tekrevol_footer .footer_loaction h4 {
        font-size: 18px;
        line-height: 28px
    }

    .tekrevol_footer .footer_loaction ul li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        width: 20%
    }

    .tekrevol_footer .footer_loaction ul li:first-child {
        padding-left: 20px
    }

    .tekrevol_footer .footer_loaction ul li:nth-child(5):after {
        display: none
    }

    .tekrevol_footer .footer_social ul {
        align-items: end;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: 70px
    }

    .tekrevol_footer .footer_social ul li {
        margin: 0 5px
    }

    .tekrevol_footer .footer_social ul li a svg {
        height: 30px;
        width: 30px
    }

    .tekrevol_footer .footer_social ul li a svg path {
        fill: #fff
    }

    .tekrevol_footer .footer_copyright {
        margin: 40px 0 20px
    }

    .tekrevol_footer .footer_copyright .copyright_txt {
        font-size: 14px;
        line-height: 26px;
        padding-left: 10px;
        text-align: left
    }

    .tekrevol_footer .footer_copyright_links {
        margin: 40px 0 0
    }

    .tekrevol_footer .footer_copyright_links ul {
        margin: 0;
        text-align: left
    }

    .tekrevol_footer .footer_copyright_links ul li {
        margin-bottom: 5px;
        padding: 0 10px
    }

    .tekrevol_footer .footer_copyright_links ul li a {
        font-size: 13px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .tekrevol_footer {
        background: #000;
        padding: 40px 0 0
    }

    .tekrevol_footer .footer_title {
        text-align: center
    }

    .tekrevol_footer .footer_title p {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        line-height: 30px;
        margin-bottom: 0
    }

    .tekrevol_footer .footer_title .h2,
    .tekrevol_footer .footer_title h2 {
        font-size: 40px;
        line-height: 55px
    }

    .tekrevol_footer .footer_title .footer_btn a.btn_primary {
        font-size: 14px;
        height: 45px;
        line-height: 42px;
        width: 180px
    }

    .tekrevol_footer .footer_links {
        display: block;
        margin: 20px 0
    }

    .tekrevol_footer .footer_links .h4,
    .tekrevol_footer .footer_links h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .tekrevol_footer .footer_links ul {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_footer .footer_links ul li {
        flex: 0 0 100%;
        margin-bottom: 5px;
        padding: 0 10px
    }

    .tekrevol_footer .footer_links ul li a {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol_footer .last_links ul {
        display: block
    }

    .tekrevol_footer .footer_loaction .h4,
    .tekrevol_footer .footer_loaction h4 {
        font-size: 18px;
        line-height: 28px
    }

    .tekrevol_footer .footer_loaction ul li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        width: 25%
    }

    .tekrevol_footer .footer_loaction ul li:first-child {
        padding-left: 20px
    }

    .tekrevol_footer .footer_loaction ul li:nth-child(4):after,
    .tekrevol_footer .footer_loaction ul li:nth-child(8):after {
        display: none
    }

    .tekrevol_footer .footer_loaction .contact_information li {
        padding: 0 10px
    }

    .tekrevol_footer .footer_loaction .contact_information li:first-child {
        padding-left: 0
    }

    .tekrevol_footer .footer_social ul {
        align-items: start;
        display: flex;
        flex-wrap: nowrap;
        justify-content: start;
        margin-top: 20px
    }

    .tekrevol_footer .footer_social ul li {
        margin: 0 5px
    }

    .tekrevol_footer .footer_social ul li a svg {
        height: 30px;
        width: 30px
    }

    .tekrevol_footer .footer_social ul li a svg path {
        fill: #fff
    }

    .tekrevol_footer .footer_copyright {
        margin: 20px 0
    }

    .tekrevol_footer .footer_copyright .copyright_txt {
        font-size: 14px;
        line-height: 26px;
        padding-left: 10px;
        text-align: left
    }

    .tekrevol_footer .footer_copyright_links ul {
        margin: 0 0 20px;
        text-align: left
    }

    .tekrevol_footer .footer_copyright_links ul li {
        margin-bottom: 5px;
        padding: 0 10px;
        width: 50%
    }

    .tekrevol_footer .footer_copyright_links ul li:nth-child(2) {
        padding-left: 20px
    }

    .tekrevol_footer .footer_copyright_links ul li:nth-child(2):after {
        display: none
    }

    .tekrevol_footer .footer_copyright_links ul li:nth-child(4) {
        padding-left: 20px
    }

    .tekrevol_footer .footer_copyright_links ul li a {
        font-size: 11px
    }

    .tekrevol_footer .dmca_logo_img {
        margin-left: 10px
    }
}

body .main_container.customFont *,
body .main_container.customFont p {
    font-family: Poppins, sans-serif !important
}

.tekrevol_banner,
.tekrevol_banner .carousel {
    height: 100vh
}

.tekrevol_banner .carousel .carousel-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.tekrevol_banner .carousel .carousel-indicators {
    justify-content: start;
    margin-left: 0;
    margin-right: 0
}

.tekrevol_banner .h1,
.tekrevol_banner .h2,
.tekrevol_banner h1,
.tekrevol_banner h2 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 120px;
    margin-bottom: 40px
}

.tekrevol_banner .h1 span,
.tekrevol_banner .h2 span,
.tekrevol_banner h1 span,
.tekrevol_banner h2 span {
    color: #06dcbf
}

.tekrevol_banner p {
    font-family: Poppins, sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
    margin-bottom: 20px
}

.tekrevol_banner .carousel .carousel-control-prev {
    bottom: 50px;
    height: 8px;
    top: unset;
    width: 74px;
    z-index: 9
}

.tekrevol_banner .carousel .carousel-control-prev span {
    opacity: 0
}

.tekrevol_banner .carousel .carousel-control-next {
    bottom: 50px;
    height: 8px;
    left: 120px;
    right: unset;
    top: unset;
    width: 74px;
    z-index: 9
}

.tekrevol_banner .carousel .carousel-control-next span {
    opacity: 0
}

.tekrevol_banner .carousel-indicators {
    bottom: 20px;
    width: 50%
}

.tekrevol_banner .carousel-indicators:before {
    left: 0;
    transform: rotate(180deg)
}

.tekrevol_banner .carousel-indicators:after,
.tekrevol_banner .carousel-indicators:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNzQgOCI+PHBhdGggZmlsbD0iI0Y0N0ExRiIgZD0iTTczLjQ5MiA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEw3MC4zMS40NjRhLjUuNSAwIDEgMC0uNzA3LjcwOEw3Mi40MzEgNGwtMi44MjggMi44MjhhLjUuNSAwIDEgMCAuNzA3LjcwOGwzLjE4Mi0zLjE4MlpNLjEzOCA0LjVoNzN2LTFoLTczdjFaIi8+PC9zdmc+);
    content: "";
    height: 8px;
    position: absolute;
    top: 19px;
    width: 74px
}

.tekrevol_banner .carousel-indicators:after {
    left: 120px
}

.tekrevol_banner .carousel-indicators button {
    display: none
}

.tekrevol_banner .carousel-indicators button.active {
    display: block
}

.tekrevol_banner .carousel-indicators [data-bs-target] {
    background-color: transparent;
    border-radius: 100%;
    height: 20px;
    left: 85px;
    position: relative;
    text-indent: unset;
    width: 20px
}

.tekrevol_banner .carousel-indicators [data-bs-target]:after {
    color: #06dcbf;
    content: "01";
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.tekrevol_banner .carousel-indicators [data-bs-target]:first-child:after {
    content: "01"
}

.tekrevol_banner .carousel-indicators [data-bs-target]:nth-child(2):after {
    content: "02"
}

.tekrevol_banner .carousel-indicators [data-bs-target]:nth-child(3):after {
    content: "03"
}

.marqee_banner {
    background: #314252;
    height: 30px;
    overflow: hidden
}

.marqee_banner .marquee {
    animation: marquee 0s linear infinite;
    white-space: nowrap
}

.marqee_banner .marquee p {
    animation: marquee-text 15s linear infinite;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    padding-left: 30px
}

@keyframes marquee-text {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.tekrevol_ser_container {
    position: relative
}

.tekrevol_ser_container .tekrevol_boxes {
    bottom: 20px;
    display: flex;
    position: absolute;
    right: 0;
    z-index: 9
}

.tekrevol_ser_container .tekrevol_boxes .box_item {
    border-top: 2px solid #e2e2e2;
    margin-left: 50px;
    padding: 25px 0 10px
}

.tekrevol_ser_container .tekrevol_boxes .box_item .h4,
.tekrevol_ser_container .tekrevol_boxes .box_item h4 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.028em;
    line-height: normal;
    margin-bottom: 20px
}

.tekrevol_ser_container .tekrevol_boxes .box_item .h4 svg,
.tekrevol_ser_container .tekrevol_boxes .box_item h4 svg {
    margin-right: 10px
}

.tekrevol_ser_container .tekrevol_boxes .box_item ul li {
    color: #000;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-left: 15px;
    position: relative;
    text-transform: capitalize
}

.tekrevol_ser_container .tekrevol_boxes .box_item ul li:after {
    background: #000;
    border-radius: 100%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 4px
}

.tekrevol_ser_container .tekrevol_boxes .box_item ul li a {
    color: #000;
    cursor: auto;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize
}

.tekrevol_ser_container .tekrevol_boxes .box_item ul li a:after {
    background: #000;
    border-radius: 100%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 4px
}

.tekrevol_awards {
    overflow: hidden
}

.tekrevol_awards .tekrevol_rating span {
    color: #06dcbf;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    margin-bottom: 0
}

.tekrevol_awards .tekrevol_rating .tekrevol_rating_numbers {
    color: #090a3b;
    font-family: Poppins, sans-serif;
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2;
    line-height: 160px;
    margin-bottom: 20px
}

.tekrevol_awards .tekrevol_rating .tekrevol_star svg {
    height: 50px;
    width: 250px
}

.tekrevol_awards {
    height: auto;
    margin-top: 0;
    min-height: 300px
}

.tekrevol_awards .awards_item {
    background: #f8f8fb;
    border-radius: 30px;
    cursor: pointer;
    height: 300px;
    margin: 0 20px 0 0;
    padding: 30px;
    text-align: center
}

.tekrevol_awards .awards_item.small {
    height: 250px;
    padding: 60px 30px
}

.tekrevol_awards .awards_item.small .h5,
.tekrevol_awards .awards_item.small h5,
.tekrevol_awards .awards_item.small p {
    display: none
}

.tekrevol_awards .awards_item .awards_img {
    min-height: 130px
}

.tekrevol_awards .awards_item img {
    filter: grayscale(100%);
    height: auto;
    margin-bottom: 30px;
    max-width: 200px;
    width: 100%
}

.tekrevol_awards .awards_item:hover {
    background: #e6e6ec;
    transition: all .3s ease-in
}

.tekrevol_awards .awards_item:hover img {
    filter: grayscale(0);
    transition: all .3s ease-in
}

.tekrevol_awards .awards_item .h5,
.tekrevol_awards .awards_item h5 {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px
}

.tekrevol_awards .awards_item p {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    text-align: center
}

.tekrevol_awards.gery {
    background: #f8f8fb
}

.tekrevol_awards.gery .awards_item {
    background: #fff
}

.tekrevol_awards.landing_awards {
    padding: 40px 0
}

.tekrevol_awards.landing_awards .react-multi-carousel-list {
    margin-top: 0
}

.tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item img {
    filter: grayscale(0);
    height: auto;
    margin-bottom: 30px;
    max-width: 200px;
    width: 100%
}

.tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item:hover img {
    filter: none
}

.tekrevol_casestudies {
    background: #f8f8fb;
    overflow-x: hidden
}

.tekrevol_project .tekrevol_project_item {
    padding-top: 100px
}

.tekrevol_project .tekrevol_project_item .project_info {
    align-items: center;
    display: flex;
    justify-content: start;
    margin-bottom: 50px;
    vertical-align: middle
}

.tekrevol_project .tekrevol_project_item .project_info .logo_project {
    border-right: 1px solid #e2e2e2;
    height: 90px;
    margin-right: 30px;
    width: 200px
}

.tekrevol_project .tekrevol_project_item .project_info .logo_project img {
    height: 90px;
    width: 175px
}

.tekrevol_project .tekrevol_project_item .project_info .framework_project ul li {
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 30px;
    margin-bottom: 5px
}

.tekrevol_project .tekrevol_project_item .project_statistics {
    align-items: start;
    display: flex;
    justify-content: end;
    margin-bottom: 50px;
    vertical-align: top
}

.tekrevol_project .tekrevol_project_item .project_statistics .download {
    font-family: Poppins, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 65px;
    margin-right: 30px;
    padding-right: 30px
}

.tekrevol_project .tekrevol_project_item .project_statistics .download span {
    display: block;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px
}

.tekrevol_project .tekrevol_project_item .project_statistics .reward {
    font-family: Poppins, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 65px
}

.tekrevol_project .tekrevol_project_item .project_statistics .reward span {
    display: block;
    font-size: 25px;
    font-weight: 300;
    line-height: 25px
}

.tekrevol_project .project_link_btn a {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px
}

.tekrevol_project .project_link_btn a svg {
    height: 15px;
    margin-left: 20px;
    width: 30px
}

.tekrevol_project .btn_load_all {
    margin: 50px 0
}

.tekrevol_project .btn_load_all a {
    background: #06dcbf;
    border-radius: 100%;
    display: block;
    height: 80px;
    margin: auto;
    position: relative;
    width: 80px
}

.tekrevol_project .btn_load_all a svg {
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tekrevol_project .btn_load_all a svg path {
    fill: #fff
}

.tekrevol_project .btn_load_all a:hover {
    background: transparent;
    border: 1px solid #06dcbf
}

.tekrevol_project .btn_load_all a:hover svg path {
    fill: #06dcbf
}

.tekrevol_project .project_review {
    padding: 80px 0
}

.tekrevol_project .project_review p {
    position: relative;
    z-index: 9
}

.tekrevol_project .project_review p svg {
    opacity: .5;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: -1
}

.tekrevol_project .project_review .review_info {
    align-items: center;
    display: flex;
    justify-content: start;
    position: relative;
    z-index: 9
}

.tekrevol_project .project_review .review_info .preson {
    height: 70px;
    margin-right: 20px;
    width: 70px
}

.tekrevol_project .project_review .review_info .preson img {
    border-radius: 100%;
    height: 100%;
    object-fit: contain;
    width: 100%
}

.tekrevol_project .project_review .review_info .preson_info .h6,
.tekrevol_project .project_review .review_info .preson_info h6 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0
}

.tekrevol_project .project_review .review_info .preson_info .designation {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.tekrevol_project .project_review .review_info .project_link {
    position: absolute;
    right: 0;
    top: 10px
}

.teemates_project {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, .1));
    padding: 70px 70px 0
}

.teemates_project .img_boxing {
    height: 100%;
    min-height: auto
}

.teemates_project .framework_project ul li {
    font-weight: 600
}

.teemates_project .react-multi-carousel-track {
    align-items: end;
    min-height: 500px
}

.teemates_project .react-multi-carousel-track .react-multi-carousel-item {
    margin: 0 5px
}

@media(min-width:901px)and (max-width:1269px) {
    .teemates_project {
        padding: 50px 40px 0
    }

    .teemates_project .img_boxing {
        height: 100%;
        min-height: auto
    }

    .teemates_project .react-multi-carousel-track {
        align-items: end;
        min-height: auto
    }
}

@media(min-width:768px)and (max-width:900px) {
    .teemates_project {
        padding: 20px 20px 0
    }

    .teemates_project .react-multi-carousel-track {
        align-items: end;
        min-height: auto
    }
}

@media(min-width:100px)and (max-width:767px) {
    .teemates_project {
        padding: 20px 20px 0
    }

    .teemates_project .react-multi-carousel-track {
        align-items: end;
        min-height: auto
    }
}

.tekrevol_project .tekrevol_project_item .pizza_project {
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, .1));
    padding: 70px;
    position: relative
}

.tekrevol_project .tekrevol_project_item .pizza_project .framework_project ul li {
    font-weight: 600
}

.tekrevol_project .tekrevol_project_item .pizza_project .img_prev {
    bottom: 0;
    position: absolute;
    right: 0
}

.tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item {
    margin-right: -140px;
    text-align: right
}

.tekrevol_project .tekrevol_project_item .pizza_project .project_link {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 60px
}

.tekrevol_project .tekrevol_project_item .pizza_project .project_link_btn a {
    color: #fff
}

.tekrevol_project .tekrevol_project_item .pizza_project .project_link_btn a:hover {
    color: #06dcbf;
    transition: all .3s ease-in
}

.tekrevol_project .tekrevol_project_item .pizza_project .project_link_btn a:hover svg path {
    fill: #06dcbf;
    transition: all .3s ease-in
}

.tekrevol_project .tekrevol_project_item .pizza_project .project_link_btn a svg path {
    fill: #fff
}

.tekrevol_project .tekrevol_project_item .pizza_project .project_info .logo_project {
    height: 90px;
    margin-right: 30px;
    width: 200px
}

.tekrevol_project .tekrevol_project_item .pizza_project .project_info .logo_project img {
    height: 90px;
    width: 175px
}

@media(min-width:1600px)and (max-width:1800px) {
    .tekrevol_project .tekrevol_project_item .pizza_project {
        padding: 70px 70px 30px
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev {
        bottom: 0;
        position: absolute;
        right: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item {
        margin-right: -120px;
        text-align: right
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item .gatsby-image-wrapper img {
        height: 720px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .tekrevol_project .tekrevol_project_item .pizza_project {
        padding: 70px 70px 30px
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev {
        bottom: 0;
        position: absolute;
        right: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item {
        margin-right: -110px;
        text-align: right
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item .gatsby-image-wrapper img {
        height: 670px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .tekrevol_project .tekrevol_project_item .pizza_project {
        padding: 50px 50px 30px
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev {
        bottom: 0;
        position: absolute;
        right: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item {
        margin-right: -100px;
        text-align: right
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item .gatsby-image-wrapper img {
        height: 600px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .tekrevol_project .tekrevol_project_item .pizza_project {
        padding: 40px 20px 20px
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .project_statistics {
        margin-bottom: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev {
        bottom: 0;
        position: absolute;
        right: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item {
        margin-right: -90px;
        text-align: right
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item .gatsby-image-wrapper img {
        height: 460px
    }
}

@media(min-width:900px)and (max-width:991px) {
    .tekrevol_project .tekrevol_project_item .pizza_project {
        padding: 40px 20px 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .project_statistics {
        margin-bottom: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev {
        bottom: 0;
        position: unset;
        right: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item {
        margin-right: 0;
        text-align: center
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item .gatsby-image-wrapper img {
        height: 350px
    }
}

@media(min-width:500px)and (max-width:899px) {
    .tekrevol_project .tekrevol_project_item .pizza_project {
        padding: 40px 20px 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .project_statistics {
        margin-bottom: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev {
        bottom: 0;
        position: unset;
        right: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item {
        margin-right: 0;
        text-align: center
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item .gatsby-image-wrapper img {
        height: 350px
    }
}

@media(min-width:0px)and (max-width:499px) {
    .tekrevol_project .tekrevol_project_item .pizza_project {
        padding: 30px 20px 10px
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .project_statistics {
        margin-bottom: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev {
        bottom: 0;
        position: unset;
        right: 0
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item {
        margin-right: 0;
        text-align: center
    }

    .tekrevol_project .tekrevol_project_item .pizza_project .img_prev .case_item .gatsby-image-wrapper img {
        height: auto
    }
}

.tekrevol_expertise {
    background: #f8f8fb
}

.tekrevol_expertise .tekrevol_expertise_tab {
    margin: 30px 0 0
}

.tekrevol_expertise .tekrevol_expertise_tab .nav-item a {
    background: transparent;
    color: #000;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 80px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.tekrevol_expertise .tekrevol_expertise_tab .nav-item a.active,
.tekrevol_expertise .tekrevol_expertise_tab .nav-item a:hover {
    color: #06dcbf
}

.tekrevol_expertise .tab-content {
    border-left: 1px solid #e2e2e2;
    height: 100%;
    padding-left: 130px;
    padding-top: 20px;
    position: relative
}

.tekrevol_expertise .tab-content p {
    margin-bottom: 30px
}

.tekrevol_expertise .dekstop_version {
    display: block
}

.tekrevol_expertise .mobile_version {
    display: none
}

.tekrevol_insights .blog_section {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    padding: 70px 0
}

.tekrevol_insights .blog_section .blog_list {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    flex: 0 0 50%;
    padding: 40px 90px 40px 40px
}

.tekrevol_insights .blog_section .blog_list:nth-child(2n) {
    border-right: 0 solid #e2e2e2
}

.tekrevol_insights .blog_section .blog_list:nth-child(odd) {
    padding: 40px 100px 40px 0
}

.tekrevol_insights .blog_section .blog_list .blog_title a .h3,
.tekrevol_insights .blog_section .blog_list .blog_title a h3 {
    color: #314252
}

.tekrevol_insights .blog_section .blog_list .blog_title a .h3:hover,
.tekrevol_insights .blog_section .blog_list .blog_title a h3:hover {
    color: #06dcbf
}

.tekrevol_insights .blog_section .blog_list .dates {
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 18px;
    margin-bottom: 0
}

.tekrevol_insights .readmore {
    float: right;
    text-align: right;
    width: 50%
}

.tekrevol_insights .readmore a {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

.tekrevol_insights .readmore a:hover {
    color: #06dcbf
}

.tekrevol_insights .loading {
    margin: 30px auto
}

.tekrevol_insights .btn_loadmore {
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #06dcbf;
    cursor: pointer;
    font-weight: 700;
    height: 60px;
    letter-spacing: 2px;
    line-height: 60px;
    margin: 40px auto;
    text-align: center;
    text-transform: uppercase;
    width: 300px
}

.tekrevol_insights .btn_load_all {
    margin: 50px 0
}

.tekrevol_insights .btn_load_all a {
    background: #06dcbf;
    border-radius: 100%;
    display: block;
    height: 80px;
    margin: auto;
    position: relative;
    width: 80px
}

.tekrevol_insights .btn_load_all a svg {
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.tekrevol_insights .btn_load_all a svg path {
    fill: #fff
}

.tekrevol_insights .btn_load_all a:hover {
    background: transparent;
    border: 1px solid #06dcbf
}

.tekrevol_insights .btn_load_all a:hover svg path {
    fill: #06dcbf
}

.tekrevol_featured {
    padding-bottom: 0 !important
}

.tekrevol_featured .carousel_featured {
    margin: 100px 0;
    min-height: 220px
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide {
    max-width: 258px !important
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item {
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    cursor: pointer;
    display: flex;
    height: 220px;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item:before {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: translateX(100%);
    width: 100%
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item:after {
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    box-sizing: border-box;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 100%
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item:hover:before {
    border-color: #06dcbf;
    height: 100%;
    transform: translateX(0);
    transition: transform .1s linear, height .1s linear .1s
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item:hover:after {
    border-color: #06dcbf;
    height: 100%;
    transform: translateX(0);
    transition: transform .1s linear .2s, height .1s linear .3s
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
    height: 70px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item:hover .featured_img svg {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide:first-child {
    border-left: 1px solid #e2e2e2
}

.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide:last-child .featured_item,
.tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide:last-child .featured_item:hover {
    border-right: 1px solid #e2e2e2
}

.tekrevol_featured .react-multiple-carousel__arrow {
    display: none
}

.tekrevol_partner {
    background: #f8f8fb
}

.tekrevol_partner .tekrevol_partner_logo {
    margin: 50px 0
}

.tekrevol_partner .tekrevol_partner_logo .item_logo {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box {
    align-content: center;
    align-items: center;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    cursor: pointer;
    display: flex;
    flex: 0 0 16.66%;
    height: 220px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:before {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: translateX(100%);
    width: 100%
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:after {
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    box-sizing: border-box;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 100%
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:hover:before {
    border-color: #06dcbf;
    height: 100%;
    transform: translateX(0);
    transition: transform .1s linear, height .1s linear .1s
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:hover:after {
    border-color: #06dcbf;
    height: 100%;
    transform: translateX(0);
    transition: transform .1s linear .2s, height .1s linear .3s
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box img {
    filter: grayscale(1)
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box img,
.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:hover img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:hover img {
    filter: grayscale(0);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:last-child,
.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(2),
.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(3),
.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(4),
.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(5),
.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(6) {
    border-bottom: 1px solid #e2e2e2
}

.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:first-child,
.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-child(13),
.tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-child(7) {
    border-left: 1px solid #e2e2e2
}

.tekrevol_partner .item_logo_slide,
.tekrevol_partner .react-multiple-carousel__arrow {
    display: none
}

.tekrevol_partner .item_logo_slide .react-multiple-carousel__arrow {
    display: none !important
}

.scroll_css .h2,
.scroll_css h2 {
    position: sticky;
    top: 120px
}

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

    .tekrevol_banner,
    .tekrevol_banner .carousel {
        height: 100vh
    }

    .tekrevol_banner .h1,
    .tekrevol_banner .h2,
    .tekrevol_banner h1,
    .tekrevol_banner h2 {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 30px;
        width: 100%
    }

    .tekrevol_banner p {
        font-size: 28px;
        line-height: 45px;
        margin-bottom: 20px;
        width: 90%
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item .h4,
    .tekrevol_ser_container .tekrevol_boxes .box_item h4 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li,
    .tekrevol_ser_container .tekrevol_boxes .box_item ul li a {
        font-size: 14px
    }

    .tekrevol_awards .tekrevol_rating span {
        font-size: 20px;
        line-height: 32px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_rating_numbers {
        font-size: 150px;
        line-height: 150px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_star svg {
        height: auto;
        width: 200px
    }

    .tekrevol_awards {
        margin-top: 50px
    }

    .tekrevol_awards .awards_item {
        cursor: pointer;
        height: 260px;
        margin: 0 15px 0 0;
        padding: 30px 15px
    }

    .tekrevol_awards .awards_item img {
        filter: grayscale(100%);
        margin-bottom: 10px
    }

    .tekrevol_awards .awards_item .h5,
    .tekrevol_awards .awards_item h5 {
        font-size: 18px
    }

    .tekrevol_awards .awards_item p {
        font-size: 13px
    }

    .tekrevol_awards.landing_awards {
        padding: 30px 0
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list {
        margin-top: 0
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item img {
        height: auto;
        margin-bottom: 20px;
        max-width: 160px
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item .h5,
    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item h5 {
        font-size: 16px;
        line-height: 20px
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item p {
        font-size: 13px;
        line-height: 18px
    }

    .tekrevol_project .tekrevol_project_item {
        padding-top: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_info {
        margin-bottom: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_info .logo_project {
        height: 90px;
        margin-right: 20px;
        width: 200px
    }

    .tekrevol_project .tekrevol_project_item .project_info .logo_project img {
        height: auto;
        width: 155px
    }

    .tekrevol_project .tekrevol_project_item .project_info .framework_project ul li {
        font-size: 14px;
        line-height: 25px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics {
        margin-bottom: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download {
        font-size: 50px;
        line-height: 55px;
        margin-right: 25px;
        padding-right: 25px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download span {
        font-size: 20px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward {
        font-size: 50px;
        line-height: 55px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward span {
        font-size: 20px
    }

    .tekrevol_project .project_link_btn a {
        font-size: 18px;
        line-height: 30px
    }

    .tekrevol_project .project_link_btn a svg {
        height: 15px;
        margin-left: 20px;
        width: 30px
    }

    .tekrevol_project .btn_load_all {
        margin: 50px 0
    }

    .tekrevol_project .btn_load_all a {
        height: 70px;
        width: 70px
    }

    .tekrevol_project .btn_load_all a svg {
        width: 30px
    }

    .tekrevol_project .project_review {
        padding: 60px 0
    }

    .tekrevol_project .project_review p svg {
        right: -50px;
        top: -20px;
        width: 160px
    }

    .tekrevol_project .project_review .review_info .preson_info .h6,
    .tekrevol_project .project_review .review_info .preson_info h6 {
        font-size: 20px;
        line-height: 30px
    }

    .tekrevol_project .project_review .review_info .preson_info .designation {
        font-size: 14px
    }

    .tekrevol_project .project_review .review_info .preson_info .project_link a {
        font-size: 18px;
        line-height: 30px
    }

    .tekrevol_project .project_review .review_info .preson_info .project_link a svg {
        height: 15px;
        margin-left: 20px;
        width: 30px
    }

    .tekrevol_expertise .tekrevol_expertise_tab .nav-item a {
        font-size: 30px;
        line-height: 65px
    }

    .tekrevol_expertise .tab-content {
        padding-left: 70px
    }

    .tekrevol_expertise .tab-content .h6,
    .tekrevol_expertise .tab-content h6 {
        color: #000;
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 40px
    }

    .tekrevol_insights .blog_section {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap;
        padding: 40px 0
    }

    .tekrevol_insights .blog_section .blog_list {
        padding: 30px 20px 30px 50px
    }

    .tekrevol_insights .blog_section .blog_list:nth-child(odd) {
        padding: 30px 40px 30px 0
    }

    .tekrevol_insights .blog_section .blog_list .blog_title a {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 25px
    }

    .tekrevol_insights .blog_section .blog_list .dates {
        font-size: 15px
    }

    .tekrevol_insights .btn_load_all {
        margin: 20px 0
    }

    .tekrevol_insights .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_featured .carousel_featured {
        margin: 80px 0
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item {
        height: 150px
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 60px
    }

    .tekrevol_partner .tekrevol_partner_title {
        position: relative;
        z-index: 9
    }

    .tekrevol_partner .tekrevol_partner_title:after {
        font-size: 120px;
        line-height: 120px;
        right: 15%
    }

    .tekrevol_partner .tekrevol_partner_title .h2,
    .tekrevol_partner .tekrevol_partner_title h2 {
        margin-bottom: 50px
    }

    .tekrevol_partner .tekrevol_partner_logo {
        margin: 50px 0
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box {
        height: 200px
    }
}

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

    .tekrevol_banner,
    .tekrevol_banner .carousel {
        height: 100vh
    }

    .tekrevol_banner .carousel:after {
        font-size: 170px;
        line-height: 170px;
        right: 0;
        top: 50%
    }

    .tekrevol_banner .h1,
    .tekrevol_banner .h2,
    .tekrevol_banner h1,
    .tekrevol_banner h2 {
        font-size: 70px;
        line-height: 90px;
        margin-bottom: 30px;
        width: 80%
    }

    .tekrevol_banner p {
        font-size: 25px;
        line-height: 45px;
        margin-bottom: 20px;
        width: 80%
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item .h4,
    .tekrevol_ser_container .tekrevol_boxes .box_item h4 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li {
        font-size: 14px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li:after {
        top: 12px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li a {
        font-size: 14px
    }

    .tekrevol_awards .tekrevol_rating span {
        font-size: 18px;
        line-height: 30px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_rating_numbers {
        font-size: 140px;
        line-height: 140px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_star svg {
        height: auto;
        width: 220px
    }

    .tekrevol_awards {
        margin-top: 50px
    }

    .tekrevol_awards .awards_item {
        cursor: pointer;
        height: 260px;
        margin: 0 20px 0 0;
        padding: 30px 25px
    }

    .tekrevol_awards .awards_item img {
        filter: grayscale(100%);
        margin-bottom: 10px
    }

    .tekrevol_awards .awards_item .h5,
    .tekrevol_awards .awards_item h5 {
        font-size: 18px
    }

    .tekrevol_awards .awards_item p {
        font-size: 12px
    }

    .tekrevol_awards.landing_awards {
        padding: 25px 0
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list {
        margin-top: 0
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item img {
        height: auto;
        margin-bottom: 15px;
        max-width: 160px
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item .h5,
    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item h5 {
        font-size: 16px;
        line-height: 20px
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item p {
        font-size: 12px;
        line-height: 17px
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title {
        position: relative
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title:after {
        font-size: 120px;
        line-height: 120px
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 {
        color: #000;
        cursor: pointer
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu {
        color: #06dcbf;
        position: relative
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .services_dropdown {
        left: 10px;
        padding: 20px 30px 10px;
        top: 70px;
        width: 280px
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .industries_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .services_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .industries_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .services_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .industries_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .services_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .industries_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .services_dropdown ul li {
        margin-bottom: 10px
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .industries_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .services_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .industries_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .services_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .industries_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .services_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .industries_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .services_dropdown ul li a {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu .services_dropdown {
        display: none
    }

    .tekrevol_project .tekrevol_project_item {
        padding-top: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_info {
        margin-bottom: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_info .logo_project {
        height: 90px;
        margin-right: 20px;
        width: 200px
    }

    .tekrevol_project .tekrevol_project_item .project_info .logo_project img {
        height: auto;
        width: 155px
    }

    .tekrevol_project .tekrevol_project_item .project_info .framework_project ul li {
        font-size: 14px;
        line-height: 25px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics {
        margin-bottom: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download {
        font-size: 50px;
        line-height: 55px;
        margin-right: 25px;
        padding-right: 25px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download span {
        font-size: 20px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward {
        font-size: 50px;
        line-height: 55px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward span {
        font-size: 20px
    }

    .tekrevol_project .btn_load_all {
        margin: 0
    }

    .tekrevol_project .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_project .btn_load_all a svg {
        width: 25px
    }

    .tekrevol_project .project_review {
        padding: 60px 0
    }

    .tekrevol_project .project_review p svg {
        right: -50px;
        top: -20px;
        width: 160px
    }

    .tekrevol_project .project_review .review_info .preson_info .h6,
    .tekrevol_project .project_review .review_info .preson_info h6 {
        font-size: 18px;
        line-height: 26px
    }

    .tekrevol_project .project_review .review_info .preson_info .designation {
        font-size: 14px
    }

    .tekrevol_project .project_review .review_info .preson_info .project_link a {
        font-size: 18px;
        line-height: 30px
    }

    .tekrevol_project .project_review .review_info .preson_info .project_link a svg {
        height: 15px;
        margin-left: 20px;
        width: 30px
    }

    .tekrevol_project .project_review .review_info .project_link {
        z-index: 9
    }

    .tekrevol_project .project_link a {
        font-size: 18px;
        line-height: 30px
    }

    .tekrevol_project .project_link a svg {
        height: 25px;
        width: 25px
    }

    .tekrevol_expertise .tekrevol_expertise_tab .nav-item a {
        font-size: 30px;
        line-height: 50px
    }

    .tekrevol_expertise .tab-content {
        padding-left: 70px
    }

    .tekrevol_expertise .tab-content .h6,
    .tekrevol_expertise .tab-content h6 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 40px
    }

    .tekrevol_expertise .tab-content p {
        margin-bottom: 30px
    }

    .tekrevol_expertise .tab-content .btn_load_all a,
    .tekrevol_expertise .tab-content .project_link a {
        font-size: 18px;
        line-height: 28px
    }

    .tekrevol_expertise .tab-content .btn_load_all a svg,
    .tekrevol_expertise .tab-content .project_link a svg {
        height: 25px;
        width: 25px
    }

    .tekrevol_insights .blog_section {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap;
        padding: 40px 0
    }

    .tekrevol_insights .blog_section .blog_list {
        padding: 25px 20px 25px 30px
    }

    .tekrevol_insights .blog_section .blog_list:nth-child(odd) {
        padding: 30px 40px 30px 0
    }

    .tekrevol_insights .blog_section .blog_list .blog_title a {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px
    }

    .tekrevol_insights .blog_section .blog_list .dates {
        font-size: 15px
    }

    .tekrevol_insights .btn_load_all {
        margin: 0
    }

    .tekrevol_insights .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_insights .btn_load_all a svg {
        width: 25px
    }

    .tekrevol_featured .carousel_featured {
        margin: 70px 0
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item {
        height: 150px
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 60px
    }

    .tekrevol_partner .tekrevol_partner_title {
        position: relative;
        z-index: 9
    }

    .tekrevol_partner .tekrevol_partner_title:after {
        font-size: 120px;
        line-height: 120px;
        right: 15%
    }

    .tekrevol_partner .tekrevol_partner_title .h2,
    .tekrevol_partner .tekrevol_partner_title h2 {
        margin-bottom: 50px
    }

    .tekrevol_partner .tekrevol_partner_logo {
        margin: 50px 0
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box {
        height: 160px
    }
}

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

    .tekrevol_banner,
    .tekrevol_banner .carousel {
        height: 100vh
    }

    .tekrevol_banner .carousel:after {
        font-size: 150px;
        line-height: 150px;
        right: 0;
        top: 50%
    }

    .tekrevol_banner .h1,
    .tekrevol_banner .h2,
    .tekrevol_banner h1,
    .tekrevol_banner h2 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 30px;
        width: 80%
    }

    .tekrevol_banner p {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 20px;
        width: 80%
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item .h4,
    .tekrevol_ser_container .tekrevol_boxes .box_item h4 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li {
        font-size: 13px;
        margin-bottom: 0
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li:after {
        top: 12px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li a {
        font-size: 13px
    }

    .tekrevol_awards .tekrevol_rating span {
        font-size: 18px;
        line-height: 32px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_rating_numbers {
        font-size: 130px;
        line-height: 120px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_star svg {
        height: auto;
        width: 160px
    }

    .tekrevol_awards {
        margin-top: 50px
    }

    .tekrevol_awards .awards_item {
        cursor: pointer;
        height: 260px;
        margin: 0 20px 0 0;
        padding: 30px 20px
    }

    .tekrevol_awards .awards_item img {
        filter: grayscale(100%);
        margin-bottom: 10px
    }

    .tekrevol_awards .awards_item .h5,
    .tekrevol_awards .awards_item h5 {
        font-size: 18px
    }

    .tekrevol_awards .awards_item p {
        font-size: 13px
    }

    .tekrevol_awards.landing_awards {
        padding: 20px 0
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list {
        margin-top: 0
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item img {
        height: auto;
        margin-bottom: 20px;
        max-width: 160px
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item .h5,
    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item h5 {
        font-size: 16px;
        line-height: 20px
    }

    .tekrevol_awards.landing_awards .react-multi-carousel-list .awards_item p {
        font-size: 12px;
        line-height: 17px
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title {
        position: relative
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 {
        color: #000;
        cursor: pointer
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu {
        color: #06dcbf;
        position: relative
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .services_dropdown {
        left: 10px;
        padding: 20px 30px 10px;
        top: 60px;
        width: 280px
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .industries_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .services_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .industries_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .services_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .industries_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .services_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .industries_dropdown ul li,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .services_dropdown ul li {
        margin-bottom: 10px
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .industries_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu:hover .services_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .industries_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu:hover .services_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .industries_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu:hover .services_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .industries_dropdown ul li a,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu:hover .services_dropdown ul li a {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.industries_menu .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title .h2 span.services_menu .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.industries_menu .services_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu .industries_dropdown,
    .tekrevol_serviceIindustries .tekrevol_ind_title h2 span.services_menu .services_dropdown {
        display: none
    }

    .tekrevol_project .tekrevol_project_item {
        padding-top: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_info {
        margin-bottom: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_info .framework_project ul li {
        font-size: 14px;
        line-height: 25px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics {
        margin-bottom: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download {
        font-size: 40px;
        line-height: 45px;
        margin-right: 25px;
        padding-right: 25px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download span {
        font-size: 18px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward {
        font-size: 40px;
        line-height: 45px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward span {
        font-size: 18px
    }

    .tekrevol_project .project_link_btn a {
        font-size: 18px;
        line-height: 30px
    }

    .tekrevol_project .project_link_btn a svg {
        height: 25px;
        height: 15px;
        margin-left: 20px;
        width: 25px
    }

    .tekrevol_project .btn_load_all {
        margin: 0
    }

    .tekrevol_project .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_project .btn_load_all a svg {
        width: 25px
    }

    .tekrevol_project .tekrevol_project_review .project_review {
        padding: 60px 0
    }

    .tekrevol_project .tekrevol_project_review .project_review p svg {
        right: -50px;
        top: -20px;
        width: 160px
    }

    .tekrevol_project .tekrevol_project_review .project_review .review_info .preson_info .h6,
    .tekrevol_project .tekrevol_project_review .project_review .review_info .preson_info h6 {
        font-size: 18px;
        line-height: 26px
    }

    .tekrevol_project .tekrevol_project_review .project_review .review_info .preson_info .designation {
        font-size: 12px
    }

    .tekrevol_project .tekrevol_project_review .project_review .review_info .preson_info .project_link a {
        font-size: 16px
    }

    .tekrevol_project .tekrevol_project_review .project_review .review_info .preson_info .project_link a svg {
        width: 22px
    }

    .tekrevol_expertise .tekrevol_expertise_tab .nav-item a {
        font-size: 30px;
        line-height: 50px
    }

    .tekrevol_expertise .tab-content {
        padding-left: 50px;
        padding-top: 0
    }

    .tekrevol_expertise .tab-content .h6,
    .tekrevol_expertise .tab-content h6 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px
    }

    .tekrevol_expertise .tab-content p {
        margin-bottom: 20px
    }

    .tekrevol_expertise .tab-content .btn_load_all a,
    .tekrevol_expertise .tab-content .project_link a {
        font-size: 18px;
        line-height: 28px
    }

    .tekrevol_expertise .tab-content .btn_load_all a svg,
    .tekrevol_expertise .tab-content .project_link a svg {
        height: 25px;
        width: 25px
    }

    .tekrevol_insights .blog_section {
        padding: 40px 0
    }

    .tekrevol_insights .blog_section .blog_list {
        padding: 20px 20px 20px 30px
    }

    .tekrevol_insights .blog_section .blog_list:nth-child(odd) {
        padding: 20px 20px 20px 0
    }

    .tekrevol_insights .blog_section .blog_list .blog_title a {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 25px
    }

    .tekrevol_insights .blog_section .blog_list .dates {
        font-size: 14px
    }

    .tekrevol_insights .btn_load_all {
        margin: 0
    }

    .tekrevol_insights .btn_load_all a {
        font-size: 18px;
        height: 60px;
        width: 60px
    }

    .tekrevol_insights .btn_load_all a svg {
        width: 22px
    }

    .tekrevol_featured .carousel_featured {
        margin: 50px 0
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item {
        height: 150px
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 60px;
        width: 80%
    }

    .tekrevol_partner .tekrevol_partner_logo {
        margin: 20px 0
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box {
        height: 160px
    }
}

@media(min-width:900px)and (max-width:1199px) {

    .tekrevol_banner,
    .tekrevol_banner .carousel {
        height: 100vh
    }

    .tekrevol_banner .carousel .carousel-control-next,
    .tekrevol_banner .carousel .carousel-control-prev {
        bottom: 30px
    }

    .tekrevol_banner .h1,
    .tekrevol_banner .h2,
    .tekrevol_banner h1,
    .tekrevol_banner h2 {
        font-size: 60px;
        line-height: 75px;
        margin-bottom: 30px
    }

    .tekrevol_banner p {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .tekrevol_banner .carousel-indicators {
        margin-bottom: 0;
        width: 50%
    }

    .tekrevol_banner .carousel-indicators [data-bs-target] {
        height: 15px;
        width: 15px
    }

    .tekrevol_ser_container {
        position: relative
    }

    .tekrevol_ser_container .tekrevol_boxes {
        bottom: 10px;
        left: 25%;
        width: 70%
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item {
        flex: 0 0 33%;
        justify-content: space-between;
        margin-left: 20px;
        padding: 10px 0 0
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item .h4,
    .tekrevol_ser_container .tekrevol_boxes .box_item h4 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li {
        font-size: 13px;
        margin-bottom: 0
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li:after {
        top: 12px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li a {
        font-size: 13px
    }

    .tekrevol_awards .tekrevol_rating span {
        font-size: 20px;
        line-height: 35px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_rating_numbers {
        font-size: 150px;
        line-height: 150px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_star svg {
        height: 40px;
        width: 200px
    }

    .tekrevol_awards .tekrevol_awards_title .h2,
    .tekrevol_awards .tekrevol_awards_title h2,
    .tekrevol_awards .tekrevol_awards_title p {
        color: #000
    }

    .tekrevol_awards {
        margin-top: 50px
    }

    .tekrevol_awards .awards_item {
        cursor: pointer;
        height: 280px;
        margin: 0 20px 0 0;
        padding: 30px 20px
    }

    .tekrevol_awards .awards_item .h5,
    .tekrevol_awards .awards_item h5 {
        font-size: 20px
    }

    .tekrevol_awards .awards_item p {
        font-size: 13px
    }

    .tekrevol_awards .awards_item img {
        filter: grayscale(100%);
        margin-bottom: 20px;
        max-width: 170px
    }

    .tekrevol_awards .react-multiple-carousel__arrow {
        display: none
    }

    .tekrevol_project .tekrevol_project_item {
        padding-top: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_info {
        margin-bottom: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_info .logo_project {
        height: 90px;
        margin-right: 20px;
        width: 160px
    }

    .tekrevol_project .tekrevol_project_item .project_info .logo_project img {
        height: auto;
        width: 140px
    }

    .tekrevol_project .tekrevol_project_item .project_info .framework_project ul li {
        font-size: 14px;
        line-height: 25px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics {
        margin-bottom: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download {
        font-size: 40px;
        line-height: 45px;
        margin-right: 25px;
        padding-right: 25px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download span {
        font-size: 18px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward {
        font-size: 40px;
        line-height: 45px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward span {
        font-size: 18px
    }

    .tekrevol_project .project_link_btn a {
        font-size: 18px;
        line-height: 30px;
        padding: 0
    }

    .tekrevol_project .project_link_btn a svg {
        height: 15px;
        margin-left: 20px;
        width: 30px
    }

    .tekrevol_project .btn_load_all {
        margin: 50px 0 0
    }

    .tekrevol_project .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_project .btn_load_all a svg {
        width: 30px
    }

    .tekrevol_project .project_review {
        padding: 30px 0
    }

    .tekrevol_project .project_review p svg {
        height: 100px;
        opacity: .5;
        position: absolute;
        right: 10px;
        top: 0;
        width: 100px;
        z-index: -1
    }

    .tekrevol_project .project_review .review_info {
        align-items: center;
        display: flex;
        justify-content: start;
        position: relative
    }

    .tekrevol_project .project_review .review_info .preson {
        margin-right: 20px
    }

    .tekrevol_project .project_review .review_info .preson img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .tekrevol_project .project_review .review_info .preson_info .h6,
    .tekrevol_project .project_review .review_info .preson_info h6 {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol_project .project_review .review_info .preson_info .designation {
        font-size: 11px
    }

    .tekrevol_project .project_review .review_info .preson_info .project_link a {
        font-size: 13px
    }

    .tekrevol_project .project_review .review_info .preson_info .project_link a svg {
        width: 20px
    }

    .tekrevol_project .project_review .review_info .project_link {
        position: absolute;
        right: 0;
        top: 30px
    }

    .tekrevol_project .project_review .review_info .project_link a {
        font-size: 16px;
        line-height: 35px
    }

    .tekrevol_project .project_review .review_info .project_link a svg {
        width: 20px
    }

    .tekrevol_expertise .tekrevol_expertise_tab .nav-item a {
        font-size: 26px;
        line-height: 60px;
        padding-left: 30px
    }

    .tekrevol_expertise .tab-content {
        min-height: 680px;
        padding-left: 40px;
        padding-top: 0
    }

    .tekrevol_expertise .tab-content.active {
        min-height: 830px
    }

    .tekrevol_expertise .tab-content .h6,
    .tekrevol_expertise .tab-content h6 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .tekrevol_expertise .tab-content p {
        margin-bottom: 15px
    }

    .tekrevol_expertise .tab-content .btn_load_all a {
        font-size: 16px
    }

    .tekrevol_expertise .tab-content .btn_load_all a svg {
        width: 20px
    }

    .tekrevol_insights .blog_section {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .tekrevol_insights .blog_section .blog_list {
        padding: 20px
    }

    .tekrevol_insights .blog_section .blog_list:nth-child(odd) {
        padding: 20px 20px 20px 0
    }

    .tekrevol_insights .blog_section .blog_list .blog_title a {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .tekrevol_insights .blog_section .blog_list .dates {
        font-size: 13px
    }

    .tekrevol_insights .btn_load_all {
        margin: 50px 0 0
    }

    .tekrevol_insights .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_insights .btn_load_all a svg {
        width: 25px
    }

    .tekrevol_featured {
        padding: 0
    }

    .tekrevol_featured .carousel_featured {
        margin: 50px 0
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item {
        height: 150px
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 60px
    }

    .tekrevol_featured .react-multiple-carousel__arrow {
        display: none
    }

    .tekrevol_partner .tekrevol_partner_logo {
        margin: 50px 0
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box {
        flex: 0 0 25%;
        height: 150px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .tekrevol_logo svg {
        height: 30px
    }

    .tekrevol_banner,
    .tekrevol_banner .carousel {
        height: 500px
    }

    .tekrevol_banner .carousel:after {
        font-size: 100px;
        line-height: 100px;
        right: 0;
        top: 50%
    }

    .tekrevol_banner .carousel .carousel-item {
        padding-bottom: 0
    }

    .tekrevol_banner .carousel .carousel-control-next,
    .tekrevol_banner .carousel .carousel-control-prev {
        bottom: 35px
    }

    .tekrevol_banner .h1,
    .tekrevol_banner .h2,
    .tekrevol_banner h1,
    .tekrevol_banner h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .tekrevol_banner p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .tekrevol_banner .carousel-indicators {
        bottom: 0;
        width: 50%
    }

    .tekrevol_banner .carousel-indicators:after,
    .tekrevol_banner .carousel-indicators:before {
        background-repeat: no-repeat;
        background-size: contain;
        width: 60px
    }

    .tekrevol_banner .carousel-indicators [data-bs-target] {
        height: 25px;
        left: 75px;
        width: 25px
    }

    .tekrevol_ser_container {
        position: relative
    }

    .tekrevol_ser_container .tekrevol_boxes {
        flex-wrap: wrap;
        left: 0;
        position: relative;
        width: 100%
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item {
        flex: 0 0 33%;
        justify-content: space-between;
        margin-left: 0;
        padding: 25px 0 20px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item .h4,
    .tekrevol_ser_container .tekrevol_boxes .box_item h4 {
        font-size: 16px;
        margin-bottom: 15px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li {
        font-size: 12px;
        margin-bottom: 0
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li:after {
        top: 10px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li a {
        font-size: 12px
    }

    .tekrevol_awards .tekrevol_rating span {
        font-size: 20px;
        line-height: 35px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_rating_numbers {
        font-size: 150px;
        line-height: 150px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_star svg {
        height: 40px;
        width: 200px
    }

    .tekrevol_awards .tekrevol_awards_title .h2,
    .tekrevol_awards .tekrevol_awards_title h2,
    .tekrevol_awards .tekrevol_awards_title p {
        color: #000
    }

    .tekrevol_awards {
        margin-top: 50px
    }

    .tekrevol_awards .awards_item {
        cursor: pointer;
        height: 280px;
        margin: 0 20px 0 0;
        padding: 30px 20px
    }

    .tekrevol_awards .awards_item .h5,
    .tekrevol_awards .awards_item h5 {
        font-size: 20px
    }

    .tekrevol_awards .awards_item p {
        font-size: 13px
    }

    .tekrevol_awards .awards_item img {
        filter: grayscale(100%);
        margin-bottom: 20px;
        max-width: 170px
    }

    .tekrevol_awards .react-multiple-carousel__arrow {
        display: none
    }

    .tekrevol_project .tekrevol_project_item {
        padding-top: 50px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics {
        align-items: end;
        flex: 1 1;
        flex-wrap: wrap;
        justify-content: end;
        margin-bottom: 40px;
        text-align: right;
        vertical-align: center
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download {
        border: 0;
        flex: 0 0 100%;
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 20px;
        margin-right: 0;
        padding-right: 0
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download span {
        font-size: 22px;
        line-height: 22px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward {
        flex: 0 0 50%;
        font-size: 50px;
        line-height: 55px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward span {
        font-size: 22px;
        line-height: 22px
    }

    .tekrevol_project .project_link_btn a {
        font-size: 18px;
        line-height: 30px;
        padding: 0
    }

    .tekrevol_project .project_link_btn a svg {
        height: 15px;
        margin-left: 20px;
        width: 30px
    }

    .tekrevol_project .btn_load_all {
        margin: 50px 0 0
    }

    .tekrevol_project .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_project .btn_load_all a svg {
        width: 30px
    }

    .tekrevol_project .project_review {
        padding: 50px 0
    }

    .tekrevol_project .project_review p svg {
        height: 100px;
        opacity: .5;
        position: absolute;
        right: 10px;
        top: 0;
        width: 100px;
        z-index: -1
    }

    .tekrevol_project .project_review .review_info {
        align-items: center;
        display: flex;
        justify-content: start;
        position: relative
    }

    .tekrevol_project .project_review .review_info .preson {
        margin-right: 20px
    }

    .tekrevol_project .project_review .review_info .preson img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .tekrevol_project .project_review .review_info .preson_info {
        margin-top: 0
    }

    .tekrevol_project .project_review .review_info .preson_info .h6,
    .tekrevol_project .project_review .review_info .preson_info h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .tekrevol_project .project_review .review_info .preson_info .designation {
        font-size: 11px;
        line-height: normal
    }

    .tekrevol_project .project_review .review_info .project_link {
        position: absolute;
        right: 0;
        top: 30px
    }

    .tekrevol_project .project_review .review_info .project_link a {
        font-size: 16px;
        line-height: 35px
    }

    .tekrevol_project .project_review .review_info .project_link a svg {
        width: 20px
    }

    .tekrevol_expertise .tekrevol_expertise_tab .nav-item a {
        font-size: 23px;
        line-height: 43px;
        padding-left: 0
    }

    .tekrevol_expertise .tab-content {
        padding-left: 20px;
        padding-top: 0
    }

    .tekrevol_expertise .tab-content .h6,
    .tekrevol_expertise .tab-content h6 {
        margin-bottom: 20px
    }

    .tekrevol_expertise .tab-content .h5,
    .tekrevol_expertise .tab-content h5 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0
    }

    .tekrevol_expertise .tab-content p {
        line-height: 22px;
        margin-bottom: 20px
    }

    .tekrevol_expertise .tab-content .btn_load_all a {
        font-size: 16px
    }

    .tekrevol_expertise .tab-content .btn_load_all a svg {
        width: 20px
    }

    .tekrevol_insights .blog_section {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap;
        padding: 40px 0
    }

    .tekrevol_insights .blog_section .blog_list {
        padding: 20px
    }

    .tekrevol_insights .blog_section .blog_list:nth-child(odd) {
        padding: 20px 20px 20px 0
    }

    .tekrevol_insights .blog_section .blog_list .blog_title a {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .tekrevol_insights .blog_section .blog_list .dates {
        font-size: 13px
    }

    .tekrevol_insights .btn_load_all {
        margin: 20px 0
    }

    .tekrevol_insights .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_insights .btn_load_all a svg {
        width: 25px
    }

    .tekrevol_featured .carousel_featured {
        margin: 50px 0
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item {
        height: 150px
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 50px
    }

    .tekrevol_featured .carousel_featured .react-multiple-carousel__arrow {
        display: none !important
    }

    .tekrevol_partner {
        background: #f8f8fb
    }

    .tekrevol_partner .tekrevol_partner_title {
        position: relative;
        z-index: 9
    }

    .tekrevol_partner .tekrevol_partner_title:after {
        font-size: 80px;
        line-height: 90px;
        right: 15%
    }

    .tekrevol_partner .tekrevol_partner_title .h2,
    .tekrevol_partner .tekrevol_partner_title h2 {
        margin-bottom: 50px
    }

    .tekrevol_partner .tekrevol_partner_logo {
        margin: 50px 0
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box {
        flex: 0 0 33.33%;
        height: 170px
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:last-child,
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(2),
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(3),
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(4),
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(5),
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(6) {
        border-bottom: 0 solid #e2e2e2
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:last-child,
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(2),
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-last-child(3) {
        border-bottom: 1px solid #e2e2e2
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:first-child,
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-child(10),
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-child(13),
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-child(16),
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-child(4),
    .tekrevol_partner .tekrevol_partner_logo .item_logo .logo_box:nth-child(7) {
        border-left: 1px solid #e2e2e2 !important
    }
}

@media(min-width:0px)and (max-width:666px) {

    .tekrevol_banner,
    .tekrevol_banner .carousel {
        height: 550px
    }

    .tekrevol_banner .carousel .carousel-control-next,
    .tekrevol_banner .carousel .carousel-control-prev {
        bottom: 45px
    }

    .tekrevol_banner .h1,
    .tekrevol_banner .h2,
    .tekrevol_banner h1,
    .tekrevol_banner h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px
    }

    .tekrevol_banner p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px
    }

    .tekrevol_banner .carousel-indicators {
        width: 60%
    }

    .tekrevol_banner .carousel-indicators:after,
    .tekrevol_banner .carousel-indicators:before {
        background-repeat: no-repeat;
        background-size: contain;
        width: 60px
    }

    .tekrevol_banner .carousel-indicators [data-bs-target] {
        height: 25px;
        left: 75px;
        width: 25px
    }

    .tekrevol_ser_container {
        position: relative
    }

    .tekrevol_ser_container .tekrevol_boxes {
        flex-wrap: wrap;
        position: relative
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item {
        flex: 0 0 100%;
        margin-left: 0;
        padding: 10px 0 15px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item .h4,
    .tekrevol_ser_container .tekrevol_boxes .box_item h4 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .tekrevol_ser_container .tekrevol_boxes .box_item ul li,
    .tekrevol_ser_container .tekrevol_boxes .box_item ul li a {
        font-size: 14px
    }

    .tekrevol_awards .tekrevol_rating {
        margin-top: 20px;
        text-align: center
    }

    .tekrevol_awards .tekrevol_rating span {
        font-size: 20px;
        line-height: 35px
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_rating_numbers {
        font-size: 150px;
        line-height: 150px;
        margin-bottom: 0
    }

    .tekrevol_awards .tekrevol_rating .tekrevol_star svg {
        height: 40px;
        width: 200px
    }

    .tekrevol_awards .tekrevol_awards_title .h2,
    .tekrevol_awards .tekrevol_awards_title h2,
    .tekrevol_awards .tekrevol_awards_title p {
        color: #000
    }

    .tekrevol_awards {
        margin-top: 50px
    }

    .tekrevol_awards .awards_item {
        margin: 0 10px
    }

    .tekrevol_awards .awards_item img {
        filter: grayscale(0);
        height: auto;
        margin-bottom: 20px;
        max-width: 200px
    }

    .tekrevol_awards .react-multiple-carousel__arrow {
        display: none
    }

    .tekrevol_project .tekrevol_project_item {
        padding-top: 30px
    }

    .tekrevol_project .tekrevol_project_item .project_info {
        display: block;
        margin-bottom: 20px
    }

    .tekrevol_project .tekrevol_project_item .project_info .logo_project {
        border: 0;
        height: 90px;
        margin: 0 0 20px;
        width: 100%
    }

    .tekrevol_project .tekrevol_project_item .project_info .logo_project img {
        margin-bottom: 10px
    }

    .tekrevol_project .tekrevol_project_item .project_info .framework_project {
        text-align: left
    }

    .tekrevol_project .tekrevol_project_item .project_info .framework_project ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics {
        flex: 1 1;
        flex-wrap: wrap;
        justify-content: start;
        margin-bottom: 20px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download {
        border: 0;
        flex: 0 0 50%;
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 0;
        margin-right: 0;
        padding-right: 0
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .download span {
        font-size: 16px;
        line-height: 16px
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward {
        flex: 0 0 50%;
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 0
    }

    .tekrevol_project .tekrevol_project_item .project_statistics .reward span {
        font-size: 16px;
        line-height: 16px
    }

    .tekrevol_project .tekrevol_project_item .img_boxing {
        min-height: auto
    }

    .tekrevol_project .btn_load_all a,
    .tekrevol_project .project_link a {
        font-size: 16px;
        line-height: 30px
    }

    .tekrevol_project .btn_load_all a svg,
    .tekrevol_project .project_link a svg {
        height: 20px;
        width: 20px
    }

    .tekrevol_project .project_review {
        padding: 20px 0
    }

    .tekrevol_project .project_review p {
        margin-bottom: 0
    }

    .tekrevol_project .project_review p svg {
        height: 100px;
        opacity: .5;
        position: absolute;
        right: 10px;
        top: 0;
        width: 100px;
        z-index: -1
    }

    .tekrevol_project .project_review .review_info {
        align-items: center;
        display: flex;
        justify-content: start;
        position: relative
    }

    .tekrevol_project .project_review .review_info .preson {
        height: 60px;
        margin-right: 20px;
        width: 60px
    }

    .tekrevol_project .project_review .review_info .preson img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .tekrevol_project .project_review .review_info .preson_info {
        margin-top: 20px
    }

    .tekrevol_project .project_review .review_info .preson_info .h6,
    .tekrevol_project .project_review .review_info .preson_info h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .tekrevol_project .project_review .review_info .preson_info .designation {
        font-size: 13px;
        line-height: normal
    }

    .tekrevol_project .project_review .review_info .project_link {
        position: relative
    }

    .tekrevol_project .btn_load_all {
        margin: 10px 0
    }

    .tekrevol_project .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_expertise .dekstop_version {
        display: none
    }

    .tekrevol_expertise .mobile_version {
        display: block
    }

    .tekrevol_expertise .mobile_version .accordion .accordion-item {
        border: 0;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 0
    }

    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-header {
        border: 0
    }

    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-header button {
        box-shadow: none;
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        outline: none;
        padding-left: 10px
    }

    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-header button:not(.collapsed) {
        background-color: #fff;
        color: #000
    }

    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-header button span {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin-left: 10px
    }

    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-header button:after {
        filter: rgb(137.5, 137.5, 137.5)
    }

    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-collapse .accordion-body .btn_load_all a,
    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-collapse .accordion-body .project_link a {
        font-size: 14px;
        line-height: 30px
    }

    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-collapse .accordion-body .btn_load_all a svg,
    .tekrevol_expertise .mobile_version .accordion .accordion-item .accordion-collapse .accordion-body .project_link a svg {
        height: 20px;
        width: 20px
    }

    .tekrevol_insights .blog_section {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap;
        padding: 0
    }

    .tekrevol_insights .blog_section .blog_list {
        border: 0;
        border-bottom: 1px solid #e2e2e2;
        flex: 0 0 100%;
        padding: 10px
    }

    .tekrevol_insights .blog_section .blog_list:nth-child(odd) {
        padding: 10px
    }

    .tekrevol_insights .blog_section .blog_list:last-child .blog_title {
        width: 100%
    }

    .tekrevol_insights .blog_section .blog_list .blog_title a {
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 25px
    }

    .tekrevol_insights .blog_section .blog_list .dates {
        font-size: 13px
    }

    .tekrevol_insights .btn_load_all {
        margin: 20px 0
    }

    .tekrevol_insights .btn_load_all a {
        height: 60px;
        width: 60px
    }

    .tekrevol_insights .btn_load_all a svg {
        width: 25px
    }

    .tekrevol_featured .carousel_featured {
        margin: 20px 0
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item {
        height: 150px;
        margin-right: 5px
    }

    .tekrevol_featured .carousel_featured .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 50px
    }

    .tekrevol_featured .react-multiple-carousel__arrow {
        display: none !important
    }

    .tekrevol_partner .tekrevol_partner_title {
        position: relative;
        z-index: 9
    }

    .tekrevol_partner .tekrevol_partner_title:after {
        font-size: 80px;
        line-height: 90px;
        right: 15%
    }

    .tekrevol_partner .tekrevol_partner_logo {
        margin: 0
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo {
        display: none
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo_slide {
        display: block
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo_slide .logo_box {
        align-items: center;
        border: 1px solid #e2e2e2;
        display: flex;
        flex: 1 1;
        height: 170px;
        justify-content: center;
        margin: auto 5px auto auto;
        text-align: center;
        vertical-align: middle
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo_slide .logo_box img {
        filter: grayscale(1)
    }

    .tekrevol_partner .tekrevol_partner_logo .item_logo_slide .logo_box:hover img {
        filter: grayscale(0)
    }

    .img-fluid.mt-70 {
        display: none
    }
}

@media(min-width:0px)and (max-width:360px) {
    .tekrevol_awards {
        margin-top: 50px
    }

    .tekrevol_awards .awards_item {
        margin: 0 10px
    }
}

.services_banner {
    height: 75vh
}

.services_banner .banenr_content {
    padding-right: 25px
}

.services_banner .banner_content_txt ul {
    margin-top: 50px;
    padding-left: 20px
}

.services_banner .banner_content_txt ul li {
    color: #314252;
    line-height: normal;
    margin-bottom: 15px;
    position: relative
}

.services_banner .banner_content_txt ul li:after {
    background: #314252;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: -20px;
    position: absolute;
    top: 12px;
    width: 7px
}

.services_banner .banner_content_txt.listing_flex ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 0
}

.services_banner .banner_content_txt.listing_flex ul li {
    line-height: normal
}

.services_banner .banner_content_txt a {
    color: #06dcbf
}

@media(min-width:1600px)and (max-width:1800px) {
    .services_banner {
        height: 75vh
    }

    .services_banner .banenr_content {
        padding-right: 40px
    }

    .services_banner .banner_content_txt ul {
        margin-top: 40px;
        padding-left: 20px
    }

    .services_banner .banner_content_txt ul li {
        margin-bottom: 15px
    }

    .services_banner .banner_content_txt ul li:after {
        height: 5px;
        left: -15px;
        top: 12px;
        width: 5px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .services_banner {
        height: 75vh
    }

    .services_banner .banenr_content {
        padding-right: 40px
    }

    .services_banner .banner_content_txt ul {
        margin-top: 40px;
        padding-left: 20px
    }

    .services_banner .banner_content_txt ul li {
        margin-bottom: 10px
    }

    .services_banner .banner_content_txt ul li:after {
        height: 5px;
        left: -15px;
        top: 10px;
        width: 5px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .services_banner {
        height: 85vh
    }

    .services_banner .banenr_content {
        padding-right: 40px
    }

    .services_banner .banner_content_txt ul {
        margin-top: 30px;
        padding-left: 20px
    }

    .services_banner .banner_content_txt ul li {
        margin-bottom: 10px
    }

    .services_banner .banner_content_txt ul li:after {
        height: 5px;
        left: -15px;
        top: 10px;
        width: 5px
    }

    .error_tek {
        font-size: 12px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .services_banner {
        height: 80vh
    }

    .services_banner .banenr_content {
        padding-right: 0
    }

    .services_banner .banner_content_txt ul {
        margin-top: 30px;
        padding-left: 20px
    }

    .services_banner .banner_content_txt ul li {
        margin-bottom: 10px
    }

    .services_banner .banner_content_txt ul li:after {
        height: 5px;
        left: -15px;
        top: 10px;
        width: 5px
    }

    .services_banner .banner_content_txt.listing_flex ul {
        display: block
    }

    .error_tek {
        font-size: 12px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .services_banner {
        height: 80vh
    }

    .services_banner .banenr_content {
        padding-right: 0
    }

    .services_banner .banner_content_txt ul {
        margin-top: 30px;
        padding-left: 20px
    }

    .services_banner .banner_content_txt ul li {
        margin-bottom: 0
    }

    .services_banner .banner_content_txt ul li:after {
        height: 5px;
        left: -15px;
        top: 10px;
        width: 5px
    }

    .services_banner .banner_content_txt.listing_flex ul {
        display: block
    }

    .error_tek {
        font-size: 10px
    }
}

@media(min-width:0px)and (max-width:500px) {
    .services_banner {
        height: auto;
        padding: 80px 0 20px
    }

    .services_banner .banenr_content {
        padding-right: 0
    }

    .services_banner .banenr_content strong {
        color: #06dcbf;
        font-weight: 500
    }

    .services_banner .banner_content_txt ul {
        margin-top: 20px;
        padding-left: 20px
    }

    .services_banner .banner_content_txt ul li {
        margin-bottom: 5px;
        position: relative
    }

    .services_banner .banner_content_txt ul li:after {
        background: #314252;
        border-radius: 50%;
        content: "";
        height: 5px;
        left: -15px;
        position: absolute;
        top: 10px;
        width: 5px
    }

    .services_banner .banner_content_txt.listing_flex ul {
        display: block
    }
}

.tekgriping_section {
    padding-bottom: 30px !important
}

.tekgriping_section .tekgrip_flex {
    align-items: center;
    display: flex;
    justify-content: end;
    margin-bottom: 50px
}

.tekgriping_section .tekgrip_flex .tekgrip_title {
    margin-left: 40px
}

.tekgriping_section .tekgrip_flex .tekgrip_title .h5,
.tekgriping_section .tekgrip_flex .tekgrip_title h5 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 150px
}

.tekgriping_section .tekgrip_flex .tekgrip_title .h5 span,
.tekgriping_section .tekgrip_flex .tekgrip_title h5 span {
    color: #314252;
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center
}

.tekgriping_section .tabs {
    cursor: pointer
}

.tekgriping_section .tabs.active {
    color: #06dcbf
}

.tekgrip_tabs_iamge {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px
}

.tekgrip_tabs_iamge .tekgrip_tabs_content .h2,
.tekgrip_tabs_iamge .tekgrip_tabs_content h2 {
    color: #fff;
    margin-bottom: 20px
}

.tekgrip_tabs_iamge .tekgrip_tabs_content p {
    color: #fff
}

.tekgrip_tabs_iamge .tekgrip_tabs_image {
    position: absolute;
    right: 0;
    top: -350px
}

.tekgrip_tabs_iamge .loc-img img {
    width: 650px
}

.tekgrip_img_uper {
    padding: 70px 0 !important
}

.tekgrip_img_uper .tekgrip_tabs_image {
    position: absolute;
    right: 0;
    top: -170px
}

.tekrevol_dark_bg.container {
    border-radius: 50px;
    padding-left: 50px;
    padding-right: 50px
}

.tekrevol_dark_bg.container .sub_txt {
    padding-left: 50px;
    padding-top: 80px
}

.set_of_images .img_title {
    font-weight: 600;
    margin-bottom: 0
}

.seriveces_industries .process_icons {
    margin: 50px 0
}

.seriveces_industries .process_icons ul {
    display: flex;
    height: 130px;
    justify-content: space-between;
    position: relative
}

.seriveces_industries .process_icons ul:after {
    background: #ebebeb;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    width: 100%
}

.seriveces_industries .process_icons ul li {
    color: #314252;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-align: center
}

.seriveces_industries .process_icons ul li .iconss {
    margin-bottom: 50px;
    position: relative
}

.seriveces_industries .process_icons ul li .iconss:after {
    background: #ebebeb;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 80px;
    transform: translate(-50%, -60%);
    width: 20px;
    z-index: 9
}

.seriveces_industries .process_icons ul li .iconss img {
    height: 50px
}

.seriveces_industries .process_icons ul li:first-child {
    text-align: left
}

.seriveces_industries .process_icons ul li:first-child .iconss img {
    filter: invert(0)
}

.seriveces_industries .process_icons ul li:first-child .iconss:after {
    left: 0;
    transform: translateY(-60%)
}

.seriveces_industries .process_icons ul li:last-child {
    text-align: right
}

.seriveces_industries .process_icons ul li:last-child .iconss:after {
    left: 100%;
    transform: translate(-100%, -60%)
}

.seriveces_industries .process_icons ul li.active-tabs {
    color: #06dcbf;
    font-weight: 500
}

.seriveces_industries .process_icons ul li.active-tabs .iconss img {
    filter: invert(1)
}

.seriveces_industries .process_icons ul li.active-tabs .iconss:after {
    background: #06dcbf
}

.seriveces_industries .process_icons .content {
    margin-top: 70px
}

.content_pointer {
    display: flex;
    flex: 1 1;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 50px
}

.content_pointer .title_count {
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px
}

.content_pointer .title_count,
.content_pointer .title_count span {
    color: #314252;
    font-family: Poppins, sans-serif;
    letter-spacing: -.02em
}

.content_pointer .title_count span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px
}

.tekgrip_section .main_para {
    margin-bottom: 100px
}

.tekgrip_section .flex-column.nav.nav-pills {
    border-right: 2px solid #e2e2e2
}

.tekgrip_section .flex-column.nav.nav-pills .nav-item:last-child a {
    margin-bottom: 0
}

.tekgrip_section .flex-column.nav.nav-pills .nav-item a {
    background-color: transparent;
    color: #314252;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 50px;
    margin-bottom: 25px;
    padding: 0;
    position: relative
}

.tekgrip_section .flex-column.nav.nav-pills .nav-item a.active {
    background-color: transparent;
    color: #06dcbf
}

.tekgrip_section .flex-column.nav.nav-pills .nav-item a.active:after {
    background: #06dcbf;
    content: "";
    height: 60px;
    position: absolute;
    right: -2px;
    width: 2px
}

.tekgrip_section .flex-column.nav.nav-pills .nav-item .ohio-item {
    line-height: 70px
}

.tekgrip_section.tekrevol_dark_bg .flex-column.nav.nav-pills .nav-item a {
    color: #fff
}

.tekgrip_section.tekrevol_dark_bg .flex-column.nav.nav-pills .nav-item a.active {
    color: #06dcbf
}

.tekgrip_section.tekrevol_dark_bg .tab-content .tab-pane .h3,
.tekgrip_section.tekrevol_dark_bg .tab-content .tab-pane h3,
.tekgrip_section.tekrevol_dark_bg .tab-content .tab-pane p {
    color: #fff
}

.tekgrip_section.tekrevol_dark_bg .tab-content .ohio-tab-img {
    margin-bottom: 10px
}

.industries_boxes {
    cursor: pointer;
    margin-top: 50px
}

.industries_boxes .h6,
.industries_boxes h6 {
    color: #314252;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 30px;
    margin: 10px 0
}

.industries_boxes.active-tabs .h6,
.industries_boxes.active-tabs h6 {
    color: #06dcbf
}

.industries_boxes img {
    border-radius: 10px
}

.custom_tab {
    display: flex;
    margin-bottom: 30px
}

.custom_tab li.tabs {
    cursor: pointer;
    margin-right: 60px
}

.custom_tab li.tabs .example .h2,
.custom_tab li.tabs .example h2 {
    color: #314252
}

.custom_tab li.tabs .example:after {
    display: none
}

.custom_tab li.tabs.active .example .h2,
.custom_tab li.tabs.active .example h2 {
    color: #06dcbf
}

.custom_tab li.tabs.active .example:after {
    display: block
}

.case-study .title_case {
    color: #314252;
    font-weight: 600;
    margin-bottom: 60px;
    position: relative
}

.case-study .title_case:after {
    background: #314252;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 70%
}

.case-study .grids .grid-item {
    margin: 0 auto 80px;
    max-width: 90%
}

.case-study .grids .grid-item .img_box {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .3));
    margin-bottom: 30px
}

.case-study .grids .grid-item .img_box img {
    height: auto;
    max-width: 100%
}

.case-study .grids .grid-item .txt_box {
    border-left: 1px solid #4d6377;
    margin: 0 2.5%;
    padding-left: 50px;
    width: 90%
}

.swiper_main {
    margin-top: 30px;
    position: relative
}

.swiper_main .swiper {
    height: 80px;
    max-width: 90%
}

.swiper_main .swiper-wrapper .swiper-slide {
    border-left: 2px solid #ececec;
    cursor: pointer;
    height: 60px;
    margin: 0 !important;
    padding: 0 40px;
    text-align: left
}

.swiper_main .swiper-wrapper .swiper-slide span {
    color: #314252;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px
}

.swiper_main .swiper-wrapper .swiper-slide span span {
    display: block
}

.swiper_main .swiper-wrapper .swiper-slide.active {
    border-left: 2px solid #06dcbf
}

.swiper_main .swiper-wrapper .swiper-slide.active span {
    color: #06dcbf
}

.swiper_main .swiper-wrapper .swiper-slide.active:after {
    background: #06dcbf;
    bottom: -20px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99
}

.swiper_main .swiper-button-prev {
    left: 0;
    position: absolute;
    top: 30px;
    width: 80px
}

.swiper_main .swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNzQgOCI+PHBhdGggZmlsbD0iI0Y0N0ExRiIgZD0iTTczLjQ5MiA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEw3MC4zMS40NjRhLjUuNSAwIDEgMC0uNzA3LjcwOEw3Mi40MzEgNGwtMi44MjggMi44MjhhLjUuNSAwIDEgMCAuNzA3LjcwOGwzLjE4Mi0zLjE4MlpNLjEzOCA0LjVoNzN2LTFoLTczdjFaIi8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 8px;
    transform: rotate(180deg);
    width: 50px
}

.swiper_main .swiper-button-next {
    position: absolute;
    right: 0;
    top: 30px;
    width: 80px
}

.swiper_main .swiper-button-next:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNzQgOCI+PHBhdGggZmlsbD0iI0Y0N0ExRiIgZD0iTTczLjQ5MiA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEw3MC4zMS40NjRhLjUuNSAwIDEgMC0uNzA3LjcwOEw3Mi40MzEgNGwtMi44MjggMi44MjhhLjUuNSAwIDEgMCAuNzA3LjcwOGwzLjE4Mi0zLjE4MlpNLjEzOCA0LjVoNzN2LTFoLTczdjFaIi8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 8px;
    transform: rotate(0deg);
    width: 50px
}

.swiper_main .tab_txt {
    border-top: 2px solid #ececec;
    margin-top: -2px;
    padding-top: 40px
}

.swiper_main .tab_txt p {
    margin-bottom: 0
}

.services_buildapp .services_bg {
    background: #f8f8fb;
    border-radius: 50px;
    margin: 100px 0 0
}

.services_buildapp .services_bg .services_tabs {
    padding: 50px 30px
}

.services_buildapp .services_bg .services_tabs ul.nav.nav-tabs {
    border: 0;
    flex: 1 1;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link {
    border: 0;
    border-radius: 0;
    border-radius: 50px;
    color: #000;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    height: 60px;
    line-height: 40px;
    min-width: 140px;
    width: 100%
}

.services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link:hover {
    background: transparent;
    color: #06dcbf
}

.services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link.active {
    background: #06dcbf;
    color: #fff
}

.services_buildapp .services_bg .services_tabs .content_tabs {
    margin-top: 50px;
    padding: 0;
    position: relative
}

.services_buildapp .services_bg .services_tabs .content_tabs .h2,
.services_buildapp .services_bg .services_tabs .content_tabs h2 {
    margin-bottom: 20px
}

.services_buildapp .services_bg .services_tabs .content_tabs p {
    color: #000;
    margin-bottom: 40px
}

.services_buildapp .services_bg .services_tabs .content_tabs a {
    bottom: 0;
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
    position: unset
}

.services_buildapp .services_bg .services_tabs .content_tabs a:hover {
    color: #06dcbf
}

.services_buildapp .services_bg .services_grade_tabs {
    background: #efefef;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding: 50px
}

.services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs {
    border: 0;
    flex: 1 1;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs li .nav-link {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #314252;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    height: 60px;
    line-height: 40px;
    line-height: 0px;
    min-width: 120px;
    padding: 0;
    text-align: left;
    width: 100%
}

.services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs li .nav-link.active,
.services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs li .nav-link:hover {
    border-bottom: 4px solid #06dcbf;
    color: #06dcbf
}

.services_buildapp .services_bg .services_grade_tabs .tab_hour .h4,
.services_buildapp .services_bg .services_grade_tabs .tab_hour h4 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 70px;
    margin: 50px 0
}

.services_buildapp .services_bg .services_grade_tabs .tab_hour .h4 span,
.services_buildapp .services_bg .services_grade_tabs .tab_hour h4 span {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 30px
}

.services_buildapp .services_bg .services_grade_tabs .feature_name {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap
}

.services_buildapp .services_bg .services_grade_tabs .feature_name li {
    color: #000;
    flex: 0 0 50%;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding-left: 10px;
    position: relative
}

.services_buildapp .services_bg .services_grade_tabs .feature_name li:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    left: -5px;
    position: absolute;
    top: 18px;
    width: 5px
}

.tekrevol_dark_bg .swiper_main .swiper-wrapper .swiper-slide span {
    color: #fff
}

.tekrevol_dark_bg .swiper_main .swiper-wrapper .swiper-slide.active span {
    color: #06dcbf
}

.tekrevol_dark_bg .swiper_main .swiper-wrapper .swiper-slide.active:after {
    background: #06dcbf
}

.tekrevol_dark_bg .contact_from {
    padding-bottom: 0;
    padding-top: 0
}

.tekrevol_dark_bg .contact_from .from_item {
    margin-bottom: 20px
}

.tekrevol_dark_bg .contact_from .from_item input {
    background: transparent;
    color: #fff
}

.tekrevol_dark_bg .contact_from .from_item input:-webkit-autofill,
.tekrevol_dark_bg .contact_from .from_item input:-webkit-autofill:focus,
.tekrevol_dark_bg .contact_from .from_item input:-webkit-autofill:hover,
.tekrevol_dark_bg .contact_from .from_item select:-webkit-autofill,
.tekrevol_dark_bg .contact_from .from_item select:-webkit-autofill:focus,
.tekrevol_dark_bg .contact_from .from_item select:-webkit-autofill:hover,
.tekrevol_dark_bg .contact_from .from_item textarea:-webkit-autofill,
.tekrevol_dark_bg .contact_from .from_item textarea:-webkit-autofill:focus,
.tekrevol_dark_bg .contact_from .from_item textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    border: 0 solid transparent;
    border-bottom: 1px solid #e2e2e2;
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.tekrevol_dark_bg .contact_from .from_item select {
    background: transparent;
    color: #fff
}

.tekrevol_dark_bg .contact_from .from_item select option {
    color: #000
}

.tekrevol_dark_bg .contact_from .from_item textarea {
    background: transparent;
    color: #fff
}

.tekrevol_dark_bg .contact_from .btn_submit {
    background: transparent;
    margin-top: 30px
}

.tekrevol_dark_bg .contact_from .error_tek {
    color: #e57174
}

.tech_tabs .accordion .accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e2e2e2
}

.tech_tabs .accordion .accordion-item .svg-icon {
    fill: #000 !important;
    margin-right: 30px
}

.tech_tabs .accordion .accordion-item .svg-icon:hover {
    fill: #06dcbf !important
}

.tech_tabs .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    border: 0;
    border-bottom: 0 solid #e2e2e2;
    border-radius: 0;
    box-shadow: unset;
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    height: 100px;
    letter-spacing: -.02em;
    line-height: 30px
}

.tech_tabs .accordion .accordion-item .accordion-header .accordion-button span {
    margin-right: 20px;
    width: 50px
}

.tech_tabs .accordion .accordion-item .accordion-header .accordion-button span img {
    filter: invert(1);
    height: 50px
}

.tech_tabs .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #314252
}

.tech_tabs .accordion .accordion-item .accordion-header .accordion-button.collapsed img {
    filter: invert(0)
}

.tech_tabs .accordion .accordion-item .accordion-body {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding: 0 20px 20px 100px
}

.boxes_item {
    background: #f8f8fb;
    border: 6px solid #06dcbf;
    padding: 80px 0
}

.press_banners {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.Enablement .tech-box {
    align-items: start;
    background-color: #f4f4f4;
    border-radius: 30px;
    display: flex;
    height: 320px;
    margin-bottom: 20px;
    padding: 30px;
    transition: .2s ease
}

.Enablement .tech-box:hover {
    background-color: #06dcbf
}

.Enablement .tech-box:hover .h6,
.Enablement .tech-box:hover h6,
.Enablement .tech-box:hover p {
    color: #fff
}

.Enablement .tech-box:hover .tech_num {
    background-color: #f6954c
}

.Enablement .tech-box:hover .tech_num p {
    color: #fff
}

.Enablement .tech_num {
    background-color: #bfbfbf;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.Enablement .tech_num p {
    color: #314252;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.Enablement .tech_box_content {
    padding-left: 30px
}

.Enablement .tech_box_content .h6,
.Enablement .tech_box_content h6 {
    color: #314252;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0
}

.Enablement .tech_box_content p {
    color: #314252
}

.harness .featured_item {
    padding: 0 10px
}

.harness .featured_item .featured_img {
    height: 238px
}

.harness .featured_item .featured_img.comprehensive_img {
    height: unset
}

.harness .featured_item .featured_img.comprehensive_img span.lazy-load-image-background {
    display: block !important
}

.harness .featured_item .featured_img.comprehensive_img img {
    height: 100px
}

.harness .harness-slide {
    background-color: #fff;
    height: 400px;
    padding: 20px
}

.harness .harness-slide.comprehensive_slide {
    height: 550px
}

.harness .harness-slide p {
    font-size: 16px;
    line-height: 24px
}

.harness .harness-slide .h5,
.harness .harness-slide h5 {
    padding-top: 15px
}

.harness .cont-extra {
    margin-top: 80px
}

.Integeration .help_content ul li {
    display: table
}

.Integeration .help_content ul li:before {
    color: #314252;
    content: "•";
    display: inline-block;
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    width: 1em
}

.ebook-banner {
    background-size: cover
}

.ebook-form {
    background-color: #fbfbfb
}

.ebook-form .ebook-all {
    border: 1px solid #eaeaea;
    border-radius: 30px;
    cursor: pointer;
    filter: drop-shadow(0 0 80px rgba(0, 0, 0, .02));
    height: 170px;
    margin-bottom: 100px;
    margin-top: 50px;
    padding: 20px;
    position: relative;
    transition: .2s ease
}

.ebook-form .ebook-all:hover {
    background-color: #314252
}

.ebook-form .ebook-all:hover .h4,
.ebook-form .ebook-all:hover h4 {
    opacity: 1
}

.ebook-form .ebook-all .h4,
.ebook-form .ebook-all h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    opacity: 0
}

.ebook-form .ebook-all .ebook-fig {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -90px;
    transition: .5s ease;
    z-index: 1
}

.ebook-form .ebook-all .ebook-fig:hover {
    transform: translateX(25%)
}

.banner_bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh
}

.slide-top {
    animation: myAnim 5s cubic-bezier(.25, 1, .5, 1) 0s infinite alternate-reverse none
}

@keyframes myAnim {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(-45px)
    }

    24% {
        opacity: 1
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(-24px)
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(-12px)
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(-6px)
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(-4px)
    }

    25%,
    55%,
    75%,
    87% {
        animation-timing-function: ease-out;
        transform: translateY(0)
    }

    to {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0)
    }
}

.hover14 span {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.hover14 span:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2
}

.hover14 span:hover:before {
    animation: shine .75s
}

@keyframes shine {
    to {
        left: 125%
    }
}

.industries_boxes.hover01 span {
    min-height: 170px
}

.hover01 span {
    height: 100%;
    min-height: 305px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.hover01 span img {
    transform: scale(1);
    transition: .3s ease-in-out !important
}

.hover01 span:hover img {
    transform: scale(1.3) !important
}

.glitch {
    color: #e2e2e2;
    font-family: Poppins, sans-serif;
    font-size: 190px;
    font-style: normal;
    font-weight: 700;
    left: 0;
    letter-spacing: -.03em;
    line-height: 0px;
    margin: 0 auto;
    opacity: .25;
    position: absolute;
    top: 50px;
    width: 1570px;
    z-index: -1
}

.glitch:after {
    animation: animate-glitch 3s linear infinite alternate-reverse;
    left: 10px;
    text-shadow: -1px 0 #e2e2e2
}

.glitch:after,
.glitch:before {
    clip: rect(0, 100vw, 0, 0);
    background-color: #fff;
    color: #e2e2e2;
    content: attr(data-text);
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.glitch:before {
    animation: animate-glitch 2s linear infinite alternate-reverse;
    left: -10px;
    text-shadow: 1px 0 #e2e2e2
}

.seriveces_listing {
    margin: 50px 0
}

.item_listing {
    background: #fcfcfc;
    border-radius: 25px;
    height: 270px;
    margin-bottom: 30px;
    padding: 25px;
    position: relative;
    transition: .3s linear
}

.item_listing.add_loc {
    height: auto
}

.item_listing.add_loc .location_menus a {
    background: unset;
    color: #314252;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    height: auto;
    line-height: 38px;
    position: unset;
    transition: .2s ease;
    width: 100%
}

.item_listing.add_loc .location_menus a:before {
    color: #314252;
    content: "•";
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 1em
}

.item_listing.add_loc .location_menus a:hover {
    color: #06dcbf
}

.item_listing.add_loc:hover {
    background: #fcfcfc
}

.item_listing.add_loc:hover .h4,
.item_listing.add_loc:hover h4 {
    color: #314252
}

.item_listing .h4,
.item_listing h4 {
    line-height: 40px;
    margin-bottom: 10px
}

.item_listing p {
    margin-bottom: 0;
    padding-right: 40px
}

.item_listing a {
    align-items: center;
    background: #ffebdc;
    border-radius: 10px;
    bottom: 30px;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 30px;
    width: 50px
}

.item_listing:hover {
    background: #06dcbf;
    transition: .3s linear
}

.item_listing:hover .h4,
.item_listing:hover h4,
.item_listing:hover p {
    color: #fff
}

.item_listing:hover a {
    background: #fff
}

.tech_images {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap
}

.tech_images .tech_item {
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    display: flex;
    flex: 0 0 25%;
    height: 120px;
    justify-content: center;
    text-align: center;
    vertical-align: middle
}

.tech_images .tech_item.custom_item {
    flex: 0 0 20%
}

.tech_images .tech_item.custom_item:last-child,
.tech_images .tech_item.custom_item:nth-child(5) {
    border-bottom: 1px solid #e2e2e2;
    border-right: 0 solid #e2e2e2
}

.tech_images .tech_item.custom_item:last-child,
.tech_images .tech_item.custom_item:nth-child(4) {
    border-right: 1px solid #e2e2e2
}

.tech_images .tech_item.custom_item:last-child,
.tech_images .tech_item.custom_item:nth-child(10) {
    border-right: 0 solid #e2e2e2
}

.tech_images .tech_item.custom_item:last-child,
.tech_images .tech_item.custom_item:nth-child(6),
.tech_images .tech_item.custom_item:nth-child(7),
.tech_images .tech_item.custom_item:nth-child(8),
.tech_images .tech_item.custom_item:nth-child(9) {
    border-bottom: 0 solid #e2e2e2
}

.tech_images .tech_item:last-child,
.tech_images .tech_item:nth-child(4) {
    border-right: 0 solid #e2e2e2
}

.tech_images .tech_item:last-child,
.tech_images .tech_item:nth-child(5),
.tech_images .tech_item:nth-child(6),
.tech_images .tech_item:nth-child(7) {
    border-bottom: 0 solid #e2e2e2
}

.tech_images .tech_item .tech_img {
    height: auto;
    width: 260px
}

.tech_listing {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    vertical-align: middle
}

.tech_listing div.tech_tit {
    flex: 0 0 40%
}

.tech_listing div.tech_tit .h5,
.tech_listing div.tech_tit h5 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 0;
    padding-right: 100px
}

.tech_listing div.tech_point {
    flex: 0 0 60%
}

.tech_listing div.tech_point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.tech_listing div.tech_point ul li {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 35px;
    margin-right: 10px;
    text-transform: uppercase
}

.services_question {
    margin-bottom: 0;
    padding: 100px 0
}

.services_question .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: initial
}

.services_question.bg_color {
    background: #f8f8fb
}

.services_question.bg_color .accordion-button,
.services_question.bg_color .accordion-item {
    background: transparent
}

.services_question .services_faqs {
    margin-top: 50px
}

.services_question .services_faqs .accordion .accordion-item {
    border: 0 solid rgba(0, 0, 0, .125);
    padding: 0
}

.services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button {
    border: 0;
    border-bottom: 0 solid #e2e2e2;
    height: 80px;
    padding: 0;
    position: relative
}

.services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button .h3,
.services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button h3 {
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px
}

.services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    border-bottom: 1px solid #e2e2e2;
    color: #000
}

.services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button:focus {
    background: transparent;
    box-shadow: none
}

.services_question .services_faqs .accordion .accordion-body {
    padding: 0
}

.services_question .services_faqs .accordion .accordion-body ol li,
.services_question .services_faqs .accordion .accordion-body ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.services_question .services_faqs .accordion .accordion-body ol li:before,
.services_question .services_faqs .accordion .accordion-body ul li:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 5px
}

@keyframes animate-glitch {
    0% {
        clip: rect(99vh, 9999vw, 45vh, 0)
    }

    5% {
        clip: rect(7vh, 9999vw, 49vh, 0)
    }

    10% {
        clip: rect(52vh, 9999vw, 79vh, 0)
    }

    15% {
        clip: rect(51vh, 9999vw, 42vh, 0)
    }

    20% {
        clip: rect(37vh, 9999vw, 43vh, 0)
    }

    25% {
        clip: rect(38vh, 9999vw, 9vh, 0)
    }

    30% {
        clip: rect(34vh, 9999vw, 93vh, 0)
    }

    35% {
        clip: rect(18vh, 9999vw, 84vh, 0)
    }

    40% {
        clip: rect(100vh, 9999vw, 75vh, 0)
    }

    45% {
        clip: rect(15vh, 9999vw, 4vh, 0)
    }

    50% {
        clip: rect(14vh, 9999vw, 10vh, 0)
    }

    55% {
        clip: rect(4vh, 9999vw, 75vh, 0)
    }

    60% {
        clip: rect(17vh, 9999vw, 55vh, 0)
    }

    65% {
        clip: rect(75vh, 9999vw, 57vh, 0)
    }

    70% {
        clip: rect(39vh, 9999vw, 84vh, 0)
    }

    75% {
        clip: rect(96vh, 9999vw, 54vh, 0)
    }

    80% {
        clip: rect(45vh, 9999vw, 25vh, 0)
    }

    85% {
        clip: rect(60vh, 9999vw, 100vh, 0)
    }

    90% {
        clip: rect(5vh, 9999vw, 6vh, 0)
    }

    95% {
        clip: rect(49vh, 9999vw, 57vh, 0)
    }

    to {
        clip: rect(54vh, 9999vw, 90vh, 0)
    }
}

.mobile_version {
    display: none
}

.deskstop_version {
    display: block
}

.new-solutionlist {
    position: relative
}

.new-solutionlist ul li:before {
    color: #314252;
    content: "•";
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 1em
}

.new-solutionlistwhite {
    position: relative
}

.new-solutionlistwhite ul li {
    display: table
}

.new-solutionlistwhite ul li:before {
    background: unset !important;
    color: #fff;
    content: "•";
    display: inline-block;
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    width: 1em
}

.new-solutionlist.padding_top_extra {
    padding-top: 20px
}

.digital-healthcare .digital-healthcarelist {
    position: relative
}

.digital-healthcare .digital-healthcarelist li {
    display: table
}

.digital-healthcare .digital-healthcarelist li:before {
    color: #314252;
    content: "•";
    display: inline-block;
    display: table-cell;
    font-size: 20px;
    font-weight: 700;
    width: 1em
}

.developmemt_proces .swiper_main .swiper-wrapper .swiper-slide span {
    font-size: 23px;
    line-height: 28px
}

.cutting-edge .featured_item {
    padding: 0 10px
}

.cutting-edge .cutting-slide {
    background-color: #fff;
    border-radius: 10px;
    height: 360px;
    padding: 30px
}

.cutting-edge .h5,
.cutting-edge h5 {
    line-height: 34px;
    padding-top: 20px
}

.cutting-edge p {
    font-size: 16px;
    line-height: 24px
}

.cutting-edge .carousel_featured .react-multiple-carousel__arrow--left {
    left: 1px;
    min-height: 35px;
    min-width: 35px
}

.cutting-edge .carousel_featured .react-multiple-carousel__arrow--right {
    min-height: 35px;
    min-width: 35px;
    right: 1px
}

.offer .offer-box-events {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .02);
    height: 320px;
    margin-top: 50px;
    padding: 30px;
    transition: .2s ease
}

.offer .offer-box-events .offer-content-events .h5,
.offer .offer-box-events .offer-content-events h5 {
    color: #314252;
    padding-top: 20px
}

.offer .offer-box-events .offer-content-events p {
    color: #314252;
    font-size: 16px;
    line-height: 24px
}

.offer .offer-box-events:hover {
    background-color: #06dcbf
}

.offer .offer-box-events:hover .h5,
.offer .offer-box-events:hover h5,
.offer .offer-box-events:hover p {
    color: #fff
}

.offer .offer-box-events:hover svg path {
    fill: #fff
}

.recent-event {
    position: relative
}

.recent-event:after {
    background-color: #314252;
    content: "";
    height: 750px;
    position: absolute;
    right: 0;
    top: 100px;
    width: 51%;
    z-index: 1
}

.recent-event .recent-content {
    padding: 50px;
    position: relative;
    z-index: 99
}

.recent-event .recent-content .h4,
.recent-event .recent-content h4 {
    color: #fff
}

.recent-event .recent-content a {
    color: #fff;
    text-decoration: none;
    transition: .2s ease
}

.recent-event .recent-content:hover a {
    color: #06dcbf
}

.recent-event .recent-all {
    position: relative;
    z-index: 99
}

.recent-event .recent-all .recent-counter {
    align-items: center;
    border: 1px solid #4e6377;
    display: flex;
    height: 150px;
    justify-content: center;
    width: 190px
}

.recent-event .recent-all .recent-counter .recent-number .h4,
.recent-event .recent-all .recent-counter .recent-number h4 {
    color: #fff;
    font-size: 80px;
    line-height: 56px
}

.recent-event .recent-all .recent-bottom {
    padding-top: 10px;
    text-align: center
}

.recent-event .recent-all .recent-bottom p {
    color: #6f8ca7;
    font-weight: 700;
    text-transform: uppercase
}

.recent-event .margin-leftextrabox {
    padding-left: 0
}

.referral .ref-div {
    display: flex
}

.referral .ref-div .ref-num {
    background: #06dcbf;
    border-radius: 15px;
    color: #fff;
    font-family: poppins;
    font-size: 30px;
    font-weight: 700;
    margin-left: 50px;
    padding: 10px
}

.ref-partners .ref-part-cont .h2,
.ref-partners .ref-part-cont h2,
.ref-partners .ref-part-cont p {
    color: #fff
}

.ref-partners .ref-part-cont ul {
    position: relative
}

.ref-partners .ref-part-cont ul li:before {
    background: unset !important;
    color: #fff;
    content: "•";
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 1em
}

.ref-suited {
    background-color: #fafaff
}

.ref-suited .ref-suit-main {
    margin-top: 80px
}

.ref-suited .ref-suit-main .ref-suit-box1 {
    background-color: #fff;
    border: 1px solid #314252;
    border-radius: 15px;
    height: 360px;
    margin-bottom: 20px;
    padding: 20px;
    transition: .2s ease
}

.ref-suited .ref-suit-main .ref-suit-box1:hover {
    background-color: #06dcbf;
    border: 1px solid #06dcbf
}

.ref-suited .ref-suit-main .ref-suit-box1:hover .h4,
.ref-suited .ref-suit-main .ref-suit-box1:hover h4,
.ref-suited .ref-suit-main .ref-suit-box1:hover p {
    color: #fff
}

.ref-suited .ref-suit-main .ref-suit-box1:hover svg path {
    fill: #fff
}

.ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head .h4,
.ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head h4 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px
}

.ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head p {
    font-size: 14px;
    line-height: 22px
}

.ref-suited .ref-suit-box2 {
    background-color: #fff;
    border: 1px solid #314252;
    border-radius: 15px;
    height: 360px;
    margin-bottom: 20px;
    padding: 20px
}

.ref-suited .ref-suit-box2:hover {
    background-color: #06dcbf;
    border: 1px solid #06dcbf
}

.ref-suited .ref-suit-box2:hover .h4,
.ref-suited .ref-suit-box2:hover h4,
.ref-suited .ref-suit-box2:hover p {
    color: #fff
}

.ref-suited .ref-suit-box2:hover svg path {
    fill: #fff
}

.ref-suited .ref-suit-box2 .ref-suit-head .h4,
.ref-suited .ref-suit-box2 .ref-suit-head h4 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px
}

.ref-suited .ref-suit-box2 .ref-suit-head p {
    font-size: 14px;
    line-height: 22px
}

.ref-promote .ref-promo-content ul {
    position: relative
}

.ref-promote .ref-promo-content ul li:before {
    color: #314252;
    content: "•";
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 1em
}

.ref-becoming .ref-become-box {
    border: 2px solid hsla(0, 0%, 89%, .341);
    border-radius: 30px;
    box-shadow: 0 0 50px rgba(0, 0, 0, .02);
    height: 290px;
    padding: 20px;
    position: relative;
    transition: .2s ease
}

.ref-becoming .ref-become-box:hover {
    border: 2px solid #fff
}

.ref-becoming .ref-become-box:hover .ref-become-num .h5,
.ref-becoming .ref-become-box:hover .ref-become-num h5 {
    color: #fff
}

.ref-becoming .ref-become-box .ref-become-svg {
    background-color: #314252;
    margin-top: -60px;
    padding: 10px 0;
    text-align: center;
    width: 100px
}

.ref-becoming .ref-become-box .ref-become-box-content .h5,
.ref-becoming .ref-become-box .ref-become-box-content h5 {
    color: #fff;
    line-height: 30px;
    padding-top: 20px
}

.ref-becoming .ref-become-box .ref-become-box-content p {
    font-size: 16px;
    line-height: 26px
}

.ref-becoming .ref-become-box .ref-become-num {
    position: absolute;
    right: 30px;
    top: 30px
}

.ref-becoming .ref-become-box .ref-become-num .h5,
.ref-becoming .ref-become-box .ref-become-num h5 {
    color: hsla(0, 0%, 89%, .341);
    font-size: 40px;
    line-height: 30px
}

.ref-becoming .ref-padd {
    padding-top: 70px
}

.ref-slider .featured_item {
    padding-right: 20px
}

.ref-slider .ref-slider-padd {
    padding-top: 80px
}

.ref-slider .ref-slide .h5,
.ref-slider .ref-slide h5 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 20px
}

.ref-slider .ref-slide p {
    font-size: 16px;
    line-height: 24px
}

.project-dropdown {
    z-index: 9 !important
}

.project-dropdown .case-dropdown-btn {
    align-items: center;
    display: flex;
    justify-content: end
}

.project-dropdown .case-dropdown-btn .dropdown button {
    background-color: #06dcbf;
    border: 2px solid #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    min-width: 250px;
    padding: 10px;
    width: 100%
}

.project-dropdown .case-dropdown-btn .dropdown .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 45%
}

.project-dropdown .case-dropdown-btn .dropdown .dropdown-menu.show {
    background-color: #314252;
    min-width: 250px;
    width: 100%
}

.project-dropdown .case-dropdown-btn .dropdown .dropdown-item {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 16px
}

.project-dropdown .case-dropdown-btn .dropdown .dropdown-item:hover {
    background-color: transparent;
    color: #06dcbf
}

.ebook-solution {
    background-color: #06dcbf;
    border: 2px solid #06dcbf;
    border-radius: 10px;
    display: none;
    height: auto;
    margin-bottom: 50px;
    margin-left: 0;
    overflow: hidden;
    padding: 30px;
    position: relative;
    position: fixed;
    top: 170px;
    width: 32%;
    z-index: 1
}

.ebook-solution.show {
    animation: slideInRight .5s ease;
    display: block
}

.ebook-solution .ebook-sol-content .h4,
.ebook-solution .ebook-sol-content h4 {
    color: #fff;
    margin-bottom: 0
}

.ebook-solution .ebook-sol-content img {
    cursor: pointer;
    padding-top: 20px
}

.ebook-solution .ebook-sol-img img {
    height: auto;
    width: 160px
}

.ebook-solution .close-svg svg {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -10px;
    width: 30px
}

@keyframes slideInRight {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(10%)
    }
}

.offer-area {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.offer-area .offerItemTitle {
    color: #000;
    font-size: 20px;
    font-weight: 500
}

.offer-tab-link {
    text-align: center
}

.offer-tab-link ul {
    border: 0;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.offer-tab-link ul li {
    display: inline-block;
    margin: 0 -3px;
    padding: 10px 0
}

.offer-tab-link ul li a {
    border-bottom: 4px solid #000;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 60px
}

.offer-tab-link ul li a.active {
    border-color: #fff;
    color: #fff
}

.offer-content {
    opacity: 0;
    padding: 0 0 0 40px;
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    transition: opacity .3s ease;
    width: 100%
}

.offer-content p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    text-align: left;
    width: 100%
}

.offer-content .h3,
.offer-content h3 {
    text-align: left
}

.offerItem {
    background-color: #fff;
    border: 1px solid #a2acb5;
    float: left;
    height: 600px;
    margin: 0 10px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    transition: .3s ease;
    width: 80px
}

.offerItem:before {
    background-repeat: no-repeat;
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images-new/landing/dubai-app/blue.png);
    content: "";
    height: 19px;
    position: absolute;
    right: 28px;
    top: 20px;
    width: 23px;
    z-index: 2
}

.offer-detail {
    width: 800px
}

.offerItemTitle {
    background: transparent;
    color: #fff;
    cursor: pointer;
    height: 80px;
    left: 40px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 92.6%;
    transform: rotate(-90deg);
    transform-origin: left;
    width: 545px;
    z-index: 1
}

.offerItem.active {
    background-color: #314252;
    width: calc(100% - 520px)
}

.offerItem.active .offerItemTitle {
    display: none
}

.offerItem.active .offer-content {
    opacity: 1;
    transition: .3s ease
}

.offerItem.active .offer-content .h3,
.offerItem.active .offer-content h3,
.offerItem.active .offer-content p {
    color: #fff
}

.offerItem.active .offer-detail {
    width: 900px
}

.offerItem.active .offer-detail .row .col:first-child {
    max-width: 40% !important
}

.offerItem.active:after {
    background-repeat: no-repeat;
    background: url(https://d3r5yd0374231.cloudfront.net/images-tek/assets/images-new/landing/dubai-app/white.png);
    content: "";
    height: 19px;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 25px;
    z-index: 2
}

.offer-tabs.tab-content {
    padding: 0
}

.offerslide:after {
    clear: both;
    content: "";
    display: block
}

.offer-img {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 20px;
    display: flex;
    height: 100px;
    justify-content: center;
    margin-bottom: 20px;
    width: 100px
}

.Case-slide .Case-slide_img {
    padding: 0 10px
}

.harness .featured_item .texas-slide {
    background-color: #314252;
    border-radius: 10px;
    height: 650px;
    padding: 30px
}

.harness .featured_item .texas-slide .h5,
.harness .featured_item .texas-slide h5 {
    color: #fff
}

.harness .featured_item .texas-slide P {
    color: #fff;
    font-size: 16px;
    line-height: 32px
}

.harness .featured_item .texas-slide .featured_img {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 20px;
    display: flex;
    height: 100px;
    justify-content: center;
    margin-bottom: 20px;
    width: 100px
}

.lp-banner {
    background-color: #fcfcfc
}

.providers {
    background-repeat: no-repeat
}

.providers .h2,
.providers h2,
.providers p {
    color: #fff
}

.providers .provider-slide {
    padding: 10px
}

.providers .provider-slide .h6,
.providers .provider-slide h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 40px
}

.providers .provider-slide p {
    color: #000;
    font-size: 16px;
    line-height: 26px
}

.providers .react-multi-carousel-list {
    position: unset
}

.providers .react-multiple-carousel__arrow--right {
    background-color: #06dcbf;
    position: absolute;
    top: -70px;
    z-index: 10000000000
}

.providers .react-multiple-carousel__arrow--left {
    background-color: #06dcbf;
    left: unset;
    position: absolute;
    right: 120px;
    top: -100px;
    top: -70px
}

.market,
.top-mobile {
    background-color: #fafaff
}

.services_buildapp .react-multi-carousel-list {
    position: unset
}

.services_buildapp .react-multiple-carousel__arrow--left {
    background-color: #06dcbf;
    left: 10px;
    position: absolute;
    right: unset;
    top: 300px
}

.services_buildapp .react-multiple-carousel__arrow--right {
    background-color: #06dcbf;
    left: 70px;
    position: absolute;
    right: unset;
    top: 300px;
    z-index: 10000000000
}

.services_buildapp_loc .react-multi-carousel-list {
    position: unset
}

.services_buildapp_loc .react-multiple-carousel__arrow--left {
    background-color: #06dcbf;
    left: unset;
    position: absolute;
    right: 120px;
    top: 180px
}

.services_buildapp_loc .react-multiple-carousel__arrow--right {
    background-color: #06dcbf;
    position: absolute;
    top: 180px;
    z-index: 10000000000
}

@media(min-width:1600px)and (max-width:1800px) {
    .tekgriping_section {
        padding-bottom: 30px !important
    }

    .tekgriping_section .tekgrip_flex {
        margin-bottom: 50px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title {
        margin-left: 40px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 {
        font-size: 125px;
        line-height: 125px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5 span,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 span {
        font-size: 17px;
        line-height: 30px
    }

    .tekgriping_section .tabs {
        cursor: pointer
    }

    .tekgriping_section .tabs.active {
        color: #06dcbf
    }

    .services_buildapp .services_bg {
        border-radius: 45px;
        margin: 50px 0 0
    }

    .services_buildapp .services_bg .services_tabs {
        padding: 45px 30px
    }

    .services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link {
        border-radius: 40px;
        font-size: 17px;
        height: 50px;
        line-height: 35px;
        min-width: 110px
    }

    .services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link:hover {
        background: transparent;
        color: #06dcbf
    }

    .services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link.active {
        background: #06dcbf;
        color: #fff
    }

    .services_buildapp .services_bg .services_tabs .content_tabs {
        margin-top: 40px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs p {
        margin-bottom: 30px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs a {
        font-size: 18px;
        line-height: 35px
    }

    .services_buildapp .services_bg .services_grade_tabs {
        border-bottom-right-radius: 45px;
        border-top-right-radius: 45px;
        padding: 45px
    }

    .services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 17px;
        height: 50px;
        line-height: 35px;
        min-width: 110px
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 {
        font-size: 46px;
        line-height: 60px;
        margin: 40px 0
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4 span,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 span {
        font-size: 17px;
        line-height: 30px
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name li {
        font-size: 17px;
        line-height: 35px
    }

    .content_pointer .title_count {
        font-size: 80px;
        line-height: 80px
    }

    .content_pointer .title_count span {
        font-size: 17px;
        line-height: 30px
    }

    .tekgrip_section .main_para {
        margin-bottom: 80px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a.active:after {
        height: 55px
    }

    .boxes_item {
        background: #f8f8fb;
        border: 5px solid #06dcbf;
        padding: 70px 0
    }

    .tech_images .tech_item {
        border-bottom: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        flex: 0 0 25%;
        height: 120px
    }

    .tech_images .tech_item .tech_img {
        height: auto;
        width: 260px
    }

    .tech_listing {
        margin-top: 80px
    }

    .tech_listing div.tech_tit {
        flex: 0 0 40%
    }

    .tech_listing div.tech_tit .h5,
    .tech_listing div.tech_tit h5 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 0;
        padding-right: 80px
    }

    .tech_listing div.tech_point {
        flex: 0 0 60%
    }

    .tech_listing div.tech_point ul li {
        font-size: 25px;
        line-height: 35px;
        margin-right: 10px
    }

    .services_question {
        margin-bottom: 0
    }

    .services_question .services_faqs {
        margin-top: 0
    }

    .services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 22px;
        height: 80px;
        line-height: 40px
    }

    .services_question .services_faqs .accordion .accordion-body {
        padding: 30px 0
    }

    .item_listing {
        background: #fcfcfc;
        border-radius: 25px;
        height: 270px;
        margin-bottom: 30px;
        padding: 25px;
        position: relative;
        transition: .3s linear
    }

    .item_listing.add_loc .location_menus a {
        font-size: 15px;
        line-height: 30px
    }

    .item_listing .h4,
    .item_listing h4 {
        line-height: 35px;
        margin-bottom: 10px
    }

    .item_listing p {
        margin-bottom: 0;
        padding-right: 40px
    }

    .item_listing a {
        align-items: center;
        background: #ffebdc;
        border-radius: 10px;
        bottom: 30px;
        display: flex;
        height: 50px;
        justify-content: center;
        position: absolute;
        right: 30px;
        width: 50px
    }

    .case-study .title_case {
        color: #314252;
        font-weight: 600;
        margin-bottom: 60px;
        position: relative
    }

    .case-study .title_case:after {
        background: #314252;
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        top: 20px;
        width: 70%
    }

    .case-study .grids .grid-item {
        margin: 0 auto 80px
    }

    .case-study .grids .grid-item .img_box {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, .3));
        margin-bottom: 30px
    }

    .case-study .grids .grid-item .img_box img {
        height: auto;
        max-width: 100%
    }

    .case-study .grids .grid-item .txt_box {
        border-left: 1px solid #4d6377;
        margin: 0 2%;
        padding-left: 40px;
        width: 95%
    }

    .industries_boxes.hover01 span {
        min-height: 125px
    }

    .industries_boxes .h6,
    .industries_boxes h6 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .Enablement .tech-box {
        height: 290px;
        transition: .2s ease
    }

    .Enablement .tech_box_content .h6,
    .Enablement .tech_box_content h6 {
        font-size: 20px;
        line-height: 30px
    }

    .harness .featured_item .featured_img {
        height: auto
    }

    .harness .harness-slide {
        background-color: #fff;
        height: 420px;
        padding: 20px
    }

    .harness .harness-slide.comprehensive_slide {
        height: 550px
    }

    .harness .harness-slide p {
        font-size: 14px;
        line-height: 24px
    }

    .developmemt_proces .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 18px;
        line-height: 23px
    }

    .cutting-edge .featured_item {
        padding: 0 10px
    }

    .cutting-edge .cutting-slide {
        background-color: #fff;
        border-radius: 10px;
        height: 360px;
        padding: 30px
    }

    .cutting-edge .h5,
    .cutting-edge h5 {
        line-height: 34px;
        padding-top: 20px
    }

    .cutting-edge p {
        font-size: 15px;
        line-height: 23px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--left {
        left: 1px;
        min-height: 30px;
        min-width: 30px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--right {
        min-height: 30px;
        min-width: 30px;
        right: 1px
    }

    .services_banner .career-img img {
        width: 500px
    }

    .tekgrip_img_uper .tekgrip_tabs_image {
        top: -140px
    }

    .tekgrip_img_uper .tekgrip_tabs_image.tek_impact img {
        height: 520px
    }

    .recent-event {
        position: relative
    }

    .recent-event:after {
        background-color: #314252;
        content: "";
        height: 640px;
        position: absolute;
        right: 0;
        top: 70px;
        width: 51%;
        z-index: 1
    }

    .recent-event .recent-content {
        padding: 30px;
        position: relative;
        z-index: 99
    }

    .recent-event .recent-content .h4,
    .recent-event .recent-content h4 {
        color: #fff
    }

    .recent-event .recent-content a {
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        transition: .2s ease
    }

    .recent-event .recent-content:hover a {
        color: #06dcbf
    }

    .recent-event .recent-all {
        align-items: center;
        padding-top: 30px;
        position: relative;
        z-index: 99
    }

    .recent-event .recent-all .recent-counter {
        align-items: center;
        border: 1px solid #4e6377;
        display: flex;
        height: 130px;
        justify-content: center;
        width: 150px
    }

    .recent-event .recent-all .recent-counter .recent-number .h4,
    .recent-event .recent-all .recent-counter .recent-number h4 {
        color: #fff;
        font-size: 60px;
        line-height: 40px
    }

    .recent-event .recent-all .recent-bottom p {
        color: #6f8ca7;
        font-weight: 700;
        text-transform: uppercase
    }

    .recent-event .margin-leftextrabox {
        padding-left: 0
    }

    .ebook-form .ebook-all {
        height: 170px
    }

    .ebook-form .ebook-all .h4,
    .ebook-form .ebook-all h4 {
        font-size: 18px;
        line-height: 28px;
        width: 60%
    }

    .ebook-form .ebook-all .h4 br,
    .ebook-form .ebook-all h4 br {
        display: none
    }

    .ebook-form .ebook-all img {
        width: 80%
    }

    .ebook-form .ebook-all .ebook-fig {
        top: -60px
    }

    .ref-slider .ref-slide .h5,
    .ref-slider .ref-slide h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .ref-slider .ref-slide p {
        font-size: 15px;
        line-height: 23px
    }

    .ref-suited .ref-suit-box2 .ref-suit-head .h4,
    .ref-suited .ref-suit-box2 .ref-suit-head h4,
    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head .h4,
    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head h4 {
        margin-bottom: 10px
    }

    .ebook-solution {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        border-radius: 10px;
        display: none;
        height: auto;
        padding: 20px;
        width: 33%
    }

    .ebook-solution .show {
        transform: translateX(0);
        transition: transform .5s ease
    }

    .ebook-solution .hidden {
        transform: translateX(-100%)
    }

    .ebook-solution .ebook-sol-content .h4,
    .ebook-solution .ebook-sol-content h4 {
        color: #fff;
        margin-bottom: 0
    }

    .ebook-solution .ebook-sol-content img {
        cursor: pointer;
        padding-top: 20px
    }

    .ebook-solution .ebook-sol-img img {
        height: auto;
        width: 150px
    }

    .ebook-solution .close-svg svg {
        cursor: pointer;
        height: 25px;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 25px
    }

    .offer-content {
        height: 500px;
        padding: 0 0 0 20px
    }

    .offer-content P {
        font-size: 16px;
        line-height: 28px;
        margin: 0;
        text-align: left;
        width: 100%
    }

    .offerItem.active .offer-detail {
        width: 650px
    }

    .Case-slide .Case-slide_img {
        padding: 0 10px
    }

    .harness .featured_item .texas-slide {
        background-color: #314252;
        border-radius: 10px;
        height: 680px;
        padding: 30px
    }

    .harness .featured_item .texas-slide .h5,
    .harness .featured_item .texas-slide h5 {
        color: #fff
    }

    .harness .featured_item .texas-slide P {
        color: #fff;
        font-size: 15px;
        line-height: 30px
    }

    .harness .featured_item .texas-slide .featured_img {
        align-items: center;
        border: 2px solid #fff;
        border-radius: 20px;
        display: flex;
        height: 100px;
        justify-content: center;
        margin-bottom: 20px;
        width: 100px
    }

    .tekgrip_tabs_image.ind-img {
        right: -50px
    }

    .tekgrip_tabs_image.ind-img img {
        width: 650px
    }

    .tekgrip_tabs_image.ohio-loc-img {
        top: -300px
    }

    .tekgrip_tabs_image.ohio-loc-img img {
        height: 700px;
        width: 400px
    }

    .services_buildapp .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: 10px;
        position: absolute;
        right: unset;
        top: 270px
    }

    .services_buildapp .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        left: 70px;
        position: absolute;
        right: unset;
        top: 270px;
        z-index: 10000000000
    }

    .services_buildapp_loc .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp_loc .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: unset;
        position: absolute;
        right: 110px;
        top: 180px
    }

    .services_buildapp_loc .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        position: absolute;
        top: 180px;
        z-index: 10000000000
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .tekgriping_section {
        padding-bottom: 30px !important
    }

    .tekgriping_section .tekgrip_flex {
        margin-bottom: 50px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title {
        margin-left: 40px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 {
        font-size: 110px;
        line-height: 110px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5 span,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 span {
        font-size: 15px;
        line-height: 25px
    }

    .tekgriping_section .tabs {
        cursor: pointer
    }

    .tekgriping_section .tabs.active {
        color: #06dcbf
    }

    .services_buildapp .services_bg {
        border-radius: 45px;
        margin: 40px 0 0
    }

    .services_buildapp .services_bg .services_tabs {
        padding: 40px 25px
    }

    .services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link {
        border-radius: 40px;
        font-size: 15px;
        height: 50px;
        line-height: 35px;
        min-width: 100px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs {
        margin-top: 40px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs p {
        margin-bottom: 30px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs a {
        font-size: 17px;
        line-height: 33px
    }

    .services_buildapp .services_bg .services_grade_tabs {
        border-bottom-right-radius: 45px;
        border-top-right-radius: 45px;
        padding: 40px
    }

    .services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 15px;
        height: 50px;
        line-height: 35px;
        min-width: 100px
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 {
        font-size: 40px;
        line-height: 50px;
        margin: 35px 0
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4 span,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 span {
        font-size: 15px;
        line-height: 25px
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name li {
        font-size: 15px;
        line-height: 25px
    }

    .content_pointer .title_count {
        font-size: 70px;
        line-height: 70px
    }

    .content_pointer .title_count span {
        font-size: 15px;
        line-height: 25px
    }

    .tekgrip_section .main_para {
        margin-bottom: 60px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a.active:after {
        height: 50px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item .ohio-item {
        line-height: 55px
    }

    .tekrevol_dark_bg.container {
        border-radius: 40px;
        padding-left: 30px;
        padding-right: 30px
    }

    .tekgrip_tabs_iamge {
        margin-bottom: 50px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image {
        position: absolute;
        right: -50px;
        top: -350px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image .loc-img img {
        width: 550px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image.ind-img {
        top: -300px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image.ind-img img {
        width: 550px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image.ohio-loc-img {
        top: -280px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image.ohio-loc-img img {
        height: 650px;
        width: 350px
    }

    .swiper_main {
        margin-top: 20px;
        position: relative
    }

    .swiper_main .swiper.swiper-pointer-events {
        max-width: 85%
    }

    .swiper_main .swiper-wrapper .swiper-slide {
        padding: 0 30px
    }

    .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 20px;
        line-height: 30px
    }

    .swiper_main .swiper-wrapper .swiper-slide.active {
        border-left: 2px solid #06dcbf
    }

    .swiper_main .swiper-wrapper .swiper-slide.active span {
        color: #06dcbf
    }

    .swiper_main .tab_txt {
        border-top: 2px solid #ececec;
        margin-top: -2px;
        padding-top: 40px
    }

    .seriveces_industries .process_icons {
        margin: 40px 0 0
    }

    .seriveces_industries .process_icons ul {
        height: 110px
    }

    .seriveces_industries .process_icons ul li {
        font-size: 15px
    }

    .seriveces_industries .process_icons ul li .iconss {
        margin-bottom: 30px
    }

    .seriveces_industries .process_icons ul li .iconss img {
        height: 40px;
        width: 40px
    }

    .seriveces_industries .process_icons ul li .iconss:after {
        height: 16px;
        left: 50%;
        top: 68px;
        width: 16px
    }

    .seriveces_industries .process_icons ul li:last-child {
        text-align: right
    }

    .seriveces_industries .process_icons ul li:last-child .iconss:after {
        left: 100%;
        transform: translate(-80%, -60%)
    }

    .seriveces_industries .process_icons .content {
        margin-top: 50px
    }

    .boxes_item {
        background: #f8f8fb;
        border: 5px solid #06dcbf;
        padding: 50px 0
    }

    .tech_images .tech_item {
        border-bottom: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        flex: 0 0 25%;
        height: 120px
    }

    .tech_images .tech_item .tech_img {
        height: auto;
        width: 260px
    }

    .tech_images .tech_item .tech_img.custom_img {
        width: 240px
    }

    .tech_listing {
        margin-top: 60px
    }

    .tech_listing div.tech_tit {
        flex: 0 0 40%
    }

    .tech_listing div.tech_tit .h5,
    .tech_listing div.tech_tit h5 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 0;
        padding-right: 50px
    }

    .tech_listing div.tech_point {
        flex: 0 0 60%
    }

    .tech_listing div.tech_point ul li {
        font-size: 23px;
        line-height: 33px;
        margin-right: 10px
    }

    .tech_tabs .accordion .accordion-item .svg-icon {
        height: 30px;
        margin-right: 30px;
        width: 30px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button {
        border: 0;
        font-size: 22px;
        height: 90px;
        letter-spacing: -.02em;
        line-height: 28px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button span {
        margin-right: 20px;
        width: 50px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button span img {
        filter: invert(1);
        height: 50px
    }

    .tech_tabs .accordion .accordion-item .accordion-body {
        font-size: 18px;
        line-height: 35px;
        padding: 0 20px 20px 100px
    }

    .services_question {
        margin-bottom: 0
    }

    .services_question .services_faqs {
        margin-top: 0
    }

    .services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        height: 70px;
        line-height: 35px
    }

    .services_question .services_faqs .accordion .accordion-body {
        padding: 30px 0
    }

    .item_listing {
        border-radius: 25px;
        height: 230px;
        padding: 25px
    }

    .item_listing.add_loc .location_menus a {
        font-size: 14px;
        line-height: 28px
    }

    .item_listing .h4,
    .item_listing h4 {
        line-height: 35px;
        margin-bottom: 10px
    }

    .item_listing p {
        margin-bottom: 0;
        padding-right: 40px
    }

    .item_listing a {
        border-radius: 10px;
        bottom: 25px;
        height: 40px;
        right: 25px;
        width: 40px
    }

    .case-study .title_case {
        color: #314252;
        font-weight: 600;
        margin-bottom: 60px;
        position: relative
    }

    .case-study .title_case:after {
        background: #314252;
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        top: 20px;
        width: 70%
    }

    .case-study .grids .grid-item {
        margin: 0 auto 80px
    }

    .case-study .grids .grid-item .img_box {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, .3));
        margin-bottom: 30px
    }

    .case-study .grids .grid-item .img_box img {
        height: auto;
        max-width: 100%
    }

    .case-study .grids .grid-item .txt_box {
        border-left: 1px solid #4d6377;
        margin: 0 2%;
        padding-left: 40px;
        width: 95%
    }

    .margin_bottom_extra {
        margin-bottom: 120px
    }

    .industries_boxes.hover01 span {
        min-height: 125px
    }

    .industries_boxes .h6,
    .industries_boxes h6 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .Enablement .tech-box {
        height: 275px;
        transition: .2s ease
    }

    .Enablement .tech_box_content .h6,
    .Enablement .tech_box_content h6 {
        font-size: 20px;
        line-height: 30px
    }

    .harness .featured_item .featured_img {
        height: auto
    }

    .harness .harness-slide {
        background-color: #fff;
        height: 380px;
        padding: 20px
    }

    .harness .harness-slide.comprehensive_slide {
        height: 500px
    }

    .harness .harness-slide p {
        font-size: 14px;
        line-height: 24px
    }

    .developmemt_proces .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 18px;
        line-height: 23px
    }

    .tekgrip_img_uper .tekgrip_tabs_image {
        top: -140px
    }

    .tekgrip_img_uper .tekgrip_tabs_image.tek_impact img {
        height: 490px
    }

    .cutting-edge .featured_item {
        padding: 0 10px
    }

    .cutting-edge .cutting-slide {
        background-color: #fff;
        border-radius: 10px;
        height: 330px;
        padding: 30px
    }

    .cutting-edge .h5,
    .cutting-edge h5 {
        line-height: 34px;
        padding-top: 20px
    }

    .cutting-edge p {
        font-size: 15px;
        line-height: 23px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow:before {
        font-size: 16px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--left {
        left: 1px;
        min-height: 30px;
        min-width: 30px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--right {
        min-height: 30px;
        min-width: 30px;
        right: 1px
    }

    .services_banner .career-img img {
        width: 500px
    }

    .recent-event {
        position: relative
    }

    .recent-event:after {
        background-color: #314252;
        content: "";
        height: 570px;
        position: absolute;
        right: 0;
        top: 70px;
        width: 51%;
        z-index: 1
    }

    .recent-event .recent-content {
        padding: 30px;
        position: relative;
        z-index: 99
    }

    .recent-event .recent-content .h4,
    .recent-event .recent-content h4 {
        color: #fff
    }

    .recent-event .recent-content a {
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        transition: .2s ease
    }

    .recent-event .recent-content:hover a {
        color: #06dcbf
    }

    .recent-event .recent-all {
        align-items: center;
        padding-top: 30px;
        position: relative;
        z-index: 999
    }

    .recent-event .recent-all .recent-counter {
        align-items: center;
        border: 1px solid #4e6377;
        display: flex;
        height: 130px;
        justify-content: center;
        width: 150px
    }

    .recent-event .recent-all .recent-counter .recent-number .h4,
    .recent-event .recent-all .recent-counter .recent-number h4 {
        color: #fff;
        font-size: 60px;
        line-height: 40px
    }

    .recent-event .recent-all .recent-bottom p {
        color: #6f8ca7;
        font-weight: 700;
        text-transform: uppercase
    }

    .recent-event .margin-leftextrabox {
        padding-left: 0
    }

    .offer .offer-box {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .02);
        height: 330px;
        padding: 30px;
        transition: .2s ease
    }

    .offer .offer-box .offer-content-events .h5,
    .offer .offer-box .offer-content-events h5 {
        color: #314252;
        padding-top: 20px
    }

    .offer .offer-box .offer-content-events p {
        color: #314252;
        font-size: 14px;
        line-height: 22px
    }

    .offer .offer-box:hover {
        background-color: #06dcbf
    }

    .offer .offer-box:hover .h5,
    .offer .offer-box:hover h5,
    .offer .offer-box:hover p {
        color: #fff
    }

    .offer .offer-box:hover svg path {
        fill: #fff
    }

    .ebook-form .ebook-all {
        height: 160px
    }

    .ebook-form .ebook-all .h4,
    .ebook-form .ebook-all h4 {
        font-size: 16px;
        line-height: 24px;
        width: 58%
    }

    .ebook-form .ebook-all .h4 br,
    .ebook-form .ebook-all h4 br {
        display: none
    }

    .ebook-form .ebook-all img {
        width: 80%
    }

    .ebook-form .ebook-all .ebook-fig {
        top: -60px
    }

    .ref-suited .ref-suit-main {
        margin-top: 80px
    }

    .ref-suited .ref-suit-main .ref-suit-box1 {
        height: 390px
    }

    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head .h4,
    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head h4 {
        margin-bottom: 10px
    }

    .ref-suited .ref-suit-box2 {
        height: 390px
    }

    .ref-suited .ref-suit-box2 .ref-suit-head .h4,
    .ref-suited .ref-suit-box2 .ref-suit-head h4 {
        margin-bottom: 10px
    }

    .referral .ref-div .ref-num {
        font-size: 25px;
        margin-left: 40px
    }

    .ebook-solution {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        border-radius: 10px;
        display: none;
        height: auto;
        padding: 20px;
        width: 36%
    }

    .ebook-solution .show {
        transform: translateX(0);
        transition: transform .5s ease
    }

    .ebook-solution .hidden {
        transform: translateX(-100%)
    }

    .ebook-solution .ebook-sol-content .h4,
    .ebook-solution .ebook-sol-content h4 {
        color: #fff;
        margin-bottom: 0
    }

    .ebook-solution .ebook-sol-content img {
        cursor: pointer;
        padding-top: 20px
    }

    .ebook-solution .ebook-sol-img img {
        height: auto;
        width: 150px
    }

    .ebook-solution .close-svg svg {
        cursor: pointer;
        height: 25px;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 25px
    }

    .offer-content {
        height: 500px;
        padding: 0 0 0 20px
    }

    .offer-content P {
        font-size: 15px;
        line-height: 27px;
        margin: 0;
        text-align: left;
        width: 100%
    }

    .offerItem.active .offer-detail {
        width: 600px
    }

    .Case-slide .Case-slide_img {
        padding: 0
    }

    .rev-img img {
        width: 80%
    }

    .harness .featured_item .texas-slide {
        background-color: #314252;
        border-radius: 10px;
        height: 630px;
        padding: 30px
    }

    .harness .featured_item .texas-slide .h5,
    .harness .featured_item .texas-slide h5 {
        color: #fff
    }

    .harness .featured_item .texas-slide P {
        color: #fff;
        font-size: 14px;
        line-height: 28px
    }

    .harness .featured_item .texas-slide .featured_img {
        align-items: center;
        border: 2px solid #fff;
        border-radius: 20px;
        display: flex;
        height: 70px;
        justify-content: center;
        margin-bottom: 20px;
        width: 70px
    }

    .harness .featured_item .texas-slide .featured_img .hybrid-img {
        width: 40px
    }

    .providers {
        background-size: contain
    }

    .barve-img .top-rate {
        width: 450px
    }

    .services_buildapp .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: 10px;
        position: absolute;
        right: unset;
        top: 220px
    }

    .services_buildapp .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        left: 70px;
        position: absolute;
        right: unset;
        top: 220px;
        z-index: 10000000000
    }

    .services_buildapp_loc .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp_loc .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: unset;
        position: absolute;
        right: 120px;
        top: 130px
    }

    .services_buildapp_loc .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        position: absolute;
        top: 130px;
        z-index: 10000000000
    }

    .offer .offer-box-events {
        height: 300px
    }

    .offer .offer-box-events .offer-img_events {
        margin-bottom: 0
    }

    .offer .offer-box-events .offer-img_events svg {
        height: 65px;
        width: auto
    }

    .offer .offer-box-events .offer-content-events p {
        font-size: 14px;
        line-height: 24px
    }

    .offer .offer-box-events .offer-content-events .h5,
    .offer .offer-box-events .offer-content-events h5 {
        margin-bottom: 10px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .tekgriping_section {
        padding-bottom: 30px !important
    }

    .tekgriping_section .tekgrip_flex {
        margin-bottom: 50px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title {
        margin-left: 40px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 {
        font-size: 90px;
        line-height: 90px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5 span,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 span {
        font-size: 14px;
        line-height: 24px
    }

    .tekgriping_section .tabs {
        cursor: pointer
    }

    .tekgriping_section .tabs.active {
        color: #06dcbf
    }

    .services_buildapp .services_bg {
        border-radius: 35px;
        margin: 30px 0 0
    }

    .services_buildapp .services_bg .services_tabs {
        padding: 20px
    }

    .services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 14px;
        height: 45px;
        line-height: 35px;
        min-width: 100px;
        padding: 0 15px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs {
        margin-top: 30px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs p {
        margin-bottom: 25px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs a {
        font-size: 16px;
        line-height: 30px
    }

    .services_buildapp .services_bg .services_grade_tabs {
        border-bottom-right-radius: 35px;
        border-top-right-radius: 35px;
        padding: 20px
    }

    .services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 14px;
        height: 45px;
        line-height: 35px;
        min-width: 100px;
        padding: 0 15px
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 {
        font-size: 40px;
        line-height: 50px;
        margin: 35px 0
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4 span,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 span {
        font-size: 15px;
        line-height: 25px
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name li {
        font-size: 15px;
        line-height: 25px
    }

    .content_pointer .title_count {
        font-size: 60px;
        line-height: 60px
    }

    .content_pointer .title_count span {
        font-size: 15px;
        line-height: 25px
    }

    .tekgrip_section .main_para {
        margin-bottom: 60px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a.active:after {
        height: 50px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item .ohio-item {
        line-height: 55px
    }

    .seriveces_industries .process_icons {
        margin: 40px 0 0
    }

    .seriveces_industries .process_icons ul {
        height: 110px
    }

    .seriveces_industries .process_icons ul li {
        font-size: 14px
    }

    .seriveces_industries .process_icons ul li .iconss {
        margin-bottom: 30px
    }

    .seriveces_industries .process_icons ul li .iconss img {
        height: 40px
    }

    .seriveces_industries .process_icons ul li .iconss:after {
        height: 16px;
        left: 50%;
        top: 68px;
        width: 16px
    }

    .seriveces_industries .process_icons ul li:last-child {
        text-align: right
    }

    .seriveces_industries .process_icons ul li:last-child .iconss:after {
        left: 100%;
        transform: translate(-80%, -60%)
    }

    .seriveces_industries .process_icons .content {
        margin-top: 50px
    }

    .tekgrip_tabs_iamge {
        margin-bottom: 50px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_content {
        min-height: 250px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image {
        position: absolute;
        right: -50px;
        top: -300px
    }

    .tekgrip_tabs_iamge .loc-img img {
        width: 450px
    }

    .tekgrip_tabs_iamge .ohio-loc-img {
        right: 0;
        top: -270px
    }

    .tekgrip_tabs_iamge .ohio-loc-img img {
        height: 600px;
        width: 300px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image.ind-img {
        top: -280px
    }

    .tekgrip_tabs_iamge .gatsby-image-wrapper img,
    .tekgrip_tabs_iamge img {
        width: 550px
    }

    .tekrevol_dark_bg.container {
        border-radius: 40px;
        padding-left: 30px;
        padding-right: 30px
    }

    .swiper_main {
        margin-top: 20px;
        position: relative
    }

    .swiper_main .swiper.swiper-pointer-events {
        max-width: 85%
    }

    .swiper_main .swiper-wrapper .swiper-slide {
        padding: 0 30px
    }

    .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 20px;
        line-height: 30px
    }

    .swiper_main .swiper-wrapper .swiper-slide.active {
        border-left: 2px solid #06dcbf
    }

    .swiper_main .swiper-wrapper .swiper-slide.active span {
        color: #06dcbf
    }

    .swiper_main .tab_txt {
        border-top: 2px solid #ececec;
        margin-top: -2px;
        padding-top: 40px
    }

    .boxes_item {
        background: #f8f8fb;
        border: 5px solid #06dcbf;
        padding: 50px 0
    }

    .tech_images .tech_item {
        border-bottom: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        flex: 0 0 25%;
        height: 120px
    }

    .tech_images .tech_item .tech_img {
        height: auto;
        width: 260px
    }

    .tech_images .tech_item .tech_img.custom_img {
        width: 220px
    }

    .tech_images .tech_item .tech_img.custom_img .custom_resize {
        width: 130px
    }

    .tech_listing {
        margin-top: 60px
    }

    .tech_listing div.tech_tit {
        flex: 0 0 40%
    }

    .tech_listing div.tech_tit .h5,
    .tech_listing div.tech_tit h5 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 0;
        padding-right: 50px
    }

    .tech_listing div.tech_point {
        flex: 0 0 60%
    }

    .tech_listing div.tech_point ul li {
        font-size: 23px;
        line-height: 33px;
        margin-right: 10px
    }

    .tech_tabs .accordion .accordion-item .svg-icon {
        height: 30px;
        margin-right: 30px;
        width: 30px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button {
        border: 0;
        font-size: 22px;
        height: 90px;
        letter-spacing: -.02em;
        line-height: 28px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button span {
        margin-right: 20px;
        width: 45px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button span img {
        filter: invert(1);
        height: 45px
    }

    .tech_tabs .accordion .accordion-item .accordion-body {
        font-size: 18px;
        line-height: 35px;
        padding: 0 20px 20px 80px
    }

    .services_question {
        margin-bottom: 0
    }

    .services_question .services_faqs {
        margin-top: 0
    }

    .services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
        height: 60px;
        line-height: 32px
    }

    .services_question .services_faqs .accordion .accordion-body {
        padding: 25px 0
    }

    .services_question .services_faqs .accordion .accordion-body p {
        margin-bottom: 10px
    }

    .item_listing {
        border-radius: 25px;
        height: 230px;
        padding: 25px
    }

    .item_listing.add_loc .location_menus a {
        font-size: 13px;
        line-height: 30px
    }

    .item_listing .h4,
    .item_listing h4 {
        line-height: 35px;
        margin-bottom: 10px
    }

    .item_listing p {
        margin-bottom: 0;
        padding-right: 40px
    }

    .item_listing a {
        border-radius: 10px;
        bottom: 25px;
        height: 40px;
        right: 25px;
        width: 40px
    }

    .item_listing a svg {
        width: 20px
    }

    .case-study .title_case {
        color: #314252;
        font-weight: 600;
        margin-bottom: 60px;
        position: relative
    }

    .case-study .title_case:after {
        background: #314252;
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        top: 20px;
        width: 70%
    }

    .case-study .grids .grid-item {
        margin: 0 auto 50px
    }

    .case-study .grids .grid-item .img_box {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, .3));
        margin-bottom: 30px
    }

    .case-study .grids .grid-item .img_box img {
        height: auto;
        max-width: 100%
    }

    .case-study .grids .grid-item .txt_box {
        border-left: 1px solid #4d6377;
        margin: 0 2%;
        padding-left: 40px;
        width: 95%
    }

    .margin_bottom_extra {
        margin-bottom: 100px
    }

    .industries_boxes.hover01 span {
        min-height: 115px
    }

    .industries_boxes .h6,
    .industries_boxes h6 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px
    }

    .Enablement .tech-box {
        height: 275px;
        transition: .2s ease
    }

    .Enablement .tech_box_content .h6,
    .Enablement .tech_box_content h6 {
        font-size: 20px;
        line-height: 30px
    }

    .harness .featured_item .featured_img {
        height: auto
    }

    .harness .featured_item .featured_img.comprehensive_img {
        height: unset
    }

    .harness .featured_item .featured_img.comprehensive_img img {
        height: 80px
    }

    .harness .harness-slide {
        background-color: #fff;
        height: 380px;
        padding: 20px
    }

    .harness .harness-slide.comprehensive_slide {
        height: 550px
    }

    .harness .harness-slide p {
        font-size: 14px;
        line-height: 24px
    }

    .tekgrip_img_uper .tekgrip_tabs_image {
        position: absolute;
        right: -30px;
        top: -130px
    }

    .tekgrip_img_uper .tekgrip_tabs_image.tek_impact img {
        height: 480px
    }

    .developmemt_proces .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 16px;
        line-height: 21px
    }

    .cutting-edge .featured_item {
        padding: 0 10px
    }

    .cutting-edge .cutting-slide {
        background-color: #fff;
        border-radius: 10px;
        height: 330px;
        padding: 30px
    }

    .cutting-edge .h5,
    .cutting-edge h5 {
        line-height: 30px;
        padding-top: 20px
    }

    .cutting-edge p {
        font-size: 15px;
        line-height: 23px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow:before {
        font-size: 16px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--left {
        left: 1px;
        min-height: 30px;
        min-width: 30px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--right {
        min-height: 30px;
        min-width: 30px;
        right: 1px
    }

    .services_banner .career-img img {
        width: 450px
    }

    .recent-event {
        position: relative
    }

    .recent-event:after {
        background-color: #314252;
        content: "";
        height: 520px;
        position: absolute;
        right: 0;
        top: 70px;
        width: 51%;
        z-index: 1
    }

    .recent-event .recent-content {
        padding: 30px;
        position: relative;
        z-index: 99
    }

    .recent-event .recent-content .h4,
    .recent-event .recent-content h4 {
        color: #fff
    }

    .recent-event .recent-content a {
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        transition: .2s ease
    }

    .recent-event .recent-content:hover a {
        color: #06dcbf
    }

    .recent-event .recent-all {
        align-items: center;
        padding-top: 30px;
        position: relative;
        z-index: 99
    }

    .recent-event .recent-all .recent-counter {
        align-items: center;
        border: 1px solid #4e6377;
        display: flex;
        height: 130px;
        justify-content: center;
        width: 130px
    }

    .recent-event .recent-all .recent-counter .recent-number .h4,
    .recent-event .recent-all .recent-counter .recent-number h4 {
        color: #fff;
        font-size: 60px;
        line-height: 40px
    }

    .recent-event .recent-all .recent-bottom p {
        color: #6f8ca7;
        font-weight: 700;
        text-transform: uppercase
    }

    .recent-event .margin-leftextrabox {
        padding-left: 0
    }

    .offer .offer-box {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .02);
        height: 330px;
        padding: 30px;
        transition: .2s ease
    }

    .offer .offer-box .offer-content-events .h5,
    .offer .offer-box .offer-content-events h5 {
        color: #314252;
        padding-top: 20px
    }

    .offer .offer-box .offer-content-events p {
        color: #314252;
        font-size: 14px;
        line-height: 22px
    }

    .offer .offer-box:hover {
        background-color: #06dcbf
    }

    .offer .offer-box:hover .h5,
    .offer .offer-box:hover h5,
    .offer .offer-box:hover p {
        color: #fff
    }

    .offer .offer-box:hover svg path {
        fill: #fff
    }

    .ebook-form .ebook-all {
        height: 160px
    }

    .ebook-form .ebook-all .h4,
    .ebook-form .ebook-all h4 {
        font-size: 16px;
        line-height: 24px;
        width: 58%
    }

    .ebook-form .ebook-all .h4 br,
    .ebook-form .ebook-all h4 br {
        display: none
    }

    .ebook-form .ebook-all img {
        width: 70%
    }

    .ebook-form .ebook-all .ebook-fig {
        top: -48px
    }

    .ref-suited .ref-suit-main {
        margin-top: 70px
    }

    .ref-suited .ref-suit-main .ref-suit-box1 {
        height: 380px
    }

    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-svg svg {
        height: 60px;
        width: auto
    }

    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head .h4,
    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-top: 10px
    }

    .ref-suited .ref-suit-box2 {
        height: 380px
    }

    .ref-suited .ref-suit-box2 .ref-suit-svg svg {
        height: 60px;
        width: auto
    }

    .ref-suited .ref-suit-box2 .ref-suit-head .h4,
    .ref-suited .ref-suit-box2 .ref-suit-head h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-top: 10px
    }

    .referral .ref-div .ref-num {
        font-size: 20px;
        margin-left: 30px
    }

    .ref-slider .ref-slide .h5,
    .ref-slider .ref-slide h5 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .ref-slider .ref-slide p {
        font-size: 14px;
        line-height: 22px
    }

    .project-dropdown {
        z-index: 9 !important
    }

    .project-dropdown .case-dropdown-btn {
        align-items: center;
        display: flex;
        justify-content: end
    }

    .project-dropdown .case-dropdown-btn .dropdown button {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        font-family: Poppins, sans-serif;
        font-size: 18px;
        min-width: 250px;
        padding: 10px;
        width: 100%
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-menu.show {
        background-color: #314252;
        min-width: 250px;
        width: 100%
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-item {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 14px
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-item:hover {
        background-color: transparent;
        color: #06dcbf
    }

    .ebook-solution {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        border-radius: 10px;
        display: none;
        height: auto;
        margin-bottom: 30px;
        margin-left: 0;
        padding: 20px;
        width: 35%
    }

    .ebook-solution.show {
        animation: slideInRight .5s ease;
        display: block
    }

    .ebook-solution .ebook-sol-content .h4,
    .ebook-solution .ebook-sol-content h4 {
        color: #fff;
        margin-bottom: 0
    }

    .ebook-solution .ebook-sol-content img {
        cursor: pointer;
        padding-top: 20px
    }

    .ebook-solution .ebook-sol-img img {
        height: auto;
        width: 130px
    }

    .ebook-solution .close-svg svg {
        cursor: pointer;
        height: 25px;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 25px
    }

    @keyframes slideInRight {
        0% {
            transform: translateX(-100%)
        }

        to {
            transform: translateX(10%)
        }
    }

    .offer-content {
        height: 500px;
        padding: 0 0 0 20px
    }

    .offer-content P {
        font-size: 15px;
        line-height: 26px;
        margin: 0;
        text-align: left;
        width: 100%
    }

    .offerItem.active .offer-detail {
        width: 550px
    }

    .Case-slide .Case-slide_img {
        padding: 0
    }

    .rev-img img {
        width: 80%
    }

    .harness .featured_item .texas-slide {
        background-color: #314252;
        border-radius: 10px;
        height: 600px;
        padding: 30px 20px 0
    }

    .harness .featured_item .texas-slide .h5,
    .harness .featured_item .texas-slide h5 {
        color: #fff;
        margin-bottom: 10px
    }

    .harness .featured_item .texas-slide P {
        color: #fff;
        font-size: 14px;
        line-height: 26px
    }

    .harness .featured_item .texas-slide .featured_img {
        align-items: center;
        border: 2px solid #fff;
        border-radius: 20px;
        display: flex;
        height: 70px;
        justify-content: center;
        margin-bottom: 20px;
        width: 70px
    }

    .harness .featured_item .texas-slide .featured_img .hybrid-img {
        width: 40px
    }

    .providers {
        background-size: contain
    }

    .providers .provider-slide {
        height: 250px;
        padding: 10px
    }

    .providers .provider-slide .h6,
    .providers .provider-slide h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-top: 20px
    }

    .providers .provider-slide p {
        color: #000;
        font-size: 15px;
        line-height: 25px
    }

    .barve-img .top-rate {
        width: 400px
    }

    .services_buildapp .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: 10px;
        position: absolute;
        right: unset;
        top: 240px
    }

    .services_buildapp .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        left: 70px;
        position: absolute;
        right: unset;
        top: 240px;
        z-index: 10000000000
    }

    .services_buildapp_loc .react-multi-carousel-list {
        margin-top: 50px;
        position: unset
    }

    .services_buildapp_loc .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: unset;
        position: absolute;
        right: 110px;
        top: 120px
    }

    .services_buildapp_loc .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        position: absolute;
        top: 120px;
        z-index: 10000000000
    }

    .offer .offer-box-events {
        height: 300px
    }

    .offer .offer-box-events .offer-img_events {
        margin-bottom: 0
    }

    .offer .offer-box-events .offer-img_events svg {
        height: 65px;
        width: auto
    }

    .offer .offer-box-events .offer-content-events p {
        font-size: 13px;
        line-height: 23px
    }

    .offer .offer-box-events .offer-content-events .h5,
    .offer .offer-box-events .offer-content-events h5 {
        margin-bottom: 10px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .tekgriping_section {
        padding-bottom: 30px !important
    }

    .tekgriping_section .tekgrip_flex {
        margin-bottom: 50px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title {
        margin-left: 40px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 {
        font-size: 80px;
        line-height: 80px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5 span,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 span {
        font-size: 14px;
        line-height: 24px
    }

    .tekgriping_section .tabs {
        cursor: pointer
    }

    .tekgriping_section .tabs.active {
        color: #06dcbf
    }

    .services_buildapp .services_bg {
        border-radius: 35px;
        margin: 30px 0 0
    }

    .services_buildapp .services_bg .services_tabs {
        padding: 20px
    }

    .services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 11px;
        height: 40px;
        line-height: 30px;
        min-width: 80px;
        padding: 0 10px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs {
        margin-top: 30px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs p {
        margin-bottom: 25px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs a {
        font-size: 16px;
        line-height: 30px
    }

    .services_buildapp .services_bg .services_grade_tabs {
        border-bottom-right-radius: 35px;
        border-top-right-radius: 35px;
        padding: 20px
    }

    .services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 13px;
        height: 40px;
        line-height: 30px;
        min-width: 80px;
        padding: 0 10px
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 {
        font-size: 40px;
        line-height: 50px;
        margin: 35px 0
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4 span,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 span {
        font-size: 15px;
        line-height: 25px
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name li {
        font-size: 15px;
        line-height: 25px
    }

    .content_pointer .title_count {
        font-size: 50px;
        line-height: 50px;
        text-align: center
    }

    .content_pointer .title_count span {
        font-size: 14px;
        line-height: 24px
    }

    .tekgrip_section .main_para {
        margin-bottom: 60px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a.active:after {
        height: 30px
    }

    .seriveces_industries .process_icons {
        margin: 40px 0 0
    }

    .seriveces_industries .process_icons ul {
        height: 110px
    }

    .seriveces_industries .process_icons ul li {
        font-size: 14px
    }

    .seriveces_industries .process_icons ul li .iconss {
        margin-bottom: 30px
    }

    .seriveces_industries .process_icons ul li .iconss:after {
        height: 16px;
        left: 50%;
        top: 68px;
        width: 16px
    }

    .seriveces_industries .process_icons ul li .iconss img {
        height: 40px
    }

    .seriveces_industries .process_icons ul li:last-child {
        text-align: right
    }

    .seriveces_industries .process_icons ul li:last-child .iconss:after {
        left: 100%;
        transform: translate(-80%, -60%)
    }

    .seriveces_industries .process_icons .content {
        margin-top: 50px
    }

    .tekgrip_tabs_iamge {
        margin-bottom: 30px
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image {
        position: absolute;
        right: -50px;
        top: -260px;
        width: 55%
    }

    .tekrevol_dark_bg.container {
        border-radius: 40px;
        padding-left: 30px;
        padding-right: 30px
    }

    .swiper_main {
        margin-top: 20px;
        position: relative
    }

    .swiper_main .swiper.swiper-pointer-events {
        max-width: 80%
    }

    .swiper_main .swiper-wrapper .swiper-slide {
        padding: 0 20px
    }

    .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 16px;
        line-height: 28px
    }

    .swiper_main .swiper-wrapper .swiper-slide.active {
        border-left: 2px solid #06dcbf
    }

    .swiper_main .swiper-wrapper .swiper-slide.active span {
        color: #06dcbf
    }

    .swiper_main .tab_txt {
        border-top: 2px solid #ececec;
        margin-top: -2px;
        padding-top: 40px
    }

    .boxes_item {
        background: #f8f8fb;
        border: 5px solid #06dcbf;
        padding: 30px 0
    }

    .tech_images .tech_item {
        border-bottom: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        flex: 0 0 25%;
        height: 100px
    }

    .tech_images .tech_item .tech_img {
        height: auto;
        width: auto
    }

    .tech_listing {
        margin-top: 60px
    }

    .tech_listing div.tech_tit {
        flex: 0 0 45%
    }

    .tech_listing div.tech_tit .h5,
    .tech_listing div.tech_tit h5 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 0;
        padding-right: 10px
    }

    .tech_listing div.tech_point {
        flex: 0 0 55%
    }

    .tech_listing div.tech_point ul li {
        font-size: 20px;
        line-height: 30px;
        margin-right: 10px
    }

    .tech_tabs .accordion .accordion-item .svg-icon {
        height: 30px;
        margin-right: 30px;
        width: 30px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button {
        border: 0;
        font-size: 20px;
        height: 60px;
        letter-spacing: -.02em;
        line-height: 26px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button span {
        margin-right: 20px;
        width: 40px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button span img {
        filter: invert(1);
        height: 40px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button:after {
        background-size: contain;
        height: 15px;
        width: 15px
    }

    .tech_tabs .accordion .accordion-item .accordion-body {
        font-size: 16px;
        line-height: 32px;
        padding: 0 20px 20px 80px
    }

    .services_question {
        margin-bottom: 0
    }

    .services_question .services_faqs {
        margin-top: 0
    }

    .services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
        height: 60px;
        line-height: 32px
    }

    .services_question .services_faqs .accordion .accordion-body {
        padding: 25px 0
    }

    .services_question .services_faqs .accordion .accordion-body p {
        margin-bottom: 10px
    }

    .item_listing {
        border-radius: 15px;
        height: 210px;
        padding: 20px
    }

    .item_listing.add_loc .location_menus a {
        font-size: 12px;
        line-height: 30px
    }

    .item_listing .h4,
    .item_listing h4 {
        line-height: 30px;
        margin-bottom: 10px
    }

    .item_listing p {
        line-height: 20px;
        margin-bottom: 0;
        padding-right: 0
    }

    .item_listing a {
        border-radius: 10px;
        bottom: 20px;
        height: 30px;
        right: 20px;
        width: 30px
    }

    .item_listing a svg {
        width: 15px
    }

    .case-study .grids .grid-item {
        margin: 0 auto 50px
    }

    .case-study .grids .grid-item .img_box {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, .3));
        margin-bottom: 30px
    }

    .case-study .grids .grid-item .txt_box {
        border-left: 1px solid #4d6377;
        margin: 0 2%;
        padding-left: 20px;
        width: 95%
    }

    .harness .harness-slide {
        background-color: #fff;
        height: 380px;
        padding: 20px
    }

    .harness .harness-slide p {
        font-size: 14px;
        line-height: 24px
    }

    .tekgrip_img_uper .tekgrip_tabs_image {
        position: absolute;
        top: -100px
    }

    .tekgrip_img_uper .tekgrip_tabs_image.tek_impact img {
        height: 370px
    }

    .Enablement .tech-box {
        height: 275px;
        transition: .2s ease
    }

    .Enablement .tech_box_content .h6,
    .Enablement .tech_box_content h6 {
        font-size: 20px;
        line-height: 30px
    }

    .harness .featured_item .featured_img {
        height: auto
    }

    .harness .featured_item .harness-slide {
        background-color: #fff;
        height: 380px;
        padding: 20px
    }

    .harness .featured_item .harness-slide p {
        font-size: 14px;
        line-height: 24px
    }

    .developmemt_proces .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 17px;
        line-height: 27px
    }

    .cutting-edge .featured_item {
        padding: 0 10px
    }

    .cutting-edge .cutting-slide {
        background-color: #fff;
        border-radius: 10px;
        height: 330px;
        padding: 30px
    }

    .cutting-edge .h5,
    .cutting-edge h5 {
        line-height: 30px;
        padding-top: 20px
    }

    .cutting-edge p {
        font-size: 15px;
        line-height: 23px
    }

    .carousel_featured .react-multiple-carousel__arrow:before {
        font-size: 16px
    }

    .carousel_featured .react-multiple-carousel__arrow--left {
        left: 1px;
        min-height: 30px;
        min-width: 30px
    }

    .carousel_featured .react-multiple-carousel__arrow--right {
        min-height: 30px;
        min-width: 30px;
        right: 1px
    }

    .offer .offer-box {
        margin-bottom: 20px
    }

    .recent-event:after {
        osition: absolute;
        background-color: #314252;
        content: "";
        height: 250px;
        right: 0;
        top: 670px;
        width: 100%;
        z-index: 1
    }

    .recent-event .recent-all .recent-counter {
        align-items: center;
        border: 1px solid #4e6377;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        width: 100%
    }

    .recent-event .recent-all .recent-counter .recent-number .h4,
    .recent-event .recent-all .recent-counter .recent-number h4 {
        font-size: 80px;
        line-height: 56px
    }

    .recent-event .margin-leftextrabox {
        padding-left: 0
    }

    .recent-event .recent-content {
        padding: 0 20px 20px
    }

    .recent-event .recent-content a {
        font-size: 20px
    }

    .referral .ref-div {
        align-items: center;
        display: flex
    }

    .referral .ref-div .ref-num {
        font-size: 20px;
        margin-left: 40px
    }

    .ref-slider .ref-slide .h5,
    .ref-slider .ref-slide h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .ref-becoming .ref-become-box {
        height: 230px;
        margin-bottom: 60px
    }

    .ref-becoming .ref-become-box .ref-become-box-content p {
        font-size: 14px;
        line-height: 22px
    }

    .ref-becoming .ref-become-box .ref-become-box-content .h5 br,
    .ref-becoming .ref-become-box .ref-become-box-content h5 br {
        display: none
    }

    .ref-suited .resp_order {
        order: 2
    }

    .ref-suited .ref-suit-main .ref-suit-box1 {
        height: 320px
    }

    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head .h4,
    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .ref-suited .ref-suit-main .ref-suit-box2 {
        height: 320px
    }

    .ref-suited .ref-suit-main .ref-suit-box2 .ref-suit-head .h4,
    .ref-suited .ref-suit-main .ref-suit-box2 .ref-suit-head h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .ebook-form .ebook-all {
        background-color: #314252;
        height: 140px;
        margin: 30px auto;
        width: 100%
    }

    .ebook-form .ebook-all .h4,
    .ebook-form .ebook-all h4 {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        opacity: 1;
        width: 65%
    }

    .ebook-form .ebook-all .h4 br,
    .ebook-form .ebook-all h4 br {
        display: none
    }

    .ebook-form .ebook-all img {
        width: 60%
    }

    .ebook-form .ebook-all .ebook-fig {
        text-align: right;
        top: -50px;
        transform: none
    }

    .ebook-form .ebook-all .ebook-fig:hover {
        transform: none
    }

    .ebook-banner {
        background-position: 50%
    }

    .project-dropdown {
        z-index: 9 !important
    }

    .project-dropdown .case-dropdown-btn {
        align-items: center;
        display: flex;
        justify-content: end
    }

    .project-dropdown .case-dropdown-btn .dropdown button {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        font-family: Poppins, sans-serif;
        font-size: 18px;
        min-width: 250px;
        padding: 10px;
        width: 100%
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-menu.show {
        background-color: #314252;
        min-width: 250px;
        width: 100%
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-item {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 14px
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-item:hover {
        background-color: transparent;
        color: #06dcbf
    }

    .ebook-solution {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        border-radius: 10px;
        display: none;
        height: auto;
        margin-bottom: 30px;
        padding: 30px;
        width: 48%
    }

    .ebook-solution .ebook-sol-content .h4,
    .ebook-solution .ebook-sol-content h4 {
        color: #fff;
        margin-bottom: 0
    }

    .ebook-solution .ebook-sol-content img {
        cursor: pointer;
        padding-top: 20px;
        width: 90%
    }

    .ebook-solution .ebook-sol-img img {
        height: auto;
        width: 140px
    }

    .ebook-solution .close-svg svg {
        cursor: pointer;
        height: 30px;
        position: absolute;
        right: -15px;
        top: -10px;
        width: 30px
    }

    @keyframes slideInRight {
        0% {
            transform: translateX(-100%)
        }

        to {
            transform: translateX(5%)
        }
    }

    .offerItem.active {
        height: 520px;
        width: 100%
    }

    .offerItem.active .offerItem.active .offer-content {
        height: 560px;
        opacity: 1;
        transition: .3s ease
    }

    .offerItem {
        border: 1px solid #a2acb5;
        float: none;
        height: unset;
        margin: 0 0 20px;
        overflow: hidden;
        padding: 0;
        position: relative;
        transition: .5s ease;
        width: 100%
    }

    .offer-detail,
    .offerItem.active .offer-detail {
        width: 100%
    }

    .offer-content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: left;
        width: 95%
    }

    .offer-content {
        height: auto;
        height: 40px;
        margin-left: 10px;
        margin-top: 20px;
        opacity: 0;
        padding: 0 0 0 10px;
        position: relative;
        transform: none;
        transition: opacity .3s ease;
        width: 100%
    }

    .offer-area .offerItemTitle {
        height: 30px;
        left: 0;
        line-height: 60px;
        margin-bottom: 0;
        padding-left: 15px;
        position: relative;
        text-align: left;
        transform: rotate(0);
        width: 100%
    }

    .Case-slide .Case-slide_img {
        padding: 0
    }

    .harness .featured_item .texas-slide {
        background-color: #314252;
        border-radius: 10px;
        height: 600px;
        padding: 20px 20px 0
    }

    .harness .featured_item .texas-slide .h5,
    .harness .featured_item .texas-slide h5 {
        color: #fff;
        margin-bottom: 10px
    }

    .harness .featured_item .texas-slide P {
        color: #fff;
        font-size: 13px;
        line-height: 25px
    }

    .harness .featured_item .texas-slide .featured_img {
        align-items: center;
        border: 2px solid #fff;
        border-radius: 20px;
        display: flex;
        height: 70px;
        justify-content: center;
        margin-bottom: 20px;
        width: 70px
    }

    .sidebar .sidebar-box {
        width: 90%
    }

    .sidebar .sidebar-box ul li {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .lp-banner {
        background-color: #fcfcfc
    }

    .providers {
        background-repeat: no-repeat;
        background-size: cover
    }

    .providers .h2,
    .providers h2,
    .providers p {
        color: #fff
    }

    .providers .provider-slide {
        padding: 10px
    }

    .providers .provider-slide .h6,
    .providers .provider-slide h6 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-top: 30px
    }

    .providers .provider-slide p {
        color: #fff;
        font-size: 15px;
        line-height: 25px
    }

    .providers .react-multiple-carousel__arrow--left,
    .providers .react-multiple-carousel__arrow--right {
        display: none !important
    }

    .services_buildapp .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp .react-multiple-carousel__arrow--left,
    .services_buildapp .react-multiple-carousel__arrow--right {
        display: none
    }

    .services_buildapp_loc .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp_loc .react-multiple-carousel__arrow--left,
    .services_buildapp_loc .react-multiple-carousel__arrow--right {
        display: none
    }

    .offer .offer-box-events {
        height: 280px;
        margin-top: 20px
    }

    .offer .offer-box-events .offer-img_events {
        margin-bottom: 0
    }

    .offer .offer-box-events .offer-img_events svg {
        height: 65px;
        width: auto
    }

    .offer .offer-box-events .offer-content-events p {
        font-size: 14px;
        line-height: 24px
    }

    .offer .offer-box-events .offer-content-events .h5,
    .offer .offer-box-events .offer-content-events h5 {
        margin-bottom: 10px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .tekgriping_section {
        padding-bottom: 30px !important
    }

    .tekgriping_section .tekgrip_flex {
        margin-bottom: 50px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title {
        margin-left: 40px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 {
        font-size: 50px;
        line-height: 50px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5 span,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 span {
        font-size: 10px;
        line-height: 22px
    }

    .tekgriping_section .tabs {
        cursor: pointer
    }

    .tekgriping_section .tabs.active {
        color: #06dcbf
    }

    .services_buildapp .services_bg {
        border-radius: 35px;
        margin: 30px 0 0
    }

    .services_buildapp .services_bg .services_tabs {
        padding: 20px
    }

    .services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 12px;
        height: 40px;
        line-height: 30px;
        min-width: 100px;
        padding: 0 10px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs {
        margin-top: 30px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs p {
        margin-bottom: 25px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs a {
        font-size: 16px;
        line-height: 30px
    }

    .services_buildapp .services_bg .services_grade_tabs {
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
        border-top-right-radius: 0;
        padding: 20px
    }

    .services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 13px;
        height: 40px;
        line-height: 30px;
        min-width: 80px;
        padding: 0 10px
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour {
        display: flex;
        justify-content: start
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 {
        font-size: 40px;
        line-height: 50px;
        margin: 30px 30px 30px 0
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4 span,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 span {
        font-size: 15px;
        line-height: 25px
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name li {
        font-size: 15px;
        line-height: 25px
    }

    .content_pointer .title_count {
        font-size: 40px;
        line-height: 40px;
        text-align: center
    }

    .content_pointer .title_count span {
        font-size: 11px;
        line-height: 22px
    }

    .tekgrip_section .main_para {
        margin-bottom: 60px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a.active:after {
        height: 50px
    }

    .seriveces_industries .process_icons {
        margin: 40px 0 0
    }

    .seriveces_industries .process_icons ul {
        height: 110px
    }

    .seriveces_industries .process_icons ul li {
        font-size: 13px;
        line-height: normal
    }

    .seriveces_industries .process_icons ul li .iconss {
        margin-bottom: 50px
    }

    .seriveces_industries .process_icons ul li .iconss img {
        height: 35px
    }

    .seriveces_industries .process_icons ul li .iconss:after {
        height: 16px;
        left: 50%;
        top: 68px;
        width: 16px
    }

    .seriveces_industries .process_icons ul li:last-child {
        text-align: right
    }

    .seriveces_industries .process_icons ul li:last-child .iconss:after {
        left: 100%;
        transform: translate(-80%, -60%)
    }

    .seriveces_industries .process_icons .content {
        margin-top: 50px
    }

    .tekgrip_tabs_iamge {
        margin-bottom: 0
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image {
        position: absolute;
        right: 0;
        top: -260px;
        width: 47%
    }

    .tekrevol_dark_bg.container {
        border-radius: 40px;
        padding-left: 30px;
        padding-right: 30px
    }

    .swiper_main {
        margin-top: 20px;
        position: relative
    }

    .swiper_main .swiper.swiper-pointer-events {
        max-width: 75%
    }

    .swiper_main .swiper-wrapper .swiper-slide {
        padding: 0 30px
    }

    .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 16px;
        line-height: 25px
    }

    .swiper_main .swiper-wrapper .swiper-slide.active span {
        color: #06dcbf
    }

    .swiper_main .tab_txt {
        border-top: 2px solid #ececec;
        margin-top: -2px;
        padding-top: 40px
    }

    .boxes_item {
        background: #f8f8fb;
        border: 5px solid #06dcbf;
        padding: 30px 0
    }

    .tech_images .tech_item {
        border-bottom: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        flex: 0 0 25%;
        height: 100px
    }

    .tech_images .tech_item .tech_img {
        height: auto;
        width: auto
    }

    .tech_images .tech_item .tech_img.custom_img .custom_resize {
        height: auto;
        width: 100px
    }

    .tech_listing {
        margin-top: 60px
    }

    .tech_listing div.tech_tit {
        flex: 0 0 45%
    }

    .tech_listing div.tech_tit .h5,
    .tech_listing div.tech_tit h5 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 0;
        padding-right: 10px
    }

    .tech_listing div.tech_point {
        flex: 0 0 55%
    }

    .tech_listing div.tech_point ul li {
        font-size: 20px;
        line-height: 30px;
        margin-right: 10px
    }

    .tech_tabs .accordion .accordion-item .svg-icon {
        height: 30px;
        margin-right: 30px;
        width: 30px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button {
        border: 0;
        font-size: 20px;
        height: 60px;
        letter-spacing: -.02em;
        line-height: 26px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button span {
        margin-right: 20px;
        width: 40px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button span img {
        filter: invert(1);
        height: 40px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button:after {
        background-size: contain;
        height: 15px;
        width: 15px
    }

    .tech_tabs .accordion .accordion-item .accordion-body {
        font-size: 16px;
        line-height: 32px;
        padding: 0 20px 20px 80px
    }

    .set_of_images .img_title {
        line-height: normal
    }

    .services_question {
        margin-bottom: 0
    }

    .services_question .services_faqs {
        margin-top: 0
    }

    .services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 14px;
        height: 60px;
        line-height: 32px
    }

    .services_question .services_faqs .accordion .accordion-body {
        padding: 15px 0 0
    }

    .services_question .services_faqs .accordion .accordion-body p {
        margin-bottom: 10px
    }

    .item_listing {
        border-radius: 15px;
        height: 170px;
        padding: 20px
    }

    .item_listing.add_loc .location_menus a {
        font-size: 13px;
        line-height: 30px
    }

    .item_listing .h4,
    .item_listing h4 {
        line-height: 30px;
        margin-bottom: 10px
    }

    .item_listing p {
        line-height: 20px;
        margin-bottom: 0;
        padding-right: 0
    }

    .item_listing a {
        border-radius: 10px;
        bottom: 15px;
        height: 30px;
        right: 15px;
        width: 30px
    }

    .item_listing a svg {
        width: 15px
    }

    .case-study .title_case {
        margin-bottom: 30px
    }

    .case-study .title_case:after {
        top: 10px;
        width: 55%
    }

    .case-study .grids .grid-item {
        margin: 0 auto 50px
    }

    .case-study .grids .grid-item .img_box {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, .3));
        margin-bottom: 30px
    }

    .case-study .grids .grid-item .txt_box {
        border-left: 1px solid #4d6377;
        margin: 0 2%;
        padding-left: 20px;
        width: 95%
    }

    .Enablement .tech-box {
        height: 180px;
        transition: .2s ease
    }

    .Enablement .tech_box_content .h6,
    .Enablement .tech_box_content h6 {
        font-size: 20px;
        line-height: 30px
    }

    .harness .featured_item .featured_img {
        height: auto
    }

    .harness .harness-slide {
        background-color: #fff;
        height: 380px;
        padding: 20px
    }

    .harness .harness-slide p {
        font-size: 14px;
        line-height: 24px
    }

    .harness .react-multi-carousel-list {
        overflow: hidden
    }

    .developmemt_proces .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 17px;
        line-height: 22px
    }

    .cutting-edge .featured_item {
        padding: 0 10px
    }

    .cutting-edge .cutting-slide {
        background-color: #fff;
        border-radius: 10px;
        height: 310px;
        padding: 30px
    }

    .cutting-edge .h5,
    .cutting-edge h5 {
        line-height: 25px;
        padding-top: 20px
    }

    .cutting-edge p {
        font-size: 14px;
        line-height: 22px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow:before {
        font-size: 16px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--left {
        left: 1px;
        min-height: 30px;
        min-width: 30px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--right {
        min-height: 30px;
        min-width: 30px;
        right: 1px
    }

    .Integeration .help_content a,
    .digital-healthcare .tekgrip_tabs_content a {
        margin-top: 20px
    }

    .Inc .resp_order {
        order: 2
    }

    .Inc img {
        margin-top: 20px
    }

    .Integeration img {
        padding-top: 20px
    }

    .tekgrip_img_uper .tekgrip_tabs_image {
        position: absolute;
        top: -100px
    }

    .tekgrip_img_uper .tekgrip_tabs_image.tek_impact img {
        height: 370px
    }

    .recent-event:after {
        background-color: #314252;
        content: "";
        height: 550px;
        position: absolute;
        right: 0;
        top: 450px;
        width: 100%;
        z-index: 1
    }

    .recent-event .recent-all .recent-counter {
        align-items: center;
        border: 1px solid #4e6377;
        display: flex;
        height: 150px;
        justify-content: center;
        margin: 0 auto;
        width: 100%
    }

    .recent-event .recent-all .recent-counter .recent-number .h4,
    .recent-event .recent-all .recent-counter .recent-number h4 {
        font-size: 80px;
        line-height: 56px
    }

    .recent-event .margin-leftextrabox {
        padding-left: 0
    }

    .recent-event .recent-content {
        padding: 0 20px 20px
    }

    .recent-event .recent-content a {
        font-size: 20px
    }

    .offer .offer-box {
        margin-bottom: 20px
    }

    .offer .example .h2 br,
    .offer .example h2 br,
    .offer p br {
        display: none
    }

    .ebook-form .ebook-all {
        background-color: #314252;
        height: 150px;
        margin: 30px auto;
        width: 100%
    }

    .ebook-form .ebook-all .h4,
    .ebook-form .ebook-all h4 {
        color: #fff;
        font-size: 13px;
        line-height: 23px;
        opacity: 1;
        width: 55%
    }

    .ebook-form .ebook-all .h4 br,
    .ebook-form .ebook-all h4 br {
        display: none
    }

    .ebook-form .ebook-all img {
        width: 60%
    }

    .ebook-form .ebook-all .ebook-fig {
        text-align: right;
        top: -50px;
        transform: none
    }

    .ebook-form .ebook-all .ebook-fig:hover {
        transform: none
    }

    .ebook-banner {
        background-position: 50%
    }

    .ref-suited .resp_order {
        order: 2
    }

    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head .h4,
    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head h4,
    .ref-suited .ref-suit-main .ref-suit-box2 .ref-suit-head .h4,
    .ref-suited .ref-suit-main .ref-suit-box2 .ref-suit-head h4 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .referral .ref-div {
        align-items: center;
        display: flex
    }

    .referral .ref-div .ref-num {
        font-size: 20px;
        margin-left: 0
    }

    .ref-slider .ref-slide .h5,
    .ref-slider .ref-slide h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .ref-becoming .ref-become-box {
        margin-bottom: 60px
    }

    .ref-becoming .ref-become-box .ref-become-box-content p {
        font-size: 14px;
        line-height: 22px
    }

    .ref-promote .ref-promo-img {
        padding-top: 20px
    }

    .project-dropdown {
        z-index: 9 !important
    }

    .project-dropdown .case-dropdown-btn {
        align-items: center;
        display: flex;
        justify-content: end
    }

    .project-dropdown .case-dropdown-btn .dropdown button {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        min-width: 200px;
        padding: 10px;
        width: 100%
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-menu.show {
        background-color: #314252;
        min-width: 200px;
        width: 100%
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-item {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 14px
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-item:hover {
        background-color: transparent;
        color: #06dcbf
    }

    .ebook-solution {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        border-radius: 10px;
        display: none;
        height: auto;
        margin-bottom: 30px;
        margin-top: 30px;
        padding: 30px;
        width: 57%
    }

    .ebook-solution .ebook-sol-content .h4,
    .ebook-solution .ebook-sol-content h4 {
        color: #fff;
        margin-bottom: 0
    }

    .ebook-solution .ebook-sol-content img {
        cursor: pointer;
        padding-top: 20px;
        width: 90%
    }

    .ebook-solution .ebook-sol-img img {
        height: auto;
        width: 130px
    }

    .ebook-solution .close-svg svg {
        cursor: pointer;
        height: 30px;
        position: absolute;
        right: -15px;
        top: -10px;
        width: 30px
    }

    .offerItem.active {
        height: 500px;
        width: 100%
    }

    .offerItem.active .offerItem.active .offer-content {
        height: 560px;
        opacity: 1;
        transition: .3s ease
    }

    .offerItem {
        border: 1px solid #a2acb5;
        float: none;
        height: unset;
        margin: 0 0 20px;
        overflow: hidden;
        padding: 0;
        position: relative;
        transition: .5s ease;
        width: 100%
    }

    .offerItem:before {
        transform: rotate(90deg)
    }

    .offer-detail,
    .offerItem.active .offer-detail {
        width: 100%
    }

    .offerItem.active:after {
        transform: rotate(90deg)
    }

    .offer-content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        text-align: left;
        width: 95%
    }

    .offer-content {
        height: auto;
        height: 40px;
        margin-left: 10px;
        margin-top: 0;
        opacity: 0;
        padding: 0 0 0 10px;
        position: relative;
        transform: none;
        transition: opacity .3s ease;
        width: 100%
    }

    .offer-area .offerItemTitle {
        height: 30px;
        left: 0;
        line-height: 60px;
        margin-bottom: 0;
        padding-left: 15px;
        position: relative;
        text-align: left;
        transform: rotate(0);
        width: 100%
    }

    .Case-slide_img {
        padding: 0 10px
    }

    .harness .featured_item .texas-slide {
        background-color: #314252;
        border-radius: 10px;
        height: 500px;
        padding: 30px
    }

    .harness .featured_item .texas-slide .h5,
    .harness .featured_item .texas-slide h5 {
        color: #fff
    }

    .harness .featured_item .texas-slide P {
        color: #fff;
        font-size: 14px;
        line-height: 28px
    }

    .harness .featured_item .texas-slide .featured_img {
        align-items: center;
        border: 2px solid #fff;
        border-radius: 20px;
        display: flex;
        height: 100px;
        justify-content: center;
        margin-bottom: 20px;
        width: 100px
    }

    .sidebar .sidebar-box {
        width: 90%
    }

    .sidebar .sidebar-box ul li {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .lp-banner {
        background-color: #fcfcfc
    }

    .providers {
        background-repeat: no-repeat;
        background-size: cover
    }

    .providers .h2,
    .providers h2,
    .providers p {
        color: #fff
    }

    .providers .provider-slide {
        padding: 10px
    }

    .providers .provider-slide .h6,
    .providers .provider-slide h6 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-top: 30px
    }

    .providers .provider-slide p {
        color: #fff;
        font-size: 15px;
        line-height: 25px
    }

    .providers .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        position: absolute;
        top: -70px;
        z-index: 10000000000
    }

    .providers .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: unset;
        position: absolute;
        right: 100px;
        top: -100px;
        top: -70px
    }

    .services_buildapp .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp .react-multiple-carousel__arrow--left,
    .services_buildapp .react-multiple-carousel__arrow--right {
        display: none
    }

    .services_buildapp_loc .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp_loc .react-multiple-carousel__arrow--left,
    .services_buildapp_loc .react-multiple-carousel__arrow--right {
        display: none
    }

    .offer .offer-box-events {
        height: 280px;
        margin-top: 20px
    }

    .offer .offer-box-events .offer-img_events {
        margin-bottom: 0
    }

    .offer .offer-box-events .offer-img_events svg {
        height: 65px;
        width: auto
    }

    .offer .offer-box-events .offer-content-events p {
        font-size: 14px;
        line-height: 24px
    }

    .offer .offer-box-events .offer-content-events .h5,
    .offer .offer-box-events .offer-content-events h5 {
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .tekgriping_section {
        padding-bottom: 20px !important
    }

    .tekgriping_section .tekgrip_flex {
        justify-content: space-around;
        margin-bottom: 10px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title {
        margin-left: 0;
        margin-right: 10px;
        text-align: left
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 {
        font-size: 50px;
        line-height: 50px
    }

    .tekgriping_section .tekgrip_flex .tekgrip_title .h5 span,
    .tekgriping_section .tekgrip_flex .tekgrip_title h5 span {
        font-size: 13px;
        line-height: 18px;
        text-align: left
    }

    .tekgriping_section .tabs {
        cursor: pointer
    }

    .tekgriping_section .tabs.active {
        color: #06dcbf
    }

    .services_buildapp .services_bg {
        border-radius: 15px;
        margin: 30px 0 0
    }

    .services_buildapp .services_bg .services_tabs {
        padding: 20px
    }

    .services_buildapp .services_bg .services_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 11px;
        height: 40px;
        line-height: 30px;
        min-width: 80px;
        padding: 0 10px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs {
        margin-top: 30px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs p {
        margin-bottom: 25px
    }

    .services_buildapp .services_bg .services_tabs .content_tabs a {
        color: #06dcbf;
        font-size: 13px;
        line-height: 30px
    }

    .services_buildapp .services_bg .services_grade_tabs {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 0;
        padding: 20px
    }

    .services_buildapp .services_bg .services_grade_tabs ul.nav.nav-tabs li .nav-link {
        font-size: 13px;
        height: 40px;
        line-height: 30px;
        min-width: 80px;
        padding: 0 10px
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 {
        font-size: 30px;
        line-height: 40px;
        margin: 25px 0 10px
    }

    .services_buildapp .services_bg .services_grade_tabs .tab_hour .h4 span,
    .services_buildapp .services_bg .services_grade_tabs .tab_hour h4 span {
        font-size: 15px;
        line-height: 25px
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name {
        display: flex;
        flex: 1 1;
        flex-wrap: wrap
    }

    .services_buildapp .services_bg .services_grade_tabs .feature_name li {
        font-size: 15px;
        line-height: 25px
    }

    .content_pointer {
        margin-bottom: 20px
    }

    .content_pointer .title_count {
        font-size: 40px;
        line-height: 40px;
        text-align: left
    }

    .content_pointer .title_count span {
        font-size: 12px;
        line-height: 15px
    }

    .tekgrip_section .main_para {
        margin-bottom: 20px
    }

    .tekgrip_section .flex-column.nav.nav-pills {
        border-right: 0
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item {
        margin-bottom: 15px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 5px
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item a.active:after {
        bottom: -8px;
        display: block;
        height: 2px;
        right: 0;
        width: 100%
    }

    .tekgrip_section .flex-column.nav.nav-pills .nav-item .ohio-item {
        line-height: 35px
    }

    .seriveces_industries .process_icons {
        margin: 40px 0 0
    }

    .seriveces_industries .process_icons ul {
        height: 110px
    }

    .seriveces_industries .process_icons ul li {
        font-size: 14px
    }

    .seriveces_industries .process_icons ul li .iconss {
        margin-bottom: 30px
    }

    .seriveces_industries .process_icons ul li .iconss:after {
        height: 16px;
        left: 50%;
        top: 68px;
        width: 16px
    }

    .seriveces_industries .process_icons ul li:last-child {
        text-align: right
    }

    .seriveces_industries .process_icons ul li:last-child .iconss:after {
        left: 100%;
        transform: translate(-80%, -60%)
    }

    .seriveces_industries .process_icons .content {
        margin-top: 50px
    }

    .tekgrip_tabs_iamge {
        margin-bottom: 0
    }

    .tekgrip_tabs_iamge .tekgrip_tabs_image {
        display: none
    }

    .tekrevol_dark_bg.container {
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .set_of_images figure {
        margin-bottom: 5px
    }

    .set_of_images .img_title {
        font-weight: 600;
        margin-bottom: 0
    }

    .tekgrip_img_uper .tekgrip_tabs_image {
        margin-top: 20px;
        position: relative;
        top: 0
    }

    .mobile_version {
        display: block
    }

    .mobile_version .tekrevol_mobile_accordion .accordion .accordion-item {
        background: transparent;
        border: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .mobile_version .tekrevol_mobile_accordion .accordion .accordion-item .accordion-header {
        height: 40px;
        line-height: 40px
    }

    .mobile_version .tekrevol_mobile_accordion .accordion .accordion-item .accordion-header .accordion-button {
        background: transparent;
        border-bottom: 2px solid #06dcbf;
        box-shadow: none;
        color: #06dcbf;
        display: block;
        font-weight: 700;
        padding: 0
    }

    .mobile_version .tekrevol_mobile_accordion .accordion .accordion-item .accordion-header .accordion-button:after {
        display: none
    }

    .mobile_version .tekrevol_mobile_accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        background: transparent;
        border-bottom: 0 solid #06dcbf;
        color: #314252;
        font-weight: 500
    }

    .mobile_version .tekrevol_mobile_accordion .accordion .accordion-body {
        margin-bottom: 20px;
        padding: 10px 0 20px
    }

    .mobile_version .tekrevol_mobile_accordion .accordion .accordion-body a {
        border: 1px solid #06dcbf;
        border-radius: 15px;
        color: #314252;
        display: block;
        font-size: 13px;
        font-weight: 500;
        height: 30px;
        line-height: 27px;
        max-width: 130px;
        padding: 0;
        text-align: center
    }

    .mobile_version .tekrevol_mobile_accordion .accordion .accordion-body .ohio-tab-img {
        width: 70%
    }

    .tekrevol_dark_bg .mobile_version .tekrevol_mobile_accordion .accordion .accordion-item .accordion-header .accordion-button:after {
        display: none
    }

    .tekrevol_dark_bg .mobile_version .tekrevol_mobile_accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        color: #fff
    }

    .deskstop_version {
        display: none
    }

    .tekrevol_mobile_accordion_side .accordion {
        border-left: 2px solid #ebebeb;
        padding-left: 15px
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item {
        background: transparent;
        border: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header {
        height: 50px;
        line-height: 50px;
        position: relative
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header .accordion-button {
        background: transparent;
        box-shadow: none;
        color: #06dcbf;
        display: block;
        font-weight: 700;
        padding: 0
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header .accordion-button img {
        filter: invert(1);
        height: 30px;
        margin-right: 10px
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header .accordion-button:after {
        display: none
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header .accordion-button:before {
        background: #06dcbf;
        border-radius: 50%;
        content: "";
        height: 15px;
        left: -16px;
        position: absolute;
        top: 25px;
        transform: translate(-50%, -60%);
        width: 15px;
        z-index: 9
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        background: transparent;
        color: #314252;
        font-weight: 500
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header .accordion-button.collapsed img {
        filter: invert(0)
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
        background: #ebebeb
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-body {
        padding: 10px 0
    }

    .swiper_main {
        margin-top: 0
    }

    .swiper_main .swiper {
        height: 80px;
        max-width: 70%
    }

    .swiper_main .swiper-wrapper .swiper-slide {
        height: 60px;
        margin-bottom: 20px !important;
        padding: 0 20px
    }

    .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 20px;
        line-height: 30px
    }

    .swiper_main .swiper-wrapper .swiper-slide.active:after {
        bottom: -20px;
        left: -1%;
        width: 101%
    }

    .swiper_main .swiper-button-prev {
        left: 10px;
        width: 50px
    }

    .swiper_main .swiper-button-prev:after {
        width: 30px
    }

    .swiper_main .swiper-button-next {
        right: 10px;
        width: 50px
    }

    .swiper_main .swiper-button-next:after {
        width: 30px
    }

    .swiper_main .tab_txt {
        border-top: 2px solid #ececec;
        margin-top: -2px;
        padding-top: 20px
    }

    .services_question {
        margin-bottom: 0
    }

    .services_question .services_faqs {
        margin-top: 0
    }

    .services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 13px;
        height: auto;
        line-height: 23px;
        min-height: 60px
    }

    .services_question .services_faqs .accordion .accordion-item .accordion-header .accordion-button:after {
        background-size: contain;
        height: 12px;
        width: 12px
    }

    .services_question .services_faqs .accordion .accordion-body {
        padding: 15px 0 0
    }

    .services_question .services_faqs .accordion .accordion-body p {
        margin-bottom: 10px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button {
        border: 0;
        font-size: 20px;
        letter-spacing: -.02em;
        line-height: 26px;
        min-height: 60px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button:after {
        background-size: contain;
        height: 15px;
        width: 15px
    }

    .tech_tabs .accordion .accordion-item .accordion-header .accordion-button span {
        display: none !important
    }

    .tech_tabs .accordion .accordion-item .accordion-body {
        font-size: 16px;
        line-height: 32px;
        padding: 0 20px 20px
    }

    .boxes_item {
        background: #f8f8fb;
        border: 2px solid #06dcbf;
        padding: 30px
    }

    .tech_images {
        justify-content: center
    }

    .tech_images .tech_item {
        border: 1px solid #e2e2e2 !important;
        flex: 0 0 49%;
        margin-bottom: 3px;
        margin-right: 3px
    }

    .tech_listing {
        margin-top: 20px
    }

    .tech_listing div.tech_tit {
        flex: 0 0 100%
    }

    .tech_listing div.tech_tit .h5,
    .tech_listing div.tech_tit h5 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0;
        padding-right: 10px
    }

    .tech_listing div.tech_point {
        flex: 0 0 100%
    }

    .tech_listing div.tech_point ul {
        margin-top: 10px
    }

    .tech_listing div.tech_point ul li {
        flex: 0 0 50%;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        margin-right: 0
    }

    .custom_tab {
        margin-bottom: 20px
    }

    .custom_tab li.tabs {
        margin-right: 30px
    }

    .item_listing {
        border-radius: 10px;
        height: auto;
        margin-bottom: 5px;
        padding: 15px
    }

    .item_listing.add_loc .location_menus a {
        font-size: 12px;
        line-height: 24px
    }

    .item_listing .h4,
    .item_listing h4 {
        font-size: 13px;
        font-weight: 500;
        line-height: 23px;
        margin-bottom: 0
    }

    .item_listing p {
        display: none;
        line-height: 20px;
        margin-bottom: 0;
        padding-right: 0
    }

    .item_listing a {
        border-radius: 10px;
        bottom: 15px;
        height: 20px;
        right: 10px;
        width: 20px
    }

    .item_listing a svg {
        width: 11px
    }

    .seriveces_listing {
        margin: 20px 0 0
    }

    .banner_listing {
        display: none
    }

    .page_listing {
        margin-top: 80px
    }

    .set_of_images.hover01 {
        margin-top: 30px
    }

    .case-study .title_case {
        margin-bottom: 30px
    }

    .case-study .title_case:after {
        top: 10px;
        width: 55%
    }

    .case-study .grids .grid-item {
        margin: 0 auto 40px
    }

    .case-study .grids .grid-item .img_box {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, .3));
        margin-bottom: 30px
    }

    .case-study .grids .grid-item .txt_box {
        border-left: 1px solid #4d6377;
        margin: 0;
        padding-left: 20px;
        width: 97%
    }

    .btn_talk.sol-btn a {
        margin-top: 20px
    }

    .new-solutionlist.padding_top_extra {
        padding-top: 0
    }

    .Enablement .tech-box {
        height: 330px;
        padding: 20px;
        transition: .2s ease
    }

    .Enablement .tech_box_content {
        padding-left: 15px
    }

    .Enablement .tech_box_content .h6,
    .Enablement .tech_box_content h6 {
        font-size: 16px;
        line-height: 26px
    }

    .Enablement .tech_box_content p {
        font-size: 12px;
        line-height: 22px
    }

    .harness .featured_item .featured_img {
        height: auto
    }

    .harness .featured_item .featured_img.comprehensive_img {
        height: unset
    }

    .harness .featured_item .featured_img.comprehensive_img img {
        height: 70px
    }

    .harness .harness-slide {
        background-color: #fff;
        height: 430px;
        padding: 20px
    }

    .harness .harness-slide.comprehensive_slide {
        height: 550px
    }

    .harness .harness-slide p {
        font-size: 13px;
        line-height: 23px
    }

    .harness .react-multi-carousel-list {
        overflow: hidden
    }

    .developmemt_proces .h4,
    .developmemt_proces h4 {
        margin-bottom: 30px
    }

    .developmemt_proces .swiper_main .swiper-wrapper .swiper-slide span {
        font-size: 16px;
        line-height: 21px
    }

    .cutting-edge .featured_item {
        padding: 0 10px
    }

    .cutting-edge .cutting-slide {
        background-color: #fff;
        border-radius: 10px;
        height: 300px;
        padding: 20px
    }

    .cutting-edge .h5,
    .cutting-edge h5 {
        line-height: 25px;
        padding-top: 20px
    }

    .cutting-edge p {
        font-size: 14px;
        line-height: 22px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow:before {
        font-size: 16px
    }

    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--left,
    .cutting-edge .carousel_featured .react-multiple-carousel__arrow--right {
        display: none
    }

    .Integeration img {
        margin-top: 30px
    }

    .Integeration .help_content a,
    .digital-healthcare .tekgrip_tabs_content a {
        margin-top: 20px
    }

    .Inc .resp_order {
        order: 2
    }

    .Inc img {
        margin-top: 20px
    }

    .latest-events .resp_order {
        order: 2
    }

    .latest-events .latest-event-img {
        padding-top: 30px
    }

    .recent-event:after {
        background-color: #314252;
        content: "";
        height: 720px;
        position: absolute;
        right: 0;
        top: 260px;
        width: 100%;
        z-index: 1
    }

    .recent-event .recent-all .recent-counter {
        align-items: center;
        border: 1px solid #4e6377;
        display: flex;
        height: 110px;
        justify-content: center;
        margin: 0 auto;
        width: 130px
    }

    .recent-event .recent-all .recent-counter .recent-number .h4,
    .recent-event .recent-all .recent-counter .recent-number h4 {
        font-size: 40px;
        line-height: 30px
    }

    .recent-event .margin-leftextrabox {
        padding-left: 0
    }

    .recent-event .recent-content {
        padding: 40px 0 20px
    }

    .recent-event .recent-content a {
        font-size: 12px
    }

    .offer .offer-box {
        margin-bottom: 20px
    }

    .offer .example .h2 br,
    .offer .example h2 br,
    .offer .example p br {
        display: none
    }

    .ebook-form .ebook-all {
        background-color: #314252;
        height: auto;
        margin-bottom: 40px;
        margin-top: 20px
    }

    .ebook-form .ebook-all:hover {
        background-color: #314252;
        transform: none
    }

    .ebook-form .ebook-all .h4,
    .ebook-form .ebook-all h4 {
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        opacity: 1;
        width: 45%
    }

    .ebook-form .ebook-all .h4 br,
    .ebook-form .ebook-all h4 br {
        display: none
    }

    .ebook-form .ebook-all img {
        width: 60%
    }

    .ebook-form .ebook-all .ebook-fig {
        text-align: right;
        top: -50px;
        transform: none
    }

    .ebook-form .ebook-all .ebook-fig:hover {
        transform: none
    }

    .ebook-banner {
        background-position: 50%
    }

    .referral .ref-div {
        align-items: center;
        display: flex
    }

    .referral .ref-div .ref-num {
        font-size: 18px;
        margin-left: 0
    }

    .ref-partners .ref-part-cont ul li {
        display: table
    }

    .ref-partners .ref-part-cont ul li:before {
        display: table-cell
    }

    .ref-slider .h2 br,
    .ref-slider h2 br {
        display: none
    }

    .ref-slider .ref-slider-padd {
        padding-top: 20px
    }

    .ref-slider .featured_item {
        padding-right: 0
    }

    .ref-slider .ref-slide p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .ref-slider .ref-slide .h5,
    .ref-slider .ref-slide h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .ref-suited .ref-suit-main {
        margin-top: 20px
    }

    .ref-suited .ref-suit-main .ref-suit-box1 {
        height: 360px
    }

    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head .h4,
    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-head h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .ref-suited .ref-suit-main .ref-suit-box1 .ref-suit-svg svg {
        height: 70px;
        width: auto
    }

    .ref-suited .resp_order {
        order: 2
    }

    .ref-suited .ref-suit-box2 {
        height: 360px
    }

    .ref-suited .ref-suit-box2 .ref-suit-head .h4,
    .ref-suited .ref-suit-box2 .ref-suit-head h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-top: 10px
    }

    .ref-suited .ref-suit-box2 .ref-suit-svg svg {
        height: 70px;
        width: auto
    }

    .ref-becoming .ref-become-box {
        height: 290px;
        margin-bottom: 60px
    }

    .ref-becoming .ref-become-box .ref-become-num .h5,
    .ref-becoming .ref-become-box .ref-become-num h5 {
        font-size: 30px;
        line-height: 20px
    }

    .ref-becoming .ref-become-box .ref-become-box-content .h5 br,
    .ref-becoming .ref-become-box .ref-become-box-content h5 br {
        display: none
    }

    .ref-becoming .ref-become-box .ref-become-box-content p {
        font-size: 14px;
        line-height: 22px
    }

    .ref-promote .ref-promo-img {
        padding-top: 20px
    }

    .project-dropdown {
        z-index: 9 !important
    }

    .project-dropdown .case-dropdown-btn {
        align-items: center;
        display: block;
        justify-content: center
    }

    .project-dropdown .case-dropdown-btn .dropdown button {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        min-width: 100%;
        padding: 10px;
        width: 100%
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-menu.show {
        background-color: #314252;
        display: block;
        max-width: 100%;
        width: 100%
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-item {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 14px
    }

    .project-dropdown .case-dropdown-btn .dropdown .dropdown-item:hover {
        background-color: transparent;
        color: #06dcbf
    }

    .ebook-solution {
        background-color: #06dcbf;
        border: 2px solid #06dcbf;
        border-radius: 10px;
        display: none;
        height: auto;
        margin-bottom: 20px;
        margin-left: 0;
        margin-top: 20px;
        overflow: hidden;
        padding: 30px;
        position: relative;
        transform: none;
        width: 100%
    }

    .ebook-solution.show {
        animation: none;
        display: block
    }

    .ebook-solution .ebook-sol-content .h4,
    .ebook-solution .ebook-sol-content h4 {
        color: #fff;
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0
    }

    .ebook-solution .ebook-sol-content img {
        cursor: pointer;
        padding-top: 20px;
        width: 80%
    }

    .ebook-solution .ebook-sol-img img {
        height: auto;
        width: 140px
    }

    .ebook-solution .close-svg svg {
        cursor: pointer;
        height: 25px;
        position: absolute;
        right: -15px;
        top: -20px;
        width: 25px
    }

    .offerItem.active {
        height: 570px;
        width: 100%
    }

    .offerItem.active .offerItem.active .offer-content {
        height: 560px;
        opacity: 1;
        transition: .3s ease
    }

    .offerItem {
        border: 1px solid #a2acb5;
        float: none;
        height: unset;
        margin: 0 0 20px;
        overflow: hidden;
        padding: 0;
        position: relative;
        transition: .5s ease;
        width: 100%
    }

    .offerItem:before {
        transform: rotate(90deg)
    }

    .offer-detail,
    .offerItem.active .offer-detail {
        width: 100%
    }

    .offerItem.active:after {
        transform: rotate(90deg)
    }

    .offer-content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
        text-align: left;
        width: 95%
    }

    .offer-content {
        height: auto;
        height: 40px;
        margin-left: 10px;
        margin-top: 0;
        opacity: 0;
        padding: 0 0 0 10px;
        position: relative;
        transform: none;
        transition: opacity .3s ease;
        width: 100%
    }

    .offer-area .offerItemTitle {
        font-size: 16px;
        height: 20px;
        left: 0;
        line-height: 70px;
        margin-bottom: 0;
        padding-left: 15px;
        position: relative;
        text-align: left;
        transform: rotate(0);
        width: 100%
    }

    .offer-img {
        align-items: center;
        border: 2px solid #fff;
        border-radius: 20px;
        display: flex;
        height: 70px;
        justify-content: center;
        margin-bottom: 10px;
        width: 70px
    }

    .offer-img img {
        height: auto;
        width: 40px
    }

    .Case-slide .Case-slide_img {
        padding: 0
    }

    .harness .featured_item .texas-slide {
        background-color: #314252;
        border-radius: 10px;
        height: auto;
        padding: 20px
    }

    .harness .featured_item .texas-slide .h5,
    .harness .featured_item .texas-slide h5 {
        color: #fff;
        margin-bottom: 10px
    }

    .harness .featured_item .texas-slide P {
        color: #fff;
        font-size: 13px;
        line-height: 26px
    }

    .harness .featured_item .texas-slide .featured_img {
        align-items: center;
        border: 2px solid #fff;
        border-radius: 20px;
        display: flex;
        height: 70px;
        justify-content: center;
        margin-bottom: 20px;
        width: 70px
    }

    .unlock-img {
        margin: 0 auto;
        width: 70%
    }

    .sidebar .sidebar-box {
        margin-bottom: 30px;
        position: relative;
        top: 0;
        width: 100%
    }

    .sidebar .sidebar-box ul li {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .providers .cont-extra container {
        margin-top: 40px
    }

    .providers .provider-slide {
        height: 250px
    }

    .providers .provider-slide .h6,
    .providers .provider-slide h6 {
        padding-top: 40px
    }

    .lp-banner {
        background-color: #fcfcfc
    }

    .providers {
        background-repeat: no-repeat;
        background-size: cover
    }

    .providers .h2,
    .providers h2,
    .providers p {
        color: #fff
    }

    .providers .cont-extra {
        margin-top: 30px
    }

    .providers .provider-slide {
        padding: 10px
    }

    .providers .provider-slide .h6,
    .providers .provider-slide h6 {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-top: 20px
    }

    .providers .provider-slide p {
        color: #fff;
        font-size: 14px;
        line-height: 24px
    }

    .providers .react-multiple-carousel__arrow--left,
    .providers .react-multiple-carousel__arrow--right {
        display: none !important
    }

    .top-mob-img .catalyze-img {
        margin-top: 20px
    }

    .scale-img .pioneer-img {
        margin-bottom: 30px
    }

    .market-img,
    .pot-img {
        margin-bottom: 20px
    }

    .services_buildapp .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp .react-multiple-carousel__arrow--left,
    .services_buildapp .react-multiple-carousel__arrow--right {
        display: none
    }

    .services_buildapp_loc .react-multi-carousel-list {
        position: unset
    }

    .services_buildapp_loc .react-multiple-carousel__arrow--left,
    .services_buildapp_loc .react-multiple-carousel__arrow--right {
        display: none
    }

    .offer .offer-box-events {
        height: 250px;
        margin-top: 20px
    }

    .offer .offer-box-events .offer-img_events {
        margin-bottom: 0
    }

    .offer .offer-box-events .offer-img_events svg {
        height: 55px;
        width: auto
    }

    .offer .offer-box-events .offer-content-events p {
        font-size: 13px;
        line-height: 23px
    }

    .offer .offer-box-events .offer-content-events .h5,
    .offer .offer-box-events .offer-content-events h5 {
        margin-bottom: 10px
    }
}

.tekrevol_story ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.tekrevol_story ul li {
    color: #314252;
    flex: 50% 1;
    font-family: Poppins, sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 800;
    line-height: 120px;
    margin: 0 0 100px;
    padding: 0 20px;
    text-align: center
}

.tekrevol_story ul li:last-child,
.tekrevol_story ul li:nth-child(3) {
    margin-bottom: 0
}

.tekrevol_story ul li p {
    color: #314252;
    line-height: 30px;
    margin: auto;
    max-width: 230px
}

@media(min-width:1600px)and (max-width:1800px) {
    .tekrevol_story ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .tekrevol_story ul li {
        flex: 50% 1;
        font-size: 100px;
        line-height: 100px;
        margin: 0 0 50px;
        padding: 0 20px;
        text-align: center
    }

    .tekrevol_story ul li:last-child,
    .tekrevol_story ul li:nth-child(3) {
        margin-bottom: 0
    }

    .tekrevol_story ul li p {
        color: #314252;
        line-height: 25px;
        margin: auto;
        max-width: 230px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .tekrevol_story ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .tekrevol_story ul li {
        flex: 50% 1;
        font-size: 80px;
        line-height: 80px;
        margin: 0 0 50px;
        padding: 0 20px;
        text-align: center
    }

    .tekrevol_story ul li:last-child,
    .tekrevol_story ul li:nth-child(3) {
        margin-bottom: 0
    }

    .tekrevol_story ul li p {
        line-height: 22px;
        margin: auto;
        max-width: 220px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .tekrevol_story ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .tekrevol_story ul li {
        flex: 50% 1;
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 50px;
        padding: 0 20px;
        text-align: center
    }

    .tekrevol_story ul li:last-child,
    .tekrevol_story ul li:nth-child(3) {
        margin-bottom: 0
    }

    .tekrevol_story ul li p {
        line-height: 22px;
        margin: auto;
        max-width: 220px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .tekrevol_story ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .tekrevol_story ul li {
        flex: 50% 1;
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 50px;
        padding: 0 20px;
        text-align: center
    }

    .tekrevol_story ul li:last-child,
    .tekrevol_story ul li:nth-child(3) {
        margin-bottom: 0
    }

    .tekrevol_story ul li p {
        line-height: 22px;
        margin: auto;
        max-width: 220px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .tekrevol_story ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .tekrevol_story ul li {
        flex: 50% 1;
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 50px;
        padding: 0 20px;
        text-align: center
    }

    .tekrevol_story ul li:last-child,
    .tekrevol_story ul li:nth-child(3) {
        margin-bottom: 0
    }

    .tekrevol_story ul li p {
        line-height: 22px;
        margin: auto;
        max-width: 220px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .tekrevol_story ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .tekrevol_story ul li {
        flex: 50% 1;
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 30px;
        padding: 0 20px;
        text-align: center
    }

    .tekrevol_story ul li:last-child,
    .tekrevol_story ul li:nth-child(3) {
        margin-bottom: 30px
    }

    .tekrevol_story ul li p {
        line-height: 22px;
        margin: auto;
        max-width: 220px
    }

    .custom_tab li.tabs {
        margin-right: 30px
    }
}

.press_section {
    padding: 0
}

.press_section .press_grid {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 120px
}

.press_section .press_grid .blog_item {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex: 0 0 24%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 30px
}

.press_section .press_grid .blog_item .content_blog {
    flex: 0 0 100%;
    order: 2;
    padding: 0;
    transition: .3s linear
}

.press_section .press_grid .blog_item .content_blog p {
    padding-right: 20px
}

.press_section .press_grid .blog_item .content_blog a {
    color: #06dcbf;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 20px;
    margin-bottom: 0;
    transition: .3s linear
}

.press_section .press_grid .blog_item .content_blog:hover .h4,
.press_section .press_grid .blog_item .content_blog:hover a,
.press_section .press_grid .blog_item .content_blog:hover h4 {
    color: #06dcbf;
    transition: .3s linear
}

.press_section .press_grid .blog_item .img_blog {
    border-radius: 8px;
    flex: 0 0 100%;
    height: 250px;
    order: 1;
    text-align: center
}

.press_section .press_grid .blog_item .img_blog img {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    object-position: right;
    text-align: center;
    width: 100%
}

.press_section .press_grid .blog_item .date {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    width: 100%
}

@media(min-width:1600px)and (max-width:1850px) {
    .press_banners {
        height: 100%;
        padding-bottom: 80px;
        padding-top: 110px
    }

    .press_banners .breadcrumb_tek .h1,
    .press_banners .breadcrumb_tek h1 {
        font-size: 60px;
        line-height: 80px;
        margin-top: 70px;
        position: relative
    }

    .press_banners .breadcrumb_tek .h1:after,
    .press_banners .breadcrumb_tek h1:after {
        font-size: 100px;
        line-height: 100px;
        right: 15%;
        top: 70%
    }

    .press_banners .breadcrumb_tek ul {
        margin-bottom: 30px
    }

    .press_banners .breadcrumb_tek ul li {
        color: #000;
        font-size: 15px;
        line-height: 40px
    }

    .press_banners .blog_content {
        margin-top: 120px
    }

    .press_section {
        padding: 80px 0
    }

    .press_section .press_grid .blog_item {
        flex: 0 0 24%;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item .content_blog {
        flex: 0 0 100%;
        order: 2;
        padding: 20px
    }

    .press_section .press_grid .blog_item .content_blog .h3,
    .press_section .press_grid .blog_item .content_blog h3 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item .content_blog p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item .img_blog {
        height: 250px
    }

    .press_section .press_grid .blog_item .date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(min-width:1401px)and (max-width:1599px) {
    .press_banners {
        height: 100%;
        padding-bottom: 80px;
        padding-top: 110px
    }

    .press_banners .breadcrumb_tek .h1,
    .press_banners .breadcrumb_tek h1 {
        font-size: 60px;
        line-height: 80px;
        margin-top: 70px;
        position: relative
    }

    .press_banners .breadcrumb_tek .h1:after,
    .press_banners .breadcrumb_tek h1:after {
        font-size: 100px;
        line-height: 100px;
        right: 15%;
        top: 70%
    }

    .press_banners .breadcrumb_tek ul {
        margin-bottom: 30px
    }

    .press_banners .breadcrumb_tek ul li {
        color: #000;
        font-size: 15px;
        line-height: 40px
    }

    .press_banners .blog_content {
        margin-top: 120px
    }

    .press_section {
        padding: 80px 0
    }

    .press_section .press_grid .blog_item {
        flex: 0 0 24%;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item .content_blog {
        flex: 0 0 100%;
        order: 2;
        padding: 20px
    }

    .press_section .press_grid .blog_item .content_blog .h3,
    .press_section .press_grid .blog_item .content_blog h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item .content_blog p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item .img_blog {
        height: 250px
    }

    .press_section .press_grid .blog_item .date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(min-width:1270px)and (max-width:1400px) {
    .press_banners {
        height: 100%;
        padding-bottom: 80px;
        padding-top: 110px
    }

    .press_banners .breadcrumb_tek .h1,
    .press_banners .breadcrumb_tek h1 {
        font-size: 60px;
        line-height: 80px;
        margin-top: 70px;
        position: relative
    }

    .press_banners .breadcrumb_tek .h1:after,
    .press_banners .breadcrumb_tek h1:after {
        font-size: 100px;
        line-height: 100px;
        right: 15%;
        top: 70%
    }

    .press_banners .breadcrumb_tek ul {
        margin-bottom: 30px
    }

    .press_banners .breadcrumb_tek ul li {
        color: #000;
        font-size: 15px;
        line-height: 40px
    }

    .press_banners .blog_content {
        margin-top: 120px
    }

    .blog_details {
        padding: 0 0 50px
    }

    .blog_details .blogimg {
        height: 450px;
        margin-bottom: 50px
    }

    .blog_details .data_time {
        font-size: 13px;
        line-height: 25px
    }

    .blog_details .data_time li {
        position: relative
    }

    .blog_details .data_time li:after {
        content: "";
        height: 2px;
        left: 100px;
        top: 12px;
        width: 110px
    }

    .blog_details .main_content p {
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .blog_details .main_content .tags_post {
        margin-bottom: 50px;
        padding-bottom: 50px
    }

    .blog_details .main_content .tags_post li {
        font-size: 10px;
        line-height: 12px;
        margin-right: 15px;
        padding: 8px 20px
    }

    .blog_details .main_content .profile_info .preson {
        height: 50px;
        margin-right: 20px;
        width: 50px
    }

    .blog_details .main_content .profile_info .preson_info .h6,
    .blog_details .main_content .profile_info .preson_info h6 {
        font-size: 16px;
        line-height: 30px
    }

    .blog_details .main_content .profile_info .preson_info .designation {
        font-size: 13px;
        line-height: 13px
    }

    .blog_details .main_content .profile_info .social_link {
        position: absolute;
        right: 0;
        top: 10px
    }

    .press_section {
        padding: 80px 0
    }

    .press_section .press_grid .blog_item {
        flex: 0 0 24%;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item .content_blog {
        flex: 0 0 100%;
        order: 2;
        padding: 20px
    }

    .press_section .press_grid .blog_item .content_blog .h3,
    .press_section .press_grid .blog_item .content_blog h3 {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 20px
    }

    .press_section .press_grid .blog_item .content_blog p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .press_section .press_grid .blog_item .img_blog {
        height: 250px
    }

    .press_section .press_grid .blog_item .date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(min-width:901px)and (max-width:1269px) {
    .press_banners {
        height: 100%;
        padding-bottom: 60px;
        padding-top: 80px
    }

    .press_banners .breadcrumb_tek .h1,
    .press_banners .breadcrumb_tek h1 {
        font-size: 45px;
        line-height: 65px;
        margin-top: 70px;
        position: relative
    }

    .press_banners .breadcrumb_tek .h1:after,
    .press_banners .breadcrumb_tek h1:after {
        font-size: 70px;
        line-height: 80px;
        right: 15%;
        top: 70%
    }

    .press_banners .breadcrumb_tek ul {
        margin-bottom: 30px
    }

    .press_banners .breadcrumb_tek ul li {
        font-size: 14px;
        line-height: 40px
    }

    .press_banners .blog_content {
        margin-top: 120px
    }

    .blog_details {
        padding: 0 0 50px
    }

    .blog_details .blogimg {
        height: 450px;
        margin-bottom: 50px
    }

    .blog_details .data_time {
        font-size: 13px;
        line-height: 25px
    }

    .blog_details .data_time li {
        position: relative
    }

    .blog_details .data_time li:after {
        content: "";
        height: 2px;
        left: 90px;
        top: 12px;
        width: 45px
    }

    .blog_details .main_content p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .blog_details .main_content .tags_post {
        margin-bottom: 50px;
        padding-bottom: 50px
    }

    .blog_details .main_content .tags_post li {
        font-size: 10px;
        line-height: 12px;
        margin-right: 15px;
        padding: 8px 20px
    }

    .blog_details .main_content .profile_info .preson {
        height: 50px;
        margin-right: 20px;
        width: 50px
    }

    .blog_details .main_content .profile_info .preson_info .h6,
    .blog_details .main_content .profile_info .preson_info h6 {
        font-size: 16px;
        line-height: 30px
    }

    .blog_details .main_content .profile_info .preson_info .designation {
        font-size: 13px;
        line-height: 13px
    }

    .blog_details .main_content .profile_info .social_link {
        position: absolute;
        right: 0;
        top: 10px
    }

    .press_section {
        padding: 80px 0
    }

    .press_section .press_grid .blog_item {
        flex: 0 0 32%;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item:last-child {
        display: none
    }

    .press_section .press_grid .blog_item .content_blog {
        flex: 0 0 100%;
        order: 2;
        padding: 20px
    }

    .press_section .press_grid .blog_item .content_blog .h3,
    .press_section .press_grid .blog_item .content_blog h3 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px
    }

    .press_section .press_grid .blog_item .content_blog p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .press_section .press_grid .blog_item .img_blog {
        height: 250px
    }

    .press_section .press_grid .blog_item .date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(min-width:768px)and (max-width:900px) {
    .press_banners {
        height: 100%;
        padding-bottom: 60px;
        padding-top: 80px
    }

    .press_banners .breadcrumb_tek .h1,
    .press_banners .breadcrumb_tek h1 {
        font-size: 45px;
        line-height: 65px;
        margin-top: 70px;
        position: relative
    }

    .press_banners .breadcrumb_tek .h1:after,
    .press_banners .breadcrumb_tek h1:after {
        font-size: 70px;
        line-height: 80px;
        right: 15%;
        top: 70%
    }

    .press_banners .breadcrumb_tek ul {
        margin-bottom: 30px
    }

    .press_banners .breadcrumb_tek ul li {
        font-size: 14px;
        line-height: 40px
    }

    .press_banners .blog_content {
        margin-top: 120px
    }

    .blog_details {
        padding: 0 0 50px
    }

    .blog_details .blogimg {
        height: 400px;
        margin-bottom: 50px
    }

    .blog_details .data_time {
        flex-wrap: wrap;
        font-size: 13px;
        line-height: 25px
    }

    .blog_details .data_time li {
        flex: 0 0 100%;
        position: relative
    }

    .blog_details .data_time li:after {
        content: "";
        height: 1px;
        left: 90px;
        position: unset;
        top: 12px;
        width: 100%
    }

    .blog_details .main_content p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .blog_details .main_content .tags_post {
        margin-bottom: 50px;
        padding-bottom: 50px
    }

    .blog_details .main_content .tags_post li {
        font-size: 10px;
        line-height: 12px;
        margin-right: 15px;
        padding: 8px 20px
    }

    .blog_details .main_content .profile_info .preson {
        height: 50px;
        margin-right: 20px;
        width: 50px
    }

    .blog_details .main_content .profile_info .preson_info .h6,
    .blog_details .main_content .profile_info .preson_info h6 {
        font-size: 16px;
        line-height: 30px
    }

    .blog_details .main_content .profile_info .preson_info .designation {
        font-size: 13px;
        line-height: 13px
    }

    .blog_details .main_content .profile_info .social_link {
        position: absolute;
        right: 0;
        top: 10px
    }

    .press_section {
        padding: 80px 0
    }

    .press_section .press_grid .blog_item {
        flex: 0 0 49%;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item .content_blog {
        flex: 0 0 100%;
        order: 2;
        padding: 20px
    }

    .press_section .press_grid .blog_item .content_blog .h3,
    .press_section .press_grid .blog_item .content_blog h3 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px
    }

    .press_section .press_grid .blog_item .content_blog p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .press_section .press_grid .blog_item .img_blog {
        height: 250px
    }

    .press_section .press_grid .blog_item .date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:767px) {
    .press_banners {
        background-image: none !important;
        height: 100%;
        padding-bottom: 60px;
        padding-top: 80px
    }

    .press_banners .breadcrumb_tek .h1,
    .press_banners .breadcrumb_tek h1 {
        font-size: 45px;
        line-height: 65px;
        margin-top: 30px;
        position: relative
    }

    .press_banners .breadcrumb_tek .h1:after,
    .press_banners .breadcrumb_tek h1:after {
        font-size: 50px;
        line-height: 50px;
        right: 15%;
        top: 70%
    }

    .press_banners .breadcrumb_tek ul {
        margin-bottom: 30px
    }

    .press_banners .breadcrumb_tek ul li {
        font-size: 14px;
        line-height: 40px
    }

    .press_banners .blog_content {
        margin-top: 0
    }

    .blog_details {
        padding: 0 0 50px
    }

    .blog_details .blogimg {
        height: 300px;
        margin-bottom: 50px
    }

    .blog_details .data_time {
        flex-wrap: wrap;
        font-size: 13px;
        justify-content: unset;
        line-height: 25px;
        margin-bottom: 20px
    }

    .blog_details .data_time li {
        position: relative
    }

    .blog_details .data_time li:after {
        content: "";
        height: 2px;
        left: 90px;
        top: 12px;
        width: 50px
    }

    .blog_details .data_time li:last-child {
        margin-left: 90px
    }

    .blog_details .main_content p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .blog_details .main_content .tags_post {
        margin-bottom: 40px;
        padding-bottom: 40px
    }

    .blog_details .main_content .tags_post li {
        font-size: 10px;
        line-height: 12px;
        margin-right: 15px;
        padding: 8px 20px
    }

    .blog_details .main_content .profile_info .preson {
        height: 50px;
        margin-right: 20px;
        width: 50px
    }

    .blog_details .main_content .profile_info .preson_info .h6,
    .blog_details .main_content .profile_info .preson_info h6 {
        font-size: 16px;
        line-height: 30px
    }

    .blog_details .main_content .profile_info .preson_info .designation {
        font-size: 13px;
        line-height: 13px
    }

    .blog_details .main_content .profile_info .social_link {
        bottom: -50px;
        left: 0;
        position: absolute;
        right: 0;
        top: unset
    }

    .press_section {
        padding: 0
    }

    .press_section .press_grid {
        margin-top: 50px
    }

    .press_section .press_grid .blog_item {
        flex: 0 0 100%;
        margin-bottom: 30px
    }

    .press_section .press_grid .blog_item .content_blog {
        flex: 0 0 100%;
        order: 2;
        padding: 20px
    }

    .press_section .press_grid .blog_item .content_blog .h3,
    .press_section .press_grid .blog_item .content_blog h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .press_section .press_grid .blog_item .content_blog p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .press_section .press_grid .blog_item .img_blog {
        height: 250px
    }

    .press_section .press_grid .blog_item .date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

.podcast_listing .podcast_list {
    background: #fff;
    border-radius: 15px;
    cursor: pointer;
    height: 450px;
    margin: 0 0 30px;
    padding: 30px;
    text-align: left
}

.podcast_listing .podcast_list .podcast_txt {
    height: 100px;
    margin-bottom: 10px;
    overflow: auto
}

.podcast_listing .podcast_list .podcast_txt::-webkit-scrollbar {
    width: .5em
}

.podcast_listing .podcast_list .podcast_txt::-webkit-scrollbar-thumb,
.podcast_listing .podcast_list .podcast_txt::-webkit-scrollbar-track {
    background-color: transparent
}

.podcast_listing .podcast_list .h4,
.podcast_listing .podcast_list h4 {
    margin-bottom: 20px
}

.podcast_listing .podcast_list p {
    font-size: 15px
}

.podcast_listing .podcast_list a,
.podcast_listing .podcast_list p {
    color: #000;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px
}

.podcast_listing .podcast_list a {
    border-bottom: 1px solid #000;
    font-size: 12px
}

.podcast_listing .podcast_list a:hover {
    border-bottom: 1px solid #06dcbf;
    color: #06dcbf
}

.time_section .episode_name {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 40px
}

.time_section .episode_name:after {
    background: #06dcbf;
    content: "";
    display: block;
    height: 2px;
    margin: 20px 0;
    width: 80px
}

.time_section .timestamp li {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
    position: relative
}

.time_section .timestamp li:after {
    background: #06dcbf;
    content: "";
    height: 2px;
    left: 75px;
    position: absolute;
    top: 18px;
    width: 30px
}

.time_section .timestamp li span {
    color: #06dcbf;
    display: inline-block;
    font-weight: 400;
    margin-right: 80px;
    width: 65px
}

.time_section .sub__list {
    list-style: none;
    padding: 15px 0 15px 140px
}

.time_section .sub__list li:after {
    display: none
}

.img_podcast img {
    height: auto;
    max-width: 180px
}

.podcast_story .episode_name {
    margin-bottom: 50px
}

@media(min-width:1600px)and (max-width:1800px) {
    .podcast_listing .podcast_list {
        height: 400px
    }

    .time_section .episode_name {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 40x;
        margin-bottom: 40px
    }

    .time_section .episode_name:after {
        background: #06dcbf;
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0;
        width: 80px
    }

    .time_section .timestamp li {
        font-family: Poppins, sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 38px;
        margin-bottom: 0;
        position: relative
    }

    .time_section .timestamp li:after {
        background: #06dcbf;
        content: "";
        height: 2px;
        left: 75px;
        position: absolute;
        top: 18px;
        width: 30px
    }

    .time_section .timestamp li span {
        color: #06dcbf;
        display: inline-block;
        font-weight: 400;
        margin-right: 80px;
        width: 65px
    }

    .time_section .sub__list {
        list-style: none;
        padding: 15px 0 15px 140px
    }

    .time_section .sub__list li:after {
        display: none
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .podcast_listing .podcast_list {
        height: 430px
    }

    .time_section .episode_name {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 40px
    }

    .time_section .episode_name:after {
        background: #06dcbf;
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0;
        width: 80px
    }

    .time_section .timestamp li {
        font-family: Poppins, sans-serif;
        font-size: 17px;
        font-weight: 500;
        line-height: 35px;
        margin-bottom: 0;
        position: relative
    }

    .time_section .timestamp li:after {
        background: #06dcbf;
        content: "";
        height: 2px;
        left: 75px;
        position: absolute;
        top: 18px;
        width: 30px
    }

    .time_section .timestamp li span {
        color: #06dcbf;
        display: inline-block;
        font-weight: 400;
        margin-right: 80px;
        width: 65px
    }

    .time_section .sub__list {
        list-style: none;
        padding: 15px 0 15px 140px
    }

    .time_section .sub__list li:after {
        display: none
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .podcast_listing .podcast_list {
        height: 430px
    }

    .time_section .episode_name {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        margin-bottom: 40px
    }

    .time_section .episode_name:after {
        background: #06dcbf;
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0;
        width: 80px
    }

    .time_section .timestamp li {
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 0;
        position: relative
    }

    .time_section .timestamp li:after {
        background: #06dcbf;
        content: "";
        height: 2px;
        left: 75px;
        position: absolute;
        top: 18px;
        width: 30px
    }

    .time_section .timestamp li span {
        color: #06dcbf;
        display: inline-block;
        font-weight: 400;
        margin-right: 80px;
        width: 50px
    }

    .time_section .sub__list {
        list-style: none;
        padding: 15px 0 15px 120px
    }

    .time_section .sub__list li:after {
        display: none
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .podcast_listing .podcast_list {
        height: 510px
    }

    .podcast_listing .podcast_list p {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 20px
    }

    .time_section .episode_name {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        margin-bottom: 40px
    }

    .time_section .episode_name:after {
        background: #06dcbf;
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0;
        width: 80px
    }

    .time_section .timestamp li {
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 0;
        position: relative
    }

    .time_section .timestamp li:after {
        background: #06dcbf;
        content: "";
        height: 2px;
        left: 75px;
        position: absolute;
        top: 18px;
        width: 30px
    }

    .time_section .timestamp li span {
        color: #06dcbf;
        display: inline-block;
        font-weight: 400;
        margin-right: 80px;
        width: 50px
    }

    .time_section .sub__list {
        list-style: none;
        padding: 15px 0 15px 120px
    }

    .time_section .sub__list li:after {
        display: none
    }
}

@media(min-width:667px)and (max-width:899px) {
    .podcast_listing .podcast_list {
        height: 400px
    }

    .podcast_listing .podcast_list p {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 20px
    }

    .time_section .episode_name {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        margin-bottom: 40px
    }

    .time_section .episode_name:after {
        background: #06dcbf;
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0;
        width: 80px
    }

    .time_section .timestamp li {
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 0;
        position: relative
    }

    .time_section .timestamp li:after {
        background: #06dcbf;
        content: "";
        height: 2px;
        left: 75px;
        position: absolute;
        top: 18px;
        width: 30px
    }

    .time_section .timestamp li span {
        color: #06dcbf;
        display: inline-block;
        font-weight: 400;
        margin-right: 80px;
        width: 50px
    }

    .time_section .sub__list {
        list-style: none;
        padding: 15px 0 15px 10px
    }

    .time_section .sub__list li:after {
        display: none
    }
}

@media(min-width:0px)and (max-width:666px) {
    .podcast_listing .podcast_list {
        height: 430px
    }

    .podcast_listing .podcast_list p {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 20px
    }

    .time_section .episode_name {
        color: #000;
        font-family: Poppins, sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 35px;
        margin-bottom: 40px
    }

    .time_section .episode_name:after {
        background: #06dcbf;
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0;
        width: 80px
    }

    .time_section .timestamp li {
        font-family: Poppins, sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 0;
        position: relative
    }

    .time_section .timestamp li:after {
        background: #06dcbf;
        content: "";
        height: 2px;
        left: 50px;
        position: absolute;
        top: 15px;
        width: 20px
    }

    .time_section .timestamp li span {
        color: #06dcbf;
        display: inline-block;
        font-weight: 400;
        margin-right: 50px;
        width: 33px
    }

    .time_section .sub__list {
        list-style: none;
        padding: 15px 0 15px 10px
    }

    .time_section .sub__list li:after {
        display: none
    }
}

.banner_careers {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    height: 80vh
}

.listing_page .job_count {
    border-top: 1px solid #f1f1f1;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    padding: 20px 0
}

.listing_page .accordion {
    border-radius: 20px
}

.listing_page .accordion .accordion-item {
    border: 0;
    border-radius: 20px;
    margin-bottom: 20px
}

.listing_page .accordion .accordion-item .accordion-header {
    border: 0;
    border-radius: 20px
}

.listing_page .accordion .accordion-item .accordion-header button {
    border-radius: 20px;
    box-shadow: none;
    color: #000;
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    outline: none;
    padding-left: 30px
}

.listing_page .accordion .accordion-item .accordion-header button:not(.collapsed) {
    background-color: #fff;
    color: #06dcbf
}

.listing_page .accordion .accordion-item .accordion-header button span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px
}

.listing_page .accordion .accordion-item .accordion-header button:after {
    filter: rgb(137.5, 137.5, 137.5)
}

.listing_page .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-bottom: 30px;
    padding-left: 30px
}

.listing_page .accordion .accordion-item .accordion-collapse .accordion-body .h4,
.listing_page .accordion .accordion-item .accordion-collapse .accordion-body h4 {
    line-height: 30px;
    margin-bottom: 10px
}

.listing_page .accordion .accordion-item .accordion-collapse .accordion-body p {
    color: #000
}

.listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul {
    margin-bottom: 30px;
    padding-left: 20px
}

.listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    margin-bottom: 0;
    position: relative
}

.listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul li:after {
    background: #000;
    border-radius: 100%;
    content: "";
    height: 4px;
    left: -15px;
    position: absolute;
    top: 13px;
    width: 4px
}

.slider_section {
    background: #fff;
    background: linear-gradient(90deg, #fff 35%, #313649 0)
}

.slider_section .h2,
.slider_section h2,
.slider_section p {
    color: #fff
}

.slider_section .carousel-control-next,
.slider_section .carousel-control-prev {
    background: #06dcbf;
    border-radius: 50%;
    bottom: unset;
    height: 35px;
    padding: 10px;
    top: -50px;
    width: 35px
}

.slider_section .carousel-control-prev {
    left: unset;
    right: 40px
}

.slider_section .carousel-indicators {
    display: none
}

.career__froms.modal.show .modal-dialog {
    max-width: 500px
}

.career_from_box {
    border-radius: 20px;
    padding: 30px
}

.career_from_box .h2,
.career_from_box h2 {
    margin-bottom: 20px
}

.career_from_box .career_form .banner_form_inner .from_item {
    margin-bottom: 10px;
    position: relative
}

.career_from_box .career_form .banner_form_inner .from_item input {
    height: 50px;
    line-height: 50px
}

.career_from_box .career_form .banner_form_inner .from_item input,
.career_from_box .career_form .banner_form_inner .from_item textarea {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .5);
    border-radius: 0;
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    width: 100%
}

.career_from_box .career_form .banner_form_inner .from_item textarea {
    height: 100px;
    line-height: normal
}

.career_from_box .career_form .banner_form_inner .from_item:after {
    background: #06dcbf;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 48px;
    width: 100px
}

.career_from_box .career_form .banner_form_inner .from_item.cletter:after {
    top: 98px
}

.career_from_box .career_form .banner_form_inner .from_item_file {
    margin-bottom: 5px;
    position: relative
}

.career_from_box .career_form .banner_form_inner .from_item_file input {
    height: 120px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.career_from_box .career_form .banner_form_inner .from_item_file .ulpload {
    height: 90px
}

.career_from_box .career_form .banner_form_inner .from_item_file .file_upload {
    background: #f8f8fb;
    border-radius: 10px;
    cursor: pointer;
    height: 120px;
    padding: 15px;
    text-align: center
}

.career_from_box .career_form .banner_form_inner .from_item_file .file_upload.h-80 {
    height: 80px
}

.career_from_box .career_form .banner_form_inner .from_item_file .file_upload .file_title {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 22px
}

.career_from_box .career_form .banner_form_inner .from_item_file .file_upload .file_supports {
    color: #006eff;
    font-family: Poppins, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px
}

.career_from_box .career_form .banner_form_inner .from_item_file .file_upload .loading_box img {
    height: 100px;
    position: relative;
    top: -25px;
    width: 100px
}

.career_from_box .career_form .banner_form_inner .from_item_file .file_upload.active {
    height: 60px
}

.career_from_box .career_form .banner_form_inner .from_item_file .file_upload.active input {
    display: none
}

.career_from_box .career_form .banner_form_inner .from_item_file .file_upload:after {
    border: 1px dashed #d0dce7;
    border-radius: 10px;
    content: "";
    height: 90%;
    left: 2%;
    position: absolute;
    top: 5%;
    width: 96%
}

.career_from_box .career_form .banner_form_inner .from_item_file .uploading {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-around;
    padding: 0 10px
}

.career_from_box .career_form .banner_form_inner .from_item_file .uploading span {
    width: 50%
}

.career_from_box .career_form .banner_form_inner .from_item_file .uploading .uploading_crose {
    background: #fcc;
    border-radius: 50%;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 21px;
    position: relative;
    text-align: center;
    width: 21px;
    z-index: 9
}

.career_from_box .career_form .banner_form_inner .btn_submit {
    background: #fff;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #06dcbf;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    line-height: normal;
    margin: 30px auto 0;
    text-align: center;
    text-transform: capitalize;
    width: 60%
}

.career_from_box .career_form .banner_form_inner .btn_submit:hover {
    background: #06dcbf;
    color: #fff
}

.career_from_box .alert-success {
    background: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 20px
}

.banner_lifeattekrevol {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto
}

.banner_lifeattekrevol .banner_content {
    background: hsla(0, 0%, 100%, .9);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    padding: 30px
}

@media(min-width:1600px)and (max-width:1850px) {
    .listing_page .job_count {
        font-size: 24px;
        line-height: 34px
    }

    .listing_page .accordion .accordion-item .accordion-header button {
        font-size: 22px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-header button span {
        font-size: 16px;
        margin-left: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-bottom: 30px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body .h4,
    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body h4 {
        margin-bottom: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body p {
        margin-bottom: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul {
        margin-bottom: 30px;
        padding-left: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul li:after {
        height: 4px;
        left: -15px;
        top: 13px;
        width: 4px
    }

    .banner_lifeattekrevol {
        background-size: contain;
        height: 650px
    }

    .banner_lifeattekrevol .banner_content {
        padding: 30px
    }
}

@media(min-width:1401px)and (max-width:1599px) {
    .listing_page .job_count {
        font-size: 22px;
        line-height: 32px
    }

    .listing_page .accordion .accordion-item .accordion-header button {
        font-size: 20px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-header button span {
        font-size: 15px;
        margin-left: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-bottom: 30px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body .h4,
    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body h4 {
        margin-bottom: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body p {
        margin-bottom: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul {
        margin-bottom: 30px;
        padding-left: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul li:after {
        height: 4px;
        left: -15px;
        top: 13px;
        width: 4px
    }

    .banner_lifeattekrevol {
        background-size: contain;
        height: 650px
    }

    .banner_lifeattekrevol .banner_content {
        padding: 30px
    }
}

@media(min-width:1270px)and (max-width:1400px) {
    .listing_page .job_count {
        font-size: 22px;
        line-height: 32px
    }

    .listing_page .accordion .accordion-item .accordion-header button {
        font-size: 20px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-header button span {
        font-size: 15px;
        margin-left: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-bottom: 30px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body .h4,
    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body h4 {
        margin-bottom: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body p {
        margin-bottom: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul {
        margin-bottom: 30px;
        padding-left: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul li:after {
        height: 4px;
        left: -15px;
        top: 12px;
        width: 4px
    }

    .banner_lifeattekrevol {
        background-size: contain;
        height: 550px
    }

    .banner_lifeattekrevol .banner_content {
        padding: 30px
    }
}

@media(min-width:901px)and (max-width:1269px) {
    .listing_page .job_count {
        font-size: 20px;
        line-height: 30px
    }

    .listing_page .accordion .accordion-item .accordion-header button {
        font-size: 18px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-header button span {
        font-size: 15px;
        margin-left: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-bottom: 30px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body .h4,
    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body h4 {
        margin-bottom: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body p {
        margin-bottom: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul {
        margin-bottom: 30px;
        padding-left: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul li:after {
        height: 4px;
        left: -15px;
        top: 12px;
        width: 4px
    }

    .banner_lifeattekrevol {
        background-size: contain;
        height: 440px
    }

    .banner_lifeattekrevol .banner_content {
        padding: 15px
    }
}

@media(min-width:768px)and (max-width:900px) {
    .listing_page .job_count {
        font-size: 20px;
        line-height: 30px
    }

    .listing_page .accordion .accordion-item .accordion-header button {
        font-size: 18px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-header button span {
        font-size: 15px;
        margin-left: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-bottom: 30px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body .h4,
    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body h4 {
        margin-bottom: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body p {
        margin-bottom: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul {
        margin-bottom: 30px;
        padding-left: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul li:after {
        height: 4px;
        left: -15px;
        top: 12px;
        width: 4px
    }

    .banner_lifeattekrevol {
        background-size: contain;
        height: 300px
    }

    .banner_lifeattekrevol .banner_content {
        padding: 15px
    }
}

@media(min-width:0px)and (max-width:767px) {
    .listing_page .job_count {
        font-size: 20px;
        line-height: 30px
    }

    .listing_page .accordion .accordion-item .accordion-header button {
        display: block;
        font-size: 18px;
        line-height: 30px;
        padding-left: 30px
    }

    .listing_page .accordion .accordion-item .accordion-header button span {
        display: block;
        font-size: 15px;
        margin-left: 0
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body {
        padding-bottom: 30px;
        padding-left: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body .h4,
    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body h4 {
        margin-bottom: 10px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body p {
        margin-bottom: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul {
        margin-bottom: 30px;
        padding-left: 20px
    }

    .listing_page .accordion .accordion-item .accordion-collapse .accordion-body ul li:after {
        height: 4px;
        left: -15px;
        top: 12px;
        width: 4px
    }

    .banner_lifeattekrevol {
        background-image: unset !important;
        height: 100%
    }

    .banner_lifeattekrevol .banner_content {
        padding: 20px
    }

    .slider_section {
        background: #fff;
        background: linear-gradient(90deg, #fff, #313649 0)
    }

    .slider_section .carousel {
        margin: 50px 0 20px
    }
}

.banner_cmore {
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 100vh
}

.banner_cmore .h1,
.banner_cmore h1 {
    color: #fff;
    margin-top: 30px
}

.banner_cmore .banner_playbtn {
    align-items: center;
    display: flex;
    margin-top: 40px
}

.banner_cmore .banner_playbtn .app_store_btn {
    margin-left: 10px
}

.intro_cmore {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.intro_cmore .h2,
.intro_cmore h2 {
    color: #fff
}

.intro_cmore .h2 span,
.intro_cmore h2 span {
    color: #df5156
}

.intro_cmore p {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.idea_cmore {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto
}

.idea_cmore .h2,
.idea_cmore h2 {
    color: #fff;
    margin-bottom: 0
}

.idea_cmore .h2 span,
.idea_cmore h2 span {
    color: #df5156
}

.idea_cmore p,
.idea_cmore strong {
    color: #fff;
    font-size: 18px
}

.idea_cmore p {
    line-height: 28px;
    margin-top: 20px
}

.idea_cmore .idea_img {
    text-align: center
}

.target_cmore {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.target_cmore .h2,
.target_cmore h2 {
    color: #fff
}

.target_cmore .h2 span,
.target_cmore h2 span {
    color: #df5156
}

.target_cmore p {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.challenge_cmore {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto
}

.challenge_cmore .h2,
.challenge_cmore h2 {
    color: #fff
}

.challenge_cmore .h2 span,
.challenge_cmore h2 span {
    color: #df5156
}

.challenge_cmore p {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.challenge_cmore ul {
    margin-top: 10px
}

.challenge_cmore ul li {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.challenge_cmore ul li:before {
    background: #df5156;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.time_cmore {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto
}

.time_cmore .h2,
.time_cmore h2 {
    color: #fff
}

.time_cmore .h2 span,
.time_cmore h2 span {
    color: #df5156
}

.time_cmore .time_main {
    margin-top: 50px
}

.time_cmore .time_main .h5,
.time_cmore .time_main h5 {
    color: #fff;
    font-size: 20px;
    line-height: 30px
}

.time_cmore .time_main p {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.time_cmore .timeline_img {
    margin-top: 30px;
    text-align: center
}

.solution_cmore {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.solution_cmore .h2,
.solution_cmore h2 {
    color: #fff
}

.solution_cmore .h2 span,
.solution_cmore h2 span {
    color: #df5156
}

.solution_cmore p {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.result_cmore {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain
}

.result_cmore .h2,
.result_cmore h2 {
    color: #fff
}

.result_cmore .h2 span,
.result_cmore h2 span {
    color: #df5156
}

.result_cmore p {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.conclusion_cmore {
    background: #000
}

.conclusion_cmore .h2,
.conclusion_cmore h2 {
    color: #fff
}

.conclusion_cmore .h2 span,
.conclusion_cmore h2 span {
    color: #df5156
}

.conclusion_cmore p {
    color: #fff;
    font-size: 18px;
    line-height: 28px
}

.conclusion_cmore .conc_img {
    text-align: center
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_cmore {
        background-position: 100% 0;
        background-size: 68%;
        height: 100vh
    }

    .banner_cmore .h1,
    .banner_cmore h1 {
        margin-top: 30px
    }

    .banner_cmore .banner_playbtn {
        margin-top: 40px
    }

    .banner_cmore .banner_playbtn img {
        height: 40px;
        width: auto
    }

    .banner_cmore .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_cmore .logo_img img {
        height: 75px;
        width: auto
    }

    .intro_cmore {
        background-position: 100%;
        background-size: contain
    }

    .intro_cmore p {
        font-size: 16px;
        line-height: 26px
    }

    .idea_cmore {
        background-position: 0;
        background-size: auto
    }

    .idea_cmore p,
    .idea_cmore strong {
        font-size: 16px
    }

    .idea_cmore p {
        line-height: 26px;
        margin-top: 20px
    }

    .idea_cmore .idea_img {
        text-align: center
    }

    .target_cmore {
        background-position: 100%;
        background-size: contain
    }

    .target_cmore p {
        font-size: 16px;
        line-height: 26px
    }

    .challenge_cmore {
        background-position: 0;
        background-size: auto
    }

    .challenge_cmore p {
        font-size: 16px;
        line-height: 26px
    }

    .challenge_cmore ul {
        margin-top: 10px
    }

    .challenge_cmore ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .challenge_cmore ul li:before {
        height: 8px;
        left: 0;
        top: 10px;
        width: 8px
    }

    .time_cmore {
        background-position: 0;
        background-size: auto
    }

    .time_cmore .time_main {
        margin-top: 40px
    }

    .time_cmore .time_main .h5,
    .time_cmore .time_main h5 {
        font-size: 18px;
        line-height: 28px
    }

    .time_cmore .time_main p {
        font-size: 16px;
        line-height: 26px
    }

    .time_cmore .timeline_img {
        margin-top: 30px;
        text-align: center
    }

    .solution_cmore {
        background-position: 100% 100%;
        background-size: contain
    }

    .solution_cmore p {
        font-size: 16px;
        line-height: 26px
    }

    .result_cmore {
        background-position: 0;
        background-size: contain
    }

    .conclusion_cmore p,
    .result_cmore p {
        font-size: 16px;
        line-height: 26px
    }

    .conclusion_cmore .conc_img {
        text-align: center
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_cmore {
        background-position: 100% 0;
        background-size: 66%;
        height: 100vh
    }

    .banner_cmore .banner_playbtn,
    .banner_cmore .h1,
    .banner_cmore h1 {
        margin-top: 30px
    }

    .banner_cmore .banner_playbtn img {
        height: 35px;
        width: auto
    }

    .banner_cmore .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_cmore .logo_img img {
        height: 70px;
        width: auto
    }

    .intro_cmore {
        background-position: 100%;
        background-size: contain
    }

    .intro_cmore p {
        font-size: 15px;
        line-height: 25px
    }

    .idea_cmore {
        background-position: 0;
        background-size: auto
    }

    .idea_cmore p,
    .idea_cmore strong {
        font-size: 15px
    }

    .idea_cmore p {
        line-height: 25px;
        margin-top: 20px
    }

    .idea_cmore .idea_img {
        text-align: center
    }

    .target_cmore {
        background-position: 100%;
        background-size: contain
    }

    .target_cmore p {
        font-size: 15px;
        line-height: 25px
    }

    .challenge_cmore {
        background-position: 0;
        background-size: auto
    }

    .challenge_cmore p {
        font-size: 15px;
        line-height: 25px
    }

    .challenge_cmore ul {
        margin-top: 10px
    }

    .challenge_cmore ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .challenge_cmore ul li:before {
        height: 8px;
        left: 0;
        top: 9px;
        width: 8px
    }

    .time_cmore {
        background-position: 0;
        background-size: auto
    }

    .time_cmore .time_main {
        margin-top: 40px
    }

    .time_cmore .time_main .h5,
    .time_cmore .time_main h5 {
        font-size: 16px;
        line-height: 26px
    }

    .time_cmore .time_main p {
        font-size: 15px;
        line-height: 25px
    }

    .time_cmore .timeline_img {
        margin-top: 30px;
        text-align: center
    }

    .solution_cmore {
        background-position: 100% 100%;
        background-size: contain
    }

    .solution_cmore p {
        font-size: 15px;
        line-height: 25px
    }

    .result_cmore {
        background-position: 0;
        background-size: contain
    }

    .conclusion_cmore p,
    .result_cmore p {
        font-size: 15px;
        line-height: 25px
    }

    .conclusion_cmore .conc_img {
        text-align: center
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_cmore {
        background-position: 100% 0;
        background-size: 64%;
        height: 100vh
    }

    .banner_cmore .banner_playbtn,
    .banner_cmore .h1,
    .banner_cmore h1 {
        margin-top: 30px
    }

    .banner_cmore .banner_playbtn img {
        height: 35px;
        width: auto
    }

    .banner_cmore .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_cmore .logo_img img {
        height: 70px;
        width: auto
    }

    .intro_cmore {
        background-position: 100%;
        background-size: contain
    }

    .intro_cmore p {
        font-size: 14px;
        line-height: 24px
    }

    .idea_cmore {
        background-position: 0;
        background-size: 40%
    }

    .idea_cmore p,
    .idea_cmore strong {
        font-size: 14px
    }

    .idea_cmore p {
        line-height: 24px;
        margin-top: 20px
    }

    .idea_cmore .idea_img {
        text-align: center
    }

    .target_cmore {
        background-position: 100%;
        background-size: contain
    }

    .target_cmore p {
        font-size: 14px;
        line-height: 24px
    }

    .challenge_cmore {
        background-position: 0;
        background-size: 45%
    }

    .challenge_cmore p {
        font-size: 14px;
        line-height: 24px
    }

    .challenge_cmore ul {
        margin-top: 10px
    }

    .challenge_cmore ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .challenge_cmore ul li:before {
        height: 7px;
        left: 0;
        top: 8px;
        width: 7px
    }

    .time_cmore {
        background-position: 0;
        background-size: 45%
    }

    .time_cmore .time_main {
        margin-top: 40px
    }

    .time_cmore .time_main .h5,
    .time_cmore .time_main h5 {
        font-size: 15px;
        line-height: 25px
    }

    .time_cmore .time_main p {
        font-size: 14px;
        line-height: 24px
    }

    .time_cmore .timeline_img {
        margin-top: 30px;
        text-align: center
    }

    .solution_cmore {
        background-position: 100% 100%;
        background-size: contain
    }

    .solution_cmore p {
        font-size: 14px;
        line-height: 24px
    }

    .result_cmore {
        background-position: 0;
        background-size: contain
    }

    .conclusion_cmore p,
    .result_cmore p {
        font-size: 14px;
        line-height: 24px
    }

    .conclusion_cmore .conc_img {
        text-align: center
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_cmore {
        background-position: 100%;
        background-size: 60%;
        height: 100vh
    }

    .banner_cmore .banner_playbtn,
    .banner_cmore .h1,
    .banner_cmore h1 {
        margin-top: 30px
    }

    .banner_cmore .banner_playbtn img {
        height: 30px;
        width: auto
    }

    .banner_cmore .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_cmore .logo_img img {
        height: 65px;
        width: auto
    }

    .intro_cmore {
        background-position: 100%;
        background-size: contain
    }

    .intro_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .idea_cmore {
        background-position: 0;
        background-size: 40%
    }

    .idea_cmore p,
    .idea_cmore strong {
        font-size: 13px
    }

    .idea_cmore p {
        line-height: 23px;
        margin-top: 20px
    }

    .idea_cmore .idea_img {
        text-align: center
    }

    .target_cmore {
        background-position: 100%;
        background-size: contain
    }

    .target_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .challenge_cmore {
        background-position: 0;
        background-size: 40%
    }

    .challenge_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .challenge_cmore ul {
        margin-top: 10px
    }

    .challenge_cmore ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .challenge_cmore ul li:before {
        height: 5px;
        left: 0;
        top: 9px;
        width: 5px
    }

    .time_cmore {
        background-position: 0;
        background-size: 40%
    }

    .time_cmore .time_main {
        margin-top: 30px
    }

    .time_cmore .time_main .h5,
    .time_cmore .time_main h5 {
        font-size: 14px;
        line-height: 24px
    }

    .time_cmore .time_main p {
        font-size: 13px;
        line-height: 23px
    }

    .time_cmore .timeline_img {
        margin-top: 30px;
        text-align: center
    }

    .solution_cmore {
        background-position: 100% 100%;
        background-size: contain
    }

    .solution_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .result_cmore {
        background-position: 0;
        background-size: contain
    }

    .conclusion_cmore p,
    .result_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .conclusion_cmore .conc_img {
        text-align: center
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_cmore {
        background-image: none !important;
        height: unset;
        padding: 80px 0 40px
    }

    .banner_cmore .banner_playbtn,
    .banner_cmore .h1,
    .banner_cmore h1 {
        margin-top: 30px
    }

    .banner_cmore .banner_playbtn img {
        height: 30px;
        width: auto
    }

    .banner_cmore .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_cmore .logo_img img {
        height: 70px;
        width: auto
    }

    .intro_cmore {
        background-image: none !important
    }

    .intro_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .idea_cmore {
        background-image: none !important
    }

    .idea_cmore p,
    .idea_cmore strong {
        font-size: 13px
    }

    .idea_cmore p {
        line-height: 23px;
        margin-top: 20px
    }

    .idea_cmore .idea_img {
        text-align: center
    }

    .target_cmore {
        background-image: none !important
    }

    .target_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .challenge_cmore {
        background-image: none !important
    }

    .challenge_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .challenge_cmore ul {
        margin-top: 10px
    }

    .challenge_cmore ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .challenge_cmore ul li:before {
        height: 5px;
        left: 0;
        top: 9px;
        width: 5px
    }

    .time_cmore {
        background-image: none !important
    }

    .time_cmore .time_main {
        margin-top: 30px
    }

    .time_cmore .time_main .h5,
    .time_cmore .time_main h5 {
        font-size: 14px;
        line-height: 24px
    }

    .time_cmore .time_main p {
        font-size: 13px;
        line-height: 23px
    }

    .time_cmore .timeline_img {
        margin-top: 30px;
        text-align: center
    }

    .solution_cmore {
        background-image: none !important
    }

    .solution_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .result_cmore {
        background-image: none !important
    }

    .conclusion_cmore p,
    .result_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .conclusion_cmore .conc_img {
        text-align: center
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_cmore {
        background-image: none !important;
        height: unset;
        padding: 100px 0 30px
    }

    .banner_cmore .h1,
    .banner_cmore h1 {
        margin-top: 30px
    }

    .banner_cmore .banner_playbtn {
        margin-top: 20px
    }

    .banner_cmore .banner_playbtn img {
        height: 30px;
        width: auto
    }

    .banner_cmore .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_cmore .logo_img img {
        height: 60px;
        width: auto
    }

    .intro_cmore {
        background-image: none !important;
        padding: 25px 0 0 !important
    }

    .intro_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .intro_cmore .h2,
    .intro_cmore h2 {
        margin-bottom: 10px
    }

    .intro_cmore .resp_order {
        order: 2
    }

    .idea_cmore {
        background-image: none !important;
        padding: 25px 0 0 !important
    }

    .idea_cmore strong {
        font-size: 13px
    }

    .idea_cmore .h2,
    .idea_cmore h2 {
        margin-bottom: 10px
    }

    .idea_cmore p {
        font-size: 13px;
        line-height: 23px;
        margin-top: 10px
    }

    .idea_cmore .idea_img {
        text-align: center
    }

    .target_cmore {
        background-image: none !important;
        padding: 25px 0 0 !important
    }

    .target_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .target_cmore .h2,
    .target_cmore h2 {
        margin-bottom: 10px
    }

    .target_cmore .resp_order {
        order: 2
    }

    .challenge_cmore {
        background-image: none !important
    }

    .challenge_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .challenge_cmore .h2,
    .challenge_cmore h2 {
        margin-bottom: 10px
    }

    .challenge_cmore ul {
        margin-top: 10px
    }

    .challenge_cmore ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .challenge_cmore ul li:before {
        height: 5px;
        left: 0;
        top: 9px;
        width: 5px
    }

    .time_cmore {
        background-image: none !important
    }

    .time_cmore .time_main {
        margin-top: 10px
    }

    .time_cmore .time_main .h5,
    .time_cmore .time_main h5 {
        font-size: 14px;
        line-height: 24px
    }

    .time_cmore .time_main p {
        font-size: 13px;
        line-height: 23px
    }

    .time_cmore .timeline_img {
        margin-top: 30px;
        text-align: center
    }

    .time_cmore .h2,
    .time_cmore h2 {
        margin-bottom: 10px
    }

    .solution_cmore {
        background-image: none !important;
        padding: 25px 0 0 !important
    }

    .solution_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .solution_cmore .h2,
    .solution_cmore h2 {
        margin-bottom: 10px
    }

    .solution_cmore .resp_order {
        order: 2
    }

    .result_cmore {
        background-image: none !important;
        padding: 25px 0 0 !important
    }

    .result_cmore .h2,
    .result_cmore h2 {
        margin-bottom: 10px
    }

    .conclusion_cmore p,
    .result_cmore p {
        font-size: 13px;
        line-height: 23px
    }

    .conclusion_cmore .conc_img {
        text-align: center
    }

    .h2,
    h2 {
        margin-bottom: 10px
    }
}

.banner_fsk {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner_fsk .h1,
.banner_fsk h1 {
    color: #fff
}

.banner_fsk .banner_playbtn {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.banner_fsk .banner_playbtn .app_store_btn {
    margin-left: 10px
}

.intro_fsk {
    background: linear-gradient(180deg, #0b0b0c 100%, rgba(14, 13, 14, 0) 0)
}

.intro_fsk .h2,
.intro_fsk h2 {
    color: #fff
}

.intro_fsk .h2 span,
.intro_fsk h2 span {
    color: #916ffe
}

.intro_fsk p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.projectidea_fsk {
    background: linear-gradient(180deg, #0b0b0c 100%, rgba(14, 13, 14, 0) 0)
}

.projectidea_fsk .h2,
.projectidea_fsk h2 {
    color: #fff;
    margin-bottom: 0
}

.projectidea_fsk .h2 span,
.projectidea_fsk h2 span {
    color: #916ffe
}

.projectidea_fsk p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.projectidea_fsk .h6,
.projectidea_fsk h6 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px
}

.projectidea_fsk .idea-fsk-img {
    text-align: center
}

.audience_fsk {
    background: linear-gradient(180deg, #0b0b0c 100%, rgba(14, 13, 14, 0) 0)
}

.audience_fsk .h2,
.audience_fsk h2 {
    color: #fff
}

.audience_fsk .h2 span,
.audience_fsk h2 span {
    color: #916ffe
}

.audience_fsk p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.audience_fsk .aud-fsk-img {
    text-align: center
}

.audience_fsk .aud_top .gatsby-image-wrapper {
    position: absolute;
    right: 0;
    top: 0
}

.challenges_back {
    background: linear-gradient(180deg, #0b0b0c 100%, rgba(14, 13, 14, 0) 0)
}

.challenges_back .h2,
.challenges_back h2 {
    color: #fff
}

.challenges_back .h2 span,
.challenges_back h2 span {
    color: #916ffe
}

.challenges_back p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.challenges_back .h6,
.challenges_back h6 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px
}

.challenges_back .idea-fsk-img {
    text-align: center
}

.solution_fsk {
    background: linear-gradient(180deg, #0b0b0c 100%, rgba(14, 13, 14, 0) 0)
}

.solution_fsk .h2,
.solution_fsk h2 {
    color: #fff
}

.solution_fsk .h2 span,
.solution_fsk h2 span {
    color: #916ffe
}

.solution_fsk p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.solution_fsk .sol_fsk_img,
.solution_fsk .sol_fsk_img_1 {
    text-align: center
}

.character_fsk {
    background: linear-gradient(180deg, #0b0b0c 100%, rgba(14, 13, 14, 0) 0)
}

.character_fsk .h2 span,
.character_fsk h2 span {
    color: #916ffe
}

.character_fsk .characters_main {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.character_fsk .characters_main .character_content {
    text-align: center
}

.character_fsk .characters_main .character_content .h4,
.character_fsk .characters_main .character_content h4 {
    color: #fead00
}

.elements_fsk {
    background: linear-gradient(180deg, #0b0b0c 100%, rgba(14, 13, 14, 0) 0)
}

.elements_fsk .h2 span,
.elements_fsk h2 span {
    color: #916ffe
}

.elements_fsk .elements_img_1 {
    margin-top: 70px;
    text-align: center
}

.elements_fsk .elements_img_2 {
    margin-top: 40px;
    text-align: center
}

.result_fsk {
    background: linear-gradient(180deg, #0b0b0c 100%, rgba(14, 13, 14, 0) 0)
}

.result_fsk .h2,
.result_fsk h2 {
    color: #fff
}

.result_fsk .h2 span,
.result_fsk h2 span {
    color: #916ffe
}

.result_fsk p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.result_fsk .result-fsk-img {
    text-align: center
}

.conclusion_fsk {
    background: linear-gradient(180deg, #0b0b0c 100%, rgba(14, 13, 14, 0) 0)
}

.conclusion_fsk .h2 span,
.conclusion_fsk h2 span {
    color: #916ffe
}

.conclusion_fsk p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.conclusion_fsk .conc_img {
    margin-top: 40px;
    text-align: center
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_fsk {
        background-repeat: no-repeat;
        height: 100vh
    }

    .banner_fsk .banner_playbtn {
        margin-top: 20px
    }

    .banner_fsk .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_fsk .logo_fsk img {
        height: 350px
    }

    .intro_fsk p,
    .projectidea_fsk p {
        font-size: 16px;
        line-height: 28px
    }

    .projectidea_fsk .h6,
    .projectidea_fsk h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .projectidea_fsk .idea-fsk-img {
        text-align: center
    }

    .audience_fsk p {
        font-size: 16px;
        line-height: 28px
    }

    .audience_fsk .aud-fsk-img {
        text-align: center
    }

    .audience_fsk .aud_top .gatsby-image-wrapper {
        position: absolute;
        right: 0;
        top: 0
    }

    .audience_fsk .aud_top .gatsby-image-wrapper img {
        height: 190px
    }

    .challenges_back p {
        font-size: 16px;
        line-height: 28px
    }

    .challenges_back .idea-fsk-img {
        text-align: center
    }

    .solution_fsk p {
        font-size: 16px;
        line-height: 28px
    }

    .solution_fsk .sol_fsk_img {
        text-align: center
    }

    .character_fsk .characters_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px
    }

    .character_fsk .characters_main .character_content {
        text-align: center
    }

    .character_fsk .characters_main .character_content .h4,
    .character_fsk .characters_main .character_content h4 {
        color: #fead00
    }

    .elements_fsk .elements_img_1 {
        margin-top: 60px;
        text-align: center
    }

    .elements_fsk .elements_img_2 {
        margin-top: 30px;
        text-align: center
    }

    .result_fsk p {
        font-size: 16px;
        line-height: 28px
    }

    .result_fsk .result-fsk-img {
        text-align: center
    }

    .conclusion_fsk p {
        font-size: 16px;
        line-height: 28px
    }

    .conclusion_fsk .conc_img {
        margin-top: 30px;
        text-align: center
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_fsk {
        background-repeat: no-repeat;
        height: 100vh
    }

    .banner_fsk .banner_playbtn {
        margin-top: 20px
    }

    .banner_fsk .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_fsk .logo_fsk img {
        height: 350px
    }

    .intro_fsk p,
    .projectidea_fsk p {
        font-size: 15px;
        line-height: 25px
    }

    .projectidea_fsk .h6,
    .projectidea_fsk h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .projectidea_fsk .idea-fsk-img {
        text-align: center
    }

    .audience_fsk p {
        font-size: 15px;
        line-height: 25px
    }

    .audience_fsk .aud-fsk-img {
        text-align: center
    }

    .audience_fsk .aud_top .gatsby-image-wrapper {
        position: absolute;
        right: 0;
        top: 0
    }

    .audience_fsk .aud_top .gatsby-image-wrapper img {
        height: 180px
    }

    .challenges_back p {
        font-size: 15px;
        line-height: 25px
    }

    .challenges_back .idea-fsk-img {
        text-align: center
    }

    .solution_fsk p {
        font-size: 15px;
        line-height: 25px
    }

    .solution_fsk .sol_fsk_img {
        text-align: center
    }

    .character_fsk .characters_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px
    }

    .character_fsk .characters_main .character_content {
        text-align: center
    }

    .character_fsk .characters_main .character_content .h4,
    .character_fsk .characters_main .character_content h4 {
        color: #fead00
    }

    .elements_fsk .elements_img_1 {
        margin-top: 60px;
        text-align: center
    }

    .elements_fsk .elements_img_2 {
        margin-top: 30px;
        text-align: center
    }

    .result_fsk p {
        font-size: 15px;
        line-height: 25px
    }

    .result_fsk .result-fsk-img {
        text-align: center
    }

    .conclusion_fsk p {
        font-size: 15px;
        line-height: 25px
    }

    .conclusion_fsk .conc_img {
        margin-top: 30px;
        text-align: center
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_fsk {
        background-repeat: no-repeat;
        height: 650px
    }

    .banner_fsk .banner_playbtn {
        margin-top: 20px
    }

    .banner_fsk .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_fsk .logo_fsk img {
        height: 280px
    }

    .banner_fsk .banner_playbtn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .intro_fsk p,
    .projectidea_fsk p {
        font-size: 14px;
        line-height: 24px
    }

    .projectidea_fsk .h6,
    .projectidea_fsk h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .projectidea_fsk .idea-fsk-img {
        text-align: center
    }

    .audience_fsk p {
        font-size: 14px;
        line-height: 24px
    }

    .audience_fsk .aud-fsk-img {
        text-align: center
    }

    .audience_fsk .aud_top .gatsby-image-wrapper {
        position: absolute;
        right: 0;
        top: 0
    }

    .audience_fsk .aud_top .gatsby-image-wrapper img {
        height: 160px
    }

    .challenges_back p {
        font-size: 14px;
        line-height: 24px
    }

    .challenges_back .idea-fsk-img {
        text-align: center
    }

    .solution_fsk p {
        font-size: 14px;
        line-height: 24px
    }

    .solution_fsk .sol_fsk_img {
        text-align: center
    }

    .character_fsk .characters_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px
    }

    .character_fsk .characters_main .character_content {
        text-align: center
    }

    .character_fsk .characters_main .character_content .h4,
    .character_fsk .characters_main .character_content h4 {
        color: #fead00
    }

    .elements_fsk .elements_img_1 {
        margin-top: 50px;
        text-align: center
    }

    .elements_fsk .elements_img_2 {
        margin-top: 30px;
        text-align: center
    }

    .result_fsk p {
        font-size: 14px;
        line-height: 24px
    }

    .result_fsk .result-fsk-img {
        text-align: center
    }

    .conclusion_fsk p {
        font-size: 14px;
        line-height: 24px
    }

    .conclusion_fsk .conc_img {
        margin-top: 30px;
        text-align: center
    }

    .conclusion_fsk .conc_red_img .gatsby-image-wrapper img {
        height: 150px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_fsk {
        background-repeat: no-repeat;
        height: 600px
    }

    .banner_fsk .banner_playbtn {
        margin-top: 20px
    }

    .banner_fsk .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_fsk .logo_fsk img {
        height: 300px
    }

    .banner_fsk .banner_playbtn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .intro_fsk p,
    .projectidea_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .projectidea_fsk .h6,
    .projectidea_fsk h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .projectidea_fsk .idea-fsk-img {
        text-align: center
    }

    .audience_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .audience_fsk .aud-fsk-img {
        text-align: center
    }

    .audience_fsk .aud_top .gatsby-image-wrapper {
        position: absolute;
        right: 0;
        top: 0
    }

    .audience_fsk .aud_top .gatsby-image-wrapper img {
        height: 110px
    }

    .challenges_back p {
        font-size: 13px;
        line-height: 23px
    }

    .challenges_back .idea-fsk-img {
        text-align: center
    }

    .solution_fsk p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .solution_fsk .sol_fsk_img {
        text-align: center
    }

    .character_fsk .characters_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px
    }

    .character_fsk .characters_main .character_content {
        text-align: center
    }

    .character_fsk .characters_main .character_content .h4,
    .character_fsk .characters_main .character_content h4 {
        color: #fead00
    }

    .elements_fsk .elements_img_1 {
        margin-top: 40px;
        text-align: center
    }

    .elements_fsk .elements_img_2 {
        margin-top: 20px;
        text-align: center
    }

    .result_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .result_fsk .result-fsk-img {
        text-align: center
    }

    .conclusion_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .conclusion_fsk .conc_img {
        margin-top: 20px;
        text-align: center
    }

    .conclusion_fsk .conc_red_img .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_fsk {
        background-repeat: no-repeat;
        height: 500px
    }

    .banner_fsk .banner_playbtn {
        margin-top: 20px
    }

    .banner_fsk .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_fsk .logo_fsk img {
        height: 250px
    }

    .banner_fsk .banner_playbtn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .intro_fsk p,
    .projectidea_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .projectidea_fsk .h6,
    .projectidea_fsk h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .projectidea_fsk .idea-fsk-img {
        text-align: center
    }

    .audience_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .audience_fsk .aud-fsk-img {
        text-align: center
    }

    .audience_fsk .aud_top .gatsby-image-wrapper {
        position: absolute;
        right: 0;
        top: 0
    }

    .audience_fsk .aud_top .gatsby-image-wrapper img {
        height: 70px
    }

    .challenges_back p {
        font-size: 13px;
        line-height: 23px
    }

    .challenges_back .idea-fsk-img {
        text-align: center
    }

    .solution_fsk p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .solution_fsk .sol_fsk_img,
    .solution_fsk .sol_fsk_img_1 {
        text-align: center
    }

    .solution_fsk .sol_fsk_img_1 .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .character_fsk .characters_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px
    }

    .character_fsk .characters_main .character_content {
        text-align: center
    }

    .character_fsk .characters_main .character_content .h4,
    .character_fsk .characters_main .character_content h4 {
        color: #fead00
    }

    .elements_fsk .elements_img_1 {
        margin-top: 40px;
        text-align: center
    }

    .elements_fsk .elements_img_2 {
        margin-top: 20px;
        text-align: center
    }

    .result_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .result_fsk .result-fsk-img {
        text-align: center
    }

    .conclusion_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .conclusion_fsk .conc_img {
        margin-top: 20px;
        text-align: center
    }

    .conclusion_fsk .conc_red_img .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_fsk {
        height: unset;
        padding: 80px 0 30px
    }

    .banner_fsk .banner_playbtn {
        margin-top: 20px
    }

    .banner_fsk .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .banner_fsk .logo_fsk img {
        height: 150px
    }

    .banner_fsk .banner_playbtn .gatsby-image-wrapper img {
        height: 30px;
        width: auto
    }

    .intro_fsk .h2,
    .intro_fsk h2 {
        margin-bottom: 10px
    }

    .intro_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .intro_fsk .resp_order {
        order: 2
    }

    .intro_fsk .resp_order_1 {
        order: 3
    }

    .intro_fsk .intro-clock-img {
        margin-top: 20px;
        text-align: center
    }

    .intro_fsk .intro-clock-img .gatsby-image-wrapper img {
        height: 300px
    }

    .projectidea_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .projectidea_fsk .h6,
    .projectidea_fsk h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .projectidea_fsk .idea-fsk-img {
        text-align: center
    }

    .audience_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .audience_fsk .h2,
    .audience_fsk h2 {
        margin-bottom: 10px
    }

    .audience_fsk .aud-fsk-img {
        text-align: center
    }

    .audience_fsk .aud_top {
        display: none
    }

    .audience_fsk .resp_order {
        order: 2
    }

    .challenges_back p {
        font-size: 13px;
        line-height: 23px
    }

    .challenges_back .idea-fsk-img {
        text-align: center
    }

    .challenges_back .h2,
    .challenges_back h2,
    .solution_fsk p {
        margin-bottom: 10px
    }

    .solution_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .solution_fsk .h2,
    .solution_fsk h2 {
        margin-bottom: 10px
    }

    .solution_fsk .sol_fsk_img {
        margin-top: 10px;
        text-align: center
    }

    .solution_fsk .sol_fsk_img .gatsby-image-wrapper img {
        height: 250px;
        width: auto
    }

    .solution_fsk .sol_fsk_img_1 {
        margin-top: 10px;
        text-align: center
    }

    .solution_fsk .sol_fsk_img_1 .gatsby-image-wrapper img {
        height: 300px;
        width: auto
    }

    .solution_fsk .resp_order {
        order: 2
    }

    .solution_fsk .resp_order_1 {
        order: 3
    }

    .character_fsk .h2,
    .character_fsk h2 {
        margin-bottom: 10px
    }

    .character_fsk .characters_main {
        display: block;
        margin-top: 20px
    }

    .character_fsk .characters_main .character_box {
        margin-bottom: 20px
    }

    .character_fsk .characters_main .character_box .character_img {
        text-align: center
    }

    .character_fsk .characters_main .character_box .character_img .gatsby-image-wrapper img {
        height: 130px;
        width: auto
    }

    .character_fsk .characters_main .character_content {
        text-align: center
    }

    .elements_fsk .elements_img_1,
    .elements_fsk .elements_img_2 {
        margin-top: 20px;
        text-align: center
    }

    .elements_fsk .h2,
    .elements_fsk h2 {
        margin-bottom: 10px
    }

    .result_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .result_fsk .result-fsk-img {
        margin-top: 10px;
        text-align: center
    }

    .conclusion_fsk .h2,
    .conclusion_fsk h2,
    .result_fsk .h2,
    .result_fsk h2 {
        margin-bottom: 10px
    }

    .conclusion_fsk p {
        font-size: 13px;
        line-height: 23px
    }

    .conclusion_fsk .conc_img {
        margin-top: 0;
        text-align: center
    }

    .conclusion_fsk .conc_red_img {
        display: none
    }
}

.case_study_banner {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 58%;
    height: 100vh;
    position: relative
}

.case_study_banner:before {
    background-color: #f9f4ea;
    content: "";
    height: 850px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60%;
    z-index: -1
}

.case_study_banner span {
    color: #f0cbb1
}

.case_study_banner .h1,
.case_study_banner h1 {
    color: #000;
    margin-top: 30px
}

.case_study_banner p {
    font-size: 16px;
    line-height: 32px
}

.case_study_banner .banner_playbtn {
    align-items: center;
    display: flex;
    margin-top: 30px
}

.case_study_banner .banner_playbtn .app_store_btn {
    margin-left: 10px
}

.client_brief {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    margin-top: 50px
}

.client_brief p {
    font-size: 16px;
    line-height: 32px;
    padding-right: 100px
}

.client_brief .h2,
.client_brief h2 {
    color: #000
}

.client_brief .h2 span,
.client_brief h2 span {
    color: #f0cbb1
}

.client_brief .client_case_img {
    margin-top: 30px
}

.client_brief .client_case_img img {
    height: 550px;
    width: auto
}

.client_brief .client_head {
    margin-top: 60px
}

.mission_case {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 15%
}

.mission_case .h2 span,
.mission_case h2 span {
    color: #f0cbb1
}

.mission_case p {
    font-size: 16px;
    line-height: 32px
}

.mission_case .mission_box {
    align-content: space-between;
    border-radius: 19px;
    box-shadow: 14px -3px 20px rgba(0, 0, 0, .05);
    display: flex;
    flex-wrap: wrap;
    height: auto;
    height: 450px;
    max-width: 350px
}

.mission_case .mission_box .mission_content {
    margin-top: 60px;
    padding: 20px 15px
}

.mission_case .mission_box .mission_content p {
    font-size: 16px;
    line-height: 32px
}

.mission_case .mission_box1 {
    border-radius: 19px;
    box-shadow: 14px -3px 20px rgba(0, 0, 0, .05);
    height: 280px;
    max-width: 360px;
    padding: 20px;
    width: 100%
}

.mission_case .mission_box1 .mission_content .head_box {
    align-items: center;
    display: flex
}

.mission_case .mission_box1 .mission_content .head_box .h6,
.mission_case .mission_box1 .mission_content .head_box h6 {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 60px
}

.mission_case .mission_box1 .mission_content .head_box span {
    color: #7c7c7e;
    font-size: 16px
}

.mission_case .mission_box1 .mission_content ul {
    margin-top: 20px
}

.mission_case .mission_box1 .mission_content ul li {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px
}

.mission_case .mission_img_1 {
    margin-top: 30px
}

.intro_case {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1085px;
    padding: 0;
    width: 100%;
    z-index: 99
}

.intro_case .h2 span,
.intro_case h2 span {
    color: #f0cbb1
}

.intro_case p {
    font-size: 16px;
    line-height: 32px;
    padding-right: 50px
}

.intro_case .intro_head {
    margin-top: 100px
}

.problem_case {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 15%
}

.problem_case .h2,
.problem_case h2 {
    color: #000
}

.problem_case .h2 span,
.problem_case h2 span {
    color: #f0cbb1
}

.problem_case .problem_img_3 {
    margin-top: 10px
}

.problem_case p {
    font-size: 16px;
    line-height: 32px
}

.solution_case {
    background-position: top;
    background-repeat: no-repeat;
    height: 1050px;
    width: 100%
}

.solution_case .h2,
.solution_case h2 {
    color: #000
}

.solution_case .h2 span,
.solution_case h2 span {
    color: #f0cbb1
}

.solution_case p {
    font-size: 16px;
    line-height: 32px
}

.highlight_case {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 15%
}

.highlight_case .h2 span,
.highlight_case h2 span {
    color: #f0cbb1
}

.highlight_case p {
    font-size: 16px;
    line-height: 32px
}

.audience_case {
    background-repeat: no-repeat;
    height: 1050px
}

.audience_case .h2,
.audience_case h2 {
    color: #000
}

.audience_case .h2 span,
.audience_case h2 span {
    color: #f0cbb1
}

.audience_case p {
    font-size: 16px;
    line-height: 32px
}

.audience_case .aud_head {
    margin-top: 100px
}

.challenge_case .h2,
.challenge_case h2 {
    color: #000
}

.challenge_case .h2 span,
.challenge_case h2 span {
    color: #f0cbb1
}

.challenge_case p {
    font-size: 16px;
    line-height: 32px
}

.result_back {
    background-repeat: no-repeat;
    height: 1008px
}

.result_back .h2,
.result_back h2 {
    color: #000
}

.result_back p {
    font-size: 16px;
    line-height: 32px
}

.result_back .result_head {
    margin-top: 80px
}

.tech_case .h2,
.tech_case h2 {
    color: #000
}

.tech_case .h2 span,
.tech_case h2 span {
    color: #f0cbb1
}

.tech_case .tech_case_main {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.tech_case .tech_case_main .tech_case-content .h6,
.tech_case .tech_case_main .tech_case-content h6 {
    color: #000;
    font-size: 25px;
    margin-bottom: 10px
}

.tech_case .tech_case_main .tech_case-img img {
    height: 40px;
    width: auto
}

.tech_case .line_tech {
    border: 1px solid #000;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%
}

@media(min-width:1600px)and (max-width:1800px) {
    .case_study_banner {
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 58%;
        height: 100vh
    }

    .case_study_banner:before {
        height: 690px;
        left: 0;
        top: 0;
        width: 55%
    }

    .case_study_banner .h1,
    .case_study_banner h1 {
        margin-top: 30px
    }

    .case_study_banner .h1 br,
    .case_study_banner h1 br {
        display: none
    }

    .case_study_banner p {
        font-size: 15px;
        line-height: 26px
    }

    .case_study_banner .banner_playbtn {
        margin-top: 30px
    }

    .case_study_banner .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .case_study_banner .logo_img {
        height: 40px;
        width: auto
    }

    .client_brief {
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100vh;
        margin-top: 50px
    }

    .client_brief p {
        font-size: 15px;
        line-height: 26px;
        padding-right: 100px
    }

    .client_brief .h2,
    .client_brief h2 {
        margin-bottom: 10px
    }

    .client_brief .client_case_img {
        margin-top: 20px
    }

    .client_brief .client_case_img img {
        height: 450px;
        width: auto
    }

    .client_brief .client_head {
        margin-top: 50px
    }

    .mission_case p {
        font-size: 15px;
        line-height: 26px
    }

    .mission_case .h2,
    .mission_case h2 {
        margin-bottom: 10px
    }

    .mission_case .mission_box {
        align-content: space-between;
        flex-wrap: wrap;
        height: 450px;
        max-width: 350px
    }

    .mission_case .mission_box .mission_content {
        margin-top: 60px;
        padding: 20px 15px
    }

    .mission_case .mission_box .mission_content p {
        font-size: 15px;
        line-height: 26px
    }

    .mission_case .mission_box1 {
        height: 280px;
        max-width: 360px;
        padding: 20px;
        width: 100%
    }

    .mission_case .mission_box1 .mission_content .head_box .h6,
    .mission_case .mission_box1 .mission_content .head_box h6 {
        font-size: 15px;
        margin-bottom: 0;
        margin-left: 60px
    }

    .mission_case .mission_box1 .mission_content .head_box span {
        font-size: 15px
    }

    .mission_case .mission_box1 .mission_content ul {
        margin-top: 20px
    }

    .mission_case .mission_box1 .mission_content ul li {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 15px
    }

    .mission_case .mission_img_1 {
        margin-top: 30px
    }

    .intro_case {
        background-position: bottom;
        height: 990px;
        padding: 0
    }

    .intro_case .h2,
    .intro_case h2 {
        margin-bottom: 10px
    }

    .intro_case p {
        font-size: 15px;
        line-height: 26px;
        padding-right: 60px
    }

    .intro_case .intro_head {
        margin-top: 100px
    }

    .problem_case .h2,
    .problem_case h2 {
        margin-bottom: 10px
    }

    .problem_case .problem_img_3 {
        margin-top: 10px
    }

    .problem_case p {
        font-size: 15px;
        line-height: 26px
    }

    .solution_case {
        background-position: top;
        background-repeat: no-repeat;
        height: 1050px;
        width: 100%
    }

    .solution_case .h2,
    .solution_case h2 {
        margin-bottom: 10px
    }

    .solution_case p {
        font-size: 15px;
        line-height: 26px
    }

    .highlight_case .h2,
    .highlight_case h2 {
        margin-bottom: 10px
    }

    .highlight_case p {
        font-size: 15px;
        line-height: 26px
    }

    .audience_case {
        background-repeat: no-repeat;
        height: 1050px
    }

    .audience_case .h2,
    .audience_case h2 {
        margin-bottom: 10px
    }

    .audience_case p {
        font-size: 15px;
        line-height: 26px
    }

    .audience_case .aud_head {
        margin-top: 130px
    }

    .challenge_case .h2,
    .challenge_case h2 {
        margin-bottom: 10px
    }

    .challenge_case p {
        font-size: 15px;
        line-height: 26px
    }

    .result_back {
        background-position: bottom;
        background-repeat: no-repeat;
        height: 1008px
    }

    .result_back .h2,
    .result_back h2 {
        margin-bottom: 10px
    }

    .result_back p {
        font-size: 15px;
        line-height: 26px
    }

    .result_back .result_head {
        margin-top: 80px
    }

    .tech_case .h2,
    .tech_case h2 {
        margin-bottom: 10px
    }

    .tech_case .tech_case_main {
        justify-content: space-between;
        margin-top: 30px
    }

    .tech_case .tech_case_main .tech_case-content .h6,
    .tech_case .tech_case_main .tech_case-content h6 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .tech_case .tech_case_main .tech_case-img img {
        height: 40px;
        width: auto
    }

    .tech_case .line_tech {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .case_study_banner {
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 57%;
        height: 100vh
    }

    .case_study_banner:before {
        height: 670px;
        left: 0;
        top: 0;
        width: 57%
    }

    .case_study_banner .h1,
    .case_study_banner h1 {
        margin-top: 30px
    }

    .case_study_banner .h1 br,
    .case_study_banner h1 br {
        display: none
    }

    .case_study_banner p {
        font-size: 14px;
        line-height: 25px
    }

    .case_study_banner .banner_playbtn {
        margin-top: 30px
    }

    .case_study_banner .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .case_study_banner .logo_img {
        height: 35px;
        width: auto
    }

    .client_brief {
        background-position: 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 60px
    }

    .client_brief p {
        font-size: 14px;
        line-height: 25px;
        padding-right: 100px
    }

    .client_brief .h2,
    .client_brief h2 {
        margin-bottom: 10px
    }

    .client_brief .client_case_img {
        margin-top: 20px
    }

    .client_brief .client_case_img img {
        height: 440px;
        width: auto
    }

    .client_brief .client_head {
        margin-top: 50px
    }

    .mission_case p {
        font-size: 14px;
        line-height: 25px
    }

    .mission_case .h2,
    .mission_case h2 {
        margin-bottom: 10px
    }

    .mission_case .mission_box {
        align-content: space-between;
        flex-wrap: wrap;
        height: 400px;
        max-width: 350px
    }

    .mission_case .mission_box .mission_content {
        margin-top: 50px;
        padding: 20px 15px
    }

    .mission_case .mission_box .mission_content p {
        font-size: 14px;
        line-height: 25px
    }

    .mission_case .mission_box1 {
        height: 260px;
        max-width: 360px;
        padding: 20px;
        width: 100%
    }

    .mission_case .mission_box1 .mission_content .head_box .h6,
    .mission_case .mission_box1 .mission_content .head_box h6 {
        font-size: 14px;
        margin-bottom: 0;
        margin-left: 60px
    }

    .mission_case .mission_box1 .mission_content .head_box span {
        font-size: 14px
    }

    .mission_case .mission_box1 .mission_content ul {
        margin-top: 20px
    }

    .mission_case .mission_box1 .mission_content ul li {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 15px
    }

    .mission_case .mission_img_1 {
        margin-top: 30px
    }

    .intro_case {
        background-position: bottom;
        height: 870px;
        padding: 0
    }

    .intro_case .h2,
    .intro_case h2 {
        margin-bottom: 10px
    }

    .intro_case p {
        font-size: 14px;
        line-height: 25px;
        padding-right: 80px
    }

    .intro_case .intro_head {
        margin-top: 100px
    }

    .problem_case .h2,
    .problem_case h2 {
        margin-bottom: 10px
    }

    .problem_case .problem_img_3 {
        margin-top: 10px
    }

    .problem_case p {
        font-size: 14px;
        line-height: 25px
    }

    .solution_case {
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 800px;
        width: 100%
    }

    .solution_case .h2,
    .solution_case h2 {
        margin-bottom: 10px
    }

    .solution_case p {
        font-size: 14px;
        line-height: 25px
    }

    .highlight_case .h2,
    .highlight_case h2 {
        margin-bottom: 10px
    }

    .highlight_case p {
        font-size: 14px;
        line-height: 25px
    }

    .audience_case {
        background-repeat: no-repeat;
        background-size: 100%;
        height: 800px
    }

    .audience_case .h2,
    .audience_case h2 {
        margin-bottom: 10px
    }

    .audience_case p {
        font-size: 14px;
        line-height: 25px;
        padding-right: 40px
    }

    .audience_case .aud_head {
        margin-top: 100px
    }

    .challenge_case .h2,
    .challenge_case h2 {
        margin-bottom: 10px
    }

    .challenge_case p {
        font-size: 14px;
        line-height: 25px
    }

    .result_back {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 770px
    }

    .result_back .h2,
    .result_back h2 {
        margin-bottom: 10px
    }

    .result_back p {
        font-size: 14px;
        line-height: 25px
    }

    .result_back .result_head {
        margin-top: 80px
    }

    .tech_case .h2,
    .tech_case h2 {
        margin-bottom: 10px
    }

    .tech_case .tech_case_main {
        justify-content: space-between;
        margin-top: 30px
    }

    .tech_case .tech_case_main .tech_case-content .h6,
    .tech_case .tech_case_main .tech_case-content h6 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .tech_case .tech_case_main .tech_case-img img {
        height: 35px;
        width: auto
    }

    .tech_case .line_tech {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .case_study_banner {
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 55%;
        height: 100vh
    }

    .case_study_banner:before {
        height: 560px;
        left: 0;
        top: 0;
        width: 57%
    }

    .case_study_banner .h1,
    .case_study_banner h1 {
        margin-top: 20px
    }

    .case_study_banner .h1 br,
    .case_study_banner h1 br {
        display: none
    }

    .case_study_banner p {
        font-size: 13px;
        line-height: 21px
    }

    .case_study_banner .banner_playbtn {
        margin-top: 25px
    }

    .case_study_banner .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .case_study_banner .logo_img {
        height: 30px;
        width: auto
    }

    .client_brief {
        background-position: 0;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 60px
    }

    .client_brief p {
        font-size: 13px;
        line-height: 21px;
        padding-right: 100px
    }

    .client_brief .h2,
    .client_brief h2 {
        margin-bottom: 10px
    }

    .client_brief .client_case_img {
        margin-top: 20px
    }

    .client_brief .client_case_img img {
        height: 350px;
        width: auto
    }

    .client_brief .client_head {
        margin-top: 50px
    }

    .mission_case {
        background-size: 12%
    }

    .mission_case p {
        font-size: 13px;
        line-height: 22px
    }

    .mission_case .h2,
    .mission_case h2 {
        margin-bottom: 10px
    }

    .mission_case .mission_box {
        align-content: space-between;
        flex-wrap: wrap;
        height: 400px;
        max-width: 350px
    }

    .mission_case .mission_box .mission_content {
        margin-top: 50px;
        padding: 20px 15px
    }

    .mission_case .mission_box .mission_content p {
        font-size: 13px;
        line-height: 22px
    }

    .mission_case .mission_box1 {
        height: 260px;
        max-width: 360px;
        padding: 20px;
        width: 100%
    }

    .mission_case .mission_box1 .mission_content .head_box .h6,
    .mission_case .mission_box1 .mission_content .head_box h6 {
        font-size: 13px;
        margin-bottom: 0;
        margin-left: 60px
    }

    .mission_case .mission_box1 .mission_content .head_box span {
        font-size: 13px
    }

    .mission_case .mission_box1 .mission_content ul {
        margin-top: 20px
    }

    .mission_case .mission_box1 .mission_content ul li {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .mission_case .mission_img_1 {
        margin-top: 30px
    }

    .intro_case {
        background-position: bottom;
        height: 800px;
        padding: 0
    }

    .intro_case .h2,
    .intro_case h2 {
        margin-bottom: 10px
    }

    .intro_case p {
        font-size: 13px;
        line-height: 22px;
        padding-right: 70px
    }

    .intro_case .intro_head {
        margin-top: 100px
    }

    .problem_case {
        background-size: 12%
    }

    .problem_case .h2,
    .problem_case h2 {
        margin-bottom: 10px
    }

    .problem_case .problem_img_3 {
        margin-top: 10px
    }

    .problem_case p {
        font-size: 13px;
        line-height: 22px
    }

    .solution_case {
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 750px;
        width: 100%
    }

    .solution_case .h2,
    .solution_case h2 {
        margin-bottom: 10px
    }

    .solution_case p {
        font-size: 13px;
        line-height: 22px
    }

    .highlight_case {
        background-size: 12%
    }

    .highlight_case .h2,
    .highlight_case h2 {
        margin-bottom: 10px
    }

    .highlight_case p {
        font-size: 13px;
        line-height: 22px
    }

    .audience_case {
        background-repeat: no-repeat;
        background-size: cover;
        height: 750px
    }

    .audience_case .h2,
    .audience_case h2 {
        margin-bottom: 10px
    }

    .audience_case p {
        font-size: 13px;
        line-height: 22px;
        padding-right: 40px
    }

    .audience_case .aud_head {
        margin-top: 80px
    }

    .challenge_case .h2,
    .challenge_case h2 {
        margin-bottom: 10px
    }

    .challenge_case p {
        font-size: 13px;
        line-height: 22px
    }

    .result_back {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 670px
    }

    .result_back .h2,
    .result_back h2 {
        margin-bottom: 10px
    }

    .result_back p {
        font-size: 13px;
        line-height: 22px
    }

    .result_back .result_head {
        margin-top: 80px
    }

    .tech_case .h2,
    .tech_case h2 {
        margin-bottom: 10px
    }

    .tech_case .tech_case_main {
        justify-content: space-between;
        margin-top: 30px
    }

    .tech_case .tech_case_main .tech_case-content .h6,
    .tech_case .tech_case_main .tech_case-content h6 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .tech_case .tech_case_main .tech_case-img img {
        height: 30px;
        width: auto
    }

    .tech_case .line_tech {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .case_study_banner {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: 55%;
        height: 100vh
    }

    .case_study_banner:before {
        height: 520px;
        left: 0;
        top: 0;
        width: 57%
    }

    .case_study_banner .h1,
    .case_study_banner h1 {
        margin-top: 20px
    }

    .case_study_banner .h1 br,
    .case_study_banner h1 br {
        display: none
    }

    .case_study_banner p {
        font-size: 12px;
        line-height: 20px
    }

    .case_study_banner .banner_playbtn {
        margin-top: 25px
    }

    .case_study_banner .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .case_study_banner .logo_img {
        height: 30px;
        width: auto
    }

    .client_brief {
        background-position: 0;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0
    }

    .client_brief p {
        font-size: 12px;
        line-height: 20px;
        padding-right: 50px
    }

    .client_brief .h2,
    .client_brief h2 {
        margin-bottom: 10px
    }

    .client_brief .client_case_img {
        margin-top: 20px
    }

    .client_brief .client_case_img img {
        height: 300px;
        width: auto
    }

    .client_brief .client_head {
        margin-top: 50px
    }

    .mission_case {
        background-image: none !important
    }

    .mission_case p {
        font-size: 12px;
        line-height: 20px
    }

    .mission_case .h2,
    .mission_case h2 {
        margin-bottom: 10px
    }

    .mission_case .mission_box {
        align-content: space-between;
        flex-wrap: wrap;
        height: 400px;
        max-width: 350px
    }

    .mission_case .mission_box .mission_content {
        margin-top: 40px;
        padding: 20px 15px
    }

    .mission_case .mission_box .mission_content p {
        font-size: 12px;
        line-height: 20px
    }

    .mission_case .mission_box1 {
        height: 240px;
        max-width: 360px;
        padding: 20px;
        width: 100%
    }

    .mission_case .mission_box1 .mission_content .head_box .h6,
    .mission_case .mission_box1 .mission_content .head_box h6 {
        font-size: 12px;
        margin-bottom: 0;
        margin-left: 50px
    }

    .mission_case .mission_box1 .mission_content .head_box span {
        font-size: 12px
    }

    .mission_case .mission_box1 .mission_content ul {
        margin-top: 20px
    }

    .mission_case .mission_box1 .mission_content ul li {
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .mission_case .mission_img_1 {
        margin-top: 30px
    }

    .intro_case {
        background-position: bottom;
        height: 650px;
        padding: 0
    }

    .intro_case .h2,
    .intro_case h2 {
        margin-bottom: 10px
    }

    .intro_case p {
        font-size: 12px;
        line-height: 20px;
        padding-right: 40px
    }

    .intro_case .intro_head {
        margin-top: 100px
    }

    .problem_case {
        background-image: none !important
    }

    .problem_case .h2,
    .problem_case h2 {
        margin-bottom: 10px
    }

    .problem_case .problem_img_3 {
        margin-top: 10px
    }

    .problem_case p {
        font-size: 12px;
        line-height: 20px
    }

    .solution_case {
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
        width: 100%
    }

    .solution_case .h2,
    .solution_case h2 {
        margin-bottom: 10px
    }

    .solution_case p {
        font-size: 12px;
        line-height: 20px
    }

    .highlight_case {
        background-image: none !important
    }

    .highlight_case .h2,
    .highlight_case h2 {
        margin-bottom: 10px
    }

    .highlight_case p {
        font-size: 12px;
        line-height: 20px
    }

    .audience_case {
        background-repeat: no-repeat;
        background-size: cover;
        height: 670px
    }

    .audience_case .h2,
    .audience_case h2 {
        margin-bottom: 10px
    }

    .audience_case p {
        font-size: 12px;
        line-height: 20px;
        padding-right: 20px
    }

    .audience_case .aud_head {
        margin-top: 70px
    }

    .challenge_case .h2,
    .challenge_case h2 {
        margin-bottom: 10px
    }

    .challenge_case p {
        font-size: 12px;
        line-height: 20px
    }

    .result_back {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 550px
    }

    .result_back .h2,
    .result_back h2 {
        margin-bottom: 10px
    }

    .result_back p {
        font-size: 12px;
        line-height: 20px
    }

    .result_back .result_head {
        margin-top: 60px
    }

    .tech_case .h2,
    .tech_case h2 {
        margin-bottom: 10px
    }

    .tech_case .tech_case_main {
        flex-wrap: wrap;
        justify-content: unset;
        margin-top: 30px
    }

    .tech_case .tech_case_main .tech_case-content .h6,
    .tech_case .tech_case_main .tech_case-content h6 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .tech_case .tech_case_main .tech_case-img img {
        height: 30px;
        width: auto
    }

    .tech_case .tech_case_main .tech_case_all {
        flex: 0 0 20%
    }

    .tech_case .line_tech {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .case_study_banner {
        background-image: none !important;
        background: #f9f4ea;
        height: unset;
        padding: 80px 0
    }

    .case_study_banner:before {
        display: none
    }

    .case_study_banner .h1,
    .case_study_banner h1 {
        margin-top: 20px
    }

    .case_study_banner p {
        font-size: 13px;
        line-height: 23px
    }

    .case_study_banner .banner_playbtn {
        margin-top: 25px
    }

    .case_study_banner .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .case_study_banner .logo_img {
        height: 30px;
        width: auto
    }

    .client_brief {
        background-image: none !important;
        background: #f9f4ea;
        height: unset;
        margin-top: 20px;
        padding: 30px 0
    }

    .client_brief p {
        font-size: 13px;
        line-height: 23px;
        padding-right: 0
    }

    .client_brief .h2,
    .client_brief h2 {
        margin-bottom: 10px
    }

    .client_brief .client_case_img {
        margin-top: 0;
        text-align: center
    }

    .client_brief .client_case_img img {
        height: 300px;
        width: auto
    }

    .client_brief .client_head {
        margin-top: 50px
    }

    .mission_case {
        background-image: none !important
    }

    .mission_case p {
        font-size: 12px;
        line-height: 20px
    }

    .mission_case .h2,
    .mission_case h2 {
        margin-bottom: 10px
    }

    .mission_case .mission_box {
        align-content: space-between;
        flex-wrap: wrap;
        height: 400px;
        margin-top: 20px;
        max-width: 350px
    }

    .mission_case .mission_box .mission_content {
        margin-top: 40px;
        padding: 20px 15px
    }

    .mission_case .mission_box .mission_content p {
        font-size: 13px;
        line-height: 23px
    }

    .mission_case .mission_box1 {
        height: 240px;
        margin-top: 20px;
        max-width: 360px;
        padding: 20px;
        width: 100%
    }

    .mission_case .mission_box1 .mission_content .head_box .h6,
    .mission_case .mission_box1 .mission_content .head_box h6 {
        font-size: 13px;
        margin-bottom: 0;
        margin-left: 70px
    }

    .mission_case .mission_box1 .mission_content .head_box span {
        font-size: 13px
    }

    .mission_case .mission_box1 .mission_content ul {
        margin-top: 20px
    }

    .mission_case .mission_box1 .mission_content ul li {
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .mission_case .mission_img_1 {
        margin-top: 30px
    }

    .mission_case .mission_mob_img {
        margin-top: 30px;
        text-align: center
    }

    .mission_case .mission_mob_img img {
        height: 550px;
        width: auto
    }

    .intro_case {
        background-image: none !important;
        background: #f9f4ea;
        background-position: bottom;
        height: unset;
        padding: 30px 0
    }

    .intro_case .h2,
    .intro_case h2 {
        margin-bottom: 10px
    }

    .intro_case p {
        font-size: 12px;
        line-height: 20px;
        padding-right: 40px
    }

    .intro_case .intro_head {
        margin-top: 100px
    }

    .problem_case {
        background-image: none !important
    }

    .problem_case .h2,
    .problem_case h2 {
        margin-bottom: 10px
    }

    .problem_case .problem_img_3 {
        margin-top: 10px
    }

    .problem_case p {
        font-size: 13px;
        line-height: 23px
    }

    .solution_case {
        background-image: none !important;
        background: #f9f4ea;
        height: unset;
        padding: 30px 0
    }

    .solution_case .h2,
    .solution_case h2 {
        margin-bottom: 10px
    }

    .solution_case p {
        font-size: 13px;
        line-height: 23px
    }

    .highlight_case {
        background-image: none !important
    }

    .highlight_case .h2,
    .highlight_case h2 {
        margin-bottom: 10px
    }

    .highlight_case p {
        font-size: 13px;
        line-height: 23px
    }

    .audience_case {
        background-image: none !important;
        background: #f9f4ea;
        height: unset;
        padding: 30px 0
    }

    .audience_case .h2,
    .audience_case h2 {
        margin-bottom: 10px
    }

    .audience_case p {
        font-size: 13px;
        line-height: 23px;
        padding-right: 0
    }

    .audience_case .aud_head {
        margin-top: 0
    }

    .challenge_case {
        background-image: none !important
    }

    .challenge_case .h2,
    .challenge_case h2 {
        margin-bottom: 10px
    }

    .challenge_case p {
        font-size: 13px;
        line-height: 23px
    }

    .challenge_case .challenge_img {
        text-align: center
    }

    .challenge_case .challenge_img img {
        height: 500px;
        width: auto
    }

    .result_back {
        background-image: none !important;
        background: #fbedd2;
        height: unset;
        padding: 40px 0 0
    }

    .result_back .h2,
    .result_back h2 {
        margin-bottom: 10px
    }

    .result_back p {
        font-size: 13px;
        line-height: 23px
    }

    .result_back .result_head {
        margin-top: 0
    }

    .result_back .result_img {
        margin-top: 30px
    }

    .tech_case .h2,
    .tech_case h2 {
        margin-bottom: 10px
    }

    .tech_case .tech_case_main {
        flex-wrap: wrap;
        justify-content: unset;
        margin-top: 30px
    }

    .tech_case .tech_case_main .tech_case-content .h6,
    .tech_case .tech_case_main .tech_case-content h6 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .tech_case .tech_case_main .tech_case-img img {
        height: 30px;
        width: auto
    }

    .tech_case .tech_case_main .tech_case_all {
        flex: 0 0 33%;
        margin-bottom: 20px
    }

    .tech_case .line_tech {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .case_study_banner {
        background-image: none !important;
        background: #f9f4ea;
        height: unset;
        padding: 100px 0 40px
    }

    .case_study_banner:before {
        display: none
    }

    .case_study_banner .h1,
    .case_study_banner h1 {
        margin-top: 20px
    }

    .case_study_banner .h1 br,
    .case_study_banner h1 br {
        display: none
    }

    .case_study_banner p {
        font-size: 12px;
        line-height: 22px
    }

    .case_study_banner .banner_playbtn {
        margin-top: 25px
    }

    .case_study_banner .banner_playbtn .app_store_btn {
        margin-left: 10px
    }

    .case_study_banner .logo_img {
        height: 25px;
        width: auto
    }

    .client_brief {
        background-image: none !important;
        background: #f9f4ea;
        height: unset;
        margin-top: 20px;
        padding: 30px 0
    }

    .client_brief p {
        font-size: 12px;
        line-height: 22px;
        padding-right: 0
    }

    .client_brief .h2,
    .client_brief h2 {
        margin-bottom: 10px
    }

    .client_brief .client_case_img {
        margin-top: 30px;
        text-align: center
    }

    .client_brief .client_case_img img {
        height: 300px;
        width: auto
    }

    .client_brief .client_head {
        margin-top: 10px
    }

    .mission_case {
        background-image: none !important
    }

    .mission_case p {
        font-size: 12px;
        line-height: 22px
    }

    .mission_case .h2,
    .mission_case h2 {
        margin-bottom: 10px
    }

    .mission_case .mission_box {
        align-content: center;
        flex-wrap: wrap;
        height: auto;
        margin: 0 auto;
        width: 100%
    }

    .mission_case .mission_box .mission_content {
        margin-top: 20px;
        padding: 20px 15px 0
    }

    .mission_case .mission_box .mission_content p {
        font-size: 12px;
        line-height: 22px
    }

    .mission_case .mission_box1 {
        height: 220px;
        margin: 30px auto 0;
        padding: 20px;
        width: 100%
    }

    .mission_case .mission_box1 .mission_content .head_box .h6,
    .mission_case .mission_box1 .mission_content .head_box h6 {
        font-size: 13px;
        margin-bottom: 0;
        margin-left: 70px
    }

    .mission_case .mission_box1 .mission_content .head_box span {
        font-size: 13px
    }

    .mission_case .mission_box1 .mission_content ul {
        margin-top: 20px
    }

    .mission_case .mission_box1 .mission_content ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .mission_case .mission_img_1,
    .mission_case .mission_mob_img {
        margin-top: 30px;
        text-align: center
    }

    .mission_case .mission_mob_img img {
        height: 400px;
        width: auto
    }

    .intro_case {
        background-image: none !important;
        background: #f9f4ea;
        background-position: bottom;
        height: unset;
        padding: 30px 0
    }

    .intro_case .h2,
    .intro_case h2 {
        margin-bottom: 10px
    }

    .intro_case p {
        font-size: 12px;
        line-height: 22px;
        padding-right: 0
    }

    .intro_case .intro_head {
        margin-top: 10px
    }

    .problem_case {
        background-image: none !important
    }

    .problem_case .h2,
    .problem_case h2 {
        margin-bottom: 10px
    }

    .problem_case .problem_img_3 {
        margin-top: 10px
    }

    .problem_case .problem_img_1 {
        text-align: center
    }

    .problem_case .problem_img_1 img {
        height: 300px;
        width: auto
    }

    .problem_case p {
        font-size: 12px;
        line-height: 22px
    }

    .solution_case {
        background-image: none !important;
        background: #f9f4ea;
        height: unset;
        padding: 30px 0
    }

    .solution_case .h2,
    .solution_case h2 {
        margin-bottom: 10px
    }

    .solution_case p {
        font-size: 12px;
        line-height: 22px
    }

    .solution_case .sol_mob {
        text-align: center
    }

    .solution_case .sol_mob img {
        height: 350px;
        width: auto
    }

    .highlight_case {
        background-image: none !important
    }

    .highlight_case .h2,
    .highlight_case h2 {
        margin-bottom: 10px
    }

    .highlight_case p {
        font-size: 12px;
        line-height: 22px
    }

    .highlight_case .high_img {
        text-align: center
    }

    .highlight_case .high_img img {
        height: 350px;
        width: auto
    }

    .audience_case {
        background-image: none !important;
        background: #f9f4ea;
        height: unset;
        padding: 30px 0
    }

    .audience_case .h2,
    .audience_case h2 {
        margin-bottom: 10px
    }

    .audience_case p {
        font-size: 12px;
        line-height: 22px;
        padding-right: 0
    }

    .audience_case .aud_head {
        margin-top: 0
    }

    .audience_case .aud_img {
        text-align: center
    }

    .audience_case .aud_img img {
        height: 370px
    }

    .challenge_case {
        background-image: none !important
    }

    .challenge_case .h2,
    .challenge_case h2 {
        margin-bottom: 10px
    }

    .challenge_case p {
        font-size: 12px;
        line-height: 22px
    }

    .challenge_case .challenge_img {
        text-align: center
    }

    .challenge_case .challenge_img img {
        height: 350px;
        width: auto
    }

    .result_back {
        background-image: none !important;
        background: #fbedd2;
        height: unset;
        padding: 40px 0 0
    }

    .result_back .h2,
    .result_back h2 {
        margin-bottom: 10px
    }

    .result_back p {
        font-size: 12px;
        line-height: 22px
    }

    .result_back .result_head {
        margin-top: 0
    }

    .result_back .result_img {
        margin-top: 20px
    }

    .tech_case .h2,
    .tech_case h2 {
        margin-bottom: 10px
    }

    .tech_case .tech_case_main {
        flex-wrap: wrap;
        justify-content: unset;
        margin-top: 20px
    }

    .tech_case .tech_case_main .tech_case-content .h6,
    .tech_case .tech_case_main .tech_case-content h6 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .tech_case .tech_case_main .tech_case-img img {
        height: 30px;
        width: auto
    }

    .tech_case .tech_case_main .tech_case_all {
        flex: 0 0 100%;
        margin-bottom: 25px
    }

    .tech_case .line_tech {
        display: none
    }
}

.banner_yeppy {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner_yeppy .h1,
.banner_yeppy h1 {
    color: #000;
    font-size: 85px;
    line-height: 100px;
    margin-top: 20px
}

.banner_yeppy .case_heads {
    margin-top: 50px
}

.banner_yeppy .case_heads .h5,
.banner_yeppy .case_heads h5 {
    color: #000;
    font-weight: 400;
    position: relative
}

.banner_yeppy .case_heads .h5:before,
.banner_yeppy .case_heads h5:before {
    background: #da006a;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 155px
}

.banner_yeppy .h4,
.banner_yeppy h4 {
    color: #000;
    font-weight: 400;
    margin-top: 20px
}

.banner_yeppy .case_btn_img {
    margin-top: 40px
}

.problem_yeppy {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1120px
}

.problem_yeppy .h2,
.problem_yeppy h2 {
    color: #000
}

.problem_yeppy p {
    color: #000;
    font-size: 18px;
    line-height: 30px
}

.problem_yeppy .pro_head_yeppy {
    margin-top: 150px
}

.goals_yeppy .h2,
.goals_yeppy h2 {
    color: #000
}

.goals_yeppy .padd_top {
    margin-top: 50px
}

.goals_yeppy .goals_box_yeppy {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, .05);
    height: 360px;
    padding: 20px 20px 0
}

.goals_yeppy .goals_box_yeppy .goals_img_content {
    margin-top: 80px
}

.goals_yeppy .goals_box_yeppy .goals_img_content p {
    color: #000;
    font-size: 18px;
    line-height: 30px
}

.goals_yeppy .goals_box_yeppy .goals_img_content p span {
    color: #da006a
}

.goals_yeppy .goals_box_2 {
    border-radius: 19px;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, .05);
    height: 460px;
    max-width: 360px
}

.goals_yeppy .goals_box_2 .goals_2_content p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    padding: 20px
}

.goals_yeppy .goals_img_3,
.goals_yeppy .goals_img_4 {
    text-align: center
}

.bussiness_yeppy {
    background: #f8f8f8;
    border-radius: 50px
}

.bussiness_yeppy .h2,
.bussiness_yeppy h2 {
    color: #000
}

.bussiness_yeppy .padd_top {
    padding-top: 50px
}

.bussiness_yeppy .buss_box {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, .05);
    height: 400px;
    padding: 20px 20px 0
}

.bussiness_yeppy .buss_box .buss_img {
    margin-top: 30px
}

.bussiness_yeppy .buss_box .buss_content {
    margin-top: 50px
}

.bussiness_yeppy .buss_box .buss_content p {
    font-size: 18px;
    line-height: 30px
}

.bussiness_yeppy .buss_img_1 {
    margin-top: 20px
}

.bussiness_yeppy .buss_box_2 {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, .05);
    height: 270px;
    margin-top: 20px;
    max-width: 630px;
    padding: 20px 20px 0
}

.bussiness_yeppy .buss_box_2 .buss_img_2 {
    margin-top: 30px
}

.bussiness_yeppy .buss_box_2 .buss_content_2 {
    margin-top: 40px
}

.bussiness_yeppy .buss_box_2 .buss_content_2 p {
    font-size: 18px;
    line-height: 30px
}

.bussiness_yeppy .buss_img_4 {
    margin-bottom: 10px
}

.bussiness_yeppy .buss_img_5 {
    margin-top: 10px
}

.comp_analysis {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.comp_analysis .h2,
.comp_analysis h2 {
    color: #000
}

.comp_analysis p {
    font-size: 18px;
    line-height: 30px
}

.comp_analysis .analy_img {
    margin-top: 20px;
    text-align: center
}

.fiveanalysis_yeppy .five_img {
    margin-top: 20px
}

.fiveanalysis_yeppy .h2,
.fiveanalysis_yeppy h2 {
    color: #000
}

.useranalysis_yeppy {
    background-repeat: no-repeat;
    background-size: cover
}

.useranalysis_yeppy .h2,
.useranalysis_yeppy h2 {
    color: #000
}

.useranalysis_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.useranalysis_yeppy .user_main {
    background: #fff;
    height: 988px
}

.useranalysis_yeppy .user_main .user_analysis_box {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 300px;
    margin-top: 40px;
    padding: 30px 25px 30px 20px
}

.useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex {
    display: flex
}

.useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_img {
    flex: 0 0 25%
}

.useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content {
    flex: 0 0 75%;
    margin-left: 20px
}

.useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .h6,
.useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content h6 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down {
    margin-top: 10px
}

.useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down .h6,
.useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down h6 {
    color: #000;
    margin-bottom: 10px
}

.useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down ul li {
    font-size: 16px;
    line-height: 26px
}

.useranalysis_yeppy .user_main .user_analysis_second_content {
    padding: 30px 20px
}

.useranalysis_yeppy .user_main .user_analysis_second_content .h4,
.useranalysis_yeppy .user_main .user_analysis_second_content h4 {
    color: #000
}

.useranalysis_yeppy .user_main .user_analysis_second_content ul {
    margin-bottom: 10px
}

.useranalysis_yeppy .user_main .user_analysis_second_content ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.useranalysis_yeppy .user_main .user_analysis_second_content ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 8px
}

.yeppy_img {
    background-repeat: no-repeat;
    height: 1020px;
    margin-top: 50px
}

.diamond_yeppy .h2,
.diamond_yeppy h2 {
    color: #000
}

.diamond_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.diamond_yeppy ul {
    margin-top: 10px
}

.diamond_yeppy ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.diamond_yeppy ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.diamond_yeppy .h4,
.diamond_yeppy h4 {
    color: #000
}

.diamond_yeppy .padd_top {
    margin-top: 80px
}

.defineyeppy {
    background: #fff0e9;
    border-radius: 50px
}

.defineyeppy .h2,
.defineyeppy h2 {
    color: #000
}

.defineyeppy .padd_top {
    margin-top: 50px
}

.defineyeppy .define_main {
    display: flex
}

.defineyeppy .define_main .define_box_yeppy {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .03);
    height: 600px;
    margin-top: 20px;
    max-width: 360px
}

.defineyeppy .define_main .define_box_yeppy .define_box_content {
    padding: 20px
}

.defineyeppy .define_main .define_box_yeppy .define_box_content p {
    font-size: 18px;
    line-height: 30px
}

.defineyeppy .define_main .define_box_yeppy .define_box_content ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.defineyeppy .define_main .define_box_yeppy .define_box_content ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.defineyeppy .define_main .define_box_yeppy_1 {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .03);
    height: 470px;
    margin-left: 30px;
    margin-top: 20px;
    max-width: 360px;
    padding: 30px 20px
}

.defineyeppy .define_main .define_box_yeppy_1 ul {
    margin-top: 10px
}

.defineyeppy .define_main .define_box_yeppy_1 ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.defineyeppy .define_main .define_box_yeppy_1 ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.defineyeppy .define_main .define_box_yeppy_1 .define_box_content_1 p {
    font-size: 18px;
    line-height: 30px
}

.defineyeppy .define_box_yeppy_2 {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .03);
    height: 300px;
    margin-top: 20px;
    max-width: 360px;
    padding: 20px
}

.defineyeppy .define_box_yeppy_2 ul {
    margin-top: 10px
}

.defineyeppy .define_box_yeppy_2 ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.defineyeppy .define_box_yeppy_2 ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.defineyeppy .define_box_yeppy_2 .define_box_content_2 p {
    font-size: 18px;
    line-height: 30px
}

.defineyeppy .define_box_yeppy_2 .define_box_content_2 p span {
    color: #e11c6b
}

.design_yeppy {
    background-repeat: no-repeat;
    background-size: cover
}

.design_yeppy .h4,
.design_yeppy h4 {
    color: #000
}

.design_yeppy ul {
    margin-top: 10px
}

.design_yeppy ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.design_yeppy ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.design_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.delivery_yeppy {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 100vh
}

.delivery_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.delivery_yeppy .h4,
.delivery_yeppy h4 {
    color: #000
}

.delivery_yeppy ul {
    margin-top: 10px
}

.delivery_yeppy ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.delivery_yeppy ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.journey_yeppy .h4,
.journey_yeppy h4 {
    color: #000
}

.journey_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.implement_yeppy {
    background: #fff0e9;
    border-radius: 20px
}

.implement_yeppy .h4,
.implement_yeppy h4 {
    color: #000
}

.implement_yeppy .padd_top {
    margin-top: 30px
}

.implement_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.implement_yeppy .imp_content .h6,
.implement_yeppy .imp_content h6 {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
}

.implement_yeppy .imp_content p {
    font-size: 16px;
    line-height: 26px
}

.implement_yeppy .imp_img {
    margin-top: 30px
}

.userexperience_yeppy {
    background-repeat: no-repeat;
    background-size: cover
}

.userexperience_yeppy .h2,
.userexperience_yeppy .h4,
.userexperience_yeppy h2,
.userexperience_yeppy h4 {
    color: #000
}

.userexperience_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.userexperience_yeppy .user_box_yeppy {
    margin-top: 20px
}

.userexperience_yeppy .user_box_yeppy ul {
    margin-top: 10px
}

.userexperience_yeppy .user_box_yeppy ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.userexperience_yeppy .user_box_yeppy ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.wireframe_yeppy {
    background: #1b1b1b;
    border-radius: 40px
}

.wireframe_yeppy .h2,
.wireframe_yeppy h2 {
    color: #fff
}

.wireframe_yeppy p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.wireframe_yeppy .padd_top {
    margin-top: 40px
}

.wireframe_yeppy .h4,
.wireframe_yeppy h4 {
    color: #fff
}

.userresearch_yeppy {
    background-repeat: no-repeat;
    background-size: cover;
    height: 932px
}

.userresearch_yeppy .h2,
.userresearch_yeppy h2 {
    color: #000
}

.userresearch_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.survey_yeppy .h2,
.survey_yeppy h2 {
    color: #000
}

.survey_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.survey_yeppy .padd_top {
    margin-top: 40px
}

.survey_yeppy .survey_box {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .03);
    height: 400px;
    padding: 40px 20px 0
}

.survey_yeppy .survey_box .survey_content .h5,
.survey_yeppy .survey_box .survey_content h5 {
    color: #000
}

.survey_yeppy .survey_box .survey_content ul {
    margin-top: 30px
}

.survey_yeppy .survey_box .survey_content ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

.userreport_yeppy {
    background: #fef7f8;
    border-radius: 50px
}

.userreport_yeppy .h2,
.userreport_yeppy h2 {
    color: #000
}

.userreport_yeppy .report_main {
    background: #fff
}

.userreport_yeppy .report_main .user_report_main {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 300px;
    margin-top: 40px;
    padding: 30px 40px 30px 20px
}

.userreport_yeppy .report_main .user_report_main .user_report_box {
    display: flex
}

.userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content {
    flex: 0 0 70%;
    margin-left: 20px
}

.userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .h6,
.userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content h6 {
    color: #000;
    margin-bottom: 0
}

.userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content p {
    font-size: 18px;
    line-height: 30px
}

.userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down {
    margin-top: 20px
}

.userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down .h6,
.userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down h6 {
    color: #000;
    margin-bottom: 10px
}

.userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down p {
    font-size: 18px;
    line-height: 30px
}

.userreport_yeppy .report_main .user_report_main .user_report_box .user_report_img {
    flex: 0 0 30%
}

.userreport_yeppy .report_main .user_report_second .user_report_second_content {
    padding: 20px
}

.userreport_yeppy .report_main .user_report_second .user_report_second_content ul {
    margin-top: 10px
}

.userreport_yeppy .report_main .user_report_second .user_report_second_content ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.userreport_yeppy .report_main .user_report_second .user_report_second_content ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.analyticsreporting_yeppy .h2,
.analyticsreporting_yeppy h2 {
    color: #000
}

.analyticsreporting_yeppy .analytics_report_main ul {
    margin-top: 10px
}

.analyticsreporting_yeppy .analytics_report_main ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.analyticsreporting_yeppy .analytics_report_main ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.analyticsreporting_yeppy .analytics_report_main p {
    font-size: 18px;
    line-height: 30px
}

.serviceusage_yeppy {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 990px
}

.serviceusage_yeppy .h2,
.serviceusage_yeppy h2 {
    color: #000
}

.serviceusage_yeppy ul {
    margin-top: 10px
}

.serviceusage_yeppy ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.serviceusage_yeppy ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.serviceusage_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.iterativedesign_yeppy .h2,
.iterativedesign_yeppy h2 {
    color: #000
}

.iterativedesign_yeppy p {
    font-size: 18px;
    line-height: 30px
}

.iterativedesign_yeppy ul {
    margin-top: 10px
}

.iterativedesign_yeppy ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.iterativedesign_yeppy ul li:before {
    background: #d01e49;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 8px
}

.iterativedesign_yeppy .iterative_img {
    margin-top: 30px
}

.iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained {
    left: -160px;
    position: absolute
}

.iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained img {
    height: 570px;
    width: auto
}

.stackfeeback_yeppy {
    background: #fcf6f3;
    border-radius: 40px;
    margin-top: 110px
}

.stackfeeback_yeppy .h2,
.stackfeeback_yeppy h2 {
    color: #000
}

.stackfeeback_yeppy .stack_feedback_box {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 19px;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, .03);
    height: 400px;
    margin-top: 20px;
    padding: 40px 20px;
    text-align: center
}

.stackfeeback_yeppy .stack_feedback_box .stack_feedback_img_circle .h5,
.stackfeeback_yeppy .stack_feedback_box .stack_feedback_img_circle h5 {
    color: #000
}

.stackfeeback_yeppy .stack_feedback_box .stack_feedback_content {
    margin-top: 40px
}

.stackfeeback_yeppy .stack_feedback_box .stack_feedback_content p {
    font-size: 16px;
    line-height: 26px
}

.stackfeeback_yeppy .stack_feedback_box .stack_feedback_content p span {
    color: #de0d69
}

.stackfeeback_yeppy .stack_feedback_img {
    margin-top: 50px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_yeppy {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh
    }

    .banner_yeppy .h1,
    .banner_yeppy h1 {
        font-size: 75px;
        line-height: 85px;
        margin-top: 20px
    }

    .banner_yeppy .logo_img img {
        height: 50px;
        width: auto
    }

    .banner_yeppy .case_heads {
        margin-top: 40px
    }

    .banner_yeppy .case_heads .h5:before,
    .banner_yeppy .case_heads h5:before {
        height: 2px;
        width: 130px
    }

    .banner_yeppy .h4,
    .banner_yeppy h4 {
        margin-top: 20px
    }

    .banner_yeppy .case_btn_img {
        margin-top: 30px
    }

    .banner_yeppy .case_btn_img img {
        height: 40px;
        width: auto
    }

    .problem_yeppy {
        background-position: 0 0;
        height: 950px
    }

    .problem_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .problem_yeppy .pro_head_yeppy {
        margin-top: 150px
    }

    .goals_yeppy .padd_top {
        margin-top: 40px
    }

    .goals_yeppy .goals_box_yeppy {
        height: 330px;
        padding: 20px 20px 0
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content {
        margin-top: 60px
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content p {
        font-size: 16px;
        line-height: 26px
    }

    .goals_yeppy .goals_box_2 {
        height: 430px;
        max-width: 360px
    }

    .goals_yeppy .goals_box_2 .goals_2_content p {
        font-size: 16px;
        line-height: 26px;
        padding: 20px
    }

    .bussiness_yeppy .padd_top {
        padding-top: 40px
    }

    .bussiness_yeppy .buss_box {
        height: 350px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box .buss_img {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box .buss_content {
        margin-top: 40px
    }

    .bussiness_yeppy .buss_box .buss_content p {
        font-size: 16px;
        line-height: 26px
    }

    .bussiness_yeppy .buss_img_1 {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box_2 {
        height: 250px;
        margin-top: 10px;
        max-width: 630px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box_2 .buss_img_2 {
        margin-top: 30px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 {
        margin-top: 40px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 p,
    .useranalysis_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .useranalysis_yeppy .user_main {
        height: 920px
    }

    .useranalysis_yeppy .user_main .user_analysis_box {
        height: 280px;
        margin-top: 40px;
        padding: 30px 25px 30px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex {
        display: flex
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_img {
        flex: 0 0 25%
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content {
        flex: 0 0 75%;
        margin-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content h6 {
        font-size: 16px;
        line-height: 26px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down {
        margin-top: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down h6 {
        margin-bottom: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down ul li {
        font-size: 14px;
        line-height: 24px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content {
        padding: 30px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul {
        margin-bottom: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .comp_analysis p {
        font-size: 16px;
        line-height: 26px
    }

    .yeppy_img {
        background-position: top;
        height: 970px;
        margin-top: 50px
    }

    .diamond_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .diamond_yeppy ul {
        margin-top: 10px
    }

    .diamond_yeppy ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .diamond_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .diamond_yeppy .padd_top {
        margin-top: 80px
    }

    .defineyeppy .padd_top {
        margin-top: 40px
    }

    .defineyeppy .define_main {
        display: flex
    }

    .defineyeppy .define_main .define_box_yeppy {
        height: 500px;
        margin-top: 20px;
        max-width: 360px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content {
        padding: 20px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content p {
        font-size: 16px;
        line-height: 26px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li:before {
        height: 8px;
        top: 12px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 {
        height: 320px;
        margin-left: 30px;
        margin-top: 20px;
        max-width: 360px;
        padding: 30px 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul {
        margin-top: 10px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 .define_box_content_1 p {
        font-size: 16px;
        line-height: 26px
    }

    .defineyeppy .define_box_yeppy_2 {
        height: 270px;
        margin-top: 20px;
        max-width: 360px;
        padding: 20px
    }

    .defineyeppy .define_box_yeppy_2 ul {
        margin-top: 10px
    }

    .defineyeppy .define_box_yeppy_2 ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_box_yeppy_2 ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .defineyeppy .define_box_yeppy_2 .define_box_content_2 p {
        font-size: 16px;
        line-height: 26px
    }

    .design_yeppy ul {
        margin-top: 10px
    }

    .design_yeppy ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .design_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .design_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .delivery_yeppy {
        background-position: 0 0;
        height: 100vh
    }

    .delivery_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .delivery_yeppy ul {
        margin-top: 10px
    }

    .delivery_yeppy ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .delivery_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .journey_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .implement_yeppy .padd_top {
        margin-top: 30px
    }

    .implement_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .implement_yeppy .imp_content .h6,
    .implement_yeppy .imp_content h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .implement_yeppy .imp_content p {
        font-size: 15px;
        line-height: 25px
    }

    .implement_yeppy .imp_img {
        margin-top: 30px
    }

    .userexperience_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .userexperience_yeppy .user_box_yeppy {
        margin-top: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul {
        margin-top: 10px
    }

    .userexperience_yeppy .user_box_yeppy ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .wireframe_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .wireframe_yeppy .padd_top {
        margin-top: 40px
    }

    .userresearch_yeppy {
        height: 760px
    }

    .survey_yeppy p,
    .userresearch_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .survey_yeppy .padd_top {
        margin-top: 40px
    }

    .survey_yeppy .survey_box {
        height: 360px;
        padding: 35px 20px 0
    }

    .survey_yeppy .survey_box .survey_content ul {
        margin-top: 30px
    }

    .survey_yeppy .survey_box .survey_content ul li {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main {
        height: 260px;
        margin-top: 40px;
        padding: 30px 40px 30px 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box {
        display: flex
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content {
        flex: 0 0 70%;
        margin-left: 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content p {
        font-size: 16px;
        line-height: 26px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down .h6,
    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down h6 {
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down p {
        font-size: 16px;
        line-height: 26px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_img {
        flex: 0 0 30%
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content {
        padding: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main ul {
        margin-top: 10px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main p {
        font-size: 16px;
        line-height: 26px
    }

    .serviceusage_yeppy {
        background-position: top;
        height: 800px
    }

    .serviceusage_yeppy ul {
        margin-top: 10px
    }

    .serviceusage_yeppy ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .serviceusage_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .iterativedesign_yeppy p,
    .serviceusage_yeppy p {
        font-size: 16px;
        line-height: 26px
    }

    .iterativedesign_yeppy ul {
        margin-top: 10px
    }

    .iterativedesign_yeppy ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .iterativedesign_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .iterativedesign_yeppy .iterative_img {
        margin-top: 30px
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained {
        left: -130px;
        position: absolute
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained img {
        height: 470px;
        width: auto
    }

    .stackfeeback_yeppy {
        margin-top: 110px
    }

    .stackfeeback_yeppy .stack_feedback_box {
        height: 380px;
        margin-top: 20px;
        padding: 35px 20px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content {
        margin-top: 30px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content p {
        font-size: 14px;
        line-height: 24px
    }

    .stackfeeback_yeppy .stack_feedback_img {
        margin-top: 50px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_yeppy {
        height: 100vh
    }

    .banner_yeppy .h1,
    .banner_yeppy h1 {
        font-size: 70px;
        line-height: 80px;
        margin-top: 20px
    }

    .banner_yeppy .logo_img img {
        height: 45px;
        width: auto
    }

    .banner_yeppy .case_heads {
        margin-top: 35px
    }

    .banner_yeppy .case_heads .h5:before,
    .banner_yeppy .case_heads h5:before {
        height: 2px;
        width: 120px
    }

    .banner_yeppy .h4,
    .banner_yeppy h4 {
        margin-top: 20px
    }

    .banner_yeppy .case_btn_img {
        margin-top: 25px
    }

    .banner_yeppy .case_btn_img img {
        height: 35px;
        width: auto
    }

    .problem_yeppy {
        background-position: 0 0;
        height: 820px
    }

    .problem_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .problem_yeppy .pro_head_yeppy {
        margin-top: 150px
    }

    .goals_yeppy .padd_top {
        margin-top: 35px
    }

    .goals_yeppy .goals_box_yeppy {
        height: 310px;
        padding: 20px 20px 0
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content {
        margin-top: 50px
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content p {
        font-size: 15px;
        line-height: 25px
    }

    .goals_yeppy .goals_box_2 {
        height: 400px;
        max-width: 360px
    }

    .goals_yeppy .goals_box_2 .goals_2_content p {
        font-size: 15px;
        line-height: 25px;
        padding: 20px
    }

    .bussiness_yeppy .padd_top {
        padding-top: 35px
    }

    .bussiness_yeppy .buss_box {
        height: 330px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box .buss_img {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box .buss_content {
        margin-top: 35px
    }

    .bussiness_yeppy .buss_box .buss_content p {
        font-size: 15px;
        line-height: 25px
    }

    .bussiness_yeppy .buss_img_1 {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box_2 {
        height: 230px;
        margin-top: 10px;
        max-width: 630px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box_2 .buss_img_2 {
        margin-top: 30px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 {
        margin-top: 35px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 p,
    .useranalysis_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .useranalysis_yeppy .user_main {
        height: 850px
    }

    .useranalysis_yeppy .user_main .user_analysis_box {
        height: 260px;
        margin-top: 40px;
        padding: 30px 30px 30px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex {
        display: flex
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_img {
        flex: 0 0 25%
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content {
        flex: 0 0 75%;
        margin-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content h6 {
        font-size: 15px;
        line-height: 25px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down {
        margin-top: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down h6 {
        margin-bottom: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down ul li {
        font-size: 13px;
        line-height: 23px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content {
        padding: 30px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul {
        margin-bottom: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .comp_analysis p {
        font-size: 15px;
        line-height: 25px
    }

    .yeppy_img {
        background-position: top;
        height: 960px;
        margin-top: 40px
    }

    .diamond_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .diamond_yeppy ul {
        margin-top: 10px
    }

    .diamond_yeppy ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .diamond_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .diamond_yeppy .padd_top {
        margin-top: 70px
    }

    .defineyeppy .padd_top {
        margin-top: 35px
    }

    .defineyeppy .define_main {
        display: flex
    }

    .defineyeppy .define_main .define_box_yeppy {
        height: 460px;
        margin-top: 20px;
        max-width: 360px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content {
        padding: 15px 20px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content p {
        font-size: 15px;
        line-height: 25px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li:before {
        height: 8px;
        top: 11px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 {
        height: 300px;
        margin-left: 30px;
        margin-top: 20px;
        max-width: 360px;
        padding: 25px 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul {
        margin-top: 10px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 .define_box_content_1 p {
        font-size: 15px;
        line-height: 25px
    }

    .defineyeppy .define_box_yeppy_2 {
        height: 250px;
        margin-top: 20px;
        max-width: 360px;
        padding: 20px
    }

    .defineyeppy .define_box_yeppy_2 ul {
        margin-top: 10px
    }

    .defineyeppy .define_box_yeppy_2 ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_box_yeppy_2 ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .defineyeppy .define_box_yeppy_2 .define_box_content_2 p {
        font-size: 15px;
        line-height: 25px
    }

    .design_yeppy ul {
        margin-top: 10px
    }

    .design_yeppy ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .design_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .design_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .delivery_yeppy {
        background-position: 0 0;
        height: 100vh
    }

    .delivery_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .delivery_yeppy ul {
        margin-top: 10px
    }

    .delivery_yeppy ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .delivery_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .journey_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .implement_yeppy .padd_top {
        margin-top: 30px
    }

    .implement_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .implement_yeppy .imp_content .h6,
    .implement_yeppy .imp_content h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .implement_yeppy .imp_content p {
        font-size: 14px;
        line-height: 24px
    }

    .implement_yeppy .imp_img {
        margin-top: 30px
    }

    .userexperience_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .userexperience_yeppy .user_box_yeppy {
        margin-top: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul {
        margin-top: 10px
    }

    .userexperience_yeppy .user_box_yeppy ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .wireframe_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .wireframe_yeppy .padd_top {
        margin-top: 35px
    }

    .userresearch_yeppy {
        height: 710px
    }

    .survey_yeppy p,
    .userresearch_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .survey_yeppy .padd_top {
        margin-top: 35px
    }

    .survey_yeppy .survey_box {
        height: 320px;
        padding: 30px 20px 0
    }

    .survey_yeppy .survey_box .survey_content ul {
        margin-top: 20px
    }

    .survey_yeppy .survey_box .survey_content ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main {
        height: 260px;
        margin-top: 30px;
        padding: 30px 40px 30px 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box {
        display: flex
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content {
        flex: 0 0 70%;
        margin-left: 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down .h6,
    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down h6 {
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down p {
        font-size: 15px;
        line-height: 25px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_img {
        flex: 0 0 30%
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content {
        padding: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main ul {
        margin-top: 10px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main p {
        font-size: 15px;
        line-height: 25px
    }

    .serviceusage_yeppy {
        background-position: top;
        height: 800px
    }

    .serviceusage_yeppy ul {
        margin-top: 10px
    }

    .serviceusage_yeppy ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .serviceusage_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .iterativedesign_yeppy p,
    .serviceusage_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .iterativedesign_yeppy ul {
        margin-top: 10px
    }

    .iterativedesign_yeppy ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .iterativedesign_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .iterativedesign_yeppy .iterative_img {
        margin-top: 30px
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained {
        left: -100px;
        position: absolute
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained img {
        height: 450px;
        width: auto
    }

    .stackfeeback_yeppy {
        margin-top: 110px
    }

    .stackfeeback_yeppy .stack_feedback_box {
        height: 380px;
        margin-top: 20px;
        padding: 30px 20px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content {
        margin-top: 25px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content p {
        font-size: 13px;
        line-height: 23px
    }

    .stackfeeback_yeppy .stack_feedback_img {
        margin-top: 50px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_yeppy {
        height: 100vh
    }

    .banner_yeppy .h1,
    .banner_yeppy h1 {
        font-size: 60px;
        line-height: 70px;
        margin-top: 20px
    }

    .banner_yeppy .logo_img img {
        height: 40px;
        width: auto
    }

    .banner_yeppy .case_heads {
        margin-top: 30px
    }

    .banner_yeppy .case_heads .h5:before,
    .banner_yeppy .case_heads h5:before {
        height: 2px;
        width: 105px
    }

    .banner_yeppy .h4,
    .banner_yeppy h4 {
        margin-top: 20px
    }

    .banner_yeppy .case_btn_img {
        margin-top: 25px
    }

    .banner_yeppy .case_btn_img img {
        height: 30px;
        width: auto
    }

    .problem_yeppy {
        background-position: 0 0;
        height: 780px
    }

    .problem_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .problem_yeppy .pro_head_yeppy {
        margin-top: 150px
    }

    .goals_yeppy .padd_top {
        margin-top: 30px
    }

    .goals_yeppy .goals_box_yeppy {
        height: 280px;
        padding: 20px 20px 0
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content {
        margin-top: 40px
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content p {
        font-size: 14px;
        line-height: 24px
    }

    .goals_yeppy .goals_box_2 {
        height: 370px;
        max-width: 360px
    }

    .goals_yeppy .goals_box_2 .goals_2_content p {
        font-size: 14px;
        line-height: 24px;
        padding: 20px
    }

    .bussiness_yeppy .padd_top {
        padding-top: 30px
    }

    .bussiness_yeppy .buss_box {
        height: 310px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box .buss_img {
        margin-top: 15px
    }

    .bussiness_yeppy .buss_box .buss_content {
        margin-top: 35px
    }

    .bussiness_yeppy .buss_box .buss_content p {
        font-size: 14px;
        line-height: 24px
    }

    .bussiness_yeppy .buss_img_1 {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box_2 {
        height: 210px;
        margin-top: 10px;
        max-width: 630px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box_2 .buss_img_2 {
        margin-top: 15px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 {
        margin-top: 30px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 p,
    .useranalysis_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .useranalysis_yeppy .user_main {
        height: 830px
    }

    .useranalysis_yeppy .user_main .user_analysis_box {
        height: 230px;
        margin-top: 30px;
        padding: 20px 30px 20px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex {
        display: flex
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_img {
        flex: 0 0 25%
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content {
        flex: 0 0 75%;
        margin-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content h6 {
        font-size: 14px;
        line-height: 24px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down {
        margin-top: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down h6 {
        margin-bottom: 0
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down ul li {
        font-size: 12px;
        line-height: 22px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content {
        padding: 25px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul {
        margin-bottom: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .comp_analysis p {
        font-size: 14px;
        line-height: 24px
    }

    .yeppy_img {
        background-position: 50%;
        height: 940px;
        margin-top: 40px
    }

    .diamond_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .diamond_yeppy ul {
        margin-top: 10px
    }

    .diamond_yeppy ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .diamond_yeppy ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .diamond_yeppy .padd_top {
        margin-top: 70px
    }

    .defineyeppy .padd_top {
        margin-top: 30px
    }

    .defineyeppy .define_main {
        display: flex
    }

    .defineyeppy .define_main .define_box_yeppy {
        height: 420px;
        margin-top: 20px;
        max-width: 360px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content {
        padding: 15px 10px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 {
        height: 290px;
        margin-left: 20px;
        margin-top: 20px;
        max-width: 360px;
        padding: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul {
        margin-top: 10px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 .define_box_content_1 p {
        font-size: 14px;
        line-height: 24px
    }

    .defineyeppy .define_box_yeppy_2 {
        height: 240px;
        margin-top: 20px;
        max-width: 360px;
        padding: 20px
    }

    .defineyeppy .define_box_yeppy_2 ul {
        margin-top: 10px
    }

    .defineyeppy .define_box_yeppy_2 ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_box_yeppy_2 ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .defineyeppy .define_box_yeppy_2 .define_box_content_2 p {
        font-size: 14px;
        line-height: 24px
    }

    .design_yeppy ul {
        margin-top: 10px
    }

    .design_yeppy ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .design_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .design_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .delivery_yeppy {
        background-position: 0 0;
        height: 100vh
    }

    .delivery_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .delivery_yeppy ul {
        margin-top: 10px
    }

    .delivery_yeppy ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .delivery_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .journey_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .implement_yeppy .padd_top {
        margin-top: 30px
    }

    .implement_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .implement_yeppy .imp_content .h6,
    .implement_yeppy .imp_content h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px
    }

    .implement_yeppy .imp_content p {
        font-size: 13px;
        line-height: 23px
    }

    .implement_yeppy .imp_img {
        margin-top: 30px
    }

    .userexperience_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .userexperience_yeppy .user_box_yeppy {
        margin-top: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul {
        margin-top: 10px
    }

    .userexperience_yeppy .user_box_yeppy ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .wireframe_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .wireframe_yeppy .padd_top {
        margin-top: 30px
    }

    .userresearch_yeppy {
        height: 640px
    }

    .survey_yeppy p,
    .userresearch_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .survey_yeppy .padd_top {
        margin-top: 30px
    }

    .survey_yeppy .survey_box {
        height: 300px;
        padding: 25px 20px 0
    }

    .survey_yeppy .survey_box .survey_content ul {
        margin-top: 20px
    }

    .survey_yeppy .survey_box .survey_content ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main {
        height: 240px;
        margin-top: 30px;
        padding: 25px 35px 25px 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box {
        display: flex
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content {
        flex: 0 0 70%;
        margin-left: 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down .h6,
    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down h6 {
        margin-bottom: 0
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down p {
        font-size: 14px;
        line-height: 24px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_img {
        flex: 0 0 30%
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content {
        padding: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .userreport_yeppy .user_report_mob_img {
        text-align: center
    }

    .userreport_yeppy .user_report_mob_img img {
        height: 550px
    }

    .analyticsreporting_yeppy .analytics_report_main ul {
        margin-top: 10px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main p {
        font-size: 14px;
        line-height: 24px
    }

    .serviceusage_yeppy {
        background-position: top;
        height: 800px
    }

    .serviceusage_yeppy ul {
        margin-top: 10px
    }

    .serviceusage_yeppy ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .serviceusage_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .serviceusage_yeppy p {
        font-size: 15px;
        line-height: 25px
    }

    .iterativedesign_yeppy p {
        font-size: 14px;
        line-height: 24px
    }

    .iterativedesign_yeppy ul {
        margin-top: 10px
    }

    .iterativedesign_yeppy ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .iterativedesign_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .iterativedesign_yeppy .iterative_img {
        margin-top: 30px
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained {
        left: -120px;
        position: absolute
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained img {
        height: 440px;
        width: auto
    }

    .stackfeeback_yeppy {
        margin-top: 90px
    }

    .stackfeeback_yeppy .stack_feedback_box {
        height: 360px;
        margin-top: 20px;
        padding: 25px 20px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content {
        margin-top: 20px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content p {
        font-size: 12px;
        line-height: 22px
    }

    .stackfeeback_yeppy .stack_feedback_img {
        margin-top: 40px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_yeppy {
        height: 100vh
    }

    .banner_yeppy .h1,
    .banner_yeppy h1 {
        font-size: 55px;
        line-height: 65px;
        margin-top: 20px
    }

    .banner_yeppy .logo_img img {
        height: 35px;
        width: auto
    }

    .banner_yeppy .case_heads {
        margin-top: 30px
    }

    .banner_yeppy .case_heads .h5:before,
    .banner_yeppy .case_heads h5:before {
        height: 2px;
        width: 105px
    }

    .banner_yeppy .h4,
    .banner_yeppy h4 {
        margin-top: 20px
    }

    .banner_yeppy .case_btn_img {
        margin-top: 25px
    }

    .banner_yeppy .case_btn_img img {
        height: 30px;
        width: auto
    }

    .problem_yeppy {
        background-position: 0 0;
        height: 650px
    }

    .problem_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .problem_yeppy .pro_head_yeppy {
        margin-top: 80px
    }

    .problem_yeppy .h2,
    .problem_yeppy h2 {
        margin-bottom: 10px
    }

    .goals_yeppy .padd_top {
        margin-top: 25px
    }

    .goals_yeppy .goals_box_yeppy {
        height: 280px;
        padding: 20px 20px 0
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content {
        margin-top: 30px
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content p {
        font-size: 13px;
        line-height: 23px
    }

    .goals_yeppy .goals_box_2 {
        height: 330px;
        max-width: 360px
    }

    .goals_yeppy .goals_box_2 .goals_2_content p {
        font-size: 13px;
        line-height: 23px;
        padding: 20px 10px
    }

    .bussiness_yeppy .padd_top {
        padding-top: 30px
    }

    .bussiness_yeppy .buss_box {
        height: 240px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box .buss_img {
        margin-top: 10px
    }

    .bussiness_yeppy .buss_box .buss_content {
        margin-top: 30px
    }

    .bussiness_yeppy .buss_box .buss_content p {
        font-size: 13px;
        line-height: 23px
    }

    .bussiness_yeppy .buss_img_1 {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box_2 {
        height: 200px;
        margin-top: 10px;
        max-width: 630px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box_2 .buss_img_2 {
        margin-top: 15px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 p,
    .useranalysis_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .useranalysis_yeppy .user_main {
        height: 750px
    }

    .useranalysis_yeppy .user_main .user_analysis_box {
        height: 230px;
        margin-top: 30px;
        padding: 20px 30px 20px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex {
        display: flex
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_img {
        flex: 0 0 25%
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content {
        flex: 0 0 75%;
        margin-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content h6 {
        font-size: 14px;
        line-height: 24px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down {
        margin-top: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down h6 {
        margin-bottom: 0
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down ul li {
        font-size: 12px;
        line-height: 22px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content {
        padding: 25px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul {
        margin-bottom: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .comp_analysis p {
        font-size: 13px;
        line-height: 23px
    }

    .yeppy_img {
        background-position: 50%;
        background-size: cover;
        height: 650px;
        margin-top: 40px
    }

    .diamond_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .diamond_yeppy ul {
        margin-top: 10px
    }

    .diamond_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .diamond_yeppy ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .diamond_yeppy .padd_top {
        margin-top: 70px
    }

    .defineyeppy .padd_top {
        margin-top: 25px
    }

    .defineyeppy .define_main {
        display: flex
    }

    .defineyeppy .define_main .define_box_yeppy {
        height: 420px;
        margin-top: 20px;
        max-width: 360px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content {
        padding: 15px 10px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 {
        height: 290px;
        margin-left: 20px;
        margin-top: 20px;
        max-width: 360px;
        padding: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul {
        margin-top: 10px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 .define_box_content_1 p {
        font-size: 12px;
        line-height: 22px
    }

    .defineyeppy .define_box_yeppy_2 {
        height: 240px;
        margin-top: 20px;
        max-width: 360px;
        padding: 15px 10px
    }

    .defineyeppy .define_box_yeppy_2 ul {
        margin-top: 10px
    }

    .defineyeppy .define_box_yeppy_2 ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_box_yeppy_2 ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .defineyeppy .define_box_yeppy_2 .define_box_content_2 p {
        font-size: 12px;
        line-height: 22px
    }

    .design_yeppy ul {
        margin-top: 10px
    }

    .design_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .design_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .design_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .delivery_yeppy {
        background-position: 0 0;
        background-size: cover;
        height: 750px
    }

    .delivery_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .delivery_yeppy ul {
        margin-top: 10px
    }

    .delivery_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .delivery_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .journey_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .implement_yeppy .padd_top {
        margin-top: 25px
    }

    .implement_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .implement_yeppy .imp_content .h6,
    .implement_yeppy .imp_content h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px
    }

    .implement_yeppy .imp_content p {
        font-size: 12px;
        line-height: 22px
    }

    .implement_yeppy .imp_img {
        margin-top: 20px
    }

    .userexperience_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .userexperience_yeppy .user_box_yeppy {
        margin-top: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul {
        margin-top: 10px
    }

    .userexperience_yeppy .user_box_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .wireframe_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .wireframe_yeppy .padd_top {
        margin-top: 25px
    }

    .userresearch_yeppy {
        height: 500px
    }

    .survey_yeppy p,
    .userresearch_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .survey_yeppy .padd_top {
        margin-top: 25px
    }

    .survey_yeppy .survey_box {
        height: 300px;
        padding: 25px 20px 0
    }

    .survey_yeppy .survey_box .survey_content ul {
        margin-top: 20px
    }

    .survey_yeppy .survey_box .survey_content ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px
    }

    .userreport_yeppy .report_main .user_report_main {
        height: 210px;
        margin-top: 30px;
        padding: 25px 35px 25px 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box {
        display: flex
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content {
        flex: 0 0 70%;
        margin-left: 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down .h6,
    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down h6 {
        margin-bottom: 0
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down p {
        font-size: 13px;
        line-height: 23px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_img {
        flex: 0 0 30%
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content {
        padding: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main ul {
        margin-top: 10px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main p {
        font-size: 13px;
        line-height: 23px
    }

    .serviceusage_yeppy {
        background-position: top;
        background-size: cover;
        height: 750px
    }

    .serviceusage_yeppy ul {
        margin-top: 10px
    }

    .serviceusage_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .serviceusage_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .iterativedesign_yeppy p,
    .serviceusage_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .iterativedesign_yeppy ul {
        margin-top: 10px
    }

    .iterativedesign_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .iterativedesign_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .iterativedesign_yeppy .iterative_img {
        margin-top: 30px
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained {
        left: -60px;
        position: absolute
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained img {
        height: 350px;
        width: auto
    }

    .stackfeeback_yeppy {
        margin-top: 0
    }

    .stackfeeback_yeppy .stack_feedback_box {
        height: 360px;
        margin-top: 20px;
        padding: 25px 20px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content {
        margin-top: 10px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content p {
        font-size: 12px;
        line-height: 22px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_img_circle img {
        height: 40px;
        width: auto
    }

    .stackfeeback_yeppy .stack_feedback_img {
        margin-top: 30px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_yeppy {
        height: unset;
        padding: 70px 0 40px
    }

    .banner_yeppy .h1,
    .banner_yeppy h1 {
        font-size: 50px;
        line-height: 60px;
        margin-top: 20px
    }

    .banner_yeppy .logo_img img {
        height: 30px;
        width: auto
    }

    .banner_yeppy .case_heads {
        margin-top: 20px
    }

    .banner_yeppy .case_heads .h5:before,
    .banner_yeppy .case_heads h5:before {
        height: 2px;
        width: 105px
    }

    .banner_yeppy .case_btn_img,
    .banner_yeppy .h4,
    .banner_yeppy h4 {
        margin-top: 20px
    }

    .banner_yeppy .case_btn_img img {
        height: 30px;
        width: auto
    }

    .banner_yeppy .case_right_img img {
        height: 300px;
        width: auto
    }

    .problem_yeppy {
        background-image: none !important;
        background: #f8f8f8;
        height: unset;
        padding: 40px 0
    }

    .problem_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .problem_yeppy .pro_head_yeppy {
        margin-top: 0
    }

    .problem_yeppy .h2,
    .problem_yeppy h2 {
        margin-bottom: 10px
    }

    .goals_yeppy .padd_top {
        margin-top: 20px
    }

    .goals_yeppy .goals_box_yeppy {
        height: 230px;
        padding: 20px 20px 0
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content {
        margin-top: 30px
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content p {
        font-size: 13px;
        line-height: 23px
    }

    .goals_yeppy .goals_box_2 {
        height: 370px;
        max-width: 360px
    }

    .goals_yeppy .goals_box_2 .goals_2_content p {
        font-size: 13px;
        line-height: 23px;
        padding: 20px 10px
    }

    .goals_yeppy .goals_img_4 {
        margin-top: 20px
    }

    .goals_yeppy .goals_img_4 img {
        height: 450px;
        width: auto
    }

    .bussiness_yeppy .padd_top {
        padding-top: 30px
    }

    .bussiness_yeppy .buss_box {
        height: 240px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box .buss_img {
        margin-top: 10px
    }

    .bussiness_yeppy .buss_box .buss_content {
        margin-top: 30px
    }

    .bussiness_yeppy .buss_box .buss_content p {
        font-size: 13px;
        line-height: 23px
    }

    .bussiness_yeppy .buss_img_1 {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box_2 {
        height: 200px;
        margin-top: 10px;
        max-width: 630px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box_2 .buss_img_2 {
        margin-top: 15px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 p {
        font-size: 13px;
        line-height: 23px
    }

    .useranalysis_yeppy {
        background-image: none !important;
        background: #fffaf8;
        height: unset;
        padding: 40px 0
    }

    .useranalysis_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .useranalysis_yeppy .user_main {
        height: 750px
    }

    .useranalysis_yeppy .user_main .user_analysis_box {
        height: 220px;
        margin-top: 20px;
        padding: 20px 30px 20px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex {
        display: flex
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_img {
        flex: 0 0 25%
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content {
        flex: 0 0 75%;
        margin-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content h6 {
        font-size: 13px;
        line-height: 23px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down {
        margin-top: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down h6 {
        margin-bottom: 0
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down ul li {
        font-size: 11px;
        line-height: 21px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content {
        padding: 25px 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul {
        margin-bottom: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li {
        font-size: 11px;
        line-height: 21px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .comp_analysis p {
        font-size: 13px;
        line-height: 23px
    }

    .yeppy_img {
        display: none
    }

    .diamond_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .diamond_yeppy ul {
        margin-top: 10px
    }

    .diamond_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .diamond_yeppy ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .diamond_yeppy .padd_top {
        margin-top: 70px
    }

    .defineyeppy {
        border-radius: 0
    }

    .defineyeppy .padd_top {
        margin-top: 20px
    }

    .defineyeppy .define_main {
        display: flex
    }

    .defineyeppy .define_main .define_box_yeppy {
        height: 390px;
        margin-top: 20px;
        max-width: 360px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content {
        padding: 15px 10px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 {
        height: 250px;
        margin-left: 20px;
        margin-top: 20px;
        max-width: 360px;
        padding: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul {
        margin-top: 10px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 .define_box_content_1 p {
        font-size: 12px;
        line-height: 22px
    }

    .defineyeppy .define_box_yeppy_2 {
        height: 170px;
        margin-top: 20px;
        max-width: 360px;
        padding: 15px 10px
    }

    .defineyeppy .define_box_yeppy_2 ul {
        margin-top: 10px
    }

    .defineyeppy .define_box_yeppy_2 ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_box_yeppy_2 ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .defineyeppy .define_box_yeppy_2 .define_box_content_2 p {
        font-size: 12px;
        line-height: 22px
    }

    .defineyeppy .define_img img {
        height: 450px;
        width: auto
    }

    .defineyeppy .define_img2 {
        margin-top: 20px
    }

    .defineyeppy .define_img2 img {
        height: 350px;
        width: auto
    }

    .design_yeppy ul {
        margin-top: 10px
    }

    .design_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .design_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .design_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .delivery_yeppy {
        background-image: none !important;
        background: #f8f8f8;
        height: unset;
        padding: 40px 0
    }

    .delivery_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .delivery_yeppy ul {
        margin-top: 10px
    }

    .delivery_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .delivery_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .journey_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .implement_yeppy .padd_top {
        margin-top: 25px
    }

    .implement_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .implement_yeppy .imp_content .h6,
    .implement_yeppy .imp_content h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px
    }

    .implement_yeppy .imp_content p {
        font-size: 12px;
        line-height: 22px
    }

    .implement_yeppy .imp_img {
        margin-top: 20px
    }

    .userexperience_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .userexperience_yeppy .user_box_yeppy {
        margin-top: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul {
        margin-top: 10px
    }

    .userexperience_yeppy .user_box_yeppy ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .wireframe_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .wireframe_yeppy .padd_top {
        margin-top: 25px
    }

    .userresearch_yeppy {
        height: unset;
        padding: 40px 0
    }

    .survey_yeppy p,
    .userresearch_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .survey_yeppy .padd_top {
        margin-top: 20px
    }

    .survey_yeppy .survey_box {
        height: 300px;
        margin-bottom: 10px;
        padding: 25px 20px 0
    }

    .survey_yeppy .survey_box .survey_content ul {
        margin-top: 20px
    }

    .survey_yeppy .survey_box .survey_content ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px
    }

    .userreport_yeppy {
        border-radius: 0
    }

    .userreport_yeppy .report_main .user_report_main {
        height: 210px;
        margin-top: 30px;
        padding: 25px 35px 25px 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box {
        display: flex
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content {
        flex: 0 0 70%;
        margin-left: 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down .h6,
    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down h6 {
        margin-bottom: 0
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down p {
        font-size: 13px;
        line-height: 23px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_img {
        flex: 0 0 30%
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content {
        padding: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main ul {
        margin-top: 10px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main p {
        font-size: 13px;
        line-height: 23px
    }

    .serviceusage_yeppy {
        background-image: none !important;
        background: #f8f8f8;
        height: unset;
        padding: 40px 0
    }

    .serviceusage_yeppy ul {
        margin-top: 10px
    }

    .serviceusage_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .serviceusage_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .iterativedesign_yeppy p,
    .serviceusage_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .iterativedesign_yeppy ul {
        margin-top: 10px
    }

    .iterativedesign_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .iterativedesign_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .iterativedesign_yeppy .iterative_img {
        margin-top: 30px
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained {
        left: 0;
        position: relative
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained img {
        height: 240px;
        width: auto
    }

    .stackfeeback_yeppy {
        border-radius: 0;
        margin-top: 0
    }

    .stackfeeback_yeppy .stack_feedback_box {
        height: 340px;
        margin-top: 20px;
        padding: 25px 20px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content {
        margin-top: 10px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content p {
        font-size: 12px;
        line-height: 22px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_img_circle img {
        height: 40px;
        width: auto
    }

    .stackfeeback_yeppy .stack_feedback_img {
        margin-top: 30px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_yeppy {
        background-image: none !important;
        height: unset;
        padding: 80px 0 40px
    }

    .banner_yeppy .h1,
    .banner_yeppy h1 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 0
    }

    .banner_yeppy .logo_img img {
        height: 20px;
        width: auto
    }

    .banner_yeppy .case_heads {
        margin-top: 20px
    }

    .banner_yeppy .case_heads .h5,
    .banner_yeppy .case_heads h5 {
        font-size: 16px;
        line-height: 26px
    }

    .banner_yeppy .case_heads .h5:before,
    .banner_yeppy .case_heads h5:before {
        height: 2px;
        width: 100px
    }

    .banner_yeppy .h4,
    .banner_yeppy h4 {
        margin-top: 0
    }

    .banner_yeppy .case_btn_img {
        margin-top: 20px
    }

    .banner_yeppy .case_btn_img img {
        height: 30px;
        width: auto
    }

    .banner_yeppy .case_right_img {
        margin-top: 30px;
        text-align: center
    }

    .problem_yeppy {
        background-image: none !important;
        background: #f8f8f8;
        height: unset;
        padding: 30px 0
    }

    .problem_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .problem_yeppy .pro_head_yeppy {
        margin-top: 0
    }

    .problem_yeppy .h2,
    .problem_yeppy h2 {
        margin-bottom: 10px
    }

    .goals_yeppy .padd_top {
        margin-top: 10px
    }

    .goals_yeppy .goals_box_yeppy {
        height: 200px;
        margin-bottom: 20px;
        padding: 20px 20px 0
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content {
        margin-top: 10px
    }

    .goals_yeppy .goals_box_yeppy .goals_img_content p {
        font-size: 13px;
        line-height: 23px
    }

    .goals_yeppy .goals_box_yeppy .goals_box_img img {
        height: 35px;
        width: auto
    }

    .goals_yeppy .goals_box_2 {
        height: 350px;
        max-width: 360px
    }

    .goals_yeppy .goals_box_2 .goals_2_content p {
        font-size: 13px;
        line-height: 23px;
        padding: 20px 10px
    }

    .goals_yeppy .goals_img_4 {
        margin-top: 10px
    }

    .goals_yeppy .goals_img_4 img {
        height: 350px;
        width: auto
    }

    .goals_yeppy .goals_img_3 {
        margin-top: 20px
    }

    .bussiness_yeppy {
        border-radius: 0
    }

    .bussiness_yeppy .padd_top {
        padding-top: 20px
    }

    .bussiness_yeppy .buss_box {
        height: 230px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box .buss_content,
    .bussiness_yeppy .buss_box .buss_img {
        margin-top: 10px
    }

    .bussiness_yeppy .buss_box .buss_content p {
        font-size: 13px;
        line-height: 23px
    }

    .bussiness_yeppy .buss_box .buss_img img {
        height: 35px;
        width: auto
    }

    .bussiness_yeppy .buss_img_1 {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box_2 {
        height: 240px;
        margin-top: 10px;
        max-width: 630px;
        padding: 20px 20px 0
    }

    .bussiness_yeppy .buss_box_2 .buss_img_2 {
        margin-top: 10px
    }

    .bussiness_yeppy .buss_box_2 .buss_img_2 img {
        height: 35px;
        width: auto
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 {
        margin-top: 20px
    }

    .bussiness_yeppy .buss_box_2 .buss_content_2 p {
        font-size: 13px;
        line-height: 23px
    }

    .bussiness_yeppy .buss_img_4 {
        margin-top: 20px
    }

    .bussiness_yeppy .resp_order {
        order: 3
    }

    .bussiness_yeppy .resp_order1 {
        order: 2
    }

    .bussiness_yeppy .buss_big_img {
        text-align: center
    }

    .bussiness_yeppy .buss_big_img img {
        height: 400px;
        width: auto
    }

    .fiveanalysis_yeppy .five_img {
        margin-top: 10px
    }

    .useranalysis_yeppy {
        background-image: none !important;
        background: #fffaf8;
        height: unset;
        padding: 40px 0
    }

    .useranalysis_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .useranalysis_yeppy .user_main {
        height: unset
    }

    .useranalysis_yeppy .user_main .user_analysis_box {
        height: 220px;
        margin-top: 20px;
        padding: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex {
        display: flex
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_img {
        flex: 0 0 25%
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content {
        flex: 0 0 75%;
        margin-left: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content h6 {
        font-size: 12px;
        line-height: 22px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down {
        margin-top: 5px
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down .h6,
    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down h6 {
        margin-bottom: 0
    }

    .useranalysis_yeppy .user_main .user_analysis_box .user_analsis_flex .user_analysis_content .user_analysis_down ul li {
        font-size: 10px;
        line-height: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content {
        padding: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul {
        margin-bottom: 10px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li {
        font-size: 11px;
        line-height: 21px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .useranalysis_yeppy .user_main .user_analysis_second_content ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .comp_analysis p {
        font-size: 13px;
        line-height: 23px
    }

    .comp_analysis .analy_img {
        margin-top: 0
    }

    .comp_analysis .h2,
    .comp_analysis h2 {
        margin-bottom: 10px
    }

    .yeppy_img {
        display: none
    }

    .diamond_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .diamond_yeppy .h2,
    .diamond_yeppy h2 {
        margin-bottom: 10px
    }

    .diamond_yeppy ul {
        margin-top: 10px
    }

    .diamond_yeppy ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .diamond_yeppy ul li:before {
        height: 8px;
        top: 7px;
        width: 8px
    }

    .diamond_yeppy .padd_top {
        margin-top: 30px
    }

    .diamond_yeppy .diamond_img,
    .diamond_yeppy .discover_img {
        margin-top: 20px
    }

    .defineyeppy {
        border-radius: 0
    }

    .defineyeppy .padd_top {
        margin-top: 10px
    }

    .defineyeppy .define_main {
        display: block
    }

    .defineyeppy .define_main .define_box_yeppy {
        height: 390px;
        margin-top: 20px;
        max-width: 360px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content {
        padding: 15px 10px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy .define_box_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 {
        height: 230px;
        margin-left: 0;
        margin-top: 20px;
        max-width: 360px;
        padding: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul {
        margin-top: 10px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_main .define_box_yeppy_1 ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .defineyeppy .define_main .define_box_yeppy_1 .define_box_content_1 p {
        font-size: 12px;
        line-height: 22px
    }

    .defineyeppy .define_box_yeppy_2 {
        height: 170px;
        margin-top: 20px;
        max-width: 360px;
        padding: 15px 10px
    }

    .defineyeppy .define_box_yeppy_2 ul {
        margin-top: 10px
    }

    .defineyeppy .define_box_yeppy_2 ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .defineyeppy .define_box_yeppy_2 ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .defineyeppy .define_box_yeppy_2 .define_box_content_2 p {
        font-size: 12px;
        line-height: 22px
    }

    .defineyeppy .define_img {
        text-align: center
    }

    .defineyeppy .define_img img {
        height: 400px;
        width: auto
    }

    .defineyeppy .define_img1 {
        margin-top: 20px
    }

    .defineyeppy .define_img2 {
        margin-top: 20px;
        text-align: center
    }

    .defineyeppy .define_img2 img {
        height: 270px;
        width: auto
    }

    .design_yeppy {
        background-image: none !important;
        height: unset;
        padding: 30px 0
    }

    .design_yeppy ul {
        margin-top: 10px
    }

    .design_yeppy ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .design_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .design_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .design_yeppy .design_img {
        text-align: center
    }

    .design_yeppy .design_img img {
        height: 250px;
        width: auto
    }

    .delivery_yeppy {
        background-image: none !important;
        background: #f8f8f8;
        height: unset;
        padding: 30px 0
    }

    .delivery_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .delivery_yeppy ul {
        margin-top: 10px
    }

    .delivery_yeppy ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .delivery_yeppy ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .journey_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .implement_yeppy {
        border-radius: 0
    }

    .implement_yeppy .padd_top {
        margin-top: 10px
    }

    .implement_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .implement_yeppy .imp_content .h6,
    .implement_yeppy .imp_content h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .implement_yeppy .imp_content p {
        font-size: 12px;
        line-height: 22px
    }

    .implement_yeppy .imp_img {
        margin-top: 10px
    }

    .userexperience_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .userexperience_yeppy .user_box_yeppy {
        margin-top: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul {
        margin-top: 10px
    }

    .userexperience_yeppy .user_box_yeppy ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userexperience_yeppy .user_box_yeppy ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .wireframe_yeppy {
        border-radius: 0
    }

    .wireframe_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .wireframe_yeppy .padd_top {
        margin-top: 10px
    }

    .wireframe_yeppy .h2,
    .wireframe_yeppy h2 {
        margin-bottom: 10px
    }

    .userresearch_yeppy {
        height: unset;
        padding: 30px 0
    }

    .userresearch_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .userresearch_yeppy .h2,
    .userresearch_yeppy h2 {
        margin-bottom: 10px
    }

    .survey_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .survey_yeppy .h2,
    .survey_yeppy h2 {
        margin-bottom: 10px
    }

    .survey_yeppy .padd_top {
        margin-top: 20px
    }

    .survey_yeppy .survey_box {
        height: 250px;
        margin-bottom: 10px;
        padding: 20px 20px 0
    }

    .survey_yeppy .survey_box .survey_content .h5,
    .survey_yeppy .survey_box .survey_content h5 {
        font-size: 15px;
        line-height: 25px
    }

    .survey_yeppy .survey_box .survey_content ul {
        margin-top: 20px
    }

    .survey_yeppy .survey_box .survey_content ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px
    }

    .userreport_yeppy {
        border-radius: 0
    }

    .userreport_yeppy .report_main .user_report_main {
        height: 210px;
        margin-top: 20px;
        padding: 20px 30px 20px 20px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box {
        display: flex
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content {
        flex: 0 0 75%;
        margin-left: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down .h6,
    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down h6 {
        margin-bottom: 0
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_content .user_report_down p {
        font-size: 12px;
        line-height: 22px
    }

    .userreport_yeppy .report_main .user_report_main .user_report_box .user_report_img {
        flex: 0 0 25%
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content {
        padding: 10px 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul {
        margin-top: 10px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .userreport_yeppy .report_main .user_report_second .user_report_second_content ul li:before {
        height: 8px;
        top: 9px;
        width: 8px
    }

    .userreport_yeppy .user_report_mob_img {
        margin-top: 20px;
        text-align: center
    }

    .userreport_yeppy .user_report_mob_img img {
        height: 270px;
        width: auto
    }

    .analyticsreporting_yeppy .analytics_report_main ul {
        margin-top: 10px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .analyticsreporting_yeppy .analytics_report_main ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .analyticsreporting_yeppy .analytics_report_main p {
        font-size: 13px;
        line-height: 23px
    }

    .serviceusage_yeppy {
        background-image: none !important;
        background: #f8f8f8;
        height: unset;
        padding: 30px 0
    }

    .serviceusage_yeppy ul {
        margin-top: 10px
    }

    .serviceusage_yeppy ul li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .serviceusage_yeppy ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }

    .iterativedesign_yeppy p,
    .serviceusage_yeppy p {
        font-size: 13px;
        line-height: 23px
    }

    .iterativedesign_yeppy ul {
        margin-top: 10px
    }

    .iterativedesign_yeppy ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .iterativedesign_yeppy ul li:before {
        height: 8px;
        top: 8px;
        width: 8px
    }

    .iterativedesign_yeppy .iterative_img {
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained {
        left: 0;
        position: relative
    }

    .iterativedesign_yeppy .iterative_img .gatsby-image-wrapper-constrained img {
        height: 200px;
        width: auto
    }

    .stackfeeback_yeppy {
        border-radius: 0;
        margin-top: 0
    }

    .stackfeeback_yeppy .stack_feedback_box {
        height: 340px;
        margin-top: 20px;
        padding: 25px 20px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content {
        margin-top: 10px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_content p {
        font-size: 12px;
        line-height: 22px
    }

    .stackfeeback_yeppy .stack_feedback_box .stack_feedback_img_circle img {
        height: 35px;
        width: auto
    }

    .stackfeeback_yeppy .stack_feedback_img {
        margin-top: 30px
    }
}

.bg_textcolor .h2,
.bg_textcolor h2,
.bg_textcolor p {
    color: #fff
}

.banner_amj {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100vh
}

.banner_amj .h1,
.banner_amj h1 {
    color: #000
}

.banner_amj .banner_logo {
    margin-bottom: 20px
}

.banner_amj .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 30px
}

.banner_amj.banner_teemates {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.banner_amj.banner_teemates .h6,
.banner_amj.banner_teemates h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px
}

.banner_amj.banner_teemates .banner_logo {
    margin-bottom: 40px
}

.app_amj .h2,
.app_amj h2,
.problem_amj .h2,
.problem_amj h2 {
    color: #000
}

.app_amj .app_img {
    margin-bottom: 30px
}

.app_feature .h2,
.app_feature h2,
.client_expectation .h2,
.client_expectation h2 {
    color: #000
}

.solution_amj {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto
}

.solution_amj .h2,
.solution_amj h2,
.typography .h2,
.typography h2 {
    color: #000
}

.typography .font_img {
    margin-top: 60px
}

.typography .box_typo_img {
    margin-top: 50px
}

.fitness {
    background-repeat: no-repeat;
    background-size: contain
}

.fitness .h2,
.fitness h2 {
    color: #000
}

.fitness .carousel_amj .featured_item {
    padding-bottom: 160px
}

.fitness .carousel_amj .react-multiple-carousel__arrow--left {
    left: 0;
    min-height: 30px;
    min-width: 30px
}

.fitness .carousel_amj .react-multiple-carousel__arrow--left:before {
    font-size: 13px
}

.fitness .carousel_amj .react-multiple-carousel__arrow--left:hover {
    background: #de1a36
}

.fitness .carousel_amj .react-multiple-carousel__arrow--right {
    left: 40px;
    min-height: 30px;
    min-width: 30px;
    right: unset
}

.fitness .carousel_amj .react-multiple-carousel__arrow--right:before {
    font-size: 13px
}

.fitness .carousel_amj .react-multiple-carousel__arrow--right:hover {
    background: #de1a36
}

.resultamj {
    background-repeat: no-repeat;
    height: 860px
}

.resultamj .result_img {
    margin-top: 100px
}

.resultamj .result_content {
    margin-top: 80px
}

.resultamj .result_content p {
    padding-right: 150px
}

.upgrade .h2,
.upgrade h2 {
    color: #000
}

.upgrade .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 30px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_amj {
        background-size: 50%;
        height: 100vh
    }

    .banner_amj .banner_logo {
        margin-bottom: 20px
    }

    .banner_amj .banner_logo.banner_rodeo {
        margin-bottom: 10px
    }

    .banner_amj .banner_logo.banner_rodeo .gatsby-image-wrapper img {
        height: 150px;
        width: auto
    }

    .banner_amj .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_amj .rodeo_banner_img .gatsby-image-wrapper img {
        height: 600px;
        width: auto
    }

    .solution_amj {
        background-position: 100% 0;
        background-size: 55%
    }

    .resultamj {
        background-position: 100%;
        background-repeat: no-repeat;
        height: 780px
    }

    .resultamj .result_img {
        margin-top: 100px
    }

    .resultamj .result_content {
        margin-top: 80px
    }

    .resultamj .result_content p {
        padding-right: 150px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_amj {
        background-size: 55%;
        height: 100vh
    }

    .banner_amj .banner_logo {
        margin-bottom: 20px
    }

    .banner_amj .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_amj .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_amj.banner_teemates .h6,
    .banner_amj.banner_teemates h6 {
        font-size: 16px;
        line-height: 26px
    }

    .banner_amj.banner_teemates .banner_logo {
        margin-bottom: 30px
    }

    .banner_amj.banner_teemates .banner_logo.banner_rodeo {
        margin-bottom: 10px
    }

    .banner_amj.banner_teemates .banner_logo.banner_rodeo .gatsby-image-wrapper img {
        height: 140px;
        width: auto
    }

    .banner_amj.banner_teemates .banner_img .gatsby-image-wrapper img {
        height: 420px;
        width: auto
    }

    .banner_amj.banner_teemates .rodeo_banner_img .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }

    .solution_amj {
        background-position: 100% 0;
        background-size: 55%
    }

    .resultamj {
        background-position: 100%;
        background-repeat: no-repeat;
        height: 740px
    }

    .resultamj .result_img {
        margin-top: 100px
    }

    .resultamj .result_content {
        margin-top: 80px
    }

    .resultamj .result_content p {
        padding-right: 150px
    }

    .upgrade .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .upgrade .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_amj {
        background-size: 50%;
        height: 100vh
    }

    .banner_amj .banner_logo {
        margin-bottom: 20px
    }

    .banner_amj .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_amj .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_amj .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_amj.banner_teemates .h6,
    .banner_amj.banner_teemates h6 {
        font-size: 16px;
        line-height: 26px
    }

    .banner_amj.banner_teemates .banner_logo {
        margin-bottom: 30px
    }

    .banner_amj.banner_teemates .banner_logo.banner_rodeo {
        margin-bottom: 10px
    }

    .banner_amj.banner_teemates .banner_logo.banner_rodeo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .banner_amj.banner_teemates .banner_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .banner_amj.banner_teemates .rodeo_banner_img .gatsby-image-wrapper img,
    .problem_amj .problem_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .solution_amj {
        background-position: 100% 0;
        background-size: 55%
    }

    .resultamj {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 690px
    }

    .resultamj .result_img {
        margin-top: 100px
    }

    .resultamj .result_content {
        margin-top: 80px
    }

    .resultamj .result_content p {
        padding-right: 150px
    }

    .typography .font_img {
        margin-top: 60px
    }

    .typography .box_typo_img {
        margin-top: 50px
    }

    .typography .typo_right_img .gatsby-image-wrapper img {
        height: 230px;
        width: auto
    }

    .fitness .fitness_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .upgrade .upgrade_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .upgrade .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .upgrade .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_amj {
        background-size: 60%;
        height: 100vh
    }

    .banner_amj .banner_logo {
        margin-bottom: 20px
    }

    .banner_amj .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_amj .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_amj .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_amj.banner_teemates .h6,
    .banner_amj.banner_teemates h6 {
        font-size: 16px;
        line-height: 26px
    }

    .banner_amj.banner_teemates .banner_logo {
        margin-bottom: 20px
    }

    .banner_amj.banner_teemates .banner_img .gatsby-image-wrapper img {
        height: 380px;
        width: auto
    }

    .problem_amj .problem_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .solution_amj {
        background-position: 100% 0;
        background-size: 55%
    }

    .resultamj {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 630px
    }

    .resultamj .result_img {
        margin-top: 100px
    }

    .resultamj .result_content {
        margin-top: 80px
    }

    .resultamj .result_content p {
        padding-right: 150px
    }

    .typography .font_img {
        margin-top: 60px
    }

    .typography .box_typo_img {
        margin-top: 50px
    }

    .typography .typo_right_img .gatsby-image-wrapper img {
        height: 230px;
        width: auto
    }

    .fitness .fitness_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .upgrade .upgrade_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .upgrade .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .upgrade .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_amj {
        background-size: 63%;
        height: unset;
        padding: 60px 0
    }

    .banner_amj .banner_logo {
        margin-bottom: 10px
    }

    .banner_amj .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_amj .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_amj .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_amj.banner_teemates .h6,
    .banner_amj.banner_teemates h6 {
        font-size: 15px;
        line-height: 25px
    }

    .banner_amj.banner_teemates .banner_logo {
        margin-bottom: 20px
    }

    .banner_amj.banner_teemates .banner_img .gatsby-image-wrapper img,
    .problem_amj .problem_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .solution_amj {
        background-position: 100% 0;
        background-size: 50%
    }

    .resultamj {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 595px
    }

    .resultamj .result_img {
        margin-top: 100px
    }

    .resultamj .result_content {
        margin-top: 80px
    }

    .resultamj .result_content p {
        padding-right: 150px
    }

    .typography .font_img {
        margin-top: 30px
    }

    .typography .font_img .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .typography .box_typo_img {
        margin-top: 40px
    }

    .typography .typo_right_img .gatsby-image-wrapper img {
        height: 180px;
        width: auto
    }

    .fitness .fitness_img .gatsby-image-wrapper img {
        height: 330px;
        width: auto
    }

    .upgrade .upgrade_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .upgrade .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .upgrade .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_amj {
        background: none !important;
        height: unset;
        padding: 80px 0 40px
    }

    .banner_amj .banner_logo,
    .banner_amj .h1,
    .banner_amj h1 {
        margin-bottom: 10px
    }

    .banner_amj .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .banner_amj .banner_btn {
        gap: 10px;
        margin-top: 20px
    }

    .banner_amj .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_amj.banner_teemates .h6,
    .banner_amj.banner_teemates h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .banner_amj.banner_teemates .banner_logo {
        margin-bottom: 20px
    }

    .banner_amj.banner_teemates .banner_logo.banner_rodeo {
        margin-bottom: 10px
    }

    .banner_amj.banner_teemates .banner_logo.banner_rodeo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_amj.banner_teemates .banner_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .banner_amj .rodeo_banner_img {
        margin-top: 40px
    }

    .problem_amj .problem_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .problem_amj .resp_order {
        order: 2
    }

    .app_amj .h2,
    .app_amj h2,
    .problem_amj .h2,
    .problem_amj h2 {
        margin-bottom: 10px
    }

    .app_amj .app_img {
        margin-bottom: 20px
    }

    .client_expectation .h2,
    .client_expectation h2 {
        margin-bottom: 10px
    }

    .client_expectation .resp_order {
        order: 2
    }

    .solution_amj {
        background: none !important
    }

    .solution_amj .h2,
    .solution_amj h2,
    .typography .h2,
    .typography h2 {
        margin-bottom: 10px
    }

    .typography .font_img {
        margin-top: 20px
    }

    .typography .box_typo_img {
        margin-top: 30px
    }

    .fitness {
        background: none !important
    }

    .fitness .h2,
    .fitness h2 {
        margin-bottom: 10px
    }

    .fitness .carousel_amj .featured_item {
        padding-bottom: 10px
    }

    .fitness .carousel_amj .react-multiple-carousel__arrow--left,
    .fitness .carousel_amj .react-multiple-carousel__arrow--right {
        display: none
    }

    .resultamj {
        background-image: none !important;
        background: #de1a36;
        height: unset;
        padding: 30px 0
    }

    .resultamj .result_img {
        margin-top: 20px
    }

    .resultamj .h2,
    .resultamj h2 {
        margin-bottom: 10px
    }

    .resultamj .result_content {
        margin-top: 10px
    }

    .resultamj .result_content p {
        padding-right: 0
    }

    .upgrade .upgrade_img {
        margin-top: 30px
    }

    .upgrade .upgrade_img .gatsby-image-wrapper img {
        height: 300px;
        width: auto
    }

    .upgrade .h2,
    .upgrade h2 {
        margin-bottom: 10px
    }

    .upgrade .banner_btn {
        gap: 10px;
        margin-top: 20px
    }

    .upgrade .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .upgrade.result_rodeo .resp_order {
        order: 2
    }
}

.text_whitegreen .h1,
.text_whitegreen h1 {
    color: #8ef08b
}

.text_whitegreen p {
    color: #fff
}

.text_whitegreen .h2,
.text_whitegreen h2 {
    color: #8ef08b
}

.back_black {
    background: #000
}

.banner_plank {
    height: 100vh
}

.banner_plank .home_vid {
    position: relative
}

.banner_plank .home_vid #myVideo {
    object-fit: cover;
    position: absolute;
    width: 100%
}

.banner_plank .banner_content .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px
}

.banner_plank .banner_content .banner_btn .gatsby-image-wrapper img {
    height: 60px;
    width: auto
}

.ecomm_list ul {
    margin-top: 20px
}

.ecomm_list ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.ecomm_list ul li:before {
    background: #8ef08b;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 7px
}

.ecomm_list ul li .h5,
.ecomm_list ul li h5 {
    color: #8ef08b;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

.client_plank,
.resultsplank {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.resultsplank {
    background-position: 50%
}

.resultsplank .h2,
.resultsplank h2 {
    margin-top: 60px
}

.techstack_plank .tech_img {
    margin-top: 30px
}

.theresult_plank {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh
}

.theresult_plank .the_result_content {
    padding-left: 70px;
    padding-top: 100px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_plank .banner_content .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_plank .banner_content .banner_btn .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .banner_plank .banner_content .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .theresult_plank {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100vh
    }

    .theresult_plank .the_result_content {
        padding-left: 60px;
        padding-top: 100px
    }

    .theresult_plank .the_result_content .h2,
    .theresult_plank .the_result_content h2 {
        margin-bottom: 10px
    }

    .theresult_plank .the_result_content p {
        font-size: 16px;
        line-height: 28px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_plank .banner_content .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_plank .banner_content .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_plank .banner_content .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .theresult_plank {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%
    }

    .theresult_plank .the_result_content {
        padding-left: 60px;
        padding-top: 90px
    }

    .theresult_plank .the_result_content .h2,
    .theresult_plank .the_result_content h2 {
        margin-bottom: 10px
    }

    .theresult_plank .the_result_content p {
        font-size: 14px;
        line-height: 26px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_plank .banner_content .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_plank .banner_content .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_plank .banner_content .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .techstack_plank .tech_img .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .theresult_plank .the_result_content {
        padding-left: 60px;
        padding-top: 80px
    }

    .theresult_plank .the_result_content .h2,
    .theresult_plank .the_result_content h2 {
        margin-bottom: 10px
    }

    .theresult_plank .the_result_content p {
        font-size: 14px;
        line-height: 24px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_plank {
        height: 570px
    }

    .banner_plank .banner_content .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_plank .banner_content .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_plank .banner_content .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .techstack_plank .tech_img .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .resultsplank .h2,
    .resultsplank h2 {
        margin-top: 50px;
        padding-left: 30px
    }

    .resultsplank p {
        padding-left: 30px
    }

    .theresult_plank .the_result_content {
        padding-left: 60px;
        padding-top: 80px
    }

    .theresult_plank .the_result_content .h2,
    .theresult_plank .the_result_content h2 {
        margin-bottom: 10px
    }

    .theresult_plank .the_result_content p {
        font-size: 12px;
        line-height: 22px
    }
}

@media(min-width:667px)and (max-width:899px) {

    .banner_plank,
    .banner_plank .home_vid #myVideo {
        height: 50vh
    }

    .banner_plank .banner_content .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_plank .banner_content .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_plank .banner_content .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .resultsplank {
        height: 50vh
    }

    .resultsplank .h2,
    .resultsplank h2 {
        margin-top: 65px;
        padding-left: 30px
    }

    .resultsplank p {
        padding-left: 30px
    }

    .techstack_plank .tech_img .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .client_plank {
        background-position: 50%;
        height: 50vh
    }

    .theresult_plank {
        height: 50vh
    }

    .theresult_plank .the_result_content {
        padding-left: 80px;
        padding-top: 60px
    }

    .theresult_plank .the_result_content .h2,
    .theresult_plank .the_result_content h2 {
        margin-bottom: 10px
    }

    .theresult_plank .the_result_content p {
        font-size: 10px;
        line-height: 16px
    }
}

@media(min-width:0px)and (max-width:666px) {

    .text_whitegreen .h1,
    .text_whitegreen .h2,
    .text_whitegreen h1,
    .text_whitegreen h2 {
        color: #8ef08b;
        margin-bottom: 10px
    }

    .banner_plank,
    .banner_plank .home_vid #myVideo {
        height: 100vh
    }

    .banner_plank .banner_content .banner_btn {
        gap: 10px;
        margin-top: 20px
    }

    .banner_plank .banner_content .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_plank .banner_content .banner_logo .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .challenge_plank .resp_order {
        order: 2
    }

    .ecomm_list ul {
        margin-top: 20px
    }

    .ecomm_list ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .ecomm_list ul li:before {
        height: 6px;
        left: 0;
        top: 10px;
        width: 6px
    }

    .ecomm_list ul li .h5,
    .ecomm_list ul li h5 {
        color: #8ef08b;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .client_plank,
    .resultsplank {
        background-image: none !important;
        background: #000;
        height: unset;
        padding: 25px 0
    }

    .resultsplank .h2,
    .resultsplank h2 {
        margin-top: 0
    }

    .techstack_plank .tech_img {
        margin-top: 20px
    }

    .theresult_plank {
        background-image: none !important;
        background: #000;
        height: unset;
        padding: 25px 0
    }

    .theresult_plank .the_result_content {
        padding-left: 0;
        padding-top: 10px
    }
}

.text_mocuts .h1,
.text_mocuts .h2,
.text_mocuts h1,
.text_mocuts h2 {
    color: #04396c
}

.text_mocuts .h2 span,
.text_mocuts h2 span {
    color: #dc3c2a
}

.case_soundly .h2,
.case_soundly h2 {
    color: #1a1427;
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 30px
}

.case_soundly .h2 span,
.case_soundly h2 span {
    color: #dd261d;
    display: block
}

.case_soundly ul {
    padding-left: 30px
}

.case_soundly ul li {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    position: relative
}

.case_soundly ul li:after {
    background: #dd261d;
    border-radius: 100%;
    content: "";
    height: 15px;
    left: -25px;
    position: absolute;
    top: 10px;
    width: 15px
}

.banner_soundly {
    background: #1a1527;
    height: 60vh
}

.banner_soundly.banner_mocuts {
    background-repeat: no-repeat;
    background-size: cover
}

.discover_section {
    background-color: #f8f5ff;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80vh
}

.client_expectations {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%
}

.client_expectations.concept_mocuts {
    background-size: contain
}

.client_expectations ul {
    padding-left: 30px
}

.client_expectations ul li {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    position: relative
}

.client_expectations ul li:after {
    background: #dd261d;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: -25px;
    position: absolute;
    top: 10px;
    width: 10px
}

.font_banner {
    height: 100vh
}

.challenge_section {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: 80vh
}

.challenge_section.features_mocuts {
    height: 100vh
}

.challenge_section.features_mocuts ul {
    padding-left: 30px
}

.challenge_section.features_mocuts ul li {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    position: relative
}

.challenge_section.features_mocuts ul li:after {
    background: #dd261d;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: -25px;
    position: absolute;
    top: 10px;
    width: 10px
}

.challenge_section p {
    display: flex;
    gap: 45px
}

.the_solution p {
    margin-bottom: 40px
}

.features_section {
    background: #1a1427
}

.features_section .h2,
.features_section h2 {
    color: #fff
}

.features_section p {
    color: #fff;
    font-size: 18px
}

.features_section .features_txt.center_txt {
    padding: 50px 0
}

.technology {
    background-position: 100%;
    background-repeat: no-repeat
}

.technology .outcome_img {
    bottom: 0;
    left: 0;
    position: absolute
}

.technology .tech_list {
    max-width: 600px
}

.technology .tech_list ul li {
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 20px;
    position: relative
}

.technology .tech_list ul li:after {
    background: #dd261d;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: -25px;
    position: absolute;
    top: 10px;
    width: 12px
}

.technology .tech_list ul li .tech_text .h5,
.technology .tech_list ul li .tech_text h5 {
    color: #1a1427;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.technology .tech_list ul li .tech_text .h5 span,
.technology .tech_list ul li .tech_text h5 span {
    color: #817ba1;
    display: block;
    font-size: 18px
}

.technology .outcome_content {
    display: flex;
    gap: 20px
}

.technology .outcome_content p {
    color: #817ba1
}

.key_feature {
    background: #04396c;
    padding: 100px 0 0
}

.key_feature .key_box {
    background: transparent;
    border: 1px solid #fff;
    margin-top: 30px;
    min-height: 433px;
    padding: 50px 30px;
    text-align: center;
    transition: .2s ease-in-out
}

.key_feature .key_box p {
    margin-bottom: 0
}

.key_feature .key_box .h4,
.key_feature .key_box h4 {
    color: #fff
}

.key_feature .key_box:hover {
    background: #fff;
    transition: .2s ease-in-out
}

.key_feature .key_box:hover .h4,
.key_feature .key_box:hover h4 {
    color: #04396c
}

.key_feature .key_box:hover p {
    color: #717783
}

.key_feature .key_red {
    background: #dc3c2a;
    padding: 20px 0;
    text-align: center
}

.key_feature .key_red p {
    margin-bottom: 0
}

.challenge_mocuts {
    background-position: 100% 0;
    background-size: contain
}

.challenge_mocuts,
.result_mocuts {
    background-repeat: no-repeat;
    height: 100vh
}

.result_mocuts {
    background-position: 0;
    background-size: 50%
}

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

    .case_soundly .h2,
    .case_soundly h2 {
        font-size: 90px;
        line-height: 100px;
        margin-bottom: 30px
    }

    .case_soundly ul {
        padding-left: 30px
    }

    .case_soundly ul li {
        margin-bottom: 20px
    }

    .case_soundly ul li:after {
        height: 12px;
        left: -25px;
        top: 9px;
        width: 12px
    }

    .discover_section {
        height: 80vh
    }

    .client_expectations {
        background-size: 50%
    }

    .challenge_section {
        background-size: contain
    }

    .challenge_section p {
        display: flex;
        gap: 45px
    }

    .technology {
        background-size: 35%
    }

    .technology .outcome_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .technology .tech_list {
        max-width: 600px
    }

    .technology .tech_list ul li {
        margin-bottom: 0
    }

    .technology .tech_list ul li:after {
        left: -25px;
        top: 10px;
        width: 12px
    }

    .technology .tech_list ul li .tech_text .h5,
    .technology .tech_list ul li .tech_text h5 {
        font-size: 15px;
        line-height: 25px
    }

    .technology .tech_list ul li .tech_text .h5 span,
    .technology .tech_list ul li .tech_text h5 span {
        display: block;
        font-size: 14px
    }

    .technology .outcome_content {
        display: flex;
        gap: 20px
    }
}

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

    .case_soundly .h2,
    .case_soundly h2 {
        font-size: 75px;
        line-height: 85px;
        margin-bottom: 30px
    }

    .case_soundly ul {
        padding-left: 30px
    }

    .case_soundly ul li {
        margin-bottom: 20px
    }

    .case_soundly ul li:after {
        height: 11px;
        left: -25px;
        top: 9px;
        width: 11px
    }

    .discover_section {
        height: 80vh
    }

    .client_expectations {
        background-size: 50%
    }

    .features_section p {
        color: #fff;
        font-size: 16px
    }

    .features_section .features_txt.center_txt {
        padding: 50px 0
    }

    .challenge_section {
        background-size: contain
    }

    .challenge_section p {
        display: flex;
        gap: 45px
    }

    .technology {
        background-size: 35%
    }

    .technology .outcome_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .technology .tech_list {
        max-width: 600px
    }

    .technology .tech_list ul li {
        margin-bottom: 0
    }

    .technology .tech_list ul li:after {
        height: 11px;
        left: -25px;
        top: 9px;
        width: 11px
    }

    .technology .tech_list ul li .tech_text .h5,
    .technology .tech_list ul li .tech_text h5 {
        font-size: 14px;
        line-height: 24px
    }

    .technology .tech_list ul li .tech_text .h5 span,
    .technology .tech_list ul li .tech_text h5 span {
        display: block;
        font-size: 13px
    }

    .technology .outcome_content {
        display: flex;
        gap: 20px
    }

    .key_feature {
        padding: 100px 0 0
    }

    .key_feature .key_box {
        margin-top: 30px;
        min-height: 385px;
        padding: 50px 30px
    }

    .key_feature .key_red {
        padding: 20px 0
    }
}

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

    .case_soundly .h2,
    .case_soundly h2 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 20px
    }

    .case_soundly ul {
        padding-left: 30px
    }

    .case_soundly ul li {
        margin-bottom: 20px
    }

    .case_soundly ul li:after {
        height: 10px;
        left: -25px;
        top: 8px;
        width: 10px
    }

    .banner_soundly {
        height: 60vh
    }

    .banner_soundly .gatsby-image-wrapper img {
        height: 180px;
        width: auto
    }

    .banner_soundly.banner_mocuts .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .discover_section {
        height: 80vh
    }

    .client_expectations {
        background-size: 50%
    }

    .features_section p {
        color: #fff;
        font-size: 15px
    }

    .features_section .features_txt.center_txt {
        padding: 50px 0
    }

    .challenge_section {
        background-size: contain
    }

    .challenge_section p {
        display: flex;
        gap: 45px
    }

    .challenge_section.features_mocuts ul {
        padding-left: 30px
    }

    .challenge_section.features_mocuts ul li {
        margin-bottom: 10px
    }

    .challenge_section.features_mocuts ul li:after {
        height: 8px;
        left: -25px;
        top: 8px;
        width: 8px
    }

    .technology {
        background-size: 35%
    }

    .technology .outcome_img .gatsby-image-wrapper img {
        height: 320px;
        width: auto
    }

    .technology .tech_list {
        max-width: 600px
    }

    .technology .tech_list ul li {
        margin-bottom: 0
    }

    .technology .tech_list ul li:after {
        height: 10px;
        left: -25px;
        top: 9px;
        width: 10px
    }

    .technology .tech_list ul li .tech_text .h5,
    .technology .tech_list ul li .tech_text h5 {
        font-size: 14px;
        line-height: 24px
    }

    .technology .tech_list ul li .tech_text .h5 span,
    .technology .tech_list ul li .tech_text h5 span {
        display: block;
        font-size: 13px
    }

    .technology .outcome_content {
        display: flex;
        gap: 20px
    }

    .key_feature {
        padding: 100px 0 0
    }

    .key_feature .key_box {
        margin-top: 30px;
        min-height: 375px;
        padding: 40px 25px
    }

    .key_feature .key_red {
        padding: 20px 0
    }
}

@media(min-width:900px)and (max-width:1199px) {

    .case_soundly .h2,
    .case_soundly h2 {
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 20px
    }

    .case_soundly ul {
        padding-left: 30px
    }

    .case_soundly ul li {
        margin-bottom: 20px
    }

    .case_soundly ul li:after {
        height: 9px;
        left: -25px;
        top: 7px;
        width: 9px
    }

    .banner_soundly {
        height: 60vh
    }

    .banner_soundly .gatsby-image-wrapper img {
        height: 170px;
        width: auto
    }

    .banner_soundly.banner_mocuts .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .discover_section {
        height: 80vh
    }

    .client_expectations {
        background-size: 50%
    }

    .features_section p {
        color: #fff;
        font-size: 13px
    }

    .features_section .features_txt.center_txt {
        padding: 30px 0
    }

    .challenge_section {
        background-size: contain
    }

    .challenge_section p {
        display: flex;
        gap: 45px
    }

    .challenge_section.features_mocuts {
        background-size: 50%
    }

    .challenge_section.features_mocuts ul {
        padding-left: 30px
    }

    .challenge_section.features_mocuts ul li {
        margin-bottom: 10px
    }

    .challenge_section.features_mocuts ul li:after {
        height: 8px;
        left: -25px;
        top: 8px;
        width: 8px
    }

    .technology {
        background-size: 35%
    }

    .technology .outcome_img .gatsby-image-wrapper img {
        height: 250px;
        width: auto
    }

    .technology .tech_list {
        max-width: 600px
    }

    .technology .tech_list ul li {
        margin-bottom: 0
    }

    .technology .tech_list ul li:after {
        height: 10px;
        left: -25px;
        top: 9px;
        width: 10px
    }

    .technology .tech_list ul li .tech_text .h5,
    .technology .tech_list ul li .tech_text h5 {
        font-size: 13px;
        line-height: 23px
    }

    .technology .tech_list ul li .tech_text .h5 span,
    .technology .tech_list ul li .tech_text h5 span {
        display: block;
        font-size: 12px
    }

    .technology .outcome_content {
        display: flex;
        gap: 20px
    }

    .key_feature .key_box {
        margin-top: 30px;
        min-height: 400px;
        padding: 35px 20px
    }

    .key_feature .key_red {
        padding: 20px 0
    }
}

@media(min-width:667px)and (max-width:899px) {

    .case_soundly .h2,
    .case_soundly h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px
    }

    .case_soundly ul {
        padding-left: 30px
    }

    .case_soundly ul li {
        margin-bottom: 20px
    }

    .case_soundly ul li:after {
        height: 9px;
        left: -25px;
        top: 7px;
        width: 9px
    }

    .banner_soundly {
        height: 40vh
    }

    .banner_soundly .gatsby-image-wrapper img {
        height: 150px;
        width: auto
    }

    .banner_soundly.banner_mocuts .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .discover_section {
        background-size: 55%;
        height: 50vh
    }

    .client_expectations {
        background-size: 50%;
        height: 80vh
    }

    .client_expectations.concept_mocuts {
        background-size: 50%;
        height: 50vh
    }

    .font_banner {
        height: 50vh
    }

    .features_section p {
        color: #fff;
        font-size: 13px
    }

    .features_section .features_txt.center_txt {
        padding: 30px 0
    }

    .challenge_section {
        background-size: 45%;
        height: 60vh
    }

    .challenge_section p {
        display: flex;
        gap: 25px
    }

    .challenge_section.features_mocuts {
        background-size: 50%;
        height: 60vh
    }

    .challenge_section.features_mocuts ul {
        padding-left: 30px
    }

    .challenge_section.features_mocuts ul li {
        margin-bottom: 10px
    }

    .challenge_section.features_mocuts ul li:after {
        height: 7px;
        left: -25px;
        top: 7px;
        width: 7px
    }

    .technology {
        background-image: none !important
    }

    .technology .outcome_img {
        display: none
    }

    .technology .tech_list {
        max-width: 600px
    }

    .technology .tech_list ul li {
        margin-bottom: 0
    }

    .technology .tech_list ul li:after {
        height: 10px;
        left: -25px;
        top: 9px;
        width: 10px
    }

    .technology .tech_list ul li .tech_text .h5,
    .technology .tech_list ul li .tech_text h5 {
        font-size: 13px;
        line-height: 23px
    }

    .technology .tech_list ul li .tech_text .h5 span,
    .technology .tech_list ul li .tech_text h5 span {
        display: block;
        font-size: 12px
    }

    .technology .outcome_content {
        display: flex;
        gap: 20px
    }

    .key_feature {
        padding: 40px 0 0
    }

    .key_feature .key_box {
        margin-top: 30px;
        min-height: 250px;
        padding: 35px 20px
    }

    .key_feature .key_red {
        padding: 20px 0
    }

    .challenge_mocuts {
        background-size: 50%;
        height: 50vh
    }

    .result_mocuts {
        height: 50vh
    }
}

@media(min-width:0px)and (max-width:666px) {

    .case_soundly .h2,
    .case_soundly h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px
    }

    .case_soundly .h2 span,
    .case_soundly h2 span {
        display: inline-block
    }

    .case_soundly ul {
        padding-left: 20px
    }

    .case_soundly ul li {
        margin-bottom: 10px
    }

    .case_soundly ul li:after {
        height: 7px;
        left: -20px;
        top: 6px;
        width: 7px
    }

    .banner_soundly {
        height: unset;
        padding: 80px 0
    }

    .banner_soundly .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_soundly.banner_mocuts {
        background-image: none !important;
        background: #04396c;
        height: unset;
        padding: 80px 0
    }

    .banner_soundly.banner_mocuts .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .client_expectations,
    .discover_section {
        background-image: none !important;
        height: unset
    }

    .client_expectations.concept_mocuts {
        padding: 0
    }

    .font_banner {
        height: unset
    }

    .challenge_section {
        background-image: none !important;
        height: unset
    }

    .challenge_section p {
        display: block
    }

    .challenge_section.features_mocuts {
        background-image: none !important;
        height: unset;
        padding: 0 0 20px
    }

    .challenge_section.features_mocuts ul {
        padding-left: 20px
    }

    .challenge_section.features_mocuts ul li {
        margin-bottom: 10px
    }

    .challenge_section.features_mocuts ul li:after {
        height: 6px;
        left: -15px;
        top: 7px;
        width: 6px
    }

    .the_solution p {
        margin-bottom: 10px
    }

    .the_solution .resp_order {
        order: 3
    }

    .the_solution .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .features_section p {
        font-size: 13px
    }

    .features_section .features_txt.center_txt {
        padding: 20px 0
    }

    .technology {
        background-image: none !important
    }

    .technology .outcome_img {
        display: none
    }

    .technology .tech_list {
        max-width: 100%;
        width: 100%
    }

    .technology .tech_list ul li {
        display: block;
        justify-content: unset;
        margin-top: 20px
    }

    .technology .tech_list ul li:after {
        height: 8px;
        left: -20px;
        top: 8px;
        width: 8px
    }

    .technology .tech_list ul li .tech_text .h5,
    .technology .tech_list ul li .tech_text h5 {
        font-size: 12px;
        line-height: 22px
    }

    .technology .tech_list ul li .tech_text .h5 span,
    .technology .tech_list ul li .tech_text h5 span {
        display: block;
        font-size: 11px
    }

    .technology .tech_list .tech_img .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .technology .outcome_content {
        display: block
    }

    .key_feature {
        padding: 40px 0 0
    }

    .key_feature .key_box {
        margin-top: 30px;
        min-height: 250px;
        padding: 20px 10px
    }

    .key_feature .key_red {
        padding: 10px 0
    }

    .challenge_mocuts {
        padding: 30px 0
    }

    .challenge_mocuts,
    .result_mocuts {
        background-image: none !important;
        height: unset
    }

    .result_mocuts {
        padding: 30px 0 20px
    }
}

.back_dark {
    background: #141826
}

.padd_top {
    padding-top: 100px
}

.banner_ether {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 0;
    position: relative
}

.banner_ether .banner_logo {
    margin-bottom: 50px
}

.banner_ether .banner_content,
.banner_ether .banner_img {
    margin-top: 20px
}

.banner_ether .req_ether_img {
    bottom: -30px;
    left: -160px;
    position: absolute;
    z-index: 1
}

.banner_ether .req_ether_img .gatsby-image-wrapper img {
    height: 480px;
    width: auto
}

.client_ether .client_coin_img {
    margin-top: 40px
}

.client_ether .client_ether_img {
    position: absolute;
    right: -160px;
    z-index: 1
}

.client_ether .client_ether_img .gatsby-image-wrapper img {
    height: 580px;
    width: auto
}

.problemether {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0 !important
}

.problemether ul li {
    color: #fff;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.problemether ul li:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 6px
}

.problemether .problem_ether_img {
    margin-top: 50px
}

.solution_ether {
    background-repeat: no-repeat;
    background-size: cover
}

.solution_ether .result_img {
    margin-top: 50px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_ether .req_ether_img {
        bottom: -30px;
        left: -130px;
        z-index: 1
    }

    .banner_ether .req_ether_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .client_ether .client_ether_img {
        right: -130px
    }

    .client_ether .client_ether_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .problemether ul li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .problemether ul li:before {
        height: 6px;
        left: 0;
        top: 13px;
        width: 6px
    }

    .problemether .problem_ether_img {
        margin-top: 50px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .padd_top {
        padding-top: 90px
    }

    .banner_ether .req_ether_img {
        bottom: -20px;
        left: -100px
    }

    .banner_ether .req_ether_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .client_ether .client_ether_img {
        bottom: 10px;
        right: -100px
    }

    .client_ether .client_ether_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .problemether ul li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .problemether ul li:before {
        height: 6px;
        left: 0;
        top: 13px;
        width: 6px
    }

    .problemether .problem_ether_img {
        margin-top: 40px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .padd_top {
        padding-top: 80px
    }

    .banner_ether .banner_logo {
        margin-bottom: 30px
    }

    .banner_ether .banner_logo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .banner_ether .banner_logo .banner_content,
    .banner_ether .banner_logo .banner_img {
        margin-top: 10px
    }

    .banner_ether .req_ether_img {
        bottom: -20px;
        left: -120px
    }

    .banner_ether .req_ether_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .client_ether .client_ether_img {
        bottom: 10px;
        right: -115px
    }

    .client_ether .client_ether_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .problemether ul li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .problemether ul li:before {
        height: 6px;
        left: 0;
        top: 12px;
        width: 6px
    }

    .problemether .problem_ether_img {
        margin-top: 40px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .padd_top {
        padding-top: 70px
    }

    .banner_ether {
        padding: 130px 0 0
    }

    .banner_ether .banner_logo {
        margin-bottom: 30px
    }

    .banner_ether .banner_logo .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .banner_ether .banner_logo .banner_content,
    .banner_ether .banner_logo .banner_img {
        margin-top: 10px
    }

    .banner_ether .req_ether_img {
        bottom: 0;
        left: -70px
    }

    .banner_ether .req_ether_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .client_ether .client_ether_img {
        bottom: 50px;
        right: -80px
    }

    .client_ether .client_ether_img .gatsby-image-wrapper img {
        height: 370px;
        width: auto
    }

    .problemether ul li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .problemether ul li:before {
        height: 6px;
        left: 0;
        top: 10px;
        width: 6px
    }

    .problemether .problem_ether_img {
        margin-top: 40px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .padd_top {
        padding-top: 60px
    }

    .banner_ether {
        padding: 120px 0 0
    }

    .banner_ether .banner_logo {
        margin-bottom: 20px
    }

    .banner_ether .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_ether .banner_logo .banner_content,
    .banner_ether .banner_logo .banner_img {
        margin-top: 10px
    }

    .banner_ether .req_ether_img {
        bottom: 50px;
        left: 0
    }

    .banner_ether .req_ether_img .gatsby-image-wrapper img {
        height: 250px;
        width: auto
    }

    .client_ether .client_ether_img {
        bottom: 80px;
        right: 0
    }

    .client_ether .client_ether_img .gatsby-image-wrapper img {
        height: 250px;
        width: auto
    }

    .problemether ul li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .problemether ul li:before {
        height: 6px;
        left: 0;
        top: 10px;
        width: 6px
    }

    .problemether .problem_ether_img {
        margin-top: 40px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .padd_top {
        padding-top: 25px
    }

    .h2,
    h2 {
        margin-bottom: 10px
    }

    .banner_ether {
        padding: 100px 0 0
    }

    .banner_ether .h1,
    .banner_ether h1 {
        margin-bottom: 10px
    }

    .banner_ether .resp_order {
        order: 2
    }

    .banner_ether .banner_logo {
        margin-bottom: 10px
    }

    .banner_ether .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .banner_ether .banner_content,
    .banner_ether .banner_img {
        margin-top: 0
    }

    .banner_ether .req_ether_img {
        bottom: unset;
        left: -15px;
        position: relative;
        text-align: center
    }

    .banner_ether .req_ether_img .gatsby-image-wrapper img {
        height: unset;
        width: auto
    }

    .client_ether .client_coin_img {
        margin-top: 10px
    }

    .client_ether .client_coin_img .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .client_ether .client_ether_img {
        position: relative;
        right: -10px;
        text-align: center
    }

    .client_ether .client_ether_img .gatsby-image-wrapper img {
        height: 250px;
        width: auto
    }

    .problemether ul li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .problemether ul li:before {
        height: 5px;
        left: 5px;
        top: 10px;
        width: 5px
    }

    .problemether .problem_ether_img {
        margin-top: 10px
    }

    .solution_ether .resp_order {
        order: 2
    }

    .solution_ether .result_img {
        margin-top: 0
    }
}

.banner_hde {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: 90vh
}

.banner_hde .banner_img {
    padding-top: 180px
}

.banner_hde .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 30px
}

.ul_style {
    padding-left: 30px
}

.ul_style li {
    font-weight: 400;
    margin-bottom: 15px;
    position: relative
}

.ul_style li:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48Y2lyY2xlIGN4PSIxMS43NjgiIGN5PSIxMS43NjgiIHI9IjYuNzU5IiBmaWxsPSIjRDc2NjM3IiBvcGFjaXR5PSIuNSIvPjxjaXJjbGUgY3g9IjExLjc2OCIgY3k9IjExLjc2OCIgcj0iMTEuMDE4IiBzdHJva2U9IiNENzY2MzciIHN0cm9rZS13aWR0aD0iMS41IiBvcGFjaXR5PSIuNSIvPjxjaXJjbGUgY3g9IjExLjc2OCIgY3k9IjExLjc2OCIgcj0iMi42NzUiIGZpbGw9IiNENzY2MzciLz48L3N2Zz4=");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 20px;
    left: -30px;
    position: absolute;
    top: 10px;
    width: 20px
}

.ul_style.inline_style {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0
}

.ul_style.inline_style li:after {
    left: -30px;
    top: 8px
}

.ul_style.nurs_style li:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI1IDI1Ij48Y2lyY2xlIGN4PSIxMi4yNjMiIGN5PSIxMi4yNjgiIHI9IjYuNzU5IiBmaWxsPSIjNkQ0RkMxIiBvcGFjaXR5PSIuNSIvPjxjaXJjbGUgY3g9IjEyLjI2NCIgY3k9IjEyLjI2OCIgcj0iMTEuMDE4IiBzdHJva2U9IiM2RDRGQzEiIHN0cm9rZS13aWR0aD0iMS41IiBvcGFjaXR5PSIuNSIvPjxjaXJjbGUgY3g9IjEyLjI2NSIgY3k9IjEyLjI2OCIgcj0iMi42NzUiIGZpbGw9IiM2RDRGQzEiLz48L3N2Zz4=")
}

.ul_style.alhussaini_style li:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANGSURBVHgBlVa9b9NAFL93/mjAgLIgsuFOuKhIraBVxm507FbGSAUpGyP/BhNqSwePHTvC5jG0ICxRSjY8RqqEzIBwYvuO9+w6PV+ShjzJjnO+9/u97zNjC8jPjttgCwrc9PJrZ821liyP59KTnDerdclkgrcBPoZpmkbrfhgvRFAAW9YWALhSIBjwSMp8IJiRcJY3wIAGCHBRu3UFEg5Ho2Aa0QTB+d7GNgK0QYhYAAROetlf9qNkhiHNJdvekoytAYN4OBr6OkmN4GLv6Y40jDUDZG9peBnMAp5KZJodwaHBTOavvjsbTBB8e/lsi3NOV7Cy3wvYgqKSpKN0v/KkIDjtbLQcG7pkuXdw9kFTxHyYbYb5wDCUVYQJzmQW3st+haqXRGLZVpfer74/82mN0+2OzV9QzHVw8sq27Q4A98bgpVktk5vbf+0HXQKtlslqLnhAxfGj23YLArIQy65JCdXBKWTsBiE9slgleXz0qUfG5nle6HLLsDx6oGpRXZ0Hfu0MNLCkd9S1HMuWvKDG5BiklpQyUmNJpVcDAYEbYRevNwZjrxHUq78HV/UCMiiM/WPd93jRLIINaq7LsoGuF4zneCfQhmTQxMrYxefaHm7yManDnLjEkU1OLkqQieZ3XVlKl2mC1fGw/p+Pi2DZDxJl36QUs0b9DxBP2fOb/YdwyrihDLIr7VrIBGMf8SdRwEMMVV/dY5pmVD2fY1+VeiIxM0wwZ9LTiEO8XIVxgPE8wKGHijLB2ROpm8nIlcPT6zWrDPEwSyKsRh5RHqrGIMEuDHUvKExoeV8HLyzVeggD4xHppn8x4E7q9CnmVWNUMkpHx7SJzRGaXYVBV0LlCiA9MM1ijVPGceb31PYmobYfZpkPZbgmhMhNlh/rg5Gajt4lSVLojafp91ebXSzXpjoJVatu27daI5G20JDYMIwYgSOdtBovmK+TyitQQWjcMm6waQfHPKkOKn3cg24pkdD5K4QInhx9DuYBq8frtLMEpijUjkGsnwjPW3I3Jq9ogF2y22jIXdcA4VXntsXFyaPDL30db+ZXBTULt6FNRLP2UDKpWhrJoDfreL3xs6USqi4s4yYNL/qyQMuT1HGi9bfB3Dz9A4MyqDkGdunWAAAAAElFTkSuQmCC")
}

.stack_bg {
    background: #f5f5f5
}

.impect_bg .solution_img,
.stack_bg .solution_img {
    margin-top: 50px
}

.upgrade_sec .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 30px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_hde {
        background-size: 75%;
        height: 95vh
    }

    .banner_hde .banner_img {
        padding-top: 150px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_hde {
        background-size: 75%;
        height: 100vh
    }

    .banner_hde .banner_img {
        padding-top: 120px
    }

    .banner_hde .banner_btn,
    .upgrade_sec .banner_btn {
        max-width: 260px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_hde {
        background-size: 65%;
        height: 95vh
    }

    .banner_hde .banner_img {
        padding-top: 120px
    }

    .banner_hde .banner_img .gatsby-image-wrapper img {
        height: 540px
    }

    .banner_hde .banner_btn,
    .upgrade_sec .banner_btn {
        max-width: 240px
    }

    .ul_style {
        padding-left: 25px
    }

    .ul_style li {
        margin-bottom: 10px
    }

    .ul_style li:after {
        height: 13px;
        left: -25px;
        top: 8px;
        width: 13px
    }

    .ul_style.inline_style li:after {
        left: -20px;
        top: 8px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_hde {
        background-size: 65%;
        height: 90vh
    }

    .banner_hde .banner_img {
        padding-top: 120px
    }

    .banner_hde .banner_img .gatsby-image-wrapper img {
        height: 450px
    }

    .banner_hde .banner_btn,
    .upgrade_sec .banner_btn {
        max-width: 240px
    }

    .ul_style {
        padding-left: 25px
    }

    .ul_style li {
        margin-bottom: 10px
    }

    .ul_style li:after {
        height: 13px;
        left: -25px;
        top: 8px;
        width: 13px
    }

    .ul_style.inline_style li:after {
        left: -20px;
        top: 8px
    }

    .stack_bg .solution_img {
        margin-top: 20px
    }

    .stack_bg .solution_img .gatsby-image-wrapper img {
        height: 540px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_hde {
        background-size: 65%;
        height: 70vh
    }

    .banner_hde .banner_img {
        padding-top: 120px
    }

    .banner_hde .banner_img .gatsby-image-wrapper img {
        height: 450px
    }

    .banner_hde .banner_btn,
    .upgrade_sec .banner_btn {
        max-width: 240px
    }

    .ul_style {
        padding-left: 25px
    }

    .ul_style li {
        line-height: normal;
        margin-bottom: 10px
    }

    .ul_style li:after {
        height: 12px;
        left: -25px;
        top: 5px;
        width: 12px
    }

    .ul_style.inline_style {
        margin: auto;
        max-width: 70%
    }

    .ul_style.inline_style li:after {
        left: -20px;
        top: 5px
    }

    .stack_bg .solution_img {
        margin-top: 20px
    }

    .stack_bg .solution_img .gatsby-image-wrapper img {
        height: 500px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_hde {
        background-image: none !important;
        height: 100%;
        padding-top: 100px
    }

    .banner_hde .banner_img {
        padding-top: 30px
    }

    .banner_hde .banner_img .gatsby-image-wrapper img {
        height: auto
    }

    .banner_hde .banner_btn,
    .upgrade_sec .banner_btn {
        max-width: 240px
    }

    .ul_style {
        padding-left: 25px
    }

    .ul_style li {
        line-height: normal;
        margin-bottom: 10px
    }

    .ul_style li:after {
        height: 12px;
        left: -25px;
        top: 5px;
        width: 12px
    }

    .ul_style.inline_style {
        justify-content: start;
        margin: auto;
        max-width: 100%;
        padding: 0 20px;
        text-align: left
    }

    .ul_style.inline_style li:after {
        left: -20px;
        top: 5px
    }

    .stack_bg .solution_img {
        margin-top: 20px
    }

    .stack_bg .solution_img .gatsby-image-wrapper img {
        height: auto
    }
}

.banner_h100 {
    height: 100vh
}

.banner_h100.nurs_banner {
    background: linear-gradient(180deg, #e5dcff 10.5%, #fff)
}

.banner_h100.nurs_banner .logo_nurs {
    margin-bottom: 30px
}

.banner_h100.nurs_banner .banner_btn,
.result_nurs .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    max-width: 300px
}

@media(min-width:667px)and (max-width:899px) {
    .banner_h100 {
        height: 100vh
    }

    .banner_h100.nurs_banner .banner_btn,
    .result_nurs .banner_btn {
        gap: 15px;
        max-width: 230px
    }

    .challenge_par.challenge_nurs:after {
        width: 100%
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_h100 {
        height: 100%;
        padding-top: 120px
    }

    .banner_h100.nurs_banner .logo_nurs .gatsby-image-wrapper img {
        height: 80px
    }

    .banner_h100.nurs_banner .banner_btn,
    .result_nurs .banner_btn {
        gap: 15px;
        max-width: 200px
    }

    .challenge_par.challenge_nurs:after {
        width: 100%
    }
}

.banner_h100.save_banner .logo_nurs {
    margin-bottom: 30px
}

.save_idea {
    background-position: 100% 0;
    background-size: 100%
}

.save_idea,
.save_platform {
    background-repeat: no-repeat
}

.save_platform {
    background-position: 0 0;
    background-size: 40% 100%
}

.centerimg_section .img_come {
    margin-top: 50px
}

.techstack .tech_main_stack {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    margin-top: 50px
}

.techstack .tech_main_stack .tech_box_stack {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px
}

.techstack .tech_main_stack .tech_box_stack .tech_img_head .h5,
.techstack .tech_main_stack .tech_box_stack .tech_img_head h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px
}

.techstack .tech_main_stack .tech_box_stack .tech_img_head p {
    color: #898989;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0
}

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

    .techstack .tech_main_stack,
    .techstack .tech_main_stack .tech_box_stack {
        gap: 10px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 17px;
        margin-bottom: 5px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head p {
        font-size: 12px
    }
}

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

    .techstack .tech_main_stack,
    .techstack .tech_main_stack .tech_box_stack {
        gap: 10px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 15px;
        margin-bottom: 5px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head p {
        font-size: 12px
    }
}

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

    .techstack .tech_main_stack,
    .techstack .tech_main_stack .tech_box_stack {
        gap: 10px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 15px;
        margin-bottom: 5px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head p {
        font-size: 12px
    }
}

@media(min-width:900px)and (max-width:1199px) {

    .techstack .tech_main_stack,
    .techstack .tech_main_stack .tech_box_stack {
        gap: 10px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 15px;
        margin-bottom: 5px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head p {
        font-size: 12px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .techstack .tech_main_stack {
        gap: 20px
    }

    .techstack .tech_main_stack .tech_box_stack {
        flex-wrap: wrap;
        gap: 20px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 15px;
        margin-bottom: 5px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head p {
        font-size: 12px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .techstack .tech_main_stack {
        flex-wrap: wrap;
        gap: 20px
    }

    .techstack .tech_main_stack .tech_box_stack {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 15px;
        margin-bottom: 5px
    }

    .techstack .tech_main_stack .tech_box_stack .tech_img_head p {
        font-size: 12px
    }
}

.banner_h100.salah_banner .logo_nurs {
    margin-bottom: 30px
}

.banner_h100.salah_banner .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    max-width: 300px
}

.banner_h100.salah_banner .banner_img {
    padding-top: 100px
}

.challenge_selah .h2,
.challenge_selah h2,
.challenge_selah p {
    color: #fff
}

.selah_idea .h6,
.selah_idea h6 {
    font-weight: 700;
    margin-bottom: 5px
}

@media(min-width:0px)and (max-width:666px) {
    .challenge_par.challenge_selah {
        background: #00adef
    }

    .result_nurs .banner_btn,
    .salah_banner .banner_btn {
        margin-bottom: 30px
    }
}

.text_kinekt .h1,
.text_kinekt h1 {
    color: #000
}

.text_kinekt .h1 span,
.text_kinekt h1 span {
    color: #21a2be
}

.text_kinekt .h2,
.text_kinekt h2 {
    color: #000
}

.text_kinekt .h2 span,
.text_kinekt h2 span {
    color: #21a2be
}

.banner_kinekt {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner_kinekt .banner_img {
    bottom: 0;
    position: absolute
}

.banner_kinekt .banner_logo {
    margin-bottom: 30px
}

.banner_kinekt .banner_btn {
    margin-top: 30px
}

.intro_kinekt {
    height: 100vh
}

.goals_kinekt,
.intro_kinekt {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.back_sec {
    position: relative
}

.back_sec:after {
    background: linear-gradient(180deg, #e4eaff, rgba(247, 251, 253, 0));
    border-radius: 50px;
    content: "";
    height: 650px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    z-index: -1
}

.back_sec_left {
    position: relative
}

.back_sec_left:after {
    background: linear-gradient(180deg, #e4eaff, rgba(247, 251, 253, 0));
    border-radius: 50px;
    content: "";
    height: 650px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: -1
}

.aud_kinekt {
    margin-top: 60px
}

.conclusion_kinekt {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_kinekt .banner_img {
        bottom: 0;
        position: absolute
    }

    .banner_kinekt .banner_logo {
        margin-bottom: 30px
    }

    .banner_kinekt .banner_logo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .banner_kinekt .banner_btn {
        margin-top: 30px
    }

    .banner_kinekt .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_kinekt .banner_logo {
        margin-bottom: 30px
    }

    .banner_kinekt .banner_logo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .banner_kinekt .banner_btn {
        margin-top: 30px
    }

    .banner_kinekt .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_kinekt .banner_logo {
        margin-bottom: 30px
    }

    .banner_kinekt .banner_logo .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .banner_kinekt .banner_btn {
        margin-top: 30px
    }

    .banner_kinekt .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .back_sec_left:after {
        height: 650px;
        left: 0;
        top: 20px;
        width: 70%
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_kinekt .banner_logo {
        margin-bottom: 30px
    }

    .banner_kinekt .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_kinekt .banner_btn {
        margin-top: 30px
    }

    .banner_kinekt .banner_btn .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_kinekt {
        height: 50vh
    }

    .banner_kinekt .banner_logo {
        margin-bottom: 30px
    }

    .banner_kinekt .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_kinekt .banner_btn {
        margin-top: 30px
    }

    .banner_kinekt .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .intro_kinekt {
        height: 50vh
    }

    .back_sec:after,
    .back_sec_left:after {
        height: 550px;
        top: 0
    }

    .back_sec:after {
        width: 70%
    }

    .conclusion_kinekt {
        height: 50vh
    }
}

@media(min-width:0px)and (max-width:666px) {

    .back_sec:after,
    .back_sec_left:after {
        display: none
    }

    .banner_kinekt {
        background-image: none !important;
        background: #effaff;
        height: unset;
        padding: 80px 0 0
    }

    .banner_kinekt .banner_img {
        bottom: unset;
        margin-top: 30px;
        position: relative
    }

    .banner_kinekt .banner_logo {
        margin-bottom: 20px
    }

    .banner_kinekt .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_kinekt .banner_btn {
        margin-top: 20px
    }

    .banner_kinekt .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .intro_kinekt {
        height: unset;
        padding: 30px 0
    }

    .intro_kinekt .resp_order {
        order: 2
    }

    .aud_kinekt {
        margin-top: 0
    }

    .aud_kinekt .resp_order {
        order: 2
    }

    .conclusion_kinekt {
        background-image: none !important;
        background: #effaff;
        height: unset;
        padding: 30px 0
    }

    .conclusion_kinekt .resp_order {
        order: 2
    }
}

.smartid_banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh
}

.kushme_banner {
    background: #57cb2c;
    background: linear-gradient(37deg, #57cb2c 50%, #17a30c 65%);
    height: 100vh;
    padding-top: 100px
}

.client__brief p {
    margin-bottom: 50px
}

.mission_boxes {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px
}

.mission_boxes,
.mission_boxes .mission_box {
    align-items: center;
    display: flex;
    justify-content: center
}

.mission_boxes .mission_box {
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 15px;
    color: #717783;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    height: 76px;
    line-height: 35px;
    padding: 0 30px
}

.alhussaini_banner {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100vh
}

.alhussaini_banner .baner_img {
    margin-bottom: 30px
}

.alhussaini_banner a {
    background-color: #fff;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #06dcbf;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 49px;
    text-align: center;
    width: 200px
}

@media(min-width:1201px)and (max-width:1500px) {
    .mission_boxes {
        gap: 30px;
        margin-top: 50px
    }

    .mission_boxes .mission_box {
        font-size: 15px;
        height: 56px;
        line-height: 22px;
        padding: 0 30px
    }
}

@media(min-width:667px)and (max-width:1200px) {
    .mission_boxes {
        gap: 20px;
        margin-top: 20px
    }

    .mission_boxes .mission_box {
        font-size: 13px;
        height: 50px;
        line-height: 22px;
        padding: 0 30px
    }

    .alhussaini_banner {
        background-size: 60%;
        height: 70vh
    }

    .alhussaini_banner .baner_img {
        margin-bottom: 20px
    }

    .alhussaini_banner .baner_img .gatsby-image-wrapper img {
        height: 45px
    }

    .alhussaini_banner a {
        border: 1px solid #06dcbf;
        border-radius: 50px;
        font-size: 16px;
        height: 40px;
        line-height: 39px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .mission_boxes {
        gap: 20px;
        margin-top: 20px
    }

    .mission_boxes .mission_box {
        font-size: 13px;
        height: 50px;
        line-height: 22px;
        padding: 0 30px
    }

    .alhussaini_banner {
        background-image: none !important;
        height: 70vh
    }

    .alhussaini_banner .baner_img {
        margin-bottom: 20px
    }

    .alhussaini_banner .baner_img .gatsby-image-wrapper img {
        height: 45px
    }

    .alhussaini_banner a {
        border: 1px solid #06dcbf;
        border-radius: 50px;
        font-size: 14px;
        height: 40px;
        line-height: 39px
    }

    .kushme_banner {
        height: 100%;
        padding-bottom: 30px;
        padding-top: 100px
    }
}

.bg_blue {
    background: #f6fafe
}

.banner_impact {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner_impact .h1,
.banner_impact h1 {
    margin-bottom: 100px;
    margin-top: 160px
}

.apps_impact p {
    margin-top: 20px
}

.features_impact .feature_box {
    background-color: #fff;
    color: #000;
    margin-top: 20px;
    min-height: 200px;
    padding: 30px 40px;
    text-align: center
}

.features_impact .feature_box p {
    margin-bottom: 0
}

.features_impact .feature_box .num {
    color: #54c8e8;
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 10px
}

.features_impact .feature_box:hover {
    background-color: #54c8e8;
    color: #fff
}

.features_impact .feature_box:hover .num {
    color: #fff
}

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

    .banner_impact .h1,
    .banner_impact h1 {
        margin-bottom: 80px;
        margin-top: 130px
    }
}

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

    .banner_impact .h1,
    .banner_impact h1 {
        margin-bottom: 80px;
        margin-top: 130px
    }
}

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

    .banner_impact .h1,
    .banner_impact h1 {
        margin-bottom: 70px;
        margin-top: 110px
    }

    .features_impact .feature_box {
        min-height: 180px;
        padding: 25px 35px
    }

    .features_impact .feature_box .num {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px
    }
}

@media(min-width:900px)and (max-width:1199px) {

    .banner_impact .h1,
    .banner_impact h1 {
        margin-bottom: 70px;
        margin-top: 110px
    }

    .features_impact .feature_box {
        min-height: 160px;
        padding: 25px 35px
    }

    .features_impact .feature_box .num {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px
    }
}

@media(min-width:667px)and (max-width:899px) {

    .banner_impact .h1,
    .banner_impact h1 {
        margin-bottom: 50px;
        margin-top: 100px
    }

    .features_impact .feature_box {
        min-height: 160px;
        padding: 25px 35px
    }

    .features_impact .feature_box .num {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_impact {
        height: unset
    }

    .banner_impact .h1,
    .banner_impact h1 {
        margin-bottom: 20px;
        margin-top: 80px
    }

    .ideai_impact .resp_order,
    .solution_impact .resp_order {
        order: 2
    }

    .self {
        display: none
    }

    .features_impact .feature_box {
        min-height: 160px;
        padding: 25px
    }

    .features_impact .feature_box .num {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px
    }
}

.text_trip .h1,
.text_trip h1 {
    color: #153669
}

.text_trip .h1 span,
.text_trip h1 span {
    color: #ccab24
}

.text_trip .h2,
.text_trip h2 {
    color: #153669
}

.text_trip .h2 span,
.text_trip h2 span {
    color: #ccab24
}

.banner_trip {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner_trip .banner_logo {
    margin-bottom: 30px
}

.idea_trip {
    padding: 100px 0 0
}

.features_trip ul {
    padding-left: 20px;
    padding-top: 20px
}

.features_trip ul li {
    padding-left: 20px;
    position: relative
}

.features_trip ul li .h5,
.features_trip ul li h5 {
    color: #000;
    font-size: 21px;
    line-height: 31px
}

.features_trip ul li:before {
    background: #c5a636;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -5px;
    position: absolute;
    top: 12px;
    width: 10px
}

.problem_trip .marg_top {
    margin-top: 50px
}

.techstack.techstack_trip .tech_main_stack {
    justify-content: space-between
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_trip .banner_trip_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_trip .banner_trip_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_trip .banner_trip_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .banner_trip .banner_logo {
        margin-bottom: 20px
    }

    .banner_trip .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .features_trip ul li {
        padding-left: 20px
    }

    .features_trip ul li .h5,
    .features_trip ul li h5 {
        font-size: 18px;
        line-height: 28px
    }

    .features_trip ul li:before {
        height: 8px;
        left: -5px;
        top: 10px;
        width: 8px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_trip .banner_trip_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .banner_trip .banner_logo {
        margin-bottom: 20px
    }

    .banner_trip .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .features_trip ul li {
        padding-left: 20px
    }

    .features_trip ul li .h5,
    .features_trip ul li h5 {
        font-size: 18px;
        line-height: 28px
    }

    .features_trip ul li:before {
        height: 8px;
        left: -5px;
        top: 10px;
        width: 8px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_trip .banner_trip_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .banner_trip .banner_logo {
        margin-bottom: 20px
    }

    .banner_trip .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .features_trip ul li {
        padding-left: 20px
    }

    .features_trip ul li .h5,
    .features_trip ul li h5 {
        font-size: 16px;
        line-height: 26px
    }

    .features_trip ul li:before {
        height: 8px;
        left: -5px;
        top: 10px;
        width: 8px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_trip {
        background-image: none !important;
        background: #153669;
        height: unset;
        padding: 80px 0 0
    }

    .banner_trip .banner_logo {
        margin-bottom: 10px
    }

    .banner_trip .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .idea_trip {
        padding: 30px 0 0
    }

    .idea_trip .resp_order {
        order: 2
    }

    .features_trip ul {
        padding-left: 10px;
        padding-top: 10px
    }

    .features_trip ul li {
        padding-left: 15px
    }

    .features_trip ul li .h5,
    .features_trip ul li h5 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .features_trip ul li:before {
        height: 7px;
        left: -5px;
        top: 9px;
        width: 7px
    }

    .features_trip .resp_order {
        order: 2
    }

    .problem_trip .marg_top {
        margin-top: 10px
    }

    .problem_trip .h2,
    .problem_trip h2 {
        margin-bottom: 10px
    }

    .techstack.techstack_trip .tech_main_stack {
        display: block
    }

    .techstack.techstack_trip .tech_main_stack .tech_box_stack {
        display: block;
        margin-bottom: 20px
    }

    .techstack.techstack_trip .tech_main_stack .tech_box_stack .tech_img_head {
        margin-top: 10px
    }
}

.text_nde .h1,
.text_nde .h2,
.text_nde h1,
.text_nde h2 {
    color: #1d55a6
}

.banner_nde {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 100vh
}

.revamp ul {
    padding-top: 20px
}

.revamp li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.revamp li:before {
    background: #1d55a6;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -5px;
    position: absolute;
    top: 12px;
    width: 10px
}

.service_nde {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_nde .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_nde {
        background-size: 45%
    }

    .banner_nde .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .revamp ul {
        padding-top: 20px
    }

    .revamp li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .revamp li:before {
        height: 8px;
        left: -5px;
        top: 10px;
        width: 8px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_nde {
        background-size: 55%
    }

    .banner_nde .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .revamp ul {
        padding-top: 20px
    }

    .revamp li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .revamp li:before {
        height: 8px;
        left: -5px;
        top: 10px;
        width: 8px
    }

    .service_nde {
        background-position: 50%
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_nde {
        background-size: 45%
    }

    .banner_nde .banner_logo .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .revamp ul {
        padding-top: 20px
    }

    .revamp li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .revamp li:before {
        height: 8px;
        left: -5px;
        top: 10px;
        width: 8px
    }

    .service_nde {
        background-position: 50%
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_nde {
        background-image: none !important;
        height: unset;
        padding: 90px 0 0
    }

    .banner_nde .banner_logo .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .revamp .resp_order {
        order: 2
    }

    .revamp ul {
        padding-top: 0
    }

    .revamp li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .revamp li:before {
        height: 8px;
        left: 0;
        top: 10px;
        width: 8px
    }

    .challenge_nde .challenge_nde_img,
    .revamp .revamp_img {
        margin-top: 20px
    }

    .service_nde {
        background-image: none !important;
        background: #1d55a6;
        height: unset;
        padding: 30px 0
    }

    .client_nde .resp_order,
    .outcomes_nde .resp_order {
        order: 2
    }

    .result_nde .result_nde_img {
        margin-top: 30px
    }
}

.banner_vaping {
    height: 100vh
}

.discover_vaping .solution_dis_box {
    background: #fff;
    border: 2px solid #62cabe;
    margin-top: 40px;
    min-height: 233px;
    padding: 25px 40px
}

.discover_vaping .solution_dis_box .num {
    color: #62cabe;
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 20px
}

.discover_vaping .solution_dis_box p {
    margin-bottom: 0
}

.discover_vaping .solution_dis_box:hover {
    background: #fcb85a;
    border: 2px solid #fcb85a
}

.discover_vaping .solution_dis_box:hover .num,
.discover_vaping .solution_dis_box:hover p {
    color: #fff
}

.implement_vaping ul {
    margin-top: 20px
}

.implement_vaping ul li {
    margin-bottom: 10px
}

.apps_vaping p {
    margin-top: 20px
}

.impact_vaping {
    background-repeat: no-repeat;
    height: 100vh
}

.impact_vaping .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 40px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_vaping .vaping_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .impact_vaping {
        background-position: 100%
    }

    .impact_vaping .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .impact_vaping .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .impact_vaping p {
        padding-right: 50px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_vaping .vaping_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .impact_vaping {
        background-position: 100% 0;
        background-size: 100%
    }

    .impact_vaping .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .impact_vaping .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .impact_vaping p {
        padding-right: 50px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_vaping .vaping_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .impact_vaping {
        background-position: top;
        background-size: 100%
    }

    .impact_vaping .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .impact_vaping .banner_btn .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .discover_vaping .solution_dis_box {
        margin-top: 40px;
        min-height: 190px;
        padding: 20px 30px
    }

    .discover_vaping .solution_dis_box .num {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_vaping .vaping_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .impact_vaping {
        background-position: 100% 0;
        background-size: 100% 80%
    }

    .impact_vaping .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .impact_vaping .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .discover_vaping .solution_dis_box {
        margin-top: 30px;
        min-height: 160px;
        padding: 20px 30px
    }

    .discover_vaping .solution_dis_box .num {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_vaping .vaping_img .gatsby-image-wrapper img {
        height: 370px;
        width: auto
    }

    .impact_vaping {
        background-position: 100% 0;
        background-size: 100% 80%
    }

    .impact_vaping .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .impact_vaping .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .discover_vaping .solution_dis_box {
        margin-top: 30px;
        min-height: 160px;
        padding: 20px 30px
    }

    .discover_vaping .solution_dis_box .num {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_vaping {
        height: unset;
        padding: 80px 0 30px
    }

    .problem_vaping .resp_order {
        order: 2
    }

    .discover_vaping .vaping_solution .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .discover_vaping .solution_dis_box {
        margin-top: 20px;
        min-height: 150px;
        padding: 20px 25px
    }

    .discover_vaping .solution_dis_box .num {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .implement_vaping .implement_img {
        margin-top: 20px
    }

    .outcome_vaping .resp_order {
        order: 2
    }

    .impact_vaping {
        background-image: none !important;
        background: #62cabe;
        height: unset;
        padding: 40px 0 20px
    }

    .impact_vaping .banner_btn {
        gap: 10px;
        margin-top: 20px
    }

    .impact_vaping .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .impact_vaping .impact_mob_img {
        margin-top: 30px
    }

    .apps_vaping .apps_vaping_img {
        margin-top: 20px
    }

    .apps_vaping .apps_vaping_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }
}

.bg_stock {
    background: #01043f
}

.text_stock .h1 span,
.text_stock .h2 span,
.text_stock h1 span,
.text_stock h2 span {
    color: #00eb94
}

.banner_stock .banner_img {
    margin-top: 30px
}

.banner_stock .banner_logo {
    margin-bottom: 20px;
    margin-top: 150px
}

.platform_stock {
    background-position: 100%;
    background-repeat: no-repeat;
    height: 100vh
}

.project_stock .h5,
.project_stock h5 {
    color: #fff
}

.project_stock .log_marg_top {
    margin-top: 100px
}

.tech_stock .h5,
.tech_stock h5 {
    color: #fff;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 10px
}

.tech_stock .pt-top {
    padding-top: 30px
}

@media(min-width:1600px)and (max-width:1800px) {
    .platform_stock {
        background-size: contain
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_stock .banner_img {
        margin-top: 30px
    }

    .banner_stock .banner_logo {
        margin-bottom: 20px;
        margin-top: 150px
    }

    .banner_stock .banner_logo .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .platform_stock {
        background-size: 60%
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_stock .banner_logo {
        margin-bottom: 20px;
        margin-top: 150px
    }

    .banner_stock .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .platform_stock {
        background-size: 60%
    }

    .tech_stock .h5,
    .tech_stock h5 {
        font-size: 16px;
        line-height: 26px
    }

    .tech_stock .pt-top {
        padding-top: 30px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_stock .banner_logo {
        margin-bottom: 20px;
        margin-top: 130px
    }

    .banner_stock .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .platform_stock {
        background-size: 60%
    }

    .tech_stock .h5,
    .tech_stock h5 {
        font-size: 13px;
        line-height: 23px
    }

    .tech_stock .pt-top {
        padding-top: 30px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_stock .banner_logo {
        margin-bottom: 20px;
        margin-top: 130px
    }

    .banner_stock .banner_logo .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .platform_stock {
        background-size: 60%;
        height: 50vh
    }

    .tech_stock .tech_item {
        margin-bottom: 30px
    }

    .tech_stock .h5,
    .tech_stock h5 {
        font-size: 14px;
        line-height: 24px
    }

    .tech_stock .pt-top {
        padding-top: 30px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_stock .banner_logo {
        margin-bottom: 20px;
        margin-top: 90px
    }

    .banner_stock .banner_logo .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .platform_stock {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }

    .challenge_stock .resp_order {
        order: 2
    }

    .project_stock .log_marg_top {
        margin-top: 0
    }

    .project_stock .line_img {
        display: none
    }

    .tech_stock .tech_item {
        margin-bottom: 30px
    }

    .tech_stock .tech_item .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .tech_stock .h5,
    .tech_stock h5 {
        font-size: 14px;
        line-height: 24px
    }

    .tech_stock .pt-top {
        padding-top: 20px
    }
}

.text_color .h2,
.text_color h2 {
    color: #000
}

.text_color .h2 span,
.text_color h2 span {
    color: #1782d2
}

.text_color .h1,
.text_color h1 {
    color: #000
}

.text_color .h1 span,
.text_color h1 span {
    color: #1782d2
}

.text_milo .h2,
.text_milo h2 {
    color: #000
}

.text_milo .h2 span,
.text_milo h2 span {
    color: #52cfff
}

.text_milo .h1,
.text_milo h1 {
    color: #000
}

.text_milo .h1 span,
.text_milo h1 span {
    color: #52cfff
}

.text_chat .h2,
.text_chat h2,
.text_milo .h5,
.text_milo h5 {
    color: #000
}

.text_chat .h2 span,
.text_chat h2 span {
    color: #342156
}

.text_chat .h1,
.text_chat h1 {
    color: #000
}

.text_chat .h1 span,
.text_chat h1 span {
    color: #342156
}

.text_chat .h5,
.text_chat h5,
.text_peanut .h2,
.text_peanut h2 {
    color: #000
}

.text_peanut .h2 span,
.text_peanut h2 span {
    color: #142b8e
}

.text_peanut .h1,
.text_peanut h1 {
    color: #000
}

.text_peanut .h1 span,
.text_peanut h1 span {
    color: #142b8e
}

.text_onsite .h2,
.text_onsite h2,
.text_peanut .h5,
.text_peanut h5 {
    color: #000
}

.text_onsite .h2 span,
.text_onsite h2 span {
    color: #53a4c9
}

.text_onsite .h1,
.text_onsite h1 {
    color: #000
}

.text_onsite .h1 span,
.text_onsite h1 span {
    color: #53a4c9
}

.text_reck .h2,
.text_reck h2 {
    color: #000
}

.text_reck .h2 span,
.text_reck h2 span {
    color: #4041ab
}

.text_reck .h1,
.text_reck h1 {
    color: #000
}

.text_reck .h1 span,
.text_reck h1 span {
    color: #4041ab
}

.text_second_text .h2,
.text_second_text h2 {
    color: #000
}

.text_second_text .h2 span,
.text_second_text h2 span {
    color: #61339e
}

.text_second_text .h1,
.text_second_text h1 {
    color: #000
}

.text_second_text .h1 span,
.text_second_text h1 span {
    color: #61339e
}

.text_white .h1,
.text_white .h2,
.text_white h1,
.text_white h2,
.text_white p {
    color: #fff
}

.banner_parcheesi {
    background: linear-gradient(180deg, #fff 12.5%, #e2f0ff 91%);
    height: 100vh
}

.banner_parcheesi .banner_logo {
    margin-bottom: 30px
}

.banner_parcheesi .banner_img {
    text-align: center
}

.banner_parcheesi .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 40px
}

.banner_parcheesi.banner_truth {
    background: linear-gradient(76.01deg, #7d86d9 23.33%, #612797 90.69%)
}

.banner_parcheesi.banner_milo {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.banner_parcheesi.banner_chat {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover
}

.banner_parcheesi.banner_chat .banner_img {
    bottom: 0;
    position: absolute
}

.banner_parcheesi.banner_peanut {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 115vh;
    padding-top: 130px
}

.banner_parcheesi.banner_onsite {
    background: linear-gradient(180deg, #070707, #424242)
}

.banner_parcheesi.banner_onsite .banner_img_onsite {
    bottom: 0;
    position: absolute
}

.outcome .outcome_img,
.what_mob .what_mob_img {
    margin-top: 40px
}

.techstack_par .tech_main_stack {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.techstack_par .tech_main_stack .tech_box_stack {
    align-items: center;
    display: flex;
    gap: 20px
}

.techstack_par .tech_main_stack .tech_box_stack .tech_img_head .h5,
.techstack_par .tech_main_stack .tech_box_stack .tech_img_head h5 {
    color: #000;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px
}

.techstack_par .tech_main_stack .tech_box_stack .tech_img_head p {
    color: #898989;
    margin-bottom: 0
}

.result_par .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 40px
}

.result_par .banner_btn .gatsby-image-wrapper img {
    height: 60px;
    width: auto
}

.challenge_par {
    position: relative
}

.challenge_par:after {
    background: #e2f0ff;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: -1
}

.challenge_par.client_truth {
    position: relative
}

.challenge_par.client_truth:after {
    background: #f3f0fb
}

.challenge_par.challenge_chat:after,
.challenge_par.client_truth:after {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: -1
}

.challenge_par.challenge_chat:after {
    background: #342156
}

.challenge_par.challenge_peanut:after {
    background: #142b8e
}

.challenge_par.challenge_onsite:after {
    background: #4d97b9
}

.challenge_par.challenge_nurs:after {
    background: #f2f0fa
}

.challenge_par.challenge_selah:after {
    background: #00adef
}

.idea_behind.idea_chat,
.platform_feature.platform_chat {
    background-repeat: no-repeat;
    background-size: cover
}

.client_had.client_peanut {
    background-position: top
}

.banner_reck,
.client_had.client_peanut {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner_reck {
    background-position: 50%;
    position: relative
}

.banner_reck .banner_box {
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #898989;
    border-radius: 41px;
    padding: 30px 50px
}

.banner_reck .banner_box .banner_logo {
    margin-bottom: 30px
}

.banner_reck .banner_box .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 30px
}

@media(min-width:1600px)and (max-width:1800px) {
    .techstack_par .tech_main_stack {
        margin-top: 40px
    }

    .techstack_par .tech_main_stack .tech_box_stack {
        align-items: center;
        display: flex;
        gap: 20px
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_stack .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 17px;
        line-height: 27px
    }

    .banner_parcheesi.banner_milo .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .banner_parcheesi.banner_chat .banner_logo .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .banner_parcheesi.banner_chat .banner_img .gatsby-image-wrapper img {
        height: 570px;
        width: auto
    }

    .banner_parcheesi.banner_peanut {
        height: 120vh;
        padding-top: 130px
    }

    .banner_parcheesi.banner_peanut .banner_logo .gatsby-image-wrapper img {
        height: 140px;
        width: auto
    }

    .banner_parcheesi.banner_peanut .app_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_img_onsite .gatsby-image-wrapper img {
        height: 580px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_logo .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .banner_reck .banner_box {
        padding: 25px 45px
    }

    .banner_reck .banner_box .banner_logo {
        margin-bottom: 30px
    }

    .banner_reck .banner_box .banner_logo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .banner_reck .banner_box .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_reck .banner_box .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_parcheesi .banner_logo {
        margin-bottom: 30px
    }

    .banner_parcheesi .banner_logo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .banner_parcheesi .banner_btn {
        gap: 20px;
        margin-top: 40px
    }

    .banner_parcheesi .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_parcheesi .banner_img .gatsby-image-wrapper img {
        height: 420px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .banner_parcheesi.banner_chat .banner_logo .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .banner_parcheesi.banner_chat .banner_img .gatsby-image-wrapper img {
        height: 560px;
        width: auto
    }

    .banner_parcheesi.banner_peanut {
        height: 120vh;
        padding-top: 130px
    }

    .banner_parcheesi.banner_peanut .banner_logo .gatsby-image-wrapper img {
        height: 140px;
        width: auto
    }

    .banner_parcheesi.banner_peanut .app_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_img_onsite .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .idea_behind .idea_img .gatsby-image-wrapper img {
        height: 530px;
        width: auto
    }

    .challenge_par .challenge_img .gatsby-image-wrapper img {
        height: 430px;
        width: auto
    }

    .techstack_par .tech_main_stack {
        margin-top: 40px
    }

    .techstack_par .tech_main_stack .tech_box_stack {
        align-items: center;
        display: flex;
        gap: 20px
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_stack .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 16px;
        line-height: 26px
    }

    .what_mob .what_mob_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .result_par .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_reck .banner_box {
        padding: 25px 45px
    }

    .banner_reck .banner_box .banner_logo {
        margin-bottom: 25px
    }

    .banner_reck .banner_box .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_reck .banner_box .banner_btn {
        gap: 20px;
        margin-top: 25px
    }

    .banner_reck .banner_box .banner_btn .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_parcheesi .banner_logo {
        margin-bottom: 20px
    }

    .banner_parcheesi .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_parcheesi .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_parcheesi .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_parcheesi .banner_img .gatsby-image-wrapper img {
        height: 380px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_img .gatsby-image-wrapper img {
        height: 420px;
        width: auto
    }

    .banner_parcheesi.banner_chat {
        height: 650px
    }

    .banner_parcheesi.banner_chat .banner_img {
        bottom: 0;
        position: absolute
    }

    .banner_parcheesi.banner_chat .banner_img .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }

    .banner_parcheesi.banner_peanut {
        height: 120vh;
        padding-top: 120px
    }

    .banner_parcheesi.banner_peanut .banner_logo .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .banner_parcheesi.banner_peanut .app_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_img_onsite .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .idea_behind .idea_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .challenge_par .challenge_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .techstack_par .tech_main_stack {
        margin-top: 40px
    }

    .techstack_par .tech_main_stack .tech_box_stack {
        align-items: center;
        display: flex;
        gap: 20px
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_stack .gatsby-image-wrapper img {
        height: 75px;
        width: auto
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 15px;
        line-height: 25px
    }

    .what_mob .what_mob_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .result_par .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .client_had .client_img_milo .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .banner_reck .banner_box {
        padding: 25px 35px
    }

    .banner_reck .banner_box .banner_logo {
        margin-bottom: 20px
    }

    .banner_reck .banner_box .banner_logo .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .banner_reck .banner_box .banner_btn {
        gap: 20px;
        margin-top: 20px
    }

    .banner_reck .banner_box .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_parcheesi .banner_logo {
        margin-bottom: 20px
    }

    .banner_parcheesi .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_parcheesi .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_parcheesi .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_parcheesi .banner_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_logo .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_img .gatsby-image-wrapper img {
        height: 380px;
        width: auto
    }

    .banner_parcheesi.banner_chat {
        height: 600px
    }

    .banner_parcheesi.banner_chat .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_parcheesi.banner_chat .banner_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .banner_parcheesi.banner_peanut {
        height: 120vh;
        padding-top: 120px
    }

    .banner_parcheesi.banner_peanut .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_parcheesi.banner_peanut .app_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_img_onsite .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .idea_behind .idea_img .gatsby-image-wrapper img {
        height: 420px;
        width: auto
    }

    .challenge_par .challenge_img .gatsby-image-wrapper img {
        height: 340px;
        width: auto
    }

    .techstack_par .tech_main_stack {
        margin-top: 40px
    }

    .techstack_par .tech_main_stack .tech_box_stack {
        align-items: center;
        display: flex;
        gap: 10px
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_stack .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 14px;
        line-height: 24px
    }

    .what_mob .what_mob_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .result_par .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .client_had .client_img_milo .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .banner_reck .banner_box {
        padding: 25px 30px
    }

    .banner_reck .banner_box .banner_logo {
        margin-bottom: 20px
    }

    .banner_reck .banner_box .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_reck .banner_box .banner_btn {
        gap: 20px;
        margin-top: 20px
    }

    .banner_reck .banner_box .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_parcheesi {
        height: unset;
        padding: 80px 0 40px
    }

    .banner_parcheesi .banner_logo {
        margin-bottom: 20px
    }

    .banner_parcheesi .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_parcheesi .banner_btn {
        gap: 20px;
        margin-top: 30px
    }

    .banner_parcheesi .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_parcheesi .banner_img .gatsby-image-wrapper img {
        height: 300px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_logo .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_img .gatsby-image-wrapper img {
        height: 380px;
        width: auto
    }

    .banner_parcheesi.banner_chat {
        height: 600px;
        padding: 0
    }

    .banner_parcheesi.banner_chat .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_parcheesi.banner_chat .banner_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .banner_parcheesi.banner_peanut {
        height: 70vh;
        padding-top: 100px
    }

    .banner_parcheesi.banner_peanut .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_parcheesi.banner_peanut .app_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_parcheesi.banner_onsite {
        padding: 80px 0 0
    }

    .banner_parcheesi.banner_onsite .banner_img_onsite .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_btn {
        margin-bottom: 30px
    }

    .banner_parcheesi.banner_onsite .banner_logo .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .idea_behind .idea_img .gatsby-image-wrapper img {
        height: 340px;
        width: auto
    }

    .challenge_par .challenge_img .gatsby-image-wrapper img {
        height: 250px;
        width: auto
    }

    .challenge_par.challenge_chat .challenge_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .techstack_par .tech_main_stack {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px
    }

    .techstack_par .tech_main_stack .tech_box_stack {
        align-items: center;
        display: flex;
        gap: 10px;
        margin-bottom: 30px;
        padding: 0 20px 0 0
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_stack .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 14px;
        line-height: 24px
    }

    .what_mob .what_mob_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .result_par .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .client_had .client_img_milo .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .client_had.client_peanut {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 50vh
    }

    .banner_reck {
        background-position: 100%
    }

    .banner_reck .banner_box {
        padding: 25px 30px
    }

    .banner_reck .banner_box .banner_logo {
        margin-bottom: 20px
    }

    .banner_reck .banner_box .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_reck .banner_box .banner_btn {
        gap: 10px;
        margin-top: 20px
    }

    .banner_reck .banner_box .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {

    .text_color .h2,
    .text_color h2 {
        margin-bottom: 10px
    }

    .text_white .h1,
    .text_white h1 {
        color: #fff
    }

    .text_white .h2,
    .text_white h2 {
        color: #fff;
        margin-bottom: 10px
    }

    .text_white p {
        color: #fff
    }

    .banner_parcheesi {
        height: unset;
        padding: 80px 0 40px
    }

    .banner_parcheesi .banner_logo {
        margin-bottom: 10px
    }

    .banner_parcheesi .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .banner_parcheesi .banner_btn {
        gap: 10px;
        margin-top: 30px
    }

    .banner_parcheesi .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_parcheesi .banner_img {
        margin-top: 30px
    }

    .banner_parcheesi .banner_img .gatsby-image-wrapper img {
        height: 220px;
        width: auto
    }

    .banner_parcheesi.banner_milo {
        background-image: none !important;
        background: #2d3c5a;
        height: unset;
        padding: 100px 0 50px
    }

    .banner_parcheesi.banner_milo .h1,
    .banner_parcheesi.banner_milo h1 {
        margin-bottom: 10px
    }

    .banner_parcheesi.banner_milo .banner_logo {
        margin-bottom: 15px
    }

    .banner_parcheesi.banner_milo .banner_logo .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_parcheesi.banner_milo .banner_img .gatsby-image-wrapper img {
        height: 300px;
        width: auto
    }

    .banner_parcheesi.banner_chat {
        background-image: none !important;
        background: #342156;
        height: unset;
        padding: 90px 0 0
    }

    .banner_parcheesi.banner_chat .banner_img {
        bottom: unset;
        position: relative
    }

    .banner_parcheesi.banner_chat .banner_img .gatsby-image-wrapper img {
        height: 300px;
        width: auto
    }

    .banner_parcheesi.banner_peanut {
        background-image: none !important;
        background: #142b8e;
        height: unset;
        padding: 100px 0 50px
    }

    .banner_parcheesi.banner_peanut .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_parcheesi.banner_peanut .app_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_parcheesi.banner_onsite {
        background: linear-gradient(180deg, #070707, #424242);
        height: unset;
        padding: 90px 0 0
    }

    .banner_parcheesi.banner_onsite .banner_img_onsite {
        bottom: unset;
        position: relative
    }

    .banner_parcheesi.banner_onsite .banner_logo .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .banner_parcheesi.banner_onsite .banner_img_onsite {
        margin-top: 30px
    }

    .idea_behind .h1,
    .idea_behind h1 {
        margin-bottom: 10px
    }

    .idea_behind .resp_order {
        order: 2
    }

    .idea_behind .idea_img {
        margin-top: 20px
    }

    .idea_behind .idea_img .gatsby-image-wrapper img {
        height: 340px;
        width: auto
    }

    .challenge_par {
        background: #e2f0ff
    }

    .challenge_par .h2,
    .challenge_par h2 {
        margin-bottom: 10px
    }

    .challenge_par:after {
        display: none
    }

    .challenge_par .challenge_img .gatsby-image-wrapper img {
        height: 250px;
        width: auto
    }

    .challenge_par.client_truth {
        background: #f3f0fb
    }

    .challenge_par.challenge_chat {
        background: #342156
    }

    .challenge_par.challenge_chat .challenge_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .challenge_par.challenge_peanut {
        background: #142b8e
    }

    .challenge_par.challenge_onsite {
        background: #4d97b9
    }

    .what_mob .h2,
    .what_mob h2 {
        margin-bottom: 10px
    }

    .what_mob .what_mob_img .gatsby-image-wrapper img {
        height: 180px;
        width: auto
    }

    .what_mob.conc_reck {
        background-image: none !important
    }

    .platform_feature .h2,
    .platform_feature h2 {
        margin-bottom: 10px
    }

    .platform_feature .resp_order {
        order: 2
    }

    .platform_feature.platform_chat {
        background-image: none !important;
        background: #edf2f7
    }

    .platform_feature.platform_chat .platform_chat_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .techstack_par .h2,
    .techstack_par h2 {
        margin-bottom: 10px
    }

    .techstack_par .tech_main_stack {
        display: block;
        margin-top: 20px;
        text-align: center
    }

    .techstack_par .tech_main_stack .tech_box_stack {
        display: block;
        margin-bottom: 30px
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_stack .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head {
        margin-top: 10px
    }

    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head .h5,
    .techstack_par .tech_main_stack .tech_box_stack .tech_img_head h5 {
        font-size: 14px;
        line-height: 24px
    }

    .result_par .banner_btn {
        gap: 10px;
        margin-top: 20px
    }

    .result_par .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .result_par .result_img {
        margin-top: 30px
    }

    .result_par.result_chat .resp_order,
    .result_par.result_onsite .resp_order,
    .result_par.result_truth .resp_order,
    .solutionmilo .resp_order {
        order: 2
    }

    .client_had .client_img_milo .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .client_had.client_peanut {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }

    .outcome.outcome_chat .resp_order {
        order: 2
    }

    .banner_reck .banner_box {
        border-radius: 30px;
        padding: 25px
    }

    .banner_reck .banner_box .banner_logo {
        margin-bottom: 10px
    }

    .banner_reck .banner_box .banner_logo .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .banner_reck .banner_box .banner_btn {
        gap: 10px;
        margin-top: 10px
    }

    .banner_reck .banner_box .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }
}

.banner_novelcraft {
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #551e37;
    height: 100vh;
    padding-top: 130px
}

.banner_novelcraft .h1,
.banner_novelcraft h1 {
    text-align: center
}

.brief_novelcraft {
    background: #551e37
}

.brief_novelcraft .h2,
.brief_novelcraft h2,
.brief_novelcraft p {
    color: #fff
}

.intro_section_novel {
    background: #0b040a;
    background: linear-gradient(0deg, rgba(11, 4, 10, .992) 20%, #551e37 80%)
}

.intro_section_novel .h2,
.intro_section_novel h2,
.intro_section_novel p {
    color: #fff
}

.problem_section_novel {
    background: #0b040a;
    background: linear-gradient(180deg, #0e0615 20%, #020204 40%, #0a0104 60%, #0a0104 80%)
}

.problem_section_novel .h2,
.problem_section_novel h2,
.problem_section_novel p {
    color: #fff
}

.problem_section_novel .img_problem {
    margin-top: 50px
}

.sol_sec_novel {
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #0a0104;
    height: 150vh
}

.sol_sec_novel .h2,
.sol_sec_novel h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -.05em;
    padding-top: 50px;
    text-align: center;
    text-shadow: 0 10px 13.4px rgba(234, 96, 152, .6)
}

.high_sec_novel {
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #0a0104;
    height: 100%
}

.high_sec_novel .h2,
.high_sec_novel h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -.05em;
    padding-top: 100px;
    text-align: center;
    text-shadow: 0 10px 13.4px rgba(234, 96, 152, .6)
}

.high_sec_novel .img_boxing {
    padding-top: 100px
}

.result_sec_novel {
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background: #150b24;
    height: 110vh;
    position: relative
}

.result_sec_novel .novel_img {
    margin-top: -100px;
    position: relative;
    z-index: 1
}

.solution_sec_novel {
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #150b24;
    height: 100%
}

.solution_sec_novel .h2,
.solution_sec_novel h2,
.solution_sec_novel p {
    color: #fff
}

.solution_sec_novel .img_novel {
    margin-top: 50px
}

.game_sec_novel {
    background: #1b0c21;
    background: linear-gradient(-90deg, #1b0c21 30%, #180613 60%)
}

.game_sec_novel .h2,
.game_sec_novel h2 {
    color: #fff;
    padding-top: 100px
}

.high_last_novel {
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #150b24;
    height: 100%
}

.high_last_novel .h2,
.high_last_novel h2,
.high_last_novel p {
    color: #fff
}

.high_last_novel .img_boxing {
    margin-top: 100px
}

@media(min-width:1600px)and (max-width:1800px) {
    .sol_sec_novel {
        height: 150vh
    }

    .high_sec_novel .h2,
    .high_sec_novel h2,
    .sol_sec_novel .h2,
    .sol_sec_novel h2 {
        font-size: 80px;
        font-weight: 700;
        padding-top: 50px
    }

    .high_sec_novel .img_boxing {
        padding-top: 80px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .sol_sec_novel {
        height: 150vh
    }

    .high_sec_novel .h2,
    .high_sec_novel h2,
    .sol_sec_novel .h2,
    .sol_sec_novel h2 {
        font-size: 70px;
        font-weight: 700;
        padding-top: 50px
    }

    .high_sec_novel .img_boxing {
        padding-top: 60px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .sol_sec_novel {
        height: 150vh
    }

    .high_sec_novel .h2,
    .high_sec_novel h2,
    .sol_sec_novel .h2,
    .sol_sec_novel h2 {
        font-size: 50px;
        font-weight: 700;
        padding-top: 50px
    }

    .high_sec_novel .img_boxing {
        padding-top: 50px
    }

    .result_sec_novel {
        background-position: bottom;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        background: #150b24;
        height: 110vh;
        position: relative
    }

    .result_sec_novel .novel_img {
        margin-top: -70px;
        position: relative;
        z-index: 1
    }

    .result_sec_novel .novel_img .gatsby-image-wrapper img {
        height: 870px
    }

    .high_last_novel .img_boxing {
        margin-top: 50px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_novelcraft {
        background-position: bottom;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        background: #551e37;
        height: 80vh;
        padding-top: 70px
    }

    .banner_novelcraft .h1,
    .banner_novelcraft h1 {
        text-align: center
    }

    .sol_sec_novel {
        height: 100vh
    }

    .high_sec_novel .h2,
    .high_sec_novel h2,
    .sol_sec_novel .h2,
    .sol_sec_novel h2 {
        font-size: 50px;
        font-weight: 700;
        padding-top: 50px
    }

    .high_sec_novel .img_boxing {
        padding-top: 50px
    }

    .result_sec_novel {
        background-position: bottom;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        background: #150b24;
        height: 110vh;
        position: relative
    }

    .result_sec_novel .novel_img {
        margin-top: -70px;
        position: relative;
        z-index: 1
    }

    .result_sec_novel .novel_img .gatsby-image-wrapper img {
        height: 770px
    }

    .high_last_novel .img_boxing {
        margin-top: 20px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_novelcraft {
        background-position: bottom;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        background: #551e37;
        height: 45vh;
        padding-top: 70px
    }

    .banner_novelcraft .h1,
    .banner_novelcraft h1 {
        text-align: center
    }

    .sol_sec_novel {
        background-size: contain !important;
        height: 60vh
    }

    .high_sec_novel .h2,
    .high_sec_novel h2,
    .sol_sec_novel .h2,
    .sol_sec_novel h2 {
        font-size: 40px;
        font-weight: 700;
        padding-top: 20px
    }

    .high_sec_novel .img_boxing {
        padding-top: 40px
    }

    .result_sec_novel {
        background-position: bottom;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        background: #150b24;
        height: 100%;
        position: relative
    }

    .result_sec_novel .novel_img {
        margin-top: -70px;
        position: relative;
        z-index: 1
    }

    .result_sec_novel .novel_img .gatsby-image-wrapper img {
        height: 570px
    }

    .high_last_novel .img_boxing {
        margin-top: 20px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_novelcraft {
        background: #551e37;
        height: 70vh;
        padding-top: 90px
    }

    .sol_sec_novel {
        background-size: 100% !important;
        height: 250px
    }

    .high_sec_novel .h2,
    .high_sec_novel h2,
    .sol_sec_novel .h2,
    .sol_sec_novel h2 {
        font-size: 40px;
        font-weight: 700;
        padding-top: 20px
    }

    .high_sec_novel .img_boxing {
        padding-top: 40px
    }

    .high_sec_novel .img_boxing .gatsby-image-wrapper img {
        height: 370px
    }

    .result_sec_novel {
        background-position: bottom;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        background: #150b24;
        height: 100%;
        position: relative
    }

    .result_sec_novel .novel_img {
        margin: auto;
        padding: 20px;
        position: relative;
        text-align: center;
        z-index: 1
    }

    .result_sec_novel .novel_img .gatsby-image-wrapper img {
        height: 370px
    }

    .high_last_novel .img_boxing {
        margin-top: 20px
    }
}

.smackback_banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh
}

.smackback_banner .logo_img {
    margin-bottom: 50px
}

.smackback_banner .smack_img {
    padding-top: 100px;
    text-align: center
}

.smack_feature .list_items li {
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 10px
}

.smack_feature .list_items li .count {
    flex: 0 0 80px;
    font-weight: 700
}

.smack_fonts {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.smack_fonts .h2,
.smack_fonts h2,
.smack_fonts p {
    color: #fff
}

.smack_fonts .smack_img {
    margin-top: 50px
}

.purpose_section {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50%
}

.clientbrief_smack .h2,
.clientbrief_smack h2,
.clientbrief_smack p {
    color: #fff
}

.clientbrief_smack .smack_img {
    margin-top: 50px
}

.problem_smack {
    position: relative
}

.problem_smack:after {
    background: #9bd8fa;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 190px;
    z-index: -9
}

.smack_solution {
    background: #f1f0f0
}

.smack_simpleapp .app_simple {
    display: flex;
    gap: 1%;
    margin: 50px 0
}

.smack_simpleapp .app_simple .item_app {
    background: #f4f4f4;
    border: 1px solid #c8cfd8;
    border-radius: 35px;
    box-sizing: border-box;
    flex: 0 0 24%;
    padding: 30px 50px
}

.smack_simpleapp .app_simple .h4,
.smack_simpleapp .app_simple h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 15px 0 30px;
    text-align: center
}

.smack_simpleapp .app_simple p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0
}

.smack_simpleapp .img_boxing {
    margin-bottom: -150px;
    margin-top: 100px;
    position: relative;
    z-index: 9
}

.typeapp_smack {
    background: #07365e
}

.typeapp_smack .h2,
.typeapp_smack h2,
.typeapp_smack p {
    color: #fff
}

.partner_smack .partner_img {
    left: 100px;
    position: relative;
    top: -81px
}

.result_section {
    background: #07365e;
    padding-bottom: 0 !important
}

.result_section .h2,
.result_section h2 {
    color: #fff
}

.result_section .scrn_img {
    margin-bottom: -70px;
    margin-top: 100px
}

@media(min-width:1600px)and (max-width:1800px) {
    .smackback_banner {
        height: 100vh
    }

    .result_section .scrn_img {
        margin-bottom: -70px;
        margin-top: 70px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .smack_simpleapp .app_simple {
        gap: 1%;
        margin: 40px 0
    }

    .smack_simpleapp .app_simple .item_app {
        padding: 30px 40px
    }

    .smack_simpleapp .app_simple .h4,
    .smack_simpleapp .app_simple h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 15px 0 30px
    }

    .smack_simpleapp .app_simple p {
        font-size: 16px;
        line-height: 32px
    }

    .smack_simpleapp .img_boxing {
        margin-bottom: -120px;
        margin-top: 70px
    }

    .partner_smack .partner_img {
        left: 90px;
        top: -60px
    }

    .result_section .scrn_img {
        margin-bottom: -60px;
        margin-top: 60px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .smack_simpleapp .app_simple {
        gap: 1%;
        margin: 30px 0
    }

    .smack_simpleapp .app_simple .item_app {
        padding: 20px
    }

    .smack_simpleapp .app_simple .h4,
    .smack_simpleapp .app_simple h4 {
        font-size: 20px;
        line-height: 30px;
        margin: 15px 0 20px
    }

    .smack_simpleapp .app_simple p {
        font-size: 14px;
        line-height: 30px
    }

    .smack_simpleapp .img_boxing {
        margin-bottom: -90px;
        margin-top: 50px
    }

    .partner_smack .h2,
    .partner_smack h2 {
        padding-top: 50px
    }

    .partner_smack .partner_img {
        left: 0;
        position: unset;
        top: 0
    }

    .result_section .scrn_img {
        margin-bottom: -60px;
        margin-top: 60px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .smack_simpleapp .app_simple {
        gap: 1%;
        margin: 20px 0
    }

    .smack_simpleapp .app_simple .item_app {
        padding: 20px
    }

    .smack_simpleapp .app_simple .h4,
    .smack_simpleapp .app_simple h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 15px 0 20px
    }

    .smack_simpleapp .app_simple p {
        font-size: 13px;
        line-height: 23px
    }

    .smack_simpleapp .img_boxing {
        margin-bottom: -70px;
        margin-top: 40px
    }

    .partner_smack .h2,
    .partner_smack h2 {
        padding-top: 50px
    }

    .partner_smack .partner_img {
        left: 0;
        position: unset;
        top: 0
    }

    .result_section .scrn_img {
        margin-bottom: -60px;
        margin-top: 60px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .smack_fonts .smack_img {
        margin: 50px 0
    }

    .smack_simpleapp .app_simple {
        flex-wrap: wrap;
        gap: 2%;
        margin: 20px 0
    }

    .smack_simpleapp .app_simple .item_app {
        flex: 0 0 48%;
        margin-bottom: 2%;
        padding: 20px
    }

    .smack_simpleapp .app_simple .h4,
    .smack_simpleapp .app_simple h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 15px 0 20px
    }

    .smack_simpleapp .app_simple p {
        font-size: 13px;
        line-height: 23px
    }

    .smack_simpleapp .img_boxing {
        margin-bottom: -70px;
        margin-top: 40px
    }

    .partner_smack .h2,
    .partner_smack h2 {
        padding-top: 50px
    }

    .partner_smack .partner_img {
        left: 0;
        position: unset;
        top: 0
    }

    .result_section .scrn_img {
        margin-bottom: -60px;
        margin-top: 60px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .smackback_banner {
        height: 100%;
        padding: 100px 0 50px
    }

    .smackback_banner .logo_img {
        margin-bottom: 20px
    }

    .smackback_banner .smack_img {
        text-align: center
    }

    .smack_fonts .smack_img {
        margin: 50px 0
    }

    .smack_simpleapp .app_simple {
        flex-wrap: wrap;
        gap: 2%;
        margin: 20px 0
    }

    .smack_simpleapp .app_simple .item_app {
        flex: 0 0 98%;
        margin-bottom: 2%;
        padding: 20px
    }

    .smack_simpleapp .app_simple .h4,
    .smack_simpleapp .app_simple h4 {
        font-size: 16px;
        line-height: 26px;
        margin: 15px 0
    }

    .smack_simpleapp .app_simple p {
        font-size: 13px;
        line-height: 23px
    }

    .smack_simpleapp .img_boxing {
        margin-bottom: 20px;
        margin-top: 30px
    }

    .problem_smack:after {
        display: none
    }

    .partner_smack .h2,
    .partner_smack h2 {
        padding-top: 50px
    }

    .partner_smack .partner_img {
        left: 0;
        position: unset;
        top: 0
    }

    .result_section .scrn_img {
        margin-bottom: 0;
        margin-top: 30px
    }
}

.waste_sol_banner {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 100vh
}

.waste_sol_awards {
    background: #f7f7f7
}

.waste_sol_awards .awards_solution {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0;
    max-width: 100%
}

.waste_sol_awards .awards_solution .item_awards {
    margin-bottom: 20px
}

.waste_sol_story {
    background: #effff6
}

.waste_sol_story .waste_logo {
    margin: 20px 0
}

.waste_sol_story .story_points {
    display: flex;
    gap: 50px
}

.waste_sol_story .story_points .points_item {
    color: #6fa21a;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px
}

.waste_sol_story .story_points .points_item span {
    color: #000;
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 19px
}

.waste_growth .growth_boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin-top: 50px
}

.waste_growth .growth_boxes .growth_item {
    background: #fff;
    border: 1.5px solid #92969c;
    flex: 0 0 32.33%;
    margin-bottom: 20px;
    padding: 50px 70px
}

.waste_growth .growth_boxes .growth_item .number {
    color: #314252;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    opacity: .2
}

.waste_growth .growth_boxes .growth_item .h5,
.waste_growth .growth_boxes .growth_item h5 {
    color: #6fa21a;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px
}

.waste_growth .growth_boxes .growth_item p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0
}

.waste_growth .growth_boxes .growth_item:hover {
    background: #6fa21a;
    border: 1.5px solid #6fa21a
}

.waste_growth .growth_boxes .growth_item:hover .number {
    color: #fff;
    opacity: 1
}

.waste_growth .growth_boxes .growth_item:hover .h5,
.waste_growth .growth_boxes .growth_item:hover h5,
.waste_growth .growth_boxes .growth_item:hover p {
    color: #fff
}

.waste_industry {
    background: #effff6
}

.waste_industry p {
    margin-bottom: 100px
}

.waste_industry .industry_boxes .industry_item {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px
}

.waste_industry .industry_boxes .industry_item .number {
    color: #d9f4e5;
    flex: 0 0 20%;
    font-size: 86px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 65px;
    margin-bottom: 20px
}

.waste_industry .industry_boxes .industry_item .txt {
    flex: 0 0 80%
}

.waste_industry .industry_boxes .industry_item .txt .h5,
.waste_industry .industry_boxes .industry_item .txt h5 {
    color: #6fa21a;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 20px
}

.waste_industry .industry_boxes .industry_item .txt p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0
}

.waste_automating {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.waste_automating .h2,
.waste_automating h2 {
    color: #fff
}

.waste_about {
    background: #f4f4f4
}

.waste_about .test_box {
    background: #fff;
    border-radius: 30px;
    padding: 40px
}

.waste_about .test_box .test_img_tit {
    display: flex;
    margin-bottom: 20px
}

.waste_about .test_box .test_img_tit .test_img {
    flex: 0 0 25%
}

.waste_about .test_box .test_img_tit .test_tit {
    color: #000;
    flex: 0 0 75%;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 15px
}

.waste_about .test_box .test_img_tit .test_tit span {
    color: #6fa21a;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px
}

.waste_about .test_box .test_txt p {
    color: #000
}

.waste_about .carousel-indicators {
    bottom: 100px;
    left: 100%;
    max-width: 200px;
    position: absolute
}

.waste_about .carousel-indicators button {
    background: #6fa21a;
    border: 0;
    border-radius: 100%;
    height: 20px;
    width: 20px
}

@media(min-width:1600px)and (max-width:1800px) {
    .waste_growth .growth_boxes {
        margin-top: 40px
    }

    .waste_growth .growth_boxes .growth_item {
        padding: 50px
    }

    .waste_growth .growth_boxes .growth_item .number {
        font-size: 45px;
        line-height: 55px
    }

    .waste_growth .growth_boxes .growth_item .h5,
    .waste_growth .growth_boxes .growth_item h5 {
        font-size: 23px;
        line-height: 33px
    }

    .waste_growth .growth_boxes .growth_item p {
        font-size: 15px;
        line-height: 26px
    }

    .waste_industry p {
        margin-bottom: 90px
    }

    .waste_industry .industry_boxes .industry_item {
        margin-bottom: 30px
    }

    .waste_industry .industry_boxes .industry_item .number {
        font-size: 75px;
        line-height: 65px
    }

    .waste_industry .industry_boxes .industry_item .txt .h5,
    .waste_industry .industry_boxes .industry_item .txt h5 {
        font-size: 30px;
        line-height: 40px
    }

    .waste_industry .industry_boxes .industry_item .txt p {
        font-size: 16px;
        line-height: 28px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .waste_growth .growth_boxes {
        margin-top: 40px
    }

    .waste_growth .growth_boxes .growth_item {
        padding: 50px
    }

    .waste_growth .growth_boxes .growth_item .number {
        font-size: 45px;
        line-height: 55px
    }

    .waste_growth .growth_boxes .growth_item .h5,
    .waste_growth .growth_boxes .growth_item h5 {
        font-size: 23px;
        line-height: 33px
    }

    .waste_growth .growth_boxes .growth_item p {
        font-size: 15px;
        line-height: 26px
    }

    .waste_industry p {
        margin-bottom: 70px
    }

    .waste_industry .industry_boxes .industry_item {
        margin-bottom: 30px
    }

    .waste_industry .industry_boxes .industry_item .number {
        font-size: 60px;
        line-height: 60px
    }

    .waste_industry .industry_boxes .industry_item .txt .h5,
    .waste_industry .industry_boxes .industry_item .txt h5 {
        font-size: 26px;
        line-height: 36px
    }

    .waste_industry .industry_boxes .industry_item .txt p {
        font-size: 15px;
        line-height: 25px
    }

    .waste_sol_awards .awards_solution .item_awards {
        margin-bottom: 20px
    }

    .waste_sol_awards .awards_solution .item_awards .gatsby-image-wrapper img {
        height: 120px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .waste_growth .growth_boxes {
        margin-top: 30px
    }

    .waste_growth .growth_boxes .growth_item {
        padding: 30px
    }

    .waste_growth .growth_boxes .growth_item .number {
        font-size: 42px;
        line-height: 52px
    }

    .waste_growth .growth_boxes .growth_item .h5,
    .waste_growth .growth_boxes .growth_item h5 {
        font-size: 20px;
        line-height: 30px
    }

    .waste_growth .growth_boxes .growth_item p {
        font-size: 14px;
        line-height: 28px
    }

    .waste_industry p {
        margin-bottom: 50px
    }

    .waste_industry .industry_boxes .industry_item {
        margin-bottom: 20px
    }

    .waste_industry .industry_boxes .industry_item .number {
        font-size: 50px;
        line-height: 50px
    }

    .waste_industry .industry_boxes .industry_item .txt .h5,
    .waste_industry .industry_boxes .industry_item .txt h5 {
        font-size: 23px;
        line-height: 33px
    }

    .waste_industry .industry_boxes .industry_item .txt p {
        font-size: 14px;
        line-height: 28px
    }

    .waste_sol_awards .awards_solution .item_awards {
        margin-bottom: 20px
    }

    .waste_sol_awards .awards_solution .item_awards .gatsby-image-wrapper img {
        height: 110px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .waste_growth .growth_boxes {
        margin-top: 30px
    }

    .waste_growth .growth_boxes .growth_item {
        padding: 20px
    }

    .waste_growth .growth_boxes .growth_item .number {
        font-size: 36px;
        line-height: 46px
    }

    .waste_growth .growth_boxes .growth_item .h5,
    .waste_growth .growth_boxes .growth_item h5 {
        font-size: 18px;
        line-height: 28px
    }

    .waste_growth .growth_boxes .growth_item p {
        font-size: 13px;
        line-height: 26px
    }

    .waste_industry p {
        margin-bottom: 50px
    }

    .waste_industry .industry_boxes .industry_item {
        margin-bottom: 20px
    }

    .waste_industry .industry_boxes .industry_item .number {
        flex: 0 0 15%;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .waste_industry .industry_boxes .industry_item .txt {
        flex: 0 0 85%
    }

    .waste_industry .industry_boxes .industry_item .txt .h5,
    .waste_industry .industry_boxes .industry_item .txt h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .waste_industry .industry_boxes .industry_item .txt p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .waste_sol_awards .awards_solution .item_awards {
        margin-bottom: 20px
    }

    .waste_sol_awards .awards_solution .item_awards .gatsby-image-wrapper img {
        height: 100px
    }

    .waste_sol_story .waste_logo {
        margin: 20px 0
    }

    .waste_sol_story .waste_logo .gatsby-image-wrapper img {
        height: 70px
    }

    .waste_sol_story .story_points {
        display: flex;
        gap: 40px
    }

    .waste_sol_story .story_points .points_item {
        font-size: 40px;
        line-height: 55px
    }

    .waste_sol_story .story_points .points_item span {
        font-size: 15px;
        line-height: 15px
    }

    .waste_about .test_box {
        padding: 20px
    }

    .waste_about .test_box .test_img_tit {
        display: flex;
        margin-bottom: 0
    }

    .waste_about .test_box .test_img_tit .test_img {
        flex: 0 0 25%
    }

    .waste_about .test_box .test_img_tit .test_img .gatsby-image-wrapper img {
        height: 70px
    }

    .waste_about .test_box .test_img_tit .test_tit {
        font-size: 16px;
        line-height: 20px;
        padding: 0
    }

    .waste_about .test_box .test_img_tit .test_tit span {
        font-size: 14px
    }

    .waste_about .carousel-indicators {
        bottom: 100px;
        left: 100%;
        max-width: 200px;
        position: absolute
    }

    .waste_about .carousel-indicators button {
        background: #6fa21a;
        border: 0;
        border-radius: 100%;
        height: 20px;
        width: 20px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .waste_growth .growth_boxes {
        margin-top: 30px
    }

    .waste_growth .growth_boxes .growth_item {
        padding: 20px
    }

    .waste_growth .growth_boxes .growth_item .number {
        font-size: 36px;
        line-height: 46px
    }

    .waste_growth .growth_boxes .growth_item .h5,
    .waste_growth .growth_boxes .growth_item h5 {
        font-size: 18px;
        line-height: 28px
    }

    .waste_growth .growth_boxes .growth_item p {
        font-size: 13px;
        line-height: 26px
    }

    .waste_industry p {
        margin-bottom: 50px
    }

    .waste_industry .industry_boxes .industry_item {
        margin-bottom: 20px
    }

    .waste_industry .industry_boxes .industry_item .number {
        flex: 0 0 15%;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .waste_industry .industry_boxes .industry_item .txt {
        flex: 0 0 85%
    }

    .waste_industry .industry_boxes .industry_item .txt .h5,
    .waste_industry .industry_boxes .industry_item .txt h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .waste_industry .industry_boxes .industry_item .txt p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .waste_industry .img_recycle {
        display: none
    }

    .waste_sol_awards .awards_solution .item_awards {
        margin-bottom: 20px
    }

    .waste_sol_awards .awards_solution .item_awards .gatsby-image-wrapper img {
        height: 80px
    }

    .waste_sol_story .waste_logo {
        margin: 20px 0
    }

    .waste_sol_story .waste_logo .gatsby-image-wrapper img {
        height: 50px
    }

    .waste_sol_story .story_points {
        display: flex;
        gap: 30px
    }

    .waste_sol_story .story_points .points_item {
        font-size: 30px;
        line-height: 40px
    }

    .waste_sol_story .story_points .points_item span {
        font-size: 13px;
        line-height: 13px
    }

    .waste_about .test_box {
        padding: 20px
    }

    .waste_about .test_box .test_img_tit {
        display: flex;
        margin-bottom: 0
    }

    .waste_about .test_box .test_img_tit .test_img {
        flex: 0 0 25%
    }

    .waste_about .test_box .test_img_tit .test_img .gatsby-image-wrapper img {
        height: 70px
    }

    .waste_about .test_box .test_img_tit .test_tit {
        font-size: 16px;
        line-height: 20px;
        padding: 0
    }

    .waste_about .test_box .test_img_tit .test_tit span {
        font-size: 14px
    }

    .waste_about .carousel-indicators {
        bottom: 100px;
        left: 100%;
        max-width: 200px;
        position: absolute
    }

    .waste_about .carousel-indicators button {
        background: #6fa21a;
        border: 0;
        border-radius: 100%;
        height: 20px;
        width: 20px
    }

    .waste_sol_banner {
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: 45%;
        height: 100%;
        padding: 100px 0 50px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .waste_growth .growth_boxes {
        margin-top: 30px
    }

    .waste_growth .growth_boxes .growth_item {
        flex: 0 0 100%;
        padding: 20px
    }

    .waste_growth .growth_boxes .growth_item .number {
        font-size: 36px;
        line-height: 46px
    }

    .waste_growth .growth_boxes .growth_item .h5,
    .waste_growth .growth_boxes .growth_item h5 {
        font-size: 18px;
        line-height: 28px
    }

    .waste_growth .growth_boxes .growth_item p {
        font-size: 13px;
        line-height: 26px
    }

    .waste_industry p {
        margin-bottom: 50px
    }

    .waste_industry .industry_boxes .industry_item {
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .waste_industry .industry_boxes .industry_item .number {
        flex: 0 0 100%;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .waste_industry .industry_boxes .industry_item .txt {
        flex: 0 0 100%
    }

    .waste_industry .industry_boxes .industry_item .txt .h5,
    .waste_industry .industry_boxes .industry_item .txt h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .waste_industry .industry_boxes .industry_item .txt p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .waste_industry .img_recycle {
        display: none
    }

    .waste_sol_awards .awards_solution {
        flex-wrap: wrap
    }

    .waste_sol_awards .awards_solution .item_awards {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .waste_sol_awards .awards_solution .item_awards .gatsby-image-wrapper img {
        height: 80px
    }

    .waste_sol_story .waste_logo {
        margin: 20px 0
    }

    .waste_sol_story .waste_logo .gatsby-image-wrapper img {
        height: 50px
    }

    .waste_sol_story .story_points {
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }

    .waste_sol_story .story_points .points_item {
        flex: 0 0 100%;
        font-size: 30px;
        line-height: 40px
    }

    .waste_sol_story .story_points .points_item span {
        font-size: 13px;
        line-height: 13px
    }

    .waste_about .test_box {
        padding: 20px
    }

    .waste_about .test_box .test_img_tit {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .waste_about .test_box .test_img_tit .test_img {
        flex: 0 0 100%
    }

    .waste_about .test_box .test_img_tit .test_img .gatsby-image-wrapper img {
        height: 70px
    }

    .waste_about .test_box .test_img_tit .test_tit {
        flex: 0 0 100%;
        font-size: 16px;
        line-height: 20px;
        padding: 0
    }

    .waste_about .test_box .test_img_tit .test_tit span {
        font-size: 14px
    }

    .waste_about .carousel-indicators {
        bottom: 100px;
        left: 100%;
        max-width: 200px;
        position: absolute
    }

    .waste_about .carousel-indicators button {
        background: #6fa21a;
        border: 0;
        border-radius: 100%;
        height: 20px;
        width: 20px
    }

    .waste_sol_banner {
        background: #effff6;
        background-image: unset;
        height: 100%;
        padding: 100px 0 50px
    }
}

.banner_passion,
.five_step {
    height: 100vh
}

.five_step {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 35%
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_passion .banner_img .gatsby-image-wrapper img {
        height: 600px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_passion .banner_img .gatsby-image-wrapper img {
        height: 600px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_passion .banner_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {

    .banner_passion,
    .five_step {
        height: unset;
        padding: 60px 0
    }

    .five_step {
        background-image: none !important
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_passion {
        height: unset;
        padding: 80px 0 0
    }

    .five_step {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }

    .five_step .resp_order,
    .personal_business .resp_order {
        order: 2
    }
}

.banner_smasher {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_smasher .banner_img .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_smasher .banner_img .gatsby-image-wrapper img {
        height: 520px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_smasher .banner_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_smasher .banner_img .gatsby-image-wrapper img {
        height: 420px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_smasher {
        background-position: 0;
        height: 60vh
    }

    .banner_smasher .banner_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_smasher {
        background-image: none !important;
        background: #8740a7;
        height: unset;
        padding: 70px 0 30px
    }

    .banner_smasher .banner_img {
        margin-top: 20px
    }

    .banner_smasher .banner_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .banner_smasher .h1,
    .banner_smasher h1,
    .banner_smasher p {
        color: #fff !important
    }
}

.banner_pick {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner_pick .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 40px
}

.high_pick {
    background-position: 50%;
    background-repeat: no-repeat
}

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

.result_pick .result_main_num .result_num_box .h2,
.result_pick .result_main_num .result_num_box h2 {
    color: #f44336;
    margin-bottom: 0;
    text-align: center
}

.result_pick .result_main_num .result_num_box p {
    text-align: center
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_pick .banner_btn {
        margin-bottom: 30px;
        margin-top: 40px
    }

    .banner_pick .banner_btn .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .banner_pick .banner_img .gatsby-image-wrapper img {
        height: 650px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_pick .banner_btn {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .banner_pick .banner_btn .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .banner_pick .banner_img .gatsby-image-wrapper img {
        height: 650px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_pick .banner_btn {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .banner_pick .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_pick .banner_img {
        margin-top: 60px
    }

    .banner_pick .banner_img .gatsby-image-wrapper img {
        height: 600px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_pick .banner_btn {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .banner_pick .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_pick .banner_img {
        margin-top: 60px
    }

    .banner_pick .banner_img .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_pick {
        background-image: none !important;
        background: #f44336;
        height: unset;
        padding: 30px 0 0
    }

    .banner_pick .banner_btn {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .banner_pick .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_pick .banner_img {
        margin-top: 60px
    }

    .banner_pick .banner_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .banner_pick.banner_dealer {
        background-image: none !important;
        background: #f15d20;
        height: unset;
        padding: 60px 0 0
    }

    .banner_pick.banner_remembered {
        background: #d72f35
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_pick {
        background-image: none !important;
        background: #f44336;
        height: unset;
        padding: 90px 0 0
    }

    .banner_pick .banner_btn {
        gap: 10px;
        margin-bottom: 20px;
        margin-top: 30px
    }

    .banner_pick .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_pick.banner_dealer {
        background-image: none !important;
        background: #f15d20;
        height: unset;
        padding: 90px 0 0
    }

    .banner_pick.banner_remembered {
        background: #d72f35
    }

    .banner_re4 {
        background-image: none !important;
        background: #342a64;
        height: unset;
        padding: 80px 0 40px
    }
}

.banner_mart {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh
}

@media(min-width:667px)and (max-width:899px) {
    .banner_mart {
        background-position: 50%;
        background-size: cover;
        height: unset;
        padding: 150px 0
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_mart {
        background-image: none !important;
        background: #259354;
        height: unset;
        padding: 100px 0 40px
    }

    .banner_mart .h1,
    .banner_mart P,
    .banner_mart h1,
    .banner_mart span {
        color: #fff !important
    }
}

.banner_waste {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 90vh
}

.banner_waste ul {
    display: flex;
    margin-top: 20px
}

.banner_waste ul li {
    color: #037fff;
    padding: 0 0 10px 10px
}

.banner_waste ul li:first-child {
    padding: 0 0 10px
}

.client_waste {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 45%;
    height: 100vh
}

.result_waste,
.solution_waste {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 100vh
}

.tech_waste {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 45%;
    height: 100vh
}

.upgrade_waste p {
    margin-top: 20px
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_waste {
        background-position: 100%
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_waste {
        background-position: 100%
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_waste {
        background-position: 100%;
        height: 70vh
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_waste {
        height: unset;
        padding: 100px 0 50px
    }

    .client_waste,
    .result_waste,
    .solution_waste,
    .tech_waste {
        height: unset;
        padding: 40px 0
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_waste {
        background-image: none !important;
        height: unset;
        padding: 80px 0 40px
    }

    .banner_waste ul {
        display: block
    }

    .banner_waste ul li {
        margin-bottom: 10px;
        padding: 0
    }

    .banner_waste ul li:first-child {
        padding: 0
    }

    .client_waste,
    .result_waste,
    .solution_waste,
    .tech_waste {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }

    .upgrade_waste .gatsby-image-wrapper {
        margin-top: 30px
    }
}

.banner_arrow {
    background-position: 100% 0;
    height: 100vh
}

.banner_arrow,
.core_arrow {
    background-repeat: no-repeat;
    background-size: cover
}

.core_arrow {
    background-position: 50%;
    padding: 120px 0 0
}

.client_arrow {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.solution_arrow {
    background-color: #fd660c;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 80vh
}

.wireframe_arrow {
    background: #000;
    padding: 100px 0 0
}

.platform_arrow {
    background-color: #ececec;
    background-repeat: no-repeat;
    background-size: contain
}

.platform_arrow ul {
    margin-top: 20px
}

.platform_arrow ul li {
    padding-left: 20px;
    position: relative
}

.platform_arrow ul li:before {
    background: #095237;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 10px
}

.typography_arrow .typo_mob {
    display: none
}

.apparrow {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.apparrow .app_img {
    margin-top: 60px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_arrow .banner_logo .gatsby-image-wrapper img {
        height: 150px;
        width: auto
    }

    .banner_arrow .banner_img .gatsby-image-wrapper img {
        height: 600px;
        width: auto
    }

    .core_arrow {
        padding: 100px 0 0
    }

    .client_arrow {
        height: unset;
        padding: 100px 0
    }

    .client_arrow .client_img .gatsby-image-wrapper img {
        height: 580px;
        width: auto
    }

    .solution_arrow .pt_top {
        padding: 60px 0
    }

    .typography_arrow .typo_mob {
        display: none
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_arrow .banner_logo .gatsby-image-wrapper img {
        height: 130px;
        width: auto
    }

    .banner_arrow .banner_img .gatsby-image-wrapper img {
        height: 570px;
        width: auto
    }

    .core_arrow {
        padding: 80px 0 0
    }

    .client_arrow {
        height: unset;
        padding: 100px 0
    }

    .client_arrow .client_img .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }

    .solution_arrow {
        height: 75vh
    }

    .solution_arrow .pt_top {
        padding: 50px 0
    }

    .typography_arrow .typo_mob {
        display: none
    }

    .platform_arrow ul li:before {
        height: 8px;
        left: 0;
        top: 12px;
        width: 8px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_arrow .banner_logo .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .banner_arrow .banner_img .gatsby-image-wrapper img {
        height: 530px;
        width: auto
    }

    .core_arrow {
        padding: 80px 0 0
    }

    .client_arrow {
        height: unset;
        padding: 70px 0
    }

    .client_arrow .client_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .solution_arrow {
        height: 85vh
    }

    .solution_arrow .pt_top {
        padding: 20px 0
    }

    .typography_arrow .typo_mob {
        display: none
    }

    .platform_arrow ul li:before {
        height: 8px;
        left: 0;
        top: 11px;
        width: 8px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_arrow .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .banner_arrow .banner_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .core_arrow {
        padding: 50px 0 0
    }

    .client_arrow {
        height: unset;
        padding: 60px 0
    }

    .client_arrow .client_img .gatsby-image-wrapper img {
        height: 470px;
        width: auto
    }

    .solution_arrow {
        height: 100vh
    }

    .solution_arrow .pt_top {
        padding: 40px 0
    }

    .wireframe_arrow {
        background: #000;
        padding: 50px 0 0
    }

    .typography_arrow .typo_mob {
        display: none
    }

    .platform_arrow {
        background-size: 50%
    }

    .platform_arrow ul li:before {
        height: 7px;
        left: 0;
        top: 10px;
        width: 7px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_arrow {
        background-position: top
    }

    .banner_arrow .banner_logo .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .banner_arrow .banner_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .core_arrow {
        background: #ff5900;
        padding: 60px 0 0
    }

    .client_arrow,
    .core_arrow {
        background-image: none !important
    }

    .client_arrow {
        background: #043424;
        height: unset;
        padding: 60px 0
    }

    .client_arrow .client_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .solution_arrow {
        background-size: 45%;
        height: unset;
        padding: 50px 0
    }

    .solution_arrow .pt_top {
        padding: 0 10px
    }

    .wireframe_arrow {
        padding: 50px 0 0
    }

    .typography_arrow .typo_mob {
        display: none
    }

    .platform_arrow {
        background-size: 50%
    }

    .platform_arrow ul li:before {
        height: 7px;
        left: 0;
        top: 10px;
        width: 7px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_arrow {
        background-image: none !important;
        background: #f6f6f6;
        height: unset;
        padding: 80px 0 40px
    }

    .banner_arrow .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .core_arrow {
        background: #ff5900;
        background-image: none !important;
        padding: 25px 0 0
    }

    .core_arrow .resp_order {
        order: 2
    }

    .client_arrow {
        background-image: none !important;
        background: #043424;
        height: unset;
        padding: 25px 0
    }

    .client_arrow .client_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .problem_arrow .resp_order {
        order: 2
    }

    .solution_arrow {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }

    .solution_arrow .pt_top {
        padding: 0 10px
    }

    .typography_arrow .typo_desk {
        display: none
    }

    .typography_arrow .typo_mob {
        display: block
    }

    .wireframe_arrow {
        padding: 25px 0
    }

    .platform_arrow {
        background-image: none !important;
        height: unset
    }

    .platform_arrow ul li:before {
        height: 7px;
        left: 0;
        top: 10px;
        width: 7px
    }

    .ecommerce_arrow .resp_order {
        order: 2
    }

    .apparrow {
        background-image: none !important
    }

    .apparrow .app_img {
        margin-top: 20px
    }
}

.banner_moodbe {
    background: conic-gradient(from 179.98deg at 50.01% 48.18%, rgba(226, 240, 255, .4) -52.82deg, rgba(254, 244, 255, .88) 45deg, rgba(226, 240, 255, .4) 307.18deg, rgba(254, 244, 255, .88) 405deg);
    height: 100vh
}

.banner_moodbe .banner_btn {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px
}

.banner_moodbe .banner_logo {
    margin-bottom: 30px
}

.challenge_moodbe:after {
    background: #5a67ff;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: -1
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_moodbe .banner_btn {
        margin-top: 30px
    }

    .banner_moodbe .banner_btn .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_moodbe .banner_logo {
        margin-bottom: 30px
    }

    .banner_moodbe .banner_logo .gatsby-image-wrapper img {
        height: 160px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_moodbe .banner_btn {
        margin-top: 30px
    }

    .banner_moodbe .banner_btn .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .banner_moodbe .banner_logo {
        margin-bottom: 30px
    }

    .banner_moodbe .banner_logo .gatsby-image-wrapper img {
        height: 140px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_moodbe .banner_btn {
        margin-top: 30px
    }

    .banner_moodbe .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_moodbe .banner_logo {
        margin-bottom: 30px
    }

    .banner_moodbe .banner_logo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .challenge_moodbe .gatsby-image-wrapper img {
        height: 600px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_moodbe .banner_btn {
        margin-top: 30px
    }

    .banner_moodbe .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_moodbe .banner_logo {
        margin-bottom: 30px
    }

    .banner_moodbe .banner_logo .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .challenge_moodbe .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_moodbe .banner_btn {
        gap: 10px;
        margin-top: 20px
    }

    .banner_moodbe .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_moodbe .banner_logo {
        margin-bottom: 10px
    }

    .banner_moodbe .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .challenge_moodbe .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_moodbe {
        height: unset;
        padding: 80px 0 40px
    }

    .banner_moodbe .banner_btn {
        gap: 10px;
        margin-top: 20px
    }

    .banner_moodbe .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_moodbe .banner_logo {
        margin-bottom: 10px
    }

    .banner_moodbe .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .banner_moodbe .banner_img_1 {
        display: none
    }

    .banner_moodbe .banner_img {
        margin-top: 30px
    }

    .banner_moodbe .banner_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .challenge_moodbe {
        background: #5a67ff
    }

    .challenge_moodbe:after {
        display: none
    }

    .challenge_moodbe .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }
}

.banner_una {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.text_una .h2,
.text_una h2 {
    color: #39414e;
    font-weight: 400
}

.text_white_una .h2,
.text_white_una h2 {
    font-weight: 400
}

.problem_una:after {
    background: #e8fef3;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: -1
}

.platform_una ul {
    margin-top: 20px
}

.platform_una ul li {
    padding-left: 20px;
    position: relative
}

.platform_una ul li:before {
    background: #55cc90;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 8px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_una .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }

    .platform_una ul {
        margin-top: 20px
    }

    .platform_una ul li:before {
        height: 8px;
        top: 12px;
        width: 8px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_una {
        padding: 90px 0 0
    }

    .banner_una .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }

    .platform_una ul {
        margin-top: 20px
    }

    .platform_una ul li:before {
        height: 8px;
        top: 12px;
        width: 8px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_una {
        padding: 80px 0 0
    }

    .banner_una .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .platform_una ul {
        margin-top: 20px
    }

    .platform_una ul li:before {
        height: 8px;
        top: 11px;
        width: 8px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_una {
        padding: 60px 0 0
    }

    .banner_una .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .platform_una ul {
        margin-top: 20px
    }

    .platform_una ul li:before {
        height: 8px;
        top: 10px;
        width: 8px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_una {
        background-image: none !important;
        background: #004343;
        height: unset;
        padding: 80px 0 40px
    }

    .banner_una .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .platform_una ul {
        margin-top: 20px
    }

    .platform_una ul li:before {
        height: 7px;
        top: 9px;
        width: 7px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_una {
        background-image: none !important;
        background: #004343;
        height: unset;
        padding: 80px 0 40px
    }

    .introduction_una .resp_order {
        order: 2
    }

    .problem_una {
        background: #e8fef3
    }

    .problem_una:after {
        display: none
    }

    .solution_una .resp_order {
        order: 2
    }

    .platform_una ul {
        margin-top: 20px
    }

    .platform_una ul li:before {
        height: 7px;
        top: 9px;
        width: 7px
    }

    .service_una .resp_order,
    .userinterface_una .resp_order {
        order: 2
    }
}

.text_veteran .h1,
.text_veteran .h2,
.text_veteran h1,
.text_veteran h2 {
    color: #3651ac
}

.banner_veteran {
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 100vh
}

.introveteran {
    background: #3651ac;
    padding: 30px 0
}

.introveteran .h2,
.introveteran h2 {
    margin-bottom: 0
}

.feature_veteran {
    padding: 100px 0 0
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_veteran {
        background-size: 40%
    }

    .banner_veteran .banner_img .gatsby-image-wrapper img {
        height: 600px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_veteran {
        background-size: 40%
    }

    .banner_veteran .banner_img .gatsby-image-wrapper img {
        height: 600px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_veteran {
        background-position: 100%;
        background-size: 42%
    }

    .banner_veteran .banner_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_veteran {
        background-position: 100% 0;
        background-size: 40%
    }

    .banner_veteran .banner_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_veteran {
        background-image: none !important;
        height: unset;
        padding: 80px 0 40px
    }

    .banner_veteran .banner_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .feature_veteran {
        padding: 40px 0 0
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_veteran {
        background-image: none !important;
        height: unset;
        padding: 80px 0 40px
    }

    .introveteran {
        padding: 10px 0
    }

    .career_veteran .resp_order,
    .view_veteran .resp_order {
        order: 2
    }

    .feature_veteran {
        padding: 25px 0 0
    }
}

.banner_beach {
    height: 100vh
}

.banner_beach,
.beach_back {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.beach_back {
    height: 1500px
}

.result_beach {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 70vh;
    padding-top: 100px
}

@media(min-width:1600px)and (max-width:1800px) {
    .beach_back {
        height: 1300px
    }

    .result_beach {
        background-size: 45%;
        height: 90vh
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .beach_back {
        height: 1100px
    }

    .result_beach {
        background-size: 45%;
        height: 80vh
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_beach .banner_logo .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .beach_back {
        height: 950px
    }

    .result_beach {
        background-size: 40%;
        height: 80vh
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_beach .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .beach_back {
        height: 800px
    }

    .result_beach {
        background-size: 40%;
        height: unset;
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_beach {
        height: 80vh
    }

    .banner_beach .banner_logo .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .beach_back {
        height: 700px
    }

    .result_beach {
        background-size: 40%;
        height: unset;
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_beach {
        background-image: none !important;
        background: #63cb51;
        height: unset;
        padding: 80px 0 40px
    }

    .banner_beach .banner_logo {
        margin-bottom: 10px
    }

    .banner_beach .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .banner_beach .h1,
    .banner_beach h1,
    .banner_beach p {
        margin-bottom: 10px
    }

    .beach_back {
        display: none
    }

    .works_beach .works_img .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .result_beach {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }
}

.banner_mobius {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0
}

.challenges_mobius {
    background-position: 100% 0;
    background-size: 45%
}

.audience_mobius,
.challenges_mobius {
    background-repeat: no-repeat;
    height: 100vh
}

.audience_mobius {
    margin-top: 50px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_mobius .banner_btn .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .banner_mobius .banner_img .gatsby-image-wrapper img {
        height: 700px;
        width: auto
    }

    .audience_mobius {
        background-size: 45%;
        margin-top: 50px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_mobius .banner_btn .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .banner_mobius .banner_img .gatsby-image-wrapper img {
        height: 650px;
        width: auto
    }

    .audience_mobius {
        background-size: 50%;
        margin-top: 50px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_mobius .banner_logo .gatsby-image-wrapper img {
        height: 55px;
        width: auto
    }

    .banner_mobius .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_mobius .banner_img .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }

    .audience_mobius {
        background-size: 45%;
        margin-top: 50px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_mobius .banner_logo .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .banner_mobius .banner_btn .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .banner_mobius .banner_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .audience_mobius {
        background-size: 45%;
        height: 80vh;
        margin-top: 50px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_mobius .banner_logo .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .banner_mobius .banner_btn .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .banner_mobius .banner_img .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }

    .audience_mobius {
        background-size: 50%;
        height: unset;
        margin-top: 40px;
        padding: 40px 0
    }

    .challenges_mobius {
        background-size: 45%;
        height: unset;
        padding: 40px 0
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_mobius {
        padding: 100px 0 0
    }

    .banner_mobius .banner_btn .gatsby-image-wrapper img,
    .banner_mobius .banner_logo .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .audience_mobius {
        margin-top: 0
    }

    .audience_mobius,
    .challenges_mobius {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }

    .solution_mobius .resp_order {
        order: 2
    }
}

@keyframes marquee {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.banner_point {
    padding: 150px 0 0;
    position: relative
}

.banner_point .banner_img {
    position: relative;
    z-index: 9
}

.bg_green_color {
    position: relative
}

.bg_green_color:before {
    left: 0
}

.bg_green_color:after,
.bg_green_color:before {
    background: #e8e751;
    border-radius: 50px;
    content: "";
    filter: blur(150px);
    height: 500px;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 500px
}

.bg_green_color:after {
    right: 0
}

.bg_green_color_left {
    position: relative
}

.bg_green_color_left:before {
    background: #e8e751;
    border-radius: 50px;
    content: "";
    filter: blur(150px);
    height: 500px;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 500px
}

.incorporate_point {
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative
}

.incorporate_point .green-content {
    align-items: center;
    animation: marquee 10s linear infinite;
    display: flex;
    height: 120px;
    position: relative;
    transform: rotate(-1.18deg);
    white-space: nowrap;
    will-change: transform
}

.incorporate_point .green-content .h2,
.incorporate_point .green-content h2 {
    margin-bottom: 0;
    text-transform: uppercase
}

.result_point {
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100vh
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_point .banner_logo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .result_point {
        background-size: 100%
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_point .banner_logo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .result_point {
        background-size: 100%
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_point .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .result_point {
        background-size: 100%
    }

    .bg_green_color:after,
    .bg_green_color:before,
    .bg_green_color_left:before {
        height: 250px;
        width: 250px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_point {
        padding: 130px 0 0
    }

    .banner_point .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .incorporate_point {
        display: none
    }

    .result_point {
        background-size: 100%
    }

    .bg_green_color:after,
    .bg_green_color:before,
    .bg_green_color_left:before {
        height: 200px;
        width: 200px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_point {
        padding: 110px 0 0
    }

    .banner_point .banner_logo .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .result_point {
        background-size: 100%
    }

    .bg_green_color:after,
    .bg_green_color:before,
    .bg_green_color_left:before {
        height: 150px;
        width: 200px
    }

    .incorporate_point {
        display: none
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_point {
        padding: 100px 0 0
    }

    .banner_point .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .challenges_point .resp_order,
    .goals_point .resp_order {
        order: 2
    }

    .result_point {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }

    .bg_green_color:before {
        height: 250px;
        top: 100px;
        width: 250px
    }

    .bg_green_color:after {
        display: none
    }

    .bg_green_color_left:before {
        height: 250px;
        top: 100px;
        width: 250px
    }

    .incorporate_point {
        display: none
    }

    .conclusion_point .resp_order {
        order: 2
    }
}

.bg_purple_color {
    background: radial-gradient(100% 0 at 0 100%, #9644bd 0, #100c1e 40%, #000 100%)
}

.bg_circle {
    position: relative
}

.bg_circle:before {
    background: #7272ff;
    border-radius: 50px;
    content: "";
    filter: blur(150px);
    height: 500px;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 500px
}

.bg_circle_left {
    position: relative
}

.bg_circle_left:before {
    background: #d500f5;
    border-radius: 50px;
    content: "";
    filter: blur(150px);
    height: 500px;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 500px
}

.intro_revcoin {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 45%;
    height: 100vh
}

.scope_rev .scope_content {
    height: 500px;
    overflow-y: scroll
}

.scope_rev .scope_content::-webkit-scrollbar-track {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .04));
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.scope_rev .scope_content::-webkit-scrollbar {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .04));
    border-radius: 30px;
    width: 12px
}

.scope_rev .scope_content::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 30px
}

.scope_rev .scope_content p {
    padding-right: 30px
}

.key_findings ul {
    padding-bottom: 20px;
    padding-top: 20px
}

.key_findings ul li {
    color: #fff;
    padding-left: 20px;
    position: relative
}

.key_findings ul li:before {
    background: #d500f5;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: -5px;
    position: absolute;
    top: 13px;
    width: 8px
}

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

    .bg_circle:before,
    .bg_circle_left:before {
        height: 300px;
        width: 300px
    }

    .key_findings ul li:before {
        height: 8px;
        left: -5px;
        top: 11px;
        width: 8px
    }
}

@media(min-width:900px)and (max-width:1199px) {

    .bg_circle:before,
    .bg_circle_left:before {
        height: 200px;
        width: 200px
    }

    .key_findings ul li:before {
        height: 8px;
        left: -5px;
        top: 9px;
        width: 8px
    }
}

@media(min-width:667px)and (max-width:899px) {

    .bg_circle:before,
    .bg_circle_left:before {
        display: none
    }

    .key_findings ul li:before {
        height: 8px;
        left: -5px;
        top: 9px;
        width: 8px
    }
}

@media(min-width:0px)and (max-width:666px) {

    .bg_circle:before,
    .bg_circle_left:before {
        height: 250px;
        top: 50px;
        width: 150px
    }

    .intro_revcoin {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }

    .scope_rev .scope_content {
        -ms-overflow-style: none;
        height: unset;
        overflow-y: scroll;
        scrollbar-width: none
    }

    .scope_rev .scope_content::-webkit-scrollbar {
        display: none
    }

    .scope_rev .scope_content p {
        padding-right: 0
    }

    .scope_rev .resp_order {
        order: 2
    }

    .key_findings ul {
        padding-top: 10px
    }

    .key_findings ul li:before {
        height: 6px;
        left: 0;
        top: 9px;
        width: 6px
    }

    .key_findings .resp_order {
        order: 2
    }
}

.banner_superstar {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh
}

.banner_superstar .h1,
.banner_superstar h1 {
    margin-top: 150px
}

.brief_super {
    padding: 250px 0 100px
}

.clientbrief_super {
    background-position: 100%;
    background-repeat: no-repeat;
    height: 100vh
}

.keychalleneg_super {
    background-position: 50%;
    background-repeat: no-repeat
}

.keychalleneg_super .key_main {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 50px
}

.keychalleneg_super .key_main .key_white_box .key_box {
    align-items: center;
    background: #fff;
    border-radius: 15.4526px;
    box-shadow: 0 0 46.3578px #e8f0f9;
    display: flex;
    height: 154px;
    justify-content: center;
    width: 154px
}

.keychalleneg_super .key_main .key_head .h5,
.keychalleneg_super .key_main .key_head h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 10px
}

.offer_super .key_main {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.offer_super .key_main .key_white_box .key_box {
    align-items: center;
    background: #fff;
    border-radius: 15.4526px;
    box-shadow: 0 0 46.3578px #e8f0f9;
    display: flex;
    height: 154px;
    justify-content: center;
    width: 154px
}

.offer_super .key_main .key_head .h5,
.offer_super .key_main .key_head h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 10px
}

.tech_super {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh
}

.tech_super .h2,
.tech_super h2 {
    margin-top: 60px
}

.tech_super .tech_head {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 30px
}

.result_super {
    padding: 200px 0 100px
}

.result_super .pt_top {
    padding-top: 50px
}

.result_super .feature_main {
    margin-top: 20px
}

.result_super .feature_main .feature_box {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.result_super .feature_main .feature_box .feature_text .h5,
.result_super .feature_main .feature_box .feature_text h5 {
    margin-bottom: 0
}

.feature_super ul {
    padding-top: 20px
}

.feature_super ul li {
    padding-left: 20px;
    position: relative
}

.feature_super ul li:before {
    background: #0559af;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: -5px;
    position: absolute;
    top: 13px;
    width: 8px
}

.upgradesuper p {
    margin-top: 20px
}

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

    .banner_superstar .h1,
    .banner_superstar h1 {
        margin-top: 130px
    }

    .brief_super {
        padding: 300px 0 100px
    }
}

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

    .banner_superstar .h1,
    .banner_superstar h1 {
        margin-top: 130px
    }

    .brief_super {
        padding: 300px 0 100px
    }

    .clientbrief_super {
        background-size: 50%
    }

    .keychalleneg_super .key_main {
        gap: 50px;
        margin-top: 50px
    }

    .keychalleneg_super .key_main .key_white_box .key_box {
        height: 120px;
        width: 120px
    }

    .keychalleneg_super .key_main .key_white_box .key_img svg {
        height: 65px
    }

    .keychalleneg_super .key_main .key_head .h5,
    .keychalleneg_super .key_main .key_head h5 {
        font-size: 17px;
        line-height: 27px;
        margin-top: 10px
    }

    .offer_super .key_main {
        margin-top: 60px
    }

    .offer_super .key_main .key_white_box .key_box {
        height: 120px;
        width: 120px
    }

    .offer_super .key_main .key_white_box .key_box .key_img svg {
        height: 65px
    }

    .offer_super .key_main .key_head .h5,
    .offer_super .key_main .key_head h5 {
        font-size: 17px;
        line-height: 27px
    }

    .feature_super ul li:before {
        height: 8px;
        left: -5px;
        top: 12px;
        width: 8px
    }
}

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

    .banner_superstar .h1,
    .banner_superstar h1 {
        margin-top: 110px
    }

    .brief_super {
        padding: 300px 0 100px
    }

    .clientbrief_super {
        background-size: 50%
    }

    .keychalleneg_super .key_main {
        gap: 50px;
        margin-top: 50px
    }

    .keychalleneg_super .key_main .key_white_box .key_box {
        height: 110px;
        width: 110px
    }

    .keychalleneg_super .key_main .key_white_box .key_img svg {
        height: 60px
    }

    .keychalleneg_super .key_main .key_head .h5,
    .keychalleneg_super .key_main .key_head h5 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px
    }

    .offer_super .key_main {
        margin-top: 60px
    }

    .offer_super .key_main .key_white_box .key_box {
        height: 110px;
        width: 110px
    }

    .offer_super .key_main .key_white_box .key_box .key_img svg {
        height: 60px
    }

    .offer_super .key_main .key_head .h5,
    .offer_super .key_main .key_head h5 {
        font-size: 16px;
        line-height: 26px
    }

    .feature_super ul li:before {
        height: 8px;
        left: -5px;
        top: 10px;
        width: 8px
    }
}

@media(min-width:900px)and (max-width:1199px) {

    .banner_superstar .h1,
    .banner_superstar h1 {
        margin-top: 110px
    }

    .brief_super {
        padding: 300px 0 100px
    }

    .clientbrief_super {
        background-size: 50%
    }

    .keychalleneg_super .key_main {
        gap: 50px;
        margin-top: 50px
    }

    .keychalleneg_super .key_main .key_white_box .key_box {
        height: 100px;
        width: 100px
    }

    .keychalleneg_super .key_main .key_white_box .key_img svg {
        height: 55px
    }

    .keychalleneg_super .key_main .key_head .h5,
    .keychalleneg_super .key_main .key_head h5 {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px
    }

    .offer_super .key_main {
        margin-top: 60px
    }

    .offer_super .key_main .key_white_box .key_box {
        height: 100px;
        width: 100px
    }

    .offer_super .key_main .key_white_box .key_box .key_img svg {
        height: 55px
    }

    .offer_super .key_main .key_head .h5,
    .offer_super .key_main .key_head h5 {
        font-size: 15px;
        line-height: 25px
    }

    .feature_super ul li:before {
        height: 8px;
        left: -5px;
        top: 10px;
        width: 8px
    }
}

@media(min-width:667px)and (max-width:899px) {

    .banner_superstar .h1,
    .banner_superstar h1 {
        margin-top: 90px
    }

    .brief_super {
        padding: 250px 0 100px
    }

    .clientbrief_super {
        background-size: 50%
    }

    .keychalleneg_super .key_main {
        gap: 50px;
        margin-top: 50px
    }

    .keychalleneg_super .key_main .key_white_box .key_box {
        height: 90px;
        width: 90px
    }

    .keychalleneg_super .key_main .key_white_box .key_img svg {
        height: 50px
    }

    .keychalleneg_super .key_main .key_head .h5,
    .keychalleneg_super .key_main .key_head h5 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px
    }

    .offer_super .key_main {
        margin-top: 60px
    }

    .offer_super .key_main .key_white_box .key_box {
        height: 90px;
        width: 90px
    }

    .offer_super .key_main .key_white_box .key_box .key_img svg {
        height: 50px
    }

    .offer_super .key_main .key_head .h5,
    .offer_super .key_main .key_head h5 {
        font-size: 14px;
        line-height: 24px
    }

    .feature_super ul li:before {
        height: 8px;
        left: -5px;
        top: 9px;
        width: 8px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_superstar {
        height: unset;
        padding: 60px 0 30px
    }

    .banner_superstar .h1,
    .banner_superstar h1 {
        margin-top: 30px
    }

    .brief_super {
        padding: 30px 0
    }

    .clientbrief_super,
    .keychalleneg_super {
        background-image: none !important;
        height: unset;
        padding: 25px 0
    }

    .keychalleneg_super .key_main {
        display: block;
        gap: 0;
        margin-top: 20px
    }

    .keychalleneg_super .key_main .key_white_box .key_box {
        height: 70px;
        margin: 0 auto 10px;
        width: 70px
    }

    .keychalleneg_super .key_main .key_white_box .key_img svg {
        height: 40px
    }

    .keychalleneg_super .key_main .key_head .h5,
    .keychalleneg_super .key_main .key_head h5 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px
    }

    .offer_super .key_main {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px
    }

    .offer_super .key_main .key_white_box {
        flex: 0 0 100%
    }

    .offer_super .key_main .key_white_box .key_box {
        height: 70px;
        margin: 0 auto;
        width: 70px
    }

    .offer_super .key_main .key_white_box .key_box .key_img svg {
        height: 35px
    }

    .offer_super .key_main .key_head .h5,
    .offer_super .key_main .key_head h5 {
        font-size: 14px;
        line-height: 24px
    }

    .solution_super .resp_order {
        order: 2
    }

    .feature_super ul {
        padding-top: 0
    }

    .feature_super ul li:before {
        height: 6px;
        left: 0;
        top: 9px;
        width: 6px
    }

    .tech_super {
        height: unset;
        padding: 50px 0
    }

    .tech_super .h2,
    .tech_super h2 {
        margin-top: 0
    }

    .tech_super .tech_head {
        display: block;
        gap: 0;
        margin-top: 20px
    }

    .result_super {
        padding: 30px 0
    }

    .result_super .pt_top {
        padding-top: 20px
    }

    .result_super .feature_main {
        margin-top: 20px
    }

    .result_super .feature_main .feature_box {
        display: block;
        margin-bottom: 10px;
        text-align: center
    }

    .result_super .feature_main .feature_box .feature_text .h5,
    .result_super .feature_main .feature_box .feature_text h5 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .result_super .resp_order {
        order: 2
    }

    .upgradesuper .upgrade_img {
        margin-top: 30px
    }
}

.banner_waste_connections {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.banner_waste_connections .banner_logo {
    margin-top: 140px
}

.client_waste {
    background-image: none !important;
    height: unset;
    padding: 350px 0 100px
}

.keychallenge_waste ul {
    padding-top: 20px
}

.keychallenge_waste ul li {
    color: #0053af;
    padding-left: 20px;
    position: relative
}

.keychallenge_waste ul li:before {
    background: #0053af;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 8px
}

.our_solution {
    background-position: 50%;
    height: 100vh
}

.app_feature,
.our_solution {
    background-repeat: no-repeat
}

.app_feature {
    padding: 0 0 100px
}

.app_feature .feature_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px
}

.app_feature .feature_main .feature_box {
    background: transparent;
    border: .789285px solid #c6c6c6;
    border-radius: 11.8393px;
    height: 168px;
    padding: 30px;
    transition: .2s ease-in-out;
    width: 304px
}

.app_feature .feature_main .feature_box .feature_head {
    margin-top: 10px
}

.app_feature .feature_main .feature_box .feature_head .h5,
.app_feature .feature_main .feature_box .feature_head h5 {
    color: #0053af;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.app_feature .feature_main .feature_box:hover {
    background: #0053af;
    border: 1px solid #0053af;
    transition: .2s ease-in-out
}

.app_feature .feature_main .feature_box:hover .feature_head .h5,
.app_feature .feature_main .feature_box:hover .feature_head h5 {
    color: #fff
}

.app_feature .feature_main .feature_box:hover .feature_img .gatsby-image-wrapper img {
    filter: brightness(0) invert(1)
}

.technology_used ul {
    padding-top: 20px
}

.technology_used ul li {
    color: #0053af;
    padding-left: 20px;
    position: relative
}

.technology_used ul li:before {
    background: #0053af;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 8px
}

.result_connections {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100vh
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_waste_connections .banner_logo {
        margin-top: 120px
    }

    .banner_waste_connections .banner_logo .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .keychallenge_waste ul li:before {
        height: 8px;
        left: 0;
        top: 12px;
        width: 8px
    }

    .app_feature {
        background-repeat: no-repeat;
        padding: 0 0 100px
    }

    .app_feature .feature_main {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 50px
    }

    .app_feature .feature_main .feature_box {
        flex: 0 0 30%;
        height: 168px;
        padding: 30px;
        width: 304px
    }

    .app_feature .feature_main .feature_box .feature_head {
        margin-top: 10px
    }

    .app_feature .feature_main .feature_box .feature_head .h5,
    .app_feature .feature_main .feature_box .feature_head h5 {
        font-size: 15px;
        line-height: 25px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_waste_connections .banner_logo {
        margin-top: 110px
    }

    .banner_waste_connections .banner_logo .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .client_waste {
        padding: 300px 0 100px
    }

    .keychallenge_waste ul li:before {
        height: 8px;
        left: 0;
        top: 11px;
        width: 8px
    }

    .app_feature {
        background-size: 100%;
        padding: 80px 0
    }

    .app_feature .feature_main {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 50px
    }

    .app_feature .feature_main .feature_box {
        flex: 0 0 30%;
        height: 158px;
        padding: 25px;
        width: 295px
    }

    .app_feature .feature_main .feature_box .feature_head {
        margin-top: 10px
    }

    .app_feature .feature_main .feature_box .feature_head .h5,
    .app_feature .feature_main .feature_box .feature_head h5 {
        font-size: 14px;
        line-height: 24px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_waste_connections .banner_logo {
        margin-top: 100px
    }

    .banner_waste_connections .banner_logo .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .client_waste {
        padding: 300px 0 100px
    }

    .keychallenge_waste ul li:before,
    .technology_used ul li:before {
        height: 8px;
        left: 0;
        top: 10px;
        width: 8px
    }

    .app_feature {
        background-position: 50%;
        background-size: 100%;
        padding: 100px 0
    }

    .app_feature .feature_main {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 50px
    }

    .app_feature .feature_main .feature_box {
        flex: 0 0 30%;
        height: 158px;
        padding: 25px;
        width: 295px
    }

    .app_feature .feature_main .feature_box .feature_head {
        margin-top: 10px
    }

    .app_feature .feature_main .feature_box .feature_head .h5,
    .app_feature .feature_main .feature_box .feature_head h5 {
        font-size: 12px;
        line-height: 22px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_waste_connections .banner_logo {
        margin-top: 90px
    }

    .banner_waste_connections .banner_logo .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .client_waste {
        padding: 300px 0 100px
    }

    .keychallenge_waste ul li:before,
    .technology_used ul li:before {
        height: 8px;
        left: 0;
        top: 9px;
        width: 8px
    }

    .our_solution,
    .result_connections {
        height: 100vh
    }

    .app_feature {
        background-position: 50%;
        background-size: 100%;
        padding: 80px 0
    }

    .app_feature .feature_main {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 50px
    }

    .app_feature .feature_main .feature_box {
        flex: 0 0 28%;
        height: 130px;
        padding: 20px;
        width: 270px
    }

    .app_feature .feature_main .feature_box .feature_head {
        margin-top: 10px
    }

    .app_feature .feature_main .feature_box .feature_head .h5,
    .app_feature .feature_main .feature_box .feature_head h5 {
        font-size: 11px;
        line-height: 21px
    }

    .app_feature .feature_main .feature_box .feature_img .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_waste_connections {
        height: unset;
        padding: 40px 0
    }

    .banner_waste_connections .banner_logo {
        margin-top: 30px
    }

    .banner_waste_connections .banner_logo .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .client_waste {
        padding: 60px 0
    }

    .keychallenge_waste ul li:before,
    .technology_used ul li:before {
        height: 8px;
        left: 0;
        top: 9px;
        width: 8px
    }

    .our_solution {
        height: 100vh
    }

    .result_connections {
        height: unset;
        padding: 50px 0
    }

    .app_feature {
        background-position: 50%;
        background-size: 100%;
        padding: 80px 0
    }

    .app_feature .feature_main {
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 50px
    }

    .app_feature .feature_main .feature_box {
        flex: 0 0 28%;
        height: 130px;
        padding: 20px;
        width: 280px
    }

    .app_feature .feature_main .feature_box .feature_head {
        margin-top: 10px
    }

    .app_feature .feature_main .feature_box .feature_head .h5,
    .app_feature .feature_main .feature_box .feature_head h5 {
        font-size: 10px;
        line-height: 20px
    }

    .app_feature .feature_main .feature_box .feature_img .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_waste_connections {
        height: unset;
        padding: 40px 0
    }

    .banner_waste_connections .banner_logo {
        margin-top: 30px
    }

    .banner_waste_connections .banner_logo .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .client_waste {
        padding: 30px 0
    }

    .keychallenge_waste ul {
        padding-top: 10px
    }

    .keychallenge_waste ul li:before {
        height: 6px;
        left: 0;
        top: 9px;
        width: 6px
    }

    .keychallenge_waste .key_challenge_img {
        margin-top: 20px
    }

    .keychallenge_waste .key_challenge_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .technology_used ul {
        padding-top: 10px
    }

    .technology_used ul li:before {
        height: 6px;
        left: 0;
        top: 9px;
        width: 6px
    }

    .technology_used .gatsby-image-wrapper {
        margin-top: 20px
    }

    .technology_used .gatsby-image-wrapper img {
        height: 300px;
        width: auto
    }

    .our_solution,
    .result_connections {
        background-image: none !important;
        background: #0053af;
        height: unset;
        padding: 25px 0
    }

    .app_feature {
        background-image: none !important;
        padding: 30px 0
    }

    .app_feature .feature_main {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px
    }

    .app_feature .feature_main .feature_box {
        maX-width: 50%;
        flex: 0 0 100%;
        height: 130px;
        padding: 20px
    }

    .app_feature .feature_main .feature_box .feature_head {
        margin-top: 10px
    }

    .app_feature .feature_main .feature_box .feature_head .h5,
    .app_feature .feature_main .feature_box .feature_head h5 {
        font-size: 12px;
        line-height: 22px
    }

    .app_feature .feature_main .feature_box .feature_img .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }
}

.banner_bob {
    background-position: 50%;
    background-repeat: no-repeat
}

.banner_bob .banner_logo {
    margin-top: 120px
}

.intro_bob {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50%
}

.client_brief_bob .pt-60 {
    padding-top: 60px
}

.challenge_bob {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50%
}

.solution_bob {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 80px
}

.feature_bob {
    padding: 350px 0 100px
}

.feature_bob ul {
    padding-top: 20px
}

.feature_bob ul li {
    padding-left: 20px;
    position: relative
}

.feature_bob ul li:before {
    background: #fedd00;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 8px
}

.result_bob {
    height: 1100px;
    padding: 100px 0 0
}

.applicationbob {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 200px 0 100px
}

@media(min-width:1600px)and (max-width:1800px) {
    .solution_bob .solution_img .gatsby-image-wrapper img {
        height: 500px
    }

    .result_bob {
        height: 970px;
        padding: 80px 0 0
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_bob .banner_logo {
        margin-top: 100px
    }

    .solution_bob .solution_img .gatsby-image-wrapper img {
        height: 450px
    }

    .feature_bob ul li:before {
        height: 8px;
        left: 0;
        top: 12px;
        width: 8px
    }

    .result_bob {
        height: 930px;
        padding: 80px 0 0
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_bob .banner_logo {
        margin-top: 100px
    }

    .solution_bob .solution_img .gatsby-image-wrapper img {
        height: 400px
    }

    .solution_bob p {
        padding-right: 70px
    }

    .feature_bob ul li:before {
        height: 8px;
        left: 0;
        top: 11px;
        width: 8px
    }

    .result_bob {
        height: 850px;
        padding: 70px 0 0
    }

    .applicationbob {
        padding: 150px 0 100px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_bob .banner_logo {
        margin-top: 80px
    }

    .solution_bob {
        background-position: 50%;
        padding-top: 50px
    }

    .solution_bob .solution_img .gatsby-image-wrapper img {
        height: 350px
    }

    .solution_bob p {
        padding-right: 80px
    }

    .feature_bob ul li:before {
        height: 8px;
        left: 0;
        top: 10px;
        width: 8px
    }

    .result_bob {
        height: 730px;
        padding: 60px 0 0
    }

    .applicationbob {
        padding: 150px 0 100px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_bob .banner_logo {
        margin-top: 50px
    }

    .solution_bob {
        background-image: none !important;
        background: #000;
        height: unset;
        padding-top: 40px
    }

    .solution_bob .solution_img .gatsby-image-wrapper img {
        height: 350px
    }

    .solution_bob p {
        padding-right: 0
    }

    .feature_bob {
        padding: 50px 0
    }

    .feature_bob ul li:before {
        height: 8px;
        left: 0;
        top: 9px;
        width: 8px
    }

    .result_bob {
        height: 730px;
        padding: 60px 0 0
    }

    .applicationbob {
        padding: 120px 0 100px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_bob {
        background-image: none !important;
        background: #000
    }

    .banner_bob .banner_logo {
        margin-top: 70px
    }

    .banner_bob .banner_logo .gatsby-image-wrapper img {
        height: 100px
    }

    .challenge_bob,
    .intro_bob {
        background-image: none !important
    }

    .client_brief_bob .pt-60 {
        padding-top: 20px
    }

    .client_brief_bob .resp_order {
        order: 2
    }

    .client_brief_bob .client_img .gatsby-image-wrapper img {
        height: 400px
    }

    .solution_bob {
        background-image: none !important;
        background: #000;
        height: unset;
        padding-top: 25px
    }

    .solution_bob p {
        padding-right: 0
    }

    .feature_bob {
        padding: 30px 0
    }

    .feature_bob ul {
        padding-top: 10px
    }

    .feature_bob ul li:before {
        height: 7px;
        left: 0;
        top: 9px;
        width: 7px
    }

    .feature_bob .faeture_img {
        display: none
    }

    .result_bob {
        height: unset;
        padding: 30px 0 0
    }

    .applicationbob {
        background-image: none !important;
        padding: 30px 0
    }
}

section.banner-serve-easy {
    aspect-ratio: 1920/812;
    background-position: bottom;
    background-size: cover;
    margin-bottom: 60px
}

section.banner-serve-easy .content .icon {
    display: block;
    margin-bottom: 50px
}

section.banner-serve-easy .content .h1,
section.banner-serve-easy .content h1 {
    font-weight: 400
}

section.banner-serve-easy .content .h1 strong,
section.banner-serve-easy .content h1 strong {
    font-weight: 700
}

section.banner-serve-easy .banner_img {
    border-radius: 30px;
    bottom: -60px;
    box-shadow: 40px 60px 30px -17px rgba(0, 0, 0, .2);
    left: 0;
    position: relative
}

@media screen and (max-width:1599px) {
    section.banner-serve-easy .content .icon svg {
        max-width: 260px
    }
}

@media screen and (max-width:1399px) {
    section.banner-serve-easy .content .icon svg {
        height: auto;
        max-width: 220px
    }
}

@media screen and (max-width:1199px) {
    section.banner-serve-easy .content .icon {
        margin-bottom: 30px
    }

    section.banner-serve-easy .content .icon svg {
        height: auto;
        max-width: 190px
    }
}

@media screen and (max-width:991px) {
    section.banner-serve-easy {
        aspect-ratio: unset;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        padding-bottom: 20px;
        padding-top: 50px
    }

    section.banner-serve-easy .content .icon svg {
        max-width: 170px
    }
}

@media screen and (max-width:767px) {
    section.banner-serve-easy {
        margin-bottom: 30px;
        padding-bottom: 20px;
        padding-top: 90px
    }

    section.banner-serve-easy .banner_img {
        bottom: 0
    }
}

@media screen and (max-width:575px) {

    section.banner-serve-easy .content .h1,
    section.banner-serve-easy .content h1 {
        margin-bottom: 0
    }
}

.solution-serve-easy.case-about-sec.case-about-left .content {
    padding-left: 220px
}

.solution-serve-easy.case-about-sec .image-small {
    bottom: 90px;
    position: absolute;
    right: -190px
}

.solution-serve-easy.case-about-sec .content .h2,
.solution-serve-easy.case-about-sec .content h2,
.solution-serve-easy.case-about-sec .content p {
    margin-left: -140px
}

.solution-serve-easy.case-about-sec .content ul {
    margin-top: 50px
}

.solution-serve-easy.case-about-sec .content ul li .h3,
.solution-serve-easy.case-about-sec .content ul li h3 {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    gap: 5px;
    line-height: 1.5;
    margin-bottom: 5px
}

.solution-serve-easy.case-about-sec .content ul li .h3 .icon,
.solution-serve-easy.case-about-sec .content ul li h3 .icon {
    border: 1px solid #0178e5;
    border-radius: 50px;
    display: block;
    height: 16px;
    position: relative;
    width: 16px
}

.solution-serve-easy.case-about-sec .content ul li .h3 .icon:after,
.solution-serve-easy.case-about-sec .content ul li h3 .icon:after {
    background-color: #0178e5;
    border-radius: 50px;
    content: "";
    display: block;
    height: 9px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 9px
}

.solution-serve-easy.case-about-sec .content ul li p {
    margin-left: 0
}

@media screen and (max-width:1800px) {
    .solution-serve-easy.case-about-sec.case-about-left .content {
        padding-left: 150px
    }

    .solution-serve-easy.case-about-sec .image-big {
        max-width: 550px
    }

    .solution-serve-easy.case-about-sec .image-small {
        max-width: 430px;
        right: -130px
    }
}

@media screen and (max-width:1599px) {
    .solution-serve-easy.case-about-sec.case-about-left .content {
        padding-left: 120px
    }

    .solution-serve-easy.case-about-sec .image-big {
        max-width: 500px
    }

    .solution-serve-easy.case-about-sec .image-small {
        bottom: 50px;
        max-width: 400px;
        right: -100px
    }

    .solution-serve-easy.case-about-sec .content .h2,
    .solution-serve-easy.case-about-sec .content h2 {
        margin-bottom: 5px
    }

    .solution-serve-easy.case-about-sec .content ul {
        margin-top: 30px
    }

    .solution-serve-easy.case-about-sec .content ul li:not(:last-child) {
        margin-bottom: 15px
    }
}

@media screen and (max-width:1399px) {
    .solution-serve-easy.case-about-sec.case-about-left .content {
        padding-left: 90px
    }

    .solution-serve-easy.case-about-sec .image-big {
        max-width: 445px
    }

    .solution-serve-easy.case-about-sec .image-small {
        bottom: 30px;
        max-width: 360px;
        right: -80px
    }

    .solution-serve-easy.case-about-sec .content .h2,
    .solution-serve-easy.case-about-sec .content h2 {
        margin-bottom: 5px
    }

    .solution-serve-easy.case-about-sec .content .h2,
    .solution-serve-easy.case-about-sec .content h2,
    .solution-serve-easy.case-about-sec .content p {
        margin-left: -90px
    }

    .solution-serve-easy.case-about-sec .content ul {
        margin-top: 30px
    }

    .solution-serve-easy.case-about-sec .content ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .solution-serve-easy.case-about-sec .content ul li .h3,
    .solution-serve-easy.case-about-sec .content ul li h3 {
        font-size: 18px
    }
}

@media screen and (max-width:1199px) {
    .solution-serve-easy.case-about-sec.case-about-left .content {
        padding-left: 0
    }

    .solution-serve-easy.case-about-sec .image-small {
        bottom: 30px;
        display: block;
        margin-top: 30px;
        position: unset;
        text-align: center
    }

    .solution-serve-easy.case-about-sec .content .h2,
    .solution-serve-easy.case-about-sec .content h2 {
        margin-bottom: 5px
    }

    .solution-serve-easy.case-about-sec .content .h2,
    .solution-serve-easy.case-about-sec .content h2,
    .solution-serve-easy.case-about-sec .content p {
        margin-left: 0
    }

    .solution-serve-easy.case-about-sec .content ul {
        margin-top: 30px
    }

    .solution-serve-easy.case-about-sec .content ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .solution-serve-easy.case-about-sec .content ul li .h3,
    .solution-serve-easy.case-about-sec .content ul li h3 {
        font-size: 18px
    }
}

@media screen and (max-width:991px) {
    .solution-serve-easy.case-about-sec .image-small {
        margin-bottom: 30px;
        margin-top: 0
    }

    .solution-serve-easy.case-about-sec .content ul {
        margin-top: 0
    }

    .solution-serve-easy.case-about-sec .content ul li .h3,
    .solution-serve-easy.case-about-sec .content ul li h3 {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {

    .solution-serve-easy.case-about-sec .image-big,
    .solution-serve-easy.case-about-sec .image-small {
        max-width: inherit
    }

    .solution-serve-easy.case-about-sec .content ul li .h3,
    .solution-serve-easy.case-about-sec .content ul li h3 {
        font-size: 16px
    }
}

.toolchain-serve-easy.case-about-sec.case-about-right .content {
    padding-right: 0
}

.toolchain-serve-easy.case-about-sec .image-small {
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateX(calc(-100% + 230px))
}

.toolchain-serve-easy.case-about-sec .content ul {
    column-gap: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 50px;
    max-width: 351px;
    row-gap: 25px
}

.toolchain-serve-easy.case-about-sec .content ul li {
    flex: 0 0 130px
}

.toolchain-serve-easy.case-about-sec .content ul li .icon {
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
    display: flex;
    height: 130px;
    justify-content: center;
    width: 130px
}

.toolchain-serve-easy.case-about-sec .content ul li .h3,
.toolchain-serve-easy.case-about-sec .content ul li h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center
}

@media screen and (max-width:1800px) {
    .toolchain-serve-easy.case-about-sec .image-big {
        max-width: 650px
    }

    .toolchain-serve-easy.case-about-sec .image-small {
        max-width: 550px
    }

    .toolchain-serve-easy.case-about-sec .content ul {
        margin-top: 30px;
        row-gap: 5px
    }
}

@media screen and (max-width:1599px) {
    .toolchain-serve-easy.case-about-sec .image-big {
        max-width: 650px
    }

    .toolchain-serve-easy.case-about-sec .image-small {
        max-width: 460px;
        transform: translateX(calc(-100% + 130px))
    }

    .toolchain-serve-easy.case-about-sec .content ul {
        margin-top: 30px;
        row-gap: 5px
    }

    .toolchain-serve-easy.case-about-sec .content ul li {
        flex: 0 0 110px
    }

    .toolchain-serve-easy.case-about-sec .content ul li .icon {
        height: 110px;
        width: 110px
    }

    .toolchain-serve-easy.case-about-sec .content ul li .icon img {
        height: 75px;
        width: 75px
    }

    .toolchain-serve-easy.case-about-sec .content ul li .h3,
    .toolchain-serve-easy.case-about-sec .content ul li h3 {
        font-size: 18px
    }
}

@media screen and (max-width:1399px) {
    .toolchain-serve-easy.case-about-sec .image-small {
        max-width: 420px;
        transform: translateX(calc(-100% + 150px))
    }

    .toolchain-serve-easy.case-about-sec .content ul {
        margin-top: 20px
    }

    .toolchain-serve-easy.case-about-sec .content ul li .h3,
    .toolchain-serve-easy.case-about-sec .content ul li h3 {
        font-size: 17px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:1199px) {
    .toolchain-serve-easy.case-about-sec .image-small {
        margin-top: 30px;
        max-width: inherit;
        position: unset;
        transform: none
    }

    .toolchain-serve-easy.case-about-sec .content ul {
        margin-top: 30px
    }

    .toolchain-serve-easy.case-about-sec .content ul li .h3,
    .toolchain-serve-easy.case-about-sec .content ul li h3 {
        font-size: 17px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:767px) {
    .toolchain-serve-easy.case-about-sec .image-small {
        margin-bottom: 30px
    }

    .toolchain-serve-easy.case-about-sec .content ul {
        justify-content: center;
        max-width: 100%
    }

    .toolchain-serve-easy.case-about-sec .content ul li {
        align-items: center;
        display: flex;
        flex: 0 0 29%;
        flex-direction: column
    }

    .toolchain-serve-easy.case-about-sec .content ul li .h3,
    .toolchain-serve-easy.case-about-sec .content ul li h3 {
        font-size: 16px
    }
}

@media screen and (max-width:575px) {
    .toolchain-serve-easy.case-about-sec .image-small {
        margin-bottom: 30px
    }

    .toolchain-serve-easy.case-about-sec .content ul {
        justify-content: center;
        max-width: 100%
    }

    .toolchain-serve-easy.case-about-sec .content ul li {
        column-gap: 15px;
        flex: 0 0 25%
    }

    .toolchain-serve-easy.case-about-sec .content ul li .h3,
    .toolchain-serve-easy.case-about-sec .content ul li h3 {
        font-size: 14px
    }
}

.case-about-sec {
    padding-bottom: 40px;
    padding-top: 40px
}

.case-about-sec.case-about-left .content {
    padding-left: 50px
}

.case-about-sec.case-about-right .content {
    padding-right: 50px
}

.case-about-sec.case-about-overlay {
    position: relative
}

.case-about-sec.case-about-overlay:before {
    background-color: #0178e5;
    content: "";
    height: calc(100% - 200px);
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%
}

.case-about-sec.case-about-overlay.case-about-left:before {
    left: auto;
    right: 0
}

@media screen and (max-width:1399px) {
    .case-about-sec.case-about-left .content {
        padding-left: 0
    }

    .case-about-sec.case-about-right .content {
        padding-right: 0
    }
}

@media screen and (max-width:1199px) {
    .case-about-sec.case-about-overlay:before {
        height: calc(100% - 110px)
    }
}

@media screen and (max-width:767px) {
    .case-about-sec.case-about-overlay:before {
        height: 100%;
        width: 100%
    }
}

.banner_form {
    background: #fff;
    border-radius: 15px;
    box-shadow: 7px 1px 100px rgba(0, 0, 0, .1);
    margin-left: auto;
    max-width: 520px;
    padding: 40px 55px
}

.banner_form .alert-success {
    background: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 20px
}

.banner_form .h2,
.banner_form h2 {
    margin-bottom: 20px
}

.banner_form .banner_form_inner .looder_img {
    height: 60px
}

.banner_form .banner_form_inner p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px
}

.banner_form .banner_form_inner .from_item {
    margin-bottom: 10px;
    position: relative
}

.banner_form .banner_form_inner .from_item input {
    line-height: 50px
}

.banner_form .banner_form_inner .from_item input,
.banner_form .banner_form_inner .from_item textarea {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .5);
    border-radius: 0;
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    padding: 0;
    width: 100%
}

.banner_form .banner_form_inner .from_item textarea {
    line-height: normal
}

.banner_form .banner_form_inner .from_item:after {
    background: #06dcbf;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 48px;
    width: 100px
}

.banner_form .banner_form_inner .from_item input:-webkit-autofill,
.banner_form .banner_form_inner .from_item input:-webkit-autofill:focus,
.banner_form .banner_form_inner .from_item input:-webkit-autofill:hover,
.banner_form .banner_form_inner .from_item select:-webkit-autofill,
.banner_form .banner_form_inner .from_item select:-webkit-autofill:focus,
.banner_form .banner_form_inner .from_item select:-webkit-autofill:hover,
.banner_form .banner_form_inner .from_item textarea:-webkit-autofill,
.banner_form .banner_form_inner .from_item textarea:-webkit-autofill:focus,
.banner_form .banner_form_inner .from_item textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #314252;
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.banner_form .banner_form_inner .from_item_check {
    margin-bottom: 15px
}

.banner_form .banner_form_inner .from_item_check label {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.banner_form .banner_form_inner .btn_submit {
    background: #fff;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #06dcbf;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    width: 60%
}

.banner_form .banner_form_inner .btn_submit:hover {
    background: #06dcbf;
    color: #fff
}

.modal_forms .banner_form .h3,
.modal_forms .banner_form h3 {
    font-weight: 800
}

.modal_forms .banner_form span.sub_title {
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px
}

.modal_forms .banner_form .banner_form_inner .btn_submit {
    margin-top: 40px
}

.modal.show .modal-dialog {
    max-width: 400px
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_form {
        border-radius: 15px;
        margin-left: auto;
        max-width: 430px;
        padding: 40px
    }

    .banner_form .h2,
    .banner_form h2 {
        line-height: 50px;
        margin-bottom: 20px
    }

    .banner_form .banner_form_inner p {
        font-size: 12px;
        line-height: 24px
    }

    .banner_form .banner_form_inner .from_item {
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner .from_item input {
        font-size: 13px;
        height: 45px;
        line-height: 45px
    }

    .banner_form .banner_form_inner .from_item textarea {
        font-size: 13px;
        height: 45px
    }

    .banner_form .banner_form_inner .from_item:after {
        top: 43px
    }

    .banner_form .banner_form_inner .from_item_check {
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner .from_item_check input {
        margin-top: 5px
    }

    .banner_form .banner_form_inner .from_item_check label {
        font-size: 13px;
        line-height: 22px
    }

    .banner_form .banner_form_inner .btn_submit {
        font-size: 15px;
        height: 45px;
        line-height: normal;
        width: 170px
    }

    .banner_form .banner_form_inner .error_tek {
        font-size: 12px;
        line-height: 16px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_form {
        border-radius: 15px;
        margin-left: auto;
        max-width: 430px;
        padding: 40px
    }

    .banner_form .h2,
    .banner_form h2 {
        line-height: 50px;
        margin-bottom: 20px
    }

    .banner_form .banner_form_inner p {
        font-size: 13px;
        line-height: 24px
    }

    .banner_form .banner_form_inner .from_item {
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner .from_item input {
        font-size: 13px;
        height: 45px;
        line-height: 45px
    }

    .banner_form .banner_form_inner .from_item textarea {
        font-size: 13px;
        height: 45px
    }

    .banner_form .banner_form_inner .from_item:after {
        top: 43px
    }

    .banner_form .banner_form_inner .from_item_check {
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner .from_item_check input {
        margin-top: 5px
    }

    .banner_form .banner_form_inner .from_item_check label {
        font-size: 13px;
        line-height: 22px
    }

    .banner_form .banner_form_inner .btn_submit {
        font-size: 15px;
        height: 45px;
        line-height: normal;
        width: 170px
    }

    .banner_form .banner_form_inner .error_tek {
        font-size: 11px;
        line-height: 14px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_form {
        border-radius: 15px;
        margin-left: auto;
        max-width: 400px;
        padding: 35px 40px
    }

    .banner_form .h2,
    .banner_form h2 {
        line-height: 45px;
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner p {
        font-size: 12px;
        line-height: 24px
    }

    .banner_form .banner_form_inner .from_item {
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner .from_item input {
        font-size: 12px;
        height: 42px;
        line-height: 42px
    }

    .banner_form .banner_form_inner .from_item textarea {
        font-size: 12px;
        height: 42px
    }

    .banner_form .banner_form_inner .from_item:after {
        top: 40px
    }

    .banner_form .banner_form_inner .from_item_check {
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner .from_item_check input {
        margin-top: 5px
    }

    .banner_form .banner_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 20px
    }

    .banner_form .banner_form_inner .btn_submit {
        font-size: 14px;
        height: 42px;
        line-height: normal;
        width: 170px
    }

    .banner_form .banner_form_inner .error_tek {
        font-size: 11px;
        line-height: 14px
    }

    .modal.show .modal-dialog {
        margin: auto;
        max-width: 350px
    }

    .modal_forms .banner_form {
        border-radius: 15px;
        margin: 0 auto;
        max-width: 400px;
        padding: 20px 30px
    }

    .modal_forms .banner_form .h3,
    .modal_forms .banner_form h3 {
        font-size: 28px;
        line-height: 38px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_form {
        border-radius: 15px;
        margin-left: auto;
        max-width: 400px;
        padding: 25px
    }

    .banner_form .h2,
    .banner_form h2 {
        line-height: 40px;
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner p {
        font-size: 12px;
        line-height: 24px
    }

    .banner_form .banner_form_inner .from_item {
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner .from_item input {
        font-size: 12px;
        height: 35px;
        line-height: 35px
    }

    .banner_form .banner_form_inner .from_item textarea {
        font-size: 12px;
        height: 35px
    }

    .banner_form .banner_form_inner .from_item:after {
        top: 33px
    }

    .banner_form .banner_form_inner .from_item_check {
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner .from_item_check input {
        margin-top: 5px
    }

    .banner_form .banner_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 20px
    }

    .banner_form .banner_form_inner .btn_submit {
        font-size: 13px;
        height: 40px;
        line-height: normal;
        width: 170px
    }

    .banner_form .banner_form_inner .error_tek {
        font-size: 10px;
        line-height: 14px
    }

    .modal.show .modal-dialog {
        margin: auto;
        max-width: 350px
    }

    .modal_forms .banner_form {
        border-radius: 15px;
        margin: 0 auto;
        max-width: 400px;
        padding: 20px 30px
    }

    .modal_forms .banner_form .h3,
    .modal_forms .banner_form h3 {
        font-size: 28px;
        line-height: 38px
    }
}

@media(min-width:501px)and (max-width:899px) {
    .banner_form {
        border-radius: 15px;
        margin: 0 auto;
        max-width: 320px;
        padding: 25px 40px
    }

    .banner_form .h3,
    .banner_form h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .banner_form .banner_form_inner p {
        font-size: 11px;
        line-height: 22px
    }

    .banner_form .banner_form_inner .from_item {
        margin-bottom: 5px;
        position: relative
    }

    .banner_form .banner_form_inner .from_item input {
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        font-size: 12px;
        height: 45px;
        line-height: 45px
    }

    .banner_form .banner_form_inner .from_item textarea {
        font-size: 12px;
        height: 45px
    }

    .banner_form .banner_form_inner .from_item:after {
        height: 2px;
        top: 43px;
        width: 20px
    }

    .banner_form .banner_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .banner_form .banner_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 22px
    }

    .banner_form .banner_form_inner .btn_submit {
        font-size: 14px;
        height: 45px;
        line-height: normal;
        width: 180px
    }

    .modal.show .modal-dialog {
        margin: auto;
        width: 90%
    }

    .modal_forms .banner_form {
        border-radius: 15px;
        margin: 0 auto;
        max-width: 400px;
        padding: 20px 30px
    }

    .modal_forms .banner_form .h3,
    .modal_forms .banner_form h3 {
        font-size: 28px;
        line-height: 38px
    }
}

@media(min-width:0px)and (max-width:500px) {
    .banner_form {
        border-radius: 15px;
        margin: 30px auto;
        max-width: 400px;
        padding: 30px
    }

    .banner_form .h3,
    .banner_form h3 {
        font-size: 40px;
        line-height: 50px
    }

    .banner_form .banner_form_inner p {
        font-size: 10px;
        line-height: 20px;
        margin-top: 10px
    }

    .banner_form .banner_form_inner .from_item {
        margin-bottom: 5px;
        position: relative
    }

    .banner_form .banner_form_inner .from_item input {
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        font-size: 12px;
        height: 45px;
        line-height: 45px
    }

    .banner_form .banner_form_inner .from_item textarea {
        font-size: 12px;
        height: 45px
    }

    .banner_form .banner_form_inner .from_item:after {
        height: 2px;
        top: 43px;
        width: 20px
    }

    .banner_form .banner_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .banner_form .banner_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 22px
    }

    .banner_form .banner_form_inner .btn_submit {
        font-size: 14px;
        height: 45px;
        line-height: normal;
        width: 100%
    }

    .modal.show .modal-dialog {
        margin: auto;
        width: 90%
    }

    .modal_forms .banner_form {
        border-radius: 15px;
        margin: 0 auto;
        max-width: 400px;
        padding: 20px 30px
    }

    .modal_forms .banner_form .h3,
    .modal_forms .banner_form h3 {
        font-size: 24px;
        line-height: 34px
    }

    .error_tek {
        font-size: 10px;
        line-height: 10px
    }
}

.empowering {
    position: relative
}

.empowering:before {
    background-color: #314252;
    content: "";
    height: 816px;
    left: 0;
    position: absolute;
    width: 816px
}

.empower-img {
    margin-top: 60px;
    position: relative
}

.accelerate {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.accelerate-1 .accelerate-content .bottom_text {
    margin-bottom: 0
}

.trusted .trust-list li {
    font-weight: 600
}

.trusted .trust-list li:before {
    color: #06dcbf;
    content: "•";
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 1em
}

.trusted .trust-box {
    background: #fff;
    border-radius: 28px;
    box-shadow: 5px 8px 29px rgba(0, 0, 0, .06);
    height: 480px;
    margin-top: 30px;
    padding: 20px 30px 0
}

.trusted .trust-box .trust-both {
    align-items: center;
    display: flex
}

.trusted .trust-box .trust-head {
    padding-left: 20px
}

.trusted .trust-box .trust-head .h5,
.trusted .trust-box .trust-head h5 {
    margin-bottom: 10px
}

.trusted .trust-box .trust-para {
    padding-top: 20px
}

.trusted .trust-box .trust-para p {
    font-size: 18px;
    line-height: 35px
}

.trusted .trust-box .trust-num {
    align-items: center;
    background: #06dcbf;
    border-radius: 18px 18px 18px 16px;
    color: #fff;
    display: flex;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    height: 80px;
    justify-content: center;
    width: 80px
}

.future-cal .future-cal-box {
    background: #fcfcfc;
    border: 1px solid #f5f5f5;
    border-radius: 0 28px 28px 28px;
    box-shadow: 3px 6px 25px rgba(0, 0, 0, .04);
    height: 450px;
    margin-top: 20px;
    padding: 20px;
    position: relative
}

.future-cal .future-cal-box .future-cal-box.future-bos-box {
    height: 470px
}

.future-cal .future-num {
    align-items: center;
    background: #314252;
    border-radius: 0 18px 18px 18px;
    color: #fff;
    display: flex;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    height: 80px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px
}

.future-cal .future-cal-para {
    margin-top: 80px
}

.future-cal .future-cal-para p {
    font-size: 18px;
    line-height: 35px
}

.future-cal .future-cal-para .h4,
.future-cal .future-cal-para h4 {
    margin-bottom: 10px
}

.future-cal .bottom_text {
    margin-bottom: 0
}

.customized .customize-box {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 28px;
    box-shadow: 4px 7px 25px rgba(0, 0, 0, .03);
    height: 650px
}

.customized .customize-box .custom-all {
    align-items: center;
    display: flex;
    margin-top: 20px;
    padding: 10px 20px
}

.customized .customize-box .custom-num {
    align-items: center;
    background: #314252;
    border-radius: 18px 18px 18px 16px;
    color: #fff;
    display: flex;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    height: 80px;
    justify-content: center;
    width: 80px
}

.customized .customize-box .custom-head {
    padding-left: 20px
}

.customized .customize-box .custom-head .h5,
.customized .customize-box .custom-head h5 {
    margin-bottom: 10px
}

.customized .customize-box .custom-para {
    padding: 10px 20px
}

.customized .customize-box .custom-para p {
    font-size: 18px;
    line-height: 35px
}

.toptier .react-multi-carousel-list {
    position: unset
}

.toptier .react-multiple-carousel__arrow--left {
    background-color: #06dcbf;
    left: unset;
    position: absolute;
    right: 120px;
    top: 140px
}

.toptier .react-multiple-carousel__arrow--right {
    background-color: #06dcbf;
    position: absolute;
    top: 140px;
    z-index: 10000000000
}

.toptier .featured_item {
    padding: 0 20px
}

.toptier .featured_item .top-slide-box {
    background: #fff;
    border-radius: 28px 28px 0 28px;
    box-shadow: 5px 8px 29px rgba(0, 0, 0, .06);
    height: 500px;
    margin-top: 30px;
    padding: 30px;
    position: relative;
    transition: .2s ease
}

.toptier .featured_item .top-slide-box:hover {
    background-color: #314252
}

.toptier .featured_item .top-slide-box:hover .h5,
.toptier .featured_item .top-slide-box:hover h5,
.toptier .featured_item .top-slide-box:hover p {
    color: #fff
}

.toptier .featured_item .top-slide-box:hover .top-num {
    background-color: #575c6b
}

.toptier .featured_item .top-slide-box p {
    font-size: 18px;
    line-height: 35px
}

.toptier .featured_item .top-slide-box .top-num {
    align-items: center;
    background: #06dcbf;
    border-radius: 18px 18px 18px 18px;
    bottom: 0;
    color: #fff;
    display: flex;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    height: 80px;
    justify-content: center;
    position: absolute;
    right: 0;
    transition: .2s ease;
    width: 80px
}

.step-mobile {
    background-color: #f9f9f9
}

.step-mobile .react-multi-carousel-list {
    position: unset
}

.step-mobile .react-multiple-carousel__arrow--left {
    background-color: #06dcbf;
    bottom: 0;
    left: unset;
    position: absolute;
    right: 120px
}

.step-mobile .react-multiple-carousel__arrow--right {
    background-color: #06dcbf;
    bottom: 0;
    position: absolute;
    z-index: 10000000000
}

.step-mobile .featured_item {
    padding: 0 10px
}

.step-mobile .featured_item .step-box {
    background: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 28px;
    box-shadow: 5px 8px 29px rgba(0, 0, 0, .06);
    height: 450px;
    padding: 30px
}

.step-mobile .featured_item .step-all {
    align-items: center;
    display: flex
}

.step-mobile .featured_item .step-all .step-img .step-1 {
    height: 105px;
    width: 105px
}

.step-mobile .featured_item .step-head {
    padding-left: 20px
}

.step-mobile .featured_item .step-head .h5,
.step-mobile .featured_item .step-head h5 {
    margin-bottom: 10px
}

.step-mobile .featured_item .step-para {
    padding-top: 20px
}

.step-mobile .featured_item .step-para p {
    font-size: 18px;
    line-height: 35px
}

.step-mobile .bottom_text {
    margin-bottom: 0
}

.map {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 425px
}

.map .location-box {
    background-color: #252626;
    border-radius: 22px;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center
}

.map .location-box .h5,
.map .location-box h5 {
    color: #f37922;
    margin-bottom: 10px
}

.map .location-box p {
    color: #fff
}

.map .map-circle {
    align-items: center;
    background-color: rgba(243, 122, 32, .2);
    border-radius: 100%;
    display: flex;
    height: 256px;
    justify-content: center;
    margin: 0 auto;
    width: 256px
}

.map .start-project {
    background: #ffa20a;
    background: linear-gradient(-45deg, #ffa20a, #fd4b0f);
    border-radius: 10px;
    color: #fff !important;
    cursor: pointer;
    font-family: poppins;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 10px 35px;
    text-decoration: none;
    text-transform: uppercase
}

.revolution .h2,
.revolution h2,
.revolution p {
    color: #fff
}

.rev-slider {
    margin-top: -60px
}

.rev-slider .react-multi-carousel-list {
    position: unset
}

.rev-slider .featured_item {
    padding: 0 10px
}

.rev-slider .featured_item .rev-loc-box {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 28px;
    box-shadow: 4px 7px 25px rgba(0, 0, 0, .03);
    height: 510px;
    padding: 20px
}

.rev-slider .featured_item .rev-loc-all {
    align-items: center;
    display: flex
}

.rev-slider .featured_item .rev-head {
    padding-left: 10px
}

.rev-slider .featured_item .rev-head .h5,
.rev-slider .featured_item .rev-head h5 {
    color: #314252;
    margin-bottom: 10px
}

.rev-slider .featured_item .rev-para {
    padding-top: 10px
}

.rev-slider .featured_item .rev-para p {
    color: #000;
    font-size: 18px;
    line-height: 35px
}

@media(min-width:1600px)and (max-width:1800px) {
    .toptier .react-multi-carousel-list {
        position: unset
    }

    .toptier .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: unset;
        position: absolute;
        right: 110px;
        top: 120px
    }

    .toptier .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        position: absolute;
        top: 120px;
        z-index: 10000000000
    }

    .toptier .featured_item {
        padding: 0 20px
    }

    .toptier .featured_item .top-slide-box {
        height: 500px
    }

    .toptier .featured_item .top-slide-box:hover {
        background-color: #314252
    }

    .toptier .featured_item .top-slide-box:hover .h5,
    .toptier .featured_item .top-slide-box:hover h5,
    .toptier .featured_item .top-slide-box:hover p {
        color: #fff
    }

    .toptier .featured_item .top-slide-box p {
        font-size: 16px;
        line-height: 33px
    }

    .empowering {
        position: relative
    }

    .empowering:before {
        height: 720px;
        width: 600px
    }

    .future-cal .future-cal-box {
        background: #fcfcfc;
        border: 1px solid #f5f5f5;
        border-radius: 0 28px 28px 28px;
        box-shadow: 3px 6px 25px rgba(0, 0, 0, .04);
        height: 470px;
        margin-top: 20px;
        padding: 20px;
        position: relative
    }

    .future-cal .future-num {
        align-items: center;
        background: #314252;
        border-radius: 0 18px 18px 18px;
        color: #fff;
        display: flex;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        height: 80px;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 80px
    }

    .future-cal .future-cal-para {
        margin-top: 80px
    }

    .future-cal .future-cal-para p {
        font-size: 16px;
        line-height: 33px
    }

    .step-mobile {
        background-color: #f9f9f9
    }

    .step-mobile .react-multiple-carousel__arrow--left {
        bottom: 40px;
        position: absolute;
        right: 110px
    }

    .step-mobile .react-multiple-carousel__arrow--right {
        bottom: 40px;
        z-index: 10000000000
    }

    .step-mobile .featured_item {
        padding: 0 10px
    }

    .step-mobile .featured_item .step-box {
        height: 420px
    }

    .step-mobile .featured_item .step-all {
        align-items: center;
        display: flex
    }

    .step-mobile .featured_item .step-all .step-img .step-1 {
        height: 105px;
        width: 105px
    }

    .step-mobile .featured_item .step-head {
        padding-left: 20px
    }

    .step-mobile .featured_item .step-head .h5,
    .step-mobile .featured_item .step-head h5 {
        margin-bottom: 10px
    }

    .step-mobile .featured_item .step-para {
        padding-top: 20px
    }

    .step-mobile .featured_item .step-para p {
        font-size: 16px;
        line-height: 33px
    }

    .trusted .trust-list li {
        font-weight: 600
    }

    .trusted .trust-list li:before {
        color: #06dcbf;
        content: "•";
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        width: 1em
    }

    .trusted .trust-box {
        height: 480px
    }

    .trusted .trust-box .trust-both {
        align-items: center;
        display: flex
    }

    .trusted .trust-box .trust-head {
        padding-left: 20px
    }

    .trusted .trust-box .trust-head .h5,
    .trusted .trust-box .trust-head h5 {
        margin-bottom: 10px
    }

    .trusted .trust-box .trust-para {
        padding-top: 20px
    }

    .trusted .trust-box .trust-para p {
        font-size: 16px;
        line-height: 33px
    }

    .customized .customize-box {
        height: 560px
    }

    .customized .customize-box .custom-all {
        align-items: center;
        display: flex;
        margin-top: 20px;
        padding: 10px 20px
    }

    .customized .customize-box .custom-head {
        padding-left: 20px
    }

    .customized .customize-box .custom-head .h5,
    .customized .customize-box .custom-head h5 {
        margin-bottom: 10px
    }

    .customized .customize-box .custom-para {
        padding: 10px 20px
    }

    .customized .customize-box .custom-para p {
        font-size: 16px;
        line-height: 33px
    }

    .map {
        height: 400px
    }

    .rev-slider {
        margin-top: -40px
    }

    .rev-slider .react-multi-carousel-list {
        position: unset
    }

    .rev-slider .featured_item {
        padding: 0 10px
    }

    .rev-slider .featured_item .rev-loc-box {
        height: 450px;
        padding: 20px
    }

    .rev-slider .featured_item .rev-loc-all {
        align-items: center;
        display: flex
    }

    .rev-slider .featured_item .rev-head {
        padding-left: 10px
    }

    .rev-slider .featured_item .rev-head .h5,
    .rev-slider .featured_item .rev-head h5 {
        color: #314252;
        margin-bottom: 10px
    }

    .rev-slider .featured_item .rev-para {
        padding-top: 10px
    }

    .rev-slider .featured_item .rev-para p {
        color: #000;
        font-size: 16px;
        line-height: 33px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .toptier .react-multi-carousel-list {
        position: unset
    }

    .toptier .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: unset;
        position: absolute;
        right: 110px;
        top: 120px
    }

    .toptier .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        position: absolute;
        top: 120px;
        z-index: 10000000000
    }

    .toptier .featured_item {
        padding: 0 20px
    }

    .toptier .featured_item .top-slide-box {
        height: 330px
    }

    .toptier .featured_item .top-slide-box:hover {
        background-color: #314252
    }

    .toptier .featured_item .top-slide-box:hover .h5,
    .toptier .featured_item .top-slide-box:hover h5,
    .toptier .featured_item .top-slide-box:hover p {
        color: #fff
    }

    .toptier .featured_item .top-slide-box p {
        font-size: 15px;
        height: 130px;
        line-height: 26px;
        overflow: auto
    }

    .toptier .featured_item .top-slide-box p::-webkit-scrollbar {
        display: none
    }

    .empowering {
        position: relative
    }

    .empowering:before {
        height: 650px;
        width: 600px
    }

    .future-cal .future-cal-box {
        background: #fcfcfc;
        border: 1px solid #f5f5f5;
        border-radius: 0 28px 28px 28px;
        box-shadow: 3px 6px 25px rgba(0, 0, 0, .04);
        height: 470px;
        margin-top: 20px;
        padding: 20px;
        position: relative
    }

    .future-cal .future-num {
        align-items: center;
        background: #314252;
        border-radius: 0 18px 18px 18px;
        color: #fff;
        display: flex;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        height: 80px;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 80px
    }

    .future-cal .future-cal-para {
        margin-top: 80px
    }

    .future-cal .future-cal-para p {
        font-size: 15px;
        line-height: 32px
    }

    .step-mobile {
        background-color: #f9f9f9
    }

    .step-mobile .react-multiple-carousel__arrow--left {
        bottom: 40px;
        position: absolute;
        right: 110px
    }

    .step-mobile .react-multiple-carousel__arrow--right {
        bottom: 40px;
        z-index: 10000000000
    }

    .step-mobile .featured_item {
        padding: 0 10px
    }

    .step-mobile .featured_item .step-box {
        height: 320px
    }

    .step-mobile .featured_item .step-all {
        align-items: center;
        display: flex
    }

    .step-mobile .featured_item .step-all .step-img .step-1 {
        height: 105px;
        width: 105px
    }

    .step-mobile .featured_item .step-head {
        padding-left: 20px
    }

    .step-mobile .featured_item .step-head .h5,
    .step-mobile .featured_item .step-head h5 {
        margin-bottom: 10px
    }

    .step-mobile .featured_item .step-para {
        padding-top: 20px
    }

    .step-mobile .featured_item .step-para p {
        font-size: 15px;
        height: 140px;
        line-height: 26px;
        overflow: auto
    }

    .step-mobile .featured_item .step-para p::-webkit-scrollbar {
        display: none
    }

    .trusted .trust-list li {
        font-weight: 600
    }

    .trusted .trust-list li:before {
        color: #06dcbf;
        content: "•";
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        width: 1em
    }

    .trusted .trust-box {
        height: 300px
    }

    .trusted .trust-box .trust-both {
        align-items: center;
        display: flex
    }

    .trusted .trust-box .trust-head {
        padding-left: 20px
    }

    .trusted .trust-box .trust-head .h5,
    .trusted .trust-box .trust-head h5 {
        margin-bottom: 10px
    }

    .trusted .trust-box .trust-para {
        padding-top: 20px
    }

    .trusted .trust-box .trust-para p {
        font-size: 15px;
        height: 140px;
        line-height: 26px;
        overflow: auto
    }

    .trusted .trust-box .trust-para p::-webkit-scrollbar {
        display: none
    }

    .customized .customize-box {
        height: 560px
    }

    .customized .customize-box .custom-all {
        align-items: center;
        display: flex;
        margin-top: 20px;
        padding: 10px 20px
    }

    .customized .customize-box .custom-head {
        padding-left: 20px
    }

    .customized .customize-box .custom-head .h5,
    .customized .customize-box .custom-head h5 {
        margin-bottom: 10px
    }

    .customized .customize-box .custom-para {
        padding: 10px 20px
    }

    .customized .customize-box .custom-para p {
        font-size: 15px;
        line-height: 32px
    }

    .map {
        height: 400px
    }

    .rev-slider {
        margin-top: -40px
    }

    .rev-slider .react-multi-carousel-list {
        position: unset
    }

    .rev-slider .featured_item {
        padding: 0 10px
    }

    .rev-slider .featured_item .rev-loc-box {
        height: 450px;
        padding: 20px
    }

    .rev-slider .featured_item .rev-loc-all {
        align-items: center;
        display: flex
    }

    .rev-slider .featured_item .rev-head {
        padding-left: 10px
    }

    .rev-slider .featured_item .rev-head .h5,
    .rev-slider .featured_item .rev-head h5 {
        color: #314252;
        margin-bottom: 10px
    }

    .rev-slider .featured_item .rev-para {
        padding-top: 10px
    }

    .rev-slider .featured_item .rev-para p {
        color: #000;
        font-size: 15px;
        line-height: 32px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .toptier .react-multi-carousel-list {
        position: unset
    }

    .toptier .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: unset;
        position: absolute;
        right: 110px;
        top: 120px
    }

    .toptier .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        position: absolute;
        top: 120px;
        z-index: 10000000000
    }

    .toptier .featured_item {
        padding: 0 20px
    }

    .toptier .featured_item .top-slide-box {
        height: 330px
    }

    .toptier .featured_item .top-slide-box:hover {
        background-color: #314252
    }

    .toptier .featured_item .top-slide-box:hover .h5,
    .toptier .featured_item .top-slide-box:hover h5,
    .toptier .featured_item .top-slide-box:hover p {
        color: #fff
    }

    .toptier .featured_item .top-slide-box p {
        font-size: 15px;
        height: 130px;
        line-height: 26px;
        overflow: auto
    }

    .toptier .featured_item .top-slide-box p::-webkit-scrollbar {
        display: none
    }

    .empowering {
        position: relative
    }

    .empowering:before {
        height: 600px;
        width: 550px
    }

    .future-cal .future-cal-box {
        background: #fcfcfc;
        border: 1px solid #f5f5f5;
        border-radius: 0 28px 28px 28px;
        box-shadow: 3px 6px 25px rgba(0, 0, 0, .04);
        height: 470px;
        margin-top: 20px;
        padding: 20px;
        position: relative
    }

    .future-cal .future-num {
        align-items: center;
        background: #314252;
        border-radius: 0 18px 18px 18px;
        color: #fff;
        display: flex;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        height: 80px;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 80px
    }

    .future-cal .future-cal-para {
        margin-top: 80px
    }

    .future-cal .future-cal-para p {
        font-size: 15px;
        line-height: 32px
    }

    .future-cal .future-bos-box {
        height: 490px
    }

    .step-mobile {
        background-color: #f9f9f9
    }

    .step-mobile .react-multiple-carousel__arrow--left {
        bottom: 40px;
        position: absolute;
        right: 110px
    }

    .step-mobile .react-multiple-carousel__arrow--right {
        bottom: 40px;
        z-index: 10000000000
    }

    .step-mobile .featured_item {
        padding: 0 10px
    }

    .step-mobile .featured_item .step-box {
        height: 330px
    }

    .step-mobile .featured_item .step-box.step-bos-box {
        height: 320px
    }

    .step-mobile .featured_item .step-all {
        align-items: center;
        display: flex
    }

    .step-mobile .featured_item .step-all .step-img .step-1 {
        height: 105px;
        width: 105px
    }

    .step-mobile .featured_item .step-head {
        padding-left: 20px
    }

    .step-mobile .featured_item .step-head .h5,
    .step-mobile .featured_item .step-head h5 {
        margin-bottom: 10px
    }

    .step-mobile .featured_item .step-para {
        padding-top: 20px
    }

    .step-mobile .featured_item .step-para p {
        font-size: 15px;
        height: 140px;
        line-height: 26px;
        overflow: auto
    }

    .step-mobile .featured_item .step-para p::-webkit-scrollbar {
        display: none
    }

    .trusted .trust-list li {
        font-weight: 600
    }

    .trusted .trust-list li:before {
        color: #06dcbf;
        content: "•";
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        width: 1em
    }

    .trusted .trust-box {
        height: 300px
    }

    .trusted .trust-box .trust-both {
        align-items: center;
        display: flex
    }

    .trusted .trust-box .trust-head {
        padding-left: 20px
    }

    .trusted .trust-box .trust-head .h5,
    .trusted .trust-box .trust-head h5 {
        margin-bottom: 10px
    }

    .trusted .trust-box .trust-para {
        padding-top: 20px
    }

    .trusted .trust-box .trust-para p {
        font-size: 15px;
        height: 140px;
        line-height: 26px;
        overflow: auto
    }

    .trusted .trust-box .trust-para p::-webkit-scrollbar {
        display: none
    }

    .trusted .trust-bos-box {
        height: 300px
    }

    .customized .customize-box {
        height: 560px
    }

    .customized .customize-box .custom-all {
        align-items: center;
        display: flex;
        margin-top: 20px;
        padding: 10px 20px
    }

    .customized .customize-box .custom-head {
        padding-left: 20px
    }

    .customized .customize-box .custom-head .h5,
    .customized .customize-box .custom-head h5 {
        margin-bottom: 10px
    }

    .customized .customize-box .custom-para {
        padding: 10px 20px
    }

    .customized .customize-box .custom-para p {
        font-size: 15px;
        line-height: 32px
    }

    .map {
        height: 325px
    }

    .rev-slider {
        margin-top: -40px
    }

    .rev-slider .react-multi-carousel-list {
        position: unset
    }

    .rev-slider .featured_item {
        padding: 0 10px
    }

    .rev-slider .featured_item .rev-loc-box {
        height: 450px;
        padding: 20px
    }

    .rev-slider .featured_item .rev-loc-all {
        align-items: center;
        display: flex
    }

    .rev-slider .featured_item .rev-head {
        padding-left: 10px
    }

    .rev-slider .featured_item .rev-head .h5,
    .rev-slider .featured_item .rev-head h5 {
        color: #314252;
        margin-bottom: 10px
    }

    .rev-slider .featured_item .rev-para {
        padding-top: 10px
    }

    .rev-slider .featured_item .rev-para p {
        color: #000;
        font-size: 15px;
        line-height: 32px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .toptier .react-multi-carousel-list {
        position: unset
    }

    .toptier .react-multiple-carousel__arrow--left,
    .toptier .react-multiple-carousel__arrow--right {
        display: none
    }

    .toptier .featured_item {
        padding: 0 20px
    }

    .toptier .featured_item .top-slide-box {
        height: 500px
    }

    .toptier .featured_item .top-slide-box:hover {
        background-color: #314252
    }

    .toptier .featured_item .top-slide-box:hover .h5,
    .toptier .featured_item .top-slide-box:hover h5,
    .toptier .featured_item .top-slide-box:hover p {
        color: #fff
    }

    .toptier .featured_item .top-slide-box p {
        font-size: 14px;
        line-height: 30px
    }

    .toptier .featured_item .top-slide-box .top-num {
        font-size: 20px;
        height: 60px;
        width: 60px
    }

    .empowering {
        position: relative
    }

    .empowering:before {
        height: 550px;
        width: 450px
    }

    .empowering .empower-img {
        margin-top: 0
    }

    .future-cal .future-cal-box {
        background: #fcfcfc;
        border: 1px solid #f5f5f5;
        border-radius: 0 28px 28px 28px;
        box-shadow: 3px 6px 25px rgba(0, 0, 0, .04);
        height: 430px;
        margin-top: 20px;
        padding: 20px;
        position: relative
    }

    .future-cal .future-num {
        align-items: center;
        background: #314252;
        border-radius: 0 18px 18px 18px;
        color: #fff;
        display: flex;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        height: 80px;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 80px
    }

    .future-cal .future-cal-para {
        margin-top: 80px
    }

    .future-cal .future-cal-para p {
        font-size: 15px;
        line-height: 32px
    }

    .step-mobile {
        background-color: #f9f9f9
    }

    .step-mobile .react-multiple-carousel__arrow--left,
    .step-mobile .react-multiple-carousel__arrow--right {
        display: none
    }

    .step-mobile .featured_item {
        padding: 0 10px
    }

    .step-mobile .featured_item .step-box {
        height: 480px
    }

    .step-mobile .featured_item .step-all {
        align-items: center;
        display: flex
    }

    .step-mobile .featured_item .step-all .step-img .step-1 {
        height: auto;
        width: 90%
    }

    .step-mobile .featured_item .step-head {
        padding-left: 20px
    }

    .step-mobile .featured_item .step-head .h5,
    .step-mobile .featured_item .step-head h5 {
        margin-bottom: 10px
    }

    .step-mobile .featured_item .step-para {
        padding-top: 20px
    }

    .step-mobile .featured_item .step-para p {
        font-size: 14px;
        line-height: 30px
    }

    .step-mobile .featured_item .step-bos-box {
        height: 520px
    }

    .trusted .trust-list li {
        font-weight: 600
    }

    .trusted .trust-list li:before {
        color: #06dcbf;
        content: "•";
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        width: 1em
    }

    .trusted .trust-box {
        height: 510px
    }

    .trusted .trust-box .trust-both {
        align-items: center;
        display: flex
    }

    .trusted .trust-box .trust-head {
        padding-left: 20px
    }

    .trusted .trust-box .trust-head .h5,
    .trusted .trust-box .trust-head h5 {
        margin-bottom: 10px
    }

    .trusted .trust-box .trust-para {
        padding-top: 20px
    }

    .trusted .trust-box .trust-para p {
        font-size: 14px;
        line-height: 30px
    }

    .trusted .trust-bos-box {
        height: 530px
    }

    .customized .customize-box {
        height: 560px;
        margin-bottom: 20px
    }

    .customized .customize-box .custom-all {
        align-items: center;
        display: flex;
        margin-top: 20px;
        padding: 10px 20px
    }

    .customized .customize-box .custom-head {
        padding-left: 20px
    }

    .customized .customize-box .custom-head .h5,
    .customized .customize-box .custom-head h5 {
        margin-bottom: 10px
    }

    .customized .customize-box .custom-para {
        padding: 10px 20px
    }

    .customized .customize-box .custom-para p {
        font-size: 15px;
        line-height: 32px
    }

    .map {
        height: 325px
    }

    .rev-slider {
        margin-top: -40px
    }

    .rev-slider .react-multi-carousel-list {
        position: unset
    }

    .rev-slider .featured_item {
        padding: 0 10px
    }

    .rev-slider .featured_item .rev-loc-box {
        height: 400px;
        padding: 20px
    }

    .rev-slider .featured_item .rev-loc-all {
        align-items: center;
        display: flex
    }

    .rev-slider .featured_item .rev-head {
        padding-left: 10px
    }

    .rev-slider .featured_item .rev-head .h5,
    .rev-slider .featured_item .rev-head h5 {
        color: #314252;
        margin-bottom: 10px
    }

    .rev-slider .featured_item .rev-para {
        padding-top: 10px
    }

    .rev-slider .featured_item .rev-para p {
        color: #000;
        font-size: 15px;
        line-height: 32px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .toptier .react-multi-carousel-list {
        position: unset
    }

    .toptier .react-multiple-carousel__arrow--left {
        background-color: #06dcbf;
        left: unset;
        min-height: 35px;
        min-width: 35px;
        position: absolute;
        right: 90px;
        top: 120px
    }

    .toptier .react-multiple-carousel__arrow--right {
        background-color: #06dcbf;
        min-height: 35px;
        min-width: 35px;
        position: absolute;
        top: 120px;
        z-index: 10000000000
    }

    .toptier .featured_item {
        padding: 0 20px
    }

    .toptier .featured_item .top-slide-box {
        height: 400px;
        margin-top: 50px
    }

    .toptier .featured_item .top-slide-box:hover {
        background-color: #314252
    }

    .toptier .featured_item .top-slide-box:hover .h5,
    .toptier .featured_item .top-slide-box:hover h5,
    .toptier .featured_item .top-slide-box:hover p {
        color: #fff
    }

    .toptier .featured_item .top-slide-box p {
        font-size: 14px;
        line-height: 30px
    }

    .toptier .featured_item .top-slide-box .top-num {
        font-size: 20px;
        height: 60px;
        width: 60px
    }

    .empowering {
        position: relative
    }

    .empowering:before {
        display: none
    }

    .future-cal .future-cal-box {
        background: #fcfcfc;
        border: 1px solid #f5f5f5;
        border-radius: 0 28px 28px 28px;
        box-shadow: 3px 6px 25px rgba(0, 0, 0, .04);
        height: 320px;
        margin-top: 20px;
        padding: 20px;
        position: relative
    }

    .future-cal .future-num {
        align-items: center;
        background: #314252;
        border-radius: 0 18px 18px 18px;
        color: #fff;
        display: flex;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 600;
        height: 80px;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 80px
    }

    .future-cal .future-cal-para {
        margin-top: 80px
    }

    .future-cal .future-cal-para p {
        font-size: 15px;
        line-height: 32px
    }

    .step-mobile {
        background-color: #f9f9f9
    }

    .step-mobile .react-multiple-carousel__arrow--left {
        bottom: 40px;
        position: absolute;
        right: 90px
    }

    .step-mobile .react-multiple-carousel__arrow--right {
        bottom: 40px;
        z-index: 10000000000
    }

    .step-mobile .featured_item {
        padding: 0 10px
    }

    .step-mobile .featured_item .step-box {
        height: 420px
    }

    .step-mobile .featured_item .step-all {
        align-items: center;
        display: flex
    }

    .step-mobile .featured_item .step-all .step-img .step-1 {
        height: 105px;
        width: 105px
    }

    .step-mobile .featured_item .step-head {
        padding-left: 20px
    }

    .step-mobile .featured_item .step-head .h5,
    .step-mobile .featured_item .step-head h5 {
        margin-bottom: 10px
    }

    .step-mobile .featured_item .step-para {
        padding-top: 20px
    }

    .step-mobile .featured_item .step-para p {
        font-size: 15px;
        line-height: 32px
    }

    .trusted .trust-list li {
        font-weight: 600
    }

    .trusted .trust-list li:before {
        color: #06dcbf;
        content: "•";
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        width: 1em
    }

    .trusted .trust-box {
        height: 420px
    }

    .trusted .trust-box .trust-both {
        align-items: center;
        display: flex
    }

    .trusted .trust-box .trust-head {
        padding-left: 20px
    }

    .trusted .trust-box .trust-head .h5,
    .trusted .trust-box .trust-head h5 {
        margin-bottom: 10px
    }

    .trusted .trust-box .trust-para {
        padding-top: 20px
    }

    .trusted .trust-box .trust-para p {
        font-size: 15px;
        line-height: 32px
    }

    .customized .customize-box {
        height: 560px;
        margin-bottom: 20px
    }

    .customized .customize-box .custom-all {
        align-items: center;
        display: flex;
        margin-top: 20px;
        padding: 10px 20px
    }

    .customized .customize-box .custom-head {
        padding-left: 20px
    }

    .customized .customize-box .custom-head .h5,
    .customized .customize-box .custom-head h5 {
        margin-bottom: 10px
    }

    .customized .customize-box .custom-para {
        padding: 10px 20px
    }

    .customized .customize-box .custom-para p {
        font-size: 15px;
        line-height: 32px
    }

    .map {
        height: 325px
    }

    .rev-slider {
        margin-top: -40px
    }

    .rev-slider .react-multi-carousel-list {
        position: unset
    }

    .rev-slider .featured_item {
        padding: 0 10px
    }

    .rev-slider .featured_item .rev-loc-box {
        height: 450px;
        padding: 20px
    }

    .rev-slider .featured_item .rev-loc-all {
        align-items: center;
        display: flex
    }

    .rev-slider .featured_item .rev-head {
        padding-left: 10px
    }

    .rev-slider .featured_item .rev-head .h5,
    .rev-slider .featured_item .rev-head h5 {
        color: #314252;
        margin-bottom: 10px
    }

    .rev-slider .featured_item .rev-para {
        padding-top: 10px
    }

    .rev-slider .featured_item .rev-para p {
        color: #000;
        font-size: 15px;
        line-height: 32px
    }

    .rev-slider .featured_item .rev-bos-box {
        height: 480px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .toptier .react-multi-carousel-list {
        position: unset
    }

    .toptier .react-multiple-carousel__arrow--left,
    .toptier .react-multiple-carousel__arrow--right {
        display: none
    }

    .toptier .featured_item {
        padding: 0
    }

    .toptier .featured_item .top-slide-box {
        height: 420px;
        margin-top: 10px;
        padding: 20px
    }

    .toptier .featured_item .top-slide-box .h5,
    .toptier .featured_item .top-slide-box h5 {
        margin-bottom: 10px
    }

    .toptier .featured_item .top-slide-box:hover {
        background-color: #314252
    }

    .toptier .featured_item .top-slide-box:hover .h5,
    .toptier .featured_item .top-slide-box:hover h5,
    .toptier .featured_item .top-slide-box:hover p {
        color: #fff
    }

    .toptier .featured_item .top-slide-box p {
        font-size: 13px;
        line-height: 26px
    }

    .toptier .featured_item .top-slide-box .top-num {
        font-size: 18px;
        height: 50px;
        width: 50px
    }

    .empowering:before {
        display: none
    }

    .empowering .empower-img {
        margin-bottom: 20px
    }

    .future-cal .future-cal-box {
        height: 380px;
        margin-top: 20px;
        padding: 20px
    }

    .future-cal .future-num {
        font-size: 20px;
        height: 60px;
        width: 60px
    }

    .future-cal .future-cal-para {
        margin-top: 50px
    }

    .future-cal .future-cal-para p {
        font-size: 14px;
        line-height: 28px
    }

    .future-cal .future-bos-box {
        height: 420px
    }

    .step-mobile {
        background-color: #f9f9f9
    }

    .step-mobile .react-multiple-carousel__arrow--left,
    .step-mobile .react-multiple-carousel__arrow--right {
        display: none
    }

    .step-mobile .featured_item {
        padding: 0
    }

    .step-mobile .featured_item .step-box {
        height: 430px
    }

    .step-mobile .featured_item .step-all {
        align-items: center;
        display: flex
    }

    .step-mobile .featured_item .step-all .step-img .step-1 {
        height: 100%;
        width: 90%
    }

    .step-mobile .featured_item .step-head {
        padding-left: 20px
    }

    .step-mobile .featured_item .step-head .h5,
    .step-mobile .featured_item .step-head h5 {
        margin-bottom: 10px
    }

    .step-mobile .featured_item .step-para {
        padding-top: 10px
    }

    .step-mobile .featured_item .step-para p {
        font-size: 13px;
        line-height: 26px
    }

    .step-mobile .featured_item .step-bos-box {
        height: 470px
    }

    .trusted .trust-list li {
        font-weight: 600
    }

    .trusted .trust-list li:before {
        color: #06dcbf;
        content: "•";
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        width: 1em
    }

    .trusted .trust-box {
        height: 430px;
        padding: 20px 20px 0
    }

    .trusted .trust-box .trust-both {
        align-items: center;
        display: flex
    }

    .trusted .trust-box .trust-both .trust-num {
        font-size: 20px;
        height: 60px;
        width: 60px
    }

    .trusted .trust-box .trust-head {
        padding-left: 20px
    }

    .trusted .trust-box .trust-head .h5,
    .trusted .trust-box .trust-head h5 {
        margin-bottom: 10px
    }

    .trusted .trust-box .trust-para {
        padding-top: 10px
    }

    .trusted .trust-box .trust-para p {
        font-size: 13px;
        line-height: 26px
    }

    .trusted .trust-bos-box {
        height: 470px
    }

    .customized .customize-box {
        height: 560px;
        margin-bottom: 20px
    }

    .customized .customize-box .custom-all {
        align-items: center;
        display: flex;
        margin-top: 20px;
        padding: 10px 20px
    }

    .customized .customize-box .custom-head {
        padding-left: 20px
    }

    .customized .customize-box .custom-head .h5,
    .customized .customize-box .custom-head h5 {
        margin-bottom: 10px
    }

    .customized .customize-box .custom-para {
        padding: 10px 20px
    }

    .customized .customize-box .custom-para p {
        font-size: 14px;
        line-height: 28px
    }

    .map {
        height: auto
    }

    .map .map-circle {
        margin: 20px auto
    }

    .elevate .elevate-img {
        margin-bottom: 20px
    }

    .rev-slider {
        margin-top: -20px
    }

    .rev-slider .featured_item .rev-para p {
        color: #000;
        font-size: 14px;
        line-height: 28px
    }

    .rev-slider .featured_item .rev-loc-box {
        height: 400px
    }
}

.unlock-consultant {
    background-color: #fafaff
}

.unlock-consultant .unlock-cons-content .orange {
    color: #06dcbf
}

.unlock-consultant .unlock-cons-img {
    text-align: center
}

.expect .orange {
    color: #06dcbf
}

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

.expect .expect-all .expect-box {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    height: 340px;
    padding: 30px 40px 0 30px;
    width: 385px
}

.expect .expect-all .expect-box .expect-content {
    padding-top: 20px
}

.expect .expect-all .expect-box .expect-content .h5,
.expect .expect-all .expect-box .expect-content h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
}

.expect .expect-all .expect-box .expect-content p {
    font-size: 16px;
    line-height: 24px
}

.expect .expect-all .expect-box .expect-img img {
    height: 70px
}

.expect .expect-top {
    margin-top: 50px
}

.seriveces_industries.consult-ind .orange {
    color: #06dcbf
}

.seriveces_industries.consult-ind .process_icons.consult-icons ul li {
    color: #fff;
    line-height: 30px
}

.seriveces_industries.consult-ind .process_icons.consult-icons ul li .iconss svg {
    height: 50px
}

.seriveces_industries.consult-ind .process_icons.consult-icons ul li.active-tabs {
    color: #06dcbf;
    font-weight: 500
}

.seriveces_industries.consult-ind .process_icons.consult-icons ul li.active-tabs svg path {
    fill: #06dcbf
}

@media(min-width:1600px)and (max-width:1800px) {
    .unlock-consultant .unlock-cons-img img {
        width: 90%
    }

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

    .expect .expect-all .expect-box {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 0 40px rgba(0, 0, 0, .05);
        height: 350px;
        margin-right: 10px;
        padding: 30px 30px 0;
        width: 370px
    }

    .expect .expect-all .expect-box .expect-content {
        padding-top: 20px
    }

    .expect .expect-all .expect-box .expect-content .h5,
    .expect .expect-all .expect-box .expect-content h5 {
        font-size: 23px;
        line-height: 29px;
        margin-bottom: 10px
    }

    .expect .expect-all .expect-box .expect-content p {
        font-size: 16px;
        line-height: 24px
    }

    .expect .expect-all .expect-box .expect-img img {
        height: 70px
    }

    .expect .expect-top {
        margin-top: 40px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .unlock-consultant {
        text-align: center
    }

    .unlock-consultant .unlock-cons-img img {
        width: 90%
    }

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

    .expect .expect-all .expect-box {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 0 40px rgba(0, 0, 0, .05);
        height: 310px;
        margin-right: 10px;
        padding: 20px 20px 0;
        width: 350px
    }

    .expect .expect-all .expect-box .expect-content {
        padding-top: 20px
    }

    .expect .expect-all .expect-box .expect-content .h5,
    .expect .expect-all .expect-box .expect-content h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .expect .expect-all .expect-box .expect-content p {
        font-size: 14px;
        line-height: 22px
    }

    .expect .expect-all .expect-box .expect-img img {
        height: 70px
    }

    .expect .expect-top {
        margin-top: 40px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .unlock-consultant {
        text-align: center
    }

    .unlock-consultant .unlock-cons-img img {
        width: 80%
    }

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

    .expect .expect-all .expect-box {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 0 40px rgba(0, 0, 0, .05);
        height: 310px;
        margin-right: 10px;
        padding: 20px 20px 0;
        width: 350px
    }

    .expect .expect-all .expect-box .expect-content {
        padding-top: 20px
    }

    .expect .expect-all .expect-box .expect-content .h5,
    .expect .expect-all .expect-box .expect-content h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .expect .expect-all .expect-box .expect-content p {
        font-size: 14px;
        line-height: 22px
    }

    .expect .expect-all .expect-box .expect-img img {
        height: 70px
    }

    .expect .expect-top {
        margin-top: 30px
    }

    .seriveces_industries.consult-ind .process_icons.consult-icons ul li {
        color: #fff;
        line-height: 26px
    }

    .seriveces_industries.consult-ind .process_icons.consult-icons ul li .iconss svg {
        height: 50px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .unlock-consultant .unlock-cons-img img {
        width: 80%
    }

    .expect .expect-all {
        align-items: center;
        display: flex;
        flex-flow: wrap;
        justify-content: space-evenly
    }

    .expect .expect-all .expect-box {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 0 40px rgba(0, 0, 0, .05);
        height: 340px;
        margin-bottom: 20px;
        padding: 30px 30px 0;
        width: 365px
    }

    .expect .expect-all .expect-box .expect-content {
        padding-top: 20px
    }

    .expect .expect-all .expect-box .expect-content .h5,
    .expect .expect-all .expect-box .expect-content h5 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .expect .expect-all .expect-box .expect-content p {
        font-size: 16px;
        line-height: 23px
    }

    .expect .expect-all .expect-box .expect-img img {
        height: 70px
    }

    .expect .expect-top {
        margin-top: 30px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .unlock-consultant .unlock-cons-img img {
        width: 80%
    }

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

    .expect .expect-all .expect-box {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 0 40px rgba(0, 0, 0, .05);
        height: 350px;
        margin-bottom: 20px;
        padding: 30px 30px 0;
        width: 330px
    }

    .expect .expect-all .expect-box .expect-content {
        padding-top: 20px
    }

    .expect .expect-all .expect-box .expect-content .h5,
    .expect .expect-all .expect-box .expect-content h5 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .expect .expect-all .expect-box .expect-content p {
        font-size: 16px;
        line-height: 23px
    }

    .expect .expect-all .expect-box .expect-img img {
        height: 70px
    }

    .expect .expect-top {
        margin-top: 30px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .unlock-consultant .unlock-cons-img {
        padding-bottom: 20px;
        text-align: center
    }

    .unlock-consultant .unlock-cons-img img {
        margin: 0 auto;
        width: 80%
    }

    .expect .expect-all {
        display: block
    }

    .expect .expect-all .expect-box {
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 0 40px rgba(0, 0, 0, .05);
        height: 300px;
        margin: 0 auto 20px;
        padding: 20px 20px 0;
        width: 90%
    }

    .expect .expect-all .expect-box .expect-content {
        padding-top: 20px
    }

    .expect .expect-all .expect-box .expect-content .h5,
    .expect .expect-all .expect-box .expect-content h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .expect .expect-all .expect-box .expect-content p {
        font-size: 14px;
        line-height: 21px
    }

    .expect .expect-all .expect-box .expect-img img {
        height: 70px
    }

    .expect .expect-top {
        margin-top: 30px
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 14px
    }

    .tekrevol_mobile_accordion_side .accordion .accordion-item .accordion-header .accordion-button svg {
        height: 40px;
        margin-right: 10px
    }
}

.h1-head {
    font-size: 65px;
    letter-spacing: -3.25px;
    line-height: 85px
}

.h1-head,
.h2-head {
    color: #314252;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500
}

.h2-head {
    font-size: 62px;
    line-height: 75px;
    margin-bottom: 10px;
    text-align: center
}

.h3-head {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.44px;
    line-height: 65px
}

.h4-head {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 60px;
    margin-bottom: 0
}

.h4-head,
.h5-head {
    font-family: Poppins;
    font-style: normal
}

.h5-head {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px
}

.h6-head {
    olor: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center
}

.lp_header {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    height: 100px;
    position: fixed;
    top: 0;
    transition: all .3s ease-in;
    width: 100%;
    z-index: 999
}

.header-btn {
    display: flex;
    justify-content: end
}

.header-btn .border_btn {
    margin-top: 0
}

.lp-banner-clutch {
    padding: 150px 0 100px
}

.lp-banner-clutch .lp-banner-content .border_btn {
    border-radius: 10px
}

.lp-banner-clutch .banner_form {
    background: transparent;
    border-radius: unset;
    box-shadow: unset;
    margin-left: unset;
    margin-top: 30px;
    max-width: unset;
    padding: 0
}

.lp-banner-clutch .banner_form .banner_form_inner .from_item {
    margin-bottom: 40px
}

.lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select,
.lp-banner-clutch .banner_form .banner_form_inner .from_item input {
    color: #314252;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 40px
}

.lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .5);
    border-radius: 0;
    font-family: Poppins, sans-serif;
    font-family: Poppins;
    height: 50px;
    width: 100%
}

.lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select:focus {
    box-shadow: none
}

.lp-banner-clutch .banner_form .banner_form_inner .from_item textarea {
    color: #314252;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 40px
}

.lp-banner-clutch .banner_form .banner_form_inner .btn_submit {
    border-radius: 10px;
    margin: 10px 0;
    width: 20%
}

.lp-clutch-reviews {
    background-color: #ebedee
}

.lp-clutch-reviews .clutch-logo {
    margin-top: 30px
}

.lp-clutch-reviews .stars {
    margin-top: 10px
}

.successful .border_btn {
    border-radius: 10px;
    margin-top: 60px
}

.lp-helping {
    background: #fbfbfb
}

.lp-helping .featured_item {
    padding: 0 10px
}

.lp-helping .featured_item .lp-helping-slide {
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, .02);
    height: 515px;
    margin-top: 50px;
    padding: 50px;
    position: relative;
    text-align: left
}

.lp-helping .featured_item .lp-helping-slide .lp-helping-box {
    align-items: center;
    bottom: 60px;
    display: flex;
    position: absolute
}

.lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content {
    padding-left: 20px;
    text-align: left
}

.lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content strong {
    color: #542e8e;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px
}

.lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content span {
    color: #314252;
    display: block;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.4px;
    line-height: 24px
}

.lp-helping .featured_item .lp-helping-slide p {
    color: #314252;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.lp-helping .featured_item .lp-helping-slide .h5,
.lp-helping .featured_item .lp-helping-slide h5 {
    color: #eb5627;
    text-align: left
}

.lp-helping .react-multi-carousel-list {
    position: unset
}

.lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--right {
    bottom: -70px;
    right: 48%
}

.lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--left {
    bottom: -70px;
    left: 45%
}

.lp-empowering {
    background: #202020
}

.lp-empowering .h2,
.lp-empowering h2 {
    color: #fff
}

.lp-empowering .lp-icons-all {
    margin-top: 50px
}

.lp-empowering .lp-icons-all .lp-icons {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    row-gap: 30px
}

.lp-empowering .lp-icons-all .lp-icons span {
    flex: 0 0 23%;
    text-align: center
}

.innovate-all .innovate-box {
    height: 650px;
    margin-bottom: 50px;
    padding-top: 90px;
    position: relative
}

.innovate-all .innovate-icon-box {
    align-items: center;
    display: flex;
    margin-top: 40px
}

.innovate-all .innovate-icon-box .innovate-icon-content {
    padding-left: 10px
}

.innovate-all .innovate-icon-box .innovate-icon-content .h6,
.innovate-all .innovate-icon-box .innovate-icon-content h6 {
    margin-bottom: 0
}

.innovate-all .innovate-btn {
    align-items: center;
    display: flex
}

.innovate-all .innovate-btn .innovate-btn-1 span {
    color: #06dcbf;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 3.52px;
    line-height: 28px
}

.innovate-all .innovate-btn .innovate-btn-2 {
    align-items: center;
    border-radius: 100px;
    display: flex;
    height: 46px;
    justify-content: center;
    margin-left: 50px;
    width: 150px
}

.innovate-all .innovate-btn .innovate-btn-2 strong {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.32px;
    line-height: 28px
}

.innovate-all .innovate-content {
    margin-top: 40px
}

.innovate-all .innovate-img {
    bottom: 0;
    position: absolute
}

.innovate-all .innovate-icon-content .h6 a,
.innovate-all .innovate-icon-content h6 a {
    color: #000;
    transition: .2s ease
}

.innovate-all .innovate-icon-content .h6 a:hover,
.innovate-all .innovate-icon-content h6 a:hover {
    color: #06dcbf
}

.award-custom .h2,
.award-custom h2 {
    margin-bottom: 40px
}

.lp-clutch-awrads {
    background-color: #fbfbfb
}

.lp-clutch-awrads .featured_item {
    padding: 0 10px
}

.lp-clutch-awrads .lp-awards-slide {
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, .02);
    height: 515px;
    margin-top: 40px;
    padding: 40px;
    position: relative;
    text-align: left
}

.lp-clutch-awrads .lp-awards-slide .lp-awards-box .featured_img img {
    height: 138px;
    width: auto
}

.lp-clutch-awrads .lp-awards-slide .lp-awards-content {
    margin-top: 150px
}

.lp-clutch-awrads .lp-awards-slide .lp-awards-content .h5,
.lp-clutch-awrads .lp-awards-slide .lp-awards-content h5 {
    color: #eb5627
}

.lp-clutch-awrads .lp-awards-slide .lp-awards-content p {
    font-size: 15px;
    line-height: 24px
}

.lp-clutch-awrads .react-multi-carousel-list {
    position: unset
}

.lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--right {
    bottom: -70px;
    right: 10px
}

.lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--left {
    bottom: -70px;
    left: unset;
    position: absolute;
    right: 75px
}

.launch .h2,
.launch h2,
.lp-clutch-awrads .h2,
.lp-clutch-awrads h2 {
    text-align: left
}

.launch .banner_form {
    background: transparent;
    border-radius: unset;
    box-shadow: unset;
    margin-left: unset;
    margin-top: 30px;
    max-width: unset;
    padding: 0
}

.launch .banner_form .banner_form_inner .from_item {
    margin-bottom: 40px
}

.launch .banner_form .banner_form_inner .from_item .form-select,
.launch .banner_form .banner_form_inner .from_item input {
    color: #314252;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 40px
}

.launch .banner_form .banner_form_inner .from_item .form-select {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .5);
    border-radius: 0;
    font-family: Poppins, sans-serif;
    font-family: Poppins;
    height: 50px;
    width: 100%
}

.launch .banner_form .banner_form_inner .from_item .form-select:focus {
    box-shadow: none
}

.launch .banner_form .banner_form_inner .from_item textarea {
    color: #314252;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 40px
}

.launch .banner_form .banner_form_inner .btn_submit {
    border-radius: 10px;
    margin: 10px 0;
    width: 15%
}

.lp-footer {
    padding: 50px 0 10px
}

.lp-footer .footer_copyright {
    margin: 0
}

.lp-footer .footer_social ul {
    align-items: center;
    justify-content: end
}

.award-custom img {
    margin-top: 30px
}

@media(min-width:1600px)and (max-width:1800px) {
    .h1-head {
        font-size: 60px;
        line-height: 80px
    }

    .h2-head {
        font-size: 55px;
        line-height: 68px
    }

    .h3-head {
        font-size: 45px;
        line-height: 61px
    }

    .h4-head {
        font-size: 38px;
        line-height: 58px
    }

    .h5-head {
        font-size: 24px;
        line-height: 26px
    }

    .h6-head {
        font-size: 20px;
        line-height: 40px
    }

    .lp_header {
        height: 100px
    }

    .lp-helping {
        background: #fbfbfb
    }

    .lp-helping .featured_item {
        padding: 0 10px
    }

    .lp-helping .featured_item .lp-helping-slide {
        background: #fff;
        border: 1px solid #f1f1f1;
        box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, .02);
        height: 515px;
        margin-top: 30px;
        padding: 50px;
        position: relative;
        text-align: left
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box {
        align-items: center;
        bottom: 60px;
        display: flex;
        position: absolute
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content {
        padding-left: 20px;
        text-align: left
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content strong {
        color: #542e8e;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 10px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content span {
        color: #314252;
        display: block;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 2.4px;
        line-height: 24px
    }

    .lp-helping .featured_item .lp-helping-slide p {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px
    }

    .lp-helping .featured_item .lp-helping-slide .h5,
    .lp-helping .featured_item .lp-helping-slide h5 {
        color: #eb5627;
        text-align: left
    }

    .lp-helping .react-multi-carousel-list {
        position: unset
    }

    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        bottom: -70px;
        right: 48%
    }

    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--left {
        bottom: -70px;
        left: 45%
    }

    .lp-clutch-awrads {
        background-color: #fbfbfb
    }

    .lp-clutch-awrads .featured_item {
        padding: 0 10px
    }

    .lp-clutch-awrads .lp-awards-slide {
        background: #fff;
        border: 1px solid #f1f1f1;
        box-shadow: 3px 6px 20px 0 rgba(0, 0, 0, .02);
        height: 515px;
        margin-top: 20px;
        padding: 40px;
        position: relative;
        text-align: left
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-box .featured_img img {
        height: 138px;
        width: auto
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content {
        margin-top: 150px
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content .h5,
    .lp-clutch-awrads .lp-awards-slide .lp-awards-content h5 {
        color: #eb5627
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content p {
        font-size: 15px;
        line-height: 24px
    }

    .lp-clutch-awrads .react-multi-carousel-list {
        position: unset
    }

    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        bottom: -60px;
        right: 10px
    }

    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--left {
        bottom: -60px;
        left: unset;
        position: absolute;
        right: 75px
    }

    .innovate-all .innovate-content {
        margin-top: 30px
    }

    .innovate-all .innovate-img {
        bottom: 0;
        position: absolute
    }

    .innovate-icon-box {
        margin-top: 30px
    }

    .lp-banner-clutch {
        padding: 150px 0 100px
    }

    .lp-banner-clutch .lp-banner-content .border_btn {
        border-radius: 10px
    }

    .lp-banner-clutch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 45px;
        letter-spacing: 1.5px;
        line-height: 22px;
        width: 100%
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 20%
    }

    .launch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .launch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .launch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .launch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 45px;
        letter-spacing: 1.5px;
        line-height: 22px;
        width: 100%
    }

    .launch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .launch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .launch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 15%
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .h1-head {
        font-size: 55px;
        line-height: 75px
    }

    .h2-head {
        font-size: 52px;
        line-height: 65px
    }

    .h3-head {
        font-size: 42px;
        line-height: 58px
    }

    .h4-head {
        font-size: 35px;
        line-height: 55px
    }

    .h5-head {
        font-size: 22px;
        line-height: 25px
    }

    .h6-head {
        font-size: 18px;
        line-height: 38px
    }

    .lp_header {
        height: 90px
    }

    .lp-helping {
        background: #fbfbfb;
        margin-bottom: 0
    }

    .lp-helping .featured_item {
        padding: 0 10px
    }

    .lp-helping .featured_item .lp-helping-slide {
        height: 490px;
        margin-top: 40px;
        padding: 35px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box {
        bottom: 40px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content {
        padding-left: 20px;
        text-align: left
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content strong {
        color: #542e8e;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 10px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content span {
        color: #314252;
        display: block;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 2.4px;
        line-height: 24px
    }

    .lp-helping .featured_item .lp-helping-slide p {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px
    }

    .lp-helping .featured_item .lp-helping-slide .h5,
    .lp-helping .featured_item .lp-helping-slide h5 {
        color: #eb5627;
        text-align: left
    }

    .lp-helping .react-multi-carousel-list {
        position: unset
    }

    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        bottom: -50px;
        min-height: 35px;
        min-width: 35px;
        right: 47%
    }

    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--left {
        bottom: -50px;
        left: 46%;
        min-height: 35px;
        min-width: 35px
    }

    .innovate-all .innovate-box {
        height: 650px;
        margin-bottom: 50px;
        padding-top: 90px;
        position: relative
    }

    .innovate-all .innovate-icon-box {
        align-items: center;
        display: flex;
        margin-top: 30px
    }

    .innovate-all .innovate-icon-box .innovate-icon-content {
        padding-left: 10px
    }

    .innovate-all .innovate-icon-box .innovate-icon-content .h6,
    .innovate-all .innovate-icon-box .innovate-icon-content h6 {
        margin-bottom: 0
    }

    .innovate-all .innovate-btn {
        align-items: center;
        display: flex
    }

    .innovate-all .innovate-btn .innovate-btn-1 span {
        color: #06dcbf;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 3.52px;
        line-height: 28px
    }

    .innovate-all .innovate-btn .innovate-btn-2 {
        align-items: center;
        border-radius: 100px;
        display: flex;
        height: 46px;
        justify-content: center;
        margin-left: 50px;
        width: 150px
    }

    .innovate-all .innovate-btn .innovate-btn-2 strong {
        color: #fff;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.32px;
        line-height: 28px
    }

    .innovate-all .innovate-content {
        margin-top: 30px
    }

    .innovate-all .innovate-img {
        bottom: 0;
        position: absolute
    }

    .lp-clutch-awrads {
        background-color: #fbfbfb;
        padding-bottom: 80px
    }

    .lp-clutch-awrads .featured_item {
        padding: 0 10px
    }

    .lp-clutch-awrads .lp-awards-slide {
        height: 500px;
        margin-top: 20px;
        padding: 35px
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-box .featured_img img {
        height: 138px;
        width: auto
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content {
        margin-top: 150px
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content .h5,
    .lp-clutch-awrads .lp-awards-slide .lp-awards-content h5 {
        color: #eb5627
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content p {
        font-size: 15px;
        line-height: 24px
    }

    .lp-clutch-awrads .react-multi-carousel-list {
        position: unset
    }

    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        bottom: -55px;
        min-height: 35px;
        min-width: 35px;
        right: 10px
    }

    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--left {
        bottom: -55px;
        left: unset;
        min-height: 35px;
        min-width: 35px;
        position: absolute;
        right: 65px
    }

    .lp-banner-clutch {
        padding: 150px 0 100px
    }

    .lp-banner-clutch .lp-banner-content .border_btn {
        border-radius: 10px
    }

    .lp-banner-clutch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 45px;
        letter-spacing: 1.5px;
        line-height: 22px;
        width: 100%
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 20%
    }

    .launch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .launch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .launch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .launch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 45px;
        letter-spacing: 1.5px;
        line-height: 22px;
        width: 100%
    }

    .launch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .launch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .launch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 15%
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .h1-head {
        font-size: 55px;
        line-height: 75px
    }

    .h2-head {
        font-size: 47px;
        line-height: 60px
    }

    .h3-head {
        font-size: 40px;
        line-height: 56px
    }

    .h4-head {
        font-size: 33px;
        line-height: 53px
    }

    .h5-head {
        font-size: 20px;
        line-height: 23px
    }

    .h6-head {
        font-size: 18px;
        line-height: 38px
    }

    .lp_header {
        height: 80px
    }

    .lp-helping {
        background: #fbfbfb;
        margin-bottom: 30px
    }

    .lp-helping .featured_item {
        padding: 0 10px
    }

    .lp-helping .featured_item .lp-helping-slide {
        height: 470px;
        margin-top: 30px;
        padding: 30px 15px 30px 30px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box {
        bottom: 50px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content {
        padding-left: 20px;
        text-align: left
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content span,
    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content strong {
        font-size: 14px;
        line-height: 23px
    }

    .lp-helping .featured_item .lp-helping-slide p {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px
    }

    .lp-helping .featured_item .lp-helping-slide .h5,
    .lp-helping .featured_item .lp-helping-slide h5 {
        color: #eb5627;
        font-size: 20px;
        line-height: 23px;
        text-align: left
    }

    .lp-helping .react-multi-carousel-list {
        position: unset
    }

    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        bottom: -50px;
        min-height: 35px;
        min-width: 35px;
        right: 47%
    }

    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--left {
        bottom: -50px;
        left: 46%;
        min-height: 35px;
        min-width: 35px
    }

    .innovate-all .innovate-box {
        height: 650px;
        margin-bottom: 50px;
        padding-top: 90px;
        position: relative
    }

    .innovate-all .innovate-icon-box {
        align-items: center;
        display: flex;
        margin-top: 30px
    }

    .innovate-all .innovate-icon-box .innovate-icon-content {
        padding-left: 10px
    }

    .innovate-all .innovate-icon-box .innovate-icon-content .h6,
    .innovate-all .innovate-icon-box .innovate-icon-content h6 {
        margin-bottom: 0
    }

    .innovate-all .innovate-btn {
        align-items: center;
        display: flex
    }

    .innovate-all .innovate-btn .innovate-btn-1 span {
        color: #06dcbf;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 3.52px;
        line-height: 28px
    }

    .innovate-all .innovate-btn .innovate-btn-2 {
        align-items: center;
        border-radius: 100px;
        display: flex;
        height: 46px;
        justify-content: center;
        margin-left: 50px;
        width: 150px
    }

    .innovate-all .innovate-btn .innovate-btn-2 strong {
        color: #fff;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.32px;
        line-height: 28px
    }

    .innovate-all .innovate-content {
        margin-top: 30px
    }

    .innovate-all .innovate-img {
        bottom: 0;
        position: absolute
    }

    .lp-clutch-awrads {
        background-color: #fbfbfb;
        padding-bottom: 80px
    }

    .lp-clutch-awrads .featured_item {
        padding: 0 10px
    }

    .lp-clutch-awrads .lp-awards-slide {
        height: 480px;
        margin-top: 20px;
        padding: 35px
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-box .featured_img img {
        height: 138px;
        width: auto
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content {
        margin-top: 130px
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content .h5,
    .lp-clutch-awrads .lp-awards-slide .lp-awards-content h5 {
        color: #eb5627
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content p {
        font-size: 15px;
        line-height: 24px
    }

    .lp-clutch-awrads .react-multi-carousel-list {
        position: unset
    }

    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        bottom: -55px;
        min-height: 35px;
        min-width: 35px;
        right: 10px
    }

    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--left {
        bottom: -55px;
        left: unset;
        min-height: 35px;
        min-width: 35px;
        position: absolute;
        right: 65px
    }

    .lp-banner-clutch {
        padding: 150px 0 100px
    }

    .lp-banner-clutch .lp-banner-content .border_btn {
        border-radius: 10px
    }

    .lp-banner-clutch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 42px;
        letter-spacing: 1.5px;
        line-height: 22px;
        width: 100%
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 20%
    }

    .launch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .launch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .launch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .launch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 42px;
        letter-spacing: 1.5px;
        line-height: 22px;
        width: 100%
    }

    .launch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .launch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .launch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 15%
    }

    .lp-empowering .lp-icons-all .lp-icons span {
        flex: 0 0 25%;
        text-align: center
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .h1-head {
        font-size: 50px;
        line-height: 70px
    }

    .h2-head {
        font-size: 37px;
        line-height: 50px
    }

    .h3-head {
        font-size: 33px;
        line-height: 50px
    }

    .h4-head {
        font-size: 30px;
        line-height: 50px
    }

    .h5-head {
        font-size: 20px;
        line-height: 23px
    }

    .h6-head {
        font-size: 18px;
        line-height: 38px
    }

    .lp_header {
        height: 80px
    }

    .lp-helping .react-multi-carousel-list {
        position: unset
    }

    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--left,
    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        display: none
    }

    .innovate-all .innovate-box {
        height: 650px;
        margin-bottom: 50px
    }

    .innovate-all .innovate-icon-box {
        align-items: center;
        display: flex;
        margin-top: 30px
    }

    .innovate-all .innovate-icon-box .innovate-icon-content {
        padding-left: 10px
    }

    .innovate-all .innovate-icon-box .innovate-icon-content .h6,
    .innovate-all .innovate-icon-box .innovate-icon-content h6 {
        margin-bottom: 0
    }

    .innovate-all .innovate-btn {
        align-items: center;
        display: flex
    }

    .innovate-all .innovate-content {
        margin-top: 30px
    }

    .innovate-all .innovate-img {
        bottom: 0;
        position: relative
    }

    .lp-clutch-awrads {
        background-color: #fbfbfb;
        padding-bottom: 50px
    }

    .lp-clutch-awrads .featured_item {
        padding: 0 10px
    }

    .lp-clutch-awrads .react-multi-carousel-list {
        position: unset
    }

    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--left,
    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        display: none
    }

    .lp-clutch-awrads .h2,
    .lp-clutch-awrads h2 {
        text-align: left
    }

    .lp-banner-clutch {
        padding: 150px 0 100px
    }

    .lp-banner-clutch .lp-banner-content .border_btn {
        border-radius: 10px
    }

    .lp-banner-clutch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 35px;
        letter-spacing: 1.5px;
        line-height: 22px;
        padding-left: 0;
        width: 100%
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 30%
    }

    .launch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .launch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .launch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .launch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 35px;
        letter-spacing: 1.5px;
        line-height: 22px;
        padding-left: 0;
        width: 100%
    }

    .launch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .launch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .launch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 20%
    }

    .lp-empowering .lp-icons-all {
        margin-top: 20px
    }

    .lp-empowering .lp-icons-all .lp-icons {
        align-items: center;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        row-gap: 30px
    }

    .lp-empowering .lp-icons-all .lp-icons span {
        flex: 0 0 33%;
        text-align: center
    }

    .lp-footer {
        padding: 30px 0
    }

    .lp-footer .footer_social ul {
        align-items: center;
        justify-content: end;
        margin-top: 0
    }

    .lp-footer .footer_copyright {
        margin: 0;
        text-align: left
    }

    .lp-footer .footer_copyright .copyright_txt {
        text-align: left
    }
}

@media(min-width:667px)and (max-width:899px) {
    .h1-head {
        font-size: 45px;
        line-height: 65px
    }

    .h2-head {
        font-size: 32px;
        line-height: 45px
    }

    .h3-head {
        font-size: 30px;
        line-height: 47px
    }

    .h4-head {
        font-size: 26px;
        line-height: 46px
    }

    .h5-head {
        font-size: 20px;
        line-height: 23px
    }

    .h6-head {
        font-size: 17px;
        line-height: 37px
    }

    .lp_header {
        height: 80px
    }

    .lp-helping {
        background: #fbfbfb;
        margin-bottom: 30px
    }

    .lp-helping .featured_item {
        padding: 0 10px
    }

    .lp-helping .featured_item .lp-helping-slide {
        height: 470px;
        margin-top: 30px;
        padding: 30px 15px 30px 30px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box {
        bottom: 50px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content {
        padding-left: 20px;
        text-align: left
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content span,
    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content strong {
        font-size: 14px;
        line-height: 23px
    }

    .lp-helping .featured_item .lp-helping-slide p {
        color: #314252;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }

    .lp-helping .featured_item .lp-helping-slide .h5,
    .lp-helping .featured_item .lp-helping-slide h5 {
        color: #eb5627;
        font-size: 18px;
        line-height: 21px;
        text-align: left
    }

    .lp-helping .react-multi-carousel-list {
        position: unset
    }

    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--left,
    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        display: none
    }

    .innovate-all .innovate-box {
        height: 600px;
        margin-bottom: 50px
    }

    .innovate-all .innovate-icon-box {
        align-items: center;
        display: flex;
        margin-top: 30px
    }

    .innovate-all .innovate-icon-box .innovate-icon-content {
        padding-left: 10px
    }

    .innovate-all .innovate-icon-box .innovate-icon-content .h6,
    .innovate-all .innovate-icon-box .innovate-icon-content h6 {
        margin-bottom: 0
    }

    .innovate-all .innovate-btn {
        align-items: center;
        display: flex
    }

    .innovate-all .innovate-content {
        margin-top: 30px
    }

    .innovate-all .innovate-img {
        bottom: 0;
        position: relative
    }

    .lp-clutch-awrads {
        background-color: #fbfbfb;
        padding-bottom: 50px
    }

    .lp-clutch-awrads .featured_item {
        padding: 0 10px
    }

    .lp-clutch-awrads .lp-awards-slide {
        height: 490px;
        margin-top: 20px;
        padding: 30px
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-box .featured_img img {
        height: 138px;
        width: auto
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content {
        margin-top: 130px
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content .h5,
    .lp-clutch-awrads .lp-awards-slide .lp-awards-content h5 {
        color: #eb5627
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content p {
        font-size: 14px;
        line-height: 23px
    }

    .lp-clutch-awrads .react-multi-carousel-list {
        position: unset
    }

    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--left,
    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        display: none
    }

    .lp-empowering .lp-icons-all {
        margin-top: 20px
    }

    .lp-empowering .lp-icons-all .lp-icons {
        align-items: center;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        row-gap: 30px
    }

    .lp-empowering .lp-icons-all .lp-icons span {
        flex: 0 0 45%;
        text-align: center
    }

    .lp-banner-clutch {
        padding: 100px 0
    }

    .lp-banner-clutch .lp-banner-content .border_btn {
        border-radius: 10px
    }

    .lp-banner-clutch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select,
    .lp-banner-clutch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        height: 45px;
        padding-left: 0;
        width: 100%
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 30%
    }

    .launch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .launch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .launch .banner_form .banner_form_inner .from_item .form-select,
    .launch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .launch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        height: 45px;
        padding-left: 0;
        width: 100%
    }

    .launch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .launch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .launch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 20%
    }

    .lp-footer {
        padding: 30px 0
    }

    .lp-footer .footer_social ul {
        align-items: center;
        justify-content: end;
        margin-top: 0
    }

    .lp-footer .footer_copyright {
        margin: 0;
        text-align: left
    }

    .lp-footer .footer_copyright .copyright_txt {
        text-align: left
    }
}

@media(min-width:0px)and (max-width:666px) {
    .h1-head {
        font-size: 35px;
        line-height: 55px
    }

    .h2-head {
        font-size: 25px;
        line-height: 38px
    }

    .h3-head {
        font-size: 23px;
        line-height: 43px
    }

    .h4-head {
        font-size: 21px;
        line-height: 41px
    }

    .h5-head {
        font-size: 18px;
        line-height: 21px
    }

    .h6-head {
        font-size: 15px;
        line-height: 35px
    }

    .lp_header {
        height: 60px
    }

    .lp_header .active {
        top: 0
    }

    .lp_header .header-btn .border_btn {
        min-width: 150px
    }

    .lp_header .clutch-img {
        margin-top: 30px;
        text-align: center
    }

    .lp_header .clutch-img img {
        margin: 0 auto;
        width: 80%
    }

    .lp-banner-clutch {
        padding: 80px 0 50px
    }

    .lp-banner-clutch .lp-banner-content .border_btn {
        border-radius: 10px
    }

    .lp-banner-clutch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 45px;
        letter-spacing: 1.5px;
        line-height: 39px;
        padding-left: 0;
        width: 100%
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .lp-banner-clutch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .lp-banner-clutch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 50%
    }

    .lp-banner-clutch .clutch-img {
        margin-top: 20px;
        text-align: center
    }

    .lp-banner-clutch .clutch-img img {
        width: 80%
    }

    .lp-helping {
        background: #fbfbfb;
        margin-bottom: 30px
    }

    .lp-helping .featured_item {
        padding: 0 10px
    }

    .lp-helping .featured_item .lp-helping-slide {
        height: 470px;
        margin-top: 30px;
        padding: 30px 15px 30px 30px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box {
        bottom: 50px
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content {
        padding-left: 20px;
        text-align: left
    }

    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content span,
    .lp-helping .featured_item .lp-helping-slide .lp-helping-box .lp-helping-content strong {
        font-size: 14px;
        line-height: 23px
    }

    .lp-helping .featured_item .lp-helping-slide p {
        color: #314252;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }

    .lp-helping .featured_item .lp-helping-slide .h5,
    .lp-helping .featured_item .lp-helping-slide h5 {
        color: #eb5627;
        font-size: 18px;
        line-height: 21px;
        text-align: left
    }

    .lp-helping .react-multi-carousel-list {
        position: unset
    }

    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--left,
    .lp-helping .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        display: none
    }

    .successful .success-btn .border_btn {
        margin-top: 30px
    }

    .lp-empowering .lp-icons-all {
        margin-top: 20px
    }

    .lp-empowering .lp-icons-all .lp-icons {
        align-items: center;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        row-gap: 30px
    }

    .lp-empowering .lp-icons-all .lp-icons span {
        flex: 0 0 45%;
        text-align: center
    }

    .innovate-all .innovate-box {
        height: auto;
        padding-top: 10px
    }

    .innovate-all .innovate-icon-box {
        align-items: center;
        display: flex
    }

    .innovate-all .innovate-icon-box .innovate-icon-content {
        padding-left: 10px
    }

    .innovate-all .innovate-icon-box .innovate-icon-content .h6,
    .innovate-all .innovate-icon-box .innovate-icon-content h6 {
        margin-bottom: 0
    }

    .innovate-all .innovate-btn {
        align-items: center;
        display: flex;
        padding: 20px 20px 0
    }

    .innovate-all .innovate-btn .innovate-btn-1 span {
        color: #06dcbf;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 3.52px;
        line-height: 26px
    }

    .innovate-all .innovate-btn .innovate-btn-2 {
        align-items: center;
        border-radius: 100px;
        display: flex;
        height: 46px;
        justify-content: center;
        margin-left: 30px;
        width: 150px
    }

    .innovate-all .innovate-btn .innovate-btn-2 strong {
        color: #fff;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -.32px;
        line-height: 26px
    }

    .innovate-all .innovate-content {
        margin-top: 0;
        padding: 20px 20px 0
    }

    .innovate-all .innovate-img {
        bottom: 0;
        position: relative
    }

    .innovate-all .innovate-icon-box {
        margin-bottom: 30px;
        margin-top: 20px;
        padding-left: 20px
    }

    .lp-clutch-awrads {
        background-color: #fbfbfb;
        padding-bottom: 50px
    }

    .lp-clutch-awrads .featured_item {
        padding: 0 10px
    }

    .lp-clutch-awrads .lp-awards-slide {
        height: 450px;
        margin-top: 20px;
        padding: 30px
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-box .featured_img img {
        height: 138px;
        width: auto
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content {
        margin-top: 120px
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content .h5,
    .lp-clutch-awrads .lp-awards-slide .lp-awards-content h5 {
        color: #eb5627
    }

    .lp-clutch-awrads .lp-awards-slide .lp-awards-content p {
        font-size: 14px;
        line-height: 23px
    }

    .lp-clutch-awrads .react-multi-carousel-list {
        position: unset
    }

    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--left,
    .lp-clutch-awrads .react-multi-carousel-list .react-multiple-carousel__arrow--right {
        display: none
    }

    .launch .banner_form {
        background: transparent;
        border-radius: unset;
        box-shadow: unset;
        margin-left: unset;
        margin-top: 30px;
        max-width: unset;
        padding: 0 20px
    }

    .launch .banner_form .banner_form_inner .from_item {
        margin-bottom: 30px
    }

    .launch .banner_form .banner_form_inner .from_item input {
        color: #314252;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 40px
    }

    .launch .banner_form .banner_form_inner .from_item .form-select {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        color: #314252;
        font-family: Poppins, sans-serif;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 45px;
        letter-spacing: 1.5px;
        line-height: 39px;
        padding-left: 0;
        width: 100%
    }

    .launch .banner_form .banner_form_inner .from_item .form-select:focus {
        box-shadow: none
    }

    .launch .banner_form .banner_form_inner .from_item textarea {
        color: #314252;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 39px
    }

    .launch .banner_form .banner_form_inner .btn_submit {
        border-radius: 10px;
        margin: 10px 0;
        width: 50%
    }

    .lp-footer {
        padding: 30px 0
    }

    .lp-footer .footer_social ul {
        align-items: center;
        justify-content: center;
        margin-top: 20px
    }

    .lp-footer .footer_copyright {
        margin: 0;
        text-align: center
    }

    .lp-footer .footer_copyright .copyright_txt {
        text-align: center
    }

    .award-custom.p-100 {
        padding: 0 0 25px
    }

    .award-custom.p-100 img {
        margin-top: 10px
    }

    .award-custom.p-100 .h2,
    .award-custom.p-100 h2 {
        margin-bottom: 10px
    }
}

.contact_banner {
    height: 100vh
}

.tekrevol_location {
    padding: 0 0 100px
}

.tekrevol_location .loaction_box {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap
}

.tekrevol_location .loaction_box .location_item {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    flex: 0 0 33.33%;
    padding: 50px;
    text-align: center
}

.tekrevol_location .loaction_box .location_item:last-child,
.tekrevol_location .loaction_box .location_item:nth-child(3),
.tekrevol_location .loaction_box .location_item:nth-child(6),
.tekrevol_location .loaction_box .location_item:nth-child(9) {
    border-right: 0 solid #e2e2e2
}

.tekrevol_location .loaction_box .location_item:last-child,
.tekrevol_location .loaction_box .location_item:nth-child(10),
.tekrevol_location .loaction_box .location_item:nth-child(11) {
    border-bottom: 0 solid #e2e2e2
}

.tekrevol_location .loaction_box .location_item .h4,
.tekrevol_location .loaction_box .location_item h4 {
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center
}

.tekrevol_location .loaction_box .location_item img {
    height: 230px;
    margin-bottom: 30px
}

.tekrevol_location .loaction_box .location_item .addr {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    height: 100px;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 40px
}

.tekrevol_location .loaction_box .location_item a {
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px
}

.contact_from {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding-top: 100px
}

.contact_from .from_item {
    flex: 0 0 50%;
    margin-bottom: 20px;
    padding: 0 10px
}

.contact_from .from_item:nth-child(5),
.contact_from .from_item:nth-child(6) {
    flex: 0 0 100%
}

.contact_from .from_item input {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 70px;
    line-height: 26px;
    padding: 0
}

.contact_from .from_item input:focus {
    box-shadow: none
}

.contact_from .from_item input:-webkit-autofill,
.contact_from .from_item input:-webkit-autofill:focus,
.contact_from .from_item input:-webkit-autofill:hover,
.contact_from .from_item select:-webkit-autofill,
.contact_from .from_item select:-webkit-autofill:focus,
.contact_from .from_item select:-webkit-autofill:hover,
.contact_from .from_item textarea:-webkit-autofill,
.contact_from .from_item textarea:-webkit-autofill:focus,
.contact_from .from_item textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    border: 0 solid transparent;
    border-bottom-color: #e2e2e2;
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.contact_from .from_item select {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 70px;
    line-height: 26px;
    padding: 0
}

.contact_from .from_item select:focus {
    box-shadow: none
}

.contact_from .from_item textarea {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 170px;
    line-height: 26px;
    padding: 0
}

.contact_from .from_item textarea::-webkit-scrollbar {
    width: 2px
}

.contact_from .from_item textarea::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.contact_from .from_item textarea::-webkit-scrollbar-thumb {
    background-color: #06dcbf;
    outline: 0 solid #e2e2e2
}

.contact_from .from_item textarea:focus {
    box-shadow: none
}

.contact_from .btn_submit {
    background: transparent;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #06dcbf;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    width: 220px
}

.contact_from .btn_submit:hover {
    background: #06dcbf;
    color: #fff
}

.contact_from .error_tek {
    color: #bb2124;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.contact_from .looder_img {
    height: 80px
}

.alert-success {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 20px
}

@media(min-width:1600px)and (max-width:1800px) {
    .contact_from {
        padding: 20px 0
    }

    .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_from .from_item:nth-child(5),
    .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_from .from_item input {
        font-size: 16px;
        height: 70px;
        line-height: 26px
    }

    .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_from .from_item select {
        font-size: 16px;
        height: 70px;
        line-height: 26px
    }

    .contact_from .from_item textarea {
        font-size: 16px;
        height: 170px;
        line-height: 26px
    }

    .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        font-size: 18px;
        height: 60px;
        line-height: 45px;
        width: 180px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_from .from_item:nth-child(5),
    .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_from .from_item input {
        font-size: 15px;
        height: 60px;
        line-height: 25px
    }

    .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_from .from_item select {
        font-size: 15px;
        height: 60px;
        line-height: 25px
    }

    .contact_from .from_item textarea {
        font-size: 15px;
        height: 150px;
        line-height: 25px
    }

    .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        font-size: 16px;
        height: 50px;
        line-height: 35px;
        width: 180px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .contact_from {
        padding: 20px 0
    }

    .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_from .from_item:nth-child(5),
    .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_from .from_item input {
        font-size: 14px;
        height: 50px;
        line-height: 24px
    }

    .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_from .from_item select {
        font-size: 14px;
        height: 50px;
        line-height: 24px
    }

    .contact_from .from_item textarea {
        font-size: 14px;
        height: 125px;
        line-height: 24px
    }

    .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        display: block;
        font-size: 14px;
        font-weight: 600;
        height: 45px;
        line-height: 30px;
        text-transform: uppercase;
        width: 150px
    }

    .contact_from .btn_submit:focus {
        box-shadow: none
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .contact_from {
        padding: 20px 0
    }

    .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_from .from_item:nth-child(5),
    .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_from .from_item input {
        font-size: 13px;
        height: 50px;
        line-height: 24px
    }

    .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_from .from_item select {
        font-size: 13px;
        height: 50px;
        line-height: 24px
    }

    .contact_from .from_item textarea {
        font-size: 13px;
        height: 125px;
        line-height: 24px
    }

    .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        display: block;
        font-size: 13px;
        font-weight: 600;
        height: 45px;
        line-height: 30px;
        text-transform: uppercase;
        width: 150px
    }

    .contact_from .btn_submit:focus {
        box-shadow: none
    }
}

@media(min-width:667px)and (max-width:899px) {
    .contact_from {
        padding: 20px 0
    }

    .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_from .from_item:nth-child(5),
    .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_from .from_item input {
        font-size: 13px;
        height: 40px;
        line-height: 24px
    }

    .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_from .from_item select {
        font-size: 13px;
        height: 40px;
        line-height: 24px
    }

    .contact_from .from_item textarea {
        font-size: 13px;
        height: 100px;
        line-height: 24px
    }

    .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        display: block;
        font-size: 13px;
        font-weight: 600;
        height: 45px;
        line-height: 30px;
        margin: 0;
        text-transform: uppercase;
        width: 150px
    }

    .contact_from .btn_submit:focus {
        box-shadow: none
    }
}

@media(min-width:0px)and (max-width:666px) {
    .contact_from {
        padding: 20px 0
    }

    .contact_from .from_item {
        flex: 0 0 100%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_from .from_item:nth-child(5),
    .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_from .from_item input {
        font-size: 13px;
        height: 40px;
        line-height: 24px
    }

    .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_from .from_item select {
        font-size: 13px;
        height: 40px;
        line-height: 24px
    }

    .contact_from .from_item textarea {
        font-size: 13px;
        height: 100px;
        line-height: 24px
    }

    .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        display: block;
        font-size: 13px;
        font-weight: 600;
        height: 45px;
        line-height: 30px;
        text-transform: uppercase;
        width: 150px
    }

    .contact_from .btn_submit:focus {
        box-shadow: none
    }
}

@media(min-width:1600px)and (max-width:1850px) {
    .contact_banner .contact_from {
        margin-bottom: -40px
    }

    .contact_banner .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_banner .contact_from .from_item:nth-child(5),
    .contact_banner .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_banner .contact_from .from_item input {
        font-size: 16px;
        height: 70px;
        line-height: 26px
    }

    .contact_banner .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_banner .contact_from .from_item select {
        font-size: 16px;
        height: 70px;
        line-height: 26px
    }

    .contact_banner .contact_from .from_item textarea {
        font-size: 16px;
        height: 170px;
        line-height: 26px
    }

    .contact_banner .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        font-size: 18px;
        height: 60px;
        line-height: 45px;
        width: 180px
    }

    .tekrevol_location {
        padding: 0 0 100px
    }

    .tekrevol_location .loaction_box .location_item {
        flex: 0 0 33.33%;
        padding: 50px
    }

    .tekrevol_location .loaction_box .location_item .h4,
    .tekrevol_location .loaction_box .location_item h4 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 20px
    }

    .tekrevol_location .loaction_box .location_item img {
        height: 230px;
        margin-bottom: 30px
    }

    .tekrevol_location .loaction_box .location_item .addr {
        font-size: 18px;
        height: 100px;
        line-height: 30px;
        margin-bottom: 10px;
        padding: 0 10px
    }

    .tekrevol_location .loaction_box .location_item a {
        font-size: 20px;
        line-height: 30px
    }
}

@media(min-width:1401px)and (max-width:1599px) {
    .contact_banner .contact_from {
        margin-bottom: -40px
    }

    .contact_banner .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_banner .contact_from .from_item:nth-child(5),
    .contact_banner .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_banner .contact_from .from_item input {
        font-size: 15px;
        height: 60px;
        line-height: 25px
    }

    .contact_banner .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_banner .contact_from .from_item select {
        font-size: 15px;
        height: 60px;
        line-height: 25px
    }

    .contact_banner .contact_from .from_item textarea {
        font-size: 15px;
        height: 150px;
        line-height: 25px
    }

    .contact_banner .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        font-size: 16px;
        height: 50px;
        line-height: 35px;
        width: 180px
    }

    .tekrevol_location {
        padding: 0 0 100px
    }

    .tekrevol_location .loaction_box .location_item {
        flex: 0 0 33.33%;
        padding: 50px
    }

    .tekrevol_location .loaction_box .location_item .h4,
    .tekrevol_location .loaction_box .location_item h4 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 20px
    }

    .tekrevol_location .loaction_box .location_item img {
        height: 200px;
        margin-bottom: 30px
    }

    .tekrevol_location .loaction_box .location_item .addr {
        font-size: 16px;
        height: 100px;
        line-height: 28px;
        margin-bottom: 10px;
        padding: 0 10px
    }

    .tekrevol_location .loaction_box .location_item a {
        font-size: 18px;
        line-height: 30px
    }
}

@media(min-width:1270px)and (max-width:1400px) {
    .contact_banner .contact_from {
        margin-bottom: -40px
    }

    .contact_banner .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_banner .contact_from .from_item:nth-child(5),
    .contact_banner .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_banner .contact_from .from_item input {
        font-size: 14px;
        height: 50px;
        line-height: 24px
    }

    .contact_banner .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_banner .contact_from .from_item select {
        font-size: 14px;
        height: 50px;
        line-height: 24px
    }

    .contact_banner .contact_from .from_item textarea {
        font-size: 14px;
        height: 125px;
        line-height: 24px
    }

    .contact_banner .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        display: block;
        font-size: 14px;
        font-weight: 600;
        height: 45px;
        line-height: 30px;
        text-transform: uppercase;
        width: 150px
    }

    .contact_banner .contact_from .btn_submit:focus {
        box-shadow: none
    }

    .tekrevol_location {
        padding: 0 0 100px
    }

    .tekrevol_location .loaction_box .location_item {
        flex: 0 0 33.33%;
        padding: 50px
    }

    .tekrevol_location .loaction_box .location_item .h4,
    .tekrevol_location .loaction_box .location_item h4 {
        font-size: 26px;
        line-height: 45px;
        margin-bottom: 20px
    }

    .tekrevol_location .loaction_box .location_item img {
        height: 150px;
        margin-bottom: 30px
    }

    .tekrevol_location .loaction_box .location_item .addr {
        font-size: 14px;
        height: 70px;
        line-height: 23px;
        margin-bottom: 10px;
        padding: 0 20px
    }

    .tekrevol_location .loaction_box .location_item a {
        font-size: 16px;
        line-height: 30px
    }
}

@media(min-width:901px)and (max-width:1269px) {
    .contact_banner .contact_from {
        margin-bottom: -40px
    }

    .contact_banner .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_banner .contact_from .from_item:nth-child(5),
    .contact_banner .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_banner .contact_from .from_item input {
        font-size: 13px;
        height: 50px;
        line-height: 24px
    }

    .contact_banner .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_banner .contact_from .from_item select {
        font-size: 13px;
        height: 50px;
        line-height: 24px
    }

    .contact_banner .contact_from .from_item textarea {
        font-size: 13px;
        height: 125px;
        line-height: 24px
    }

    .contact_banner .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        display: block;
        font-size: 13px;
        font-weight: 600;
        height: 45px;
        line-height: 30px;
        text-transform: uppercase;
        width: 150px
    }

    .contact_banner .contact_from .btn_submit:focus {
        box-shadow: none
    }

    .tekrevol_location {
        padding: 0 0 50px
    }

    .tekrevol_location .loaction_box .location_item {
        flex: 0 0 33.33%;
        padding: 30px 20px
    }

    .tekrevol_location .loaction_box .location_item .h4,
    .tekrevol_location .loaction_box .location_item h4 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .tekrevol_location .loaction_box .location_item img {
        height: 150px;
        margin-bottom: 30px
    }

    .tekrevol_location .loaction_box .location_item .addr {
        font-size: 14px;
        height: 75x;
        line-height: 24px;
        margin-bottom: 20px;
        padding: 0 25px
    }

    .tekrevol_location .loaction_box .location_item a {
        font-size: 14px;
        line-height: 24px
    }
}

@media(min-width:768px)and (max-width:900px) {
    .contact_banner .contact_from {
        margin-bottom: -40px
    }

    .contact_banner .contact_from .from_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_banner .contact_from .from_item:nth-child(5),
    .contact_banner .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_banner .contact_from .from_item input {
        font-size: 13px;
        height: 50px;
        line-height: 24px
    }

    .contact_banner .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_banner .contact_from .from_item select {
        font-size: 13px;
        height: 50px;
        line-height: 24px
    }

    .contact_banner .contact_from .from_item textarea {
        font-size: 13px;
        height: 125px;
        line-height: 24px
    }

    .contact_banner .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        display: block;
        font-size: 13px;
        font-weight: 600;
        height: 45px;
        line-height: 30px;
        text-transform: uppercase;
        width: 150px
    }

    .contact_banner .contact_from .btn_submit:focus {
        box-shadow: none
    }

    .tekrevol_location {
        padding: 0 0 50px
    }

    .tekrevol_location .loaction_box .location_item {
        flex: 0 0 50%;
        padding: 40px
    }

    .tekrevol_location .loaction_box .location_item:nth-child(11) .tekrevol_location .loaction_box .location_item:last-child,
    .tekrevol_location .loaction_box .location_item:nth-child(3),
    .tekrevol_location .loaction_box .location_item:nth-child(6),
    .tekrevol_location .loaction_box .location_item:nth-child(9) {
        border-right: 1px solid #e2e2e2
    }

    .tekrevol_location .loaction_box .location_item:last-child,
    .tekrevol_location .loaction_box .location_item:nth-child(10),
    .tekrevol_location .loaction_box .location_item:nth-child(7),
    .tekrevol_location .loaction_box .location_item:nth-child(8),
    .tekrevol_location .loaction_box .location_item:nth-child(9) {
        border-bottom: 1px solid #e2e2e2
    }

    .tekrevol_location .loaction_box .location_item:nth-child(10),
    .tekrevol_location .loaction_box .location_item:nth-child(2),
    .tekrevol_location .loaction_box .location_item:nth-child(4),
    .tekrevol_location .loaction_box .location_item:nth-child(6),
    .tekrevol_location .loaction_box .location_item:nth-child(8) {
        border-right: 0 solid #e2e2e2
    }

    .tekrevol_location .loaction_box .location_item:last-child {
        border-bottom: 0 solid #e2e2e2;
        border-right: 0 solid #e2e2e2
    }

    .tekrevol_location .loaction_box .location_item .h4,
    .tekrevol_location .loaction_box .location_item h4 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .tekrevol_location .loaction_box .location_item img {
        height: 130px;
        margin-bottom: 30px
    }

    .tekrevol_location .loaction_box .location_item .addr {
        font-size: 14px;
        height: 70px;
        line-height: 24px;
        margin-bottom: 20px;
        padding: 0 30px
    }

    .tekrevol_location .loaction_box .location_item a {
        font-size: 14px;
        line-height: 24px
    }
}

@media(min-width:0px)and (max-width:767px) {
    .contact_banner {
        height: 100%;
        padding: 80px 0
    }

    .contact_banner .contact_from {
        margin-bottom: -40px
    }

    .contact_banner .contact_from .from_item {
        flex: 0 0 100%;
        margin-bottom: 30px;
        padding: 0 10px
    }

    .contact_banner .contact_from .from_item:nth-child(5),
    .contact_banner .contact_from .from_item:nth-child(6) {
        flex: 0 0 100%
    }

    .contact_banner .contact_from .from_item input {
        font-size: 13px;
        height: 40px;
        line-height: 24px
    }

    .contact_banner .contact_from .from_item input:focus {
        box-shadow: none
    }

    .contact_banner .contact_from .from_item select {
        font-size: 13px;
        height: 40px;
        line-height: 24px
    }

    .contact_banner .contact_from .from_item textarea {
        font-size: 13px;
        height: 100px;
        line-height: 24px
    }

    .contact_banner .contact_from .btn_submit {
        border: 2px solid #06dcbf;
        display: block;
        font-size: 13px;
        font-weight: 600;
        height: 45px;
        line-height: 30px;
        text-transform: uppercase;
        width: 150px
    }

    .contact_banner .contact_from .btn_submit:focus {
        box-shadow: none
    }

    .tekrevol_location {
        padding: 0 0 50px
    }

    .tekrevol_location .loaction_box .location_item {
        border: 0;
        border-bottom: 1px solid #e2e2e2 !important;
        flex: 0 0 100%;
        padding: 30px
    }

    .tekrevol_location .loaction_box .location_item .h4,
    .tekrevol_location .loaction_box .location_item h4 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .tekrevol_location .loaction_box .location_item img {
        height: 130px;
        margin-bottom: 30px
    }

    .tekrevol_location .loaction_box .location_item .addr {
        font-size: 14px;
        height: 70px;
        line-height: 24px;
        margin-bottom: 20px;
        padding: 0
    }

    .tekrevol_location .loaction_box .location_item a {
        font-size: 14px;
        line-height: 24px
    }
}

.services_location_banner {
    height: 90vh
}

.services_location_banner .banenr_content {
    padding-right: 50px
}

.services_location_banner .banenr_content .h1 span,
.services_location_banner .banenr_content h1 span {
    color: #06dcbf
}

.feature_sec {
    background: #f6f6f6;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .05);
    min-height: 160px;
    position: relative;
    z-index: 9
}

.feature_sec.no_shadow {
    box-shadow: none
}

.feature_sec .h4,
.feature_sec h4 {
    color: #898989;
    font-family: Poppins, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0
}

.feature_sec .carousel_featured_new {
    margin: 0
}

.feature_sec .carousel_featured_new ul:after {
    background: linear-gradient(270deg, #f6f6f6, hsla(0, 0%, 96%, 0));
    content: ""
}

.feature_sec .carousel_featured_new ul li {
    max-width: 200px !important
}

.feature_sec .carousel_featured_new ul li .featured_item {
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 160px;
    justify-content: center;
    margin: auto;
    opacity: .3;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    vertical-align: middle;
    width: 100%
}

.feature_sec .carousel_featured_new ul li .featured_item:before {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: translateX(100%);
    width: 100%
}

.feature_sec .carousel_featured_new ul li .featured_item:after {
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    box-sizing: border-box;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 100%
}

.feature_sec .carousel_featured_new ul li .featured_item:hover:before {
    border-color: #06dcbf;
    height: 100%;
    transform: translateX(0);
    transition: transform .1s linear, height .1s linear .1s
}

.feature_sec .carousel_featured_new ul li .featured_item:hover:after {
    border-color: #06dcbf;
    height: 100%;
    transform: translateX(0);
    transition: transform .1s linear .2s, height .1s linear .3s
}

.feature_sec .carousel_featured_new ul li .featured_item:hover {
    background: #fff;
    opacity: .9;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.feature_sec .carousel_featured_new ul li .featured_item .featured_img svg {
    height: 60px
}

.feature_sec .carousel_featured_new ul li:first-child {
    border-left: 1px solid #e2e2e2
}

.feature_sec .carousel_featured_new ul li:last-child .featured_item,
.feature_sec .carousel_featured_new ul li:last-child .featured_item:hover {
    border-right: 1px solid #e2e2e2
}

.feature_sec .react-multiple-carousel__arrow {
    display: none
}

.common_section {
    background-color: #f6f6f6;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100vh
}

.common_section .border_btn.dark_btn {
    background: transparent;
    margin-top: 0
}

.common_section .border_btn.dark_btn:hover {
    background: #06dcbf
}

.common_section p {
    padding-right: 100px
}

.stories_item {
    background: #f7f7f7;
    height: 500px;
    margin-top: 20px;
    padding: 50px 50px 0;
    position: relative
}

.stories_item .item_logo {
    margin-bottom: 40px;
    min-height: 75px;
    position: relative
}

.stories_item .item_logo img {
    height: 75px;
    width: auto
}

.stories_item .item_logo ul {
    display: flex;
    justify-content: end;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px
}

.stories_item .item_logo ul li {
    align-items: center;
    border: 1px solid;
    border-radius: 32px;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 35px;
    justify-content: center;
    line-height: normal;
    margin-left: 5px;
    padding: 0 15px
}

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

.stories_item .item_tech .tech_content {
    flex: 0 0 50%
}

.stories_item .item_tech .tech_content .h4,
.stories_item .item_tech .tech_content h4 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.8px;
    line-height: 40px;
    margin-bottom: 40px
}

.stories_item .item_tech .tech_content p {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 40px
}

.stories_item .item_tech .tech_content a.case_btn {
    align-items: center;
    background: #06dcbf;
    border-radius: 34px;
    color: #fff;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 13.905px;
    font-style: normal;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    line-height: normal;
    max-width: 190px;
    padding: 0 15px
}

.stories_item .item_tech .tech_content a.case_btn svg {
    margin-left: 10px
}

.stories_item .item_tech .tech_img {
    align-content: end;
    bottom: 0;
    display: flex;
    flex: 0 0 50%;
    justify-content: end;
    position: absolute;
    right: 30px
}

.stories_item .item_tech .tech_img img {
    max-width: 270px
}

.stories_item.web-layout .item_logo.web-img img {
    height: 60px;
    width: auto
}

.stories_item.web-layout .item_tech .tech_content {
    flex: 0 0 55%
}

.stories_item.web-layout .item_tech .tech_img {
    bottom: unset;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.stories_item.web-layout .item_tech .tech_img img {
    max-width: 350px
}

.section_awards .start {
    margin-top: 50px
}

.section_awards .start svg {
    margin-bottom: 20px
}

.section_awards .start ul.rating {
    align-content: center;
    display: flex;
    justify-content: center;
    margin: 0;
    min-height: 30px;
    padding: 0
}

.section_awards .start ul.rating li {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 20px;
    position: relative
}

.section_awards .start ul.rating li span {
    font-weight: 700
}

.section_awards .start ul.rating li:last-child:after {
    display: none
}

.section_awards .start ul.rating li:after {
    background: #314252;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    width: 2px
}

.section_awards .awards_listing {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px
}

.section_awards .awards_listing .awards_boxing {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    flex: 0 0 33.33%;
    height: 450px;
    padding: 50px 100px;
    text-align: center
}

.section_awards .awards_listing .awards_boxing:nth-child(4) {
    border-left: 1px solid #d3d3d3
}

.section_awards .awards_listing .awards_boxing:first-child {
    border-left: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3
}

.section_awards .awards_listing .awards_boxing:nth-child(2),
.section_awards .awards_listing .awards_boxing:nth-child(3) {
    border-top: 1px solid #d3d3d3
}

.section_awards .awards_listing .awards_boxing .awards_logo {
    height: 150px;
    margin: 20px auto;
    width: 150px
}

.section_awards .awards_listing .awards_boxing .awards_txt .h4,
.section_awards .awards_listing .awards_boxing .awards_txt h4 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.594px;
    line-height: 35px;
    text-align: center
}

.section_awards .awards_listing .awards_boxing .awards_txt p {
    color: #898989;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    text-align: center
}

.section_awards .btn_more {
    margin: 30px 0 0
}

.digitize_sec {
    background: #06dcbf;
    position: relative
}

.digitize_sec .h2,
.digitize_sec h2,
.digitize_sec p {
    color: #fff
}

.digitize_sec .digitize_img .gatsby-image-wrapper,
.digitize_sec .digitize_img span {
    position: absolute;
    right: -100px;
    top: -200px
}

.improvise_section .stack_box {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.improvise_section .stack_box .stack_item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    flex: 0 0 32%;
    margin-bottom: 1.33%;
    margin-right: 1.33%;
    padding: 30px
}

.improvise_section .stack_box .stack_item .stack_title {
    align-content: center;
    display: flex;
    justify-content: start;
    margin-bottom: 20px
}

.improvise_section .stack_box .stack_item .stack_title svg {
    height: 45px;
    margin-right: 20px;
    width: auto
}

.improvise_section .stack_box .stack_item .stack_title .h5,
.improvise_section .stack_box .stack_item .stack_title .saudia_h3_head,
.improvise_section .stack_box .stack_item .stack_title h5 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px
}

.improvise_section .stack_box .stack_item p {
    color: #898989;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.improvise_section .stack_box .stack_item p a {
    color: #06dcbf;
    font-weight: 500
}

.improvise_section .stack_box .stack_item:hover {
    background: #06dcbf
}

.improvise_section .stack_box .stack_item:hover .h5,
.improvise_section .stack_box .stack_item:hover .saudia_h3_head,
.improvise_section .stack_box .stack_item:hover h5,
.improvise_section .stack_box .stack_item:hover p {
    color: #fff
}

.improvise_section .stack_box .stack_item:hover p a {
    color: #fff;
    font-weight: 700
}

.improvise_section .stack_box .stack_item:hover svg path {
    fill: #fff
}

.improvise_section.cloud_computing_services .stack_box .stack_item .stack_title {
    align-items: center
}

.improvise_section.cloud_computing_services .stack_box .stack_item .stack_title .h5,
.improvise_section.cloud_computing_services .stack_box .stack_item .stack_title h5 {
    margin-bottom: 0
}

.improvise_section.nlp_impro_services .stack_box .stack_item .stack_title {
    align-items: center
}

.improvise_section.nlp_impro_services .stack_box .stack_item .stack_title .h5,
.improvise_section.nlp_impro_services .stack_box .stack_item .stack_title h5 {
    margin-bottom: 0
}

.improvise_section.uk-web-services .stack_box .stack_item {
    background: #f9f9f9;
    box-shadow: none;
    margin-bottom: 20px
}

.improvise_section.uk-web-services .stack_box .stack_item .stack_title {
    align-items: center
}

.improvise_section.uk-web-services .stack_box .stack_item .stack_title .h5,
.improvise_section.uk-web-services .stack_box .stack_item .stack_title h5 {
    margin-bottom: 0
}

.revolutionize_section {
    background: #314252;
    padding-bottom: 100px;
    padding-top: 120px;
    position: relative
}

.revolutionize_section .h2,
.revolutionize_section h2,
.revolutionize_section p {
    color: #fff
}

.revolutionize_section .revolutionize_img .gatsby-image-wrapper,
.revolutionize_section .revolutionize_img span {
    bottom: -100px;
    position: absolute;
    right: 0
}

.revolutionize_section .revolution_sol_img span {
    bottom: -100px;
    position: absolute
}

.revolutionize_section .dark_btn {
    background: transparent;
    color: #06dcbf
}

.revolutionize_section ul {
    margin-bottom: 20px
}

.revolutionize_section ul li {
    color: #fff;
    padding-left: 20px;
    position: relative
}

.revolutionize_section ul li:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 5px
}

.laverage_section .process_listing {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: relative
}

.laverage_section .process_listing:before {
    background: #d3d3d3;
    border-radius: 100px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 55px;
    transform: translate(-50%, -50%);
    width: 80%
}

.laverage_section .process_listing .process_item .h6,
.laverage_section .process_listing .process_item .saudia_h4_head,
.laverage_section .process_listing .process_item h6 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center
}

.laverage_section .process_listing .process_item p {
    color: #898989;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.laverage_section .process_listing .process_item .number {
    color: rgba(49, 66, 82, .05);
    font-family: Poppins, sans-serif;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.651px;
    line-height: 110px;
    margin-bottom: 20px;
    position: relative;
    text-align: center
}

.laverage_section .process_listing .process_item .number:after {
    background: #06dcbf;
    border-radius: 100px;
    content: "";
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px
}

.laverage_section .process_listing.process_carousel:before {
    content: "";
    height: 2px;
    left: 50%;
    top: 55px;
    transform: translate(-50%, -50%);
    width: 100%
}

.laverage_section .process_listing.process_carousel .process_item .h6,
.laverage_section .process_listing.process_carousel .process_item h6 {
    text-align: left
}

.laverage_section .process_listing.process_carousel .process_item p {
    color: #000;
    padding: 0 20px 0 0;
    text-align: left
}

.laverage_section .process_listing.process_carousel .process_item ul li {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.laverage_section .process_listing.process_carousel .process_item .number {
    text-align: left
}

.laverage_section .process_listing.process_carousel .process_item .number:after {
    background: #06dcbf;
    border-radius: 100px;
    content: "";
    height: 16px;
    left: 14%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px
}

.laverage_section .process_listing.process_carousel .process_item ul li {
    color: #898989
}

.laverage_section.laverage_wearable .process_listing .process_item {
    padding: 0 30px 0 0
}

.laverage_section.laverage_wearable .process_listing .process_item p {
    padding: 0
}

.laverage_section.laverage_wearable .process_listing .process_item ul {
    text-align: center
}

.laverage_section.laverage_wearable .process_listing .process_item ul li {
    color: #898989;
    position: relative
}

.laverage_section.laverage_mobile_app .process_listing .process_item {
    padding: 0 20px 0 0
}

.laverage_section.hire_and_process .process_listing:before {
    z-index: -1
}

.laverage_section.hire_and_process .process_listing .process_item p {
    padding: 0 20px
}

.laverage_section.hire_and_process .process_listing .process_item .number {
    color: #314252;
    font-size: 40px
}

.laverage_section.hire_and_process .process_listing .process_item .number:after {
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    z-index: -1
}

.technoloy_sec .technology_main {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 100px
}

.technoloy_sec .technology_main .technology_item {
    flex: 0 0 25%;
    margin-bottom: 20px
}

.technoloy_sec .technology_main .technology_item .svg_icon {
    align-items: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 0 auto 40px;
    text-align: center;
    width: 100px
}

.technoloy_sec .technology_main .technology_item .svg_icon svg {
    height: 50px;
    width: 50px
}

.technoloy_sec .technology_main .technology_item .h6,
.technoloy_sec .technology_main .technology_item h6 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center
}

.technoloy_sec .technology_main .technology_item p {
    color: #898989;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0 40px;
    text-align: center
}

.technoloy_sec .technology_main.web_purpose_text .technology_item {
    flex: 0 0 33.33%
}

.technoloy_sec .technology_main.web_purpose_text .technology_item .svg_icon.web_text {
    color: #06dcbf;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px
}

.technoloy_sec .technology_main.web_purpose_text .technology_item .h6,
.technoloy_sec .technology_main.web_purpose_text .technology_item h6 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
}

.technoloy_sec.digital_why_choose .technology_main .technology_item {
    border-right: 1px solid #ececec
}

.technoloy_sec.digital_why_choose .technology_main .technology_item:last-child {
    border-right: none
}

.technoloy_sec.search-engine-query .technology_main .technology_item {
    flex: 0 0 25%
}

.technoloy_sec.search-engine-query .technology_main .technology_item .h6,
.technoloy_sec.search-engine-query .technology_main .technology_item h6 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px
}

.singleproject {
    background: #8ec7b7;
    background: linear-gradient(90deg, #8ec7b7 70%, #fff 0);
    position: relative
}

.singleproject .img_logo {
    margin-bottom: 30px
}

.singleproject .img_logo img {
    height: auto;
    max-width: 220px
}

.singleproject .h2,
.singleproject h2 {
    color: #fff
}

.singleproject a.case_btn {
    align-items: center;
    background: #06dcbf;
    border-radius: 34px;
    color: #fff;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    height: 55px;
    justify-content: center;
    line-height: normal;
    margin-top: 40px;
    max-width: 220px;
    padding: 0 15px
}

.singleproject a.case_btn svg {
    margin-left: 10px
}

.singleproject .technology_list {
    align-items: end;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
    top: -70px
}

.singleproject .technology_list .tech_name {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.4px;
    line-height: 30px;
    margin-left: 30px;
    position: relative
}

.singleproject .technology_list .tech_name:after {
    background: #314252;
    content: "";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 2px
}

.singleproject .technology_list .tech_name:first-child:after {
    display: none
}

.singleproject .mx-img {
    min-height: 570px
}

.trusted_company .trustedimg {
    min-height: 670px
}

.trusted_company ul {
    margin-bottom: 20px
}

.trusted_company ul li {
    padding-left: 20px;
    position: relative
}

.trusted_company ul li:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 5px
}

.faq_loc .services_faqs {
    margin-top: 50px
}

.faq_loc .services_faqs .accordion-box .accordion-item {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #a5b9cb;
    border-radius: 0;
    display: flex;
    height: 80px;
    padding: 0;
    position: relative
}

.faq_loc .services_faqs .accordion-box .accordion-item .h3,
.faq_loc .services_faqs .accordion-box .accordion-item h3 {
    color: #000;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    padding-right: 20px
}

.faq_loc .services_faqs .accordion-box .accordion-item svg {
    height: 20px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 27px
}

.faq_loc .services_faqs .accordion-box .accordion-item svg path {
    stroke: #000
}

.faq_loc .services_faqs .accordion-box.active {
    border-bottom: 0 solid #a5b9cb
}

.faq_loc .services_faqs .accordion-box .accordion-body {
    padding: 30px 0
}

.faq_loc .services_faqs .accordion-box .accordion-body p {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px
}

.faq_loc .services_faqs .accordion-box .accordion-body ul {
    margin-bottom: 20px
}

.faq_loc .services_faqs .accordion-box .accordion-body ul li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.faq_loc .services_faqs .accordion-box .accordion-body ul li:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 5px
}

.faq_loc.tekrevol_dark_bg .services_faqs .accordion-box .accordion-item {
    border-bottom: 1px solid #fff
}

.faq_loc.tekrevol_dark_bg .services_faqs .accordion-box .accordion-item .h3,
.faq_loc.tekrevol_dark_bg .services_faqs .accordion-box .accordion-item h3 {
    color: #fff
}

.faq_loc.tekrevol_dark_bg .services_faqs .accordion-box .accordion-item svg path {
    stroke: #fff
}

.faq_loc.tekrevol_dark_bg .services_faqs .accordion-box .accordion-body {
    display: none
}

.faq_loc.tekrevol_dark_bg .services_faqs .accordion-box .accordion-body p,
.faq_loc.tekrevol_dark_bg .services_faqs .accordion-box .accordion-body ul li {
    color: #fff
}

.faq_loc.tekrevol_dark_bg .services_faqs .accordion-box .accordion-body ul li:before {
    background: #fff
}

.faq_loc.tekrevol_dark_bg .services_faqs .accordion-box .accordion-body.faq-answer-visible {
    display: block
}

.faq_loc.tekrevol_dark_bg.home {
    background: transparent
}

.faq_loc.tekrevol_dark_bg.home .h2,
.faq_loc.tekrevol_dark_bg.home .h5,
.faq_loc.tekrevol_dark_bg.home h2,
.faq_loc.tekrevol_dark_bg.home h5 {
    color: #314252
}

.faq_loc.tekrevol_dark_bg.home .example:after {
    opacity: .25
}

.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-item {
    border-bottom: 1px solid #000
}

.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-item .h3,
.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-item h3 {
    color: #314252
}

.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-item svg path {
    stroke: #314252
}

.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body {
    display: none
}

.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body p,
.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body ul li {
    color: #314252
}

.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body ul li:before {
    background: #314252
}

.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body tbody,
.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body td,
.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body tfoot,
.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body th,
.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body thead,
.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body tr {
    border: 1px solid #314252;
    padding: 10px 20px
}

.faq_loc.tekrevol_dark_bg.home .services_faqs .accordion-box .accordion-body.faq-answer-visible {
    display: block
}

.faq_loc.tekrevol_dark_bg.home .faq_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.faq_loc.tekrevol_gray_bg .services_faqs .accordion-box .accordion-body {
    display: none
}

.faq_loc.tekrevol_gray_bg .services_faqs .accordion-box .accordion-body.faq-answer-visible {
    display: block
}

.faq_loc .map_loc {
    margin-top: 90px
}

.faq_loc .map_loc iframe {
    height: 450px
}

.faq_loc .table {
    margin-top: 20px
}

.faq_loc .table tr {
    color: #fff
}

.gettouch {
    overflow: hidden
}

.gettouch .content_form {
    margin-left: auto;
    max-width: 80%;
    padding: 0 20px
}

.gettouch .content_form p {
    font-size: 14px;
    list-style: 28px;
    margin-top: 10px
}

.gettouch .content_form .alert-success {
    background: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 20px
}

.gettouch .content_form .h2,
.gettouch .content_form h2 {
    margin-bottom: 20px;
    text-transform: capitalize
}

.gettouch .content_form .content_form_inner .looder_img {
    height: 60px
}

.gettouch .content_form .content_form_inner .from_item {
    margin-bottom: 10px;
    position: relative
}

.gettouch .content_form .content_form_inner .from_item input {
    height: 50px;
    line-height: 50px
}

.gettouch .content_form .content_form_inner .from_item input,
.gettouch .content_form .content_form_inner .from_item textarea {
    border: 0;
    border-bottom: 2px solid #d3d3d3;
    border-radius: 0;
    color: #898989;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    width: 100%
}

.gettouch .content_form .content_form_inner .from_item textarea {
    height: 150px;
    line-height: normal
}

.gettouch .content_form .content_form_inner .from_item input:-webkit-autofill,
.gettouch .content_form .content_form_inner .from_item input:-webkit-autofill:focus,
.gettouch .content_form .content_form_inner .from_item input:-webkit-autofill:hover,
.gettouch .content_form .content_form_inner .from_item select:-webkit-autofill,
.gettouch .content_form .content_form_inner .from_item select:-webkit-autofill:focus,
.gettouch .content_form .content_form_inner .from_item select:-webkit-autofill:hover,
.gettouch .content_form .content_form_inner .from_item textarea:-webkit-autofill,
.gettouch .content_form .content_form_inner .from_item textarea:-webkit-autofill:focus,
.gettouch .content_form .content_form_inner .from_item textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #898989;
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.gettouch .content_form .content_form_inner .from_item_check {
    margin-bottom: 15px
}

.gettouch .content_form .content_form_inner .from_item_check label {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.gettouch .content_form .content_form_inner .btn_submit {
    background: #fff;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #06dcbf;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    line-height: normal;
    margin: 30px auto 0;
    text-align: center;
    text-transform: capitalize;
    width: 60%
}

.gettouch .content_form .content_form_inner .btn_submit:hover {
    background: #06dcbf;
    color: #fff
}

.gettouch .content_form.web_contact_form {
    background: #fff;
    box-shadow: 0 0 50px rgba(40, 36, 54, .05);
    padding: 50px 30px
}

.gettouch .content_form.web_contact_form .content_form_inner p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px
}

.gettouch .content_form.web_contact_form .content_form_inner .from_item {
    margin-bottom: 25px;
    position: relative
}

.gettouch .content_form.web_contact_form .content_form_inner .from_item input {
    color: #000
}

.gettouch .content_form.web_contact_form .content_form_inner .from_item input::placeholder {
    color: #000
}

.gettouch .content_form.web_contact_form .content_form_inner .from_item textarea {
    color: #000
}

.gettouch .content_form.web_contact_form .content_form_inner .from_item textarea::placeholder {
    color: #000
}

.gettouch .content_form.web_contact_form .content_form_inner .from_item input:-webkit-autofill,
.gettouch .content_form.web_contact_form .content_form_inner .from_item input:-webkit-autofill:focus,
.gettouch .content_form.web_contact_form .content_form_inner .from_item input:-webkit-autofill:hover,
.gettouch .content_form.web_contact_form .content_form_inner .from_item select:-webkit-autofill,
.gettouch .content_form.web_contact_form .content_form_inner .from_item select:-webkit-autofill:focus,
.gettouch .content_form.web_contact_form .content_form_inner .from_item select:-webkit-autofill:hover,
.gettouch .content_form.web_contact_form .content_form_inner .from_item textarea:-webkit-autofill,
.gettouch .content_form.web_contact_form .content_form_inner .from_item textarea:-webkit-autofill:focus,
.gettouch .content_form.web_contact_form .content_form_inner .from_item textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.gettouch .content_form.web_contact_form .content_form_inner .from_item_check {
    margin-bottom: 15px
}

.gettouch .content_form.web_contact_form .content_form_inner .from_item_check label {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.gettouch .content_form.web_contact_form .content_form_inner .btn_submit {
    display: block;
    font-size: 18px;
    height: 50px;
    margin: 30px 0;
    width: 40%
}

.gettouch.bg_orange {
    background: #06dcbf
}

.gettouch.bg_orange .h2,
.gettouch.bg_orange .h4,
.gettouch.bg_orange h2,
.gettouch.bg_orange h4,
.gettouch.bg_orange p {
    color: #fff
}

.gettouch.bg_orange .content_form .content_form_inner .from_item input {
    background: transparent
}

.gettouch.bg_orange .content_form .content_form_inner .from_item input::placeholder {
    color: #fff
}

.gettouch.bg_orange .content_form .content_form_inner .from_item textarea {
    background: transparent
}

.gettouch.bg_orange .content_form .content_form_inner .from_item textarea::placeholder {
    color: #fff
}

.gettouch.bg_orange .content_form .content_form_inner .btn_submit:hover {
    background: #fff;
    color: #06dcbf
}

.gettouch .connect_awards_main {
    gap: 20px;
    margin-top: 20px
}

.gettouch .connect_awards_main,
.gettouch .connect_awards_main .connect_item_awards {
    align-items: center;
    display: flex
}

.gettouch .connect_awards_main .connect_item_awards .connect_awards_content {
    margin-left: 10px
}

.gettouch .connect_awards_main .connect_item_awards .connect_awards_content .h6,
.gettouch .connect_awards_main .connect_item_awards .connect_awards_content h6 {
    color: #314252;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0
}

.gettouch .contact_info_web {
    margin-top: 30px
}

.gettouch .contact_info_web .contact_info_item {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.gettouch .contact_info_web .contact_info_item .contact_info_profile {
    margin-left: 10px
}

.gettouch .contact_info_web .contact_info_item .contact_info_profile a {
    color: #314252;
    font-size: 16px;
    line-height: 26px;
    transition: .2s ease-in-out
}

.gettouch .contact_info_web .contact_info_item .contact_info_profile a:hover {
    color: #06dcbf
}

.gettouch .map_loc {
    margin-top: 30px
}

.gettouch .map_loc iframe {
    height: 450px
}

.brands_uk .brands_logo_slider .brands_logo_app_item {
    align-items: center;
    display: flex;
    justify-content: center
}

.brands_uk p {
    color: #898989
}

.brands_uk.brands-uk-web {
    padding: 50px 0
}

.brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main .brands-uk-main-item .brands-web-img .gatsby-image-wrapper img {
    height: 55px;
    width: auto
}

.brands_uk .mobile-uk-view {
    display: none
}

.industry_uk_app .industy_uk_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.industry_uk_app .industy_uk_main .industy_uk_item {
    align-items: center;
    border: 1px solid rgba(32, 32, 32, .2);
    border-radius: 10px;
    display: flex;
    flex: 0 0 16%;
    flex-flow: column;
    height: 200px;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 20px
}

.industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content {
    margin-top: 10px
}

.industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content .h5,
.industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0
}

.industry_uk_app.mobile_app_industry .industy_uk_item {
    flex: 0 0 19%;
    height: 190px
}

.industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_icon svg {
    height: 52px;
    width: auto
}

.industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content {
    text-align: center
}

.industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content .h5,
.industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content h5 {
    font-size: 16px;
    line-height: 26px
}

.modern_technology .modern_box {
    margin-bottom: 30px
}

.modern_technology .modern_box .modern_box_item {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.modern_technology .modern_box .modern_box_item .modern_head {
    margin-left: 20px
}

.modern_technology .modern_box .modern_box_item .modern_head .h5,
.modern_technology .modern_box .modern_box_item .modern_head h5 {
    margin-bottom: 0
}

.modern_technology .modern_box .modern_content {
    margin-top: 0
}

.abouttek_uk p,
.modern_technology .modern_box .modern_content p {
    color: #898989
}

.abouttek_uk a.border_btn {
    background: #06dcbf;
    color: #fff
}

.abouttek_uk .about_growth_main {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px
}

.abouttek_uk .about_growth_main .about_growth_item {
    align-items: center;
    display: flex
}

.abouttek_uk .about_growth_main .about_growth_item .about_growth_content {
    margin-left: 10px
}

.abouttek_uk .about_growth_main .about_growth_item .about_growth_content .h5,
.abouttek_uk .about_growth_main .about_growth_item .about_growth_content h5 {
    margin-bottom: 0
}

.abouttek_uk .about_growth_main .about_growth_item .about_growth_content p {
    color: #898989;
    line-height: 28px;
    margin-bottom: 0
}

.abouttek_uk .about_growth_main .about_growth_item .about_growth_img {
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    display: flex;
    height: 110px;
    justify-content: center;
    width: 110px
}

.abouttek_uk .about_growth_main .about_growth_item .about_growth_img .gatsby-image-wrapper img {
    height: 65px;
    width: auto
}

.abouttek_uk.tek-sa {
    padding: 50px 0
}

.credible_footprint p {
    color: #898989
}

.credible_footprint a.border_btn {
    background: #06dcbf;
    color: #fff
}

.spectrum_services .spec_services_box {
    background: #f9f9f9;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
    height: 400px;
    margin-top: 30px;
    padding: 50px 30px
}

.spectrum_services .spec_services_box .spec_services_item {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.spectrum_services .spec_services_box .spec_services_item .spec_services_head {
    margin-left: 20px
}

.spectrum_services .spec_services_box .spec_services_item .spec_services_head .h5,
.spectrum_services .spec_services_box .spec_services_item .spec_services_head h5 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 0
}

.spectrum_services .spec_services_box p {
    color: #898989;
    font-size: 18px;
    height: 170px;
    line-height: 28px;
    margin-bottom: 10px
}

.spectrum_services .spec_services_box a.spec_btn {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 10px;
    transition: .2s ease-in-out
}

.spectrum_services .spec_services_box a.spec_btn:hover {
    color: #06dcbf
}

.spectrum_services .spec_services_box button {
    background: none;
    border: none;
    box-shadow: none;
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0;
    transition: .2s ease-in-out
}

.spectrum_services .spec_services_box button:hover {
    color: #06dcbf
}

.spectrum_services.dubai_services .spec_services_box {
    height: 450px;
    padding: 30px
}

.spectrum_services.dubai_services .spec_services_box .spec_services_img {
    margin-bottom: 20px
}

.spectrum_services.mobile_app_innovators .spec_services_box {
    height: 100%;
    margin-top: 0
}

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

.business_growth_uk .app_growth_main .app_growth_item .h5,
.business_growth_uk .app_growth_main .app_growth_item h5 {
    color: #fff;
    margin-bottom: 0
}

.business_growth_uk .app_growth_main .app_growth_item .app_all {
    align-items: center;
    display: flex
}

.business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num {
    margin-left: 10px
}

.business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num a {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 28px;
    transition: .2s ease-in-out
}

.business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num a:hover {
    color: #06dcbf
}

.business_growth_uk .app_growth_main .app_growth_item a.border_btn {
    background: #06dcbf;
    color: #fff;
    margin-top: 0
}

.mobile_prowessuk .container {
    position: unset
}

.mobile_prowessuk .prowess_image {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto
}

.mobile_prowessuk .prowess_box {
    background: #f8f8f8;
    height: 100%;
    padding: 25px 20px
}

.mobile_prowessuk .prowess_box .prowess_flex {
    align-items: center;
    display: flex
}

.mobile_prowessuk .prowess_box .prowess_flex .num {
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 600
}

.mobile_prowessuk .prowess_box .prowess_flex .prowess_head {
    margin-left: 10px
}

.mobile_prowessuk .prowess_box .prowess_flex .prowess_head .h5,
.mobile_prowessuk .prowess_box .prowess_flex .prowess_head h5 {
    margin-bottom: 0
}

.mobile_prowessuk .prowess_box p {
    color: #898989;
    margin-bottom: 0
}

.mobile_app_ukcta {
    background-position: 0;
    background-size: cover
}

.mobile_app_ukcta a.border_btn {
    background: #06dcbf;
    color: #fff
}

@media(min-width:1600px)and (max-width:1800px) {
    .brands_uk .brands_logo_slider .brands_logo_app_item img {
        height: 45px;
        width: auto
    }

    .brands_uk.brands-uk-web {
        padding: 50px 0
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main .brands-uk-main-item .brands-web-img .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .abouttek_uk .about_growth_main {
        margin-top: 50px
    }

    .abouttek_uk .about_growth_main .about_growth_item {
        align-items: center;
        display: flex
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content {
        margin-left: 10px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content p {
        line-height: 24px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img {
        height: 100px;
        width: 100px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img .gatsby-image-wrapper img {
        height: 55px;
        width: auto
    }

    .spectrum_services .spec_services_box {
        height: 380px;
        margin-top: 30px;
        padding: 40px 25px
    }

    .spectrum_services .spec_services_box .spec_services_item {
        margin-bottom: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head {
        margin-left: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head .h5,
    .spectrum_services .spec_services_box .spec_services_item .spec_services_head h5 {
        font-size: 23px;
        line-height: 30px
    }

    .spectrum_services .spec_services_box p {
        font-size: 16px;
        height: 180px;
        line-height: 26px
    }

    .spectrum_services .spec_services_box a.spec_btn {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px
    }

    .spectrum_services .spec_services_box button {
        font-size: 16px;
        line-height: 24px
    }

    .industry_uk_app .industy_uk_main {
        gap: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item {
        flex: 0 0 16%;
        height: 180px;
        margin-bottom: 10px;
        padding: 0 20px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content {
        margin-top: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content h5 {
        font-size: 20px;
        line-height: 30px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon img,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon svg {
        height: 70px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item {
        flex: 0 0 19%;
        height: 190px
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_icon svg {
        height: 52px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content h5 {
        font-size: 16px;
        line-height: 26px
    }

    .mobile_prowessuk .container {
        position: unset
    }

    .mobile_prowessuk .prowess_image {
        height: auto;
        left: -20px;
        position: absolute;
        top: 0;
        width: auto
    }

    .mobile_prowessuk .prowess_image img {
        height: 890px;
        width: auto
    }

    .mobile_prowessuk .prowess_box {
        height: 100%;
        padding: 25px 20px
    }

    .mobile_prowessuk .prowess_box .prowess_flex {
        align-items: center;
        display: flex
    }

    .mobile_prowessuk .prowess_box .prowess_flex .num {
        font-size: 35px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head {
        margin-left: 10px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head .h5,
    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head h5 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .brands_uk .brands_logo_slider .brands_logo_app_item img {
        height: 45px;
        width: auto
    }

    .brands_uk.brands-uk-web {
        padding: 50px 0
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main .brands-uk-main-item .brands-web-img .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .abouttek_uk .about_growth_main {
        margin-top: 50px
    }

    .abouttek_uk .about_growth_main .about_growth_item {
        align-items: center;
        display: flex
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content {
        margin-left: 10px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content p {
        line-height: 24px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img {
        height: 100px;
        width: 100px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img .gatsby-image-wrapper img {
        height: 55px;
        width: auto
    }

    .abouttek_uk .about_tek_scroll {
        height: 390px;
        overflow-y: scroll
    }

    .abouttek_uk .about_tek_scroll p {
        padding-right: 30px
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar {
        width: 2px
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar-thumb {
        background-color: #06dcbf;
        min-height: 30px;
        outline: 0 solid #e2e2e2
    }

    .spectrum_services .spec_services_box {
        height: 380px;
        margin-top: 30px;
        padding: 40px 25px
    }

    .spectrum_services .spec_services_box .spec_services_item {
        margin-bottom: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head {
        margin-left: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head .h5,
    .spectrum_services .spec_services_box .spec_services_item .spec_services_head h5 {
        font-size: 23px;
        line-height: 30px
    }

    .spectrum_services .spec_services_box p {
        font-size: 16px;
        height: 185px;
        line-height: 26px
    }

    .spectrum_services .spec_services_box a.spec_btn {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px
    }

    .spectrum_services .spec_services_box button {
        font-size: 16px;
        line-height: 24px
    }

    .industry_uk_app .industy_uk_main {
        gap: 8px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item {
        flex: 0 0 16%;
        height: 170px;
        margin-bottom: 10px;
        padding: 0 20px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content {
        margin-top: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content h5 {
        font-size: 20px;
        line-height: 30px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon img,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon svg {
        height: 60px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item {
        flex: 0 0 19%;
        height: 190px
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_icon svg {
        height: 52px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content h5 {
        font-size: 15px;
        line-height: 25px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num {
        margin-left: 10px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num a {
        font-size: 16px;
        line-height: 26px
    }

    .mobile_prowessuk .container {
        position: unset
    }

    .mobile_prowessuk .prowess_image {
        height: auto;
        left: -20px;
        position: absolute;
        top: 0;
        width: auto
    }

    .mobile_prowessuk .prowess_image img {
        height: 860px;
        width: auto
    }

    .mobile_prowessuk .prowess_box {
        height: 100%;
        padding: 25px 20px
    }

    .mobile_prowessuk .prowess_box .prowess_flex {
        align-items: center;
        display: flex
    }

    .mobile_prowessuk .prowess_box .prowess_flex .num {
        font-size: 35px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head {
        margin-left: 10px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head .h5,
    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head h5 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .brands_uk .brands_logo_slider .brands_logo_app_item img {
        height: 40px;
        width: auto
    }

    .brands_uk.brands-uk-web {
        padding: 40px 0
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main .brands-uk-main-item .brands-web-img .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .abouttek_uk .about_growth_main {
        margin-top: 50px
    }

    .abouttek_uk .about_growth_main .about_growth_item {
        align-items: center;
        display: flex
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content {
        margin-left: 10px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content p {
        line-height: 22px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img {
        height: 90px;
        width: 90px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .abouttek_uk .about_tek_scroll {
        height: 360px;
        overflow-y: scroll
    }

    .abouttek_uk .about_tek_scroll p {
        padding-right: 20px
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar {
        width: 2px
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar-thumb {
        background-color: #06dcbf;
        min-height: 30px;
        outline: 0 solid #e2e2e2
    }

    .spectrum_services .spec_services_box {
        height: 360px;
        margin-top: 30px;
        padding: 40px 25px
    }

    .spectrum_services .spec_services_box .spec_services_item {
        margin-bottom: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head {
        margin-left: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head .h5,
    .spectrum_services .spec_services_box .spec_services_item .spec_services_head h5 {
        font-size: 20px;
        line-height: 27px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_img img {
        height: 60px;
        width: auto
    }

    .spectrum_services .spec_services_box p {
        font-size: 14px;
        height: 175px;
        line-height: 24px
    }

    .spectrum_services .spec_services_box a.spec_btn {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px
    }

    .spectrum_services .spec_services_box button {
        font-size: 14px;
        line-height: 20px
    }

    .spectrum_services.dubai_services .spec_services_box {
        height: 420px;
        padding: 30px
    }

    .spectrum_services.dubai_services .spec_services_box .spec_services_img,
    .spectrum_services.mobile_app_innovators .spec_services_box .spec_services_img {
        margin-bottom: 20px
    }

    .industry_uk_app .industy_uk_main {
        gap: 8px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item {
        flex: 0 0 16%;
        height: 160px;
        margin-bottom: 10px;
        padding: 0
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content {
        margin-top: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content h5 {
        font-size: 18px;
        line-height: 28px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon img,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon svg {
        height: 50px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item {
        flex: 0 0 19%;
        height: 190px
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_icon svg {
        height: 50px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content h5 {
        font-size: 14px;
        line-height: 24px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num {
        margin-left: 10px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num a {
        font-size: 14px;
        line-height: 24px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_img img {
        height: 45px
    }

    .modern_technology .modern_box .modern_box_item .modern_icon img {
        height: 50px;
        width: auto
    }

    .mobile_prowessuk .container {
        position: unset
    }

    .mobile_prowessuk .prowess_image {
        height: auto;
        left: -20px;
        position: absolute;
        top: 0;
        width: auto
    }

    .mobile_prowessuk .prowess_image img {
        height: 830px;
        width: auto
    }

    .mobile_prowessuk .prowess_box {
        height: 100%;
        padding: 25px 20px
    }

    .mobile_prowessuk .prowess_box .prowess_flex {
        align-items: center;
        display: flex
    }

    .mobile_prowessuk .prowess_box .prowess_flex .num {
        font-size: 35px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head {
        margin-left: 10px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head .h5,
    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head h5 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .brands_uk .brands_logo_slider .brands_logo_app_item img {
        height: 40px;
        width: auto
    }

    .brands_uk.brands-uk-web {
        padding: 40px 0
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main .brands-uk-main-item .brands-web-img .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .abouttek_uk .about_growth_main {
        margin-top: 50px
    }

    .abouttek_uk .about_growth_main .about_growth_item {
        align-items: center;
        display: flex
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content {
        margin-left: 10px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content p {
        line-height: 22px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img {
        height: 90px;
        width: 90px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .abouttek_uk .about_tek_scroll {
        height: 310px;
        overflow-y: scroll
    }

    .abouttek_uk .about_tek_scroll p {
        padding-right: 20px
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar {
        width: 2px
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar-thumb {
        background-color: #06dcbf;
        min-height: 30px;
        outline: 0 solid #e2e2e2
    }

    .spectrum_services .spec_services_box {
        height: 330px;
        margin-top: 30px;
        padding: 30px
    }

    .spectrum_services .spec_services_box .spec_services_item {
        margin-bottom: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head {
        margin-left: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head .h5,
    .spectrum_services .spec_services_box .spec_services_item .spec_services_head h5 {
        font-size: 20px;
        line-height: 27px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_img img {
        height: 60px;
        width: auto
    }

    .spectrum_services .spec_services_box p {
        font-size: 14px;
        height: 145px;
        line-height: 24px
    }

    .spectrum_services .spec_services_box a.spec_btn {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px
    }

    .spectrum_services .spec_services_box button {
        font-size: 14px;
        line-height: 20px
    }

    .spectrum_services.dubai_services .spec_services_box {
        height: 480px;
        padding: 30px
    }

    .spectrum_services.dubai_services .spec_services_box .spec_services_img {
        margin-bottom: 20px
    }

    .spectrum_services.mobile_app_innovators .spec_services_box .spec_services_img {
        margin-bottom: 10px
    }

    .industry_uk_app .industy_uk_main {
        gap: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item {
        flex: 0 0 24%;
        height: 160px;
        margin-bottom: 10px;
        padding: 0
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content {
        margin-top: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content h5 {
        font-size: 18px;
        line-height: 28px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon img,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon svg {
        height: 50px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item {
        flex: 0 0 24%;
        height: 170px
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_icon svg {
        height: 45px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content h5 {
        font-size: 14px;
        line-height: 24px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num {
        margin-left: 10px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num a {
        font-size: 14px;
        line-height: 24px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_img img {
        height: 45px
    }

    .modern_technology .modern_box .modern_box_item .modern_icon img {
        height: 45px;
        width: auto
    }

    .credible_footprint .gatsby-image-wrapper img {
        height: 550px;
        width: auto
    }

    .mobile_prowessuk .container {
        position: unset
    }

    .mobile_prowessuk .prowess_image {
        display: none
    }

    .mobile_prowessuk .prowess_image img {
        height: 570px;
        width: auto
    }

    .mobile_prowessuk .prowess_box {
        height: 100%;
        padding: 25px 20px
    }

    .mobile_prowessuk .prowess_box .prowess_flex {
        align-items: center;
        display: flex
    }

    .mobile_prowessuk .prowess_box .prowess_flex .num {
        font-size: 35px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head {
        margin-left: 10px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head .h5,
    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head h5 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0
    }
}

@media(min-width:667px)and (max-width:900px) {
    .brands_uk .brands_logo_slider .brands_logo_app_item img {
        height: 40px;
        width: auto
    }

    .brands_uk.brands-uk-web {
        padding: 40px 0
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .brands_uk.brands-uk-web .desktop_view_uk .brands-uk-web-main .brands-uk-main-item .brands-web-img .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .abouttek_uk .about_growth_main {
        margin-top: 30px
    }

    .abouttek_uk .about_growth_main .about_growth_item {
        align-items: center;
        display: flex
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content {
        margin-left: 10px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content p {
        line-height: 22px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img {
        height: 90px;
        width: 90px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .abouttek_uk .about_tek_scroll {
        height: 250px;
        overflow-y: scroll
    }

    .abouttek_uk .about_tek_scroll p {
        padding-right: 20px
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar {
        width: 2px
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
    }

    .abouttek_uk .about_tek_scroll::-webkit-scrollbar-thumb {
        background-color: #06dcbf;
        min-height: 30px;
        outline: 0 solid #e2e2e2
    }

    .spectrum_services .spec_services_box {
        height: 330px;
        margin-top: 30px;
        padding: 30px
    }

    .spectrum_services .spec_services_box .spec_services_item {
        margin-bottom: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head {
        margin-left: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head .h5,
    .spectrum_services .spec_services_box .spec_services_item .spec_services_head h5 {
        font-size: 18px;
        line-height: 25px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_img img {
        height: 50px;
        width: auto
    }

    .spectrum_services .spec_services_box p {
        font-size: 13px;
        height: 155px;
        line-height: 23px
    }

    .spectrum_services .spec_services_box a.spec_btn {
        font-size: 13px;
        line-height: 19px;
        margin-top: 10px
    }

    .spectrum_services .spec_services_box button {
        font-size: 13px;
        line-height: 19px
    }

    .spectrum_services.dubai_services .spec_services_box {
        height: 500px;
        padding: 30px
    }

    .spectrum_services.dubai_services .spec_services_box .spec_services_img {
        margin-bottom: 20px
    }

    .spectrum_services.mobile_app_innovators .spec_services_box .spec_services_img {
        margin-bottom: 10px
    }

    .industry_uk_app .industy_uk_main {
        gap: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item {
        flex: 0 0 32%;
        height: 150px;
        margin-bottom: 10px;
        padding: 0
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content {
        margin-top: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content h5 {
        font-size: 18px;
        line-height: 28px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon img,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon svg {
        height: 50px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item {
        flex: 0 0 32%;
        height: 170px
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_icon svg {
        height: 45px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content h5 {
        font-size: 14px;
        line-height: 24px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num {
        margin-left: 10px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num a {
        font-size: 14px;
        line-height: 24px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_img img {
        height: 45px
    }

    .modern_technology .modern_box .modern_box_item .modern_icon img {
        height: 45px;
        width: auto
    }

    .credible_footprint .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .mobile_prowessuk .container {
        position: unset
    }

    .mobile_prowessuk .prowess_image {
        display: none
    }

    .mobile_prowessuk .prowess_image img {
        height: 570px;
        width: auto
    }

    .mobile_prowessuk .prowess_box {
        height: 100%;
        padding: 25px 20px
    }

    .mobile_prowessuk .prowess_box .prowess_flex {
        align-items: center;
        display: flex
    }

    .mobile_prowessuk .prowess_box .prowess_flex .num {
        font-size: 35px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head {
        margin-left: 10px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head .h5,
    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head h5 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0
    }
}

@media(min-width:0px)and (max-width:666px) {
    .brands_uk .brands_logo_slider .brands_logo_app_item img {
        height: 25px;
        width: auto
    }

    .brands_uk.brands-uk-web {
        padding: 30px 0
    }

    .brands_uk.brands-uk-web .mobile-uk-view {
        display: block
    }

    .brands_uk.brands-uk-web .mobile-uk-view .brands_logo_slider .brands_logo_app_item .gatsby-image-wrapper img {
        height: 30px;
        width: auto
    }

    .brands_uk.brands-uk-web .desktop_view_uk {
        display: none
    }

    .abouttek_uk .h2,
    .abouttek_uk h2 {
        margin-top: 20px
    }

    .abouttek_uk .about_growth_main {
        flex-wrap: wrap;
        justify-content: unset;
        margin-top: 10px
    }

    .abouttek_uk .about_growth_main .about_growth_item {
        align-items: center;
        display: flex;
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content {
        margin-left: 10px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content p {
        line-height: 20px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img {
        height: 80px;
        width: 80px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .abouttek_uk.tek-sa {
        padding: 30px 0
    }

    .spectrum_services .spec_services_box {
        height: 290px;
        margin-top: 20px;
        padding: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item {
        margin-bottom: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head {
        margin-left: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head .h5,
    .spectrum_services .spec_services_box .spec_services_item .spec_services_head h5 {
        font-size: 16px;
        line-height: 23px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_img img {
        height: 40px;
        width: auto
    }

    .spectrum_services .spec_services_box p {
        font-size: 13px;
        height: unset;
        line-height: 23px
    }

    .spectrum_services .spec_services_box a.spec_btn {
        font-size: 13px;
        line-height: 19px;
        margin-top: 10px
    }

    .spectrum_services .spec_services_box button {
        font-size: 13px;
        line-height: 19px
    }

    .spectrum_services.dubai_services .spec_services_box {
        height: 500px;
        padding: 20px
    }

    .spectrum_services.dubai_services .spec_services_box .spec_services_img {
        margin-bottom: 20px
    }

    .spectrum_services.mobile_app_innovators .spec_services_box .spec_services_img {
        margin-bottom: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item {
        flex: 0 0 48%;
        height: 130px;
        margin-bottom: 10px;
        padding: 0
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content {
        margin-top: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content h5 {
        font-size: 14px;
        line-height: 24px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon img,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon svg {
        height: 40px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item {
        flex: 0 0 48%;
        height: 150px
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_icon svg {
        height: 35px;
        width: auto
    }

    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app.mobile_app_industry .industy_uk_item .industry_uk_content h5 {
        font-size: 13px;
        line-height: 23px
    }

    .business_growth_uk .app_growth_main {
        display: block
    }

    .business_growth_uk .app_growth_main .app_growth_item {
        margin-bottom: 20px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all {
        justify-content: start
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num {
        margin-left: 10px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num a {
        font-size: 13px;
        line-height: 23px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_img img {
        height: 35px
    }

    .modern_technology .modern_box .modern_box_item .modern_icon img {
        height: 45px;
        width: auto
    }

    .credible_footprint .resp_order {
        order: 2
    }

    .credible_footprint .gatsby-image-wrapper {
        margin-top: 20px
    }

    .credible_footprint .gatsby-image-wrapper img {
        height: 320px;
        width: auto
    }

    .mobile_prowessuk {
        padding-bottom: 0 !important
    }

    .mobile_prowessuk .container {
        position: unset
    }

    .mobile_prowessuk .prowess_image {
        margin-top: 20px;
        position: relative
    }

    .mobile_prowessuk .prowess_box {
        height: 100%;
        padding: 25px 20px
    }

    .mobile_prowessuk .prowess_box .prowess_flex {
        align-items: center;
        display: flex
    }

    .mobile_prowessuk .prowess_box .prowess_flex .num {
        font-size: 30px
    }

    .mobile_prowessuk .prowess_box .prowess_flex .prowess_head {
        margin-left: 10px
    }

    .mobile_app_ukcta {
        background-image: none !important;
        background: #09253c
    }

    .mobile_app_ukcta a.border_btn {
        background: #06dcbf;
        color: #fff
    }
}

@media(min-width:0px)and (max-width:360px) {
    .brands_uk .brands_logo_slider .brands_logo_app_item img {
        height: 25px;
        width: auto
    }

    .abouttek_uk .h2,
    .abouttek_uk h2 {
        margin-top: 20px
    }

    .abouttek_uk .about_growth_main {
        flex-wrap: wrap;
        justify-content: unset;
        margin-top: 10px
    }

    .abouttek_uk .about_growth_main .about_growth_item {
        align-items: center;
        display: flex;
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content {
        margin-left: 10px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_content p {
        line-height: 20px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img {
        height: 80px;
        width: 80px
    }

    .abouttek_uk .about_growth_main .about_growth_item .about_growth_img .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .spectrum_services .spec_services_box {
        height: 330px;
        margin-top: 20px;
        padding: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item {
        margin-bottom: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head {
        margin-left: 20px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_head .h5,
    .spectrum_services .spec_services_box .spec_services_item .spec_services_head h5 {
        font-size: 16px;
        line-height: 23px
    }

    .spectrum_services .spec_services_box .spec_services_item .spec_services_img img {
        height: 40px;
        width: auto
    }

    .spectrum_services .spec_services_box p {
        font-size: 13px;
        height: unset;
        line-height: 23px
    }

    .spectrum_services .spec_services_box a.spec_btn {
        font-size: 13px;
        line-height: 19px;
        margin-top: 10px
    }

    .spectrum_services.dubai_services .spec_services_box {
        height: 520px;
        padding: 20px
    }

    .spectrum_services.dubai_services .spec_services_box .spec_services_img {
        margin-bottom: 20px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item {
        flex: 0 0 48%;
        height: 130px;
        margin-bottom: 10px;
        padding: 0
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content {
        margin-top: 10px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content .h5,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_content h5 {
        font-size: 14px;
        line-height: 24px
    }

    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon img,
    .industry_uk_app .industy_uk_main .industy_uk_item .industry_uk_icon svg {
        height: 40px;
        width: auto
    }

    .business_growth_uk .app_growth_main {
        display: block
    }

    .business_growth_uk .app_growth_main .app_growth_item {
        margin-bottom: 10px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all {
        justify-content: center
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num {
        margin-left: 10px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_num a {
        font-size: 13px;
        line-height: 23px
    }

    .business_growth_uk .app_growth_main .app_growth_item .app_all .app_growth_img img {
        height: 35px
    }

    .modern_technology .modern_box .modern_box_item .modern_icon img {
        height: 45px;
        width: auto
    }

    .credible_footprint .resp_order {
        order: 2
    }

    .credible_footprint .gatsby-image-wrapper {
        margin-top: 20px
    }

    .credible_footprint .gatsby-image-wrapper img {
        height: 320px;
        width: auto
    }
}

.rich_houston {
    height: 470px;
    position: relative
}

.rich_houston p {
    color: #fff
}

.rich_houston .h2,
.rich_houston h2 {
    color: #fff;
    padding-top: 80px
}

.rich_houston a.border_btn {
    background: #06dcbf;
    color: #fff
}

.rich_houston .rich_houston_img {
    position: absolute;
    top: -55px
}

.rich_houston.fast_chicago {
    height: 500px;
    margin-top: 100px
}

.rich_houston.fast_chicago .fast_track_img {
    margin-top: -137px
}

.rich_houston.fast_chicago .h2,
.rich_houston.fast_chicago h2 {
    padding-top: 0
}

.rich_houston.dominate_washington {
    margin-top: 50px
}

.dynamic_houston {
    background-position: 0 100%;
    background: #fbfbfb;
    background-repeat: no-repeat
}

.dynamic_houston a.border_btn {
    background: #fbfbfb
}

.hosuton_banner a.border_btn {
    background: transparent
}

.about_houston.max_miami .maximize_miami_img {
    bottom: -100px;
    position: absolute
}

.leading_miami {
    height: 650px;
    padding-top: 60px
}

.leading_miami .leading_miami_img {
    margin-top: -115px
}

.leading_miami.paving-washington {
    height: 750px
}

.leading_miami.paving-washington .leading_miami_img {
    margin-top: -15px
}

@media(min-width:1600px)and (max-width:1800px) {
    .rich_houston.fast_chicago {
        height: 395px;
        margin-top: 100px
    }

    .rich_houston.fast_chicago .fast_track_img {
        margin-top: -137px
    }

    .about_houston.max_miami .maximize_miami_img {
        bottom: -80px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .rich_houston {
        height: 430px
    }

    .rich_houston .h2,
    .rich_houston h2 {
        padding-top: 80px
    }

    .rich_houston .rich_houston_img {
        position: absolute;
        top: -53px
    }

    .rich_houston.fast_chicago {
        height: 395px;
        margin-top: 100px
    }

    .rich_houston.fast_chicago .fast_track_img {
        margin-top: -95px
    }

    .about_houston.max_miami .maximize_miami_img {
        bottom: -70px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .rich_houston {
        height: 385px;
        margin-top: 20px
    }

    .rich_houston .h2,
    .rich_houston h2 {
        padding-top: 80px
    }

    .rich_houston .rich_houston_img {
        position: absolute;
        top: -55px
    }

    .rich_houston.fast_chicago {
        height: 360px;
        margin-top: 100px
    }

    .rich_houston.fast_chicago .fast_track_img {
        margin-top: -85px
    }

    .leading_miami {
        height: 520px;
        padding-top: 60px
    }

    .leading_miami .leading_miami_img {
        margin-top: -90px
    }

    .leading_miami .leading_miami_img img {
        height: 550px
    }

    .leading_miami.paving-washington {
        height: 630px
    }

    .leading_miami.paving-washington .leading_miami_img {
        margin-top: 20px
    }

    .leading_miami.leading_dallas {
        padding-top: 40px
    }

    .leading_miami.leading_dallas .leading_miami_img {
        margin-top: -70px
    }

    .leading_miami.leading_dallas a.border_btn {
        margin-top: 0
    }

    .about_houston.max_miami .maximize_miami_img {
        bottom: -50px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .rich_houston {
        height: 320px;
        margin-top: 20px
    }

    .rich_houston .h2,
    .rich_houston h2 {
        padding-top: 40px
    }

    .rich_houston .rich_houston_img {
        position: absolute;
        top: -28px
    }

    .rich_houston.fast_chicago {
        height: 310px;
        margin-top: 80px
    }

    .rich_houston.fast_chicago .fast_track_img {
        margin-top: -40px
    }

    .dynamic_houston a.border_btn {
        background: #fbfbfb
    }

    .leading_miami {
        height: 520px;
        padding-top: 40px
    }

    .leading_miami .leading_miami_img {
        margin-top: -90px
    }

    .leading_miami .leading_miami_img img {
        height: 550px
    }

    .leading_miami.paving-washington {
        height: 630px
    }

    .leading_miami.paving-washington .leading_miami_img {
        margin-top: 40px
    }

    .about_houston.max_miami .maximize_miami_img {
        bottom: -40px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .rich_houston {
        height: 320px;
        margin-top: 20px
    }

    .rich_houston .h2,
    .rich_houston h2 {
        padding-top: 40px
    }

    .rich_houston .rich_houston_img {
        position: absolute;
        top: -35px
    }

    .rich_houston.fast_chicago {
        height: 310px;
        margin-top: 80px
    }

    .rich_houston.fast_chicago .fast_track_img {
        margin-top: -50px
    }

    .dynamic_houston a.border_btn {
        background: #fbfbfb
    }

    .leading_miami {
        height: 520px;
        padding-top: 40px
    }

    .leading_miami .leading_miami_img {
        margin-top: 0
    }

    .leading_miami .leading_miami_img img {
        height: 480px
    }

    .leading_miami.paving-washington {
        height: 600px
    }

    .leading_miami.paving-washington .leading_miami_img {
        margin-top: 110px
    }

    .about_houston.max_miami {
        position: relative
    }

    .about_houston.max_miami .maximize_miami_img {
        bottom: unset
    }
}

@media(min-width:0px)and (max-width:666px) {
    .hosuton_banner a.border_btn {
        background: #06dcbf;
        color: #fff
    }

    .rich_houston {
        background-color: #314252;
        background-image: none !important;
        height: unset;
        margin-top: 0;
        padding: 25px 0 0
    }

    .rich_houston .h2,
    .rich_houston h2 {
        padding-top: 0
    }

    .rich_houston .rich_houston_img {
        margin-top: 20px;
        position: relative;
        text-align: center;
        top: 0
    }

    .rich_houston .rich_houston_img img {
        height: 300px;
        width: auto
    }

    .rich_houston.fast_chicago {
        height: unset;
        margin-top: 0;
        padding: 25px 0 0
    }

    .rich_houston.fast_chicago .fast_track_img {
        margin-top: 20px
    }

    .dynamic_houston {
        background-position: 0 100%
    }

    .dynamic_houston a.border_btn {
        background: #06dcbf;
        color: #fff
    }

    .dynamic_houston .resp_order {
        order: 2
    }

    .dynamic_houston .gatsby-image-wrapper {
        margin-top: 20px;
        text-align: center
    }

    .dynamic_houston .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .about_houston .gatsby-image-wrapper img {
        margin-top: 20px
    }

    .about_houston.max_miami {
        padding-bottom: 0 !important
    }

    .about_houston.max_miami .maximize_miami_img {
        bottom: unset;
        position: relative
    }

    .optimize_chicago .gatsby-image-wrapper {
        margin-top: 20px
    }

    .leading_miami {
        height: unset;
        padding-top: 25px
    }

    .leading_miami .leading_miami_img {
        margin-top: 20px
    }

    .leading_miami .leading_miami_img img {
        height: 350px
    }

    .leading_miami.paving-washington {
        height: unset;
        padding-top: 25px
    }

    .leading_miami.paving-washington .leading_miami_img {
        margin-top: 20px
    }
}

@media(min-width:1600px)and (max-width:1800px) {
    .services_location_banner {
        height: 90vh
    }

    .services_location_banner .banenr_content {
        padding-right: 45px
    }

    .feature_sec {
        min-height: 150px
    }

    .feature_sec .h4,
    .feature_sec h4 {
        font-size: 30px
    }

    .feature_sec .carousel_featured_new {
        margin: 0
    }

    .feature_sec .carousel_featured_new ul li {
        max-width: 180px !important
    }

    .feature_sec .carousel_featured_new ul li .featured_item {
        height: 150px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:before {
        border-bottom: 2px solid transparent;
        border-left: 2px solid transparent;
        height: 2px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:after {
        border-right: 2px solid transparent;
        border-top: 2px solid transparent;
        height: 2px
    }

    .feature_sec .carousel_featured_new ul li .featured_item .featured_img svg {
        height: 55px
    }

    .common_section {
        background-position: 100% 0;
        height: 100%
    }

    .stories_item {
        height: 450px;
        margin-top: 20px;
        padding: 40px 40px 0
    }

    .stories_item .item_logo {
        margin-bottom: 35px;
        min-height: 50px
    }

    .stories_item .item_logo img {
        height: 50px
    }

    .stories_item .item_logo ul {
        top: 10px
    }

    .stories_item .item_logo ul li {
        font-size: 13px;
        height: 30px;
        margin-left: 5px;
        padding: 0 15px
    }

    .stories_item .item_tech .tech_content {
        flex: 0 0 50%
    }

    .stories_item .item_tech .tech_content .h4,
    .stories_item .item_tech .tech_content h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px
    }

    .stories_item .item_tech .tech_content p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px
    }

    .stories_item .item_tech .tech_content a.case_btn {
        font-size: 13px;
        height: 38px;
        max-width: 190px;
        padding: 0 15px
    }

    .stories_item .item_tech .tech_content a.case_btn svg {
        margin-left: 10px
    }

    .stories_item .item_tech .tech_img {
        bottom: 0;
        flex: 0 0 50%;
        right: 30px
    }

    .stories_item .item_tech .tech_img img {
        max-width: 240px
    }

    .stories_item.web-layout .item_tech .tech_content {
        flex: 0 0 55%
    }

    .stories_item.web-layout .item_tech .tech_img {
        bottom: unset;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .stories_item.web-layout .item_tech .tech_img img {
        max-width: 300px
    }

    .section_awards .start {
        margin-top: 50px
    }

    .section_awards .start svg {
        height: 35px;
        margin-bottom: 20px
    }

    .section_awards .start ul.rating {
        min-height: 26px
    }

    .section_awards .start ul.rating li {
        font-size: 17px;
        line-height: 26px;
        margin: 0 20px
    }

    .section_awards .start ul.rating li:after {
        right: -20px;
        top: 0
    }

    .section_awards .awards_listing {
        margin-top: 50px
    }

    .section_awards .awards_listing .awards_boxing {
        height: 400px;
        padding: 30px 50px
    }

    .section_awards .awards_listing .awards_boxing .awards_logo {
        height: 140px;
        margin: 15px auto;
        width: 140px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt .h4,
    .section_awards .awards_listing .awards_boxing .awards_txt h4 {
        font-size: 22px;
        line-height: 32px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt p {
        font-size: 15px;
        line-height: 22px
    }

    .section_awards .btn_more {
        margin: 20px 0 0
    }

    .digitize_sec .digitize_img .gatsby-image-wrapper,
    .digitize_sec .digitize_img span {
        right: -100px;
        top: -140px;
        width: 60%
    }

    .stack_box .stack_item {
        flex: 0 0 32%;
        margin-right: 1.33%;
        padding: 30px 20px
    }

    .stack_box .stack_item .stack_title {
        height: 50px;
        margin-bottom: 15px
    }

    .stack_box .stack_item .stack_title svg {
        height: 50px;
        margin-right: 20px;
        width: auto
    }

    .stack_box .stack_item .stack_title .h5,
    .stack_box .stack_item .stack_title h5 {
        font-size: 17px
    }

    .stack_box .stack_item p {
        font-size: 12px;
        line-height: 20px
    }

    .revolutionize_section {
        padding-bottom: 50px;
        padding-top: 100px
    }

    .revolutionize_section .revolutionize_img .gatsby-image-wrapper,
    .revolutionize_section .revolutionize_img span {
        bottom: -50px;
        width: 400px
    }

    .revolutionize_section .revolution_sol_img span {
        bottom: -50px;
        width: 650px
    }

    .laverage_section .process_listing:before {
        height: 2px;
        left: 50%;
        top: 50px;
        width: 80%
    }

    .laverage_section .process_listing .process_item .h6,
    .laverage_section .process_listing .process_item .saudia_h4_head,
    .laverage_section .process_listing .process_item h6 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .laverage_section .process_listing .process_item p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px
    }

    .laverage_section .process_listing .process_item .number {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 20px
    }

    .laverage_section .process_listing .process_item .number:after {
        height: 15px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 15px
    }

    .laverage_section.laverage_mobile_app .process_listing .process_item {
        padding: 0
    }

    .technoloy_sec .technology_main {
        margin-top: 80px
    }

    .technoloy_sec .technology_main .technology_item {
        margin-bottom: 20px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon {
        height: 80px;
        margin: 0 auto 30px;
        width: 80px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon svg {
        height: auto;
        width: 40px
    }

    .technoloy_sec .technology_main .technology_item .h6,
    .technoloy_sec .technology_main .technology_item h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .technoloy_sec .technology_main .technology_item p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px
    }

    .singleproject {
        background: #8ec7b7;
        background: linear-gradient(90deg, #8ec7b7 65%, #fff 0)
    }

    .singleproject .img_logo {
        margin-bottom: 25px
    }

    .singleproject .img_logo img {
        height: auto;
        max-width: 200px
    }

    .singleproject a.case_btn {
        font-size: 14px;
        height: 50px;
        margin-top: 40px;
        max-width: 220px;
        padding: 0 15px
    }

    .singleproject .technology_list {
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: -50px
    }

    .singleproject .technology_list .tech_name {
        font-size: 14px;
        line-height: 15px;
        margin-left: 30px
    }

    .singleproject .technology_list .tech_name:after {
        left: -15px
    }

    .singleproject .mx-img {
        min-height: 460px
    }

    .trusted_company .trustedimg {
        min-height: 560px
    }

    .trusted_company ul li:before {
        left: 0;
        top: 15px;
        width: 5px
    }

    .faq_loc .map_loc {
        margin-top: 80px
    }

    .faq_loc .map_loc iframe {
        height: 450px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .services_location_banner {
        height: 90vh
    }

    .services_location_banner .banenr_content {
        padding-right: 45px
    }

    .feature_sec {
        min-height: 140px
    }

    .feature_sec .h4,
    .feature_sec h4 {
        font-size: 26px
    }

    .feature_sec .carousel_featured_new {
        margin: 0
    }

    .feature_sec .carousel_featured_new ul li {
        max-width: 170px !important
    }

    .feature_sec .carousel_featured_new ul li .featured_item {
        height: 140px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:before {
        border-bottom: 2px solid transparent;
        border-left: 2px solid transparent;
        height: 2px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:after {
        border-right: 2px solid transparent;
        border-top: 2px solid transparent;
        height: 2px
    }

    .feature_sec .carousel_featured_new ul li .featured_item .featured_img svg {
        height: 50px
    }

    .common_section {
        background-position: 100% 0;
        height: 100%
    }

    .stories_item {
        height: 400px;
        margin-top: 20px;
        padding: 30px 30px 0
    }

    .stories_item .item_logo {
        margin-bottom: 35px;
        min-height: 50px
    }

    .stories_item .item_logo img {
        height: 50px
    }

    .stories_item .item_logo ul {
        top: 10px
    }

    .stories_item .item_logo ul li {
        font-size: 12px;
        height: 25px;
        margin-left: 5px;
        padding: 0 15px
    }

    .stories_item .item_tech .tech_content {
        flex: 0 0 50%
    }

    .stories_item .item_tech .tech_content .h4,
    .stories_item .item_tech .tech_content h4 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .stories_item .item_tech .tech_content p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .stories_item .item_tech .tech_content a.case_btn {
        font-size: 12px;
        height: 35px;
        max-width: 180px;
        padding: 0 15px
    }

    .stories_item .item_tech .tech_content a.case_btn svg {
        margin-left: 10px
    }

    .stories_item .item_tech .tech_img {
        bottom: 0;
        flex: 0 0 50%;
        right: 30px
    }

    .stories_item .item_tech .tech_img img {
        max-width: 200px
    }

    .stories_item.web-layout .item_tech .tech_content {
        flex: 0 0 55%
    }

    .stories_item.web-layout .item_tech .tech_img {
        bottom: unset;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .stories_item.web-layout .item_tech .tech_img img {
        max-width: 250px
    }

    .section_awards .start {
        margin-top: 40px
    }

    .section_awards .start svg {
        height: 30px;
        margin-bottom: 20px
    }

    .section_awards .start ul.rating {
        min-height: 26px
    }

    .section_awards .start ul.rating li {
        font-size: 15px;
        line-height: 25px;
        margin: 0 20px
    }

    .section_awards .start ul.rating li:after {
        right: -20px;
        top: 0
    }

    .section_awards .awards_listing {
        margin-top: 50px
    }

    .section_awards .awards_listing .awards_boxing {
        height: 350px;
        padding: 20px 40px
    }

    .section_awards .awards_listing .awards_boxing .awards_logo {
        height: 130px;
        margin: 15px auto;
        width: 130px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt .h4,
    .section_awards .awards_listing .awards_boxing .awards_txt h4 {
        font-size: 22px;
        line-height: 32px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt p {
        font-size: 15px;
        line-height: 22px
    }

    .section_awards .btn_more {
        margin: 20px 0 0
    }

    .digitize_sec .digitize_img .gatsby-image-wrapper,
    .digitize_sec .digitize_img span {
        right: -100px;
        top: -140px;
        width: 60%
    }

    .improvise_section .stack_box .stack_item {
        flex: 0 0 32%;
        margin-right: 1.33%;
        padding: 30px 20px
    }

    .improvise_section .stack_box .stack_item .stack_title {
        height: 50px;
        margin-bottom: 15px
    }

    .improvise_section .stack_box .stack_item .stack_title svg {
        height: 50px;
        margin-right: 20px;
        width: auto
    }

    .improvise_section .stack_box .stack_item .stack_title .h5,
    .improvise_section .stack_box .stack_item .stack_title .saudia_h3_head,
    .improvise_section .stack_box .stack_item .stack_title h5 {
        font-size: 17px
    }

    .improvise_section .stack_box .stack_item p {
        font-size: 12px;
        line-height: 20px
    }

    .revolutionize_section {
        padding-bottom: 50px;
        padding-top: 100px
    }

    .revolutionize_section .revolutionize_img .gatsby-image-wrapper,
    .revolutionize_section .revolutionize_img span {
        bottom: -50px;
        right: 100px;
        width: 360px
    }

    .revolutionize_section .revolution_sol_img span {
        bottom: -50px;
        width: 600px
    }

    .revolutionize_section ul {
        margin-bottom: 15px
    }

    .revolutionize_section ul li:before {
        top: 13px
    }

    .laverage_section .process_listing:before {
        height: 2px;
        left: 50%;
        top: 50px;
        width: 80%
    }

    .laverage_section .process_listing .process_item .h6,
    .laverage_section .process_listing .process_item .saudia_h4_head,
    .laverage_section .process_listing .process_item h6 {
        font-size: 17px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .laverage_section .process_listing .process_item p {
        font-size: 13px;
        line-height: 20px;
        padding: 0 10px
    }

    .laverage_section .process_listing .process_item .number {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 20px
    }

    .laverage_section .process_listing .process_item .number:after {
        height: 15px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 15px
    }

    .laverage_section.laverage_mobile_app .process_listing .process_item {
        padding: 0
    }

    .laverage_section.hire_and_process .process_listing .process_item p {
        padding: 0 20px
    }

    .laverage_section.hire_and_process .process_listing .process_item .h6,
    .laverage_section.hire_and_process .process_listing .process_item h6 {
        line-height: 1.4
    }

    .laverage_section.hire_and_process .process_listing .process_item .number {
        font-size: 40px
    }

    .laverage_section.hire_and_process .process_listing .process_item .number:after {
        height: 100px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100px
    }

    .technoloy_sec .technology_main {
        margin-top: 60px
    }

    .technoloy_sec .technology_main .technology_item {
        margin-bottom: 20px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon {
        height: 70px;
        margin: 0 auto 20px;
        width: 70px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon svg {
        height: 40px;
        width: 40px
    }

    .technoloy_sec .technology_main .technology_item .h6,
    .technoloy_sec .technology_main .technology_item h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px
    }

    .technoloy_sec .technology_main .technology_item p {
        font-size: 13px;
        line-height: 22px;
        padding: 0 10px
    }

    .singleproject {
        background: #8ec7b7;
        background: linear-gradient(90deg, #8ec7b7 65%, #fff 0)
    }

    .singleproject .img_logo {
        margin-bottom: 25px
    }

    .singleproject .img_logo img {
        height: auto;
        max-width: 200px
    }

    .singleproject a.case_btn {
        font-size: 14px;
        height: 50px;
        margin-top: 40px;
        max-width: 220px;
        padding: 0 15px
    }

    .singleproject .technology_list {
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: -55px
    }

    .singleproject .technology_list .tech_name {
        font-size: 14px;
        line-height: 15px;
        margin-left: 30px
    }

    .singleproject .technology_list .tech_name:after {
        left: -15px
    }

    .singleproject .mx-img {
        margin-top: 15px;
        min-height: 450px
    }

    .trusted_company .trustedimg {
        min-height: 510px
    }

    .trusted_company ul li:before {
        left: 0;
        top: 13px;
        width: 5px
    }

    .faq_loc .services_faqs {
        margin-top: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item {
        height: 80px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item .h3,
    .faq_loc .services_faqs .accordion-box .accordion-item h3 {
        font-size: 18px;
        line-height: 26px;
        padding-right: 40px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item svg {
        height: 20px;
        right: 20px;
        top: 34px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body {
        padding: 25px 0
    }

    .faq_loc .services_faqs .accordion-box .accordion-body p {
        font-size: 16px;
        line-height: 32px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul {
        margin-bottom: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 25px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li:before {
        left: 10px;
        top: 12px;
        width: 5px
    }

    .faq_loc .map_loc {
        margin-top: 80px
    }

    .faq_loc .map_loc iframe {
        height: 400px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .services_location_banner {
        height: 90vh
    }

    .services_location_banner .banenr_content {
        padding-right: 45px
    }

    .feature_sec {
        min-height: 140px
    }

    .feature_sec .h4,
    .feature_sec h4 {
        font-size: 26px
    }

    .feature_sec .carousel_featured_new {
        margin: 0
    }

    .feature_sec .carousel_featured_new ul li {
        max-width: 170px !important
    }

    .feature_sec .carousel_featured_new ul li .featured_item {
        height: 140px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:before {
        border-bottom: 2px solid transparent;
        border-left: 2px solid transparent;
        height: 2px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:after {
        border-right: 2px solid transparent;
        border-top: 2px solid transparent;
        height: 2px
    }

    .feature_sec .carousel_featured_new ul li .featured_item .featured_img svg {
        height: 50px
    }

    .common_section {
        background-position: 100% 0;
        height: 100%
    }

    .common_section p {
        padding-right: 0
    }

    .stories_item {
        height: 400px;
        margin-top: 20px;
        padding: 30px 30px 0
    }

    .stories_item .item_logo {
        margin-bottom: 35px;
        min-height: 50px
    }

    .stories_item .item_logo img {
        height: 50px
    }

    .stories_item .item_logo ul {
        top: 10px
    }

    .stories_item .item_logo ul li {
        font-size: 12px;
        height: 25px;
        margin-left: 5px;
        padding: 0 15px
    }

    .stories_item .item_tech .tech_content {
        flex: 0 0 50%
    }

    .stories_item .item_tech .tech_content .h4,
    .stories_item .item_tech .tech_content h4 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .stories_item .item_tech .tech_content p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .stories_item .item_tech .tech_content a.case_btn {
        font-size: 12px;
        height: 35px;
        max-width: 180px;
        padding: 0 15px
    }

    .stories_item .item_tech .tech_content a.case_btn svg {
        margin-left: 10px
    }

    .stories_item .item_tech .tech_img {
        bottom: 0;
        flex: 0 0 50%;
        right: 30px
    }

    .stories_item .item_tech .tech_img img {
        max-width: 200px
    }

    .stories_item.web-layout .item_tech .tech_content {
        flex: 0 0 55%
    }

    .stories_item.web-layout .item_tech .tech_img {
        bottom: unset;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .stories_item.web-layout .item_tech .tech_img img {
        max-width: 230px
    }

    .section_awards .start {
        margin-top: 40px
    }

    .section_awards .start svg {
        height: 25px;
        margin-bottom: 15px
    }

    .section_awards .start ul.rating {
        min-height: 20px
    }

    .section_awards .start ul.rating li {
        font-size: 15px;
        line-height: 20px;
        margin: 0 20px
    }

    .section_awards .start ul.rating li:after {
        right: -20px;
        top: 0
    }

    .section_awards .awards_listing {
        margin-top: 50px
    }

    .section_awards .awards_listing .awards_boxing {
        height: 320px;
        padding: 20px
    }

    .section_awards .awards_listing .awards_boxing .awards_logo {
        height: 120px;
        margin: 10px auto;
        width: 120px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt .h4,
    .section_awards .awards_listing .awards_boxing .awards_txt h4 {
        font-size: 20px;
        line-height: 30px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt p {
        font-size: 13px;
        line-height: 20px
    }

    .section_awards .btn_more {
        margin: 10px 0 0
    }

    .digitize_sec .digitize_img .gatsby-image-wrapper,
    .digitize_sec .digitize_img span {
        right: -50px;
        top: -110px;
        width: 55%
    }

    .improvise_section .h2,
    .improvise_section .impro_para,
    .improvise_section h2 {
        text-align: center
    }

    .improvise_section .stack_box .stack_item .stack_title {
        height: 50px;
        margin-bottom: 15px
    }

    .improvise_section .stack_box .stack_item .stack_title svg {
        height: 45px;
        margin-right: 20px;
        width: auto
    }

    .improvise_section .stack_box .stack_item .stack_title .h5,
    .improvise_section .stack_box .stack_item .stack_title .saudia_h3_head,
    .improvise_section .stack_box .stack_item .stack_title h5 {
        font-size: 16px
    }

    .improvise_section .stack_box .stack_item p {
        font-size: 12px;
        line-height: 23px
    }

    .revolutionize_section {
        padding-bottom: 50px;
        padding-top: 100px
    }

    .revolutionize_section .revolutionize_img .gatsby-image-wrapper,
    .revolutionize_section .revolutionize_img span {
        bottom: -50px;
        right: 100px;
        width: 320px
    }

    .revolutionize_section .revolution_sol_img span {
        bottom: -50px;
        width: 550px
    }

    .revolutionize_section ul {
        margin-bottom: 15px
    }

    .revolutionize_section ul li:before {
        top: 13px
    }

    .laverage_section .process_listing:before {
        height: 2px;
        left: 50%;
        top: 50px;
        width: 80%
    }

    .laverage_section .process_listing .process_item .h6,
    .laverage_section .process_listing .process_item .saudia_h4_head,
    .laverage_section .process_listing .process_item h6 {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .laverage_section .process_listing .process_item p {
        font-size: 12px;
        line-height: 18px;
        padding: 0 20px
    }

    .laverage_section .process_listing .process_item .number {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 20px
    }

    .laverage_section .process_listing .process_item .number:after {
        height: 15px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 15px
    }

    .laverage_section.laverage_mobile_app .process_listing .process_item {
        padding: 0
    }

    .laverage_section.hire_and_process .process_listing .process_item p {
        padding: 0 20px
    }

    .laverage_section.hire_and_process .process_listing .process_item .h6,
    .laverage_section.hire_and_process .process_listing .process_item h6 {
        line-height: 1.3
    }

    .laverage_section.hire_and_process .process_listing .process_item .number {
        font-size: 35px
    }

    .laverage_section.hire_and_process .process_listing .process_item .number:after {
        height: 80px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80px
    }

    .technoloy_sec .technology_main {
        margin-top: 40px
    }

    .technoloy_sec .technology_main .technology_item {
        margin-bottom: 20px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon {
        height: 70px;
        margin: 0 auto 20px;
        width: 70px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon svg {
        height: 40px;
        width: 40px
    }

    .technoloy_sec .technology_main .technology_item .h6,
    .technoloy_sec .technology_main .technology_item h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .technoloy_sec .technology_main .technology_item p {
        font-size: 12px;
        line-height: 20px;
        padding: 0 10px
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item {
        flex: 0 0 33.33%
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item .svg_icon.web_text {
        color: #06dcbf;
        font-size: 25px;
        font-weight: 600;
        line-height: 25px
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item .h6,
    .technoloy_sec .technology_main.web_purpose_text .technology_item h6 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .technoloy_sec.search-engine-query .technology_main .technology_item {
        flex: 0 0 25%
    }

    .technoloy_sec.search-engine-query .technology_main .technology_item .h6,
    .technoloy_sec.search-engine-query .technology_main .technology_item h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .singleproject {
        background: #8ec7b7;
        background: linear-gradient(90deg, #8ec7b7 65%, #fff 0)
    }

    .singleproject .img_logo {
        margin-bottom: 20px
    }

    .singleproject .img_logo img {
        height: auto;
        max-width: 160px
    }

    .singleproject a.case_btn {
        font-size: 13px;
        height: 40px;
        margin-top: 30px;
        max-width: 220px;
        padding: 0 15px
    }

    .singleproject .technology_list {
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: -50px
    }

    .singleproject .technology_list .tech_name {
        font-size: 12px;
        line-height: 15px;
        margin-left: 30px
    }

    .singleproject .technology_list .tech_name:after {
        left: -15px
    }

    .singleproject .mx-img {
        margin-top: 15px;
        min-height: 400px
    }

    .gettouch .content_form {
        margin-left: auto;
        max-width: 90%;
        padding: 0 20px
    }

    .gettouch .content_form p {
        font-size: 13px;
        line-height: 26px
    }

    .gettouch .content_form .alert-success {
        font-size: 12px;
        font-weight: 500;
        height: 35px;
        line-height: 35px;
        margin-top: 10px
    }

    .gettouch .content_form .content_form_inner .looder_img {
        height: 50px
    }

    .gettouch .content_form .content_form_inner .from_item {
        margin-bottom: 10px;
        position: relative
    }

    .gettouch .content_form .content_form_inner .from_item input {
        font-size: 14px;
        height: 45px
    }

    .gettouch .content_form .content_form_inner .from_item textarea {
        font-size: 14px;
        height: 120px
    }

    .gettouch .content_form .content_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .gettouch .content_form .content_form_inner .from_item_check label {
        color: #314252;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }

    .gettouch .content_form .content_form_inner .btn_submit {
        border-radius: 50px;
        font-size: 15px;
        height: 40px;
        margin: 30px auto 0;
        width: 70%
    }

    .gettouch .content_form.web_contact_form {
        background: #fff;
        box-shadow: 0 0 50px rgba(40, 36, 54, .05);
        max-width: 90%;
        padding: 40px 30px
    }

    .gettouch .content_form.web_contact_form .content_form_inner p {
        font-size: 12px;
        line-height: 24px;
        margin-top: 15px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item {
        margin-bottom: 15px;
        position: relative
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item input {
        font-size: 14px;
        height: 45px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item textarea {
        font-size: 14px;
        height: 120px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item_check label {
        color: #314252;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .btn_submit {
        font-size: 15px;
        height: 40px;
        margin: 30px 0;
        width: 50%
    }

    .gettouch .connect_awards_main {
        gap: 20px;
        margin-top: 20px
    }

    .gettouch .connect_awards_main .connect_item_awards .connect_awards_content .h6,
    .gettouch .connect_awards_main .connect_item_awards .connect_awards_content h6 {
        font-size: 15px;
        line-height: 25px
    }

    .gettouch .contact_info_web {
        margin-top: 30px
    }

    .gettouch .contact_info_web .contact_info_item {
        margin-bottom: 10px
    }

    .gettouch .contact_info_web .contact_info_item .contact_info_profile {
        margin-left: 10px
    }

    .gettouch .contact_info_web .contact_info_item .contact_info_profile a {
        font-size: 14px;
        line-height: 24px
    }

    .gettouch .map_loc {
        margin-top: 30px
    }

    .gettouch .map_loc iframe {
        height: 350px;
        width: 100%
    }

    .faq_loc .services_faqs {
        margin-top: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item {
        height: 80px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item .h3,
    .faq_loc .services_faqs .accordion-box .accordion-item h3 {
        font-size: 16px;
        line-height: 24px;
        padding-right: 40px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item svg {
        height: 20px;
        right: 20px;
        top: 36px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body {
        padding: 20px 0
    }

    .faq_loc .services_faqs .accordion-box .accordion-body p {
        font-size: 15px;
        line-height: 30px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul {
        margin-bottom: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 25px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li:before {
        left: 10px;
        top: 12px;
        width: 5px
    }

    .faq_loc .map_loc {
        margin-top: 60px
    }

    .faq_loc .map_loc iframe {
        height: 350px
    }

    .trusted_company .trustedimg {
        min-height: 470px
    }

    .trusted_company ul li:before {
        left: 0;
        top: 12px;
        width: 5px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .services_location_banner {
        height: 100vh
    }

    .services_location_banner .banenr_content {
        padding-right: 45px
    }

    .feature_sec {
        min-height: 100px
    }

    .feature_sec .h4,
    .feature_sec h4 {
        font-size: 20px;
        line-height: 24px
    }

    .feature_sec .carousel_featured_new {
        margin: 0
    }

    .feature_sec .carousel_featured_new ul li {
        max-width: 120px !important
    }

    .feature_sec .carousel_featured_new ul li .featured_item {
        height: 100px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:before {
        border-bottom: 1px solid transparent;
        border-left: 1px solid transparent;
        height: 1px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:after {
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
        height: 1px
    }

    .feature_sec .carousel_featured_new ul li .featured_item .featured_img svg {
        height: 40px
    }

    .common_section {
        background-position: 100% 0;
        background-size: 100% 100%;
        height: 100%
    }

    .common_section p {
        padding-right: 0
    }

    .stories_item {
        height: 350px;
        margin-top: 20px;
        padding: 20px 20px 0
    }

    .stories_item .item_logo {
        margin-bottom: 35px;
        min-height: 50px
    }

    .stories_item .item_logo img {
        height: 50px
    }

    .stories_item .item_logo ul {
        top: 10px
    }

    .stories_item .item_logo ul li {
        font-size: 10px;
        height: 20px;
        margin-left: 5px;
        padding: 0 10px
    }

    .stories_item .item_logo .item_logo.web-img img {
        height: 50px;
        width: auto
    }

    .stories_item .item_tech .tech_content {
        flex: 0 0 50%
    }

    .stories_item .item_tech .tech_content .h4,
    .stories_item .item_tech .tech_content h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .stories_item .item_tech .tech_content p {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .stories_item .item_tech .tech_content a.case_btn {
        font-size: 10px;
        height: 30px;
        max-width: 150px;
        padding: 0 15px
    }

    .stories_item .item_tech .tech_content a.case_btn svg {
        margin-left: 10px
    }

    .stories_item .item_tech .tech_img {
        right: 10px
    }

    .stories_item .item_tech .tech_img img {
        max-width: 190px
    }

    .stories_item.web-layout .item_tech .tech_content {
        flex: 0 0 55%
    }

    .stories_item.web-layout .item_tech .tech_img {
        bottom: unset;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .stories_item.web-layout .item_tech .tech_img img {
        max-width: 200px
    }

    .section_awards .start {
        margin-top: 40px
    }

    .section_awards .start svg {
        height: 22px;
        margin-bottom: 10px
    }

    .section_awards .start ul.rating {
        min-height: 20px
    }

    .section_awards .start ul.rating li {
        font-size: 15px;
        line-height: 20px;
        margin: 0 20px
    }

    .section_awards .start ul.rating li:after {
        right: -20px;
        top: 0
    }

    .section_awards .awards_listing {
        margin-top: 20px
    }

    .section_awards .awards_listing .awards_boxing {
        height: 260px;
        padding: 15px
    }

    .section_awards .awards_listing .awards_boxing .awards_logo {
        height: 100px;
        margin: 10px auto;
        width: 100px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt .h4,
    .section_awards .awards_listing .awards_boxing .awards_txt h4 {
        font-size: 16px;
        line-height: 26px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt p {
        font-size: 12px;
        line-height: 18px
    }

    .section_awards .btn_more {
        margin: 10px 0 0
    }

    .digitize_sec .digitize_img .gatsby-image-wrapper,
    .digitize_sec .digitize_img span {
        right: -50px;
        top: -30px;
        width: 55%
    }

    .improvise_section .h2,
    .improvise_section .impro_para,
    .improvise_section h2 {
        text-align: center
    }

    .improvise_section .stack_box .stack_item {
        flex: 0 0 32%;
        margin-right: 1%;
        padding: 30px 20px
    }

    .improvise_section .stack_box .stack_item .stack_title {
        align-items: center;
        height: 50px;
        margin-bottom: 15px
    }

    .improvise_section .stack_box .stack_item .stack_title svg {
        height: 45px;
        margin-right: 20px;
        width: auto
    }

    .improvise_section .stack_box .stack_item .stack_title .h5,
    .improvise_section .stack_box .stack_item .stack_title h5 {
        font-size: 16px
    }

    .improvise_section .stack_box .stack_item .stack_title .saudia_h3_head {
        font-size: 16px;
        margin-bottom: 0
    }

    .improvise_section .stack_box .stack_item p {
        font-size: 12px;
        line-height: 18px
    }

    .revolutionize_section {
        padding-bottom: 30px;
        padding-top: 50px
    }

    .revolutionize_section .revolutionize_img .gatsby-image-wrapper,
    .revolutionize_section .revolutionize_img span {
        bottom: -30px;
        right: 50px;
        width: 300px
    }

    .revolutionize_section .revolution_sol_img span {
        bottom: -30px;
        width: 450px
    }

    .revolutionize_section ul {
        margin-bottom: 20px
    }

    .revolutionize_section ul li:before {
        top: 11px
    }

    .laverage_section .process_listing:before {
        height: 2px;
        left: 50%;
        top: 40px;
        width: 80%
    }

    .laverage_section .process_listing .process_item .h6,
    .laverage_section .process_listing .process_item .saudia_h4_head,
    .laverage_section .process_listing .process_item h6 {
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .laverage_section .process_listing .process_item p {
        font-size: 11px;
        line-height: 19px;
        padding: 0 10px
    }

    .laverage_section .process_listing .process_item .number {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 10px
    }

    .laverage_section .process_listing .process_item .number:after {
        height: 13px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 13px
    }

    .laverage_section.laverage_mobile_app .process_listing .process_item {
        padding: 0
    }

    .laverage_section.hire_and_process .process_listing .process_item p {
        padding: 0 10px
    }

    .laverage_section.hire_and_process .process_listing .process_item .h6,
    .laverage_section.hire_and_process .process_listing .process_item h6 {
        line-height: 1.3
    }

    .laverage_section.hire_and_process .process_listing .process_item .number {
        font-size: 30px
    }

    .laverage_section.hire_and_process .process_listing .process_item .number:after {
        height: 70px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 70px
    }

    .technoloy_sec .technology_main {
        margin-top: 40px
    }

    .technoloy_sec .technology_main .technology_item {
        margin-bottom: 20px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon {
        height: 60px;
        margin: 0 auto 20px;
        width: 60px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon svg {
        height: 35px;
        width: 35px
    }

    .technoloy_sec .technology_main .technology_item .h6,
    .technoloy_sec .technology_main .technology_item h6 {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 20px;
        padding: 0 20px
    }

    .technoloy_sec .technology_main .technology_item p {
        font-size: 11px;
        line-height: 18px;
        padding: 0 20px
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item {
        flex: 0 0 33.33%
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item .svg_icon.web_text {
        font-size: 25px;
        line-height: 25px
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item .h6,
    .technoloy_sec .technology_main.web_purpose_text .technology_item h6 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .technoloy_sec.search-engine-query .technology_main .technology_item {
        flex: 0 0 25%
    }

    .technoloy_sec.search-engine-query .technology_main .technology_item .h6,
    .technoloy_sec.search-engine-query .technology_main .technology_item h6 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 20px
    }

    .singleproject {
        background: #8ec7b7;
        background: linear-gradient(90deg, #8ec7b7 65%, #fff 0)
    }

    .singleproject .img_logo {
        margin-bottom: 20px
    }

    .singleproject .img_logo img {
        height: auto;
        max-width: 160px
    }

    .singleproject a.case_btn {
        font-size: 13px;
        height: 40px;
        margin-top: 30px;
        max-width: 220px;
        padding: 0 15px
    }

    .singleproject .technology_list {
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        top: 0
    }

    .singleproject .technology_list .tech_name {
        font-size: 12px;
        line-height: 15px;
        margin-left: 30px
    }

    .singleproject .technology_list .tech_name:after {
        left: -15px
    }

    .singleproject .mx-img {
        min-height: 300px
    }

    .gettouch .content_form {
        margin-left: auto;
        max-width: 90%;
        padding: 0 20px
    }

    .gettouch .content_form .alert-success {
        font-size: 12px;
        font-weight: 500;
        height: 35px;
        line-height: 35px;
        margin-top: 10px
    }

    .gettouch .content_form .content_form_inner .looder_img {
        height: 50px
    }

    .gettouch .content_form .content_form_inner .from_item {
        margin-bottom: 10px;
        position: relative
    }

    .gettouch .content_form .content_form_inner .from_item input {
        font-size: 12px;
        height: 40px
    }

    .gettouch .content_form .content_form_inner .from_item textarea {
        font-size: 12px;
        height: 100px
    }

    .gettouch .content_form .content_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .gettouch .content_form .content_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 20px
    }

    .gettouch .content_form .content_form_inner .btn_submit {
        border-radius: 50px;
        font-size: 14px;
        height: 40px;
        margin: 20px auto 0
    }

    .gettouch .content_form.web_contact_form {
        background: #fff;
        box-shadow: 0 0 50px rgba(40, 36, 54, .05);
        max-width: 100%;
        padding: 35px 30px
    }

    .gettouch .content_form.web_contact_form .content_form_inner p {
        font-size: 12px;
        line-height: 24px;
        margin-top: 15px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item {
        margin-bottom: 15px;
        position: relative
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item input {
        font-size: 12px;
        height: 40px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item textarea {
        font-size: 12px;
        height: 100px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 20px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .btn_submit {
        font-size: 14px;
        height: 40px;
        margin: 20px auto 0;
        width: 50%
    }

    .faq_loc .services_faqs {
        margin-top: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item {
        height: 80px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item .h3,
    .faq_loc .services_faqs .accordion-box .accordion-item h3 {
        font-size: 14px;
        line-height: 30px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item svg {
        height: 20px;
        right: 20px;
        top: 36px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body {
        padding: 20px 0
    }

    .faq_loc .services_faqs .accordion-box .accordion-body p {
        font-size: 13px;
        line-height: 26px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul {
        margin-bottom: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li {
        font-size: 13px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li:before {
        left: 10px;
        top: 11px;
        width: 5px
    }

    .faq_loc .map_loc {
        margin-top: 60px
    }

    .faq_loc .map_loc iframe {
        height: 300px
    }

    .trusted_company .trustedimg {
        min-height: 370px
    }

    .trusted_company ul li:before {
        left: 0;
        top: 12px;
        width: 5px
    }

    .gettouch .content_form p {
        font-size: 12px;
        line-height: 24px
    }

    .gettouch .content_form .content_form_inner .btn_submit {
        font-size: 18px;
        height: 50px;
        line-height: normal;
        width: 70%
    }

    .gettouch .connect_awards_main {
        gap: 5px;
        margin-top: 20px
    }

    .gettouch .connect_awards_main .connect_item_awards .connect_awards_content .h6,
    .gettouch .connect_awards_main .connect_item_awards .connect_awards_content h6 {
        font-size: 13px;
        line-height: 23px
    }

    .gettouch .contact_info_web {
        margin-top: 30px
    }

    .gettouch .contact_info_web .contact_info_item {
        margin-bottom: 10px
    }

    .gettouch .contact_info_web .contact_info_item .contact_info_profile {
        margin-left: 10px
    }

    .gettouch .contact_info_web .contact_info_item .contact_info_profile a {
        font-size: 13px;
        line-height: 23px
    }

    .gettouch .map_loc {
        margin-top: 30px
    }

    .gettouch .map_loc iframe {
        height: 350px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .services_location_banner {
        height: 80vh
    }

    .services_location_banner .banenr_content {
        padding-right: 45px
    }

    .feature_sec {
        min-height: 100px
    }

    .feature_sec .h4,
    .feature_sec h4 {
        font-size: 20px;
        line-height: 26px
    }

    .feature_sec .carousel_featured_new {
        margin: 0
    }

    .feature_sec .carousel_featured_new ul li {
        max-width: 120px !important
    }

    .feature_sec .carousel_featured_new ul li .featured_item {
        height: 100px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:before {
        border-bottom: 1px solid transparent;
        border-left: 1px solid transparent;
        height: 1px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:after {
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
        height: 1px
    }

    .feature_sec .carousel_featured_new ul li .featured_item .featured_img svg {
        height: 40px
    }

    .common_section {
        background-image: none !important;
        background-position: 50% 100%;
        height: 100%
    }

    .common_section p {
        padding-right: 0
    }

    .stories_item {
        height: 380px;
        margin-top: 20px;
        padding: 20px 20px 0
    }

    .stories_item .item_logo {
        margin-bottom: 35px;
        min-height: 50px
    }

    .stories_item .item_logo img {
        height: 50px
    }

    .stories_item .item_logo ul {
        top: 10px
    }

    .stories_item .item_logo ul li {
        font-size: 12px;
        height: 25px;
        margin-left: 5px;
        padding: 0 10px
    }

    .stories_item .item_tech .tech_content {
        flex: 0 0 55%
    }

    .stories_item .item_tech .tech_content .h4,
    .stories_item .item_tech .tech_content h4 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px
    }

    .stories_item .item_tech .tech_content p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .stories_item .item_tech .tech_content a.case_btn {
        font-size: 10px;
        height: 30px;
        max-width: 150px;
        padding: 0 15px
    }

    .stories_item .item_tech .tech_content a.case_btn svg {
        margin-left: 10px
    }

    .stories_item .item_tech .tech_img {
        bottom: 0;
        flex: 0 0 50%;
        right: 30px
    }

    .stories_item .item_tech .tech_img img {
        margin-right: 0;
        max-width: 200px
    }

    .stories_item.web-layout .item_tech .tech_img img {
        max-width: 300px
    }

    .section_awards .start {
        margin-top: 20px
    }

    .section_awards .start svg {
        height: 22px;
        margin-bottom: 10px
    }

    .section_awards .start ul.rating {
        min-height: 20px
    }

    .section_awards .start ul.rating li {
        font-size: 14px;
        line-height: 20px;
        margin: 0 20px
    }

    .section_awards .start ul.rating li:after {
        right: -20px;
        top: 0
    }

    .section_awards .awards_listing {
        margin-top: 20px
    }

    .section_awards .awards_listing .awards_boxing {
        height: 260px;
        padding: 20px 10px
    }

    .section_awards .awards_listing .awards_boxing .awards_logo {
        height: 80px;
        margin: 10px auto;
        width: 80px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt .h4,
    .section_awards .awards_listing .awards_boxing .awards_txt h4 {
        font-size: 16px;
        line-height: 24px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt p {
        font-size: 12px;
        line-height: 18px
    }

    .section_awards .btn_more {
        margin: 30px 0 0
    }

    .digitize_sec .digitize_img .gatsby-image-wrapper,
    .digitize_sec .digitize_img span {
        right: 0;
        top: 20px;
        width: 50%
    }

    .improvise_section .stack_box .stack_item {
        flex: 0 0 48%;
        margin-right: 1%;
        padding: 30px 40px
    }

    .improvise_section .stack_box .stack_item .stack_title {
        height: 50px;
        margin-bottom: 15px
    }

    .improvise_section .stack_box .stack_item .stack_title svg {
        height: 45px;
        margin-right: 20px;
        width: auto
    }

    .improvise_section .stack_box .stack_item .stack_title .h5,
    .improvise_section .stack_box .stack_item .stack_title h5 {
        font-size: 16px
    }

    .improvise_section .stack_box .stack_item p {
        font-size: 12px;
        line-height: 18px
    }

    .revolutionize_section {
        padding-bottom: 30px;
        padding-top: 50px
    }

    .revolutionize_section .revolutionize_img .gatsby-image-wrapper,
    .revolutionize_section .revolutionize_img span {
        bottom: -30px;
        right: 20px;
        width: 300px
    }

    .revolutionize_section .revolution_sol_img span {
        bottom: -30px;
        width: 350px
    }

    .revolutionize_section ul {
        margin-bottom: 20px
    }

    .revolutionize_section ul li:before {
        top: 11px
    }

    .laverage_section .process_listing:before {
        height: 2px;
        left: 50%;
        top: 30px;
        width: 80%
    }

    .laverage_section .process_listing .process_item .h6,
    .laverage_section .process_listing .process_item .saudia_h4_head,
    .laverage_section .process_listing .process_item h6 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        padding: 0 30px
    }

    .laverage_section .process_listing .process_item p {
        font-size: 12px;
        line-height: 18px;
        padding: 0 6px
    }

    .laverage_section .process_listing .process_item .number {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px
    }

    .laverage_section .process_listing .process_item .number:after {
        height: 12px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 12px
    }

    .laverage_section.laverage_mobile_app .process_listing .process_item {
        padding: 0
    }

    .laverage_section.hire_and_process .process_listing .process_item p {
        font-size: 11px;
        line-height: 17px;
        padding: 0 10px
    }

    .laverage_section.hire_and_process .process_listing .process_item .h6,
    .laverage_section.hire_and_process .process_listing .process_item h6 {
        font-size: 12px;
        line-height: 1.2;
        padding: 0
    }

    .laverage_section.hire_and_process .process_listing .process_item .number {
        font-size: 30px
    }

    .laverage_section.hire_and_process .process_listing .process_item .number:after {
        height: 70px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 70px
    }

    .technoloy_sec .technology_main {
        flex-wrap: wrap;
        margin-top: 40px
    }

    .technoloy_sec .technology_main .technology_item {
        flex: 0 0 45%;
        margin-bottom: 20px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon {
        height: 60px;
        margin: 0 auto 20px;
        width: 60px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon svg {
        height: 30px;
        width: 30px
    }

    .technoloy_sec .technology_main .technology_item .h6,
    .technoloy_sec .technology_main .technology_item h6 {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 15px;
        padding: 0 20px
    }

    .technoloy_sec .technology_main .technology_item p {
        font-size: 11px;
        line-height: 18px;
        padding: 0 15px
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item {
        flex: 0 0 33.33%
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item .svg_icon.web_text {
        font-size: 22px;
        line-height: 32px
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item .h6,
    .technoloy_sec .technology_main.web_purpose_text .technology_item h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .technoloy_sec.search-engine-query .technology_main .technology_item {
        flex: 0 0 50%
    }

    .technoloy_sec.search-engine-query .technology_main .technology_item:last-child,
    .technoloy_sec.search-engine-query .technology_main .technology_item:nth-child(2) {
        border-right: none
    }

    .technoloy_sec.search-engine-query .technology_main .technology_item .h6,
    .technoloy_sec.search-engine-query .technology_main .technology_item h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .singleproject {
        background: #8ec7b7;
        background: linear-gradient(90deg, #8ec7b7 65%, #fff 0)
    }

    .singleproject .img_logo {
        margin-bottom: 20px
    }

    .singleproject .img_logo img {
        height: auto;
        max-width: 160px
    }

    .singleproject a.case_btn {
        font-size: 13px;
        height: 40px;
        margin-top: 30px;
        max-width: 220px;
        padding: 0 15px
    }

    .singleproject .technology_list {
        margin-bottom: 0;
        position: absolute;
        right: 10px;
        top: 0
    }

    .singleproject .technology_list .tech_name {
        font-size: 12px;
        line-height: 15px;
        margin-left: 30px
    }

    .singleproject .technology_list .tech_name:after {
        left: -15px
    }

    .singleproject .mx-img {
        min-height: auto
    }

    .content_form {
        margin-left: auto;
        max-width: 90%;
        padding: 0 20px
    }

    .content_form p {
        font-size: 12px;
        line-height: 24px
    }

    .content_form .alert-success {
        font-size: 12px;
        font-weight: 500;
        height: 35px;
        line-height: 35px;
        margin-top: 10px
    }

    .content_form .content_form_inner .looder_img {
        height: 50px
    }

    .content_form .content_form_inner .from_item {
        margin-bottom: 10px;
        position: relative
    }

    .content_form .content_form_inner .from_item input {
        font-size: 12px;
        height: 40px
    }

    .content_form .content_form_inner .from_item textarea {
        font-size: 12px;
        height: 100px
    }

    .content_form .content_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .content_form .content_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 20px
    }

    .content_form .content_form_inner .btn_submit {
        border-radius: 50px;
        font-size: 14px;
        height: 40px;
        margin: 20px auto 0;
        width: 70%
    }

    .faq_loc .services_faqs {
        margin-top: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item .h3,
    .faq_loc .services_faqs .accordion-box .accordion-item h3 {
        font-size: 14px;
        line-height: 30px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item svg {
        height: 20px;
        right: 20px;
        top: 33px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body {
        padding: 20px 0
    }

    .faq_loc .services_faqs .accordion-box .accordion-body p {
        font-size: 13px;
        line-height: 26px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li {
        font-size: 13px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li:before {
        left: 10px;
        top: 10px;
        width: 5px
    }

    .faq_loc .map_loc {
        margin-top: 40px
    }

    .faq_loc .map_loc iframe {
        height: 300px
    }

    .singleproject .mx-img img {
        margin-left: -20px;
        max-width: 370px
    }

    .trusted_company .trustedimg {
        min-height: 290px;
        text-align: center
    }

    .trusted_company .trustedimg img {
        margin: auto;
        max-width: 300px
    }

    .trusted_company ul li:before {
        left: 0;
        top: 12px;
        width: 5px
    }

    .improvise_section .h2,
    .improvise_section .impro_para,
    .improvise_section h2 {
        text-align: center
    }

    .gettouch .content_form p {
        font-size: 12px;
        line-height: 24px
    }

    .gettouch .content_form .content_form_inner .btn_submit {
        font-size: 17px;
        height: 50px;
        line-height: normal;
        width: 70%
    }

    .gettouch .content_form.web_contact_form {
        background: #fff;
        box-shadow: 0 0 50px rgba(40, 36, 54, .05);
        max-width: 100%;
        padding: 35px 30px
    }

    .gettouch .content_form.web_contact_form .content_form_inner p {
        font-size: 11px;
        line-height: 22px;
        margin-top: 15px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item {
        margin-bottom: 15px;
        position: relative
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item input {
        font-size: 12px;
        height: 40px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item textarea {
        font-size: 12px;
        height: 100px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 20px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .btn_submit {
        font-size: 14px;
        height: 40px;
        margin: 20px auto 0;
        width: 50%
    }

    .gettouch .connect_awards_main {
        gap: 5px;
        margin-top: 20px
    }

    .gettouch .connect_awards_main .connect_item_awards .connect_awards_content .h6,
    .gettouch .connect_awards_main .connect_item_awards .connect_awards_content h6 {
        font-size: 11px;
        line-height: 21px
    }

    .gettouch .contact_info_web {
        margin-top: 30px
    }

    .gettouch .contact_info_web .contact_info_item {
        margin-bottom: 10px
    }

    .gettouch .contact_info_web .contact_info_item .contact_info_profile {
        margin-left: 10px
    }

    .gettouch .contact_info_web .contact_info_item .contact_info_profile a {
        font-size: 11px;
        line-height: 21px
    }

    .gettouch .map_loc {
        margin-top: 30px
    }

    .gettouch .map_loc iframe {
        height: 300px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .services_location_banner {
        height: 100%
    }

    .services_location_banner .banenr_content {
        padding-right: 0;
        padding-top: 100px
    }

    .feature_sec {
        min-height: 100px
    }

    .feature_sec .h4,
    .feature_sec h4 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 30px
    }

    .feature_sec .carousel_featured_new {
        margin: 0
    }

    .feature_sec .carousel_featured_new ul li {
        max-width: 120px !important
    }

    .feature_sec .carousel_featured_new ul li .featured_item {
        height: 100px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:before {
        border-bottom: 1px solid transparent;
        border-left: 1px solid transparent;
        height: 1px
    }

    .feature_sec .carousel_featured_new ul li .featured_item:after {
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
        height: 1px
    }

    .feature_sec .carousel_featured_new ul li .featured_item .featured_img svg {
        height: 40px
    }

    .common_section {
        background-image: none !important;
        height: 100%
    }

    .common_section p {
        padding-right: 0
    }

    .common_section .border_btn.dark_btn {
        background: #06dcbf
    }

    .stories_item {
        height: auto;
        margin-top: 20px;
        padding: 20px 20px 0
    }

    .stories_item .item_logo {
        margin-bottom: 35px;
        min-height: 50px
    }

    .stories_item .item_logo img {
        height: 50px
    }

    .stories_item .item_logo ul {
        top: 10px
    }

    .stories_item .item_logo ul li {
        font-size: 12px;
        height: 25px;
        margin-left: 5px;
        padding: 0 10px
    }

    .stories_item .item_tech {
        flex-wrap: wrap
    }

    .stories_item .item_tech .tech_content {
        flex: 0 0 100%
    }

    .stories_item .item_tech .tech_content .h4,
    .stories_item .item_tech .tech_content h4 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px
    }

    .stories_item .item_tech .tech_content p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .stories_item .item_tech .tech_content a.case_btn {
        font-size: 10px;
        height: 30px;
        margin-bottom: 20px;
        max-width: 150px;
        padding: 0 15px
    }

    .stories_item .item_tech .tech_content a.case_btn svg {
        margin-left: 10px
    }

    .stories_item .item_tech .tech_img {
        flex: 0 0 100%;
        justify-content: center;
        position: unset
    }

    .stories_item .item_tech .tech_img img {
        margin-right: 0;
        max-width: 200px
    }

    .stories_item.web-layout .item_logo {
        margin-bottom: 20px;
        min-height: 35px
    }

    .stories_item.web-layout .item_logo.web-img img {
        height: auto;
        width: 130px
    }

    .stories_item.web-layout .item_tech .tech_content {
        flex: 0 0 100%
    }

    .stories_item.web-layout .item_tech .tech_img {
        bottom: 50px;
        transform: none
    }

    .stories_item.web-layout .item_tech .tech_img img {
        max-width: 100%
    }

    .section_awards .start {
        margin-top: 20px
    }

    .section_awards .start svg {
        height: 22px;
        margin-bottom: 10px
    }

    .section_awards .start ul.rating {
        min-height: 20px
    }

    .section_awards .start ul.rating li {
        font-size: 14px;
        line-height: 20px;
        margin: 0 20px
    }

    .section_awards .start ul.rating li:after {
        right: -20px;
        top: 0
    }

    .section_awards .awards_listing {
        margin-top: 20px
    }

    .section_awards .awards_listing .awards_boxing {
        border: 1px solid #d3d3d3 !important;
        flex: 0 0 100%;
        height: 260px;
        margin-bottom: 10px;
        padding: 20px 10px
    }

    .section_awards .awards_listing .awards_boxing .awards_logo {
        height: 80px;
        margin: 10px auto;
        width: 80px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt .h4,
    .section_awards .awards_listing .awards_boxing .awards_txt h4 {
        font-size: 16px;
        line-height: 24px
    }

    .section_awards .awards_listing .awards_boxing .awards_txt p {
        font-size: 12px;
        line-height: 18px
    }

    .section_awards .btn_more {
        margin: 30px 0 0
    }

    .digitize_sec .digitize_img {
        margin-top: 30px
    }

    .digitize_sec .digitize_img .gatsby-image-wrapper,
    .digitize_sec .digitize_img span {
        position: unset;
        right: -20px;
        top: 20px;
        width: 100%
    }

    .improvise_section .stack_box .stack_item {
        flex: 0 0 100%;
        margin-bottom: 20px;
        margin-right: 0;
        padding: 30px
    }

    .improvise_section .stack_box .stack_item .stack_title {
        align-items: center;
        height: 50px;
        margin-bottom: 15px
    }

    .improvise_section .stack_box .stack_item .stack_title svg {
        height: 45px;
        margin-right: 20px;
        width: auto
    }

    .improvise_section .stack_box .stack_item .stack_title .h5,
    .improvise_section .stack_box .stack_item .stack_title h5 {
        font-size: 16px
    }

    .improvise_section .stack_box .stack_item .stack_title .saudia_h3_head {
        font-size: 16px;
        margin-bottom: 0
    }

    .improvise_section .stack_box .stack_item p {
        font-size: 12px;
        line-height: 18px
    }

    .revolutionize_section {
        padding-bottom: 0;
        padding-top: 50px
    }

    .revolutionize_section .revolutionize_img .gatsby-image-wrapper,
    .revolutionize_section .revolutionize_img span {
        position: unset;
        width: 100%
    }

    .revolutionize_section .revolutionize_img img {
        display: block;
        height: 330px;
        margin: 30px auto 0;
        text-align: center
    }

    .revolutionize_section .revolution_sol_img span {
        position: unset;
        width: 100%
    }

    .revolutionize_section .revolution_sol_img img {
        display: block;
        height: unset;
        margin: 30px auto 0;
        text-align: center
    }

    .revolutionize_section ul {
        margin-bottom: 20px
    }

    .revolutionize_section ul li:before {
        top: 10px
    }

    .laverage_section .process_listing {
        flex-wrap: wrap;
        justify-content: center
    }

    .laverage_section .process_listing:before {
        display: none
    }

    .laverage_section .process_listing .process_item .h6,
    .laverage_section .process_listing .process_item .saudia_h4_head,
    .laverage_section .process_listing .process_item h6 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        padding: 0 30px
    }

    .laverage_section .process_listing .process_item p {
        font-size: 12px;
        line-height: 18px;
        padding: 0 6px
    }

    .laverage_section .process_listing .process_item .number {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px
    }

    .laverage_section .process_listing .process_item .number:after {
        height: 12px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 12px
    }

    .laverage_section.hire_and_process .process_listing .process_item .h6,
    .laverage_section.hire_and_process .process_listing .process_item h6,
    .laverage_section.hire_and_process .process_listing .process_item p,
    .laverage_section.laverage_mobile_app .process_listing .process_item {
        padding: 0
    }

    .laverage_section.hire_and_process .process_listing .process_item .number {
        font-size: 30px;
        margin-bottom: 20px
    }

    .laverage_section.hire_and_process .process_listing .process_item .number:after {
        height: 70px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 70px
    }

    .technoloy_sec .technology_main {
        flex-wrap: wrap;
        margin-top: 40px
    }

    .technoloy_sec .technology_main .technology_item {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon {
        height: 60px;
        margin: 0 auto 20px;
        width: 60px
    }

    .technoloy_sec .technology_main .technology_item .svg_icon svg {
        height: 30px;
        width: 30px
    }

    .technoloy_sec .technology_main .technology_item .h6,
    .technoloy_sec .technology_main .technology_item h6 {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 15px;
        padding: 0 20px
    }

    .technoloy_sec .technology_main .technology_item p {
        font-size: 11px;
        line-height: 18px;
        padding: 0 15px
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item {
        flex: 0 0 100%
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item .svg_icon.web_text {
        font-size: 22px;
        line-height: 32px
    }

    .technoloy_sec .technology_main.web_purpose_text .technology_item .h6,
    .technoloy_sec .technology_main.web_purpose_text .technology_item h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .technoloy_sec.digital_why_choose .technology_main .technology_item {
        border-bottom: 1px solid #ececec;
        border-right: none
    }

    .technoloy_sec.digital_why_choose .technology_main .technology_item .h6,
    .technoloy_sec.digital_why_choose .technology_main .technology_item h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .technoloy_sec.digital_why_choose .technology_main .technology_item .h6 br,
    .technoloy_sec.digital_why_choose .technology_main .technology_item h6 br {
        display: none
    }

    .technoloy_sec.digital_why_choose .technology_main .technology_item:last-child {
        border-bottom: none;
        border-right: none
    }

    .technoloy_sec.search-engine-query .technology_main .technology_item {
        border-right: none;
        flex: 0 0 100%
    }

    .technoloy_sec.search-engine-query .technology_main .technology_item .h6,
    .technoloy_sec.search-engine-query .technology_main .technology_item h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .singleproject {
        background: #8ec7b7;
        background: linear-gradient(90deg, #8ec7b7 65%, #fff 0)
    }

    .singleproject .img_logo {
        margin-bottom: 20px
    }

    .singleproject .img_logo img {
        height: auto;
        max-width: 160px
    }

    .singleproject a.case_btn {
        font-size: 13px;
        height: 40px;
        margin-top: 30px;
        max-width: 220px;
        padding: 0 15px
    }

    .singleproject .technology_list {
        margin-bottom: 40px
    }

    .singleproject .technology_list .tech_name {
        font-size: 12px;
        line-height: 15px;
        margin-left: 30px
    }

    .singleproject .technology_list .tech_name:after {
        left: -15px
    }

    .gettouch .content_form {
        margin-left: auto;
        padding: 0 20px
    }

    .gettouch .content_form p {
        font-size: 11px;
        line-height: 22px
    }

    .gettouch .content_form .alert-success {
        font-size: 12px;
        font-weight: 500;
        height: 35px;
        line-height: 35px;
        margin-top: 10px
    }

    .gettouch .content_form .content_form_inner .looder_img {
        height: 50px
    }

    .gettouch .content_form .content_form_inner .from_item {
        margin-bottom: 10px;
        position: relative
    }

    .gettouch .content_form .content_form_inner .from_item input {
        font-size: 12px;
        height: 40px
    }

    .gettouch .content_form .content_form_inner .from_item textarea {
        font-size: 12px;
        height: 100px
    }

    .gettouch .content_form .content_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .gettouch .content_form .content_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 20px
    }

    .gettouch .content_form .content_form_inner .btn_submit {
        border-radius: 50px;
        font-size: 14px;
        height: 40px;
        margin: 20px auto 0;
        width: 70%
    }

    .gettouch .content_form.web_contact_form {
        margin-top: 20px;
        padding: 30px 20px
    }

    .gettouch .content_form.web_contact_form .content_form_inner p {
        font-size: 11px;
        line-height: 21px;
        margin-top: 15px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item {
        margin-bottom: 15px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item input {
        font-size: 12px;
        height: 40px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item textarea {
        font-size: 12px;
        height: 100px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item_check {
        margin-bottom: 15px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .from_item_check label {
        font-size: 12px;
        line-height: 20px
    }

    .gettouch .content_form.web_contact_form .content_form_inner .btn_submit {
        display: block;
        font-size: 16px;
        height: 45px;
        margin: 30px auto 0;
        width: 60%
    }

    .faq_loc .services_faqs {
        margin-top: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item {
        height: 70px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item .h3,
    .faq_loc .services_faqs .accordion-box .accordion-item h3 {
        font-size: 12px;
        line-height: 22px;
        padding-right: 15px
    }

    .faq_loc .services_faqs .accordion-box .accordion-item svg {
        height: 15px;
        right: 5px;
        top: 30px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body {
        padding: 20px 0 10px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body p {
        font-size: 12px;
        line-height: 24px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul {
        margin-bottom: 10px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li {
        font-size: 12px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .faq_loc .services_faqs .accordion-box .accordion-body ul li:before {
        top: 12px
    }

    .faq_loc.home .services_faqs .accordion-box .accordion-body tbody,
    .faq_loc.home .services_faqs .accordion-box .accordion-body td,
    .faq_loc.home .services_faqs .accordion-box .accordion-body tfoot,
    .faq_loc.home .services_faqs .accordion-box .accordion-body th,
    .faq_loc.home .services_faqs .accordion-box .accordion-body thead,
    .faq_loc.home .services_faqs .accordion-box .accordion-body tr {
        border: 1px solid #314252;
        font-size: 14px;
        padding: 10px 15px !important
    }

    .faq_loc.home .services_faqs .accordion-box .accordion-body .faq_list ul li {
        flex: 0 0 100%
    }

    .faq_loc .map_loc {
        margin-top: 30px
    }

    .faq_loc .map_loc iframe {
        height: 300px
    }

    .singleproject {
        background: linear-gradient(180deg, #8ec7b7 60%, #fff 0)
    }

    .singleproject .technology_list {
        margin-bottom: 50px;
        margin-top: 50px;
        position: relative;
        top: 0
    }

    .singleproject .mx-img {
        min-height: auto
    }

    .singleproject .mx-img img {
        margin-left: 0;
        max-width: 100%
    }

    .trusted_company .trustedimg {
        margin-top: 30px;
        min-height: auto;
        text-align: center
    }

    .trusted_company .trustedimg img {
        margin: auto;
        max-width: 300px
    }

    .trusted_company ul {
        margin-bottom: 20px
    }

    .trusted_company ul li:before {
        left: 0;
        top: 12px;
        width: 5px
    }

    .improvise_section .h2,
    .improvise_section .impro_para,
    .improvise_section h2 {
        text-align: center
    }

    .gettouch .content_form {
        max-width: 100%
    }

    .gettouch .content_form .content_form_inner .btn_submit {
        font-size: 18px;
        height: 60px;
        line-height: normal;
        width: 80%
    }

    .gettouch .connect_awards_main {
        display: block;
        gap: 0;
        margin-top: 20px
    }

    .gettouch .connect_awards_main .connect_item_awards {
        margin-bottom: 10px
    }

    .gettouch .connect_awards_main .connect_item_awards .connect_awards_content .h6,
    .gettouch .connect_awards_main .connect_item_awards .connect_awards_content h6 {
        font-size: 14px;
        line-height: 24px
    }

    .gettouch .contact_info_web {
        margin-top: 20px
    }

    .gettouch .contact_info_web .contact_info_item {
        margin-bottom: 10px
    }

    .gettouch .contact_info_web .contact_info_item .contact_info_profile {
        margin-left: 10px
    }

    .gettouch .contact_info_web .contact_info_item .contact_info_profile a {
        font-size: 13px;
        line-height: 23px
    }

    .gettouch .map_loc {
        margin-top: 30px
    }

    .gettouch .map_loc iframe {
        height: 300px
    }
}

.technology_creation .carousel_solution .featured_item {
    margin: 50px 10px 0 0
}

.technology_creation .carousel_solution .featured_item .creation_box {
    background-color: #f6f6f6;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .02);
    height: 420px;
    padding: 40px 20px;
    transition: .2s ease-in-out
}

.technology_creation .carousel_solution .featured_item .creation_box .creation_content {
    margin-top: 20px
}

.technology_creation .carousel_solution .featured_item .creation_box .creation_content p {
    color: #898989
}

.technology_creation .carousel_solution .featured_item .creation_box:hover {
    background-color: #06dcbf
}

.technology_creation .carousel_solution .featured_item .creation_box:hover .creation_content .h5,
.technology_creation .carousel_solution .featured_item .creation_box:hover .creation_content h5,
.technology_creation .carousel_solution .featured_item .creation_box:hover .creation_content p {
    color: #fff
}

.technology_creation .carousel_solution .featured_item .creation_box:hover .creation_img svg path {
    fill: #fff
}

.technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box {
    background-color: hsla(0, 0%, 96%, .1)
}

.technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content {
    margin-top: 20px
}

.technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content p {
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

.technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box:hover {
    background-color: #06dcbf
}

.technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box:hover .creation_content .h5,
.technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box:hover .creation_content h5,
.technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box:hover .creation_content p {
    color: #fff
}

.technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box:hover .creation_img svg path {
    fill: #fff
}

.robust_solution .h2,
.robust_solution h2 {
    margin-bottom: 80px
}

.robust_solution .robust_sol_main {
    background-color: #f6f6f6;
    height: 244px;
    margin-top: 20px;
    padding: 50px 30px 0;
    transition: .2s ease-in-out
}

.robust_solution .robust_sol_main .robust_sol_box {
    align-items: center;
    display: flex
}

.robust_solution .robust_sol_main .robust_sol_box .robust_sol_head {
    padding-left: 20px
}

.robust_solution .robust_sol_main .robust_sol_box .robust_sol_head .h5,
.robust_solution .robust_sol_main .robust_sol_box .robust_sol_head h5 {
    margin-bottom: 0
}

.robust_solution .robust_sol_main .robust_sol_content {
    margin-top: 20px
}

.robust_solution .robust_sol_main .robust_sol_content p {
    color: #898989;
    font-size: 16px;
    line-height: 25px
}

.robust_solution .robust_sol_main:hover {
    background-color: #06dcbf
}

.robust_solution .robust_sol_main:hover .robust_sol_box .robust_sol_head .h5,
.robust_solution .robust_sol_main:hover .robust_sol_box .robust_sol_head h5,
.robust_solution .robust_sol_main:hover .robust_sol_content p {
    color: #fff
}

.robust_solution .robust_sol_main:hover .robust_sol_img svg path {
    fill: #fff
}

.spending a.border_btn {
    background: transparent
}

.spending a.border_btn:hover {
    background: #06dcbf;
    color: #fff
}

.streaming_app a.border_btn {
    background: transparent
}

.streaming_app a.border_btn:hover {
    background: #06dcbf;
    color: #fff
}

.smartphone a.border_btn {
    background: transparent
}

.smartphone a.border_btn:hover {
    background: #06dcbf;
    color: #fff
}

.list_service_app .h2,
.list_service_app h2,
.list_service_app p {
    color: #fff
}

.list_service_app ul {
    margin-bottom: 20px
}

.list_service_app ul li {
    color: #fff
}

.list_service_app a.border_btn:hover {
    background: #fff;
    color: #06dcbf
}

.list_service_app img {
    text-align: center
}

.list_service_app.list_real a.border_btn {
    background: #06dcbf;
    color: #fff
}

.case_beach {
    background: #d7faff
}

.case_beach .h2,
.case_beach h2 {
    color: #1997a9;
    margin-bottom: 20px
}

.case_beach a.border_btn,
.case_beach a.border_btn:hover {
    background: #06dcbf;
    color: #fff
}

.case_beach .case_beach_logo {
    margin-bottom: 30px
}

.case_beach .case_beach_mob span {
    bottom: -110px;
    position: absolute
}

.case_beach .case_beach_mob img {
    height: 600px;
    width: auto
}

.case_beach.ozcase {
    background: #1e212a
}

.case_beach.ozcase .h2,
.case_beach.ozcase h2,
.case_beach.ozcase p {
    color: #fff
}

.trusted_company.trust_on_demand .h2,
.trusted_company.trust_on_demand h2 {
    margin-bottom: 20px
}

.laverage_ecommerce_app .process_listing .process_item {
    margin: 0 25px 0 0
}

.consider_usa.consider_automative {
    background: #314252
}

.consider_usa.consider_automative .h2,
.consider_usa.consider_automative h2 {
    color: #fff
}

.consider_usa.consider_automative a.border_btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.consider_usa.consider_automative a.border_btn:hover {
    background: #fff;
    border: 1px solid #314252;
    color: #314252
}

.consider_usa.consider_automative .consider-box {
    background-color: hsla(0, 0%, 96%, .1)
}

.consider_usa.consider_automative .consider-box:hover .h6,
.consider_usa.consider_automative .consider-box:hover h6,
.consider_usa.consider_automative .consider-box:hover p {
    color: #314252
}

.our_vision_real .h2,
.our_vision_real h2 {
    margin-bottom: 50px
}

.custom_app_design a.border_btn,
.ecommerce_app_design a.border_btn {
    background: transparent
}

.startup_account .h2,
.startup_account h2 {
    margin-bottom: 80px
}

.startup_account span {
    text-align: center
}

.startup_app span {
    bottom: -100px;
    position: absolute
}

.startup_app img {
    height: 600px;
    width: auto
}

.startup_cta .h2,
.startup_cta h2 {
    margin-bottom: 40px
}

.brandsol.startup_apps_logo .brand_box {
    margin-bottom: 30px;
    margin-top: 50px
}

.brandsol.startup_apps_logo .brand_box .brand_img {
    border-bottom: 1px solid #e2e2e2
}

.startup_slider .h2,
.startup_slider h2 {
    margin-bottom: 80px
}

.startup_slider .startup_main {
    background: #f6f6f6;
    height: 690px;
    padding: 40px 25px 0;
    text-align: center;
    transition: .2s ease-in-out
}

.startup_slider .startup_main .startup_img {
    margin-bottom: 20px
}

.startup_slider .startup_main:hover {
    background: #06dcbf
}

.startup_slider .startup_main:hover .startup_content .h5,
.startup_slider .startup_main:hover .startup_content h5,
.startup_slider .startup_main:hover .startup_content p {
    color: #fff
}

.startup_slider .startup_main:hover .startup_img svg path {
    fill: #fff
}

.terms {
    margin-top: 50px
}

.reshaping_solution {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 50%
}

@media(min-width:1600px)and (max-width:1800px) {
    .technology_creation .carousel_solution .featured_item {
        margin: 50px 10px 0 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box {
        height: 360px;
        padding: 40px 20px 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 15px
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content p {
        font-size: 15px;
        line-height: 28px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content p {
        color: #fff;
        font-size: 14px;
        line-height: 25px
    }

    .robust_solution .h2,
    .robust_solution h2 {
        margin-bottom: 70px
    }

    .robust_solution .robust_sol_main {
        height: 244px;
        padding: 40px 25px 0
    }

    .robust_solution .robust_sol_main .robust_sol_box .robust_sol_head {
        padding-left: 15px
    }

    .robust_solution .robust_sol_main .robust_sol_content {
        margin-top: 15px
    }

    .robust_solution .robust_sol_main .robust_sol_content p {
        font-size: 15px;
        line-height: 24px
    }

    .case_beach .case_beach_logo {
        margin-bottom: 30px
    }

    .case_beach .case_beach_logo img {
        height: 130px;
        width: auto
    }

    .case_beach .case_beach_mob span {
        bottom: -80px;
        position: absolute
    }

    .case_beach .case_beach_mob img {
        height: 500px;
        width: auto
    }

    .case_beach.ozcase .case_beach_logo {
        margin-bottom: 20px
    }

    .case_beach.ozcase .case_beach_logo img {
        height: 130px;
        width: auto
    }

    .startup_account .h2,
    .startup_account h2 {
        margin-bottom: 70px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .technology_creation .carousel_solution .featured_item {
        margin: 50px 10px 0 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box {
        height: 330px;
        padding: 30px 20px 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 15px
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content p {
        font-size: 14px;
        line-height: 26px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content p {
        color: #fff;
        font-size: 13px;
        line-height: 23px
    }

    .robust_solution .h2,
    .robust_solution h2 {
        margin-bottom: 40px
    }

    .robust_solution .robust_sol_main {
        height: 220px;
        padding: 30px 25px 0
    }

    .robust_solution .robust_sol_main .robust_sol_box .robust_sol_head {
        padding-left: 15px
    }

    .robust_solution .robust_sol_main .robust_sol_content {
        margin-top: 10px
    }

    .robust_solution .robust_sol_main .robust_sol_content p {
        font-size: 14px;
        line-height: 23px
    }

    .case_beach .case_beach_logo {
        margin-bottom: 30px
    }

    .case_beach .case_beach_logo img {
        height: 130px;
        width: auto
    }

    .case_beach .case_beach_mob span {
        bottom: -70px;
        position: absolute
    }

    .case_beach .case_beach_mob img {
        height: 450px;
        width: auto
    }

    .case_beach.ozcase .case_beach_logo {
        margin-bottom: 20px
    }

    .case_beach.ozcase .case_beach_logo img {
        height: 90px;
        width: auto
    }

    .laverage_ecommerce_app .process_listing .process_item {
        margin: 0 20px 0 0
    }

    .startup_app span {
        bottom: -70px;
        position: absolute
    }

    .startup_app img {
        height: 550px;
        width: auto
    }

    .startup_account .h2,
    .startup_account h2 {
        margin-bottom: 60px
    }

    .startup_slider .h2,
    .startup_slider h2 {
        margin-bottom: 70px
    }

    .startup_slider .startup_main {
        height: 600px;
        padding: 35px 20px 0
    }

    .startup_slider .startup_main .startup_img {
        margin-bottom: 20px
    }

    .startup_slider .startup_main .startup_img svg {
        height: 70px;
        width: auto
    }

    .terms {
        margin-top: 70px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .technology_creation .carousel_solution .featured_item {
        margin: 50px 10px 0 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box {
        height: 300px;
        padding: 30px 20px 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content p {
        font-size: 13px;
        line-height: 25px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content p {
        color: #fff;
        font-size: 13px;
        line-height: 25px
    }

    .robust_solution .h2,
    .robust_solution h2 {
        margin-bottom: 20px
    }

    .robust_solution .robust_sol_main {
        height: 200px;
        padding: 25px 20px 0
    }

    .robust_solution .robust_sol_main .robust_sol_box .robust_sol_head {
        padding-left: 15px
    }

    .robust_solution .robust_sol_main .robust_sol_content {
        margin-top: 10px
    }

    .robust_solution .robust_sol_main .robust_sol_content p {
        font-size: 13px;
        line-height: 22px
    }

    .case_beach .case_beach_logo {
        margin-bottom: 30px
    }

    .case_beach .case_beach_logo img {
        height: 120px;
        width: auto
    }

    .case_beach .case_beach_mob span {
        bottom: -50px;
        position: absolute
    }

    .case_beach .case_beach_mob img {
        height: 400px;
        width: auto
    }

    .case_beach.ozcase .case_beach_logo {
        margin-bottom: 20px
    }

    .case_beach.ozcase .case_beach_logo img {
        height: 80px;
        width: auto
    }

    .laverage_ecommerce_app .process_listing .process_item {
        margin: 0 20px 0 0
    }

    .startup_app span {
        bottom: -70px;
        position: absolute
    }

    .startup_app img {
        height: 500px;
        width: auto
    }

    .startup_slider .h2,
    .startup_slider h2 {
        margin-bottom: 60px
    }

    .startup_slider .startup_main {
        height: 530px;
        padding: 30px 20px 0
    }

    .startup_slider .startup_main .startup_img {
        margin-bottom: 20px
    }

    .startup_slider .startup_main .startup_img svg {
        height: 65px;
        width: auto
    }

    .terms {
        margin-top: 70px
    }

    .terms .h1,
    .terms h1 {
        margin-top: 30px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .technology_creation .carousel_solution .featured_item {
        margin: 50px 10px 0 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box {
        height: 300px;
        padding: 30px 20px 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content p {
        font-size: 13px;
        line-height: 25px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content p {
        color: #fff;
        font-size: 13px;
        line-height: 25px
    }

    .robust_solution .h2,
    .robust_solution h2 {
        margin-bottom: 20px
    }

    .robust_solution .robust_sol_main {
        height: 200px;
        padding: 25px 20px 0
    }

    .robust_solution .robust_sol_main .robust_sol_box .robust_sol_head {
        padding-left: 15px
    }

    .robust_solution .robust_sol_main .robust_sol_content {
        margin-top: 10px
    }

    .robust_solution .robust_sol_main .robust_sol_content p {
        font-size: 13px;
        line-height: 22px
    }

    .case_beach .case_beach_logo {
        margin-bottom: 20px
    }

    .case_beach .case_beach_logo img {
        height: 110px;
        width: auto
    }

    .case_beach .case_beach_mob span {
        bottom: unset;
        position: relative
    }

    .case_beach .case_beach_mob img {
        height: 450px;
        width: auto
    }

    .case_beach.ozcase .case_beach_logo {
        margin-bottom: 20px
    }

    .case_beach.ozcase .case_beach_logo img {
        height: 70px;
        width: auto
    }

    .laverage_ecommerce_app .process_listing .process_item {
        margin: 0 10px 0 0
    }

    .reshaping_solution {
        background-size: 40%
    }

    .on_stack .tech_item .tech_img {
        height: auto;
        width: 120px
    }

    .startup_app span {
        bottom: -70px;
        position: absolute
    }

    .startup_app img {
        height: 450px;
        width: auto
    }

    .startup_slider .h2,
    .startup_slider h2 {
        margin-bottom: 50px
    }

    .startup_slider .startup_main {
        height: 470px;
        margin-bottom: 20px;
        padding: 30px 20px 0
    }

    .startup_slider .startup_main .startup_img {
        margin-bottom: 20px
    }

    .startup_slider .startup_main .startup_img svg {
        height: 60px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .technology_creation .carousel_solution .featured_item {
        margin: 30px 10px 0 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box {
        height: 280px;
        padding: 30px 20px 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content p {
        font-size: 12px;
        line-height: 22px
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content .h5,
    .technology_creation .carousel_solution .featured_item .creation_box .creation_content h5 {
        margin-bottom: 10px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content p {
        color: #fff;
        font-size: 12px;
        line-height: 22px
    }

    .robust_solution .h2,
    .robust_solution h2 {
        margin-bottom: 30px
    }

    .robust_solution .robust_sol_main {
        height: 200px;
        padding: 25px 20px 0
    }

    .robust_solution .robust_sol_main .robust_sol_box .robust_sol_head {
        padding-left: 15px
    }

    .robust_solution .robust_sol_main .robust_sol_content {
        margin-top: 10px
    }

    .robust_solution .robust_sol_main .robust_sol_content p {
        font-size: 13px;
        line-height: 22px
    }

    .case_beach .case_beach_logo {
        margin-bottom: 20px
    }

    .case_beach .case_beach_logo img {
        height: 110px;
        width: auto
    }

    .case_beach .case_beach_mob span {
        bottom: unset;
        position: relative
    }

    .case_beach .case_beach_mob img {
        height: 400px;
        width: auto
    }

    .case_beach.ozcase .case_beach_logo {
        margin-bottom: 20px
    }

    .case_beach.ozcase .case_beach_logo img {
        height: 60px;
        width: auto
    }

    .laverage_ecommerce_app .process_listing .process_item {
        margin: 0 10px 0 0
    }

    .reshaping_solution {
        background-size: 40%
    }

    .on_stack .tech_item .tech_img {
        height: auto;
        width: 110px
    }

    .startup_app span {
        bottom: unset;
        position: relative
    }

    .startup_app img {
        height: auto;
        width: auto
    }

    .startup_slider .h2,
    .startup_slider h2 {
        margin-bottom: 40px
    }

    .startup_slider .startup_main {
        height: 440px;
        margin-bottom: 20px;
        padding: 30px 20px 0
    }

    .startup_slider .startup_main .startup_img {
        margin-bottom: 20px
    }

    .startup_slider .startup_main .startup_img svg {
        height: 55px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .technology_creation .carousel_solution .featured_item {
        margin: 10px 0 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box {
        height: 260px;
        padding: 20px 20px 0
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content p {
        font-size: 12px;
        line-height: 22px
    }

    .technology_creation .carousel_solution .featured_item .creation_box .creation_content .h5,
    .technology_creation .carousel_solution .featured_item .creation_box .creation_content h5 {
        margin-bottom: 10px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content {
        margin-top: 10px
    }

    .technology_creation.tekrevol_dark_bg .carousel_solution .featured_item .creation_box .creation_content p {
        color: #fff;
        font-size: 12px;
        line-height: 20px
    }

    .robust_solution .h2,
    .robust_solution h2 {
        margin-bottom: 20px
    }

    .robust_solution .robust_sol_main {
        height: 210px;
        padding: 25px 20px 0
    }

    .robust_solution .robust_sol_main .robust_sol_box .robust_sol_head {
        padding-left: 15px
    }

    .robust_solution .robust_sol_main .robust_sol_content {
        margin-top: 10px
    }

    .robust_solution .robust_sol_main .robust_sol_content p {
        font-size: 12px;
        line-height: 21px
    }

    .streaming_app img {
        margin-top: 20px
    }

    .streaming_app a.border_btn {
        background: #06dcbf;
        color: #fff
    }

    .protect_solution img {
        margin-bottom: 30px
    }

    .spending a.border_btn {
        font-size: 11px;
        line-height: 36px
    }

    .smartphone a.border_btn,
    .spending a.border_btn {
        background: #06dcbf;
        color: #fff
    }

    .smartphone img {
        margin-top: 30px
    }

    .case_beach .case_beach_logo {
        margin-bottom: 20px
    }

    .case_beach .case_beach_logo img {
        height: 100px;
        width: auto
    }

    .case_beach .case_beach_mob span {
        bottom: 0;
        position: relative
    }

    .case_beach .case_beach_mob img {
        height: unset;
        margin-top: 30px;
        width: 100%
    }

    .case_beach.ozcase img {
        margin-top: 30px
    }

    .case_beach.ozcase .case_beach_logo {
        margin-bottom: 20px
    }

    .case_beach.ozcase .case_beach_logo img {
        height: 50px;
        width: auto
    }

    .best_app img {
        display: block;
        height: 480px;
        margin: 0 auto 30px;
        text-align: center;
        width: 100%
    }

    .list_service_app img {
        padding-bottom: 30px
    }

    .list_service_app a.border_btn {
        background: #06dcbf !important;
        color: #fff
    }

    .laverage_ecommerce_app .process_listing .process_item {
        margin: 0
    }

    .tek_promise_auto img {
        margin-top: 30px
    }

    .reshaping_solution {
        background-image: none !important
    }

    .our_vision_real .h2,
    .our_vision_real h2 {
        margin-bottom: 20px
    }

    .our_vision_real img {
        margin-top: 20px
    }

    .custom_app_design a.border_btn,
    .ecommerce_app_design a.border_btn {
        background: #06dcbf
    }

    .vision_automative a.border_btn {
        margin-bottom: 30px
    }

    .startup_app span {
        bottom: unset;
        position: relative;
        text-align: center
    }

    .startup_app img {
        height: auto;
        margin-top: 30px;
        text-align: center;
        width: auto
    }

    .startup_account .h2,
    .startup_account h2,
    .startup_slider .h2,
    .startup_slider h2 {
        margin-bottom: 30px
    }

    .startup_slider .startup_main {
        height: 400px;
        margin-bottom: 20px;
        padding: 25px 15px 0
    }

    .startup_slider .startup_main .startup_img {
        margin-bottom: 10px
    }

    .startup_slider .startup_main .startup_img svg {
        height: 50px;
        width: auto
    }

    .startup_slider .startup_main .startup_content .h5,
    .startup_slider .startup_main .startup_content h5 {
        margin-bottom: 10px
    }

    .startup_slider .startup_main .startup_content p {
        line-height: 23px;
        margin-bottom: 10px
    }

    .brandsol.startup_apps_logo .brand_box {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .laverage_section.laverage_startup .process_listing {
        margin-top: 20px
    }

    .terms {
        margin-top: 70px
    }
}

.locationgcc_banner {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
    z-index: 1
}

.locationgcc_banner .banenr_content {
    padding-right: 50px
}

.locationgcc_banner .banenr_content .h1 span,
.locationgcc_banner .banenr_content h1 span {
    color: #06dcbf
}

.locationgcc_banner.uk_banner a.border_btn {
    background: transparent
}

.locationgcc_banner.uk_banner a.border_btn:hover {
    background: #06dcbf;
    color: #fff
}

.locationgcc_banner.banner_hire_sa a.border_btn {
    background: transparent
}

.locationgcc_banner.banner_hire_sa a.border_btn:hover {
    background: #06dcbf;
    color: #fff
}

.locationgcc_banner.no-bread-loc-banner {
    height: 100vh
}

.robusttech_stack .example.dark_bg_text:after {
    color: #eb5627;
    font-weight: 600;
    opacity: .12;
    width: 1000px;
    z-index: 1
}

.robusttech_stack .example.dark_bg_text .h2,
.robusttech_stack .example.dark_bg_text h2 {
    position: relative;
    z-index: 9
}

.ready_ae {
    background-size: contain;
    height: 800px
}

.ready_ae a.border_btn {
    margin-bottom: 30px
}

.location_ae {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.location_ae .h2,
.location_ae h2 {
    color: #000
}

.location_ae .map_ae iframe {
    height: 450px
}

.location_ae .ae_loc_box {
    background: #fff;
    border-radius: 20px;
    box-shadow: -3px 4px 15px rgba(0, 0, 0, .05);
    height: 180px;
    max-width: 430px;
    padding: 20px
}

.location_ae .ae_loc_box ul li {
    margin-bottom: 5px
}

.location_ae .ae_loc_box ul li span {
    margin-left: 10px
}

.location_ae .ae_loc_box ul li .phone_btn_ae {
    color: #000;
    font-size: 18px;
    margin-left: 10px
}

.robusttech_stack ul.nav.nav-tabs {
    border: 0;
    border-bottom: 2px solid #000
}

.robusttech_stack ul.nav.nav-tabs button.nav-link {
    background: transparent;
    border: 0;
    color: #787878;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: 42px;
    line-height: 35px
}

.robusttech_stack ul.nav.nav-tabs button.nav-link.active,
.robusttech_stack ul.nav.nav-tabs button.nav-link:hover {
    background: #06dcbf;
    color: #fff
}

.robusttech_stack .tab-content .tech_sec_ae {
    align-items: center;
    border: 1px solid #d3d3d3;
    display: flex;
    margin-top: 30px;
    width: 100%
}

.robusttech_stack .tab-content .tech_sec_ae .tech_main_ae {
    border-right: 1px solid #d3d3d3;
    flex: 0 0 20%;
    height: 315px
}

.robusttech_stack .tab-content .tech_sec_ae .tech_main_ae .tech_box_title {
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 0 20px 30px
}

.robusttech_stack .tab-content .tech_sec_ae .tech_main_ae .tech_box_title .h5,
.robusttech_stack .tab-content .tech_sec_ae .tech_main_ae .tech_box_title h5 {
    margin-bottom: 0
}

.robusttech_stack .tab-content .tech_sec_ae .tech_main_ae:last-child {
    border-right: none
}

.robusttech_stack .tab-content .tech_sec_ae .tech_box_txt {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 30px
}

.robusttech_stack .tab-content .tech_sec_ae .tech_box_txt .txt_box_items {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.robusttech_stack .tab-content .tech_sec_ae .tech_box_txt .txt_box_items span {
    padding-left: 6px
}

.ready_ae .h2,
.ready_ae h2,
.ready_ae p {
    color: #fff
}

.ready_ae a.border_btn,
.ready_ae a.border_btn:hover {
    background: #fff;
    color: #06dcbf
}

.acc_section .accordion {
    border: 0;
    margin-top: 50px
}

.acc_section .accordion .accordion-item {
    border: 0;
    box-shadow: 0 20px 100px 0 rgba(40, 36, 54, .05);
    margin-bottom: 30px
}

.acc_section .accordion .accordion-item .accordion-header button.accordion-button {
    background: #fff;
    box-shadow: none;
    color: #314252;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    height: 100px;
    letter-spacing: -2px;
    line-height: normal;
    padding: 0 50px;
    position: relative;
    z-index: 9
}

.acc_section .accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-icon)
}

.acc_section .accordion .accordion-item .accordion-header button.accordion-button.collapsed:before {
    background: #06dcbf;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px
}

.acc_section .accordion .accordion-collapse .accordion-body {
    background: #fff;
    padding: 50px;
    position: relative
}

.acc_section .accordion .accordion-collapse .accordion-body .acc_content {
    align-items: center;
    display: flex
}

.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt {
    flex: 0 0 50%
}

.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
    font-size: 18px;
    font-style: normal;
    line-height: 35px
}

.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt a {
    margin-top: 10px
}

.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img {
    flex: 0 0 50%;
    text-align: center
}

.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img span img {
    max-height: 720px
}

.tabing_section ul.nav.nav-tabs {
    border: 0;
    border-bottom: 2px solid #d3d3d3;
    margin-top: 50px
}

.tabing_section ul.nav.nav-tabs .nav-item {
    height: 40px;
    padding: 0 70px 0 0
}

.tabing_section ul.nav.nav-tabs .nav-item:after {
    background: #d3d3d3;
    content: "";
    height: 40px;
    width: 2px
}

.tabing_section ul.nav.nav-tabs .nav-item button.nav-link {
    background: transparent;
    border: 0;
    color: #314252;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: 42px;
    line-height: 35px;
    padding: 0
}

.tabing_section ul.nav.nav-tabs .nav-item button.nav-link.active,
.tabing_section ul.nav.nav-tabs .nav-item button.nav-link:hover {
    border-bottom: 2px solid #06dcbf;
    color: #06dcbf
}

.tabing_section .tab-content {
    padding: 40px 0 0
}

.tabing_section .tab-content .saudia_h3_head {
    color: #314252;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 65px;
    margin-bottom: 20px
}

.tabing_section .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0
}

.tabing_section .tab-content ul li {
    background: transparent;
    color: #314252;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 30px
}

.tabing_section .tab-content .native_mob_dubai {
    height: 500px;
    text-align: center;
    width: auto
}

.tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link {
    color: #c6c6c6
}

.tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
.tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
    border-bottom: 2px solid #06dcbf;
    color: #06dcbf
}

.tabing_section.web_tabs_sec .tab-content {
    padding: 20px 0 0
}

.tabing_section.web_tabs_sec .tab-content ul li {
    background: transparent;
    padding: 0 20px 20px 0
}

.tabing_section.web_tabs_sec .tab-content ul li img {
    height: 80px;
    width: auto
}

.tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web {
    text-align: center
}

.tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web .h6,
.tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web h6 {
    color: #c6c6c6;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center
}

.tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web {
    text-align: center
}

.tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item {
    padding: 0 40px 0 0
}

.tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item button.nav-link {
    font-size: 18px;
    line-height: 33px
}

.tabing_section.cloud_computing_tabs .tab-content ul li {
    background: transparent
}

.tabing_section.hire_and_tabs .tab-content {
    text-align: center
}

.tabing_section.hire_and_tabs .tab-content ul li {
    background: transparent
}

.case_section .bg_case {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    min-height: 480px;
    padding: 50px 0 20px 30px
}

.case_section .bg_case .case-content {
    flex: 0 0 60%
}

.case_section .bg_case .case-content .h4,
.case_section .bg_case .case-content h4 {
    color: #fff;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 65px
}

.case_section .bg_case .case-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.case_section .bg_case .case-content .btn_case {
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    display: flex;
    font-family: poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    height: 42px;
    justify-content: center;
    line-height: normal;
    max-width: 200px
}

.case_section .bg_case .case-content .btn_case:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.case_section .bg_case .case-img {
    flex: 0 0 40%;
    position: relative
}

.case_section .bg_case .case-img span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.whychoose {
    background-color: #000;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.whychoose .h2,
.whychoose h2 {
    color: #fff
}

.whychoose .h2 span,
.whychoose h2 span {
    color: #06dcbf
}

.whychoose p {
    color: #898989;
    font-size: 18px;
    line-height: 28px
}

.whychoose .h5,
.whychoose h5 {
    color: #fff;
    margin-bottom: 10px
}

.whychoose .choose-main {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-bottom: 80px
}

.whychoose .choose-main .choose-box {
    align-items: center;
    background: hsla(0, 0%, 85%, .2);
    display: flex;
    flex: 0 0 33.33%;
    height: 180px;
    justify-content: center
}

.whychoose .choose-main .choose-box .choose-num {
    color: #fff;
    font-family: poppins;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    text-align: center
}

.whychoose .choose-main .choose-box .choose-num span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center
}

.whychoose.why_choosedubai {
    background-color: #314252;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 50%
}

.whychoose.why_choosedubai p {
    color: #fff
}

.whychoose ul {
    margin-bottom: 30px
}

.whychoose ul li {
    color: #fff;
    position: relative
}

.whychoose ul li:before {
    background: #fff;
    border-radius: 50px;
    content: "";
    height: 5px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 5px
}

.revolution_gcc {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50%
}

.ideal_choice {
    background-position: 50%;
    background-repeat: no-repeat
}

.ideal_choice .h2,
.ideal_choice h2 {
    color: #000
}

.ideal_choice .ideal_dubai_box {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    text-align: center
}

.ideal_choice .ideal_dubai_box .ideal_box_item {
    border-right: 1px solid rgba(200, 200, 215, .6);
    flex: 0 0 33.33%;
    padding: 50px 30px
}

.ideal_choice .ideal_dubai_box .ideal_box_item .h2,
.ideal_choice .ideal_dubai_box .ideal_box_item h2 {
    color: #000;
    margin-bottom: 10px
}

.ideal_choice .ideal_dubai_box .ideal_box_item .h2 span,
.ideal_choice .ideal_dubai_box .ideal_box_item h2 span {
    color: #06dcbf
}

.ideal_choice .ideal_dubai_box .ideal_box_item strong {
    color: #000;
    font-size: 24px;
    line-height: 34px
}

.ideal_choice .ideal_dubai_box .ideal_box_item p {
    margin-bottom: 0;
    margin-top: 10px
}

.ideal_choice .ideal_dubai_box .ideal_box_item:last-child {
    border-right: 0
}

.facilitate_hiring .h2,
.facilitate_hiring h2 {
    color: #000
}

.facilitate_hiring strong {
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 34px
}

.facilitate_hiring strong span {
    color: #06dcbf
}

.facilitate_hiring .faclitate_btn {
    margin-top: 20px
}

.facilitate_hiring .faclitate_btn a {
    border-radius: 5px
}

.facilitate_hiring .faclitate_box {
    border: 1.5px solid #000;
    border-radius: 8.87652px;
    height: 310px;
    margin-bottom: 20px;
    padding: 30px;
    transition: .2s ease-in-out
}

.facilitate_hiring .faclitate_box .facilitate_content {
    margin-top: 10px
}

.facilitate_hiring .faclitate_box .facilitate_content .h6,
.facilitate_hiring .faclitate_box .facilitate_content h6 {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

.facilitate_hiring .faclitate_box .facilitate_content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0
}

.facilitate_hiring .faclitate_box:hover {
    background: #06dcbf;
    border: 1px solid #06dcbf
}

.facilitate_hiring .faclitate_box:hover .faclitate_box {
    transition: .2s ease-in-out
}

.facilitate_hiring .faclitate_box:hover .facilitate_content .h6,
.facilitate_hiring .faclitate_box:hover .facilitate_content h6,
.facilitate_hiring .faclitate_box:hover .facilitate_content p {
    color: #fff
}

.facilitate_hiring .faclitate_box:hover .facilitate_img svg path {
    fill: #fff
}

.hire_engagement_models {
    background-position: 50%;
    background-repeat: no-repeat
}

.hire_engagement_models .h2,
.hire_engagement_models h2 {
    color: #000
}

.hire_engagement_models .engagement_box {
    background: #fff;
    border-radius: 10px;
    height: auto;
    margin-top: 40px;
    min-height: 320px;
    padding: 30px;
    transition: .2s ease-in-out
}

.hire_engagement_models .engagement_box .engagement_content {
    margin-top: 15px
}

.hire_engagement_models .engagement_box .engagement_content .h6,
.hire_engagement_models .engagement_box .engagement_content h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px
}

.hire_engagement_models .engagement_box .engagement_content p {
    font-size: 16px;
    line-height: 26px
}

.hire_engagement_models .engagement_box .engagement_content .engagement_btn {
    text-align: right
}

.hire_engagement_models .engagement_box .engagement_content .engagement_btn a {
    color: #06dcbf;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px
}

.hire_engagement_models .engagement_box:hover {
    background: #06dcbf;
    transition: .2s ease-in-out
}

.hire_engagement_models .engagement_box:hover .engagement_content {
    margin-top: 10px
}

.hire_engagement_models .engagement_box:hover .engagement_content .engagement_btn a,
.hire_engagement_models .engagement_box:hover .engagement_content .h6,
.hire_engagement_models .engagement_box:hover .engagement_content h6,
.hire_engagement_models .engagement_box:hover .engagement_content p {
    color: #fff
}

.hire_engagement_models .engagement_box:hover .engagement_content .engagement_btn a svg path,
.hire_engagement_models .engagement_box:hover .engagement_img svg path {
    fill: #fff
}

.ready_goals {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.ready_goals .h2,
.ready_goals h2 {
    color: #fff
}

.ready_goals p {
    color: #fff;
    margin-bottom: 10px
}

.ready_goals .ready_goals_btn {
    margin-bottom: 20px;
    margin-top: 20px
}

.ready_goals .ready_goals_btn a.border_btn {
    background: #06dcbf;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff
}

.ready_goals .ready_goals_btn a.border_btn:hover {
    background: #06dcbf;
    color: #fff
}

.hire_top_developers {
    background: #f8f8fb
}

.hire_top_developers .h2,
.hire_top_developers h2 {
    color: #000
}

.hire_top_developers .hire_top_dev_box {
    background: #fff;
    border-radius: 21px;
    height: 265px;
    margin-top: 30px;
    padding: 30px
}

.hire_top_developers .hire_top_dev_box .hire_top_main {
    display: flex
}

.hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head {
    margin-left: 10px
}

.hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head .h6,
.hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head h6 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px
}

.hire_top_developers .hire_top_dev_box .hire_top_content {
    margin-top: 10px
}

.hire_top_developers .hire_top_dev_box .hire_top_content p {
    font-size: 16px;
    line-height: 26px
}

.hire_top_developers .hire_top_dev_box .hire_top_btn a {
    color: #06dcbf;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px
}

.simplified_process .h2,
.simplified_process h2 {
    color: #000
}

.simplified_process .process_main {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.simplified_process .process_main .process_box_mob {
    background: linear-gradient(80.82deg, #f8f8fb, #fff 93.49%);
    border: 1px solid #bebebe;
    border-radius: 20px;
    height: 330px;
    padding: 30px 20px;
    position: relative;
    transition: .2s ease-in-out;
    width: 260px
}

.simplified_process .process_main .process_box_mob .step_num {
    color: #f8f8f8;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: -.06em;
    line-height: 110px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 0
}

.simplified_process .process_main .process_box_mob:after {
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0yMS44ODMgMTItNy41MjcgNi4yMzVMMTUgMTlsOS03LjUyMUwxNSA0bC0uNjQ1Ljc2NEwyMS44ODQgMTFIMHYxaDIxLjg4M3oiLz48L3N2Zz4=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 100%;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .1);
    content: "";
    height: 86px;
    position: absolute;
    right: -47%;
    top: 50%;
    transform: translate(-47%, -50%);
    width: 86px;
    z-index: 1
}

.simplified_process .process_main .process_box_mob:last-child:after {
    display: none
}

.simplified_process .process_main .process_box_mob .process_flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.simplified_process .process_main .process_box_mob .process_flex .process_box_head strong {
    color: #bebebe;
    font-size: 16px
}

.simplified_process .process_main .process_box_mob .process_flex .process_box_head .h5,
.simplified_process .process_main .process_box_mob .process_flex .process_box_head h5 {
    color: #000;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px
}

.simplified_process .process_main .process_box_mob .process_box_mob_content {
    margin-top: 15px
}

.simplified_process .process_main .process_box_mob .process_box_mob_content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.simplified_process .process_main .process_box_mob .process_box_mob_content ul li {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative
}

.simplified_process .process_main .process_box_mob .process_box_mob_content ul li:before {
    background: #06dcbf;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -5px;
    position: absolute;
    top: 10px;
    width: 6px
}

.simplified_process .process_main .process_box_mob:hover {
    background: linear-gradient(80.82deg, #eb5627, #06dcbf 93.49%);
    box-shadow: 4px 4px 33px rgba(0, 0, 0, .16);
    transition: .2s ease-in-out
}

.simplified_process .process_main .process_box_mob:hover .step_num {
    color: #f5812b
}

.simplified_process .process_main .process_box_mob:hover .process_box_head .h5,
.simplified_process .process_main .process_box_mob:hover .process_box_head h5,
.simplified_process .process_main .process_box_mob:hover .process_box_head strong {
    color: #fff
}

.simplified_process .process_main .process_box_mob:hover .process_box_img svg path {
    fill: #fff
}

.simplified_process .process_main .process_box_mob:hover .process_box_mob_content p,
.simplified_process .process_main .process_box_mob:hover .process_box_mob_content ul li {
    color: #fff
}

.simplified_process .process_main .process_box_mob:hover .process_box_mob_content ul li:before {
    background: #fff
}

.hire_developer_slider .h2,
.hire_developer_slider h2 {
    color: #000
}

.hire_developer_slider .best_app_main {
    background: #f8f8fb;
    border: 1px solid #c8c8d7;
    border-radius: 25px;
    box-shadow: 3px 4px 16px rgba(0, 0, 0, .08);
    height: 490px;
    margin-top: 30px
}

.hire_developer_slider .best_app_main .best_app_box {
    align-items: center;
    border-bottom: 1px solid #c8c8d7;
    display: flex;
    padding: 20px
}

.hire_developer_slider .best_app_main .best_app_box .best_app_img {
    flex: 0 0 40%
}

.hire_developer_slider .best_app_main .best_app_box .best_app_head {
    flex: 0 0 60%;
    margin-left: 20px
}

.hire_developer_slider .best_app_main .best_app_box .best_app_head .h6,
.hire_developer_slider .best_app_main .best_app_box .best_app_head h6 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px
}

.hire_developer_slider .best_app_main .best_app_box .best_app_head span {
    color: #4d6377;
    display: block;
    font-size: 14px
}

.hire_developer_slider .best_app_main .best_app_content_main {
    align-items: center;
    border-bottom: 1px solid #c8c8d7;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0
}

.hire_developer_slider .best_app_main .best_app_content_main .best_info {
    flex: 0 0 40%
}

.hire_developer_slider .best_app_main .best_app_content_main .best_info .h6,
.hire_developer_slider .best_app_main .best_app_content_main .best_info h6 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px
}

.hire_developer_slider .best_app_main .best_app_content_main .best_info_num {
    flex: 0 0 60%;
    text-align: right
}

.hire_developer_slider .best_app_main .best_app_content_main .best_info_num p {
    color: #4d6377
}

.hire_developer_slider .best_app_main .expert_main {
    align-items: start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 20px
}

.hire_developer_slider .best_app_main .expert_main .expert_head {
    flex: 0 0 40%
}

.hire_developer_slider .best_app_main .expert_main .expert_head .h6,
.hire_developer_slider .best_app_main .expert_main .expert_head h6 {
    font-size: 22px;
    line-height: 25px
}

.hire_developer_slider .best_app_main .expert_main .expert_info {
    flex: 0 0 60%
}

.hire_developer_slider .best_app_main .expert_main .expert_info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.hire_developer_slider .best_app_main .expert_main .expert_info ul li {
    background: #d9d9d9;
    border-radius: 30px;
    color: #4d6377;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    min-width: 80px;
    padding: 0 10px;
    text-align: center
}

.hire_developer_slider .best_app_main .best_app_btn {
    padding: 0 20px
}

.hire_developer_slider .best_app_main .best_app_btn a {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase
}

.hire_developer_slider.hire_it_staff .best_app_main {
    height: 440px
}

.hire_developer_slider.hire_it_staff .best_app_main .best_app_box .best_app_head {
    margin-left: 0
}

.hire_developer_slider.hire_net_slider .best_app_main {
    background: #f8f8fb;
    border: 1px solid #c8c8d7;
    box-shadow: 3px 4px 16px rgba(0, 0, 0, .08);
    height: 550px
}

.hire_developer_slider.hire_net_slider .best_app_main .best_app_box {
    align-items: start;
    height: 213px;
    justify-content: center;
    padding: 30px 20px
}

.hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_img {
    flex: 0 0 35%
}

.hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head {
    flex: 0 0 65%;
    margin-left: 15px
}

.hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head p {
    color: #4d6377;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 5px;
    margin-top: 10px
}

.hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head span {
    border-bottom: 1px solid #06dcbf;
    color: #4d6377
}

.hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head .h6,
.hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head h6 {
    margin-bottom: 0
}

.hire_developer_slider.hire_net_slider .best_app_main .expert_main .expert_info ul li {
    background: #ffeee1;
    border: 1px solid #eb5627;
    color: #293745
}

.hire_developer_slider.hire_net_slider .best_app_main .best_app_btn a {
    background: #163748;
    border: 2px solid #163748
}

@media(min-width:1600px)and (max-width:1800px) {
    .hire_developer_slider .best_app_main {
        height: 470px;
        margin-top: 30px
    }

    .hire_developer_slider .best_app_main .best_app_box {
        align-items: center;
        display: flex;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 35%
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 65%;
        margin-left: 15px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head .h6,
    .hire_developer_slider .best_app_main .best_app_box .best_app_head h6 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head span {
        display: block;
        font-size: 13px
    }

    .hire_developer_slider .best_app_main .best_app_content_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 20px 20px 0
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info {
        flex: 0 0 40%
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info .h6,
    .hire_developer_slider .best_app_main .best_app_content_main .best_info h6 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num {
        flex: 0 0 60%;
        text-align: right
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num p {
        font-size: 16px;
        line-height: 26px
    }

    .hire_developer_slider .best_app_main .expert_main {
        align-items: start;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head {
        flex: 0 0 40%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head .h6,
    .hire_developer_slider .best_app_main .expert_main .expert_head h6 {
        font-size: 16px;
        line-height: 19px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info {
        flex: 0 0 60%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul li {
        border-radius: 30px;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        min-width: 70px;
        padding: 0 10px;
        text-align: center
    }

    .hire_developer_slider .best_app_main .best_app_btn {
        padding: 0 20px
    }

    .hire_developer_slider .best_app_main .best_app_btn a {
        border-radius: 15px;
        font-size: 15px;
        font-weight: 400;
        padding: 15px 20px
    }

    .hire_developer_slider.hire_it_staff .best_app_main {
        height: 420px
    }

    .hire_developer_slider.hire_it_staff .best_app_main .best_app_box .best_app_head {
        margin-left: 0
    }

    .hire_top_developers .hire_top_dev_box {
        height: 240px;
        margin-top: 30px;
        padding: 30px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main {
        align-items: center;
        display: flex
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head {
        margin-left: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head .h6,
    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head h6 {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content {
        margin-top: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content p {
        font-size: 15px;
        line-height: 25px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_btn a {
        font-size: 16px;
        line-height: 24px
    }

    .ideal_choice .ideal_dubai_box {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 30px;
        text-align: center
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item {
        flex: 0 0 33.33%;
        padding: 45px 25px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item .h2,
    .ideal_choice .ideal_dubai_box .ideal_box_item h2 {
        margin-bottom: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item strong {
        font-size: 20px;
        line-height: 30px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item p {
        margin-bottom: 0;
        margin-top: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item:last-child {
        border-right: 0
    }

    .facilitate_hiring strong {
        font-size: 20px;
        line-height: 30px
    }

    .facilitate_hiring .faclitate_btn {
        margin-top: 20px
    }

    .facilitate_hiring .faclitate_btn a {
        border-radius: 5px
    }

    .facilitate_hiring .faclitate_box {
        height: 310px;
        margin-bottom: 20px;
        padding: 30px
    }

    .facilitate_hiring .faclitate_box .facilitate_content {
        margin-top: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content .h6,
    .facilitate_hiring .faclitate_box .facilitate_content h6 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .hire_engagement_models .engagement_box {
        margin-top: 30px;
        min-height: 300px;
        padding: 30px
    }

    .hire_engagement_models .engagement_box .engagement_content {
        margin-top: 15px
    }

    .hire_engagement_models .engagement_box .engagement_content .h6,
    .hire_engagement_models .engagement_box .engagement_content h6 {
        font-size: 19px;
        line-height: 29px;
        margin-bottom: 10px
    }

    .hire_engagement_models .engagement_box .engagement_content p {
        font-size: 15px;
        line-height: 25px
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn {
        text-align: right
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn a {
        font-size: 15px;
        line-height: 24px
    }

    .simplified_process .process_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 40px
    }

    .simplified_process .process_main .process_box_mob {
        border-radius: 20px;
        height: 310px;
        padding: 30px 20px;
        width: 240px
    }

    .simplified_process .process_main .process_box_mob .step_num {
        font-size: 110px;
        letter-spacing: -.06em;
        line-height: 100px;
        right: 10px;
        top: 0;
        z-index: 0
    }

    .simplified_process .process_main .process_box_mob:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 35%;
        border-radius: 100%;
        content: "";
        height: 56px;
        position: absolute;
        right: -23%;
        top: 50%;
        transform: translate(-23%, -50%);
        width: 56px;
        z-index: 1
    }

    .simplified_process .process_main .process_box_mob:last-child:after {
        display: none
    }

    .simplified_process .process_main .process_box_mob .process_flex {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head strong {
        font-size: 14px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head .h5,
    .simplified_process .process_main .process_box_mob .process_flex .process_box_head h5 {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content {
        margin-top: 15px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 5px;
        padding-left: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li:before {
        height: 6px;
        left: -5px;
        top: 10px;
        width: 6px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .hire_developer_slider .best_app_main {
        height: 410px;
        margin-top: 30px
    }

    .hire_developer_slider .best_app_main .best_app_box {
        align-items: center;
        display: flex;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 35%
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 65%;
        margin-left: 15px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head .h6,
    .hire_developer_slider .best_app_main .best_app_box .best_app_head h6 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head span {
        display: block;
        font-size: 13px
    }

    .hire_developer_slider .best_app_main .best_app_content_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 20px 20px 0
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info {
        flex: 0 0 40%
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info .h6,
    .hire_developer_slider .best_app_main .best_app_content_main .best_info h6 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 20px
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num {
        flex: 0 0 60%;
        text-align: right
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num p {
        font-size: 15px;
        line-height: 25px
    }

    .hire_developer_slider .best_app_main .expert_main {
        align-items: start;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head {
        flex: 0 0 28%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head .h6,
    .hire_developer_slider .best_app_main .expert_main .expert_head h6 {
        font-size: 15px;
        line-height: 18px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info {
        flex: 0 0 72%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul li {
        border-radius: 30px;
        font-size: 11px;
        height: 35px;
        line-height: 35px;
        min-width: 65px;
        padding: 0 10px;
        text-align: center
    }

    .hire_developer_slider .best_app_main .best_app_btn {
        padding: 0 20px
    }

    .hire_developer_slider .best_app_main .best_app_btn a {
        border-radius: 15px;
        font-size: 14px;
        font-weight: 400;
        padding: 12px 18px
    }

    .hire_developer_slider.hire_it_staff .best_app_main {
        height: 380px
    }

    .hire_developer_slider.hire_it_staff .best_app_main .best_app_box .best_app_head {
        margin-left: 0
    }

    .hire_developer_slider.hire_net_slider .best_app_main {
        height: 500px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box {
        height: 200px;
        padding: 20px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 35%
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 65%;
        margin-left: 15px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head p {
        font-size: 11px;
        line-height: 22px;
        margin-bottom: 5px;
        margin-top: 10px
    }

    .hire_top_developers .hire_top_dev_box {
        height: 240px;
        margin-top: 30px;
        padding: 30px 25px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main {
        align-items: center;
        display: flex
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head {
        margin-left: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head .h6,
    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head h6 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content {
        margin-top: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content p {
        font-size: 14px;
        line-height: 24px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_btn a {
        font-size: 15px;
        line-height: 23px
    }

    .ideal_choice .ideal_dubai_box {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 30px;
        text-align: center
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item {
        flex: 0 0 33.33%;
        padding: 40px 25px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item .h2,
    .ideal_choice .ideal_dubai_box .ideal_box_item h2 {
        margin-bottom: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item strong {
        font-size: 18px;
        line-height: 28px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item p {
        margin-bottom: 0;
        margin-top: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item:last-child {
        border-right: 0
    }

    .facilitate_hiring strong {
        font-size: 18px;
        line-height: 28px
    }

    .facilitate_hiring .faclitate_btn {
        margin-top: 20px
    }

    .facilitate_hiring .faclitate_btn a {
        border-radius: 5px
    }

    .facilitate_hiring .faclitate_box {
        height: 310px;
        margin-bottom: 20px;
        padding: 30px 25px
    }

    .facilitate_hiring .faclitate_box .facilitate_content {
        margin-top: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content .h6,
    .facilitate_hiring .faclitate_box .facilitate_content h6 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0
    }

    .hire_engagement_models .engagement_box {
        margin-top: 30px;
        min-height: 290px;
        padding: 30px 25px
    }

    .hire_engagement_models .engagement_box .engagement_content {
        margin-top: 15px
    }

    .hire_engagement_models .engagement_box .engagement_content .h6,
    .hire_engagement_models .engagement_box .engagement_content h6 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .hire_engagement_models .engagement_box .engagement_content p {
        font-size: 14px;
        line-height: 24px
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn {
        text-align: right
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn a {
        font-size: 14px;
        line-height: 23px
    }

    .simplified_process .process_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px
    }

    .simplified_process .process_main .process_box_mob {
        border-radius: 20px;
        height: 290px;
        padding: 30px 20px;
        width: 220px
    }

    .simplified_process .process_main .process_box_mob .step_num {
        font-size: 100px;
        letter-spacing: -.06em;
        line-height: 90px;
        right: 10px;
        top: 0;
        z-index: 0
    }

    .simplified_process .process_main .process_box_mob:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 30%;
        border-radius: 100%;
        content: "";
        height: 46px;
        position: absolute;
        right: -23%;
        top: 50%;
        transform: translate(-23%, -50%);
        width: 46px;
        z-index: 1
    }

    .simplified_process .process_main .process_box_mob:last-child:after {
        display: none
    }

    .simplified_process .process_main .process_box_mob .process_flex {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head strong {
        font-size: 13px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head .h5,
    .simplified_process .process_main .process_box_mob .process_flex .process_box_head h5 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content {
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px;
        padding-left: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li:before {
        height: 6px;
        left: -5px;
        top: 10px;
        width: 6px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .hire_developer_slider .best_app_main {
        height: 430px;
        margin-top: 30px
    }

    .hire_developer_slider .best_app_main .best_app_box {
        align-items: center;
        display: flex;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 35%
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 65%;
        margin-left: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head .h6,
    .hire_developer_slider .best_app_main .best_app_box .best_app_head h6 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head span {
        display: block;
        font-size: 13px
    }

    .hire_developer_slider .best_app_main .best_app_content_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 20px 20px 0
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info {
        flex: 0 0 40%
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info .h6,
    .hire_developer_slider .best_app_main .best_app_content_main .best_info h6 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 20px
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num {
        flex: 0 0 60%;
        text-align: right
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num p {
        font-size: 15px;
        line-height: 25px
    }

    .hire_developer_slider .best_app_main .expert_main {
        align-items: start;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head {
        flex: 0 0 40%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head .h6,
    .hire_developer_slider .best_app_main .expert_main .expert_head h6 {
        font-size: 15px;
        line-height: 18px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info {
        flex: 0 0 60%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul li {
        border-radius: 30px;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        min-width: 80px;
        padding: 0 10px;
        text-align: center
    }

    .hire_developer_slider .best_app_main .best_app_btn {
        padding: 0 20px
    }

    .hire_developer_slider .best_app_main .best_app_btn a {
        border-radius: 15px;
        font-size: 13px;
        font-weight: 400;
        padding: 12px 18px
    }

    .hire_developer_slider.hire_it_staff .best_app_main {
        height: 370px
    }

    .hire_developer_slider.hire_it_staff .best_app_main .best_app_box .best_app_head {
        margin-left: 0
    }

    .hire_developer_slider.hire_net_slider .best_app_main {
        height: 500px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box {
        height: 200px;
        padding: 20px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 35%
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 65%;
        margin-left: 15px
    }

    .hire_top_developers .hire_top_dev_box {
        height: 240px;
        margin-top: 30px;
        padding: 30px 20px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main {
        align-items: center;
        display: flex
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head {
        margin-left: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head .h6,
    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head h6 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content {
        margin-top: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_btn a {
        font-size: 14Px;
        line-height: 22px
    }

    .ideal_choice .ideal_dubai_box {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 30px;
        text-align: center
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item {
        flex: 0 0 33.33%;
        padding: 35px 20px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item .h2,
    .ideal_choice .ideal_dubai_box .ideal_box_item h2 {
        margin-bottom: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item strong {
        font-size: 17px;
        line-height: 27px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item p {
        margin-bottom: 0;
        margin-top: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item:last-child {
        border-right: 0
    }

    .facilitate_hiring strong {
        font-size: 16px;
        line-height: 26px
    }

    .facilitate_hiring .faclitate_btn {
        margin-top: 20px
    }

    .facilitate_hiring .faclitate_btn a {
        border-radius: 5px
    }

    .facilitate_hiring .faclitate_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 25px 20px
    }

    .facilitate_hiring .faclitate_box .facilitate_content {
        margin-top: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content .h6,
    .facilitate_hiring .faclitate_box .facilitate_content h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0
    }

    .facilitate_hiring .faclitate_box .facilitate_img svg {
        height: 55px;
        width: auto
    }

    .hire_engagement_models .engagement_box {
        margin-top: 30px;
        min-height: 270px;
        padding: 25px 20px
    }

    .hire_engagement_models .engagement_box .engagement_img svg {
        height: 55px;
        width: auto
    }

    .hire_engagement_models .engagement_box .engagement_content {
        margin-top: 10px
    }

    .hire_engagement_models .engagement_box .engagement_content .h6,
    .hire_engagement_models .engagement_box .engagement_content h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .hire_engagement_models .engagement_box .engagement_content p {
        font-size: 13px;
        line-height: 23px
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn {
        text-align: right
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn a {
        font-size: 14px;
        line-height: 23px
    }

    .simplified_process .process_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px
    }

    .simplified_process .process_main .process_box_mob {
        border-radius: 20px;
        height: 280px;
        padding: 20px;
        width: 200px
    }

    .simplified_process .process_main .process_box_mob .step_num {
        font-size: 90px;
        letter-spacing: -.06em;
        line-height: 80px;
        right: 10px;
        top: 0;
        z-index: 0
    }

    .simplified_process .process_main .process_box_mob:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 30%;
        border-radius: 100%;
        content: "";
        height: 46px;
        position: absolute;
        right: -23%;
        top: 50%;
        transform: translate(-23%, -50%);
        width: 46px;
        z-index: 1
    }

    .simplified_process .process_main .process_box_mob:last-child:after {
        display: none
    }

    .simplified_process .process_main .process_box_mob .process_flex {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head strong {
        font-size: 12px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head .h5,
    .simplified_process .process_main .process_box_mob .process_flex .process_box_head h5 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_img svg {
        height: 50px;
        width: auto
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content {
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content p {
        font-size: 11px;
        line-height: 21px;
        margin-bottom: 0
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 5px;
        padding-left: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li:before {
        height: 6px;
        left: -5px;
        top: 10px;
        width: 6px
    }

    .feature_sec .carousel_hire_dubai ul li {
        max-width: 185px !important
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .hire_developer_slider .best_app_main {
        height: 410px;
        margin-top: 30px
    }

    .hire_developer_slider .best_app_main .best_app_box {
        align-items: center;
        display: flex;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 30%
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 70%;
        margin-left: 15px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head .h6,
    .hire_developer_slider .best_app_main .best_app_box .best_app_head h6 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head span {
        display: block;
        font-size: 13px
    }

    .hire_developer_slider .best_app_main .best_app_content_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 20px 20px 0
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info {
        flex: 0 0 40%
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info .h6,
    .hire_developer_slider .best_app_main .best_app_content_main .best_info h6 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num {
        flex: 0 0 60%;
        text-align: right
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num p {
        font-size: 14px;
        line-height: 24px
    }

    .hire_developer_slider .best_app_main .expert_main {
        align-items: start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head {
        flex: 0 0 100%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head .h6,
    .hire_developer_slider .best_app_main .expert_main .expert_head h6 {
        font-size: 14px;
        line-height: 17px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info {
        flex: 0 0 100%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul li {
        border-radius: 30px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        min-width: 70px;
        padding: 0 10px;
        text-align: center
    }

    .hire_developer_slider .best_app_main .best_app_btn {
        padding: 0 15px
    }

    .hire_developer_slider .best_app_main .best_app_btn a {
        border-radius: 15px;
        font-size: 12px;
        font-weight: 400;
        padding: 10px 16px
    }

    .hire_developer_slider.hire_net_slider .best_app_main {
        height: 500px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box {
        height: 200px;
        padding: 20px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 30%
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 70%;
        margin-left: 15px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head p {
        font-size: 11px;
        line-height: 22px;
        margin-bottom: 5px;
        margin-top: 10px
    }

    .hire_top_developers .hire_top_dev_box {
        height: 240px;
        margin-top: 30px;
        padding: 30px 20px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main {
        align-items: center;
        display: flex
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head {
        margin-left: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head .h6,
    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head h6 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content {
        margin-top: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_btn a {
        font-size: 14Px;
        line-height: 22px
    }

    .ideal_choice .ideal_dubai_box {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 10px;
        text-align: center
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item {
        flex: 0 0 33.33%;
        padding: 40px 20px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item .h2,
    .ideal_choice .ideal_dubai_box .ideal_box_item h2 {
        margin-bottom: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item strong {
        font-size: 17px;
        line-height: 27px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item p {
        font-size: 11px;
        line-height: 21px;
        margin-bottom: 0;
        margin-top: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item:last-child {
        border-right: 0
    }

    .facilitate_hiring strong {
        font-size: 14px;
        line-height: 24px
    }

    .facilitate_hiring .faclitate_btn {
        margin-top: 20px
    }

    .facilitate_hiring .faclitate_btn a {
        border-radius: 5px
    }

    .facilitate_hiring .faclitate_box {
        height: 270px;
        margin-bottom: 20px;
        padding: 20px
    }

    .facilitate_hiring .faclitate_box .facilitate_content {
        margin-top: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content .h6,
    .facilitate_hiring .faclitate_box .facilitate_content h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0
    }

    .facilitate_hiring .faclitate_box .facilitate_img svg {
        height: 50px;
        width: auto
    }

    .hire_engagement_models .engagement_box {
        height: 240px;
        margin-top: 20px;
        padding: 20px
    }

    .hire_engagement_models .engagement_box .engagement_img svg {
        height: 40px;
        width: auto
    }

    .hire_engagement_models .engagement_box .engagement_content {
        margin-top: 10px
    }

    .hire_engagement_models .engagement_box .engagement_content .h6,
    .hire_engagement_models .engagement_box .engagement_content h6 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px
    }

    .hire_engagement_models .engagement_box .engagement_content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn {
        text-align: right
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn a {
        font-size: 14px;
        line-height: 23px
    }

    .simplified_process .process_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px
    }

    .simplified_process .process_main .process_box_mob {
        border-radius: 20px;
        height: 280px;
        padding: 20px 10px;
        width: 160px
    }

    .simplified_process .process_main .process_box_mob .step_num {
        font-size: 70px;
        letter-spacing: -.06em;
        line-height: 60px;
        right: 10px;
        top: 0;
        z-index: 0
    }

    .simplified_process .process_main .process_box_mob:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 20%;
        border-radius: 100%;
        content: "";
        height: 30px;
        position: absolute;
        right: -21%;
        top: 50%;
        transform: translate(-21%, -50%);
        width: 30px;
        z-index: 1
    }

    .simplified_process .process_main .process_box_mob:last-child:after {
        display: none
    }

    .simplified_process .process_main .process_box_mob .process_flex {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head strong {
        font-size: 12px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head .h5,
    .simplified_process .process_main .process_box_mob .process_flex .process_box_head h5 {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_img svg {
        height: 35px;
        width: auto
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content {
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content p {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 0
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li {
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 5px;
        padding-left: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li:before {
        height: 5px;
        left: -5px;
        top: 8px;
        width: 5px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .hire_developer_slider .best_app_main {
        height: 430px;
        margin: 30px 5px auto
    }

    .hire_developer_slider .best_app_main .best_app_box {
        align-items: center;
        display: flex;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 30%
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 70%;
        margin-left: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head .h6,
    .hire_developer_slider .best_app_main .best_app_box .best_app_head h6 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head span {
        display: block;
        font-size: 13px
    }

    .hire_developer_slider .best_app_main .best_app_content_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 20px 20px 0
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info {
        flex: 0 0 40%
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info .h6,
    .hire_developer_slider .best_app_main .best_app_content_main .best_info h6 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num {
        flex: 0 0 60%;
        text-align: right
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num p {
        font-size: 14px;
        line-height: 24px
    }

    .hire_developer_slider .best_app_main .expert_main {
        align-items: start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head {
        flex: 0 0 100%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head .h6,
    .hire_developer_slider .best_app_main .expert_main .expert_head h6 {
        font-size: 14px;
        line-height: 17px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info {
        flex: 0 0 100%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul li {
        border-radius: 30px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        min-width: 70px;
        padding: 0 10px;
        text-align: center
    }

    .hire_developer_slider .best_app_main .best_app_btn {
        padding: 0 15px
    }

    .hire_developer_slider .best_app_main .best_app_btn a {
        border-radius: 15px;
        font-size: 12px;
        font-weight: 400;
        padding: 10px 16px
    }

    .hire_developer_slider.hire_net_slider .best_app_main {
        height: 500px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box {
        height: 190px;
        padding: 30px 20px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 35%
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 65%;
        margin-left: 15px
    }

    .hire_top_developers .hire_top_dev_box {
        height: 230px;
        margin-top: 30px;
        padding: 30px 20px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main {
        align-items: center;
        display: flex
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head {
        margin-left: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head .h6,
    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head h6 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content {
        margin-top: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_btn a {
        font-size: 14px;
        line-height: 22px
    }

    .ideal_choice .ideal_dubai_box {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 10px;
        text-align: center
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item {
        flex: 0 0 33.33%;
        padding: 30px 20px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item .h2,
    .ideal_choice .ideal_dubai_box .ideal_box_item h2 {
        margin-bottom: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item strong {
        font-size: 13px;
        line-height: 23px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item p {
        font-size: 11px;
        line-height: 21px;
        margin-bottom: 0;
        margin-top: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item:last-child {
        border-right: 0
    }

    .facilitate_hiring strong {
        font-size: 13px;
        line-height: 23px
    }

    .facilitate_hiring .faclitate_btn {
        margin-top: 20px
    }

    .facilitate_hiring .faclitate_btn a {
        border-radius: 5px
    }

    .facilitate_hiring .faclitate_box {
        height: 270px;
        margin-bottom: 20px;
        padding: 20px
    }

    .facilitate_hiring .faclitate_box .facilitate_content {
        margin-top: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content .h6,
    .facilitate_hiring .faclitate_box .facilitate_content h6 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content p {
        font-size: 11px;
        line-height: 21px;
        margin-bottom: 0
    }

    .facilitate_hiring .faclitate_box .facilitate_img svg {
        height: 40px;
        width: auto
    }

    .hire_engagement_models .engagement_box {
        margin-top: 20px;
        min-height: 200px;
        padding: 20px
    }

    .hire_engagement_models .engagement_box .engagement_img svg {
        height: 40px;
        width: auto
    }

    .hire_engagement_models .engagement_box .engagement_content {
        margin-top: 10px
    }

    .hire_engagement_models .engagement_box .engagement_content .h6,
    .hire_engagement_models .engagement_box .engagement_content h6 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px
    }

    .hire_engagement_models .engagement_box .engagement_content p {
        font-size: 12px;
        line-height: 22px
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn {
        text-align: right
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn a {
        font-size: 13px;
        line-height: 22px
    }

    .simplified_process .process_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 30px
    }

    .simplified_process .process_main .process_box_mob {
        border-radius: 20px;
        height: 280px;
        padding: 15px 8px;
        width: 140px
    }

    .simplified_process .process_main .process_box_mob .step_num {
        font-size: 60px;
        letter-spacing: -.06em;
        line-height: 50px;
        right: 10px;
        top: 0;
        z-index: 0
    }

    .simplified_process .process_main .process_box_mob:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 20%;
        border-radius: 100%;
        content: "";
        height: 30px;
        position: absolute;
        right: -21%;
        top: 50%;
        transform: translate(-21%, -50%);
        width: 30px;
        z-index: 1
    }

    .simplified_process .process_main .process_box_mob:last-child:after {
        display: none
    }

    .simplified_process .process_main .process_box_mob .process_flex {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head strong {
        font-size: 11px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head .h5,
    .simplified_process .process_main .process_box_mob .process_flex .process_box_head h5 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0;
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_img svg {
        height: 30px;
        width: auto
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content {
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content p {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 0
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li {
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 5px;
        padding-left: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li:before {
        height: 5px;
        left: -5px;
        top: 8px;
        width: 5px
    }

    .feature_sec .carousel_hire_dubai ul li {
        max-width: 100% !important
    }
}

@media(min-width:0px)and (max-width:666px) {
    .hire_developer_slider .best_app_main {
        height: 430px;
        margin: 30px auto auto
    }

    .hire_developer_slider .best_app_main .best_app_box {
        align-items: center;
        display: flex;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 30%
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 70%;
        margin-left: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head .h6,
    .hire_developer_slider .best_app_main .best_app_box .best_app_head h6 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head span {
        display: block;
        font-size: 13px
    }

    .hire_developer_slider .best_app_main .best_app_content_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 20px 20px 0
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info {
        flex: 0 0 40%
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info .h6,
    .hire_developer_slider .best_app_main .best_app_content_main .best_info h6 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num {
        flex: 0 0 60%;
        text-align: right
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num p {
        font-size: 14px;
        line-height: 24px
    }

    .hire_developer_slider .best_app_main .expert_main {
        align-items: start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head {
        flex: 0 0 100%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head .h6,
    .hire_developer_slider .best_app_main .expert_main .expert_head h6 {
        font-size: 14px;
        line-height: 17px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info {
        flex: 0 0 100%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul li {
        border-radius: 30px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        min-width: 70px;
        padding: 0 10px;
        text-align: center
    }

    .hire_developer_slider .best_app_main .best_app_btn {
        padding: 0 15px
    }

    .hire_developer_slider .best_app_main .best_app_btn a {
        border-radius: 15px;
        font-size: 12px;
        font-weight: 400;
        padding: 10px 16px
    }

    .hire_developer_slider.hire_net_slider .best_app_main {
        height: 500px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box {
        height: auto;
        padding: 20px 15px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 35%
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 65%;
        margin-left: 12px
    }

    .hire_top_developers .hire_top_dev_box {
        height: 220px;
        margin-top: 20px;
        padding: 25px 20px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main {
        display: flex
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head {
        margin-left: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head .h6,
    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_head h6 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_main .hire_top_img .gatsby-image-wrapper img {
        height: 40px;
        width: auto
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content {
        margin-top: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .hire_top_developers .hire_top_dev_box .hire_top_btn a {
        font-size: 13px;
        line-height: 21px
    }

    .ideal_choice {
        background-image: none !important;
        background: #f8f8fb
    }

    .ideal_choice .ideal_dubai_box {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
        text-align: center
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item {
        border-bottom: 1px solid rgba(200, 200, 215, .6);
        border-right: none;
        flex: 0 0 100%;
        padding: 20px 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item .h2,
    .ideal_choice .ideal_dubai_box .ideal_box_item h2 {
        margin-bottom: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item strong {
        font-size: 13px;
        line-height: 23px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 10px
    }

    .ideal_choice .ideal_dubai_box .ideal_box_item:last-child {
        border-bottom: 0;
        border-right: 0
    }

    .facilitate_hiring .resp_order {
        order: 2
    }

    .facilitate_hiring strong {
        font-size: 13px;
        line-height: 23px
    }

    .facilitate_hiring .faclitate_btn {
        margin-top: 10px
    }

    .facilitate_hiring .faclitate_btn a {
        border-radius: 5px
    }

    .facilitate_hiring .faclitate_box {
        height: 240px;
        margin-bottom: 0;
        margin-top: 20px;
        padding: 20px
    }

    .facilitate_hiring .faclitate_box .facilitate_content {
        margin-top: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content .h6,
    .facilitate_hiring .faclitate_box .facilitate_content h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .facilitate_hiring .faclitate_box .facilitate_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0
    }

    .facilitate_hiring .faclitate_box .facilitate_img svg {
        height: 40px;
        width: auto
    }

    .hire_engagement_models {
        background-image: none !important;
        background: #f8f8fb
    }

    .hire_engagement_models .engagement_box {
        margin-top: 20px;
        min-height: 210px;
        padding: 20px
    }

    .hire_engagement_models .engagement_box .engagement_img svg {
        height: 35px;
        width: auto
    }

    .hire_engagement_models .engagement_box .engagement_content {
        margin-top: 10px
    }

    .hire_engagement_models .engagement_box .engagement_content .h6,
    .hire_engagement_models .engagement_box .engagement_content h6 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px
    }

    .hire_engagement_models .engagement_box .engagement_content p {
        font-size: 12px;
        line-height: 22px
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn {
        text-align: right
    }

    .hire_engagement_models .engagement_box .engagement_content .engagement_btn a {
        font-size: 13px;
        line-height: 22px
    }

    .simplified_process .process_main {
        display: block;
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob {
        border-radius: 20px;
        height: 250px;
        margin: 0 auto 30px;
        padding: 25px 20px;
        width: 95%
    }

    .simplified_process .process_main .process_box_mob .step_num {
        font-size: 70px;
        letter-spacing: -.06em;
        line-height: 60px;
        right: 10px;
        top: 0;
        z-index: 0
    }

    .simplified_process .process_main .process_box_mob:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 10px;
        border-radius: 100%;
        content: "";
        height: 35px;
        position: absolute;
        right: calc(50% - 35px);
        top: 100%;
        transform: translate(-50%) rotate(90deg);
        width: 35px;
        z-index: 1
    }

    .simplified_process .process_main .process_box_mob:last-child:after {
        display: none
    }

    .simplified_process .process_main .process_box_mob .process_flex {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 2
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head strong {
        font-size: 13px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_head .h5,
    .simplified_process .process_main .process_box_mob .process_flex .process_box_head h5 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 0;
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_flex .process_box_img svg {
        height: 40px;
        width: auto
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content {
        margin-top: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
        padding-left: 10px
    }

    .simplified_process .process_main .process_box_mob .process_box_mob_content ul li:before {
        height: 5px;
        left: -5px;
        top: 8px;
        width: 5px
    }

    .ready_goals .ready_goals_btn {
        margin-bottom: 20px;
        margin-top: 10px
    }

    .feature_sec .carousel_hire_dubai ul li {
        max-width: 100% !important
    }
}

@media(min-width:0px)and (max-width:360px) {
    .hire_developer_slider .best_app_main {
        height: 430px;
        margin: 30px auto auto
    }

    .hire_developer_slider .best_app_main .best_app_box {
        align-items: center;
        display: flex;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 30%
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 70%;
        margin-left: 20px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head .h6,
    .hire_developer_slider .best_app_main .best_app_box .best_app_head h6 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .hire_developer_slider .best_app_main .best_app_box .best_app_head span {
        display: block;
        font-size: 13px
    }

    .hire_developer_slider .best_app_main .best_app_content_main {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 20px 20px 0
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info {
        flex: 0 0 40%
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info .h6,
    .hire_developer_slider .best_app_main .best_app_content_main .best_info h6 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num {
        flex: 0 0 60%;
        text-align: right
    }

    .hire_developer_slider .best_app_main .best_app_content_main .best_info_num p {
        font-size: 14px;
        line-height: 24px
    }

    .hire_developer_slider .best_app_main .expert_main {
        align-items: start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 20px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head {
        flex: 0 0 100%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_head .h6,
    .hire_developer_slider .best_app_main .expert_main .expert_head h6 {
        font-size: 14px;
        line-height: 17px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info {
        flex: 0 0 100%
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px
    }

    .hire_developer_slider .best_app_main .expert_main .expert_info ul li {
        border-radius: 30px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        min-width: 70px;
        padding: 0 10px;
        text-align: center
    }

    .hire_developer_slider .best_app_main .best_app_btn {
        padding: 0 15px
    }

    .hire_developer_slider .best_app_main .best_app_btn a {
        border-radius: 15px;
        font-size: 12px;
        font-weight: 400;
        padding: 10px 16px
    }

    .hire_developer_slider.hire_net_slider .best_app_main {
        height: 510px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box {
        height: auto;
        padding: 20px 15px
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_img {
        flex: 0 0 35%
    }

    .hire_developer_slider.hire_net_slider .best_app_main .best_app_box .best_app_head {
        flex: 0 0 65%;
        margin-left: 12px
    }
}

.expand_growth_dubai {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

.expand_growth_dubai .h2,
.expand_growth_dubai h2,
.expand_growth_dubai p {
    color: #fff
}

.expand_growth_dubai a.border_btn {
    background: #06dcbf;
    color: #fff
}

.end_to_end_dubai {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

.end_to_end_dubai .h2,
.end_to_end_dubai h2,
.end_to_end_dubai p {
    color: #fff
}

.delivered_apps_dubai a.border_btn,
.end_to_end_dubai a.border_btn {
    background: #06dcbf;
    color: #fff
}

.delivered_apps_dubai .delivered_apps_img {
    position: absolute;
    top: 0
}

.teemates_case_dubai .teemates_main {
    margin-top: 30px;
    position: relative
}

.teemates_case_dubai .teemates_main .h2,
.teemates_case_dubai .teemates_main h2,
.teemates_case_dubai .teemates_main p {
    color: #fff
}

.teemates_case_dubai .teemates_main .teemates_content a.border_btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.teemates_case_dubai .teemates_main .teemates_content a.border_btn:hover {
    background: #06dcbf;
    border: 1px solid #06dcbf
}

@media(min-width:1600px)and (max-width:1800px) {
    .teemates_case_dubai .teemates_main {
        background-size: contain;
        height: 100vh;
        margin-top: 30px
    }

    .teemates_case_dubai .teemates_main .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .teemates_case_dubai .teemates_main {
        background-size: contain;
        height: 100vh;
        margin-top: 30px
    }

    .teemates_case_dubai .teemates_main .gatsby-image-wrapper img {
        height: 370px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .expand_growth_dubai {
        background-size: cover;
        padding: 70px 0
    }

    .teemates_case_dubai .teemates_main {
        background-size: contain;
        height: 100vh;
        margin-top: 30px
    }

    .teemates_case_dubai .teemates_main .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .end_to_end_dubai {
        padding: 70px 0
    }

    .winning_dubai .winning_image {
        text-align: center
    }

    .winning_dubai .winning_image .gatsby-image-wrapper img {
        height: 450px
    }

    .delivered_apps_dubai .delivered_apps_img {
        top: 5px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .expand_growth_dubai {
        background-position: 50%;
        background-size: cover;
        padding: 50px 0
    }

    .teemates_case_dubai .teemates_main {
        background-size: contain;
        height: 70vh;
        margin-top: 0
    }

    .teemates_case_dubai .teemates_main .gatsby-image-wrapper img {
        height: 320px;
        width: auto
    }

    .end_to_end_dubai {
        background-position: 50%;
        padding: 50px 0
    }

    .winning_dubai .winning_image {
        text-align: center
    }

    .winning_dubai .winning_image .gatsby-image-wrapper img {
        height: 390px
    }

    .delivered_apps_dubai .delivered_apps_img {
        top: 35px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .expand_growth_dubai {
        background-position: 50%;
        background-size: cover;
        padding: 40px 0
    }

    .teemates_case_dubai .teemates_main {
        background-size: contain;
        margin-top: 0
    }

    .teemates_case_dubai .teemates_main .gatsby-image-wrapper img {
        height: 300px;
        width: auto
    }

    .end_to_end_dubai {
        background-position: 50%;
        padding: 40px 0
    }

    .winning_dubai .winning_image {
        text-align: center
    }

    .winning_dubai .winning_image .gatsby-image-wrapper img {
        height: 300px
    }

    .delivered_apps_dubai .delivered_apps_img {
        top: 45px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .expand_growth_dubai {
        background-position: 50%;
        background-size: cover;
        padding: 30px 0
    }

    .teemates_case_dubai .teemates_main {
        background-size: contain;
        margin-top: 0
    }

    .teemates_case_dubai .teemates_main .gatsby-image-wrapper img {
        height: 300px;
        width: auto
    }

    .end_to_end_dubai {
        background-position: 50%;
        padding: 30px 0
    }

    .winning_dubai .winning_image {
        text-align: center
    }

    .winning_dubai .winning_image .gatsby-image-wrapper img {
        height: 150px;
        width: auto
    }

    .delivered_apps_dubai {
        padding-bottom: 0 !important
    }

    .delivered_apps_dubai .delivered_apps_img {
        margin-top: 20px;
        position: relative;
        top: 0
    }
}

@media(min-width:1600px)and (max-width:1800px) {
    .locationgcc_banner.no-bread-loc-banner {
        margin-top: 30px
    }

    .acc_section .accordion {
        margin-top: 50px
    }

    .acc_section .accordion .accordion-item {
        margin-bottom: 30px
    }

    .acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 28px;
        height: 100px;
        padding: 0 45px
    }

    .acc_section .accordion .accordion-collapse .accordion-body {
        padding: 50px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 16px;
        line-height: 32px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img span img {
        max-height: 720px
    }

    .tabing_section ul.nav.nav-tabs {
        margin-top: 50px
    }

    .tabing_section ul.nav.nav-tabs .nav-item {
        height: 40px;
        padding: 0 70px 0 0
    }

    .tabing_section ul.nav.nav-tabs .nav-item:after {
        height: 40px
    }

    .tabing_section ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 18px;
        height: 42px;
        line-height: 32px
    }

    .tabing_section .tab-content {
        padding: 40px 0 0
    }

    .tabing_section .tab-content .saudia_h3_head {
        font-size: 44px;
        line-height: 60px
    }

    .tabing_section .tab-content ul {
        gap: 20px
    }

    .tabing_section .tab-content ul li {
        font-size: 18px;
        line-height: 18px;
        padding: 15px 30px
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item {
        padding: 0 25px 0 0
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 16px;
        line-height: 30px
    }

    .case_section .bg_case {
        min-height: 480px;
        padding: 50px 0 20px 30px
    }

    .case_section .bg_case .case-content {
        flex: 0 0 60%
    }

    .case_section .bg_case .case-content .h4,
    .case_section .bg_case .case-content h4 {
        font-size: 40px;
        line-height: 50px
    }

    .case_section .bg_case .case-content p {
        font-size: 14px;
        line-height: 28px
    }

    .case_section .bg_case .case-content .btn_case {
        font-size: 13px;
        height: 40px;
        max-width: 200px
    }

    .case_section .bg_case .case-img {
        flex: 0 0 40%;
        position: relative
    }

    .case_section .bg_case .case-img span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .whychoose p {
        font-size: 16px;
        line-height: 32px
    }

    .whychoose .choose-main {
        margin-bottom: 40px
    }

    .whychoose .choose-main .choose-box .choose-num {
        font-size: 65px;
        line-height: 65px
    }

    .whychoose .choose-main .choose-box .choose-num span {
        font-size: 16px;
        line-height: 26px
    }
}

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

    .acc_section .accordion,
    .locationgcc_banner.no-bread-loc-banner {
        margin-top: 40px
    }

    .acc_section .accordion .accordion-item {
        margin-bottom: 25px
    }

    .acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 24px;
        height: 70px;
        padding: 0 45px
    }

    .acc_section .accordion .accordion-collapse .accordion-body {
        padding: 24px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 15px;
        line-height: 30px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img span img {
        max-height: 550px
    }

    .tabing_section ul.nav.nav-tabs {
        margin-top: 40px
    }

    .tabing_section ul.nav.nav-tabs .nav-item {
        height: 40px;
        padding: 0 70px 0 0
    }

    .tabing_section ul.nav.nav-tabs .nav-item:after {
        height: 40px
    }

    .tabing_section ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 17px;
        height: 42px;
        line-height: 30px
    }

    .tabing_section .tab-content {
        padding: 30px 0 0
    }

    .tabing_section .tab-content .saudia_h3_head {
        font-size: 40px;
        line-height: 55px
    }

    .tabing_section .tab-content ul {
        gap: 20px
    }

    .tabing_section .tab-content ul li {
        font-size: 15px;
        line-height: 15px;
        padding: 15px 25px
    }

    .tabing_section .tab-content a.border_btn {
        margin-top: 0
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link {
        color: #c6c6c6
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.web_tabs_sec .tab-content {
        padding: 20px 0 0
    }

    .tabing_section.web_tabs_sec .tab-content ul li {
        background: transparent;
        padding: 0 20px 20px 0
    }

    .tabing_section.web_tabs_sec .tab-content ul li img {
        height: 70px;
        width: auto
    }

    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
        text-align: center
    }

    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.healthcare_tabs_sec .tab-content {
        padding: 20px 0 0
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li {
        background: transparent;
        padding: 0 20px 20px 0
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li img {
        height: 70px;
        width: auto
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
        text-align: center
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item {
        padding: 0 20px 0 0
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 15px;
        line-height: 29px
    }

    .case_section .bg_case {
        min-height: 400px;
        padding: 40px 0 20px 30px
    }

    .case_section .bg_case .case-content {
        flex: 0 0 60%
    }

    .case_section .bg_case .case-content .h4,
    .case_section .bg_case .case-content h4 {
        font-size: 35px;
        line-height: 45px
    }

    .case_section .bg_case .case-content p {
        font-size: 12px;
        line-height: 24px
    }

    .case_section .bg_case .case-content .btn_case {
        font-size: 13px;
        height: 35px;
        max-width: 200px
    }

    .case_section .bg_case .case-img {
        flex: 0 0 40%;
        position: relative
    }

    .case_section .bg_case .case-img span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .whychoose p {
        font-size: 15px;
        line-height: 30px
    }

    .whychoose .choose-main {
        margin-bottom: 40px
    }

    .whychoose .choose-main .choose-box {
        height: 140px
    }

    .whychoose .choose-main .choose-box .choose-num {
        font-size: 55px;
        line-height: 55px
    }

    .whychoose .choose-main .choose-box .choose-num span {
        font-size: 15px;
        line-height: 25px
    }

    .location_ae .h2,
    .location_ae h2 {
        margin-bottom: 10px
    }

    .location_ae .map_ae {
        margin-bottom: 20px
    }

    .location_ae .map_ae iframe {
        height: 400px
    }

    .location_ae .ae_loc_box {
        height: 140px;
        max-width: 430px;
        padding: 20px
    }

    .location_ae .ae_loc_box ul li {
        margin-bottom: 10px
    }

    .location_ae .ae_loc_box ul li span {
        margin-left: 10px
    }

    .location_ae .ae_loc_box ul li .phone_btn_ae {
        font-size: 15px;
        margin-left: 10px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae {
        height: 315px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae .tech_box_title {
        border-bottom: 1px solid #d3d3d3;
        padding: 20px 0 20px 30px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_box_txt .txt_box_items span {
        font-size: 15px;
        padding-left: 6px
    }
}

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

    .acc_section .accordion,
    .locationgcc_banner.no-bread-loc-banner {
        margin-top: 40px
    }

    .acc_section .accordion .accordion-item {
        margin-bottom: 25px
    }

    .acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 22px;
        height: 60px;
        letter-spacing: 1px;
        padding: 0 30px
    }

    .acc_section .accordion .accordion-collapse .accordion-body {
        padding: 24px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 14px;
        line-height: 28px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img span img {
        max-height: 500px
    }

    .tabing_section ul.nav.nav-tabs {
        margin-top: 40px
    }

    .tabing_section ul.nav.nav-tabs .nav-item {
        height: 40px;
        padding: 0 70px 0 0
    }

    .tabing_section ul.nav.nav-tabs .nav-item:after {
        height: 40px
    }

    .tabing_section ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 17px;
        height: 42px;
        line-height: 30px
    }

    .tabing_section .tab-content {
        padding: 30px 0 0
    }

    .tabing_section .tab-content .saudia_h3_head {
        font-size: 35px;
        line-height: 45px
    }

    .tabing_section .tab-content ul {
        gap: 20px
    }

    .tabing_section .tab-content ul li {
        font-size: 15px;
        line-height: 15px;
        padding: 15px 25px
    }

    .tabing_section .tab-content a.border_btn {
        margin-top: 0
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link {
        color: #c6c6c6
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.web_tabs_sec .tab-content {
        padding: 20px 0 0
    }

    .tabing_section.web_tabs_sec .tab-content ul li {
        background: transparent;
        padding: 0 20px 20px 0
    }

    .tabing_section.web_tabs_sec .tab-content ul li img {
        height: 60px;
        width: auto
    }

    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.healthcare_tabs_sec .tab-content {
        padding: 20px 0 0
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li {
        background: transparent;
        padding: 0 20px 20px 0
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li img {
        height: 60px;
        width: auto
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
        text-align: center
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item {
        padding: 0 18px 0 0
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 14px;
        line-height: 28px
    }

    .tabing_section.hire_and_tabs ul.nav.nav-tabs .nav-item {
        padding: 0 55px 0 0
    }

    .case_section .bg_case {
        min-height: 360px;
        padding: 40px 0 20px 30px
    }

    .case_section .bg_case .case-content {
        flex: 0 0 60%
    }

    .case_section .bg_case .case-content .h4,
    .case_section .bg_case .case-content h4 {
        font-size: 30px;
        line-height: 40px
    }

    .case_section .bg_case .case-content p {
        font-size: 12px;
        line-height: 20px
    }

    .case_section .bg_case .case-content .btn_case {
        font-size: 13px;
        height: 35px;
        max-width: 200px
    }

    .case_section .bg_case .case-img {
        flex: 0 0 40%;
        position: relative
    }

    .case_section .bg_case .case-img span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .whychoose p {
        font-size: 14px;
        line-height: 28px
    }

    .whychoose .choose-main {
        margin-bottom: 40px
    }

    .whychoose .choose-main .choose-box {
        height: 140px
    }

    .whychoose .choose-main .choose-box .choose-num {
        font-size: 55px;
        line-height: 55px
    }

    .whychoose .choose-main .choose-box .choose-num span {
        font-size: 15px;
        line-height: 25px
    }

    .location_ae .h2,
    .location_ae h2 {
        margin-bottom: 10px
    }

    .location_ae .map_ae {
        margin-bottom: 20px
    }

    .location_ae .map_ae iframe {
        height: 400px
    }

    .location_ae .ae_loc_box {
        height: 140px;
        max-width: 430px;
        padding: 20px
    }

    .location_ae .ae_loc_box ul li {
        margin-bottom: 10px
    }

    .location_ae .ae_loc_box ul li span {
        margin-left: 10px
    }

    .location_ae .ae_loc_box ul li .phone_btn_ae {
        font-size: 15px;
        margin-left: 10px
    }

    .ready_ae p {
        margin-bottom: 0
    }

    .ready_ae a.border_btn {
        margin-bottom: 20px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae {
        height: 315px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae .tech_box_title {
        border-bottom: 1px solid #d3d3d3;
        padding: 20px 0 20px 30px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_box_txt .txt_box_items span {
        font-size: 14px;
        padding-left: 6px
    }
}

@media(min-width:900px)and (max-width:1199px) {

    .locationgcc_banner,
    .locationgcc_banner.no-bread-loc-banner {
        height: 90vh
    }

    .acc_section .accordion {
        margin-top: 40px
    }

    .acc_section .accordion .accordion-item {
        margin-bottom: 25px
    }

    .acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 20px;
        height: 60px;
        letter-spacing: -1px;
        padding: 0 30px
    }

    .acc_section .accordion .accordion-collapse .accordion-body {
        padding: 24px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 13px;
        line-height: 26px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img span img {
        max-height: 500px
    }

    .tabing_section ul.nav.nav-tabs {
        margin-top: 30px
    }

    .tabing_section ul.nav.nav-tabs .nav-item {
        height: 40px;
        padding: 0 40px 0 0
    }

    .tabing_section ul.nav.nav-tabs .nav-item:after {
        height: 40px
    }

    .tabing_section ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 16px;
        height: 42px;
        line-height: 28px
    }

    .tabing_section .tab-content {
        padding: 30px 0 0
    }

    .tabing_section .tab-content .saudia_h3_head {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 40px
    }

    .tabing_section .tab-content ul {
        gap: 20px
    }

    .tabing_section .tab-content ul li {
        font-size: 15px;
        line-height: 15px;
        padding: 15px 25px
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link {
        color: #c6c6c6
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.web_tabs_sec .tab-content {
        padding: 20px 0 0
    }

    .tabing_section.web_tabs_sec .tab-content ul li {
        background: transparent;
        padding: 0 20px 20px 0
    }

    .tabing_section.web_tabs_sec .tab-content ul li img {
        height: 60px;
        width: auto
    }

    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 15px;
        line-height: 27px
    }

    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.healthcare_tabs_sec .tab-content {
        padding: 20px 0 0
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li {
        background: transparent;
        padding: 0 20px 20px 0
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li img {
        height: 60px;
        width: auto
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
        text-align: center
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item {
        padding: 0 15px 0 0
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 11px;
        line-height: 23px
    }

    .tabing_section.hire_and_tabs ul.nav.nav-tabs .nav-item {
        padding: 0 35px 0 0
    }

    .case_section .bg_case {
        margin-bottom: 20px;
        min-height: 350px;
        padding: 40px 0 30px 30px
    }

    .case_section .bg_case .case-content {
        flex: 0 0 80%
    }

    .case_section .bg_case .case-content .h4,
    .case_section .bg_case .case-content h4 {
        font-size: 35px;
        line-height: 45px
    }

    .case_section .bg_case .case-content p {
        font-size: 13px;
        line-height: 26px
    }

    .case_section .bg_case .case-content .btn_case {
        font-size: 13px;
        height: 35px;
        max-width: 200px
    }

    .case_section .bg_case .case-img {
        flex: 0 0 20%;
        position: relative
    }

    .case_section .bg_case .case-img span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .whychoose p {
        font-size: 13px;
        line-height: 26px
    }

    .whychoose .choose-main {
        gap: 20px;
        margin-bottom: 40px
    }

    .whychoose .choose-main .choose-box {
        height: 130px
    }

    .whychoose .choose-main .choose-box .choose-num {
        font-size: 45px;
        line-height: 45px
    }

    .whychoose .choose-main .choose-box .choose-num span {
        font-size: 14px;
        line-height: 24px
    }

    .revolution_gcc {
        background-image: none !important
    }

    .location_ae .h2,
    .location_ae h2 {
        margin-bottom: 10px
    }

    .location_ae .map_ae {
        margin-bottom: 20px
    }

    .location_ae .map_ae iframe {
        height: 350px
    }

    .location_ae .ae_loc_box {
        height: auto;
        max-width: 100%;
        padding: 20px;
        width: 100%
    }

    .location_ae .ae_loc_box ul li {
        margin-bottom: 10px
    }

    .location_ae .ae_loc_box ul li span {
        margin-left: 10px
    }

    .location_ae .ae_loc_box ul li .phone_btn_ae {
        font-size: 15px;
        margin-left: 10px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae {
        height: 315px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae .tech_box_title {
        border-bottom: 1px solid #d3d3d3;
        padding: 20px 0 20px 30px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_box_txt .txt_box_items span {
        font-size: 13px;
        padding-left: 6px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .locationgcc_banner {
        height: 60vh
    }

    .locationgcc_banner.saudia_mob_banner {
        height: 80vh
    }

    .locationgcc_banner.saudia_mob_banner .banenr_content {
        padding-right: 0
    }

    .locationgcc_banner.no-bread-loc-banner {
        height: 70vh
    }

    .acc_section .accordion {
        margin-top: 40px
    }

    .acc_section .accordion .accordion-item {
        margin-bottom: 25px
    }

    .acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 18px;
        height: 60px;
        letter-spacing: 1px;
        padding: 0 30px
    }

    .acc_section .accordion .accordion-collapse .accordion-body {
        padding: 24px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content {
        display: block
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 12px;
        line-height: 24px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img span img {
        margin-top: 30px;
        max-height: 350px
    }

    .tabing_section {
        overflow: hidden
    }

    .tabing_section ul.nav.nav-tabs {
        justify-content: center;
        margin-top: 30px
    }

    .tabing_section ul.nav.nav-tabs .nav-item {
        height: 40px;
        padding: 0 25px 0 0
    }

    .tabing_section ul.nav.nav-tabs .nav-item:after {
        height: 40px
    }

    .tabing_section ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 14px;
        height: 42px;
        line-height: 26px
    }

    .tabing_section .tab-content {
        padding: 30px 0 0 10px
    }

    .tabing_section .tab-content .saudia_h3_head {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 35px;
        margin-bottom: 15px
    }

    .tabing_section .tab-content ul {
        gap: 20px
    }

    .tabing_section .tab-content ul li {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 20px
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link {
        color: #c6c6c6
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.web_tabs_sec .tab-content {
        padding: 20px 0 0
    }

    .tabing_section.web_tabs_sec .tab-content ul li {
        background: transparent;
        padding: 0 20px 20px 0
    }

    .tabing_section.web_tabs_sec .tab-content ul li img {
        height: 50px;
        width: auto
    }

    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.healthcare_tabs_sec .tab-content {
        padding: 20px 0 0
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li {
        background: transparent;
        padding: 0 20px 20px 0
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li img {
        height: 50px;
        width: auto
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item {
        padding: 0 20px 0 0
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 13px;
        line-height: 25px
    }

    .tabing_section.hire_and_tabs ul.nav.nav-tabs .nav-item {
        padding: 0 20px 0 0
    }

    .case_section .bg_case {
        margin-bottom: 20px;
        min-height: 350px;
        padding: 40px 0 30px 30px
    }

    .case_section .bg_case .case-content {
        flex: 0 0 80%
    }

    .case_section .bg_case .case-content .h4,
    .case_section .bg_case .case-content h4 {
        font-size: 35px;
        line-height: 45px
    }

    .case_section .bg_case .case-content p {
        font-size: 12px;
        line-height: 24px
    }

    .case_section .bg_case .case-content .btn_case {
        font-size: 13px;
        height: 35px;
        max-width: 200px
    }

    .case_section .bg_case .case-img {
        flex: 0 0 20%;
        position: relative
    }

    .case_section .bg_case .case-img span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .whychoose p {
        font-size: 12px;
        line-height: 24px
    }

    .whychoose .choose-main {
        gap: 5px;
        margin-bottom: 40px
    }

    .whychoose .choose-main .choose-box {
        flex: 0 0 33%;
        height: 130px
    }

    .whychoose .choose-main .choose-box .choose-num {
        font-size: 45px;
        line-height: 45px
    }

    .whychoose .choose-main .choose-box .choose-num span {
        font-size: 14px;
        line-height: 24px
    }

    .revolution_gcc {
        background-image: none !important
    }

    .location_ae .h2,
    .location_ae h2 {
        margin-bottom: 10px
    }

    .location_ae .map_ae {
        margin-bottom: 20px
    }

    .location_ae .map_ae iframe {
        height: 300px
    }

    .location_ae .ae_loc_box {
        height: auto;
        max-width: 100%;
        padding: 20px;
        width: 100%
    }

    .location_ae .ae_loc_box ul li {
        margin-bottom: 10px
    }

    .location_ae .ae_loc_box ul li span {
        margin-left: 10px
    }

    .location_ae .ae_loc_box ul li .phone_btn_ae {
        font-size: 14px;
        margin-left: 10px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae {
        height: 315px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae .tech_box_title {
        border-bottom: 1px solid #d3d3d3;
        padding: 20px 0 20px 30px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_box_txt .txt_box_items span {
        font-size: 13px;
        padding-left: 6px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .locationgcc_banner {
        height: 100%;
        padding-top: 100px
    }

    .locationgcc_banner .banenr_content {
        padding-right: 0
    }

    .locationgcc_banner img {
        margin-top: 30px
    }

    .locationgcc_banner.banner_hire_sa a.border_btn,
    .locationgcc_banner.uk_banner a.border_btn {
        background: #06dcbf;
        color: #fff
    }

    .locationgcc_banner.no-bread-loc-banner {
        height: 100%
    }

    .acc_section .accordion {
        margin-top: 30px
    }

    .acc_section .accordion .accordion-item {
        margin-bottom: 25px
    }

    .acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        font-size: 15px;
        height: 70px;
        letter-spacing: 0;
        padding: 0 15px
    }

    .acc_section .accordion .accordion-collapse .accordion-body {
        padding: 15px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content {
        display: block
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 13px;
        line-height: 26px
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img {
        flex: 0 0 50%
    }

    .acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img span img {
        margin-top: 30px;
        max-height: 300px
    }

    .tabing_section ul.nav.nav-tabs {
        border-bottom: 0;
        display: block;
        margin-top: 20px;
        padding: 0
    }

    .tabing_section ul.nav.nav-tabs .nav-item {
        height: 40px;
        padding: 0 0 0 20px
    }

    .tabing_section ul.nav.nav-tabs .nav-item:after {
        height: 40px
    }

    .tabing_section ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 14px;
        height: 42px;
        line-height: 26px
    }

    .tabing_section .tab-content {
        padding: 30px 0 0 10px
    }

    .tabing_section .tab-content .saudia_h3_head {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 32px;
        margin-bottom: 20px
    }

    .tabing_section .tab-content ul {
        gap: 20px
    }

    .tabing_section .tab-content ul li {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 20px
    }

    .tabing_section .tab-content img {
        display: block;
        margin: 20px auto 0;
        width: 70%
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link {
        color: #c6c6c6
    }

    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.web_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.web_tabs_sec .tab-content ul li {
        padding: 0 10px 10px
    }

    .tabing_section.web_tabs_sec .tab-content ul li img {
        height: 40px;
        width: auto
    }

    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.web_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link.active,
    .tabing_section.healthcare_tabs_sec ul.nav.nav-tabs .nav-item button.nav-link:hover {
        border-bottom: 2px solid #06dcbf;
        color: #06dcbf
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li {
        padding: 0 10px 10px
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li img {
        height: 40px;
        width: auto
    }

    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web .h6,
    .tabing_section.healthcare_tabs_sec .tab-content ul li .text_tabs_web h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item {
        padding: 0 0 0 20px
    }

    .tabing_section.cloud_computing_tabs ul.nav.nav-tabs .nav-item button.nav-link {
        font-size: 14px;
        line-height: 26px
    }

    .case_section .bg_case {
        margin-bottom: 20px;
        min-height: 350px;
        padding: 30px 0 20px 20px
    }

    .case_section .bg_case .case-content {
        flex: 0 0 100%
    }

    .case_section .bg_case .case-content .h4,
    .case_section .bg_case .case-content h4 {
        font-size: 35px;
        line-height: 45px
    }

    .case_section .bg_case .case-content p {
        font-size: 13px;
        line-height: 26px
    }

    .case_section .bg_case .case-content .btn_case {
        font-size: 13px;
        height: 35px;
        max-width: 200px
    }

    .case_section .bg_case .case-img {
        display: none;
        flex: 0 0 20%;
        position: relative
    }

    .case_section .bg_case .case-img span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .experienced img {
        margin-top: 30px
    }

    .whychoose p {
        font-size: 13px;
        line-height: 26px
    }

    .whychoose .choose-main {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-bottom: 40px
    }

    .whychoose .choose-main .choose-box {
        flex: 0 0 70%;
        height: 130px
    }

    .whychoose .choose-main .choose-box .choose-num {
        font-size: 40px;
        line-height: 40px
    }

    .whychoose .choose-main .choose-box .choose-num span {
        font-size: 14px;
        line-height: 24px
    }

    .revolution_gcc {
        background-image: none !important
    }

    .enablement img {
        margin-top: 20px
    }

    .location_ae .h2,
    .location_ae h2 {
        margin-bottom: 10px
    }

    .location_ae .map_ae {
        margin-bottom: 20px
    }

    .location_ae .map_ae iframe {
        height: 300px
    }

    .location_ae .ae_loc_box {
        height: auto;
        max-width: 100%;
        padding: 20px;
        width: 100%
    }

    .location_ae .ae_loc_box ul li {
        margin-bottom: 5px
    }

    .location_ae .ae_loc_box ul li span {
        margin-left: 10px
    }

    .location_ae .ae_loc_box ul li .phone_btn_ae {
        font-size: 14px;
        margin-left: 10px
    }

    .robusttech_stack .tab-content .tech_sec_ae {
        align-items: center;
        border: none;
        display: block;
        margin-top: 30px;
        width: 100%
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae {
        border: 1px solid #d3d3d3;
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae .tech_box_title {
        border-bottom: 1px solid #d3d3d3;
        padding: 20px 0 10px 30px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_main_ae:last-child {
        border-right: 1px solid #d3d3d3
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_box_txt {
        margin-bottom: 20px;
        margin-top: 20px;
        padding-left: 30px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_box_txt .txt_box_items {
        margin-bottom: 10px
    }

    .robusttech_stack .tab-content .tech_sec_ae .tech_box_txt .txt_box_items span {
        font-size: 13px
    }
}

.service_usa {
    height: 90vh;
    margin-top: -100px
}

.service_usa .banenr_content {
    margin-top: 100px;
    padding-right: 100px
}

.service_usa .banenr_content .h1,
.service_usa .banenr_content h1,
.service_usa .banenr_content p {
    color: #fff;
    margin-bottom: 40px
}

.service_usa .banenr_content .border_btn {
    background-color: #06dcbf;
    color: #fff
}

.service_usa .banenr_content .border_btn.web_case_btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    min-width: 180px;
    padding: 0 30px;
    position: relative;
    text-align: center
}

.service_usa .banenr_content .border_btn.web_case_btn:hover {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    color: #fff
}

.service_usa .awards_web {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 20px
}

.service_usa.web_dev_service .banenr_content .web_head_banner {
    color: #06dcbf;
    font-size: 24px;
    letter-spacing: -2px;
    line-height: 34px
}

.service_usa.web_dev_service .banenr_content span,
.service_usa.web_dev_service .banenr_content .h2-title {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 65px;
    margin-bottom: 20px
}

.service_usa.web_dev_service .banenr_content p {
    margin-bottom: 20px
}

.service_usa.web_dev_service .banner_desktop {
    position: relative
}

.service_usa.web_dev_service .banner_desktop .banner_gif {
    height: 450px;
    position: absolute;
    top: 0;
    width: 100%
}

.service_usa.web_dev_service .banner_desktop .banner_gif img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.service_usa.healthcare_banner .banenr_content .web_head_banner {
    letter-spacing: 0
}

.service_usa.healthcare_banner .banenr_content .h5,
.service_usa.healthcare_banner .banenr_content h5 {
    margin-top: 20px
}

.service_usa.healthcare_banner .banenr_content .text_main,
.service_usa.healthcare_banner .banenr_content .text_main .text {
    display: contents
}

.service_usa.healthcare_banner .banenr_content .text_main .text:after {
    animation: changeText 12s steps(30) infinite;
    background: hsla(0, 0%, 99%, .278);
    content: "User-centric experience";
    padding: 8px 4px
}

.service_usa.healthcare_banner .health_banner_img {
    margin-top: 70px
}

.service_usa.healthcare_banner .health_banner_img img {
    height: 650px;
    width: auto
}

.service_usa.iphone_banner .banenr_content p {
    margin-top: 10px
}

.service_usa.iphone_banner .banenr_content .border_btn.web_case_btn {
    border: 2px solid #06dcbf;
    color: #06dcbf
}

.service_usa.iphone_banner .banenr_content .border_btn.web_case_btn:hover {
    color: #fff
}

.service_usa.iphone_banner .iphone_banner_img img {
    height: 650px;
    width: auto
}

.service_usa.on_demand_banner .banenr_content {
    padding-right: 50px
}

.service_usa.on_demand_banner .banenr_content P {
    margin-top: 20px
}

.service_usa.on_demand_banner .banenr_content .web_head_banner {
    margin-bottom: 10px
}

.service_usa.on_demand_banner .cloud_banner_gif img {
    height: 600px;
    width: auto
}

.service_usa.nft_banner {
    height: 95vh
}

.service_usa.uk_banner .banenr_content p {
    margin-top: 10px
}

.service_usa.hire_net_banner {
    height: 95vh;
    margin-top: -70px
}

.service_usa.no-bread-banner {
    margin-top: 0
}

@keyframes changeText {

    0%,
    33.33% {
        content: "User-centric experience"
    }

    33.34%,
    66.66% {
        content: "Direct Customer Engagement"
    }

    66.67%,
    to {
        content: "Scalability & Flexibility Options"
    }
}

.workflow .workflow_secion {
    margin-top: 50px
}

.workflow .workflow_secion .workflow_items {
    background: #fff;
    height: 245px;
    margin-top: 30px;
    padding: 35px;
    transition: all .3s ease-in
}

.workflow .workflow_secion .workflow_items .item_name,
.workflow .workflow_secion .workflow_items .item_name h3 {
    color: #314252;
    font-family: poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    position: relative
}

.workflow .workflow_secion .workflow_items .item_name span {
    color: rgba(49, 66, 82, .3);
    display: block;
    font-family: poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.52px;
    line-height: 50px
}

.workflow .workflow_secion .workflow_items .item_name .item_icon {
    position: absolute;
    right: 0;
    top: 0
}

.workflow .workflow_secion .workflow_items p {
    color: #898989;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.workflow .workflow_secion .workflow_items:hover {
    background: #06dcbf;
    transition: all .3s ease-in
}

.workflow .workflow_secion .workflow_items:hover .item_name,
.workflow .workflow_secion .workflow_items:hover .item_name h3,
.workflow .workflow_secion .workflow_items:hover p {
    color: #fff
}

.workflow .workflow_secion .workflow_items:hover .item_name .item_icon svg path {
    fill: #fff
}

.workflow.mobile_app_process_speed .workflow_secion .workflow_items {
    background: #f9f9f9;
    height: 100%
}

.workflow.mobile_app_process_speed .workflow_secion .workflow_items:hover {
    background: #f9f9f9
}

.workflow.mobile_app_process_speed .workflow_secion .workflow_items:hover p {
    color: #898989
}

.workflow.mobile_app_process_speed .workflow_secion .workflow_items:hover .item_name {
    color: #314252
}

.workflow.mobile_app_process_speed .workflow_secion .workflow_items:hover .item_name .item_icon svg path {
    fill: none;
    stroke-width: 2.5px;
    stroke: #06dcbf
}

.workflow.generative_ai_choose .workflow_secion .workflow_items {
    background: #31475f;
    height: 300px
}

.workflow.generative_ai_choose .workflow_secion .workflow_items .item_name,
.workflow.generative_ai_choose .workflow_secion .workflow_items .item_name span,
.workflow.generative_ai_choose .workflow_secion .workflow_items p {
    color: #fff
}

.workflow.generative_ai_choose .workflow_secion .workflow_items:hover {
    background: #31475f
}

.workflow.generative_ai_choose .workflow_secion .workflow_items:hover p {
    color: #fff
}

.workflow.nlp_process_flow .workflow_secion .workflow_items {
    height: 350px;
    padding: 20px
}

.workflow.nlp_process_flow .workflow_secion .workflow_items p {
    font-size: 15px;
    line-height: 24px
}

.workflow.nlp_process_flow .workflow_secion .workflow_items .item_name,
.workflow.nlp_process_flow .workflow_secion .workflow_items .item_name h3 {
    font-size: 24px;
    line-height: 32px
}

.workflow.nlp_process_flow .workflow_secion .workflow_items .item_name .item_icon svg {
    height: 37px;
    width: auto
}

.workflow.speech_business_solutions .workflow_secion .workflow_items:hover p {
    color: #898989
}

.workflow.speech_business_solutions .workflow_secion .workflow_items:hover .item_name {
    color: #314252
}

.workflow.speech_business_solutions .workflow_secion .workflow_items:hover .item_name .item_icon svg path {
    fill: #f47a14
}

.workflow.machine_why_choose {
    background: #fff
}

.workflow.machine_why_choose .workflow_secion .workflow_items {
    background: none;
    margin-top: 0;
    padding: 25px 30px
}

.workflow.machine_why_choose .workflow_secion .workflow_items:hover p {
    color: #898989
}

.workflow.machine_why_choose .workflow_secion .workflow_items:hover .item_name {
    color: #314252
}

.workflow.machine_why_choose .workflow_secion .workflow_items:hover .item_name .item_icon svg path {
    fill: #f47a14
}

.workflow.machine_why_choose .col-xl-4 {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec
}

.workflow.machine_why_choose .col-xl-4:last-child,
.workflow.machine_why_choose .col-xl-4:nth-child(3) {
    border-right: none
}

.workflow.machine_why_choose .col-xl-4:last-child,
.workflow.machine_why_choose .col-xl-4:nth-child(4),
.workflow.machine_why_choose .col-xl-4:nth-child(5) {
    border-bottom: none
}

.workflow.web3_game_process .workflow_secion {
    margin-top: 10px
}

.workflow.web3_game_process .workflow_secion .workflow_items {
    background: #f9f9f9;
    height: 330px;
    padding: 30px 25px
}

.workflow.web3_game_process .workflow_secion .workflow_items:hover p {
    color: #898989
}

.workflow.web3_game_process .workflow_secion .workflow_items:hover .item_name {
    color: #314252
}

.workflow.web3_game_process .workflow_secion .workflow_items:hover .item_name .item_icon svg path {
    fill: #f47a14
}

.workflow.digital_marketing_flow {
    background-color: #f9f9f9;
    background-position: 0
}

.workflow.digital_marketing_flow .workflow_secion {
    margin-top: 10px
}

.workflow.digital_marketing_flow .workflow_secion .workflow_items {
    height: 100%;
    margin-top: 0;
    padding: 30px 25px
}

.workflow.digital_marketing_flow .workflow_secion .workflow_items p {
    margin-bottom: 0
}

.workflow.search-engine-workflow .workflow_secion .workflow_items {
    height: 100%;
    margin-top: 0
}

.workflow.worflow_seo .workflow_secion .workflow_items .item_name span svg {
    height: 63px;
    width: auto
}

.workflow.workflow_unreal_game .workflow_secion .workflow_items {
    box-shadow: 4px 6px 15px rgba(0, 0, 0, .06)
}

.partner-usa {
    background-color: #efefef
}

.partner-usa .partner-num {
    color: #314252;
    font-family: Poppins;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 86px;
    margin-bottom: 50px
}

.partner-usa .partner-para p {
    padding-right: 50px
}

.partner-usa .partner_padd {
    padding-top: 80px
}

.partner-usa .partner_box {
    border-right: 1px solid #dadadb;
    margin: auto;
    max-width: 100%;
    padding: 0 110px;
    text-align: center
}

.partner-usa .partner_box p {
    padding-right: 0
}

.partner-usa .col-xxl-4:last-child .partner_box {
    border: 0
}

.consider_usa {
    background-color: #f05123
}

.consider_usa .consider_content .h2,
.consider_usa .consider_content h2,
.consider_usa .consider_content p {
    color: #fff
}

.consider_usa .consider_content a {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.consider_usa .consider_content a:hover {
    background-color: #fff;
    color: #f05123
}

.consider_usa .consider-box {
    background: hsla(0, 0%, 100%, .1);
    margin-bottom: 10px;
    padding: 20px 30px;
    transition: .2s ease
}

.consider_usa .consider-box:hover {
    background: #fff
}

.consider_usa .consider-box:hover .h6,
.consider_usa .consider-box:hover h6,
.consider_usa .consider-box:hover p {
    color: #f05123
}

.consider_usa .consider-box .h6,
.consider_usa .consider-box h6 {
    color: #fff;
    margin-bottom: 10px
}

.consider_usa .consider-box p {
    color: #fff
}

.case_flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.case_flex .flex_item {
    align-items: center;
    display: flex;
    flex: 0 0 50%;
    height: 540px;
    padding-left: 150px
}

.case_flex .flex_item:first-child {
    flex: 0 0 100%;
    padding: 0 150px
}

.case_flex .flex_item:first-child .case_figure {
    flex: 0 0 50%;
    right: 0
}

.case_flex .flex_item:first-child .case_figure.website img {
    max-height: 100%
}

.case_flex .flex_item:first-child .case_figure img {
    max-height: 460px
}

.case_flex .flex_item .case_txt {
    flex: 0 0 50%
}

.case_flex .flex_item .case_txt .case_logo {
    margin-bottom: 40px
}

.case_flex .flex_item .case_txt .case_logo img {
    height: 70px
}

.case_flex .flex_item .case_txt .case_title {
    max-width: 80%
}

.case_flex .flex_item .case_txt .case_title .h3,
.case_flex .flex_item .case_txt .case_title h3 {
    color: #fff;
    margin-bottom: 50px
}

.case_flex .flex_item .case_txt .case_title a {
    color: #fff;
    font-family: poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.case_flex .flex_item .case_figure {
    align-items: end;
    display: flex;
    flex: 0 0 50%;
    height: 100%;
    position: relative;
    right: 40px
}

.case_flex .flex_item .case_figure.website {
    align-items: center;
    position: unset
}

.associatesslider .swiper-wrapper {
    margin-top: 50px;
    overflow: visible;
    position: relative
}

.associatesslider .swiper-wrapper .associates_card {
    align-items: center;
    background: #fff;
    box-shadow: 0 8px 20px 0 hsla(0, 0%, 8%, .1);
    display: flex;
    height: 360px;
    justify-content: center;
    margin: 20px 0;
    max-width: 690px
}

.associatesslider .swiper-wrapper .associates_card .associates_content {
    flex: 0 0 60%;
    height: 100%;
    padding: 30px
}

.associatesslider .swiper-wrapper .associates_card .associates_content .name {
    color: #314252;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center
}

.associatesslider .swiper-wrapper .associates_card .associates_content .name span {
    color: #898989;
    display: block;
    font-size: 14.383px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

.associatesslider .swiper-wrapper .associates_card .associates_content p {
    color: #314252;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center
}

.associatesslider .swiper-wrapper .associates_card .associates_content .associates_img {
    text-align: center
}

.associatesslider .swiper-wrapper .associates_card .associates_rating {
    background: #fcfcfc;
    border-left: 1px solid hsla(0, 0%, 83%, .502);
    flex: 0 0 40%;
    height: 100%;
    padding: 30px
}

.associatesslider .swiper-wrapper .associates_card .associates_rating .rating_number {
    color: #314252;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center
}

.associatesslider .swiper-wrapper .associates_card .associates_rating .rating_star {
    text-align: center
}

.associatesslider .swiper-wrapper .associates_card .associates_rating ul {
    margin: 30px 0;
    padding: 0
}

.associatesslider .swiper-wrapper .associates_card .associates_rating ul li {
    color: #898989;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: normal;
    margin-bottom: 10px;
    position: relative
}

.associatesslider .swiper-wrapper .associates_card .associates_rating ul li span {
    color: #898989;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}

.associatesslider .swiper-wrapper .associates_card .associates_rating p {
    color: #898989;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: normal;
    margin-bottom: 0;
    text-align: center
}

.associatesslider .swiper-wrapper .associates_card .slider-btn {
    text-align: center
}

.associatesslider .swiper-wrapper .associates_card .slider-btn a.border_btn {
    margin-top: 0
}

.associatesslider.bg_black {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.associatesslider.bg_black .h2,
.associatesslider.bg_black h2 {
    color: #fff
}

.associatesslider.bg_black .associates_card,
.associatesslider.bg_black .associates_card .associates_rating {
    border-radius: 20px
}

.rating_usa .rating_box {
    align-items: center;
    display: flex
}

.rating_usa .rating_box .rating-content {
    margin-left: 15px;
    text-align: center
}

.rating_usa .rating_box .rating-content p {
    margin-bottom: 0
}

.rating_usa .rating_box .rating-content .rating-num {
    color: #fff;
    font-family: Poppins;
    font-size: 102px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 10px
}

.rating_usa.rating_web_dev .rating-content {
    margin-left: 20px;
    text-align: left
}

.rating_usa.rating_web_dev .rating-content .rating-num {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 0
}

.rating_usa.rating_dubai .rating-content .rating-num {
    color: #314252
}

.rating_usa.rating_hire_ios .rating-content .rating-num {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 0
}

.rating_usa.rating_hire_and .rating_box .rating-svg svg {
    height: 95px;
    width: auto
}

.rating_usa.rating_hire_react .rating_box {
    justify-content: center
}

.whychooseusa .choose_padd {
    padding-top: 80px
}

.whychooseusa a {
    background: transparent
}

.androidbuss .buss-padd {
    padding-top: 80px
}

.androidbuss .androidbuss_box {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    display: flex;
    height: auto;
    margin-bottom: 15px;
    min-height: 220px;
    padding: 0 20px;
    transition: all .3s ease-in
}

.androidbuss .androidbuss_box:hover {
    background: #fff;
    transition: all .3s ease-in
}

.androidbuss .androidbuss_box:hover .andoidbuss_content .h6,
.androidbuss .androidbuss_box:hover .andoidbuss_content h6 {
    color: #06dcbf
}

.androidbuss .androidbuss_box:hover .andoidbuss_content p {
    color: #898989
}

.androidbuss .androidbuss_box .andoidbuss_content {
    text-align: center
}

.androidbuss .androidbuss_box .andoidbuss_content .h6,
.androidbuss .androidbuss_box .andoidbuss_content h6 {
    color: #fff;
    margin-bottom: 10px
}

.androidbuss .androidbuss_box .andoidbuss_content p {
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

.androidbuss.hire_ios_end .androidbuss_box {
    height: 100%;
    margin-bottom: 0;
    padding: 30px 20px
}

.androidbuss.hire_ios_end .androidbuss_box .andoidbuss_content p {
    margin-bottom: 0
}

.Perks.p-100 {
    padding-bottom: 0
}

.Perks.p-100 .perks-padd {
    padding-top: 80px
}

.Perks.p-100 .perks-box {
    background-color: #efefef;
    height: 400px;
    padding: 50px 30px;
    transition: .3s linear
}

.Perks.p-100 .perks-box:hover {
    background-color: #06dcbf
}

.Perks.p-100 .perks-box:hover .perks-content .h4,
.Perks.p-100 .perks-box:hover .perks-content h4,
.Perks.p-100 .perks-box:hover .perks-content p {
    color: #fff
}

.Perks.p-100 .perks-box:hover .perks-content .h4:after,
.Perks.p-100 .perks-box:hover .perks-content h4:after {
    background: #fff
}

.Perks.p-100 .perks-box .perks-content {
    position: relative
}

.Perks.p-100 .perks-box .perks-content p {
    color: #898989;
    padding-top: 20px
}

.Perks.p-100 .perks-box .perks-content .h4,
.Perks.p-100 .perks-box .perks-content h4 {
    color: #314252;
    position: relative
}

.Perks.p-100 .perks-box .perks-content .h4:after,
.Perks.p-100 .perks-box .perks-content h4:after {
    background: #06dcbf;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 85px;
    width: 150px
}

.Perks.p-100.perks_devops {
    padding-bottom: 100px
}

.Perks.p-100.perks_devops .perks-box {
    height: 510px
}

.Perks.p-100.perks_it {
    padding-bottom: 100px
}

.Perks.p-100.perks_it .perks-box {
    height: 450px
}

.Perks.p-100.mobile_app_perks {
    padding-bottom: 100px
}

.Perks.p-100.mobile_app_perks .perks-box {
    height: 590px
}

.Perks.p-100.perks_ai {
    padding-bottom: 100px
}

.Perks.p-100.perks_ai .perks-box {
    height: 580px
}

.Industry_usa a {
    background: transparent
}

.Industry_usa .industry_scroll {
    height: 480px;
    overflow-y: scroll
}

.Industry_usa .industry_scroll .h3,
.Industry_usa .industry_scroll h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
    transition: .2s ease
}

.Industry_usa .industry_scroll .h3:hover,
.Industry_usa .industry_scroll h3:hover {
    color: #06dcbf
}

.Industry_usa .industry_scroll::-webkit-scrollbar {
    width: 0
}

.Robustand {
    background-color: #fcfcfc
}

.Robustand a.border_btn {
    background: transparent
}

.Robustand .robustscroll .robust-box {
    height: 500px;
    overflow: auto;
    padding-right: 50px
}

.Robustand .robustscroll .robust-box::-webkit-scrollbar {
    width: 3px
}

.Robustand .robustscroll .robust-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #06dcbf
}

.Robustand .robustscroll .robust-box::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    outline: 0 solid #d3d3d3
}

.Robustand .robustscroll .robust-box .robust-content .h6,
.Robustand .robustscroll .robust-box .robust-content h6 {
    margin-bottom: 10px
}

.Robustand .robustscroll .robust-box .robust-content p {
    color: #898989
}

.Robustand.robust_solution .robustscroll .robust-box .robust-content ul {
    margin-bottom: 30px
}

.Robustand.robust_solution .robustscroll .robust-box .robust-content ul li {
    color: #898989;
    padding-left: 20px;
    position: relative
}

.Robustand.robust_solution .robustscroll .robust-box .robust-content ul li:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 5px
}

.Robustand.robust-cms .robustscroll .robust-box {
    height: 390px
}

.latestblog_usa .blog-padd {
    padding-top: 80px
}

.latestblog_usa .saudia_h4_blog_head {
    color: #314252;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 65px;
    margin-bottom: 20px
}

.latestblog_usa .main_blogs {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center
}

.latestblog_usa .main_blogs .latest-blogbox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 30px 0 rgba(210, 217, 224, .35);
    flex: 0 0 33.33%;
    position: relative
}

.latestblog_usa .main_blogs .latest-blogbox .blog-img {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .149);
    height: 280px
}

.latestblog_usa .main_blogs .latest-blogbox .blog-img span {
    display: block !important;
    height: 280px
}

.latestblog_usa .main_blogs .latest-blogbox .blog-img span img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.latestblog_usa .main_blogs .latest-blogbox .blog-contentusa {
    padding: 30px
}

.latestblog_usa .main_blogs .latest-blogbox .blog-contentusa .h5,
.latestblog_usa .main_blogs .latest-blogbox .blog-contentusa h5 {
    color: #222d39;
    font-size: 20px;
    font-weight: 600px;
    height: 60px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: auto
}

.latestblog_usa .main_blogs .latest-blogbox .blog-contentusa .h5::-webkit-scrollbar,
.latestblog_usa .main_blogs .latest-blogbox .blog-contentusa h5::-webkit-scrollbar {
    display: none
}

.latestblog_usa .main_blogs .latest-blogbox .blog-contentusa p {
    color: #898989;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px
}

.latestblog_usa .main_blogs .latest-blogbox .orange_date span {
    color: #06dcbf;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px
}

.latestblog_usa .blog-btn {
    margin-top: 60px;
    text-align: center
}

.domain_diversity .domain_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px
}

.domain_diversity .domain_main .domain_item {
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    display: flex;
    flex: 0 0 20%;
    height: 230px;
    justify-content: center;
    text-align: center;
    vertical-align: middle
}

.domain_diversity .domain_main .domain_item .domain_content .h6,
.domain_diversity .domain_main .domain_item .domain_content h6 {
    color: #314252;
    margin-bottom: 0;
    margin-top: 10px;
    transition: .2s ease-in-out
}

.domain_diversity .domain_main .domain_item .domain_content:hover svg {
    transition: .2s ease-in-out
}

.domain_diversity .domain_main .domain_item .domain_content:hover svg path {
    fill: #06dcbf
}

.domain_diversity .domain_main .domain_item .domain_content:hover .h6,
.domain_diversity .domain_main .domain_item .domain_content:hover h6 {
    color: #06dcbf
}

.domain_diversity .domain_main .domain_item:last-child,
.domain_diversity .domain_main .domain_item:nth-child(10),
.domain_diversity .domain_main .domain_item:nth-child(5) {
    border-right: none
}

.domain_diversity .domain_main .domain_item:last-child,
.domain_diversity .domain_main .domain_item:nth-child(11),
.domain_diversity .domain_main .domain_item:nth-child(12),
.domain_diversity .domain_main .domain_item:nth-child(13),
.domain_diversity .domain_main .domain_item:nth-child(14) {
    border-bottom: none
}

.domain_diversity.blue_dark_sec {
    background: #314252
}

.domain_diversity.blue_dark_sec .domain_main .domain_item .domain_content .h6,
.domain_diversity.blue_dark_sec .domain_main .domain_item .domain_content h6,
.domain_diversity.blue_dark_sec .h2,
.domain_diversity.blue_dark_sec h2,
.domain_diversity.blue_dark_sec p {
    color: #fff
}

.domain_diversity.blue_dark_sec .domain_main .domain_item .domain_content svg path {
    fill: #fff
}

.domain_diversity.blue_dark_sec .domain_main .domain_item .domain_content:hover svg {
    transition: .2s ease-in-out
}

.domain_diversity.blue_dark_sec .domain_main .domain_item .domain_content:hover svg path {
    fill: #06dcbf
}

.domain_diversity.blue_dark_sec .domain_main .domain_item .domain_content:hover .h6,
.domain_diversity.blue_dark_sec .domain_main .domain_item .domain_content:hover h6 {
    color: #06dcbf
}

.webcase_projects .web_case_slider {
    height: 550px
}

.webcase_projects .web_pro_item {
    align-items: center;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    display: flex;
    height: 430px;
    margin-top: 50px;
    padding: 40px 30px 25px
}

.webcase_projects .web_pro_item .web_pro_content {
    flex: 0 0 42%
}

.webcase_projects .web_pro_item .web_pro_content .web_pro_head {
    margin-top: 20px
}

.webcase_projects .web_pro_item .web_pro_content .web_pro_head .h2,
.webcase_projects .web_pro_item .web_pro_content .web_pro_head h2 {
    font-size: 35px;
    line-height: 45px
}

.webcase_projects .web_pro_item .web_pro_content .web_pro_head .h5,
.webcase_projects .web_pro_item .web_pro_content .web_pro_head h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 10px
}

.webcase_projects .web_pro_item .web_pro_content .web_pro_btn a {
    color: #0d0e13;
    font-size: 20px;
    line-height: 30px;
    transition: .2s ease-in-out;
    border: 1px solid #06dcbf;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 50px;
    color: #06dcbf;
    margin-top: 10px;
}

.webcase_projects .web_pro_item .web_pro_content .web_pro_btn a:hover {
    background: #06dcbf;
    color: #fff;
}

.webcase_projects .web_pro_item .web_pro_img {
    flex: 0 0 58%;
    text-align: center
}

.discussprojectios {
    padding: 30px 0
}

.rapid_free_services .rapid_box {
    background: #fff;
    height: 360px;
    margin-bottom: 20px;
    padding: 30px
}

.rapid_free_services .rapid_box .rapid_num {
    color: #898989;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
}

.rapid_free_services .rapid_box .rapid_content p {
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.rapid_free_services.cloud_opt_process .rapid_box {
    height: 280px
}

.rapid_free_services.ai_solution_process .rapid_box {
    background: #31475f;
    height: 450px
}

.rapid_free_services.ai_solution_process .rapid_box .rapid_num {
    color: #fff;
    margin-bottom: 10px
}

.rapid_free_services.ai_solution_process .rapid_box .rapid_content p {
    color: #fff
}

.rapid_free_services.nlp_transform .rapid_box {
    height: 240px
}

.rapid_free_services.nlp_why_choose .rapid_box {
    background: #31475f;
    height: 250px
}

.rapid_free_services.nlp_why_choose .rapid_box .rapid_num {
    color: #fff;
    margin-bottom: 10px
}

.rapid_free_services.nlp_why_choose .rapid_box .rapid_content p {
    color: #fff
}

.rapid_free_services.hire_ios_why_choose .rapid_box {
    height: 100%
}

.rapid_free_services.hire_react_choose .rapid_box .rapid_content .h5,
.rapid_free_services.hire_react_choose .rapid_box .rapid_content h5 {
    font-size: 24px
}

.custom_brand {
    background-position: 50%;
    background-repeat: no-repeat
}

.custom_brand .h2,
.custom_brand h2,
.custom_brand p {
    color: #fff
}

.custom_brand a.border_btn {
    background: #06dcbf;
    color: #fff
}

.high_demand_slider .high_on_demand_slider {
    height: 450px
}

.high_demand_slider .high_on_demand_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #06dcbf
}

.high_demand_slider .demand_item {
    background: #f9f9f9;
    height: 180px;
    margin-bottom: 30px;
    padding: 30px
}

.high_demand_slider .demand_item p {
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.high_demand_slider.cloud_innovate_power .demand_item {
    background: #fff;
    height: 170px;
    padding: 20px 30px
}

.high_demand_slider.cloud_innovate_power .demand_item .h5,
.high_demand_slider.cloud_innovate_power .demand_item h5 {
    margin-bottom: 10px
}

.streamline_cloud {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.streamline_cloud .h2,
.streamline_cloud h2,
.streamline_cloud p {
    color: #fff
}

.streamline_cloud a.border_btn {
    background: #06dcbf;
    color: #fff
}

.streamline_cloud.cloud_mig_solution {
    background-position: unset
}

.streamline_cloud.scale_it_staff {
    padding: 200px 0
}

.streamline_cloud.blockchain_future {
    padding: 150px 0
}

.streamline_cloud.nlp_advance_solution {
    padding: 120px 0
}

.cloud_platforms_laverage {
    background-position: 50%;
    background-repeat: no-repeat
}

.cloud_platforms_laverage .h2,
.cloud_platforms_laverage h2,
.cloud_platforms_laverage p {
    color: #fff
}

.cloud_platforms_laverage .cloud_platform_box {
    background: #314252;
    display: flex;
    flex-flow: column;
    height: 430px;
    justify-content: center;
    padding: 0 30px
}

.cloud_platforms_laverage .cloud_platform_box .cloud_platform_img {
    margin-bottom: 20px
}

.cloud_platforms_laverage .cloud_platform_box .cloud_platform_content .h5,
.cloud_platforms_laverage .cloud_platform_box .cloud_platform_content h5 {
    color: #fff
}

.cloud_platforms_laverage .cloud_platform_box .cloud_platform_content p {
    color: #fff;
    height: 168px;
    line-height: 28px;
    margin-bottom: 0
}

.cloud_high_demand ul {
    margin-top: 30px
}

.cloud_high_demand ul li {
    color: #898989;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative
}

.cloud_high_demand ul li:before {
    background: #06dcbf;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 7px
}

@media(min-width:1600px)and (max-width:1800px) {
    .domain_diversity .domain_main {
        margin-top: 50px
    }

    .domain_diversity .domain_main .domain_item {
        flex: 0 0 20%;
        height: 200px
    }

    .domain_diversity .domain_main .domain_item .domain_content .h6,
    .domain_diversity .domain_main .domain_item .domain_content h6 {
        margin-top: 10px
    }

    .webcase_projects .web_case_slider {
        height: 500px
    }

    .webcase_projects .web_pro_item {
        height: 370px;
        margin-top: 50px;
        padding: 30px 30px 25px
    }

    .webcase_projects .web_pro_item .web_pro_content {
        flex: 0 0 42%
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 50px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 28px;
        line-height: 38px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 17px;
        line-height: 32px;
        margin-top: 10px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_btn a {
        font-size: 17px;
        line-height: 27px
    }

    .webcase_projects .web_pro_item .web_pro_img {
        flex: 0 0 58%
    }

    .discussprojectios {
        padding: 30px 0
    }

    .rapid_free_services .rapid_box {
        height: 360px;
        margin-bottom: 20px;
        padding: 30px
    }

    .rapid_free_services .rapid_box .rapid_num {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .rapid_free_services .rapid_box .rapid_content p {
        font-size: 15px;
        line-height: 25px
    }

    .rapid_free_services.ai_solution_process .rapid_box {
        height: 470px
    }

    .rapid_free_services.nlp_transform .rapid_box {
        height: 270px
    }

    .rapid_free_services.hire_react_choose .rapid_box .rapid_content .h5,
    .rapid_free_services.hire_react_choose .rapid_box .rapid_content h5 {
        font-size: 19px;
        line-height: 32px
    }

    .cloud_high_demand ul {
        margin-top: 30px
    }

    .cloud_high_demand ul li {
        margin-bottom: 20px;
        padding-left: 20px
    }

    .cloud_high_demand ul li:before {
        height: 7px;
        left: 0;
        top: 13px;
        width: 7px
    }

    .high_demand_slider.cloud_innovate_power .demand_item {
        height: 180px;
        padding: 20px 30px
    }

    .high_demand_slider.cloud_innovate_power .demand_item P {
        font-size: 15px;
        line-height: 25px
    }

    .streamline_cloud.nlp_advance_solution {
        background-position: 0;
        padding: 100px 0
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .domain_diversity .domain_main {
        margin-top: 50px
    }

    .domain_diversity .domain_main .domain_item {
        flex: 0 0 20%;
        height: 190px
    }

    .domain_diversity .domain_main .domain_item .domain_content .h6,
    .domain_diversity .domain_main .domain_item .domain_content h6 {
        margin-top: 10px
    }

    .webcase_projects .web_case_slider {
        height: 500px
    }

    .webcase_projects .web_pro_item {
        height: 370px;
        margin-top: 50px;
        padding: 30px 30px 25px
    }

    .webcase_projects .web_pro_item .web_pro_content {
        flex: 0 0 42%
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 50px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 27px;
        line-height: 37px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 16px;
        line-height: 31px;
        margin-top: 10px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_btn a {
        font-size: 16px;
        line-height: 26px
    }

    .webcase_projects .web_pro_item .web_pro_img {
        flex: 0 0 58%
    }

    .discussprojectios {
        padding: 20px 0
    }

    .rapid_free_services .rapid_box {
        height: 350px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .rapid_free_services .rapid_box .rapid_num {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .rapid_free_services .rapid_box .rapid_content p {
        font-size: 14px;
        line-height: 24px
    }

    .rapid_free_services.cloud_opt_process .rapid_box {
        height: 270px
    }

    .rapid_free_services.hire_react_choose .rapid_box .rapid_content .h5,
    .rapid_free_services.hire_react_choose .rapid_box .rapid_content h5 {
        font-size: 17px;
        line-height: 29px
    }

    .high_demand_slider .high_on_demand_slider {
        height: 430px
    }

    .high_demand_slider .high_on_demand_slider .demand_item {
        height: 160px;
        margin-bottom: 30px;
        padding: 30px
    }

    .high_demand_slider .high_on_demand_slider .demand_item p {
        font-size: 14px;
        line-height: 24px
    }

    .high_demand_slider .high_on_demand_slider .demand_item .h5,
    .high_demand_slider .high_on_demand_slider .demand_item h5 {
        margin-bottom: 10px
    }

    .high_demand_slider.cloud_innovate_power .demand_item {
        height: 170px;
        padding: 20px 25px
    }

    .high_demand_slider.cloud_innovate_power .demand_item P {
        font-size: 14px;
        line-height: 24px
    }

    .cloud_high_demand ul {
        margin-top: 30px
    }

    .cloud_high_demand ul li {
        margin-bottom: 20px;
        padding-left: 20px
    }

    .cloud_high_demand ul li:before {
        height: 7px;
        left: 0;
        top: 12px;
        width: 7px
    }

    .cloud_platforms_laverage .cloud_platform_box {
        height: 380px;
        padding: 0 25px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img {
        margin-bottom: 20px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img .gatsby-image-wrapper img {
        height: 60px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_content p {
        height: 158px;
        line-height: 25px
    }

    .streamline_cloud.blockchain_future,
    .streamline_cloud.scale_it_staff {
        padding: 120px 0
    }

    .streamline_cloud.nlp_advance_solution {
        background-position: 0;
        padding: 100px 0
    }

    .web_visibility .search_engine_second_fold img {
        height: 500px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .domain_diversity .domain_main {
        margin-top: 50px
    }

    .domain_diversity .domain_main .domain_item {
        flex: 0 0 20%;
        height: 170px
    }

    .domain_diversity .domain_main .domain_item .domain_content .h6,
    .domain_diversity .domain_main .domain_item .domain_content h6 {
        margin-top: 10px
    }

    .domain_diversity .domain_main .domain_item .domain_content svg {
        height: 40px
    }

    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content .h6,
    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content h6 {
        font-size: 16px;
        line-height: 28px
    }

    .webcase_projects .web_case_slider {
        height: 480px
    }

    .webcase_projects .web_pro_item {
        height: 350px;
        margin-top: 50px;
        padding: 35px 30px 25px
    }

    .webcase_projects .web_pro_item .web_pro_content {
        flex: 0 0 42%
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 45px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 30px;
        line-height: 40px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 16px;
        line-height: 31px;
        margin-top: 10px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_btn a {
        font-size: 16px;
        line-height: 26px
    }

    .webcase_projects .web_pro_item .web_pro_img {
        flex: 0 0 58%
    }

    .discussprojectios {
        padding: 20px 0
    }

    .discussprojectios .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .rapid_free_services .rapid_box {
        height: 320px;
        margin-bottom: 20px;
        padding: 25px 20px
    }

    .rapid_free_services .rapid_box .rapid_num {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .rapid_free_services .rapid_box .rapid_content p {
        font-size: 13px;
        line-height: 23px
    }

    .rapid_free_services.cloud_opt_process .rapid_box {
        height: 250px
    }

    .rapid_free_services.nlp_transform .rapid_box {
        height: 220px
    }

    .rapid_free_services.hire_react_choose .rapid_box .rapid_content .h5,
    .rapid_free_services.hire_react_choose .rapid_box .rapid_content h5 {
        font-size: 16px;
        line-height: 28px
    }

    .high_demand_slider .high_on_demand_slider {
        height: 400px
    }

    .high_demand_slider .high_on_demand_slider .demand_item {
        height: 160px;
        margin-bottom: 30px;
        padding: 30px
    }

    .high_demand_slider .high_on_demand_slider .demand_item p {
        font-size: 13px;
        line-height: 23px
    }

    .high_demand_slider .high_on_demand_slider .demand_item .h5,
    .high_demand_slider .high_on_demand_slider .demand_item h5 {
        font-size: 17px;
        line-height: 29px;
        margin-bottom: 10px
    }

    .high_demand_slider.cloud_innovate_power .demand_item {
        height: 170px;
        padding: 20px
    }

    .high_demand_slider.cloud_innovate_power .demand_item P {
        font-size: 13px;
        line-height: 23px
    }

    .cloud_high_demand ul {
        margin-top: 25px
    }

    .cloud_high_demand ul li {
        margin-bottom: 15px;
        padding-left: 20px
    }

    .cloud_high_demand ul li:before {
        height: 6px;
        left: 0;
        top: 11px;
        width: 6px
    }

    .cloud_platforms_laverage .cloud_platform_box {
        height: 360px;
        padding: 0 25px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img {
        margin-bottom: 20px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img .gatsby-image-wrapper img {
        height: 60px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_content p {
        height: 148px;
        line-height: 24px
    }

    .streamline_cloud.scale_it_staff {
        padding: 100px 0
    }

    .streamline_cloud.blockchain_future {
        padding: 110px 0
    }

    .streamline_cloud.nlp_advance_solution {
        background-position: 0;
        padding: 100px 0
    }

    .streamline_cloud .cloud_cost_extra {
        margin: 40px 0
    }

    .web_visibility .search_engine_second_fold img {
        height: 450px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .domain_diversity .domain_main {
        margin-top: 50px
    }

    .domain_diversity .domain_main .domain_item {
        flex: 0 0 20%;
        height: 160px
    }

    .domain_diversity .domain_main .domain_item .domain_content .h6,
    .domain_diversity .domain_main .domain_item .domain_content h6 {
        margin-top: 10px
    }

    .domain_diversity .domain_main .domain_item .domain_content svg {
        height: 40px
    }

    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content .h6,
    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content h6 {
        font-size: 14px;
        line-height: 26px
    }

    .webcase_projects .web_case_slider {
        height: 420px
    }

    .webcase_projects .web_pro_item {
        height: 320px;
        margin-top: 40px;
        padding: 35px 30px 25px
    }

    .webcase_projects .web_pro_item .web_pro_content {
        flex: 0 0 47%
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 40px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 24px;
        line-height: 34px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 15px;
        line-height: 30px;
        margin-top: 10px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_btn a {
        font-size: 15px;
        line-height: 25px
    }

    .webcase_projects .web_pro_item .web_pro_img {
        flex: 0 0 53%
    }

    .discussprojectios {
        padding: 20px 0
    }

    .rapid_free_services .rapid_box {
        height: 320px;
        margin-bottom: 20px;
        padding: 25px 20px
    }

    .rapid_free_services .rapid_box .rapid_num {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .rapid_free_services .rapid_box .rapid_content p {
        font-size: 13px;
        line-height: 23px
    }

    .rapid_free_services.cloud_opt_process .rapid_box {
        height: 270px
    }

    .rapid_free_services.cloud_cost_process .rapid_box .rapid_content .h5 br,
    .rapid_free_services.cloud_cost_process .rapid_box .rapid_content h5 br {
        display: none
    }

    .rapid_free_services.ai_solution_process .rapid_box {
        height: 370px
    }

    .rapid_free_services.iot_app_services .rapid_box {
        height: 210px
    }

    .rapid_free_services.nlp_why_choose .rapid_box {
        height: 230px
    }

    .rapid_free_services.nlp_transform .rapid_box {
        height: 200px
    }

    .rapid_free_services.hire_react_choose .rapid_box .rapid_content .h5,
    .rapid_free_services.hire_react_choose .rapid_box .rapid_content h5 {
        font-size: 18px;
        line-height: 30px
    }

    .high_demand_slider .high_on_demand_slider {
        height: 380px
    }

    .high_demand_slider .high_on_demand_slider .demand_item {
        height: 140px;
        margin-bottom: 30px;
        padding: 20px
    }

    .high_demand_slider .high_on_demand_slider .demand_item p {
        font-size: 12px;
        line-height: 22px
    }

    .high_demand_slider .high_on_demand_slider .demand_item .h5,
    .high_demand_slider .high_on_demand_slider .demand_item h5 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .high_demand_slider.cloud_innovate_power .demand_item {
        height: 160px;
        padding: 20px
    }

    .high_demand_slider.cloud_innovate_power .demand_item P {
        font-size: 13px;
        line-height: 23px
    }

    .cloud_high_demand ul {
        margin-top: 20px
    }

    .cloud_high_demand ul li {
        margin-bottom: 15px;
        padding-left: 20px
    }

    .cloud_high_demand ul li:before {
        height: 6px;
        left: 0;
        top: 10px;
        width: 6px
    }

    .cloud_platforms_laverage .cloud_platform_box {
        height: 350px;
        padding: 0 25px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img {
        margin-bottom: 20px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img .gatsby-image-wrapper img {
        height: 50px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_content p {
        height: 138px;
        line-height: 23px
    }

    .streamline_cloud.scale_it_staff {
        padding: 100px 0
    }

    .streamline_cloud.blockchain_future {
        padding: 110px 0
    }

    .streamline_cloud.nlp_advance_solution {
        background-color: #152441;
        background-image: none !important;
        padding: 90px 0
    }

    .web_visibility .search_engine_second_fold img {
        height: 450px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .domain_diversity .domain_main {
        margin-top: 50px
    }

    .domain_diversity .domain_main .domain_item {
        flex: 0 0 20%;
        height: 160px
    }

    .domain_diversity .domain_main .domain_item .domain_content .h6,
    .domain_diversity .domain_main .domain_item .domain_content h6 {
        margin-top: 10px
    }

    .domain_diversity .domain_main .domain_item .domain_content svg {
        height: 40px
    }

    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content .h6,
    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content h6 {
        font-size: 12px;
        line-height: 25px
    }

    .webcase_projects .web_case_slider {
        height: 460px
    }

    .webcase_projects .web_pro_item {
        height: 350px;
        margin-top: 50px;
        padding: 35px 30px 25px
    }

    .webcase_projects .web_pro_item .web_pro_content {
        flex: 0 0 48%
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 45px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 28px;
        line-height: 38px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 15px;
        line-height: 30px;
        margin-top: 10px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_btn a {
        font-size: 15px;
        line-height: 25px
    }

    .webcase_projects .web_pro_item .web_pro_img {
        flex: 0 0 52%
    }

    .discussprojectios {
        padding: 20px 0
    }

    .rapid_free_services .rapid_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 25px 20px
    }

    .rapid_free_services .rapid_box .rapid_num {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .rapid_free_services .rapid_box .rapid_content p {
        font-size: 14px;
        line-height: 24px
    }

    .rapid_free_services.cloud_opt_process .rapid_box {
        height: 250px
    }

    .rapid_free_services.hire_react_choose .rapid_box .rapid_content .h5,
    .rapid_free_services.hire_react_choose .rapid_box .rapid_content h5 {
        font-size: 17px;
        line-height: 29px
    }

    .high_demand_slider .high_on_demand_slider {
        height: 550px
    }

    .high_demand_slider .high_on_demand_slider .demand_item {
        height: 140px;
        margin-bottom: 30px;
        padding: 20px
    }

    .high_demand_slider .high_on_demand_slider .demand_item p {
        font-size: 12px;
        line-height: 22px
    }

    .high_demand_slider .high_on_demand_slider .demand_item .h5,
    .high_demand_slider .high_on_demand_slider .demand_item h5 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .high_demand_slider.cloud_innovate_power .demand_item {
        height: 160px;
        padding: 20px
    }

    .high_demand_slider.cloud_innovate_power .demand_item P {
        font-size: 13px;
        line-height: 23px
    }

    .cloud_high_demand ul {
        margin-top: 20px
    }

    .cloud_high_demand ul li {
        margin-bottom: 10px;
        padding-left: 20px
    }

    .cloud_high_demand ul li:before {
        height: 5px;
        left: 0;
        top: 10px;
        width: 5px
    }

    .cloud_platforms_laverage .cloud_platform_box {
        height: 330px;
        margin-bottom: 20px;
        padding: 0 25px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img {
        margin-bottom: 20px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img .gatsby-image-wrapper img {
        height: 50px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_content p {
        height: 138px;
        line-height: 22px
    }

    .streamline_cloud.cloud_mig_solution {
        background-position: 50%
    }

    .streamline_cloud.blockchain_future,
    .streamline_cloud.scale_it_staff {
        padding: 100px 0
    }

    .streamline_cloud.nlp_advance_solution {
        background-color: #152441;
        background-image: none !important;
        padding: 80px 0
    }

    .web_visibility .search_engine_second_fold img {
        height: 400px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .domain_diversity .domain_main {
        margin-top: 20px
    }

    .domain_diversity .domain_main .domain_item {
        flex: 0 0 50%;
        height: 130px
    }

    .domain_diversity .domain_main .domain_item .domain_content .h6,
    .domain_diversity .domain_main .domain_item .domain_content h6 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px
    }

    .domain_diversity .domain_main .domain_item .domain_content svg {
        height: 30px
    }

    .domain_diversity .domain_main .domain_item:last-child,
    .domain_diversity .domain_main .domain_item:nth-child(10),
    .domain_diversity .domain_main .domain_item:nth-child(5) {
        border-right: 1px solid #e2e2e2
    }

    .domain_diversity .domain_main .domain_item:last-child,
    .domain_diversity .domain_main .domain_item:nth-child(11),
    .domain_diversity .domain_main .domain_item:nth-child(12),
    .domain_diversity .domain_main .domain_item:nth-child(13),
    .domain_diversity .domain_main .domain_item:nth-child(14) {
        border-bottom: 1px solid #e2e2e2
    }

    .domain_diversity .domain_main .domain_item:nth-child(10),
    .domain_diversity .domain_main .domain_item:nth-child(12),
    .domain_diversity .domain_main .domain_item:nth-child(14),
    .domain_diversity .domain_main .domain_item:nth-child(2),
    .domain_diversity .domain_main .domain_item:nth-child(4),
    .domain_diversity .domain_main .domain_item:nth-child(6),
    .domain_diversity .domain_main .domain_item:nth-child(8) {
        border-right: none
    }

    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content .h6,
    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content h6 {
        font-size: 14px;
        line-height: 26px
    }

    .web_visibility .resp_order {
        order: 2
    }

    .webcase_projects .web_case_slider {
        height: 500px
    }

    .webcase_projects .web_pro_item {
        display: block;
        height: 430px;
        margin-top: 20px;
        padding: 30px 20px 20px
    }

    .webcase_projects .web_pro_item .web_pro_content {
        flex: 0 0 100%
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 35px;
        width: auto
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 10px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .webcase_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 14px;
        line-height: 29px;
        margin-top: 10px
    }

    .webcase_projects .web_pro_item .web_pro_content .web_pro_btn a {
        font-size: 14px;
        line-height: 24px
    }

    .webcase_projects .web_pro_item .web_pro_img {
        flex: 0 0 100%;
        margin-top: 20px
    }

    .discussprojectios {
        padding: 30px 0
    }

    .discussprojectios .resp_order {
        order: 2
    }

    .rapid_free_services .rapid_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 25px 20px
    }

    .rapid_free_services .rapid_box .rapid_num {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .rapid_free_services .rapid_box .rapid_content p {
        font-size: 13px;
        line-height: 23px
    }

    .rapid_free_services.cloud_opt_process .rapid_box {
        height: 250px
    }

    .rapid_free_services.ai_solution_process .rapid_box {
        height: auto;
        padding: 20px 15px
    }

    .rapid_free_services.ai_solution_process .rapid_box .rapid_content .h5,
    .rapid_free_services.ai_solution_process .rapid_box .rapid_content h5 {
        margin-bottom: 10px
    }

    .rapid_free_services.iot_app_services .rapid_box {
        height: 210px;
        padding: 20px 15px
    }

    .rapid_free_services.iot_app_services .rapid_box .rapid_content .h5,
    .rapid_free_services.iot_app_services .rapid_box .rapid_content h5 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .rapid_free_services.nlp_transform .rapid_box {
        height: 220px
    }

    .rapid_free_services.nlp_transform .rapid_box .rapid_content .h5,
    .rapid_free_services.nlp_transform .rapid_box .rapid_content h5 {
        margin-bottom: 10px
    }

    .rapid_free_services.nlp_why_choose p {
        margin-top: 20px
    }

    .rapid_free_services.nlp_why_choose .rapid_box {
        height: 240px
    }

    .rapid_free_services.hire_ios_why_choose p {
        margin-top: 0
    }

    .rapid_free_services.hire_ios_why_choose .rapid_box {
        height: 100%;
        padding: 20px 15px
    }

    .rapid_free_services.hire_ios_why_choose .rapid_box .rapid_content .h5,
    .rapid_free_services.hire_ios_why_choose .rapid_box .rapid_content h5 {
        margin-bottom: 10px
    }

    .rapid_free_services.hire_react_choose {
        background: #021728;
        background-image: none !important
    }

    .rapid_free_services.hire_react_choose .rapid_box .rapid_content .h5,
    .rapid_free_services.hire_react_choose .rapid_box .rapid_content h5 {
        font-size: 16px;
        line-height: 28px
    }

    .rapid_free_services.hire_react_platform .rapid_box {
        height: 100%;
        padding: 20px 15px
    }

    .high_demand_slider .high_on_demand_slider {
        height: 950px
    }

    .high_demand_slider .high_on_demand_slider .demand_item {
        height: 130px;
        margin-bottom: 20px;
        padding: 20px
    }

    .high_demand_slider .high_on_demand_slider .demand_item p {
        font-size: 12px;
        line-height: 22px
    }

    .high_demand_slider .high_on_demand_slider .demand_item .h5,
    .high_demand_slider .high_on_demand_slider .demand_item h5 {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .high_demand_slider.cloud_innovate_power .demand_item {
        height: 160px;
        margin-bottom: 20px;
        padding: 20px
    }

    .high_demand_slider.cloud_innovate_power .demand_item .h5,
    .high_demand_slider.cloud_innovate_power .demand_item h5 {
        font-size: 13px;
        line-height: 25px
    }

    .high_demand_slider.cloud_innovate_power .demand_item P {
        font-size: 12px;
        line-height: 22px
    }

    .custom_brand .resp_order {
        order: 2
    }

    .cloud_high_demand ul,
    .custom_brand .gatsby-image-wrapper {
        margin-top: 20px
    }

    .cloud_high_demand ul li {
        margin-bottom: 10px;
        padding-left: 15px
    }

    .cloud_high_demand ul li:before {
        height: 5px;
        left: 0;
        top: 10px;
        width: 5px
    }

    .cloud_platforms_laverage {
        background-image: none !important;
        background: #273444
    }

    .cloud_platforms_laverage .cloud_platform_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 0 20px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img {
        margin-bottom: 20px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_img .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_content .h5,
    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_content h5 {
        margin-bottom: 10px
    }

    .cloud_platforms_laverage .cloud_platform_box .cloud_platform_content p {
        height: auto;
        line-height: 22px
    }

    .streamline_cloud,
    .streamline_cloud.cloud_mig_solution {
        background-image: none !important;
        background: #061b2b
    }

    .streamline_cloud.blockchain_future,
    .streamline_cloud.scale_it_staff {
        padding: 40px 0
    }

    .streamline_cloud.nlp_advance_solution {
        background-color: #152441;
        background-image: none !important;
        padding: 40px 0
    }
}

@media(min-width:0px)and (max-width:360px) {
    .rapid_free_services .rapid_box {
        height: 320px;
        margin-bottom: 20px;
        padding: 25px 20px
    }

    .rapid_free_services .rapid_box .rapid_num {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .rapid_free_services .rapid_box .rapid_content p {
        font-size: 13px;
        line-height: 23px
    }

    .rapid_free_services.cloud_opt_process .rapid_box {
        height: 270px
    }

    .rapid_free_services.ai_solution_process .rapid_box {
        height: auto;
        padding: 20px 15px
    }

    .rapid_free_services.ai_solution_process .rapid_box .rapid_content .h5,
    .rapid_free_services.ai_solution_process .rapid_box .rapid_content h5 {
        margin-bottom: 10px
    }

    .rapid_free_services.iot_app_services .rapid_box {
        height: 230px;
        padding: 20px 15px
    }

    .rapid_free_services.iot_app_services .rapid_box .rapid_content .h5,
    .rapid_free_services.iot_app_services .rapid_box .rapid_content h5 {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .rapid_free_services.nlp_why_choose p {
        margin-top: 20px
    }

    .rapid_free_services.nlp_why_choose .rapid_box {
        height: 290px
    }

    .rapid_free_services.hire_ios_why_choose p {
        margin-top: 0
    }

    .rapid_free_services.hire_ios_why_choose .rapid_box {
        height: 100%;
        padding: 20px 15px
    }

    .rapid_free_services.hire_ios_why_choose .rapid_box .rapid_content .h5,
    .rapid_free_services.hire_ios_why_choose .rapid_box .rapid_content h5 {
        margin-bottom: 10px
    }

    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content .h6,
    .domain_diversity.digital_marketing_industry .domain_main .domain_item .domain_content h6 {
        font-size: 12px;
        line-height: 24px
    }
}

.awards_healthcare .health_awards {
    align-items: center;
    display: flex;
    margin-top: 50px;
    max-width: 100%
}

.awards_healthcare .health_awards .health_awards_item {
    flex: 0 0 20%
}

.contentall ul li {
    padding-left: 20px;
    position: relative
}

.contentall ul li:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 15px;
    width: 5px
}

.craftapp_solution .craft_head_sticky {
    position: sticky;
    top: 120px
}

.craftapp_solution .services_faqs .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #fff
}

.craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button {
    background-color: #314252;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button:after {
    background-color: #06dcbf;
    background-position: 50%;
    background-size: 70%
}

.craftapp_solution .services_faqs .accordion .accordion-item .accordion-collapse .accordion-body {
    background-color: #314252
}

.craftapp_solution .services_faqs .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
    line-height: 32px
}

.redefinepatient_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
    background: #314252
}

.redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills {
    border-right: none
}

.redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item {
    -ms-overflow-style: none;
    height: 400px;
    overflow-y: scroll;
    padding: 40px 20px;
    scrollbar-width: none
}

.redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item::-webkit-scrollbar {
    display: none
}

.redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    transition: .2s ease-in-out
}

.redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a.active {
    background: hsla(0, 0%, 100%, .102);
    color: #06dcbf
}

.redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a:hover {
    color: #06dcbf
}

.redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a:after {
    display: none
}

.redefinepatient_services.tekgrip_section .tab-content {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    height: 400px;
    padding: 30px 60px;
    transition: .2s ease-in-out
}

.redefinepatient_services.tekgrip_section .tab-content p {
    font-size: 16px;
    line-height: 28px
}

.redefinepatient_services.tekgrip_section .tab-content .h3,
.redefinepatient_services.tekgrip_section .tab-content h3 {
    margin-bottom: 10px
}

.redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img {
    margin-bottom: 20px
}

.redefinepatient_services.zero_hassle_dubai .h2,
.redefinepatient_services.zero_hassle_dubai h2,
.redefinepatient_services.zero_hassle_dubai p {
    color: #fff
}

.redefinepatient_services.zero_hassle_dubai.tekgrip_section .tekgrip_tabs .redefine_tabs {
    border-radius: 20px
}

.redefinepatient_services.zero_hassle_dubai.tekgrip_section .flex-column.nav.nav-pills .red_item {
    height: 430px
}

.redefinepatient_services.zero_hassle_dubai.tekgrip_section .tab-content {
    border-radius: 20px;
    height: 450px
}

.redefinepatient_services.zero_hassle_dubai.tekgrip_section .tab-content P {
    color: #000
}

.redefinepatient_services.cloud_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
    height: 320px
}

.redefinepatient_services.cloud_services.tekgrip_section .flex-column.nav.nav-pills .red_item {
    height: 320px;
    overflow: hidden
}

.redefinepatient_services.cloud_services.tekgrip_section .tab-content {
    height: 320px
}

.redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tekgrip_tabs .redefine_tabs {
    height: 350px
}

.redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item {
    height: 350px;
    overflow: hidden
}

.redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content {
    height: 350px
}

.redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content .scroll_mobile_item {
    height: 200px;
    overflow-y: scroll
}

.redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content .scroll_mobile_item::-webkit-scrollbar {
    width: 2px
}

.redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content .scroll_mobile_item::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content .scroll_mobile_item::-webkit-scrollbar-thumb {
    background-color: #06dcbf;
    min-height: 30px;
    outline: 0 solid #e2e2e2
}

.redefinepatient_services.cloud_infra_tabs.tekgrip_section .tekgrip_tabs .redefine_tabs {
    height: 330px
}

.redefinepatient_services.cloud_infra_tabs.tekgrip_section .flex-column.nav.nav-pills .red_item {
    height: 330px;
    overflow: hidden
}

.redefinepatient_services.cloud_infra_tabs.tekgrip_section .tab-content {
    height: 330px
}

.redefinepatient_services.web_app_solutions.tekgrip_section .tekgrip_tabs .redefine_tabs {
    height: 460px
}

.redefinepatient_services.web_app_solutions.tekgrip_section .flex-column.nav.nav-pills .red_item {
    height: 460px;
    overflow: hidden
}

.redefinepatient_services.web_app_solutions.tekgrip_section .tab-content {
    height: 460px
}

.top_health_features .flex-column.nav.nav-pills .medical_item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.top_health_features .flex-column.nav.nav-pills .medical_item .nav-item a {
    align-items: center;
    border: 2px solid #314252;
    border-radius: 50px;
    color: #314252;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    height: 66px;
    justify-content: center;
    line-height: 60px;
    padding: 20px;
    text-align: center;
    transition: .2s ease-in-out;
    width: 374px
}

.top_health_features .flex-column.nav.nav-pills .medical_item .nav-item a.active {
    background-color: #06dcbf;
    border: 2px solid #06dcbf;
    color: #fff
}

.top_health_features .flex-column.nav.nav-pills .medical_item .nav-item a:hover {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    color: #fff
}

.top_health_features .tab-content {
    margin-top: 60px
}

.top_health_features .tab-content .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e2e2e2
}

.top_health_features .tab-content .accordion .accordion-item .accordion-header button {
    border: 0;
    font-size: 17px;
    font-weight: 600;
    transition: .2s ease-in-out
}

.top_health_features .tab-content .accordion .accordion-item .accordion-header button:not(.collapsed) {
    background: #314252;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px
}

.top_health_features .tab-content .accordion .accordion-item .accordion-header button:not(.collapsed):after {
    background-color: #fff;
    background-position: 50%;
    background-size: 50%
}

.top_health_features .tab-content .accordion .accordion-item .accordion-collapse .accordion-body {
    background-color: #314252
}

.top_health_features .tab-content .accordion .accordion-item .accordion-collapse .accordion-body p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: left
}

.augmentedmobileapp {
    padding: 30px 0
}

.augmentedmobileapp a.border_btn {
    background: #06dcbf;
    color: #fff
}

@media(min-width:1600px)and (max-width:1800px) {
    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills {
        border-right: none
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 400px;
        padding: 40px 20px
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 20px;
        line-height: 45px
    }

    .redefinepatient_services.tekgrip_section .tab-content {
        height: 410px;
        padding: 30px 50px
    }

    .redefinepatient_services.tekgrip_section .tab-content p {
        font-size: 15px;
        line-height: 27px
    }

    .redefinepatient_services.tekgrip_section .tab-content .h3,
    .redefinepatient_services.tekgrip_section .tab-content h3 {
        margin-bottom: 10px
    }

    .redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img {
        margin-bottom: 20px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button {
        font-size: 16px;
        line-height: 32px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button:after {
        background-size: 60%
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 14px;
        line-height: 31px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item {
        margin-top: 30px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item .nav-item a {
        font-size: 18px;
        height: 60px;
        line-height: 55px;
        padding: 20px;
        width: 340px
    }

    .top_health_features .tab-content {
        margin-top: 60px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-header button {
        font-size: 16px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 14px;
        line-height: 28px
    }

    .augmentedmobileapp {
        padding: 25px 0
    }

    .augmentedmobileapp .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills {
        border-right: none
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 360px;
        padding: 40px 0 20px 20px
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 18px;
        line-height: 43px
    }

    .redefinepatient_services.tekgrip_section .tab-content {
        height: 400px;
        padding: 30px 50px
    }

    .redefinepatient_services.tekgrip_section .tab-content p {
        font-size: 14px;
        line-height: 26px
    }

    .redefinepatient_services.tekgrip_section .tab-content .h3,
    .redefinepatient_services.tekgrip_section .tab-content h3 {
        margin-bottom: 10px
    }

    .redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img {
        margin-bottom: 20px
    }

    .redefinepatient_services.cloud_services.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.cloud_services.tekgrip_section .tab-content,
    .redefinepatient_services.cloud_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 300px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 320px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 320px;
        overflow: hidden
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content {
        height: 320px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content .scroll_mobile_item {
        height: 180px;
        overflow-y: scroll
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 310px
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 310px;
        overflow: hidden
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tab-content {
        height: 310px
    }

    .redefinepatient_services.cloud_support_platform.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.cloud_support_platform.tekgrip_section .tab-content,
    .redefinepatient_services.cloud_support_platform.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 400px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button {
        font-size: 15px;
        line-height: 31px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button:after {
        background-size: 60%
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 14px;
        line-height: 31px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item {
        margin-top: 30px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item .nav-item a {
        font-size: 17px;
        height: 55px;
        line-height: 50px;
        padding: 20px;
        width: 315px
    }

    .top_health_features .tab-content {
        margin-top: 60px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-header button {
        font-size: 15px;
        line-height: 30px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 13px;
        line-height: 26px
    }

    .awards_healthcare .health_awards {
        margin-top: 40px
    }

    .awards_healthcare .health_awards .health_awards_item {
        flex: 0 0 20%
    }

    .awards_healthcare .health_awards .health_awards_item .health_awards_img .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .augmentedmobileapp {
        padding: 20px 0
    }

    .augmentedmobileapp .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .redefinepatient_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 360px
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills {
        border-right: none
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 320px;
        padding: 40px 20px 0
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 18px;
        line-height: 43px
    }

    .redefinepatient_services.tekgrip_section .tab-content {
        height: 360px;
        padding: 30px 50px
    }

    .redefinepatient_services.tekgrip_section .tab-content p {
        font-size: 13px;
        line-height: 25px
    }

    .redefinepatient_services.tekgrip_section .tab-content .h3,
    .redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img,
    .redefinepatient_services.tekgrip_section .tab-content h3 {
        margin-bottom: 10px
    }

    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .tab-content,
    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 400px
    }

    .redefinepatient_services.on_demand_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 17px;
        line-height: 42px
    }

    .redefinepatient_services.cloud_services.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.cloud_services.tekgrip_section .tab-content,
    .redefinepatient_services.cloud_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 280px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 300px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 300px;
        overflow: hidden
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content {
        height: 300px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content .scroll_mobile_item {
        height: 180px;
        overflow-y: scroll
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 290px
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 290px;
        overflow: hidden
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tab-content {
        height: 290px
    }

    .redefinepatient_services.cloud_support_platform.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 400px
    }

    .redefinepatient_services.cloud_support_platform.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 370px
    }

    .redefinepatient_services.cloud_support_platform.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 17px;
        line-height: 42px
    }

    .redefinepatient_services.cloud_support_platform.tekgrip_section .tab-content {
        height: 400px
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 420px
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 420px;
        overflow: hidden
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .tab-content {
        height: 420px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button {
        font-size: 15px;
        line-height: 31px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button:after {
        background-size: 60%
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 14px;
        line-height: 31px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item {
        margin-top: 30px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item .nav-item a {
        font-size: 15px;
        height: 50px;
        line-height: 45px;
        padding: 20px;
        width: 290px
    }

    .top_health_features .tab-content {
        margin-top: 60px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-header button {
        font-size: 14px;
        line-height: 28px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 12px;
        line-height: 24px
    }

    .awards_healthcare .health_awards {
        margin-top: 40px
    }

    .awards_healthcare .health_awards .health_awards_item {
        flex: 0 0 20%
    }

    .awards_healthcare .health_awards .health_awards_item .health_awards_img .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .contentall ul li:before {
        height: 5px;
        left: 5px;
        position: absolute;
        top: 12px;
        width: 5px
    }

    .augmentedmobileapp {
        padding: 20px 0
    }

    .augmentedmobileapp .gatsby-image-wrapper img {
        height: 450px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .redefinepatient_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 350px
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills {
        border-right: none
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 320px;
        padding: 30px 20px 0
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 15px;
        line-height: 40px
    }

    .redefinepatient_services.tekgrip_section .tab-content {
        height: 350px;
        padding: 25px 40px
    }

    .redefinepatient_services.tekgrip_section .tab-content p {
        font-size: 12px;
        line-height: 23px
    }

    .redefinepatient_services.tekgrip_section .tab-content .h3,
    .redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img,
    .redefinepatient_services.tekgrip_section .tab-content h3 {
        margin-bottom: 10px
    }

    .redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img .gatsby-image-wrapper img {
        height: 35px;
        width: auto
    }

    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .tab-content,
    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 350px
    }

    .redefinepatient_services.on_demand_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 13px;
        line-height: 38px
    }

    .redefinepatient_services.cloud_services.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.cloud_services.tekgrip_section .tab-content,
    .redefinepatient_services.cloud_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 250px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 260px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 260px;
        overflow: hidden
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content {
        height: 260px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content .scroll_mobile_item {
        height: 160px;
        overflow-y: scroll
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 250px
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 250px;
        overflow: hidden
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tab-content {
        height: 250px
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tab-content .cloud_infra_tabs_img .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .redefinepatient_services.cloud_support_platform.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.cloud_support_platform.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 350px
    }

    .redefinepatient_services.cloud_support_platform.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 13px;
        line-height: 38px
    }

    .redefinepatient_services.cloud_support_platform.tekgrip_section .tab-content {
        height: 350px
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 400px
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 400px;
        overflow: hidden
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .tab-content {
        height: 400px
    }

    .redefinepatient_services.pwa_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.pwa_tabs_sec.tekgrip_section .tab-content,
    .redefinepatient_services.pwa_tabs_sec.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 300px
    }

    .craftapp_solution .craft_head_sticky {
        top: 80px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button {
        font-size: 14px;
        line-height: 30px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button:after {
        background-size: 50%
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 13px;
        line-height: 30px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item {
        margin-top: 30px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item .nav-item a {
        font-size: 13px;
        height: 45px;
        line-height: normal;
        padding: 10px;
        width: 230px
    }

    .top_health_features .tab-content {
        margin-top: 50px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-header button {
        font-size: 14px;
        line-height: 28px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 12px;
        line-height: 24px
    }

    .awards_healthcare .health_awards {
        margin-top: 40px
    }

    .awards_healthcare .health_awards .health_awards_item {
        flex: 0 0 20%
    }

    .awards_healthcare .health_awards .health_awards_item .health_awards_img .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .explorecase_slider .swiper {
        height: 450px
    }

    .contentall ul li:before {
        height: 5px;
        left: 5px;
        position: absolute;
        top: 11px;
        width: 5px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .redefinepatient_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 340px
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills {
        border-right: none
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 320px;
        padding: 30px 20px 0
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 14px;
        line-height: 39px
    }

    .redefinepatient_services.tekgrip_section .tab-content {
        height: 340px;
        padding: 20px 30px
    }

    .redefinepatient_services.tekgrip_section .tab-content p {
        font-size: 11px;
        line-height: 21px
    }

    .redefinepatient_services.tekgrip_section .tab-content .h3,
    .redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img,
    .redefinepatient_services.tekgrip_section .tab-content h3 {
        margin-bottom: 10px
    }

    .redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img .gatsby-image-wrapper img {
        height: 30px;
        width: auto
    }

    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 400px
    }

    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 370px
    }

    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .tab-content {
        height: 400px
    }

    .redefinepatient_services.on_demand_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 13px;
        line-height: 38px
    }

    .redefinepatient_services.cloud_services.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.cloud_services.tekgrip_section .tab-content,
    .redefinepatient_services.cloud_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 230px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 250px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 250px;
        overflow: hidden
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 13px;
        line-height: 38px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content {
        height: 250px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content .scroll_mobile_item {
        height: 160px;
        overflow-y: scroll
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 250px
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 250px;
        overflow: hidden
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tab-content {
        height: 250px
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tab-content .cloud_infra_tabs_img .gatsby-image-wrapper img {
        height: 45px;
        width: auto
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 380px
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: 380px;
        overflow: hidden
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .tab-content {
        height: 380px
    }

    .redefinepatient_services.pwa_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.pwa_tabs_sec.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: 280px
    }

    .redefinepatient_services.pwa_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 12px;
        line-height: 36px
    }

    .redefinepatient_services.pwa_tabs_sec.tekgrip_section .tab-content {
        height: 280px
    }

    .craftapp_solution .craft_head_sticky {
        top: 60px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button {
        font-size: 14px;
        line-height: 30px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button:after {
        background-size: 50%
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 13px;
        line-height: 30px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item {
        margin-top: 30px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item .nav-item a {
        font-size: 13px;
        height: 45px;
        line-height: normal;
        padding: 10px;
        width: 230px
    }

    .top_health_features .tab-content {
        margin-top: 50px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-header button {
        font-size: 14px;
        line-height: 28px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 12px;
        line-height: 24px
    }

    .awards_healthcare .health_awards {
        margin-top: 30px
    }

    .awards_healthcare .health_awards .health_awards_item {
        flex: 0 0 20%
    }

    .awards_healthcare .health_awards .health_awards_item .health_awards_img .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .explorecase_slider .swiper {
        height: 300px
    }

    .contentall ul li:before {
        height: 5px;
        left: 5px;
        position: absolute;
        top: 11px;
        width: 5px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .redefinepatient_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: auto
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills {
        border-right: none
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: auto;
        padding: 20px 10px 0
    }

    .redefinepatient_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 12px;
        line-height: 32px
    }

    .redefinepatient_services.tekgrip_section .tab-content {
        height: auto;
        padding: 20px
    }

    .redefinepatient_services.tekgrip_section .tab-content p {
        font-size: 11px;
        line-height: 21px
    }

    .redefinepatient_services.tekgrip_section .tab-content .h3,
    .redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img,
    .redefinepatient_services.tekgrip_section .tab-content h3 {
        margin-bottom: 10px
    }

    .redefinepatient_services.tekgrip_section .tab-content .redefine_tabs_img .gatsby-image-wrapper img {
        height: 30px;
        width: auto
    }

    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .tekgrip_tabs .redefine_tabs {
        border-radius: 0;
        height: auto
    }

    .redefinepatient_services.zero_hassle_dubai.tekgrip_section .tab-content {
        border-radius: 0;
        height: auto;
        margin-top: 20px
    }

    .redefinepatient_services.on_demand_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        margin-top: 20px
    }

    .redefinepatient_services.on_demand_services.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 11px;
        line-height: 31px
    }

    .redefinepatient_services.cloud_services.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: auto;
        margin-top: 20px
    }

    .redefinepatient_services.cloud_services.tekgrip_section .flex-column.nav.nav-pills .red_item,
    .redefinepatient_services.cloud_services.tekgrip_section .tab-content,
    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: auto
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: auto;
        overflow: hidden
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .flex-column.nav.nav-pills .red_item .nav-item a {
        font-size: 13px;
        line-height: 26px
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content {
        height: auto
    }

    .redefinepatient_services.mobile_app_tabs_sec.tekgrip_section .tab-content .scroll_mobile_item {
        height: 160px;
        overflow-y: scroll
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: auto
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: auto;
        overflow: hidden
    }

    .redefinepatient_services.cloud_infra_tabs.tekgrip_section .tab-content,
    .redefinepatient_services.web_app_solutions.tekgrip_section .tekgrip_tabs .redefine_tabs {
        height: auto
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .flex-column.nav.nav-pills .red_item {
        height: auto;
        overflow: hidden
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .tab-content {
        height: auto
    }

    .redefinepatient_services.web_app_solutions.tekgrip_section .tab-content .redefine_tabs_img svg {
        height: 45px;
        width: auto
    }

    .craftapp_solution .craft_head_sticky {
        position: relative;
        top: 0
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button {
        font-size: 13px;
        line-height: 29px
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-header button:after {
        background-size: 40%
    }

    .craftapp_solution .services_faqs .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 12px;
        line-height: 29px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item {
        display: block;
        margin: 0 auto
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item .nav-item {
        margin-top: 20px
    }

    .top_health_features .flex-column.nav.nav-pills .medical_item .nav-item a {
        font-size: 12px;
        height: 45px;
        line-height: normal;
        padding: 10px;
        width: 230px
    }

    .top_health_features .tab-content {
        margin-top: 25px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-header button {
        font-size: 14px;
        line-height: 28px
    }

    .top_health_features .tab-content .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 12px;
        line-height: 24px
    }

    .top_health_features .tab-content .top_health_img {
        margin-top: 20px
    }

    .awards_healthcare .health_awards {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px
    }

    .awards_healthcare .health_awards .health_awards_item {
        flex: 0 0 33%;
        margin-bottom: 15px
    }

    .awards_healthcare .health_awards .health_awards_item .health_awards_img .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .explorecase_slider .swiper {
        height: 550px
    }

    .contentall ul li:before {
        height: 5px;
        left: 5px;
        position: absolute;
        top: 10px;
        width: 5px
    }
}

.workflow_process .workflow_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px
}

.workflow_process .workflow_main .workflow_process_item {
    align-items: center;
    background: #fff;
    display: flex;
    flex: 0 0 32%;
    flex-flow: column;
    height: 400px;
    justify-content: center;
    margin: 10px;
    padding: 30px 50px;
    text-align: center;
    transition: .2s ease-in-out
}

.workflow_process .workflow_main .workflow_process_item:hover {
    background: #06dcbf
}

.workflow_process .workflow_main .workflow_process_item:hover .workflow_process_content .h5,
.workflow_process .workflow_main .workflow_process_item:hover .workflow_process_content h5,
.workflow_process .workflow_main .workflow_process_item:hover .workflow_process_content p {
    color: #fff
}

.workflow_process .workflow_main .workflow_process_item:hover .workflow_process_img svg path {
    fill: #fff
}

.workflow_process .workflow_main .workflow_process_item .workflow_process_content p {
    color: #898989;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0
}

.workflow_process .workflow_main .workflow_process_item .workflow_process_content .h5,
.workflow_process .workflow_main .workflow_process_item .workflow_process_content h5 {
    margin-bottom: 10px;
    margin-top: 20px
}

.workflow_process.workflow_uk .workflow_main .workflow_process_item:hover .workflow_process_content .h5,
.workflow_process.workflow_uk .workflow_main .workflow_process_item:hover .workflow_process_content h5 {
    color: #fff
}

.workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content .h5,
.workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content h5 {
    color: #314252
}

.workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content p {
    height: 160px;
    overflow-y: scroll
}

.workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content p::-webkit-scrollbar {
    display: none
}

.workflow_process.workflow_uk_mob .workflow_main .workflow_process_item {
    display: unset;
    height: 280px;
    padding: 30px 50px
}

.workflow_process.workflow_uk_mob .workflow_main .workflow_process_item:hover .workflow_process_content .h5,
.workflow_process.workflow_uk_mob .workflow_main .workflow_process_item:hover .workflow_process_content h5 {
    color: #fff
}

.workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content .h5,
.workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content h5 {
    color: #314252
}

.workflow_process.blockchain_software_services .workflow_main .workflow_process_item {
    height: 520px
}

.trustedtop_brands {
    padding: 30px 0;
    position: relative
}

.trustedtop_brands .h5,
.trustedtop_brands h5 {
    color: #000;
    letter-spacing: 0;
}

.trustedtop_brands .top_brands_item_img {
    align-items: center;
    display: flex;
    margin-top: 10px;
    min-height: 60px
}

.trustedtop_brands .top_brands_item_img img {
    max-height: 50px
}

.collaborate_agency .collaborate_agency_item {
    margin-top: 50px
}

.collaborate_agency .collaborate_agency_item .collaborate_img {
    margin-bottom: 10px;
    text-align: left
}

.collaborate_agency .collaborate_agency_item .collaborate_flex {
    align-items: center;
    display: flex;
    max-width: 100%
}

.collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 76px
}

.collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_img .gatsby-image-wrapper img {
    height: 40px;
    width: auto
}

.collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content {
    margin-left: 10px
}

.collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    text-align: left;
    width: 70%
}

.successful_projects .web_case_slider {
    height: 770px
}

.successful_projects .web_case_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #06dcbf
}

.successful_projects .web_pro_item {
    align-items: center;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    display: flex;
    height: 650px;
    margin-top: 50px;
    padding: 30px 0 30px 25px;
    position: relative
}

.successful_projects .web_pro_item.item-1:after {
    background: #92ef87;
    border-radius: 10px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    z-index: -1
}

.successful_projects .web_pro_item.item-2:after {
    background: #4041ab;
    border-radius: 10px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    z-index: -1
}

.successful_projects .web_pro_item.item-3:after {
    background: #53a4c9;
    border-radius: 10px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    z-index: -1
}

.successful_projects .web_pro_item .web_pro_content {
    flex: 0 0 50%
}

.successful_projects .web_pro_item .web_pro_content .web_pro_head {
    margin-top: 20px;
    padding-right: 20px
}

.successful_projects .web_pro_item .web_pro_content .web_pro_head .h2,
.successful_projects .web_pro_item .web_pro_content .web_pro_head h2 {
    font-size: 35px;
    line-height: 45px
}

.successful_projects .web_pro_item .web_pro_content .web_pro_head .h5,
.successful_projects .web_pro_item .web_pro_content .web_pro_head h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 10px
}

.successful_projects .web_pro_item .web_pro_content .and_head {
    margin-top: 40px
}

.successful_projects .web_pro_item .web_pro_content .and_head .h5,
.successful_projects .web_pro_item .web_pro_content .and_head h5 {
    margin-bottom: 0
}

.successful_projects .web_pro_item .web_pro_content .web_pro_btn {
    margin-top: 50px
}

.successful_projects .web_pro_item .web_pro_content .and_pro_flex {
    align-items: center;
    display: flex;
    margin-top: 20px
}

.successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item {
    flex: 0 0 50%
}

.successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item .h5,
.successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item h5 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0
}

.successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item p {
    color: #717783;
    font-size: 15px;
    line-height: 25px
}

.successful_projects .web_pro_item .web_pro_content .web_pro_logo {
    margin-bottom: 60px
}

.successful_projects .web_pro_item .web_pro_img {
    flex: 0 0 50%;
    text-align: center
}

.successful_projects.projects_uk .web_pro_item.item-2:after {
    background: #d01e49
}

.successful_projects.projects_uk .web_pro_item.item-3:after {
    background: #1a1527
}

.successful_projects.projects_uk .web_pro_item.item-4:after {
    background: #df5156;
    border-radius: 10px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    z-index: -1
}

.successful_projects.projects_dubai .web_pro_item.item-1:after {
    background: #232323
}

.successful_projects.projects_dubai .web_pro_item.item-3:after {
    background: #153669
}

.successful_projects.blockchain_case .web_pro_item.item-1:after {
    background: #141826
}

.successful_projects.blockchain_case .web_pro_item.item-2:after {
    background: #19001e
}

.successful_projects.mobile_app_case_sec .web_pro_item.item-1:after {
    background: #214092
}

.successful_projects.mobile_app_case_sec .web_pro_item.item-2:after {
    background: #e82226
}

.successful_projects.on_demand_case .web_pro_item.item-1:after {
    background: #63cb51
}

.successful_projects.on_demand_case .web_pro_item.item-2:after {
    background: #6d4fc1
}

.successful_projects.web3_game_case .web_pro_item.item-1:after {
    background: #141826
}

.successful_projects.web3_game_case .web_pro_item.item-2:after {
    background: #916ffe
}

.successful_projects.web3_game_case .web_pro_item.item-3:after {
    background: #1782d2
}

@media(min-width:1600px)and (max-width:1800px) {
    .collaborate_agency .collaborate_agency_item {
        margin-top: 50px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img {
        margin-bottom: 10px;
        text-align: left
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex {
        align-items: center;
        display: flex
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num {
        font-size: 50px;
        line-height: 76px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content {
        margin-left: 10px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content p {
        font-size: 20px;
        line-height: 25px;
        width: 70%
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img img {
        height: 45px;
        width: auto
    }

    .successful_projects .web_case_slider {
        height: 770px
    }

    .successful_projects .web_pro_item {
        align-items: center;
        display: flex;
        height: 650px;
        margin-top: 50px;
        padding: 30px 0 30px 25px
    }

    .successful_projects .web_pro_item .web_pro_content {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 30px;
        line-height: 40px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 20px;
        line-height: 35px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head {
        margin-top: 40px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head .h5,
    .successful_projects .web_pro_item .web_pro_content .and_head h5 {
        margin-bottom: 0
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_btn {
        margin-top: 50px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex {
        align-items: center;
        display: flex;
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item .h5,
    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item h5 {
        font-size: 25px;
        line-height: 35px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item p {
        font-size: 13px;
        line-height: 23px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo {
        margin-bottom: 60px
    }

    .successful_projects .web_pro_item .web_pro_img {
        flex: 0 0 50%
    }

    .workflow_process .workflow_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px
    }

    .workflow_process .workflow_main .workflow_process_item {
        flex: 0 0 31%;
        height: 400px;
        margin: 10px;
        padding: 30px 50px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 18px;
        line-height: 32px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process .workflow_main .workflow_process_item .workflow_process_content h5 {
        margin-bottom: 10px;
        margin-top: 20px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item {
        padding: 30px 40px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 16px;
        height: 160px;
        line-height: 28px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 20px;
        line-height: 30px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item {
        height: 490px;
        justify-content: unset;
        padding: 50px 30px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 16px;
        height: 160px;
        line-height: 28px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item {
        height: 400px;
        justify-content: unset;
        padding: 50px 30px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 16px;
        height: 160px;
        line-height: 28px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item {
        display: unset;
        height: 280px;
        padding: 25px 35px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content h5 {
        color: #314252;
        font-size: 20px;
        line-height: 30px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .collaborate_agency .collaborate_agency_item {
        margin-top: 50px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img {
        margin-bottom: 10px;
        text-align: left
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex {
        align-items: center;
        display: flex
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num {
        font-size: 50px;
        line-height: 76px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content {
        margin-left: 10px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content p {
        font-size: 20px;
        line-height: 25px;
        width: 70%
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img img {
        height: 45px;
        width: auto
    }

    .successful_projects .web_case_slider {
        height: 730px
    }

    .successful_projects .web_pro_item {
        align-items: baseline;
        display: flex;
        height: 620px;
        margin-top: 50px;
        padding: 30px 0 30px 25px
    }

    .successful_projects .web_pro_item .web_pro_content {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 30px;
        line-height: 40px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 20px;
        line-height: 35px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head {
        margin-top: 40px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head .h5,
    .successful_projects .web_pro_item .web_pro_content .and_head h5 {
        margin-bottom: 0
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_btn {
        margin-top: 50px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex {
        align-items: center;
        display: flex;
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item .h5,
    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item h5 {
        font-size: 25px;
        line-height: 35px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item p {
        font-size: 13px;
        line-height: 23px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo {
        margin-bottom: 60px
    }

    .successful_projects .web_pro_item .web_pro_img {
        flex: 0 0 50%
    }

    .workflow_process .workflow_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px
    }

    .workflow_process .workflow_main .workflow_process_item {
        flex: 0 0 31%;
        height: 380px;
        margin: 10px;
        padding: 30px 45px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 16px;
        line-height: 30px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process .workflow_main .workflow_process_item .workflow_process_content h5 {
        margin-bottom: 10px;
        margin-top: 20px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item {
        padding: 30px 40px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 15px;
        height: 160px;
        line-height: 27px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 18px;
        line-height: 28px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item {
        display: unset;
        height: 280px;
        padding: 25px 35px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 18px;
        line-height: 28px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item {
        height: 480px;
        justify-content: unset;
        padding: 50px 30px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 15px;
        height: 160px;
        line-height: 27px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item {
        height: 380px;
        justify-content: unset;
        padding: 50px 30px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 15px;
        height: 160px;
        line-height: 27px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .collaborate_agency .collaborate_agency_item {
        margin-top: 50px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img {
        margin-bottom: 10px;
        text-align: left
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex {
        align-items: center;
        display: flex
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num {
        font-size: 45px;
        line-height: 70px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content {
        margin-left: 10px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content p {
        font-size: 14px;
        line-height: 19px;
        width: 70%
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img img {
        height: 30px;
        width: auto
    }

    .successful_projects .web_case_slider {
        height: 650px
    }

    .successful_projects .web_pro_item {
        align-items: center;
        display: flex;
        height: 510px;
        margin-top: 40px;
        padding: 30px 0 30px 25px
    }

    .successful_projects .web_pro_item .web_pro_content {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 25px;
        line-height: 35px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 18px;
        line-height: 32px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head .h5,
    .successful_projects .web_pro_item .web_pro_content .and_head h5 {
        margin-bottom: 0
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_btn {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex {
        align-items: center;
        display: flex;
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item .h5,
    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item h5 {
        font-size: 23px;
        line-height: 33px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item p {
        font-size: 12px;
        line-height: 22px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo {
        margin-bottom: 40px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 50px;
        width: auto
    }

    .successful_projects .web_pro_item .web_pro_img {
        flex: 0 0 50%
    }

    .workflow_process .workflow_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px
    }

    .workflow_process .workflow_main .workflow_process_item {
        flex: 0 0 31%;
        height: 350px;
        margin: 10px;
        padding: 25px 30px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 14px;
        line-height: 28px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process .workflow_main .workflow_process_item .workflow_process_content h5 {
        margin-bottom: 10px;
        margin-top: 20px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item {
        padding: 25px 30px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 15px;
        height: 160px;
        line-height: 27px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 16px;
        line-height: 26px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item {
        height: 450px;
        justify-content: unset;
        padding: 40px 25px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_img svg {
        height: 60px;
        width: auto
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 14px;
        height: 160px;
        line-height: 26px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item {
        display: unset;
        height: 270px;
        padding: 25px 30px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 16px;
        line-height: 26px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item {
        height: 370px;
        justify-content: unset;
        padding: 40px 25px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 14px;
        height: 160px;
        line-height: 26px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .collaborate_agency .collaborate_agency_item {
        margin-top: 40px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img {
        margin-bottom: 10px;
        text-align: left
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex {
        align-items: center;
        display: flex
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num {
        font-size: 40px;
        line-height: 66px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content {
        margin-left: 10px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content p {
        font-size: 14px;
        line-height: 19px;
        width: 80%
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img img {
        height: 35px;
        width: auto
    }

    .trustedtop_brands {
        padding: 30px 0
    }

    .trustedtop_brands .top_brands_item_img {
        margin-top: 10px;
        min-height: 50px
    }

    .trustedtop_brands .top_brands_item_img img {
        max-height: 40px
    }

    .successful_projects .web_case_slider {
        height: 600px
    }

    .successful_projects .web_pro_item {
        align-items: center;
        display: flex;
        height: 470px;
        margin-top: 30px;
        padding: 30px 0 30px 25px
    }

    .successful_projects .web_pro_item .web_pro_content {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 19px;
        line-height: 29px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 15px;
        line-height: 27px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head .h5,
    .successful_projects .web_pro_item .web_pro_content .and_head h5 {
        margin-bottom: 0
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_btn {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex {
        align-items: center;
        display: flex;
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item .h5,
    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item h5 {
        font-size: 23px;
        line-height: 33px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item p {
        font-size: 10px;
        line-height: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo {
        margin-bottom: 40px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 50px;
        width: auto
    }

    .successful_projects .web_pro_item .web_pro_img {
        flex: 0 0 50%
    }

    .workflow_process .workflow_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .workflow_process .workflow_main .workflow_process_item {
        flex: 0 0 31%;
        height: 330px;
        margin: 10px;
        padding: 20px 25px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 13px;
        line-height: 26px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process .workflow_main .workflow_process_item .workflow_process_content h5 {
        margin-bottom: 10px;
        margin-top: 20px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item {
        padding: 20px 25px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 13px;
        height: 160px;
        line-height: 25px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 14px;
        line-height: 24px
    }

    .workflow_process.cloud_app_process .workflow_main .workflow_process_item {
        flex: 0 0 47%
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item {
        height: 380px;
        justify-content: unset;
        padding: 40px 25px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_img svg {
        height: 60px;
        width: auto
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 14px;
        height: 160px;
        line-height: 26px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item {
        display: unset;
        height: 260px;
        padding: 25px 20px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 14px;
        line-height: 24px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item {
        flex: 0 0 47%;
        height: 330px;
        justify-content: unset;
        padding: 40px 25px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 14px;
        height: 160px;
        line-height: 26px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .collaborate_agency .collaborate_agency_item {
        margin-top: 40px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img {
        margin-bottom: 10px;
        text-align: left
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex {
        align-items: center;
        display: flex
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num {
        font-size: 40px;
        line-height: 66px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content {
        margin-left: 10px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content p {
        font-size: 14px;
        line-height: 19px;
        width: 80%
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img img {
        height: 35px;
        width: auto
    }

    .trustedtop_brands {
        padding: 30px 0
    }

    .trustedtop_brands .top_brands_item_img {
        margin-top: 10px;
        min-height: 50px
    }

    .trustedtop_brands .top_brands_item_img img {
        max-height: 40px
    }

    .successful_projects .web_case_slider {
        height: 570px
    }

    .successful_projects .web_pro_item {
        align-items: center;
        display: flex;
        height: 470px;
        margin-top: 30px;
        padding: 30px 0 30px 25px
    }

    .successful_projects .web_pro_item .web_pro_content {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px;
        padding-right: 0
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 19px;
        line-height: 29px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 15px;
        line-height: 27px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head .h5,
    .successful_projects .web_pro_item .web_pro_content .and_head h5 {
        margin-bottom: 0
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_btn {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex {
        align-items: center;
        display: flex;
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item .h5,
    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item h5 {
        font-size: 23px;
        line-height: 33px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item p {
        font-size: 10px;
        line-height: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo {
        margin-bottom: 40px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 50px;
        width: auto
    }

    .successful_projects .web_pro_item .web_pro_img {
        flex: 0 0 50%
    }

    .workflow_process .workflow_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px
    }

    .workflow_process .workflow_main .workflow_process_item {
        flex: 0 0 45%;
        height: 330px;
        margin: 10px;
        padding: 20px 25px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 13px;
        line-height: 26px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process .workflow_main .workflow_process_item .workflow_process_content h5 {
        margin-bottom: 10px;
        margin-top: 20px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item {
        height: 410px;
        justify-content: unset;
        padding: 40px 20px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_img svg {
        height: 55px;
        width: auto
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 14px;
        height: 160px;
        line-height: 26px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item {
        display: unset;
        height: 230px;
        padding: 25px 20px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 14px;
        line-height: 24px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .collaborate_agency .collaborate_agency_item {
        margin-top: 20px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img {
        margin-bottom: 10px;
        text-align: left
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex {
        align-items: center;
        display: flex
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num {
        font-size: 35px;
        line-height: 61px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content {
        margin-left: 10px
    }

    .collaborate_agency .collaborate_agency_item .collaborate_flex .collaborate_num_content p {
        font-size: 13px;
        line-height: 18px;
        width: 70%
    }

    .collaborate_agency .collaborate_agency_item .collaborate_img img {
        height: 25px;
        width: auto
    }

    .trustedtop_brands {
        padding: 25px 0
    }

    .trustedtop_brands .top_brands_item_img {
        height: auto;
        justify-content: center;
        margin-top: 10px;
        min-height: auto
    }

    .trustedtop_brands .top_brands_item_img img {
        height: 30px;
        width: auto
    }

    .successful_projects .web_case_slider {
        height: 880px
    }

    .successful_projects .web_pro_item {
        display: block;
        height: 800px;
        margin-top: 20px;
        padding: 20px 0 20px 20px
    }

    .successful_projects .web_pro_item.item-1:after,
    .successful_projects .web_pro_item.item-2:after,
    .successful_projects .web_pro_item.item-3:after {
        display: none
    }

    .successful_projects .web_pro_item .web_pro_content {
        flex: 0 0 100%
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px;
        padding-right: 0
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 17px;
        line-height: 27px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 14px;
        line-height: 26px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head .h5,
    .successful_projects .web_pro_item .web_pro_content .and_head h5 {
        margin-bottom: 0
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_btn {
        margin-top: 0
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex {
        align-items: center;
        display: flex;
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item .h5,
    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item h5 {
        font-size: 16px;
        line-height: 27px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item p {
        font-size: 9px;
        line-height: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo {
        margin-bottom: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 40px;
        width: auto
    }

    .successful_projects .web_pro_item .web_pro_img {
        flex: 0 0 100%;
        margin-top: 20px
    }

    .successful_projects.blockchain_case .web_pro_item.item-1:after,
    .successful_projects.blockchain_case .web_pro_item.item-2:after,
    .successful_projects.mobile_app_case_sec .web_pro_item.item-1:after,
    .successful_projects.mobile_app_case_sec .web_pro_item.item-2:after,
    .successful_projects.on_demand_case .web_pro_item.item-1:after,
    .successful_projects.on_demand_case .web_pro_item.item-2:after,
    .successful_projects.projects_dubai .web_pro_item.item-1:after,
    .successful_projects.projects_dubai .web_pro_item.item-3:after,
    .successful_projects.projects_uk .web_pro_item.item-4:after,
    .successful_projects.web3_game_case .web_pro_item.item-1:after,
    .successful_projects.web3_game_case .web_pro_item.item-2:after,
    .successful_projects.web3_game_case .web_pro_item.item-3:after {
        display: none
    }

    .workflow_process .workflow_main {
        justify-content: center;
        margin-top: 10px
    }

    .workflow_process .workflow_main .workflow_process_item {
        flex: 0 0 100%;
        height: 300px;
        margin: 10px;
        padding: 20px 25px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 13px;
        line-height: 26px
    }

    .workflow_process .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process .workflow_main .workflow_process_item .workflow_process_content h5 {
        margin-bottom: 10px;
        margin-top: 20px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item {
        height: 350px;
        padding: 20px
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 13px;
        height: unset;
        line-height: 25px;
        overflow: hidden
    }

    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 14px;
        line-height: 24px
    }

    .workflow_process.cloud_app_process .workflow_main .workflow_process_item .workflow_process_img svg {
        height: 60px;
        width: auto
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item {
        height: 340px;
        justify-content: unset;
        padding: 30px 15px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_img svg {
        height: 45px;
        width: auto
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 13px;
        height: auto;
        line-height: 25px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item {
        display: unset;
        height: 230px;
        padding: 20px 10px
    }

    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content .h5,
    .workflow_process.workflow_uk_mob .workflow_main .workflow_process_item .workflow_process_content h5 {
        font-size: 14px;
        line-height: 24px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item {
        flex: 0 0 100%;
        height: 310px;
        justify-content: unset;
        padding: 30px 15px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item .workflow_process_img svg {
        height: 40px;
        width: auto
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 13px;
        height: auto;
        line-height: 25px
    }
}

@media(min-width:0px)and (max-width:355px) {
    .successful_projects .web_case_slider {
        height: 800px
    }

    .successful_projects .web_pro_item {
        display: block;
        height: 730px;
        margin-top: 20px;
        padding: 20px
    }

    .successful_projects .web_pro_item.item-1:after,
    .successful_projects .web_pro_item.item-2:after,
    .successful_projects .web_pro_item.item-3:after {
        display: none
    }

    .successful_projects .web_pro_item .web_pro_content {
        flex: 0 0 100%
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h2,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h2 {
        font-size: 17px;
        line-height: 27px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_head .h5,
    .successful_projects .web_pro_item .web_pro_content .web_pro_head h5 {
        font-size: 14px;
        line-height: 26px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head {
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_head .h5,
    .successful_projects .web_pro_item .web_pro_content .and_head h5 {
        margin-bottom: 0
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_btn {
        margin-top: 0
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex {
        align-items: center;
        display: flex;
        margin-top: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item {
        flex: 0 0 50%
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item .h5,
    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item h5 {
        font-size: 16px;
        line-height: 27px
    }

    .successful_projects .web_pro_item .web_pro_content .and_pro_flex .android_item p {
        font-size: 9px;
        line-height: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo {
        margin-bottom: 20px
    }

    .successful_projects .web_pro_item .web_pro_content .web_pro_logo img {
        height: 40px;
        width: auto
    }

    .successful_projects .web_pro_item .web_pro_img {
        flex: 0 0 100%;
        margin-top: 20px
    }

    .successful_projects.projects_dubai .web_pro_item.item-1:after,
    .successful_projects.projects_dubai .web_pro_item.item-3:after,
    .successful_projects.projects_uk .web_pro_item.item-4:after {
        display: none
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item {
        height: 410px;
        justify-content: unset;
        padding: 30px 15px
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_img svg {
        height: 45px;
        width: auto
    }

    .workflow_process.blockchain_software_services .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 13px;
        height: auto;
        line-height: 25px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item {
        flex: 0 0 100%;
        height: 350px;
        justify-content: unset;
        padding: 30px 15px
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item .workflow_process_img svg {
        height: 40px;
        width: auto
    }

    .workflow_process.iot_procedure .workflow_main .workflow_process_item .workflow_process_content p {
        font-size: 13px;
        height: 160px;
        line-height: 25px
    }
}

.banner_sass {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh
}

.banner_sass .banner_content span {
    color: #06dcbf;
    font-weight: 600
}

.banner_sass .banner_content .border_btn {
    background: #06dcbf;
    color: #fff
}

.banner_sass .banner_content .border_btn:hover {
    background: #fff;
    color: #06dcbf
}

.banner_sass .banner_content .border_btn.saas_banner_btn {
    background: transparent;
    border: 1px solid #06dcbf;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    margin-left: 10px;
    min-width: 180px;
    transition: .2s ease-in-out
}

.banner_sass .banner_content .border_btn.saas_banner_btn:hover {
    background: #06dcbf;
    color: #fff
}

.stellar_types .stellar_img {
    text-align: right
}

.stellar_types .stellar_box {
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    height: 500px;
    justify-content: center;
    padding: 0 30px;
    transition: .2s linear
}

.stellar_types .stellar_box:hover {
    background: #06dcbf;
    color: #fff
}

.stellar_types .stellar_box:hover .stellar_content p,
.stellar_types .stellar_box:hover .stellar_head .h3,
.stellar_types .stellar_box:hover .stellar_head h3 {
    color: #fff
}

.stellar_types .stellar_box:hover .stellar_arrow svg {
    transform: rotate(45deg);
    transition: .2s linear
}

.stellar_types .stellar_box:hover .stellar_arrow svg path {
    fill: #fff
}

.stellar_types .stellar_content p {
    font-size: 17px;
    height: 190px;
    line-height: 27px
}

.stellar_types .stellar_head .h3,
.stellar_types .stellar_head h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px
}

.stellar_types .stellar_arrow {
    margin-top: 20px;
    text-align: right;
    transition: .2s linear
}

.video_production .video_valuee_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px
}

.video_production .video_valuee_main .value_item_video {
    align-items: center;
    background: #f2f2f2;
    border-radius: 50px;
    display: flex;
    flex: 0 0 19%;
    flex-flow: column;
    height: 66px;
    justify-content: center;
    margin-bottom: 10px;
    transition: .2s linear
}

.video_production .video_valuee_main .value_item_video:hover {
    background: #06dcbf;
    color: #fff
}

.video_production .video_valuee_main .value_item_video P {
    margin-bottom: 0
}

.create_magic .magic_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 25px
}

.create_magic .magic_main .create_magic_item {
    background: #f7f7f8;
    border: 1px solid #ececec;
    border-radius: 12px;
    flex: 0 0 23%;
    height: 280px;
    padding: 30px 20px;
    position: relative
}

.create_magic .magic_main .create_magic_item .create_magic_head {
    margin-bottom: 30px
}

.create_magic .magic_main .create_magic_item .create_magic_head .h5,
.create_magic .magic_main .create_magic_item .create_magic_head h5 {
    margin-bottom: 0
}

.create_magic .magic_main .create_magic_item p {
    color: #324251;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.create_magic .magic_main .create_magic_item:after {
    background: #fff;
    border-radius: 100px;
    box-shadow: 3px 4px 15px 2px rgba(0, 0, 0, .07);
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHBhdGggZmlsbD0iIzIzMjMyNiIgZD0ibTE3LjUgNS45OTktLjcwNy42MDcgNS4yOTMgNS4yOTNIMXYxaDIxLjA4NmwtNS4yOTQgNS4yOTUuNzA3LjcwN0wyNCAxMi40OTlsLTYuNS02LjV6IiBkYXRhLW5hbWU9IlJpZ2h0Ii8+PC9zdmc+");
    height: 50px;
    left: -15px;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px
}

.create_magic .magic_main .create_magic_item:first-child:after,
.create_magic .magic_main .create_magic_item:nth-child(5):after {
    display: none
}

.saas_close_deals .faster_deals_main {
    background: #f7f7f8;
    border: 1px solid #ececec;
    border-radius: 12px;
    height: 350px;
    padding: 30px 20px
}

.saas_close_deals .faster_deals_main .faster_item {
    display: flex;
    margin-bottom: 30px
}

.saas_close_deals .faster_deals_main .faster_item .faster_deal_head {
    flex: 0 0 65%
}

.saas_close_deals .faster_deals_main .faster_item .faster_deal_head .h5,
.saas_close_deals .faster_deals_main .faster_item .faster_deal_head h5 {
    line-height: 35px
}

.saas_close_deals .faster_deals_main .faster_item .faster_deal_img {
    flex: 0 0 35%;
    text-align: right
}

.saas_close_deals .faster_deals_main p {
    color: #324251;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.saas_client_review .client_review_box {
    background: #fff;
    border-radius: 15px;
    height: 350px;
    padding: 30px 20px;
    transition: .2s linear
}

.saas_client_review .client_review_box:hover {
    background: #06dcbf;
    color: #fff
}

.saas_client_review .client_review_box:hover .client_upper .h5,
.saas_client_review .client_review_box:hover .client_upper h5,
.saas_client_review .client_review_box:hover .client_upper span,
.saas_client_review .client_review_box:hover p {
    color: #fff
}

.saas_client_review .client_review_box:hover .client_upper svg path {
    fill: #fff
}

.saas_client_review .client_review_box .client_upper {
    margin-bottom: 40px;
    transition: .2s linear
}

.saas_client_review .client_review_box .client_upper .h5,
.saas_client_review .client_review_box .client_upper h5 {
    color: #000;
    margin-bottom: 0
}

.saas_client_review .client_review_box .client_upper span {
    color: #636363;
    display: block
}

.saas_client_review .client_review_box p {
    color: #484a4d;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.explainer_video .explainer_case_main {
    background: #f8f8f8;
    border-radius: 70px;
    margin-bottom: 30px;
    padding: 50px
}

.explainer_video .explainer_case_main .explainer_item {
    align-items: center;
    display: flex
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_img {
    border-radius: 30px;
    flex: 0 0 70%
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box {
    border-radius: 30px;
    box-shadow: 3px 3px 10px 4px rgba(0, 0, 0, .529);
    height: 540px;
    position: relative;
    width: 960px
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box img {
    border-radius: 30px
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 30px;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg {
    height: 70px;
    width: 70px
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg path {
    fill: #000
}

.explainer_video .explainer_case_main .explainer_item .case_video {
    display: none;
    height: 540px;
    width: 960px
}

.explainer_video .explainer_case_main .explainer_item .case_video video {
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_content {
    flex: 0 0 30%
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_content span {
    color: #324251
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_content p {
    color: #212529;
    line-height: 25px
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main .case_btn_item {
    align-items: center;
    background: #d9d9d9;
    border-radius: 50px;
    color: #324251;
    display: flex;
    flex-flow: column;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    line-height: 24px;
    min-width: 180px
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main .case_btn_item p {
    margin-bottom: 0
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item {
    align-items: center;
    background: #eee;
    border: 1px solid #cecece;
    border-radius: 50px;
    display: flex;
    flex-flow: column;
    height: 40px;
    justify-content: center;
    margin-bottom: 10px;
    max-width: 320px
}

.explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item p {
    color: #5b5b5b;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0
}

.explainer_video .explainer_case_main .explainer_item.active .case_video {
    border-radius: 30px;
    box-shadow: 3px 3px 10px 4px rgba(0, 0, 0, .529);
    display: block
}

.explainer_video .explainer_case_main .explainer_item.active .img_box {
    display: none
}

.winning_portfolio .winning_image_slider .swiper-slide.swiper-slide-thumb-active .portfolio_image {
    transition: transform .5s ease-in-out
}

@media(min-width:1600px)and (max-width:1800px) {
    .banner_sass {
        height: 95vh
    }

    .product_set img {
        height: 450px;
        width: auto
    }

    .stellar_types .stellar_box {
        height: 450px;
        padding: 0 30px
    }

    .stellar_types .stellar_content p {
        font-size: 16px;
        height: 190px;
        line-height: 26px
    }

    .stellar_types .stellar_head .h3,
    .stellar_types .stellar_head h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px
    }

    .stellar_types .stellar_arrow {
        margin-top: 20px
    }

    .create_magic .magic_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 25px
    }

    .create_magic .magic_main .create_magic_item {
        flex: 0 0 23%;
        height: 280px;
        padding: 30px 20px
    }

    .create_magic .magic_main .create_magic_item .create_magic_head {
        margin-bottom: 30px
    }

    .create_magic .magic_main .create_magic_item p {
        font-size: 15px;
        line-height: 23px
    }

    .explainer_video .explainer_case_main {
        margin-bottom: 30px;
        padding: 50px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img {
        border-radius: 30px;
        flex: 0 0 70%
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box {
        height: 450px;
        width: 800px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box img {
        border-radius: 30px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg {
        height: 70px;
        width: 70px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg path {
        fill: #000
    }

    .explainer_video .explainer_case_main .explainer_item .case_video {
        display: none;
        height: 450px;
        width: 800px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content {
        flex: 0 0 30%;
        padding-right: 30px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content p {
        line-height: 25px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main {
        gap: 10px;
        margin-bottom: 20px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main .case_btn_item {
        font-size: 16px;
        height: 40px;
        line-height: 24px;
        min-width: 180px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item {
        border-radius: 50px;
        height: 40px;
        margin-bottom: 10px;
        max-width: 320px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item p {
        font-size: 17px;
        line-height: 25px
    }

    .saas_close_deals .faster_deals_main {
        height: 330px;
        padding: 30px 20px
    }

    .saas_close_deals .faster_deals_main .faster_item {
        margin-bottom: 20px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head {
        flex: 0 0 65%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head .h5,
    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head h5 {
        font-size: 20px;
        line-height: 30px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img {
        flex: 0 0 35%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img svg {
        height: 50px;
        width: auto
    }

    .saas_close_deals .faster_deals_main p {
        font-size: 15px;
        line-height: 23px
    }

    .saas_client_review .client_review_box {
        height: 330px;
        padding: 30px 20px
    }

    .saas_client_review .client_review_box .client_upper {
        margin-bottom: 30px
    }

    .saas_client_review .client_review_box p {
        font-size: 15px;
        line-height: 23px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .banner_sass {
        background-position: 100%;
        height: 90vh
    }

    .banner_sass .banner_content .border_btn.saas_banner_btn {
        font-size: 15px;
        height: 45px;
        line-height: 45px;
        margin-left: 10px
    }

    .product_set img {
        height: 450px;
        width: auto
    }

    .stellar_types .stellar_box {
        height: 420px;
        padding: 0 30px
    }

    .stellar_types .stellar_content p {
        font-size: 15px;
        height: 190px;
        line-height: 25px
    }

    .stellar_types .stellar_head .h3,
    .stellar_types .stellar_head h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .stellar_types .stellar_arrow {
        margin-top: 20px
    }

    .create_magic .magic_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 25px
    }

    .create_magic .magic_main .create_magic_item {
        flex: 0 0 23%;
        height: 270px;
        padding: 30px 20px
    }

    .create_magic .magic_main .create_magic_item .create_magic_head {
        margin-bottom: 20px
    }

    .create_magic .magic_main .create_magic_item p {
        font-size: 14px;
        line-height: 22px
    }

    .explainer_video .explainer_case_main {
        margin-bottom: 30px;
        padding: 50px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img {
        border-radius: 30px;
        flex: 0 0 70%
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box {
        height: 396px;
        width: 700px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box img {
        border-radius: 30px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg {
        height: 70px;
        width: 70px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg path {
        fill: #000
    }

    .explainer_video .explainer_case_main .explainer_item .case_video {
        display: none;
        height: 396px;
        width: 700px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content {
        flex: 0 0 30%;
        padding-right: 30px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content p {
        line-height: 23px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main {
        gap: 10px;
        margin-bottom: 20px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main .case_btn_item {
        font-size: 16px;
        height: 40px;
        line-height: 24px;
        min-width: 180px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item {
        border-radius: 50px;
        height: 40px;
        margin-bottom: 10px;
        max-width: 320px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item p {
        font-size: 15px;
        line-height: 24px
    }

    .saas_close_deals .faster_deals_main {
        height: 320px;
        padding: 30px 20px
    }

    .saas_close_deals .faster_deals_main .faster_item {
        margin-bottom: 20px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head {
        flex: 0 0 65%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head .h5,
    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head h5 {
        font-size: 18px;
        line-height: 28px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img {
        flex: 0 0 35%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img svg {
        height: 50px;
        width: auto
    }

    .saas_close_deals .faster_deals_main p {
        font-size: 14px;
        line-height: 22px
    }

    .saas_client_review .client_review_box {
        height: 330px;
        padding: 30px 20px
    }

    .saas_client_review .client_review_box .client_upper {
        margin-bottom: 30px
    }

    .saas_client_review .client_review_box p {
        font-size: 15px;
        line-height: 23px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .banner_sass {
        background-position: 100%;
        height: 95vh
    }

    .banner_sass .banner_content .border_btn.saas_banner_btn {
        font-size: 13px;
        height: 40px;
        margin-left: 10px
    }

    .product_set img {
        height: 400px;
        width: auto
    }

    .product_set .pro_span_head {
        font-size: 12px
    }

    .stellar_types .stellar_box {
        height: 400px;
        padding: 0 30px
    }

    .stellar_types .stellar_content p {
        font-size: 14px;
        height: 180px;
        line-height: 24px
    }

    .stellar_types .stellar_head .h3,
    .stellar_types .stellar_head h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px
    }

    .stellar_types .stellar_arrow {
        margin-top: 20px
    }

    .video_production .video_valuee_main {
        gap: 10px;
        margin-top: 20px
    }

    .video_production .video_valuee_main .value_item_video {
        border-radius: 50px;
        flex: 0 0 19%;
        height: 55px;
        margin-bottom: 10px
    }

    .create_magic .magic_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 25px
    }

    .create_magic .magic_main .create_magic_item {
        flex: 0 0 23%;
        height: 270px;
        padding: 30px 20px
    }

    .create_magic .magic_main .create_magic_item:after {
        height: 45px;
        padding: 12px;
        width: 45px
    }

    .create_magic .magic_main .create_magic_item .create_magic_head {
        margin-bottom: 20px
    }

    .create_magic .magic_main .create_magic_item p {
        font-size: 13px;
        line-height: 21px
    }

    .explainer_video .explainer_case_main {
        margin-bottom: 30px;
        padding: 50px 30px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img {
        border-radius: 30px;
        flex: 0 0 65%
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box {
        height: 360px;
        width: 630px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box img {
        border-radius: 30px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg {
        height: 70px;
        width: 70px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg path {
        fill: #000
    }

    .explainer_video .explainer_case_main .explainer_item .case_video {
        display: none;
        height: 360px;
        width: 630px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content {
        flex: 0 0 35%;
        padding-right: 30px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content p {
        line-height: 24px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main {
        gap: 10px;
        margin-bottom: 20px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main .case_btn_item {
        font-size: 14px;
        height: 40px;
        line-height: 23px;
        min-width: 170px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item {
        border-radius: 50px;
        height: 40px;
        margin-bottom: 10px;
        max-width: 310px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item p {
        font-size: 14px;
        line-height: 23px
    }

    .saas_close_deals .faster_deals_main {
        height: 300px;
        padding: 30px 20px
    }

    .saas_close_deals .faster_deals_main .faster_item {
        margin-bottom: 10px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head {
        flex: 0 0 65%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head .h5,
    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head h5 {
        font-size: 16px;
        line-height: 26px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img {
        flex: 0 0 35%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img svg {
        height: 40px;
        width: auto
    }

    .saas_close_deals .faster_deals_main p {
        font-size: 13px;
        line-height: 21px
    }

    .saas_client_review .client_review_box {
        height: 300px;
        padding: 30px 20px
    }

    .saas_client_review .client_review_box .client_upper {
        margin-bottom: 30px
    }

    .saas_client_review .client_review_box .client_upper span {
        font-size: 14px
    }

    .saas_client_review .client_review_box p {
        font-size: 13px;
        line-height: 21px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .banner_sass {
        background-position: 100%;
        height: 80vh;
        height: 570px
    }

    .banner_sass .banner_content .border_btn.saas_banner_btn {
        font-size: 13px;
        height: 40px;
        margin-left: 10px
    }

    .product_set img {
        height: 340px;
        width: auto
    }

    .product_set .pro_span_head {
        font-size: 12px
    }

    .stellar_types .stellar_box {
        height: 350px;
        margin-bottom: 20px;
        padding: 0 30px
    }

    .stellar_types .stellar_img img {
        height: 400px
    }

    .stellar_types .stellar_content p {
        font-size: 14px;
        height: 150px;
        line-height: 24px
    }

    .stellar_types .stellar_head .h3,
    .stellar_types .stellar_head h3 {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 20px
    }

    .stellar_types .stellar_arrow {
        margin-top: 20px
    }

    .video_production .video_valuee_main {
        gap: 10px;
        margin-top: 20px
    }

    .video_production .video_valuee_main .value_item_video {
        border-radius: 50px;
        flex: 0 0 19%;
        height: 45px;
        margin-bottom: 10px
    }

    .create_magic .magic_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }

    .create_magic .magic_main .create_magic_item {
        flex: 0 0 23%;
        height: 270px;
        padding: 30px 15px
    }

    .create_magic .magic_main .create_magic_item:after {
        height: 35px;
        padding: 10px;
        width: 35px
    }

    .create_magic .magic_main .create_magic_item .create_magic_head {
        margin-bottom: 10px
    }

    .create_magic .magic_main .create_magic_item p {
        font-size: 12px;
        line-height: 20px
    }

    .explainer_video .explainer_case_main {
        margin-bottom: 30px;
        padding: 40px 30px
    }

    .explainer_video .explainer_case_main .explainer_item {
        flex-wrap: wrap;
        justify-content: center
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img {
        border-radius: 30px;
        flex: 0 0 100%;
        margin-top: 20px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box {
        height: 450px;
        width: 800px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box img {
        border-radius: 30px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg {
        height: 60px;
        width: 60px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg path {
        fill: #000
    }

    .explainer_video .explainer_case_main .explainer_item .case_video {
        display: none;
        height: 450px;
        width: 800px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content {
        flex: 0 0 100%;
        margin-top: 30px;
        padding-right: 0
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content p {
        line-height: 23px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main {
        gap: 10px;
        margin-bottom: 20px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main .case_btn_item {
        font-size: 14px;
        height: 40px;
        line-height: 23px;
        min-width: 170px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item {
        border-radius: 50px;
        height: 40px;
        margin-bottom: 10px;
        max-width: 310px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item p {
        font-size: 13px;
        line-height: 22px
    }

    .saas_close_deals .faster_deals_main {
        height: 290px;
        padding: 30px 20px
    }

    .saas_close_deals .faster_deals_main .faster_item {
        margin-bottom: 0
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head {
        flex: 0 0 67%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head .h5,
    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head h5 {
        font-size: 13px;
        line-height: 23px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img {
        flex: 0 0 33%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img svg {
        height: 35px;
        width: auto
    }

    .saas_close_deals .faster_deals_main p {
        font-size: 12px;
        line-height: 20px
    }

    .saas_client_review .client_review_box {
        height: 300px;
        padding: 30px 20px
    }

    .saas_client_review .client_review_box .client_upper {
        margin-bottom: 20px
    }

    .saas_client_review .client_review_box .client_upper span {
        font-size: 12px
    }

    .saas_client_review .client_review_box p {
        font-size: 12px;
        line-height: 20px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .banner_sass {
        background-position: 100%;
        height: 80vh
    }

    .banner_sass .banner_content .border_btn.saas_banner_btn {
        font-size: 13px;
        height: 40px;
        margin-left: 10px
    }

    .product_set img {
        height: 250px;
        width: auto
    }

    .product_set .pro_span_head {
        font-size: 10px
    }

    .stellar_types .stellar_box {
        height: 350px;
        margin-bottom: 20px;
        padding: 0 30px
    }

    .stellar_types .stellar_img img {
        height: 300px
    }

    .stellar_types .stellar_content p {
        font-size: 13px;
        height: 170px;
        line-height: 23px
    }

    .stellar_types .stellar_head .h3,
    .stellar_types .stellar_head h3 {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 20px
    }

    .stellar_types .stellar_arrow {
        margin-top: 20px
    }

    .video_production .video_valuee_main {
        gap: 10px;
        margin-top: 20px
    }

    .video_production .video_valuee_main .value_item_video {
        border-radius: 50px;
        flex: 0 0 18%;
        height: 45px;
        margin-bottom: 10px
    }

    .create_magic .magic_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }

    .create_magic .magic_main .create_magic_item {
        flex: 0 0 31%;
        height: 270px;
        padding: 30px 20px
    }

    .create_magic .magic_main .create_magic_item:after {
        height: 35px;
        padding: 10px;
        width: 35px
    }

    .create_magic .magic_main .create_magic_item .create_magic_head {
        margin-bottom: 10px
    }

    .create_magic .magic_main .create_magic_item p {
        font-size: 12px;
        line-height: 20px
    }

    .create_magic .magic_main .create_magic_item:first-child:after,
    .create_magic .magic_main .create_magic_item:nth-child(4):after,
    .create_magic .magic_main .create_magic_item:nth-child(7):after {
        display: none
    }

    .create_magic .magic_main .create_magic_item:nth-child(5):after {
        display: block
    }

    .explainer_video .explainer_case_main {
        margin-bottom: 30px;
        padding: 40px 30px
    }

    .explainer_video .explainer_case_main .explainer_item {
        flex-wrap: wrap;
        justify-content: center
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img {
        border-radius: 30px;
        flex: 0 0 100%;
        margin-top: 20px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box {
        height: 395px;
        width: 700px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box img {
        border-radius: 30px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg {
        height: 60px;
        width: 60px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg path {
        fill: #000
    }

    .explainer_video .explainer_case_main .explainer_item .case_video {
        display: none;
        height: 395px;
        width: 700px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content {
        flex: 0 0 100%;
        margin-top: 30px;
        padding-right: 0
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content p {
        line-height: 23px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main {
        gap: 10px;
        margin-bottom: 20px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main .case_btn_item {
        font-size: 14px;
        height: 40px;
        line-height: 23px;
        min-width: 170px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item {
        border-radius: 50px;
        height: 40px;
        margin-bottom: 10px;
        max-width: 310px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item p {
        font-size: 13px;
        line-height: 22px
    }

    .saas_close_deals .faster_deals_main {
        height: 250px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .saas_close_deals .faster_deals_main .faster_item {
        margin-bottom: 0
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head {
        flex: 0 0 67%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head .h5,
    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head h5 {
        font-size: 13px;
        line-height: 23px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img {
        flex: 0 0 33%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img svg {
        height: 35px;
        width: auto
    }

    .saas_close_deals .faster_deals_main p {
        font-size: 12px;
        line-height: 20px
    }

    .saas_client_review .client_review_box {
        height: 280px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .saas_client_review .client_review_box .client_upper {
        margin-bottom: 20px
    }

    .saas_client_review .client_review_box .client_upper span {
        font-size: 12px
    }

    .saas_client_review .client_review_box p {
        font-size: 12px;
        line-height: 20px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .banner_sass {
        background-image: none !important;
        background: #0a1132;
        height: 100%;
        padding: 80px 0 40px
    }

    .banner_sass .home_vid #myVideo {
        height: 550px
    }

    .banner_sass .banner_content span {
        font-size: 13px;
        line-height: 23px
    }

    .banner_sass .banner_content .border_btn.saas_banner_btn {
        background: #06dcbf;
        color: #fff;
        font-size: 13px;
        height: 40px;
        margin-left: 10px;
        min-width: 150px
    }

    .product_set img {
        height: 220px;
        margin-top: 20px;
        width: 100%
    }

    .product_set .pro_span_head {
        font-size: 10px;
        line-height: 15px
    }

    .stellar_types .stellar_box {
        height: 320px;
        margin-bottom: 20px;
        padding: 0 20px
    }

    .stellar_types .stellar_img {
        text-align: center
    }

    .stellar_types .stellar_img img {
        height: 250px;
        width: auto
    }

    .stellar_types .stellar_content p {
        font-size: 13px;
        height: auto;
        line-height: 23px
    }

    .stellar_types .stellar_head .h3,
    .stellar_types .stellar_head h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .stellar_types .stellar_arrow {
        margin-top: 10px
    }

    .stellar_types .stellar_arrow svg {
        height: 25px;
        width: auto
    }

    .video_production .video_valuee_main {
        gap: 5px;
        margin-top: 10px
    }

    .video_production .video_valuee_main .value_item_video {
        border-radius: 50px;
        flex: 0 0 49%;
        height: 45px;
        margin-bottom: 10px
    }

    .create_magic .magic_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

    .create_magic .magic_main .create_magic_item {
        flex: 0 0 100%;
        height: 200px;
        padding: 20px
    }

    .create_magic .magic_main .create_magic_item .create_magic_head {
        margin-bottom: 10px
    }

    .create_magic .magic_main .create_magic_item p {
        font-size: 14px;
        line-height: 22px
    }

    .create_magic .magic_main .create_magic_item:after {
        display: none
    }

    .explainer_video .explainer_case_main {
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 20px
    }

    .explainer_video .explainer_case_main .explainer_item {
        flex-wrap: wrap;
        justify-content: center
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img {
        border-radius: 10px;
        flex: 0 0 100%;
        margin-top: 20px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box {
        height: 100%;
        width: 100%
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn,
    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box img {
        border-radius: 10px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg {
        height: 40px;
        width: 40px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_img .img_box .explainer_play_btn svg path {
        fill: #000
    }

    .explainer_video .explainer_case_main .explainer_item .case_video {
        border-radius: 10px;
        display: none;
        height: 100%;
        width: 100%
    }

    .explainer_video .explainer_case_main .explainer_item .case_video video {
        border-radius: 10px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content {
        flex: 0 0 100%;
        margin-top: 30px;
        padding-right: 0
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content p {
        line-height: 23px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main {
        gap: 10px;
        margin-bottom: 20px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .case_btn_main .case_btn_item {
        font-size: 12px;
        height: 40px;
        line-height: 21px;
        min-width: 130px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item {
        border-radius: 50px;
        height: 40px;
        margin: 10px auto;
        max-width: 250px
    }

    .explainer_video .explainer_case_main .explainer_item .explainer_case_content .satisfaction_item p {
        font-size: 12px;
        line-height: 21px
    }

    .explainer_video .explainer_case_main .explainer_item.active .case_video {
        border-radius: 10px;
        display: flex
    }

    .explainer_video .explainer_case_main .explainer_item.active .img_box {
        display: none
    }

    .saas_close_deals .faster_deals_main {
        height: 230px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .saas_close_deals .faster_deals_main .faster_item {
        margin-bottom: 0
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head {
        flex: 0 0 67%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head .h5,
    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head h5 {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img {
        flex: 0 0 33%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img svg {
        height: 35px;
        width: auto
    }

    .saas_close_deals .faster_deals_main p {
        font-size: 12px;
        line-height: 20px
    }

    .saas_client_review .client_review_box {
        height: 240px;
        margin-bottom: 20px;
        padding: 20px
    }

    .saas_client_review .client_review_box .client_upper {
        margin-bottom: 10px
    }

    .saas_client_review .client_review_box .client_upper span {
        font-size: 12px
    }

    .saas_client_review .client_review_box p {
        font-size: 12px;
        line-height: 20px
    }
}

@media(min-width:0px)and (max-width:350px) {
    .banner_sass .banner_content span {
        font-size: 11px;
        line-height: 21px
    }

    .banner_sass .banner_content .border_btn.saas_banner_btn {
        margin-left: 0;
        min-width: unset
    }

    .stellar_types .stellar_box {
        height: 350px;
        margin-bottom: 20px;
        padding: 0 20px
    }

    .stellar_types .stellar_img img {
        height: 250px;
        width: auto
    }

    .stellar_types .stellar_content p {
        font-size: 13px;
        height: auto;
        line-height: 23px
    }

    .stellar_types .stellar_head .h3,
    .stellar_types .stellar_head h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .stellar_types .stellar_arrow {
        margin-top: 10px
    }

    .stellar_types .stellar_arrow svg {
        height: 25px;
        width: auto
    }

    .create_magic .magic_main {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

    .create_magic .magic_main .create_magic_item {
        flex: 0 0 100%;
        height: 220px;
        padding: 20px
    }

    .create_magic .magic_main .create_magic_item .create_magic_head {
        margin-bottom: 10px
    }

    .create_magic .magic_main .create_magic_item p {
        font-size: 13px;
        line-height: 21px
    }

    .create_magic .magic_main .create_magic_item:after {
        display: none
    }

    .saas_close_deals .faster_deals_main {
        height: 270px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .saas_close_deals .faster_deals_main .faster_item {
        margin-bottom: 0
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head {
        flex: 0 0 67%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head .h5,
    .saas_close_deals .faster_deals_main .faster_item .faster_deal_head h5 {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img {
        flex: 0 0 33%
    }

    .saas_close_deals .faster_deals_main .faster_item .faster_deal_img svg {
        height: 35px;
        width: auto
    }

    .saas_close_deals .faster_deals_main p {
        font-size: 12px;
        line-height: 20px
    }

    .saas_client_review .client_review_box {
        height: 280px;
        margin-bottom: 20px;
        padding: 20px
    }

    .saas_client_review .client_review_box .client_upper {
        margin-bottom: 10px
    }

    .saas_client_review .client_review_box .client_upper span {
        font-size: 12px
    }

    .saas_client_review .client_review_box p {
        font-size: 12px;
        line-height: 20px
    }
}

.cloud_trust .cloud_solution_scroll {
    height: 300px;
    overflow-y: scroll;
    padding-right: 30px
}

.cloud_trust .cloud_solution_scroll::-webkit-scrollbar {
    width: 2px
}

.cloud_trust .cloud_solution_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.cloud_trust .cloud_solution_scroll::-webkit-scrollbar-thumb {
    background-color: #06dcbf;
    min-height: 30px;
    outline: 0 solid #e2e2e2
}

.cloud_trust .cloud_solution_scroll ul {
    margin-top: 20px
}

.cloud_trust .cloud_solution_scroll ul li {
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.cloud_trust .cloud_solution_scroll ul li:before {
    background: #06dcbf;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 7px
}

.cloud_migration_platfroms .platforms_item {
    align-items: center;
    background: #f7f7f7;
    border-radius: 100px;
    display: flex;
    height: 200px;
    justify-content: center;
    margin: 0 auto;
    width: 200px
}

.cloud_migration_platfroms .platforms_item img {
    height: 80px;
    width: auto
}

.cloud_migration_platfroms .platform_content {
    margin-top: 20px;
    text-align: center
}

.advantage_cloud .advantage_box {
    background: #fff;
    height: 300px;
    margin-bottom: 30px;
    padding: 40px;
    transition: .2s linear
}

.advantage_cloud .advantage_box .advantage_content {
    text-align: center
}

.advantage_cloud .advantage_box .advantage_content .h5,
.advantage_cloud .advantage_box .advantage_content h5 {
    color: #717783
}

.advantage_cloud .advantage_box .advantage_content p {
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.advantage_cloud .advantage_box:hover {
    background: #06dcbf
}

.advantage_cloud .advantage_box:hover .advantage_content .h5,
.advantage_cloud .advantage_box:hover .advantage_content P,
.advantage_cloud .advantage_box:hover .advantage_content h5 {
    color: #fff
}

.eight_step_cloud .eight_step_cloud_slider {
    height: 560px
}

.eight_step_cloud .eight_step_cloud_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #06dcbf
}

.eight_step_cloud .cloud_step_box {
    background: #f4f4f4;
    height: 500px;
    padding: 20px 25px;
    position: relative
}

.eight_step_cloud .cloud_step_box:before {
    background: #06dcbf;
    content: "";
    height: 5px;
    left: 30px;
    position: absolute;
    top: 115px;
    width: 150px
}

.eight_step_cloud .cloud_step_box .cloud_step_content ul {
    margin-top: 20px
}

.eight_step_cloud .cloud_step_box .cloud_step_content ul li {
    color: #898989;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.eight_step_cloud .cloud_step_box .cloud_step_content ul li:before {
    background: #06dcbf;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 7px
}

.eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head {
    height: 100px
}

.eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head .h5,
.eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head h5 {
    font-size: 25px;
    line-height: 30px
}

.eight_step_cloud.cloud_infra_sol .cloud_step_box:before {
    background: #06dcbf;
    content: "";
    height: 5px;
    left: 25px;
    position: absolute;
    top: 95px;
    width: 150px
}

.client_cloud .client_cloud_slider {
    height: 450px
}

.client_cloud .client_cloud_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #06dcbf
}

.client_cloud .client_cloud_slider.devops_eight_slider {
    height: 520px
}

.client_cloud .client_cloud_box {
    background: #fff;
    height: 400px;
    padding: 20px
}

.client_cloud .client_cloud_box .client_cloud_content .h5,
.client_cloud .client_cloud_box .client_cloud_content h5 {
    color: #000
}

.client_cloud .client_cloud_box .client_cloud_content p {
    margin-bottom: 0;
    padding-top: 30px
}

.client_cloud .client_cloud_box.devops_eight_box {
    background: #f9f9f9;
    height: 450px;
    padding: 30px
}

.client_cloud .client_cloud_box.devops_eight_box .client_cloud_content .h5,
.client_cloud .client_cloud_box.devops_eight_box .client_cloud_content h5 {
    color: #314252
}

.client_cloud .client_cloud_box.devops_eight_box .client_cloud_content p {
    color: #898989;
    padding-top: 0
}

.comprehensive_cloud {
    background-position: 50%;
    background-repeat: no-repeat
}

.comprehensive_cloud .h2,
.comprehensive_cloud .h5,
.comprehensive_cloud h2,
.comprehensive_cloud h5 {
    color: #fff
}

.comprehensive_cloud .comprehensive_box {
    background: transparent;
    border: 1px solid #fff;
    height: 500px;
    padding: 30px 20px;
    transition: .2s linear
}

.comprehensive_cloud .comprehensive_box .compre_main {
    align-items: center;
    display: flex;
    height: 90px
}

.comprehensive_cloud .comprehensive_box .compre_main .compre_head {
    margin-left: 10px
}

.comprehensive_cloud .comprehensive_box .compre_main .compre_head .h5,
.comprehensive_cloud .comprehensive_box .compre_main .compre_head h5 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0
}

.comprehensive_cloud .comprehensive_box .compre_content {
    margin-top: 20px
}

.comprehensive_cloud .comprehensive_box .compre_content p {
    color: #fff;
    line-height: 30px;
    margin-bottom: 0
}

.comprehensive_cloud .comprehensive_box:hover {
    background: #fff
}

.comprehensive_cloud .comprehensive_box:hover .compre_head .h5,
.comprehensive_cloud .comprehensive_box:hover .compre_head h5 {
    color: #314252
}

.comprehensive_cloud .comprehensive_box:hover .compre_content P {
    color: #898989
}

.comprehensive_cloud a.border_btn {
    background: #06dcbf;
    color: #fff
}

.devops_works {
    background: linear-gradient(94.33deg, #051c2a 13.32%, #0e344a 89.68%)
}

.devops_works .h2,
.devops_works h2,
.devops_works p {
    color: #fff
}

.devops_works .devops_works_box {
    text-align: center
}

.devops_works .devops_works_box .h5,
.devops_works .devops_works_box h5 {
    color: #fff;
    font-size: 28px;
    line-height: 42px
}

.devops_works .devops_works_box p {
    color: #fff;
    margin-bottom: 0
}

.devops_works .devops_works_box.marg_top {
    margin-top: 90px
}

.devops_works .devops_works_img {
    margin-top: 20px
}

.devops_works .mobile_view_devops {
    display: none
}

.addressing_it_staff .addressing_it_box {
    border-right: 1px solid #e9e9e9;
    padding: 0 30px;
    text-align: center
}

.addressing_it_staff .addressing_it_box .addressing_it_img {
    align-items: center;
    background: #f7f7f7;
    border-radius: 100px;
    display: flex;
    height: 200px;
    justify-content: center;
    margin: 0 auto 10px;
    width: 200px
}

.addressing_it_staff .addressing_it_box .addressing_it_content .h5,
.addressing_it_staff .addressing_it_box .addressing_it_content h5 {
    font-size: 22px;
    line-height: 30px
}

.addressing_it_staff .addressing_it_box .addressing_it_content p {
    margin-bottom: 0
}

.addressing_it_staff .col-lg-4:last-child .addressing_it_box {
    border-right: 0
}

.result_driven_it_staff .h2,
.result_driven_it_staff h2 {
    color: #fff
}

.result_driven_it_staff .h5,
.result_driven_it_staff h5 {
    color: #fff;
    margin-bottom: 10px
}

.result_driven_it_staff p {
    color: #fff
}

.result_driven_it_staff a.border_btn {
    background: #06dcbf;
    color: #fff
}

.result_driven_it_staff .result_driven_box {
    position: relative
}

.result_driven_it_staff .result_driven_box:after {
    background: rgba(79, 105, 139, .412);
    content: "";
    height: 120px;
    position: absolute;
    right: 100px;
    top: 0;
    width: 1px
}

.result_driven_it_staff .result_driven_box .h2,
.result_driven_it_staff .result_driven_box h2 {
    margin-bottom: 10px
}

.result_driven_it_staff .result_driven_box p {
    margin-bottom: 0
}

.result_driven_it_staff .col-lg-3:last-child .result_driven_box:after {
    display: none
}

.optimal_cloud .optimal_cloud_box {
    align-items: center;
    display: flex
}

.optimal_cloud .optimal_cloud_box .optimal_item {
    flex: 0 0 20%
}

.optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content .h2,
.optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content h2 {
    color: #06dcbf;
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 10px
}

.optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content P {
    color: #fff;
    margin-bottom: 0
}

.optimal_cloud a.border_btn {
    background: #06dcbf;
    color: #fff
}

.maximize_cloud_cost {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 45%
}

.cloud_infra_range .range_cloud_box {
    padding: 20px 10px
}

.cloud_infra_range .range_cloud_box .range_cloud_main {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_num {
    align-items: center;
    background: #06dcbf;
    border-radius: 100px;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 0 10px;
    width: 50px
}

.cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_num .h5,
.cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_num h5 {
    color: #fff;
    margin-bottom: 0
}

.cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading {
    margin-left: 15px
}

.cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading .h4,
.cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading h4 {
    margin-bottom: 0
}

.cloud_infra_range .range_cloud_box .range_cloud_content p {
    color: #898989;
    margin-bottom: 0
}

.cloud_infra_range .col-xl-3 {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece
}

.cloud_infra_range .col-xl-3:nth-child(5),
.cloud_infra_range .col-xl-3:nth-child(6),
.cloud_infra_range .col-xl-3:nth-child(7),
.cloud_infra_range .col-xl-3:nth-child(8) {
    border-bottom: none
}

.cloud_infra_range .col-xl-3:last-child,
.cloud_infra_range .col-xl-3:nth-child(4) {
    border-right: none
}

.cloud_infra_range.machine_six_process .col-xl-4 {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece
}

.cloud_infra_range.machine_six_process .col-xl-4:last-child,
.cloud_infra_range.machine_six_process .col-xl-4:nth-child(4),
.cloud_infra_range.machine_six_process .col-xl-4:nth-child(5) {
    border-bottom: none
}

.cloud_infra_range.machine_six_process .col-xl-4:last-child,
.cloud_infra_range.machine_six_process .col-xl-4:nth-child(3) {
    border-right: none
}

.cloud_infra_num .col-lg-3 {
    border-right: 1px solid #cecece
}

.cloud_infra_num .col-lg-3:last-child {
    border-right: none
}

.cloud_infra_num .cloud_infra_box {
    text-align: center
}

.cloud_infra_num .cloud_infra_box .h2,
.cloud_infra_num .cloud_infra_box h2 {
    color: #06dcbf;
    font-size: 72px;
    line-height: 72px
}

.cloud_infra_num.generative_ai_future .col-lg-3 {
    border-right: none
}

.cloud_infra_num.generative_ai_future .cloud_infra_box {
    text-align: left
}

.cloud_infra_num.generative_ai_future .cloud_infra_box .h2,
.cloud_infra_num.generative_ai_future .cloud_infra_box h2 {
    font-size: 60px;
    line-height: 60px
}

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

.tech_stack_cloud_infra .tech_stack_main .tech_stack_item {
    flex: 0 0 10%;
    margin-top: 20px
}

.tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img {
    margin-bottom: 10px
}

.tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content {
    text-align: center
}

.tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content .h5,
.tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content h5 {
    color: #000;
    font-size: 18px;
    height: 52px;
    line-height: 26px;
    margin-bottom: 0
}

.scale_future_ai ul {
    margin-bottom: 20px
}

.scale_future_ai ul li {
    color: #898989;
    padding-left: 20px;
    position: relative
}

.scale_future_ai ul li:before {
    background: #06dcbf;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 7px
}

.scale_future_ai p {
    color: #898989
}

.generative_ai_partner .generative_ai_box {
    background: #f9f9f9;
    display: flex;
    flex-flow: column;
    height: 370px;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 30px
}

.generative_ai_partner .generative_ai_box .generative_ai_svg {
    margin-bottom: 10px
}

.generative_ai_partner .generative_ai_box .generative_ai_content p {
    color: #898989;
    margin-bottom: 0
}

@media(min-width:1600px)and (max-width:1800px) {
    .comprehensive_cloud .comprehensive_box {
        height: 500px;
        padding: 30px 20px
    }

    .comprehensive_cloud .comprehensive_box .compre_main {
        align-items: center;
        display: flex;
        height: 90px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head {
        margin-left: 10px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head .h5,
    .comprehensive_cloud .comprehensive_box .compre_main .compre_head h5 {
        font-size: 18px;
        line-height: 28px
    }

    .comprehensive_cloud .comprehensive_box .compre_content {
        margin-top: 20px
    }

    .comprehensive_cloud .comprehensive_box .compre_content p {
        line-height: 28px
    }

    .cloud_migration_platfroms .platforms_item {
        height: 180px;
        width: 180px
    }

    .cloud_migration_platfroms .platforms_item img {
        height: 70px;
        width: auto
    }

    .cloud_migration_platfroms .platform_content {
        margin-top: 20px;
        text-align: center
    }

    .advantage_cloud .advantage_box {
        height: 300px;
        margin-bottom: 30px;
        padding: 35px
    }

    .advantage_cloud .advantage_box .advantage_content {
        text-align: center
    }

    .advantage_cloud .advantage_box .advantage_content p {
        font-size: 15px;
        line-height: 25px
    }

    .eight_step_cloud .eight_step_cloud_slider {
        height: 560px
    }

    .eight_step_cloud .eight_step_cloud_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #06dcbf
    }

    .eight_step_cloud .cloud_step_box {
        height: 500px;
        padding: 20px 25px
    }

    .eight_step_cloud .cloud_step_box:before {
        height: 5px;
        left: 30px;
        position: absolute;
        top: 115px;
        width: 150px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul {
        margin-top: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li:before {
        height: 7px;
        left: 0;
        top: 10px;
        width: 7px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head {
        height: 100px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 22px;
        line-height: 27px
    }

    .devops_works .devops_works_box .h5,
    .devops_works .devops_works_box h5 {
        font-size: 24px;
        line-height: 38px
    }

    .devops_works .devops_works_box.marg_top {
        margin-top: 90px
    }

    .devops_works .devops_works_img {
        margin-top: 20px
    }

    .addressing_it_staff .addressing_it_box {
        padding: 0 30px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img {
        border-radius: 100px;
        height: 180px;
        margin: 0 auto 10px;
        width: 180px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img svg {
        height: 75px;
        width: auto
    }

    .addressing_it_staff .addressing_it_box .addressing_it_content .h5,
    .addressing_it_staff .addressing_it_box .addressing_it_content h5 {
        font-size: 20px;
        line-height: 30px
    }

    .optimal_cloud .optimal_cloud_box .optimal_item {
        flex: 0 0 20%
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content .h2,
    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content h2 {
        font-size: 75px;
        line-height: 65px
    }

    .cloud_infra_range .range_cloud_box {
        padding: 20px 10px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main {
        align-items: center;
        display: flex;
        margin-bottom: 20px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_num {
        height: 50px;
        padding: 0 10px;
        width: 50px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading {
        margin-left: 15px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading .h4,
    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading h4 {
        font-size: 21px;
        line-height: 33px
    }

    .cloud_infra_range .col-xl-3 {
        border-bottom: 1px solid #cecece;
        border-right: 1px solid #cecece
    }

    .cloud_infra_range .col-xl-3:nth-child(5),
    .cloud_infra_range .col-xl-3:nth-child(6),
    .cloud_infra_range .col-xl-3:nth-child(7),
    .cloud_infra_range .col-xl-3:nth-child(8) {
        border-bottom: none
    }

    .cloud_infra_range .col-xl-3:last-child,
    .cloud_infra_range .col-xl-3:nth-child(4) {
        border-right: none
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item {
        flex: 0 0 10%;
        margin-top: 20px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img {
        margin-bottom: 10px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content .h5,
    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content h5 {
        font-size: 17px;
        height: 52px;
        line-height: 25px
    }

    .cloud_infra_num.generative_ai_future .cloud_infra_box .h2,
    .cloud_infra_num.generative_ai_future .cloud_infra_box h2 {
        font-size: 55px;
        line-height: 55px
    }

    .scale_future_ai ul {
        margin-bottom: 20px
    }

    .scale_future_ai ul li {
        padding-left: 20px
    }

    .scale_future_ai ul li:before {
        height: 7px;
        left: 0;
        top: 13px;
        width: 7px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .comprehensive_cloud .comprehensive_box {
        height: 500px;
        padding: 30px 20px
    }

    .comprehensive_cloud .comprehensive_box .compre_main {
        align-items: center;
        display: flex;
        height: 80px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head {
        margin-left: 10px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head .h5,
    .comprehensive_cloud .comprehensive_box .compre_main .compre_head h5 {
        font-size: 16px;
        line-height: 26px
    }

    .comprehensive_cloud .comprehensive_box .compre_content {
        margin-top: 20px
    }

    .comprehensive_cloud .comprehensive_box .compre_content p {
        line-height: 28px
    }

    .cloud_migration_platfroms .platforms_item {
        height: 180px;
        width: 180px
    }

    .cloud_migration_platfroms .platforms_item img {
        height: 70px;
        width: auto
    }

    .cloud_migration_platfroms .platform_content {
        margin-top: 20px;
        text-align: center
    }

    .advantage_cloud .advantage_box {
        height: 300px;
        margin-bottom: 30px;
        padding: 35px
    }

    .advantage_cloud .advantage_box .advantage_content {
        text-align: center
    }

    .advantage_cloud .advantage_box .advantage_content p {
        font-size: 15px;
        line-height: 25px
    }

    .eight_step_cloud .eight_step_cloud_slider {
        height: 560px
    }

    .eight_step_cloud .eight_step_cloud_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #06dcbf
    }

    .eight_step_cloud .cloud_step_box {
        height: 500px;
        padding: 20px 25px
    }

    .eight_step_cloud .cloud_step_box:before {
        height: 5px;
        left: 30px;
        position: absolute;
        top: 115px;
        width: 150px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul {
        margin-top: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li:before {
        height: 7px;
        left: 0;
        top: 9px;
        width: 7px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head {
        height: 100px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 22px;
        line-height: 27px
    }

    .eight_step_cloud.cloud_infra_sol .eight_step_cloud_slider {
        height: 520px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box {
        height: 450px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box:before {
        height: 5px;
        left: 25px;
        top: 80px;
        width: 150px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head {
        height: 85px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 20px;
        line-height: 25px
    }

    .client_cloud .client_cloud_slider {
        height: 420px
    }

    .client_cloud .client_cloud_slider.devops_eight_slider {
        height: 500px
    }

    .client_cloud .client_cloud_box {
        height: 370px;
        padding: 20px
    }

    .client_cloud .client_cloud_box .client_cloud_content p {
        padding-top: 30px
    }

    .client_cloud .client_cloud_box.devops_eight_box {
        height: 430px;
        padding: 30px
    }

    .devops_works .devops_works_box .h5,
    .devops_works .devops_works_box h5 {
        font-size: 22px;
        line-height: 36px
    }

    .devops_works .devops_works_box.marg_top {
        margin-top: 90px
    }

    .devops_works .devops_works_img {
        margin-top: 20px
    }

    .addressing_it_staff .addressing_it_box {
        padding: 0 25px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img {
        height: 170px;
        margin: 0 auto 10px;
        width: 170px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img svg {
        height: 70px;
        width: auto
    }

    .addressing_it_staff .addressing_it_box .addressing_it_content .h5,
    .addressing_it_staff .addressing_it_box .addressing_it_content h5 {
        font-size: 20px;
        line-height: 30px
    }

    .result_driven_it_staff .result_driven_box {
        position: relative
    }

    .result_driven_it_staff .result_driven_box:after {
        height: 110px;
        right: 60px;
        top: 0
    }

    .optimal_cloud .optimal_cloud_box .optimal_item {
        flex: 0 0 20%
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content .h2,
    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content h2 {
        font-size: 70px;
        line-height: 60px
    }

    .cloud_infra_range .range_cloud_box {
        padding: 20px 10px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main {
        align-items: center;
        display: flex;
        margin-bottom: 20px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_num {
        height: 45px;
        padding: 0 10px;
        width: 45px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading {
        margin-left: 15px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading .h4,
    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading h4 {
        font-size: 18px;
        line-height: 30px
    }

    .cloud_infra_range .col-xl-3 {
        border-bottom: 1px solid #cecece;
        border-right: 1px solid #cecece
    }

    .cloud_infra_range .col-xl-3:nth-child(5),
    .cloud_infra_range .col-xl-3:nth-child(6),
    .cloud_infra_range .col-xl-3:nth-child(7),
    .cloud_infra_range .col-xl-3:nth-child(8) {
        border-bottom: none
    }

    .cloud_infra_range .col-xl-3:last-child,
    .cloud_infra_range .col-xl-3:nth-child(4) {
        border-right: none
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item {
        flex: 0 0 10%;
        margin-top: 20px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img {
        margin-bottom: 10px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content .h5,
    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content h5 {
        font-size: 17px;
        height: 52px;
        line-height: 25px
    }

    .cloud_infra_num.generative_ai_future .cloud_infra_box .h2,
    .cloud_infra_num.generative_ai_future .cloud_infra_box h2 {
        font-size: 50px;
        line-height: 50px
    }

    .scale_future_ai ul {
        margin-bottom: 20px
    }

    .scale_future_ai ul li {
        padding-left: 20px
    }

    .scale_future_ai ul li:before {
        height: 7px;
        left: 0;
        top: 12px;
        width: 7px
    }

    .generative_ai_partner .generative_ai_box {
        background: #f9f9f9;
        display: block;
        height: 350px;
        justify-content: unset;
        margin-bottom: 20px;
        padding: 30px
    }

    .generative_ai_partner .generative_ai_box .generative_ai_svg {
        margin-bottom: 10px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .comprehensive_cloud .comprehensive_box {
        height: 470px;
        padding: 30px 15px
    }

    .comprehensive_cloud .comprehensive_box .compre_main {
        align-items: center;
        display: flex;
        height: 70px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head {
        margin-left: 10px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head .h5,
    .comprehensive_cloud .comprehensive_box .compre_main .compre_head h5 {
        font-size: 14px;
        line-height: 24px
    }

    .comprehensive_cloud .comprehensive_box .compre_content {
        margin-top: 20px
    }

    .comprehensive_cloud .comprehensive_box .compre_content p {
        line-height: 26px
    }

    .cloud_migration_platfroms .platforms_item {
        height: 160px;
        width: 160px
    }

    .cloud_migration_platfroms .platforms_item img {
        height: 60px;
        width: auto
    }

    .cloud_migration_platfroms .platform_content {
        margin-top: 20px;
        text-align: center
    }

    .advantage_cloud .advantage_box {
        height: 280px;
        margin-bottom: 30px;
        padding: 30px
    }

    .advantage_cloud .advantage_box .advantage_content {
        text-align: center
    }

    .advantage_cloud .advantage_box .advantage_content p {
        font-size: 14px;
        line-height: 24px
    }

    .advantage_cloud.it_staff_choose .advantage_box {
        padding: 25px
    }

    .eight_step_cloud .eight_step_cloud_slider {
        height: 530px
    }

    .eight_step_cloud .cloud_step_box {
        height: 470px;
        padding: 20px
    }

    .eight_step_cloud .cloud_step_box:before {
        height: 4px;
        left: 20px;
        top: 100px;
        width: 140px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul {
        margin-top: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li:before {
        height: 7px;
        left: 0;
        top: 8px;
        width: 7px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head {
        height: 100px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 19px;
        line-height: 24px
    }

    .eight_step_cloud.cloud_infra_sol .eight_step_cloud_slider {
        height: 490px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box {
        height: 420px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box:before {
        height: 5px;
        left: 20px;
        top: 80px;
        width: 150px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head {
        height: 85px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 18px;
        line-height: 23px
    }

    .client_cloud .client_cloud_slider {
        height: 390px
    }

    .client_cloud .client_cloud_slider.devops_eight_slider {
        height: 480px
    }

    .client_cloud .client_cloud_box {
        height: 340px;
        padding: 20px
    }

    .client_cloud .client_cloud_box .client_cloud_content p {
        padding-top: 10px
    }

    .client_cloud .client_cloud_box.devops_eight_box {
        height: 420px;
        padding: 30px
    }

    .devops_works .devops_works_box .h5,
    .devops_works .devops_works_box h5 {
        font-size: 20px;
        line-height: 34px
    }

    .devops_works .devops_works_box.marg_top {
        margin-top: 70px
    }

    .devops_works .devops_works_box.devops_fourth {
        margin-top: 140px
    }

    .devops_works .devops_works_img {
        margin-top: 20px
    }

    .addressing_it_staff .addressing_it_box {
        padding: 0 25px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img {
        height: 160px;
        margin: 0 auto 10px;
        width: 160px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img svg {
        height: 65px;
        width: auto
    }

    .addressing_it_staff .addressing_it_box .addressing_it_content .h5,
    .addressing_it_staff .addressing_it_box .addressing_it_content h5 {
        font-size: 18px;
        line-height: 28px
    }

    .result_driven_it_staff .result_driven_box {
        position: relative
    }

    .result_driven_it_staff .result_driven_box:after {
        height: 90px;
        right: 50px;
        top: 0
    }

    .optimal_cloud .optimal_cloud_box .optimal_item {
        flex: 0 0 20%
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content .h2,
    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content h2 {
        font-size: 65px;
        line-height: 55px
    }

    .cloud_infra_range .range_cloud_box {
        padding: 20px 10px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main {
        align-items: center;
        display: flex;
        margin-bottom: 20px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_num {
        height: 40px;
        padding: 0 10px;
        width: 40px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading {
        margin-left: 10px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading .h4,
    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading h4 {
        font-size: 16px;
        line-height: 24px
    }

    .cloud_infra_range .col-xl-3 {
        border-bottom: 1px solid #cecece;
        border-right: 1px solid #cecece
    }

    .cloud_infra_range .col-xl-3:nth-child(5),
    .cloud_infra_range .col-xl-3:nth-child(6),
    .cloud_infra_range .col-xl-3:nth-child(7),
    .cloud_infra_range .col-xl-3:nth-child(8) {
        border-bottom: none
    }

    .cloud_infra_range .col-xl-3:last-child,
    .cloud_infra_range .col-xl-3:nth-child(4) {
        border-right: none
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item {
        flex: 0 0 10%;
        margin-top: 20px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img {
        margin-bottom: 10px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content .h5,
    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content h5 {
        font-size: 14px;
        height: 52px;
        line-height: 22px
    }

    .cloud_infra_num .cloud_infra_box .h2,
    .cloud_infra_num .cloud_infra_box h2 {
        font-size: 60px;
        line-height: 60px
    }

    .cloud_infra_num.generative_ai_future .cloud_infra_box .h2,
    .cloud_infra_num.generative_ai_future .cloud_infra_box h2 {
        font-size: 45px;
        line-height: 45px
    }

    .scale_future_ai ul {
        margin-bottom: 20px
    }

    .scale_future_ai ul li {
        padding-left: 20px
    }

    .scale_future_ai ul li:before {
        height: 6px;
        left: 0;
        top: 11px;
        width: 6px
    }

    .generative_ai_partner .generative_ai_box {
        display: block;
        height: 330px;
        justify-content: unset;
        margin-bottom: 20px;
        padding: 25px
    }

    .generative_ai_partner .generative_ai_box .generative_ai_svg {
        margin-bottom: 10px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .cloud_trust .cloud_solution_scroll {
        height: 300px;
        overflow-y: scroll;
        padding-right: 30px
    }

    .cloud_trust .cloud_solution_scroll ul {
        margin-top: 10px
    }

    .cloud_trust .cloud_solution_scroll ul li {
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .cloud_trust .cloud_solution_scroll ul li:before {
        height: 5px;
        left: 0;
        top: 10px;
        width: 5px
    }

    .comprehensive_cloud {
        background-position: unset
    }

    .comprehensive_cloud .comprehensive_box {
        height: 260px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .comprehensive_cloud .comprehensive_box .compre_main {
        align-items: center;
        display: flex;
        height: 30px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head {
        margin-left: 10px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head .h5,
    .comprehensive_cloud .comprehensive_box .compre_main .compre_head h5 {
        font-size: 15px;
        line-height: 25px
    }

    .comprehensive_cloud .comprehensive_box .compre_content {
        margin-top: 20px
    }

    .comprehensive_cloud .comprehensive_box .compre_content p {
        line-height: 25px
    }

    .cloud_migration_platfroms .platforms_item {
        height: 150px;
        width: 150px
    }

    .cloud_migration_platfroms .platforms_item img {
        height: 55px;
        width: auto
    }

    .cloud_migration_platfroms .platform_content {
        margin-top: 20px;
        text-align: center
    }

    .advantage_cloud .advantage_box {
        height: 260px;
        margin-bottom: 20px;
        padding: 30px
    }

    .advantage_cloud .advantage_box .advantage_content {
        text-align: center
    }

    .advantage_cloud .advantage_box .advantage_content p {
        font-size: 14px;
        line-height: 24px
    }

    .eight_step_cloud .eight_step_cloud_slider {
        height: 470px
    }

    .eight_step_cloud .cloud_step_box {
        height: 410px;
        padding: 20px
    }

    .eight_step_cloud .cloud_step_box:before {
        height: 4px;
        left: 20px;
        top: 100px;
        width: 140px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul {
        margin-top: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li:before {
        height: 7px;
        left: 0;
        top: 8px;
        width: 7px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head {
        height: 90px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 18px;
        line-height: 23px
    }

    .eight_step_cloud.cloud_infra_sol .eight_step_cloud_slider {
        height: 440px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box {
        height: 370px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box:before {
        height: 5px;
        left: 20px;
        top: 80px;
        width: 150px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head {
        height: 85px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 20px;
        line-height: 25px
    }

    .client_cloud .client_cloud_slider {
        height: 420px
    }

    .client_cloud .client_cloud_slider.devops_eight_slider {
        height: 490px
    }

    .client_cloud .client_cloud_box {
        height: 360px;
        padding: 20px
    }

    .client_cloud .client_cloud_box .client_cloud_content p {
        padding-top: 10px
    }

    .client_cloud .client_cloud_box.devops_eight_box {
        height: 430px;
        padding: 25px
    }

    .devops_works .devops_works_box .h5,
    .devops_works .devops_works_box h5 {
        font-size: 17px;
        line-height: 31px
    }

    .devops_works .devops_works_box.marg_top {
        margin-top: 90px
    }

    .devops_works .devops_works_img {
        margin-top: 20px
    }

    .addressing_it_staff .addressing_it_box {
        padding: 0 20px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img {
        height: 150px;
        margin: 0 auto 10px;
        width: 150px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img svg {
        height: 60px;
        width: auto
    }

    .addressing_it_staff .addressing_it_box .addressing_it_content .h5,
    .addressing_it_staff .addressing_it_box .addressing_it_content h5 {
        font-size: 17px;
        line-height: 27px
    }

    .result_driven_it_staff .result_driven_box {
        position: relative
    }

    .result_driven_it_staff .result_driven_box:after {
        height: 90px;
        right: 30px;
        top: 0
    }

    .optimal_cloud .optimal_cloud_box .optimal_item {
        flex: 0 0 20%
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content .h2,
    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content h2 {
        font-size: 60px;
        line-height: 50px
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content p {
        font-size: 12px;
        line-height: 24px
    }

    .optimal_cloud.speech_optimal_voice .optimal_cloud_box {
        flex-wrap: wrap
    }

    .optimal_cloud.speech_optimal_voice .optimal_cloud_box .optimal_item {
        flex: 0 0 33%;
        margin-bottom: 20px
    }

    .optimal_cloud.speech_optimal_voice .optimal_cloud_box .optimal_item .optimal_item_content p {
        height: 46px
    }

    .cloud_infra_range .range_cloud_box {
        padding: 20px 10px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main {
        align-items: center;
        display: flex;
        margin-bottom: 20px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_num {
        height: 40px;
        padding: 0 10px;
        width: 40px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading {
        margin-left: 10px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading .h4,
    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading h4 {
        font-size: 16px;
        line-height: 24px
    }

    .cloud_infra_range .col-xl-3 {
        border-right: 1px solid #cecece
    }

    .cloud_infra_range .col-xl-3,
    .cloud_infra_range .col-xl-3:nth-child(5),
    .cloud_infra_range .col-xl-3:nth-child(6) {
        border-bottom: 1px solid #cecece
    }

    .cloud_infra_range .col-xl-3:last-child,
    .cloud_infra_range .col-xl-3:nth-child(2),
    .cloud_infra_range .col-xl-3:nth-child(6) {
        border-right: none
    }

    .cloud_infra_range.machine_six_process .col-xl-4 {
        border-bottom: 1px solid #cecece;
        border-right: 1px solid #cecece
    }

    .cloud_infra_range.machine_six_process .col-xl-4:last-child,
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #cecece
    }

    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(3) {
        border-right: 1px solid #cecece
    }

    .cloud_infra_range.machine_six_process .col-xl-4:last-child,
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(2),
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(4) {
        border-right: none
    }

    .tech_stack_cloud_infra .tech_stack_main {
        justify-content: unset
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item {
        flex: 0 0 14%;
        margin-top: 20px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img {
        margin-bottom: 10px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content .h5,
    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content h5 {
        font-size: 14px;
        height: 52px;
        line-height: 22px
    }

    .cloud_infra_num .cloud_infra_box .h2,
    .cloud_infra_num .cloud_infra_box h2 {
        font-size: 50px;
        line-height: 50px
    }

    .cloud_infra_num.generative_ai_future .cloud_infra_box .h2,
    .cloud_infra_num.generative_ai_future .cloud_infra_box h2 {
        font-size: 30px;
        line-height: 30px
    }

    .scale_future_ai ul {
        margin-bottom: 20px
    }

    .scale_future_ai ul li {
        padding-left: 20px
    }

    .scale_future_ai ul li:before {
        height: 6px;
        left: 0;
        top: 10px;
        width: 6px
    }

    .generative_ai_partner .generative_ai_box {
        display: block;
        height: 260px;
        justify-content: unset;
        margin-bottom: 20px;
        padding: 25px
    }

    .generative_ai_partner .generative_ai_box .generative_ai_svg {
        margin-bottom: 10px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .cloud_trust .cloud_solution_scroll {
        height: 300px;
        overflow-y: scroll;
        padding-right: 20px
    }

    .cloud_trust .cloud_solution_scroll ul {
        margin-top: 10px
    }

    .cloud_trust .cloud_solution_scroll ul li {
        line-height: 26px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .cloud_trust .cloud_solution_scroll ul li:before {
        height: 5px;
        left: 0;
        top: 10px;
        width: 5px
    }

    .comprehensive_cloud {
        background-position: unset
    }

    .comprehensive_cloud .comprehensive_box {
        height: 280px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .comprehensive_cloud .comprehensive_box .compre_main {
        align-items: center;
        display: flex;
        height: 30px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head {
        margin-left: 10px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head .h5,
    .comprehensive_cloud .comprehensive_box .compre_main .compre_head h5 {
        font-size: 15px;
        line-height: 25px
    }

    .comprehensive_cloud .comprehensive_box .compre_content {
        margin-top: 20px
    }

    .comprehensive_cloud .comprehensive_box .compre_content p {
        line-height: 25px
    }

    .cloud_migration_platfroms .platforms_item {
        height: 150px;
        width: 150px
    }

    .cloud_migration_platfroms .platforms_item img {
        height: 55px;
        width: auto
    }

    .cloud_migration_platfroms .platform_content {
        margin-top: 20px;
        text-align: center
    }

    .advantage_cloud .advantage_box {
        height: 260px;
        margin-bottom: 20px;
        padding: 20px
    }

    .advantage_cloud .advantage_box .advantage_content {
        text-align: center
    }

    .advantage_cloud .advantage_box .advantage_content p {
        font-size: 13px;
        line-height: 23px
    }

    .eight_step_cloud .eight_step_cloud_slider {
        height: 420px
    }

    .eight_step_cloud .cloud_step_box {
        height: 350px;
        padding: 20px
    }

    .eight_step_cloud .cloud_step_box:before {
        height: 3px;
        left: 20px;
        top: 80px;
        width: 130px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul {
        margin-top: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li:before {
        height: 7px;
        left: 0;
        top: 8px;
        width: 7px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head {
        height: 60px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 17px;
        line-height: 22px
    }

    .eight_step_cloud.cloud_infra_sol .eight_step_cloud_slider {
        height: 350px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box {
        height: 280px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box:before {
        height: 5px;
        left: 20px;
        top: 80px;
        width: 150px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head {
        height: 85px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 20px;
        line-height: 25px
    }

    .client_cloud .client_cloud_slider {
        height: 350px
    }

    .client_cloud .client_cloud_slider.devops_eight_slider {
        height: 380px
    }

    .client_cloud .client_cloud_box {
        height: 280px;
        padding: 20px
    }

    .client_cloud .client_cloud_box .client_cloud_content p {
        padding-top: 0
    }

    .client_cloud .client_cloud_box.devops_eight_box {
        height: 320px;
        padding: 25px
    }

    .devops_works .devops_works_box .h5,
    .devops_works .devops_works_box h5 {
        font-size: 18px;
        line-height: 32px
    }

    .devops_works .devops_works_box.marg_top {
        margin-top: 30px
    }

    .devops_works .devops_works_img {
        margin-top: 20px
    }

    .addressing_it_staff .addressing_it_box {
        margin-bottom: 20px;
        padding: 0 20px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img {
        height: 140px;
        margin: 0 auto 10px;
        width: 140px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img svg {
        height: 60px;
        width: auto
    }

    .addressing_it_staff .addressing_it_box .addressing_it_content .h5,
    .addressing_it_staff .addressing_it_box .addressing_it_content h5 {
        font-size: 17px;
        line-height: 27px
    }

    .addressing_it_staff .col-lg-4:nth-child(2) .addressing_it_box {
        border-right: 0
    }

    .result_driven_it_staff .result_driven_box {
        position: relative
    }

    .result_driven_it_staff .result_driven_box:after {
        height: 80px;
        right: 20px;
        top: 0
    }

    .optimal_cloud .optimal_cloud_box {
        flex-wrap: wrap
    }

    .optimal_cloud .optimal_cloud_box .optimal_item {
        flex: 0 0 33%;
        margin-bottom: 20px
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content .h2,
    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content h2 {
        font-size: 55px;
        line-height: 45px
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content p {
        font-size: 12px;
        line-height: 24px
    }

    .cloud_infra_range .range_cloud_box {
        padding: 20px 10px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main {
        align-items: center;
        display: flex;
        margin-bottom: 20px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_num {
        height: 40px;
        padding: 0 10px;
        width: 40px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading {
        margin-left: 10px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading .h4,
    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading h4 {
        font-size: 16px;
        line-height: 24px
    }

    .cloud_infra_range .col-xl-3 {
        border-right: 1px solid #cecece
    }

    .cloud_infra_range .col-xl-3,
    .cloud_infra_range .col-xl-3:nth-child(5),
    .cloud_infra_range .col-xl-3:nth-child(6) {
        border-bottom: 1px solid #cecece
    }

    .cloud_infra_range .col-xl-3:last-child,
    .cloud_infra_range .col-xl-3:nth-child(2),
    .cloud_infra_range .col-xl-3:nth-child(6) {
        border-right: none
    }

    .cloud_infra_range.machine_six_process .col-xl-4 {
        border-bottom: 1px solid #cecece;
        border-right: 1px solid #cecece
    }

    .cloud_infra_range.machine_six_process .col-xl-4:last-child,
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #cecece
    }

    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(3) {
        border-right: 1px solid #cecece
    }

    .cloud_infra_range.machine_six_process .col-xl-4:last-child,
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(2),
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(4) {
        border-right: none
    }

    .tech_stack_cloud_infra .tech_stack_main {
        justify-content: unset
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item {
        flex: 0 0 14%;
        margin-top: 20px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img {
        margin-bottom: 10px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content .h5,
    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content h5 {
        font-size: 14px;
        height: 52px;
        line-height: 22px
    }

    .cloud_infra_num .col-lg-3:last-child,
    .cloud_infra_num .col-lg-3:nth-child(2) {
        border-right: none
    }

    .cloud_infra_num .col-lg-3:first-child,
    .cloud_infra_num .col-lg-3:nth-child(2) {
        border-bottom: 1px solid #cecece
    }

    .cloud_infra_num .cloud_infra_box {
        padding: 10px 0
    }

    .cloud_infra_num .cloud_infra_box .h2,
    .cloud_infra_num .cloud_infra_box h2 {
        font-size: 50px;
        line-height: 50px
    }

    .cloud_infra_num.generative_ai_future .cloud_infra_box .h2,
    .cloud_infra_num.generative_ai_future .cloud_infra_box h2 {
        font-size: 30px;
        line-height: 30px
    }

    .cloud_infra_num.generative_ai_future .col-lg-3 {
        border-bottom: none !important
    }

    .scale_future_ai ul {
        margin-bottom: 20px
    }

    .scale_future_ai ul li {
        padding-left: 20px
    }

    .scale_future_ai ul li:before {
        height: 5px;
        left: 0;
        top: 10px;
        width: 5px
    }

    .generative_ai_partner .generative_ai_box {
        display: block;
        height: 250px;
        justify-content: unset;
        margin-bottom: 20px;
        padding: 20px
    }

    .generative_ai_partner .generative_ai_box .generative_ai_svg {
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .cloud_trust .cloud_solution_scroll {
        height: auto;
        overflow: hidden;
        padding-right: 0
    }

    .cloud_trust .cloud_solution_scroll ul {
        margin-top: 0
    }

    .cloud_trust .cloud_solution_scroll ul li {
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .cloud_trust .cloud_solution_scroll ul li:before {
        height: 5px;
        left: 0;
        top: 9px;
        width: 5px
    }

    .cloud_trust .resp_order {
        order: 2
    }

    .cloud_trust .gatsby-image-wrapper {
        margin-top: 20px
    }

    .comprehensive_cloud {
        background-image: none !important;
        background: #314252
    }

    .comprehensive_cloud .comprehensive_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 20px 15px
    }

    .comprehensive_cloud .comprehensive_box .compre_main {
        align-items: center;
        display: flex;
        height: auto
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head {
        margin-left: 10px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head .h5,
    .comprehensive_cloud .comprehensive_box .compre_main .compre_head h5 {
        font-size: 14px;
        line-height: 24px
    }

    .comprehensive_cloud .comprehensive_box .compre_content {
        margin-top: 10px
    }

    .comprehensive_cloud .comprehensive_box .compre_content p {
        line-height: 24px
    }

    .cloud_migration_platfroms .platforms_item {
        height: 110px;
        width: 110px
    }

    .cloud_migration_platfroms .platforms_item img {
        height: 40px;
        width: auto
    }

    .cloud_migration_platfroms .platform_content {
        margin-top: 20px
    }

    .advantage_cloud .advantage_box {
        height: 260px;
        margin-bottom: 20px;
        padding: 20px
    }

    .advantage_cloud .advantage_box .advantage_content {
        text-align: center
    }

    .advantage_cloud .advantage_box .advantage_content p {
        font-size: 13px;
        line-height: 23px
    }

    .advantage_cloud.it_staff_choose .advantage_box {
        height: 220px;
        padding: 20px
    }

    .advantage_cloud.it_staff_choose .advantage_box .advantage_content .h5,
    .advantage_cloud.it_staff_choose .advantage_box .advantage_content h5 {
        margin-bottom: 10px
    }

    .advantage_cloud.it_staff_choose .advantage_box .advantage_content .h5 br,
    .advantage_cloud.it_staff_choose .advantage_box .advantage_content h5 br {
        display: none
    }

    .eight_step_cloud .eight_step_cloud_slider {
        height: 380px
    }

    .eight_step_cloud .cloud_step_box {
        height: 315px;
        padding: 20px
    }

    .eight_step_cloud .cloud_step_box:before {
        height: 3px;
        left: 20px;
        top: 70px;
        width: 120px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul {
        margin-top: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li:before {
        height: 5px;
        left: 0;
        top: 7px;
        width: 5px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head {
        height: 55px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 15px;
        line-height: 20px
    }

    .eight_step_cloud.cloud_infra_sol .eight_step_cloud_slider {
        height: 390px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box {
        height: 320px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box:before {
        height: 5px;
        left: 20px;
        top: 75px;
        width: 150px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head {
        height: 70px
    }

    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud.cloud_infra_sol .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 18px;
        line-height: 23px
    }

    .client_cloud .client_cloud_slider {
        height: 340px
    }

    .client_cloud .client_cloud_slider.devops_eight_slider {
        height: 380px
    }

    .client_cloud .client_cloud_box {
        height: 280px;
        padding: 20px
    }

    .client_cloud .client_cloud_box .client_cloud_content .h5,
    .client_cloud .client_cloud_box .client_cloud_content h5 {
        margin-bottom: 10px
    }

    .client_cloud .client_cloud_box .client_cloud_content p {
        padding-top: 0
    }

    .client_cloud .client_cloud_box.devops_eight_box {
        height: 330px;
        padding: 20px
    }

    .devops_works .devops_works_box {
        margin-bottom: 20px
    }

    .devops_works .devops_works_box .h5,
    .devops_works .devops_works_box h5 {
        font-size: 17px;
        line-height: 31px;
        margin-bottom: 10px
    }

    .devops_works .devops_works_box.marg_top {
        margin-top: 0
    }

    .devops_works .devops_works_box .num_box {
        color: #06dcbf;
        font-family: Poppins, sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 10px
    }

    .devops_works .devops_works_img {
        display: none
    }

    .devops_works .mobile_view_devops {
        display: block
    }

    .devops_works .desk_hidden {
        display: none
    }

    .addressing_it_staff .addressing_it_box {
        border-right: 0;
        margin-bottom: 20px;
        padding: 0
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img {
        height: 110px;
        margin: 0 auto 10px;
        width: 110px
    }

    .addressing_it_staff .addressing_it_box .addressing_it_img svg {
        height: 50px;
        width: auto
    }

    .addressing_it_staff .addressing_it_box .addressing_it_content .h5,
    .addressing_it_staff .addressing_it_box .addressing_it_content h5 {
        font-size: 16px;
        line-height: 26px
    }

    .result_driven_it_staff .result_driven_box {
        margin-bottom: 20px;
        position: relative
    }

    .result_driven_it_staff .result_driven_box:after {
        display: none
    }

    .result_driven_it_staff .result_driven_box .h2,
    .result_driven_it_staff .result_driven_box h2 {
        margin-bottom: 0
    }

    .work_it_staff .resp_order {
        order: 2
    }

    .work_it_staff .gatsby-image-wrapper {
        margin-top: 15px
    }

    .optimal_cloud .optimal_cloud_box {
        flex-wrap: wrap
    }

    .optimal_cloud .optimal_cloud_box .optimal_item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content .h2,
    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content h2 {
        font-size: 35px;
        line-height: 25px
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content p {
        font-size: 12px;
        line-height: 24px
    }

    .optimal_cloud .optimal_cloud_box .optimal_item .optimal_item_content p br {
        display: none
    }

    .optimal_cloud.speech_optimal_voice .optimal_cloud_box .optimal_item {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .maximize_cloud_cost {
        background-image: none !important
    }

    .cloud_infra_range .range_cloud_box {
        padding: 20px 0
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main {
        align-items: center;
        display: flex;
        margin-bottom: 20px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_num {
        height: 40px;
        padding: 0 10px;
        width: 40px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading {
        margin-left: 10px
    }

    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading .h4,
    .cloud_infra_range .range_cloud_box .range_cloud_main .range_cloud_heading h4 {
        font-size: 15px;
        line-height: 23px
    }

    .cloud_infra_range .col-xl-3:nth-child(5),
    .cloud_infra_range .col-xl-3:nth-child(6),
    .cloud_infra_range .col-xl-3:nth-child(7) {
        border-bottom: 1px solid #cecece
    }

    .cloud_infra_range .col-xl-3:first-child,
    .cloud_infra_range .col-xl-3:last-child,
    .cloud_infra_range .col-xl-3:nth-child(2),
    .cloud_infra_range .col-xl-3:nth-child(3),
    .cloud_infra_range .col-xl-3:nth-child(5),
    .cloud_infra_range .col-xl-3:nth-child(6),
    .cloud_infra_range .col-xl-3:nth-child(7) {
        border-right: none
    }

    .cloud_infra_range.machine_six_process .col-xl-4 {
        border-bottom: 1px solid #cecece;
        border-right: none
    }

    .cloud_infra_range.machine_six_process .col-xl-4:first-child,
    .cloud_infra_range.machine_six_process .col-xl-4:last-child,
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(2),
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(3),
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(5) {
        border-right: none
    }

    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(4),
    .cloud_infra_range.machine_six_process .col-xl-4:nth-child(5) {
        border-bottom: 1px solid #cecece
    }

    .tech_stack_cloud_infra .tech_stack_main {
        align-items: start;
        justify-content: unset
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item {
        flex: 0 0 33%;
        margin-top: 20px;
        padding: 0 8px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img {
        margin-bottom: 10px
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_img .gatsby-image-wrapper img {
        height: auto;
        width: 100%
    }

    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content .h5,
    .tech_stack_cloud_infra .tech_stack_main .tech_stack_item .tech_stack_content h5 {
        font-size: 11px;
        height: auto;
        line-height: 21px
    }

    .cloud_infra_num .col-lg-3:first-child,
    .cloud_infra_num .col-lg-3:last-child,
    .cloud_infra_num .col-lg-3:nth-child(2),
    .cloud_infra_num .col-lg-3:nth-child(3) {
        border-right: none
    }

    .cloud_infra_num .col-lg-3:first-child,
    .cloud_infra_num .col-lg-3:nth-child(2),
    .cloud_infra_num .col-lg-3:nth-child(3) {
        border-bottom: 1px solid #cecece
    }

    .cloud_infra_num .cloud_infra_box {
        padding: 20px 0 10px
    }

    .cloud_infra_num .cloud_infra_box .h2,
    .cloud_infra_num .cloud_infra_box h2 {
        font-size: 40px;
        line-height: 40px
    }

    .cloud_infra_num.generative_ai_future .cloud_infra_box .h2,
    .cloud_infra_num.generative_ai_future .cloud_infra_box h2 {
        font-size: 30px;
        line-height: 30px
    }

    .cloud_infra_num.generative_ai_future .col-lg-3 {
        border-bottom: none !important
    }

    .scale_future_ai ul {
        margin-bottom: 20px
    }

    .scale_future_ai ul li {
        padding-left: 15px
    }

    .scale_future_ai ul li:before {
        height: 5px;
        left: 0;
        top: 10px;
        width: 5px
    }

    .scale_future_ai .resp_order {
        order: 2
    }

    .generative_ai_partner .generative_ai_box {
        display: block;
        height: 250px;
        justify-content: unset;
        margin-bottom: 20px;
        padding: 20px
    }

    .generative_ai_partner .generative_ai_box .generative_ai_content .h5,
    .generative_ai_partner .generative_ai_box .generative_ai_content h5,
    .generative_ai_partner .generative_ai_box .generative_ai_svg {
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:360px) {
    .cloud_trust .cloud_solution_scroll {
        height: auto;
        overflow: hidden;
        padding-right: 0
    }

    .cloud_trust .cloud_solution_scroll ul {
        margin-top: 0
    }

    .cloud_trust .cloud_solution_scroll ul li {
        line-height: 23px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .cloud_trust .cloud_solution_scroll ul li:before {
        height: 5px;
        left: 0;
        top: 9px;
        width: 5px
    }

    .cloud_trust .resp_order {
        order: 2
    }

    .cloud_trust .gatsby-image-wrapper {
        margin-top: 20px
    }

    .comprehensive_cloud {
        background-image: none !important;
        background: #314252
    }

    .comprehensive_cloud .comprehensive_box {
        height: 350px;
        margin-bottom: 20px;
        padding: 20px 15px
    }

    .comprehensive_cloud .comprehensive_box .compre_main {
        align-items: center;
        display: flex;
        height: auto
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head {
        margin-left: 10px
    }

    .comprehensive_cloud .comprehensive_box .compre_main .compre_head .h5,
    .comprehensive_cloud .comprehensive_box .compre_main .compre_head h5 {
        font-size: 14px;
        line-height: 24px
    }

    .comprehensive_cloud .comprehensive_box .compre_content {
        margin-top: 10px
    }

    .comprehensive_cloud .comprehensive_box .compre_content p {
        line-height: 24px
    }

    .cloud_migration_platfroms .platforms_item {
        height: 110px;
        width: 110px
    }

    .cloud_migration_platfroms .platforms_item img {
        height: 40px;
        width: auto
    }

    .cloud_migration_platfroms .platform_content {
        margin-top: 20px
    }

    .advantage_cloud .advantage_box {
        height: 270px;
        margin-bottom: 20px;
        padding: 20px
    }

    .advantage_cloud .advantage_box .advantage_content {
        text-align: center
    }

    .advantage_cloud .advantage_box .advantage_content p {
        font-size: 13px;
        line-height: 23px
    }

    .advantage_cloud.it_staff_choose .advantage_box {
        height: 250px;
        padding: 20px
    }

    .advantage_cloud.it_staff_choose .advantage_box .advantage_content .h5,
    .advantage_cloud.it_staff_choose .advantage_box .advantage_content h5 {
        margin-bottom: 10px
    }

    .advantage_cloud.it_staff_choose .advantage_box .advantage_content .h5 br,
    .advantage_cloud.it_staff_choose .advantage_box .advantage_content h5 br {
        display: none
    }

    .eight_step_cloud .eight_step_cloud_slider {
        height: 380px
    }

    .eight_step_cloud .cloud_step_box {
        height: 325px;
        padding: 20px
    }

    .eight_step_cloud .cloud_step_box:before {
        height: 3px;
        left: 20px;
        top: 70px;
        width: 120px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul {
        margin-top: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-left: 20px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content ul li:before {
        height: 5px;
        left: 0;
        top: 7px;
        width: 5px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head {
        height: 55px
    }

    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head .h5,
    .eight_step_cloud .cloud_step_box .cloud_step_content .cloud_head h5 {
        font-size: 15px;
        line-height: 20px
    }

    .client_cloud .client_cloud_slider {
        height: 370px
    }

    .client_cloud .client_cloud_slider.devops_eight_slider {
        height: 450px
    }

    .client_cloud .client_cloud_box {
        height: 320px;
        padding: 20px
    }

    .client_cloud .client_cloud_box .client_cloud_content .h5,
    .client_cloud .client_cloud_box .client_cloud_content h5 {
        margin-bottom: 10px
    }

    .client_cloud .client_cloud_box .client_cloud_content p {
        padding-top: 0
    }

    .client_cloud .client_cloud_box.devops_eight_box {
        height: 390px;
        padding: 20px
    }

    .generative_ai_partner .generative_ai_box {
        display: block;
        height: 280px;
        justify-content: unset;
        margin-bottom: 20px;
        padding: 20px
    }

    .generative_ai_partner .generative_ai_box .generative_ai_content .h5,
    .generative_ai_partner .generative_ai_box .generative_ai_content h5,
    .generative_ai_partner .generative_ai_box .generative_ai_svg {
        margin-bottom: 10px
    }
}

.blockchain_platforms .block_platforms_main {
    display: flex;
    gap: 10px;
    justify-content: center
}

.blockchain_platforms .block_platforms_main .block_platforms_item {
    flex: 0 0 11%
}

.blockchain_platforms .block_platforms_main .block_platforms_item .block_platforms_img {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 65px
}

.blockchain_custom_solutions .h2,
.blockchain_custom_solutions h2,
.blockchain_custom_solutions p {
    color: #fff
}

.blockchain_custom_solutions .block_custom_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.blockchain_custom_solutions .block_custom_main .block_custom_item {
    flex: 0 0 20%
}

.blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box {
    align-items: center;
    background: rgba(49, 71, 95, .812);
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    height: 280px;
    justify-content: center;
    margin: 0 10px 20px;
    text-align: center
}

.blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg {
    margin-bottom: 10px
}

.blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
.blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    margin-bottom: 0
}

.blockchain_custom_solutions.nlp_core_performance .h2,
.blockchain_custom_solutions.nlp_core_performance h2 {
    color: #314252
}

.blockchain_custom_solutions.nlp_core_performance p {
    color: #000
}

.blockchain_custom_solutions.nlp_core_performance .block_custom_main .block_custom_item .block_custom_box {
    background: #f9f9f9
}

.blockchain_custom_solutions.nlp_core_performance .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
.blockchain_custom_solutions.nlp_core_performance .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
    color: #314252
}

.iot_solutions .iot_solution_box {
    background: #31475f;
    height: 480px;
    margin-bottom: 30px;
    padding: 35px 25px
}

.iot_solutions .iot_solution_box .iot_solution_svg {
    margin-bottom: 10px
}

.iot_solutions .iot_solution_box .iot_solution_svg svg {
    height: 72px;
    width: auto
}

.iot_solutions .iot_solution_box .iot-solution_content .h5,
.iot_solutions .iot_solution_box .iot-solution_content h5 {
    color: #fff
}

.iot_solutions .iot_solution_box .iot-solution_content p {
    color: #fff;
    margin-bottom: 0
}

@media(min-width:1600px)and (max-width:1800px) {
    .blockchain_custom_solutions .block_custom_main {
        display: flex
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item {
        flex: 0 0 20%
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box {
        border-radius: 10px;
        height: 260px;
        margin: 0 10px 20px;
        padding: 0 15px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg {
        margin-bottom: 10px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg svg {
        height: 70px;
        width: auto
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
        font-size: 18px;
        height: 60px;
        line-height: 28px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .blockchain_custom_solutions .block_custom_main {
        display: flex
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item {
        flex: 0 0 20%
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box {
        border-radius: 10px;
        height: 250px;
        margin: 0 10px 20px;
        padding: 0 15px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg {
        margin-bottom: 10px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg svg {
        height: 65px;
        width: auto
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
        font-size: 16px;
        height: 60px;
        line-height: 26px
    }

    .iot_solutions .iot_solution_box {
        height: 440px;
        margin-bottom: 30px;
        padding: 35px 25px
    }

    .iot_solutions .iot_solution_box .iot_solution_svg svg {
        height: 65px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .blockchain_custom_solutions .block_custom_main {
        display: flex
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item {
        flex: 0 0 20%
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box {
        border-radius: 10px;
        height: 220px;
        margin: 0 10px 20px;
        padding: 0 15px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg {
        margin-bottom: 10px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg svg {
        height: 60px;
        width: auto
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
        font-size: 14px;
        height: 60px;
        line-height: 24px
    }

    .iot_solutions .iot_solution_box {
        height: 420px;
        margin-bottom: 30px;
        padding: 30px 20px
    }

    .iot_solutions .iot_solution_box .iot_solution_svg svg {
        height: 60px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .blockchain_custom_solutions .block_custom_main {
        display: flex
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item {
        flex: 0 0 33%
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box {
        border-radius: 10px;
        height: 220px;
        margin: 0 10px 20px;
        padding: 0 15px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg {
        margin-bottom: 10px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg svg {
        height: 60px;
        width: auto
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
        font-size: 14px;
        height: 60px;
        line-height: 24px
    }

    .blockchain_platforms .block_platforms_main {
        display: flex;
        gap: 10px;
        justify-content: center
    }

    .blockchain_platforms .block_platforms_main .block_platforms_item {
        flex: 0 0 13%
    }

    .blockchain_platforms .block_platforms_main .block_platforms_item .block_platforms_img {
        min-height: 65px
    }

    .iot_solutions .iot_solution_box {
        height: 350px;
        margin-bottom: 30px;
        padding: 30px 20px
    }

    .iot_solutions .iot_solution_box .iot_solution_svg svg {
        height: 55px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .blockchain_custom_solutions .block_custom_main {
        display: flex
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item {
        flex: 0 0 33%
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box {
        border-radius: 10px;
        height: 200px;
        margin: 0 10px 20px;
        padding: 0 15px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg {
        margin-bottom: 10px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg svg {
        height: 55px;
        width: auto
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
        font-size: 14px;
        height: 60px;
        line-height: 24px
    }

    .blockchain_platforms .block_platforms_main {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: center
    }

    .blockchain_platforms .block_platforms_main .block_platforms_item {
        flex: 0 0 20%;
        margin-bottom: 20px
    }

    .blockchain_platforms .block_platforms_main .block_platforms_item .block_platforms_img {
        min-height: 65px
    }

    .iot_solutions .iot_solution_box {
        height: 350px;
        margin-bottom: 30px;
        padding: 30px 20px
    }

    .iot_solutions .iot_solution_box .iot_solution_svg svg {
        height: 55px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .blockchain_custom_solutions {
        background-image: none !important;
        background: #00091a
    }

    .blockchain_custom_solutions .block_custom_main {
        display: flex
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item {
        flex: 0 0 50%
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box {
        border-radius: 10px;
        height: 170px;
        margin: 0 5px 20px;
        padding: 0 3px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg {
        margin-bottom: 10px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg svg {
        height: 45px;
        width: auto
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
        font-size: 12px;
        height: 44px;
        line-height: 22px
    }

    .blockchain_custom_solutions.nlp_core_performance {
        background: #fff
    }

    .blockchain_custom_solutions.nlp_core_performance .h2,
    .blockchain_custom_solutions.nlp_core_performance h2 {
        color: #314252
    }

    .blockchain_custom_solutions.nlp_core_performance p {
        color: #000
    }

    .blockchain_custom_solutions.nlp_core_performance .block_custom_main .block_custom_item .block_custom_box {
        background: #f9f9f9
    }

    .blockchain_custom_solutions.nlp_core_performance .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
    .blockchain_custom_solutions.nlp_core_performance .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
        color: #314252
    }

    .blockchain_platforms .block_platforms_main {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: center
    }

    .blockchain_platforms .block_platforms_main .block_platforms_item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .blockchain_platforms .block_platforms_main .block_platforms_item .block_platforms_img {
        min-height: 65px
    }

    .iot_solutions .iot_solution_box {
        height: 350px;
        margin-bottom: 30px;
        padding: 25px 15px
    }

    .iot_solutions .iot_solution_box .iot_solution_svg svg {
        height: 45px;
        width: auto
    }

    .iot_solutions .iot_solution_box .iot-solution_content .h5,
    .iot_solutions .iot_solution_box .iot-solution_content h5 {
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:360px) {
    .blockchain_custom_solutions {
        background-image: none !important;
        background: #00091a
    }

    .blockchain_custom_solutions .block_custom_main {
        display: flex
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item {
        flex: 0 0 100%
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box {
        border-radius: 10px;
        height: 180px;
        margin: 0 auto 20px;
        padding: 0 10px;
        width: 200px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg {
        margin-bottom: 10px
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_svg svg {
        height: 45px;
        width: auto
    }

    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content .h5,
    .blockchain_custom_solutions .block_custom_main .block_custom_item .block_custom_box .block_custom_content h5 {
        font-size: 13px;
        height: auto;
        line-height: 23px
    }

    .iot_solutions .iot_solution_box {
        height: 400px;
        margin-bottom: 30px;
        padding: 25px 15px
    }

    .iot_solutions .iot_solution_box .iot_solution_svg svg {
        height: 45px;
        width: auto
    }

    .iot_solutions .iot_solution_box .iot-solution_content .h5,
    .iot_solutions .iot_solution_box .iot-solution_content h5 {
        margin-bottom: 10px
    }
}

.voice_services .voice_service_box {
    padding: 30px;
    transition: .2s linear
}

.voice_services .voice_service_box .voice_service_main {
    align-items: center;
    display: flex;
    margin-bottom: 15px
}

.voice_services .voice_service_box .voice_service_main .voice_service_head {
    margin-left: 10px
}

.voice_services .voice_service_box .voice_service_main .voice_service_head .h5,
.voice_services .voice_service_box .voice_service_main .voice_service_head h5 {
    margin-bottom: 0
}

.voice_services .voice_service_box .voice_service_content p {
    color: #898989;
    margin-bottom: 0
}

.voice_services .voice_service_box:hover .voice_service_main .voice_service_svg svg path {
    fill: #06dcbf
}

.voice_services .voice_service_box:hover .voice_service_main .voice_service_head .h5,
.voice_services .voice_service_box:hover .voice_service_main .voice_service_head h5 {
    color: #06dcbf
}

.voice_services .col-xl-4 {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece
}

.voice_services .col-xl-4:last-child,
.voice_services .col-xl-4:nth-child(3),
.voice_services .col-xl-4:nth-child(6) {
    border-right: none
}

.voice_services .col-xl-4:nth-child(7),
.voice_services .col-xl-4:nth-child(8),
.voice_services .col-xl-4:nth-child(9) {
    border-bottom: none
}

.voice_services.why_choose_speech .col-xl-4 {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece
}

.voice_services.why_choose_speech .col-xl-4:last-child,
.voice_services.why_choose_speech .col-xl-4:nth-child(3) {
    border-right: none
}

.voice_services.why_choose_speech .col-xl-4:nth-child(4),
.voice_services.why_choose_speech .col-xl-4:nth-child(5),
.voice_services.why_choose_speech .col-xl-4:nth-child(6) {
    border-bottom: none
}

.speech_industries .speech_industtries_box {
    background: #fff;
    height: 370px;
    margin-bottom: 20px;
    padding: 45px 25px;
    transition: .2s linear
}

.speech_industries .speech_industtries_box .speech_industtries_main {
    align-items: center;
    display: flex;
    margin-bottom: 30px
}

.speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_svg svg {
    height: 47px;
    width: auto
}

.speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_head {
    margin-left: 10px
}

.speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_head .h5,
.speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_head h5 {
    margin-bottom: 0
}

.speech_industries .speech_industtries_box .speech_industtries_list ul li {
    color: #898989;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative
}

.speech_industries .speech_industtries_box .speech_industtries_list ul li:before {
    background: #06dcbf;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 3px;
    position: absolute;
    top: 9px;
    width: 7px
}

.speech_industries .speech_industtries_box:hover {
    background: #06dcbf
}

.speech_industries .speech_industtries_box:hover .speech_industtries_main .speech_industtries_svg svg path {
    fill: #fff
}

.speech_industries .speech_industtries_box:hover .speech_industtries_list ul li,
.speech_industries .speech_industtries_box:hover .speech_industtries_main .speech_industtries_head .h5,
.speech_industries .speech_industtries_box:hover .speech_industtries_main .speech_industtries_head h5 {
    color: #fff
}

.speech_industries .speech_industtries_box:hover .speech_industtries_list ul li:before {
    background: #fff
}

@media(min-width:1600px)and (max-width:1800px) {
    .voice_services .voice_service_box {
        padding: 25px
    }

    .voice_services .voice_service_box .voice_service_main {
        margin-bottom: 15px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_svg svg {
        height: 63px;
        width: auto
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head {
        margin-left: 10px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head .h5,
    .voice_services .voice_service_box .voice_service_main .voice_service_head h5 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 0
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .voice_services .voice_service_box {
        padding: 25px
    }

    .voice_services .voice_service_box .voice_service_main {
        margin-bottom: 15px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_svg svg {
        height: 63px;
        width: auto
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head {
        margin-left: 10px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head .h5,
    .voice_services .voice_service_box .voice_service_main .voice_service_head h5 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 0
    }

    .speech_industries .speech_industtries_box {
        height: 330px;
        margin-bottom: 20px;
        padding: 40px 20px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main {
        margin-bottom: 25px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_svg svg {
        height: 47px;
        width: auto
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_head {
        margin-left: 10px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li:before {
        height: 7px;
        left: 3px;
        top: 9px;
        width: 7px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .voice_services .voice_service_box {
        padding: 25px
    }

    .voice_services .voice_service_box .voice_service_main {
        margin-bottom: 15px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_svg svg {
        height: 55px;
        width: auto
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head {
        margin-left: 10px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head .h5,
    .voice_services .voice_service_box .voice_service_main .voice_service_head h5 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0
    }

    .speech_industries .speech_industtries_box {
        height: 310px;
        margin-bottom: 20px;
        padding: 40px 20px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main {
        margin-bottom: 20px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_svg svg {
        height: 40px;
        width: auto
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_head {
        margin-left: 10px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 12px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li:before {
        height: 6px;
        left: 3px;
        top: 8px;
        width: 6px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .voice_services .voice_service_box {
        padding: 20px
    }

    .voice_services .voice_service_box .voice_service_main {
        margin-bottom: 15px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_svg svg {
        height: 50px;
        width: auto
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head {
        margin-left: 10px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head .h5,
    .voice_services .voice_service_box .voice_service_main .voice_service_head h5 {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 0
    }

    .speech_industries .speech_industtries_box {
        height: 310px;
        margin-bottom: 20px;
        padding: 40px 20px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main {
        margin-bottom: 20px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_svg svg {
        height: 40px;
        width: auto
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_head {
        margin-left: 10px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 12px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li:before {
        height: 6px;
        left: 3px;
        top: 8px;
        width: 6px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .voice_services .voice_service_box {
        padding: 20px
    }

    .voice_services .voice_service_box .voice_service_main {
        margin-bottom: 15px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_svg svg {
        height: 50px;
        width: auto
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head {
        margin-left: 10px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head .h5,
    .voice_services .voice_service_box .voice_service_main .voice_service_head h5 {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 0
    }

    .voice_services .col-xl-4 {
        border-bottom: 1px solid #cecece;
        border-right: 1px solid #cecece
    }

    .voice_services .col-xl-4:last-child,
    .voice_services .col-xl-4:nth-child(2),
    .voice_services .col-xl-4:nth-child(4),
    .voice_services .col-xl-4:nth-child(8) {
        border-right: none
    }

    .voice_services .col-xl-4:nth-child(7),
    .voice_services .col-xl-4:nth-child(8) {
        border-bottom: 1px solid #cecece
    }

    .voice_services .col-xl-4:last-child {
        border-bottom: none
    }

    .voice_services .col-xl-4:last-child,
    .voice_services .col-xl-4:nth-child(3) {
        border-right: 1px solid #cecece
    }

    .voice_services.why_choose_speech .col-xl-4 {
        border-bottom: 1px solid #cecece;
        border-right: 1px solid #cecece
    }

    .voice_services.why_choose_speech .col-xl-4:nth-child(3) {
        border-right: 1px solid #cecece
    }

    .voice_services.why_choose_speech .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #cecece
    }

    .voice_services.why_choose_speech .col-xl-4:nth-child(2),
    .voice_services.why_choose_speech .col-xl-4:nth-child(4) {
        border-right: none
    }

    .speech_industries .speech_industtries_box {
        height: 310px;
        margin-bottom: 20px;
        padding: 40px 20px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main {
        margin-bottom: 20px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_svg svg {
        height: 40px;
        width: auto
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_head {
        margin-left: 10px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 12px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li:before {
        height: 6px;
        left: 3px;
        top: 8px;
        width: 6px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .voice_services .voice_service_box {
        padding: 20px 10px
    }

    .voice_services .voice_service_box .voice_service_main {
        margin-bottom: 10px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_svg svg {
        height: 40px;
        width: auto
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head {
        margin-left: 10px
    }

    .voice_services .voice_service_box .voice_service_main .voice_service_head .h5,
    .voice_services .voice_service_box .voice_service_main .voice_service_head h5 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0
    }

    .voice_services .col-xl-4 {
        border-right: none
    }

    .voice_services .col-xl-4,
    .voice_services .col-xl-4:nth-child(7),
    .voice_services .col-xl-4:nth-child(8) {
        border-bottom: 1px solid #cecece
    }

    .voice_services.why_choose_speech .col-xl-4 {
        border-bottom: 1px solid #cecece;
        border-right: none
    }

    .voice_services.why_choose_speech .col-xl-4:nth-child(4),
    .voice_services.why_choose_speech .col-xl-4:nth-child(5) {
        border-bottom: 1px solid #cecece
    }

    .speech_industries .speech_industtries_box {
        height: 280px;
        margin-bottom: 20px;
        padding: 30px 15px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main {
        margin-bottom: 20px
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_svg svg {
        height: 40px;
        width: auto
    }

    .speech_industries .speech_industtries_box .speech_industtries_main .speech_industtries_head {
        margin-left: 10px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 12px
    }

    .speech_industries .speech_industtries_box .speech_industtries_list ul li:before {
        height: 5px;
        left: 3px;
        top: 8px;
        width: 5px
    }
}

.nft_solutions_tek .nft_solution_box {
    background: #fff;
    height: 400px;
    margin-bottom: 20px;
    padding: 30px 20px;
    transition: .2s linear
}

.nft_solutions_tek .nft_solution_box .nft_solution_main {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head {
    margin-left: 10px
}

.nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head .h5,
.nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head h5 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0
}

.nft_solutions_tek .nft_solution_box .nft_solution_main .num_title {
    display: none;
    transition: .2s linear
}

.nft_solutions_tek .nft_solution_box .nft_solution_main .num_title .h5,
.nft_solutions_tek .nft_solution_box .nft_solution_main .num_title h5 {
    color: #f8f8f8;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0
}

.nft_solutions_tek .nft_solution_box p {
    color: #898989;
    margin-bottom: 0
}

.nft_solutions_tek .nft_solution_box:hover .nft_solution_main {
    transition: .2s linear
}

.nft_numbers .nft_numbers_main {
    align-items: center;
    display: flex
}

.nft_numbers .nft_numbers_main .nft_num_item {
    flex: 0 0 20%;
    text-align: center
}

.nft_numbers .nft_numbers_main .nft_num_item .nft_item_content .h2,
.nft_numbers .nft_numbers_main .nft_num_item .nft_item_content h2 {
    color: #06dcbf;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 10px
}

.nft_numbers .nft_numbers_main .nft_num_item .nft_item_content p {
    color: #314252;
    margin-bottom: 0
}

.nft_numbers .col-xl-12 .nft_num_item {
    border-right: 1px solid #ececec
}

.nft_numbers .col-xl-12 .nft_num_item:last-child {
    border-right: none
}

.nft_ecosystem .nft_ecosystem_box {
    background: #fff;
    height: 350px;
    margin-top: 10px;
    padding: 25px 35px;
    text-align: center;
    transition: .2s linear
}

.nft_ecosystem .nft_ecosystem_box .nft_eco_head {
    margin-bottom: 50px
}

.nft_ecosystem .nft_ecosystem_box .nft_eco_head .h5,
.nft_ecosystem .nft_ecosystem_box .nft_eco_head h5,
.nft_ecosystem .nft_ecosystem_box p {
    color: #898989;
    margin-bottom: 0
}

.nft_ecosystem .nft_ecosystem_box:hover {
    background: transparent
}

.nft_ecosystem .col-xl-4 {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec
}

.nft_ecosystem .col-xl-4:last-child,
.nft_ecosystem .col-xl-4:nth-child(3) {
    border-right: none
}

.nft_ecosystem .col-xl-4:last-child,
.nft_ecosystem .col-xl-4:nth-child(4),
.nft_ecosystem .col-xl-4:nth-child(5) {
    border-bottom: none
}

.nft_ecosystem.chatbot_process .nft_ecosystem_box {
    background: transparent;
    height: 400px
}

.nft_ecosystem.chatbot_process .nft_ecosystem_box:hover {
    background: #f8f8f8
}

.nft_proficient .nft_prof_box {
    background: #f9f9f9;
    height: 410px;
    margin-bottom: 20px;
    padding: 50px 20px;
    text-align: center
}

.nft_proficient .nft_prof_box .nft_prof_svg {
    margin-bottom: 15px
}

.nft_proficient .nft_prof_box .nft_prof_svg svg {
    height: 87px;
    width: auto
}

.nft_proficient .nft_prof_box .nft_prof_content .h5,
.nft_proficient .nft_prof_box .nft_prof_content h5 {
    font-size: 23px;
    line-height: 33px
}

.nft_proficient .nft_prof_box .nft_prof_content p {
    color: #898989;
    margin-bottom: 0
}

.nft_proficient.chatbot_capabilities .nft_prof_box {
    height: 550px
}

.nft_tech_stack .nft_tech_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.nft_tech_stack .nft_tech_main .nft_tech_item {
    flex: 0 0 16.66%;
    margin-top: 30px
}

.nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_img {
    align-items: center;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 15px;
    display: flex;
    height: 120px;
    justify-content: center;
    margin: 0 auto 10px;
    padding: 0 10px;
    width: 120px
}

.nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_head .h6,
.nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_head h6 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.nft_tech_stack.chatbot_stack .nft_tech_main .nft_tech_item .nft_tech_head .h6,
.nft_tech_stack.chatbot_stack .nft_tech_main .nft_tech_item .nft_tech_head h6 {
    color: #314252
}

.nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_img {
    display: unset;
    height: unset;
    margin: 0 auto 15px;
    padding: 0;
    width: unset
}

.nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_head {
    margin-top: 10px
}

.nft_standards .nft_standard_main {
    align-items: center;
    display: flex
}

.nft_standards .nft_standard_main .nft_standard_item {
    flex: 0 0 33.33%
}

.nft_standards .nft_standard_main .nft_standard_item .nft_standard_box {
    align-items: center;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 25px;
    display: flex;
    height: 250px;
    justify-content: center;
    margin: 0 auto 10px;
    width: 250px
}

.nft_standards .nft_standard_main .nft_standard_item .h5,
.nft_standards .nft_standard_main .nft_standard_item h5 {
    color: #324251;
    margin-bottom: 0;
    text-align: center
}

.nft_discover .h2,
.nft_discover h2,
.nft_discover p {
    color: #fff
}

.nft_discover a.border_btn {
    background: #06dcbf;
    color: #fff
}

.expert_machine {
    padding: 150px 0
}

.expert_machine a.border_btn {
    background: #06dcbf;
    color: #fff
}

@media(min-width:1600px)and (max-width:1800px) {
    .nft_solutions_tek .nft_solution_box {
        height: 400px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main {
        margin-bottom: 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head {
        margin-left: 10px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head h5 {
        font-size: 18px;
        line-height: 29px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title h5 {
        font-size: 70px;
        line-height: 70px
    }

    .expert_machine {
        background-position: 0;
        padding: 150px 0
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .nft_solutions_tek .nft_solution_box {
        height: 400px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main {
        margin-bottom: 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head {
        margin-left: 10px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head h5 {
        font-size: 15px;
        line-height: 26px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title h5 {
        font-size: 65px;
        line-height: 65px
    }

    .nft_ecosystem.chatbot_process .nft_ecosystem_box {
        padding: 25px
    }

    .nft_proficient .nft_prof_box {
        height: 390px;
        margin-bottom: 20px;
        padding: 50px 20px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg {
        margin-bottom: 15px
    }

    .nft_proficient .nft_prof_box .nft_prof_content .h5,
    .nft_proficient .nft_prof_box .nft_prof_content h5 {
        font-size: 17px;
        line-height: 27px
    }

    .nft_standards .nft_standard_main .nft_standard_item {
        flex: 0 0 33.33%
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box {
        border-radius: 25px;
        height: 210px;
        margin: 0 auto 10px;
        width: 210px
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box .gatsby-image-wrapper img {
        height: 150px;
        width: auto
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_img img {
        height: 130px;
        width: auto
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_head {
        margin-top: 10px
    }

    .expert_machine {
        background-position: 40%;
        padding: 130px 0
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .nft_solutions_tek .nft_solution_box {
        height: 380px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main {
        margin-bottom: 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head {
        margin-left: 10px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head h5 {
        font-size: 14px;
        line-height: 25px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_svg svg {
        height: 40px;
        width: auto
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title h5 {
        font-size: 50px;
        line-height: 50px
    }

    .nft_numbers .nft_numbers_main .nft_num_item {
        flex: 0 0 20%
    }

    .nft_numbers .nft_numbers_main .nft_num_item .nft_item_content .h2,
    .nft_numbers .nft_numbers_main .nft_num_item .nft_item_content h2 {
        font-size: 60px;
        line-height: 60px
    }

    .nft_ecosystem .nft_ecosystem_box {
        height: 310px;
        margin-top: 10px;
        padding: 20px 25px
    }

    .nft_ecosystem .nft_ecosystem_box .nft_eco_head {
        margin-bottom: 30px
    }

    .nft_ecosystem.chatbot_process .nft_ecosystem_box {
        height: 360px
    }

    .nft_proficient .nft_prof_box {
        height: 360px;
        margin-bottom: 20px;
        padding: 50px 20px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg {
        margin-bottom: 15px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg svg {
        height: 70px;
        width: auto
    }

    .nft_proficient .nft_prof_box .nft_prof_content .h5,
    .nft_proficient .nft_prof_box .nft_prof_content h5 {
        font-size: 15px;
        line-height: 25px
    }

    .nft_proficient.chatbot_capabilities .nft_prof_box {
        height: 520px
    }

    .nft_standards .nft_standard_main .nft_standard_item {
        flex: 0 0 33.33%
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box {
        height: 180px;
        margin: 0 auto 10px;
        width: 180px
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .nft_discover {
        background-position: 50%
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_img img {
        height: 120px;
        width: auto
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_head {
        margin-top: 10px
    }

    .expert_machine {
        background-position: 30%;
        padding: 130px 0
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .nft_solutions_tek .nft_solution_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main {
        margin-bottom: 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head {
        margin-left: 10px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head h5 {
        font-size: 14px;
        line-height: 25px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_svg svg {
        height: 40px;
        width: auto
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title h5 {
        font-size: 50px;
        line-height: 50px
    }

    .nft_numbers .nft_numbers_main .nft_num_item {
        flex: 0 0 20%
    }

    .nft_numbers .nft_numbers_main .nft_num_item .nft_item_content .h2,
    .nft_numbers .nft_numbers_main .nft_num_item .nft_item_content h2 {
        font-size: 45px;
        line-height: 45px
    }

    .nft_ecosystem .nft_ecosystem_box {
        height: 240px;
        margin-top: 10px;
        padding: 20px 25px
    }

    .nft_ecosystem .nft_ecosystem_box .nft_eco_head {
        margin-bottom: 30px
    }

    .nft_ecosystem .col-xl-4:last-child,
    .nft_ecosystem .col-xl-4:nth-child(2),
    .nft_ecosystem .col-xl-4:nth-child(4) {
        border-right: none
    }

    .nft_ecosystem .col-xl-4:nth-child(3) {
        border-right: 1px solid #ececec
    }

    .nft_ecosystem .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #ececec
    }

    .nft_ecosystem .col-xl-4:last-child,
    .nft_ecosystem .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .nft_ecosystem.chatbot_process .nft_ecosystem_box {
        height: 270px
    }

    .nft_ecosystem.chatbot_process .col-xl-4:last-child,
    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(2),
    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(4) {
        border-right: none
    }

    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(3) {
        border-right: 1px solid #ececec
    }

    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #ececec
    }

    .nft_ecosystem.chatbot_process .col-xl-4:last-child,
    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .nft_proficient .nft_prof_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 40px 20px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg {
        margin-bottom: 15px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg svg {
        height: 70px;
        width: auto
    }

    .nft_proficient .nft_prof_box .nft_prof_content .h5,
    .nft_proficient .nft_prof_box .nft_prof_content h5 {
        font-size: 15px;
        line-height: 25px
    }

    .nft_proficient.chatbot_capabilities .nft_prof_box {
        height: 400px
    }

    .nft_standards .nft_standard_main .nft_standard_item {
        flex: 0 0 33.33%
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box {
        height: 180px;
        margin: 0 auto 10px;
        width: 180px
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item {
        flex: 0 0 25%
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_img img {
        height: 120px;
        width: auto
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_head {
        margin-top: 10px
    }

    .expert_machine {
        background-position: 30%;
        padding: 110px 0
    }
}

@media(min-width:667px)and (max-width:899px) {
    .nft_solutions_tek .nft_solution_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main {
        margin-bottom: 20px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head {
        margin-left: 10px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head h5 {
        font-size: 14px;
        line-height: 25px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_svg svg {
        height: 40px;
        width: auto
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title h5 {
        font-size: 50px;
        line-height: 50px
    }

    .nft_numbers .nft_numbers_main {
        flex-wrap: wrap
    }

    .nft_numbers .nft_numbers_main .nft_num_item {
        flex: 0 0 33%;
        margin-bottom: 20px
    }

    .nft_numbers .nft_numbers_main .nft_num_item .nft_item_content .h2,
    .nft_numbers .nft_numbers_main .nft_num_item .nft_item_content h2 {
        font-size: 45px;
        line-height: 45px
    }

    .nft_ecosystem .nft_ecosystem_box {
        height: 240px;
        margin-top: 10px;
        padding: 20px 25px
    }

    .nft_ecosystem .nft_ecosystem_box .nft_eco_head {
        margin-bottom: 30px
    }

    .nft_ecosystem .col-xl-4:last-child,
    .nft_ecosystem .col-xl-4:nth-child(2),
    .nft_ecosystem .col-xl-4:nth-child(4) {
        border-right: none
    }

    .nft_ecosystem .col-xl-4:nth-child(3) {
        border-right: 1px solid #ececec
    }

    .nft_ecosystem .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #ececec
    }

    .nft_ecosystem .col-xl-4:last-child,
    .nft_ecosystem .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .nft_ecosystem.chatbot_process .nft_ecosystem_box {
        height: 270px
    }

    .nft_ecosystem.chatbot_process .col-xl-4:last-child,
    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(2),
    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(4) {
        border-right: none
    }

    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(3) {
        border-right: 1px solid #ececec
    }

    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #ececec
    }

    .nft_ecosystem.chatbot_process .col-xl-4:last-child,
    .nft_ecosystem.chatbot_process .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .nft_proficient .nft_prof_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 40px 20px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg {
        margin-bottom: 15px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg svg {
        height: 70px;
        width: auto
    }

    .nft_proficient .nft_prof_box .nft_prof_content .h5,
    .nft_proficient .nft_prof_box .nft_prof_content h5 {
        font-size: 15px;
        line-height: 25px
    }

    .nft_proficient.chatbot_capabilities .nft_prof_box {
        height: 410px
    }

    .nft_tech_stack .nft_tech_main .nft_tech_item {
        flex: 0 0 25%;
        margin-top: 30px
    }

    .nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_img {
        height: 110px;
        margin: 0 auto 10px;
        padding: 0 20px;
        width: 110px
    }

    .nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_head .h6,
    .nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_head h6 {
        font-size: 16px;
        line-height: 26px
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item {
        flex: 0 0 25%
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_img img {
        height: 100px;
        width: auto
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_head {
        margin-top: 10px
    }

    .nft_standards .nft_standard_main .nft_standard_item {
        flex: 0 0 33.33%
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box {
        height: 160px;
        margin: 0 auto 10px;
        width: 160px
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .expert_machine {
        background-position: 30%;
        padding: 100px 0
    }
}

@media(min-width:0px)and (max-width:666px) {
    .nft_solutions_tek .nft_solution_box {
        height: 320px;
        margin-bottom: 20px;
        padding: 25px 15px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main {
        margin-bottom: 10px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head {
        margin-left: 10px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head h5 {
        font-size: 15px;
        line-height: 25px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_svg svg {
        height: 40px;
        width: auto
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title h5 {
        font-size: 50px;
        line-height: 50px
    }

    .nft_solutions_tek .nft_solution_box:hover .nft_solution_main .num_title {
        display: none
    }

    .nft_solutions_tek .nft_solution_box:hover .nft_solution_main .nft_solution_svg {
        margin-left: 0
    }

    .nft_numbers .nft_numbers_main {
        flex-wrap: wrap
    }

    .nft_numbers .nft_numbers_main .nft_num_item {
        flex: 0 0 100%;
        margin-bottom: 20px;
        text-align: left
    }

    .nft_numbers .nft_numbers_main .nft_num_item .nft_item_content .h2,
    .nft_numbers .nft_numbers_main .nft_num_item .nft_item_content h2 {
        font-size: 35px;
        line-height: 35px
    }

    .nft_numbers .nft_numbers_main .nft_num_item .nft_item_content p br {
        display: none
    }

    .nft_numbers .col-xl-12 .nft_num_item,
    .nft_numbers .col-xl-12 .nft_num_item:last-child {
        border-right: none
    }

    .nft_ecosystem .nft_ecosystem_box {
        background: transparent;
        height: auto;
        margin-top: 0;
        padding: 20px 10px
    }

    .nft_ecosystem .nft_ecosystem_box .nft_eco_head {
        margin-bottom: 10px
    }

    .nft_ecosystem .col-xl-4 {
        border-right: none
    }

    .nft_ecosystem .col-xl-4:nth-child(4),
    .nft_ecosystem .col-xl-4:nth-child(5) {
        border-bottom: 1px solid #ececec
    }

    .nft_ecosystem.chatbot_process .nft_ecosystem_box {
        height: auto;
        margin-top: 0;
        padding: 20px 10px
    }

    .nft_proficient .nft_prof_box {
        height: 270px;
        margin-bottom: 20px;
        padding: 30px 15px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg {
        margin-bottom: 10px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg svg {
        height: 55px;
        width: auto
    }

    .nft_proficient .nft_prof_box .nft_prof_content .h5,
    .nft_proficient .nft_prof_box .nft_prof_content h5 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .nft_proficient.chatbot_capabilities .nft_prof_box {
        height: 400px
    }

    .nft_tech_stack .nft_tech_main .nft_tech_item {
        flex: 0 0 33%;
        margin-top: 20px
    }

    .nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_img {
        height: 105px;
        margin: 0 auto 10px;
        padding: 0 15px;
        width: 105px
    }

    .nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_head .h6,
    .nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_head h6 {
        font-size: 15px;
        line-height: 25px
    }

    .nft_tech_stack.machine_stack {
        background-image: none !important;
        background: #000;
        padding: 30px 0
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item {
        flex: 0 0 33%
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_img img {
        height: 80px;
        width: auto
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_head {
        margin-top: 10px
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_head .h6,
    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_head h6 {
        font-size: 13px;
        line-height: 23px
    }

    .nft_standards {
        background-image: none !important;
        background: #e6eefa
    }

    .nft_standards .nft_standard_main {
        flex-wrap: wrap;
        justify-content: center
    }

    .nft_standards .nft_standard_main .nft_standard_item {
        flex: 0 0 50%;
        margin-top: 20px
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box {
        height: 120px;
        margin: 0 auto 10px;
        width: 120px
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .nft_discover {
        background-position: top
    }

    .nft_discover .h2,
    .nft_discover h2 {
        padding: 30px 0 0
    }

    .expert_machine {
        background-image: none !important;
        background-position: unset;
        background: #000;
        padding: 30px 0
    }
}

@media(min-width:0px)and (max-width:360px) {
    .nft_solutions_tek .nft_solution_box {
        height: 350px;
        margin-bottom: 20px;
        padding: 25px 15px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main {
        margin-bottom: 10px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head {
        margin-left: 10px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_head h5 {
        font-size: 13px;
        line-height: 24px
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .nft_solution_svg svg {
        height: 35px;
        width: auto
    }

    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title .h5,
    .nft_solutions_tek .nft_solution_box .nft_solution_main .num_title h5 {
        font-size: 50px;
        line-height: 50px
    }

    .nft_solutions_tek .nft_solution_box:hover .nft_solution_main .num_title {
        display: none
    }

    .nft_solutions_tek .nft_solution_box:hover .nft_solution_main .nft_solution_svg {
        margin-left: 0
    }

    .nft_proficient .nft_prof_box {
        height: 300px;
        margin-bottom: 20px;
        padding: 30px 15px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg {
        margin-bottom: 10px
    }

    .nft_proficient .nft_prof_box .nft_prof_svg svg {
        height: 55px;
        width: auto
    }

    .nft_proficient .nft_prof_box .nft_prof_content .h5,
    .nft_proficient .nft_prof_box .nft_prof_content h5 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .nft_proficient.chatbot_capabilities .nft_prof_box {
        height: 460px
    }

    .nft_tech_stack .nft_tech_main .nft_tech_item {
        flex: 0 0 50%;
        margin-top: 30px
    }

    .nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_img {
        height: 110px;
        margin: 0 auto 10px;
        padding: 0 20px;
        width: 110px
    }

    .nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_head .h6,
    .nft_tech_stack .nft_tech_main .nft_tech_item .nft_tech_head h6 {
        font-size: 16px;
        line-height: 26px
    }

    .nft_tech_stack.machine_stack {
        background-image: none !important;
        background: #000;
        padding: 30px 0
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item {
        flex: 0 0 50%
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_img img {
        height: 80px;
        width: auto
    }

    .nft_tech_stack.machine_stack .nft_tech_main .nft_tech_item .nft_tech_head {
        margin-top: 10px
    }

    .nft_standards {
        background-image: none !important;
        background: #e6eefa
    }

    .nft_standards .nft_standard_main {
        flex-wrap: wrap
    }

    .nft_standards .nft_standard_main .nft_standard_item {
        flex: 0 0 100%;
        margin-top: 20px
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box {
        height: 130px;
        margin: 0 auto 10px;
        width: 130px
    }

    .nft_standards .nft_standard_main .nft_standard_item .nft_standard_box .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }
}

.chatbot_services .chatbot_services_box {
    background: #fff;
    height: 300px;
    margin-bottom: 20px;
    padding: 30px 50px;
    transition: .2s linear
}

.chatbot_services .chatbot_services_box .chatbot_serv_main {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num .h2,
.chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num h2 {
    color: #f8f8f8;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 0
}

.chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex {
    align-items: center;
    display: flex;
    margin-left: 20px
}

.chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head {
    margin-left: 10px
}

.chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head .h5,
.chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head h5 {
    line-height: 30px;
    margin-bottom: 0
}

.chatbot_services .chatbot_services_box p {
    color: #898989;
    margin-bottom: 0
}

.chatbot_services .chatbot_services_box:hover {
    background: #06dcbf
}

.chatbot_services .chatbot_services_box:hover .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_icon svg path {
    fill: #fff
}

.chatbot_services .chatbot_services_box:hover .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head .h5,
.chatbot_services .chatbot_services_box:hover .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head h5,
.chatbot_services .chatbot_services_box:hover p {
    color: #fff
}

.chatbot_integeration {
    background-size: cover
}

.chatbot_integeration .h2,
.chatbot_integeration h2 {
    color: #fff
}

.chatbot_integeration a.border_btn {
    background: #06dcbf;
    color: #fff
}

.chatbot_custom .chatbot_custom_box {
    align-items: center;
    background: #fff;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
    text-align: center
}

.chatbot_custom .chatbot_custom_box .chatbot_custom_num {
    left: -20px;
    position: absolute;
    top: 0
}

.chatbot_custom .chatbot_custom_box .chatbot_custom_num .h2,
.chatbot_custom .chatbot_custom_box .chatbot_custom_num h2 {
    color: rgba(211, 216, 221, .16);
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 0
}

.chatbot_custom .chatbot_custom_box .chatbot_custom_icon {
    margin-bottom: 10px
}

.chatbot_custom .chatbot_custom_box .chatbot_custom_head .h4,
.chatbot_custom .chatbot_custom_box .chatbot_custom_head h4 {
    height: 72px;
    margin-bottom: 0
}

.why_choose_chatbot .chatbot_scroll_text {
    height: 300px;
    overflow: auto;
    padding-right: 20px
}

.why_choose_chatbot .chatbot_scroll_text::-webkit-scrollbar {
    width: 2px
}

.why_choose_chatbot .chatbot_scroll_text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.why_choose_chatbot .chatbot_scroll_text::-webkit-scrollbar-thumb {
    background-color: #06dcbf;
    min-height: 30px;
    outline: 0 solid #e2e2e2
}

@media(min-width:1400px)and (max-width:1599px) {
    .chatbot_services .chatbot_services_box {
        height: 290px;
        margin-bottom: 20px;
        padding: 30px 50px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main {
        margin-bottom: 20px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num .h2,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num h2 {
        font-size: 70px;
        line-height: 70px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex {
        margin-left: 20px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head {
        margin-left: 10px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head .h5,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head h5 {
        line-height: 25px;
        margin-bottom: 0
    }

    .chatbot_integeration .chatbot_int_img .gatsby-image-wrapper img {
        height: 500px;
        width: auto
    }

    .chatbot_custom .chatbot_custom_box {
        height: 100%;
        padding: 40px 0
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num {
        left: -20px;
        position: absolute;
        top: 0
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num .h2,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_num h2 {
        font-size: 75px;
        line-height: 75px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_icon {
        margin-bottom: 10px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_head .h4,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_head h4 {
        height: 72px;
        margin-bottom: 0
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .chatbot_services .chatbot_services_box {
        height: 260px;
        margin-bottom: 20px;
        padding: 30px 50px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main {
        margin-bottom: 20px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num .h2,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num h2 {
        font-size: 60px;
        line-height: 60px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex {
        margin-left: 20px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head {
        margin-left: 10px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head .h5,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head h5 {
        line-height: 25px;
        margin-bottom: 0
    }

    .chatbot_integeration .chatbot_int_img .gatsby-image-wrapper img {
        height: 430px;
        width: auto
    }

    .chatbot_custom .chatbot_custom_box {
        height: 100%;
        padding: 40px 0
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num {
        left: -20px;
        position: absolute;
        top: 0
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num .h2,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_num h2 {
        font-size: 75px;
        line-height: 75px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_icon {
        margin-bottom: 10px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_head .h4,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_head h4 {
        height: 72px;
        margin-bottom: 0
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .chatbot_services .chatbot_services_box {
        height: 260px;
        margin-bottom: 20px;
        padding: 30px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main {
        margin-bottom: 20px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num .h2,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num h2 {
        font-size: 60px;
        line-height: 60px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex {
        margin-left: 20px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head {
        margin-left: 10px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head .h5,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head h5 {
        line-height: 25px;
        margin-bottom: 0
    }

    .chatbot_integeration .chatbot_int_img .gatsby-image-wrapper img {
        height: 400px;
        width: auto
    }

    .chatbot_custom .chatbot_custom_box {
        height: 100%;
        padding: 40px 0
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num {
        left: -20px;
        position: absolute;
        top: 0
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num .h2,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_num h2 {
        font-size: 75px;
        line-height: 75px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_icon {
        margin-bottom: 10px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_head .h4,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_head h4 {
        height: 72px;
        margin-bottom: 0
    }
}

@media(min-width:667px)and (max-width:899px) {
    .chatbot_services .chatbot_services_box {
        height: 240px;
        margin-bottom: 20px;
        padding: 25px 20px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main {
        margin-bottom: 20px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num .h2,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num h2 {
        font-size: 50px;
        line-height: 50px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex {
        margin-left: 20px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head {
        margin-left: 10px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head .h5,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head h5 {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0
    }

    .chatbot_integeration .chatbot_int_img .gatsby-image-wrapper img {
        height: 370px;
        width: auto
    }

    .chatbot_custom .chatbot_custom_box {
        height: 200;
        margin-bottom: 20px;
        padding: 40px 0
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num {
        left: -18px;
        position: absolute;
        top: 0
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num .h2,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_num h2 {
        font-size: 60px;
        line-height: 60px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_icon {
        margin-bottom: 10px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_head .h4,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_head h4 {
        height: auto;
        margin-bottom: 0
    }
}

@media(min-width:0px)and (max-width:666px) {
    .chatbot_services .chatbot_services_box {
        height: 230px;
        margin-bottom: 20px;
        padding: 25px 15px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main {
        margin-bottom: 15px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num {
        display: none
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex {
        margin-left: 0
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_icon svg {
        height: 35px;
        width: auto
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head {
        margin-left: 10px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head .h5,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head h5 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0
    }

    .chatbot_integeration {
        background-image: none !important;
        background: #000;
        padding: 30px 0
    }

    .chatbot_integeration .chatbot_int_img .gatsby-image-wrapper {
        margin-top: 20px
    }

    .chatbot_integeration .chatbot_int_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .chatbot_custom .chatbot_custom_box {
        display: block;
        height: 200px;
        margin: 0 auto 20px;
        padding: 20px 0;
        width: 240px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num {
        margin-bottom: 10px;
        position: unset
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num .h2,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_num h2 {
        color: #d3d8dd;
        font-size: 40px;
        line-height: 40px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_icon {
        margin-bottom: 10px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_icon svg {
        height: 50px;
        width: auto
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_head .h4,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_head h4 {
        font-size: 15px;
        height: auto;
        line-height: 25px;
        margin-bottom: 0
    }

    .why_choose_chatbot .chatbot_scroll_text {
        height: 250px;
        padding-right: 15px
    }

    .why_choose_chatbot .resp_order {
        order: 2
    }

    .why_choose_chatbot .gatsby-image-wrapper {
        margin-top: 20px
    }
}

@media(min-width:0px)and (max-width:360px) {
    .chatbot_services .chatbot_services_box {
        height: 280px;
        margin-bottom: 20px;
        padding: 25px 15px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main {
        margin-bottom: 15px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_num {
        display: none
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex {
        margin-left: 0
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_icon svg {
        height: 35px;
        width: auto
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head {
        margin-left: 10px
    }

    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head .h5,
    .chatbot_services .chatbot_services_box .chatbot_serv_main .chatbot_serv_flex .chatbot_serv_head h5 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0
    }

    .chatbot_integeration {
        background-image: none !important;
        background: #000;
        padding: 30px 0
    }

    .chatbot_integeration .chatbot_int_img .gatsby-image-wrapper {
        margin-top: 20px
    }

    .chatbot_integeration .chatbot_int_img .gatsby-image-wrapper img {
        height: 350px;
        width: auto
    }

    .chatbot_custom .chatbot_custom_box {
        display: block;
        height: 200px;
        margin-bottom: 20px;
        padding: 20px 0
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num {
        margin-bottom: 10px;
        position: unset
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_num .h2,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_num h2 {
        color: #d3d8dd;
        font-size: 40px;
        line-height: 40px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_icon {
        margin-bottom: 10px
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_icon svg {
        height: 55px;
        width: auto
    }

    .chatbot_custom .chatbot_custom_box .chatbot_custom_head .h4,
    .chatbot_custom .chatbot_custom_box .chatbot_custom_head h4 {
        height: auto;
        margin-bottom: 0
    }

    .why_choose_chatbot .chatbot_scroll_text {
        height: 250px;
        padding-right: 15px
    }

    .why_choose_chatbot .resp_order {
        order: 2
    }

    .why_choose_chatbot .gatsby-image-wrapper {
        margin-top: 20px
    }
}

.redefine_metaverse .redefine_meta_box {
    height: 270px;
    margin-top: 10px;
    padding: 25px 30px;
    text-align: center;
    transition: .2s linear
}

.redefine_metaverse .redefine_meta_box .redefine_meta_content p {
    color: #898989;
    margin-bottom: 0
}

.redefine_metaverse .redefine_meta_box .redefine_meta_content .h5,
.redefine_metaverse .redefine_meta_box .redefine_meta_content h5 {
    color: #898989
}

.redefine_metaverse .redefine_meta_box:hover {
    background: #06dcbf
}

.redefine_metaverse .redefine_meta_box:hover .redefine_meta_content .h5,
.redefine_metaverse .redefine_meta_box:hover .redefine_meta_content h5,
.redefine_metaverse .redefine_meta_box:hover .redefine_meta_content p {
    color: #fff
}

.redefine_metaverse .col-xl-4 {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec
}

.redefine_metaverse .col-xl-4:last-child,
.redefine_metaverse .col-xl-4:nth-child(3) {
    border-right: none
}

.redefine_metaverse .col-xl-4:last-child,
.redefine_metaverse .col-xl-4:nth-child(4),
.redefine_metaverse .col-xl-4:nth-child(5) {
    border-bottom: none
}

.metaverse_num {
    padding: 50px 0
}

.metaverse_num .meta_num_box {
    text-align: center
}

.metaverse_num .meta_num_box .meta_num_content .h2,
.metaverse_num .meta_num_box .meta_num_content h2 {
    color: #06dcbf;
    margin-bottom: 10px
}

.metaverse_num .meta_num_box .meta_num_content p {
    color: #314252;
    margin-bottom: 0
}

.metaverse_num .col-xl-3 {
    border-right: 1px solid #ececec
}

.metaverse_num .col-xl-3:last-child {
    border-right: none
}

.metaverse_services .metaverse_service_box {
    background: #f9f9f9;
    height: 430px;
    margin-bottom: 20px;
    padding: 50px 25px 0;
    text-align: center
}

.metaverse_services .metaverse_service_box .metaverse_service_icon {
    margin-bottom: 15px
}

.metaverse_services .metaverse_service_box .metaverse_service_icon svg {
    height: 62px;
    width: auto
}

.metaverse_services .metaverse_service_box .metaverse_service_content p {
    color: #898989;
    margin-bottom: 0
}

.metaverse_services .metaverse_service_box .metaverse_service_content .h5,
.metaverse_services .metaverse_service_box .metaverse_service_content h5 {
    height: 80px
}

.metaverse_toolkit {
    background-size: cover
}

.metaverse_toolkit .h2,
.metaverse_toolkit h2 {
    color: #fff
}

.metaverse_toolkit .tech_stack_meta {
    align-items: center;
    display: flex
}

.metaverse_toolkit .tech_stack_meta .meta_stack_item {
    flex: 0 0 14.2%;
    text-align: center
}

.metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img {
    margin-bottom: 10px
}

.metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head .h6,
.metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head h6 {
    color: #fff;
    margin-bottom: 0
}

.transform_metaverse {
    background-size: cover
}

.custom_metaverse .custom_meta_box {
    padding: 30px 25px
}

.custom_metaverse .custom_meta_box .custom_meta_flex {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head {
    margin-left: 10px
}

.custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head .h5,
.custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head h5 {
    margin-bottom: 0
}

.custom_metaverse .col-xl-4 {
    border-right: 1px solid #ececec
}

.custom_metaverse .col-xl-4:last-child {
    border-right: none
}

.hire_dot_net_process .hire_dot_process_box {
    padding: 20px 10px;
    text-align: center
}

.hire_dot_net_process .hire_dot_process_box .hire_dot_process-img {
    align-items: center;
    background: #fff;
    border-radius: 100px;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 100px
}

.hire_dot_net_process .hire_dot_process_box .hire_dot_process_content .h5,
.hire_dot_net_process .hire_dot_process_box .hire_dot_process_content h5 {
    font-size: 22px;
    line-height: 32px
}

.hire_dot_net_process .hire_dot_process_box .hire_dot_process_content p {
    color: #898989;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0
}

.hire_dot_net_process .col-xl-3 {
    border-right: 1px solid #ececec
}

.hire_dot_net_process .col-xl-3:last-child {
    border-right: none
}

@media(min-width:1600px)and (max-width:1800px) {
    .redefine_metaverse .redefine_meta_box {
        height: 230px;
        margin-top: 10px;
        padding: 25px 30px
    }

    .metaverse_services .metaverse_service_box {
        height: 400px;
        margin-bottom: 20px;
        padding: 50px 25px 0
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon {
        margin-bottom: 15px
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon svg {
        height: 62px;
        width: auto
    }

    .metaverse_services .metaverse_service_box .metaverse_service_content .h5,
    .metaverse_services .metaverse_service_box .metaverse_service_content h5 {
        height: 70px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item {
        flex: 0 0 14.2%
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img {
        margin-bottom: 10px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img .gatsby-image-wrapper img {
        height: 150px;
        width: auto
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head .h6,
    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head h6 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0
    }

    .hire_dot_net_process .hire_dot_process_box {
        padding: 20px 10px;
        text-align: center
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process-img {
        height: 100px;
        margin: 0 auto 20px;
        width: 100px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content .h5,
    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content h5 {
        font-size: 20px;
        line-height: 30px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content p {
        font-size: 16px;
        line-height: 28px
    }

    .hire_dot_net_process .col-xl-3 {
        border-right: 1px solid #ececec
    }

    .hire_dot_net_process .col-xl-3:last-child {
        border-right: none
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .redefine_metaverse .redefine_meta_box {
        height: 230px;
        margin-top: 10px;
        padding: 25px 30px
    }

    .metaverse_services .metaverse_service_box {
        height: 400px;
        margin-bottom: 20px;
        padding: 50px 25px 0
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon {
        margin-bottom: 15px
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon svg {
        height: 62px;
        width: auto
    }

    .metaverse_services .metaverse_service_box .metaverse_service_content .h5,
    .metaverse_services .metaverse_service_box .metaverse_service_content h5 {
        height: 70px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item {
        flex: 0 0 14.2%
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img {
        margin-bottom: 10px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img .gatsby-image-wrapper img {
        height: 150px;
        width: auto
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head .h6,
    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head h6 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0
    }

    .hire_dot_net_process .hire_dot_process_box {
        padding: 20px 0;
        text-align: center
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process-img {
        height: 100px;
        margin: 0 auto 20px;
        width: 100px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content .h5,
    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content h5 {
        font-size: 19px;
        line-height: 29px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content p {
        font-size: 15px;
        line-height: 27px
    }

    .hire_dot_net_process .col-xl-3 {
        border-right: 1px solid #ececec
    }

    .hire_dot_net_process .col-xl-3:last-child {
        border-right: none
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .redefine_metaverse .redefine_meta_box {
        height: 200px;
        margin-top: 10px;
        padding: 25px
    }

    .metaverse_services .metaverse_service_box {
        height: 370px;
        margin-bottom: 20px;
        padding: 40px 25px 0
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon {
        margin-bottom: 15px
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon svg {
        height: 55px;
        width: auto
    }

    .metaverse_services .metaverse_service_box .metaverse_service_content .h5,
    .metaverse_services .metaverse_service_box .metaverse_service_content h5 {
        height: 60px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item {
        flex: 0 0 14.2%
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img {
        margin-bottom: 10px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img .gatsby-image-wrapper img {
        height: 130px;
        width: auto
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head .h6,
    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .custom_metaverse .custom_meta_box {
        padding: 30px 25px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex {
        margin-bottom: 20px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head {
        margin-left: 10px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_icon svg {
        height: 65px;
        width: auto
    }

    .custom_metaverse .col-xl-4 {
        border-right: 1px solid #ececec
    }

    .custom_metaverse .col-xl-4:last-child {
        border-right: none
    }

    .hire_dot_net_process .hire_dot_process_box {
        padding: 20px 0;
        text-align: center
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process-img {
        height: 90px;
        margin: 0 auto 20px;
        width: 90px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process-img svg {
        height: 45px;
        width: auto
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content .h5,
    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content h5 {
        font-size: 18px;
        line-height: 28px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content p {
        font-size: 14px;
        line-height: 26px
    }

    .hire_dot_net_process .col-xl-3 {
        border-right: 1px solid #ececec
    }

    .hire_dot_net_process .col-xl-3:last-child {
        border-right: none
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .redefine_metaverse .redefine_meta_box {
        height: 180px;
        margin-top: 10px;
        padding: 25px
    }

    .redefine_metaverse .col-xl-4:last-child,
    .redefine_metaverse .col-xl-4:nth-child(2),
    .redefine_metaverse .col-xl-4:nth-child(4) {
        border-right: none
    }

    .redefine_metaverse .col-xl-4:nth-child(3) {
        border-right: 1px solid #ececec
    }

    .redefine_metaverse .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #ececec
    }

    .redefine_metaverse .col-xl-4:last-child,
    .redefine_metaverse .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .metaverse_services .metaverse_service_box {
        height: 320px;
        margin-bottom: 20px;
        padding: 40px 25px 0
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon {
        margin-bottom: 15px
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon svg {
        height: 55px;
        width: auto
    }

    .metaverse_services .metaverse_service_box .metaverse_service_content .h5,
    .metaverse_services .metaverse_service_box .metaverse_service_content h5 {
        height: 50px
    }

    .metaverse_toolkit .tech_stack_meta {
        flex-wrap: wrap
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item {
        flex: 0 0 25%;
        margin-bottom: 20px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img {
        margin-bottom: 10px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img .gatsby-image-wrapper img {
        height: 130px;
        width: auto
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head .h6,
    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .custom_metaverse .custom_meta_box {
        padding: 30px 25px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex {
        margin-bottom: 20px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head {
        margin-left: 10px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_icon svg {
        height: 65px;
        width: auto
    }

    .custom_metaverse .col-xl-4,
    .custom_metaverse .col-xl-4:last-child {
        border-right: 1px solid #ececec
    }

    .custom_metaverse .col-xl-4:nth-child(2) {
        border-bottom: 1px solid #ececec;
        border-right: none
    }

    .custom_metaverse .col-xl-4:first-child {
        border-bottom: 1px solid #ececec
    }

    .hire_dot_net_process .hire_dot_process_box {
        padding: 20px 10px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process-img {
        height: 100px;
        margin: 0 auto 20px;
        width: 100px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content .h5,
    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content h5 {
        font-size: 22px;
        line-height: 32px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content p {
        font-size: 16px;
        line-height: 28px
    }

    .hire_dot_net_process .col-xl-3 {
        border-right: 1px solid #ececec
    }

    .hire_dot_net_process .col-xl-3:last-child,
    .hire_dot_net_process .col-xl-3:nth-child(2) {
        border-right: none
    }

    .hire_dot_net_process .col-xl-3:first-child,
    .hire_dot_net_process .col-xl-3:nth-child(2) {
        border-bottom: 1px solid #ececec
    }
}

@media(min-width:667px)and (max-width:899px) {
    .redefine_metaverse .redefine_meta_box {
        height: 180px;
        margin-top: 10px;
        padding: 25px
    }

    .redefine_metaverse .col-xl-4:last-child,
    .redefine_metaverse .col-xl-4:nth-child(2),
    .redefine_metaverse .col-xl-4:nth-child(4) {
        border-right: none
    }

    .redefine_metaverse .col-xl-4:nth-child(3) {
        border-right: 1px solid #ececec
    }

    .redefine_metaverse .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #ececec
    }

    .redefine_metaverse .col-xl-4:last-child,
    .redefine_metaverse .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .metaverse_services .metaverse_service_box {
        height: 320px;
        margin-bottom: 20px;
        padding: 40px 25px 0
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon {
        margin-bottom: 15px
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon svg {
        height: 55px;
        width: auto
    }

    .metaverse_services .metaverse_service_box .metaverse_service_content .h5,
    .metaverse_services .metaverse_service_box .metaverse_service_content h5 {
        height: 50px
    }

    .metaverse_toolkit .tech_stack_meta {
        flex-wrap: wrap
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item {
        flex: 0 0 25%;
        margin-bottom: 20px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img {
        margin-bottom: 10px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img .gatsby-image-wrapper img {
        height: 110px;
        width: auto
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head .h6,
    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .custom_metaverse .custom_meta_box {
        padding: 30px 25px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex {
        margin-bottom: 20px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head {
        margin-left: 10px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_icon svg {
        height: 65px;
        width: auto
    }

    .custom_metaverse .col-xl-4,
    .custom_metaverse .col-xl-4:last-child {
        border-right: 1px solid #ececec
    }

    .custom_metaverse .col-xl-4:nth-child(2) {
        border-bottom: 1px solid #ececec;
        border-right: none
    }

    .custom_metaverse .col-xl-4:first-child {
        border-bottom: 1px solid #ececec
    }

    .transform_metaverse {
        background-image: none !important;
        background: #fffaf9
    }

    .hire_dot_net_process .hire_dot_process_box {
        padding: 20px 10px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process-img {
        height: 90px;
        margin: 0 auto 20px;
        width: 90px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process-img svg {
        height: 50px;
        width: auto
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content .h5,
    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content h5 {
        font-size: 19px;
        line-height: 29px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content p {
        font-size: 14px;
        line-height: 26px
    }

    .hire_dot_net_process .col-xl-3 {
        border-right: 1px solid #ececec
    }

    .hire_dot_net_process .col-xl-3:last-child,
    .hire_dot_net_process .col-xl-3:nth-child(2) {
        border-right: none
    }

    .hire_dot_net_process .col-xl-3:first-child,
    .hire_dot_net_process .col-xl-3:nth-child(2) {
        border-bottom: 1px solid #ececec
    }
}

@media(min-width:0px)and (max-width:666px) {
    .redefine_metaverse .redefine_meta_box {
        height: auto;
        margin-top: 0;
        padding: 20px 10px
    }

    .redefine_metaverse .redefine_meta_box .redefine_meta_content .h5,
    .redefine_metaverse .redefine_meta_box .redefine_meta_content h5 {
        margin-bottom: 10px
    }

    .redefine_metaverse .col-xl-4 {
        border-right: none
    }

    .redefine_metaverse .col-xl-4,
    .redefine_metaverse .col-xl-4:nth-child(4),
    .redefine_metaverse .col-xl-4:nth-child(5) {
        border-bottom: 1px solid #ececec
    }

    .redefine_metaverse .col-xl-4:last-child {
        border-bottom: none
    }

    .metaverse_num {
        padding: 25px 0
    }

    .metaverse_num .meta_num_box {
        margin-bottom: 20px;
        text-align: center
    }

    .metaverse_num .meta_num_box .meta_num_content p {
        font-size: 12px;
        line-height: 24px
    }

    .metaverse_num .col-xl-3,
    .metaverse_num .col-xl-3:last-child {
        border-right: none
    }

    .metaverse_services .metaverse_service_box {
        height: 310px;
        margin-bottom: 20px;
        padding: 25px 10px 0
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon {
        margin-bottom: 15px
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon svg {
        height: 40px;
        width: auto
    }

    .metaverse_services .metaverse_service_box .metaverse_service_content .h5,
    .metaverse_services .metaverse_service_box .metaverse_service_content h5 {
        height: auto;
        margin-bottom: 10px
    }

    .metaverse_toolkit .tech_stack_meta {
        flex-wrap: wrap
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item {
        flex: 0 0 33%;
        margin-bottom: 20px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img {
        margin-bottom: 10px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head .h6,
    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head h6 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 0
    }

    .custom_metaverse .custom_meta_box {
        padding: 20px 10px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex {
        margin-bottom: 15px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head {
        margin-left: 10px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head .h5,
    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head h5 {
        font-size: 17px;
        line-height: 28px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head .h5 br,
    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head h5 br {
        display: none
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_icon svg {
        height: 45px;
        width: auto
    }

    .custom_metaverse .custom_meta_box p {
        margin-bottom: 0
    }

    .custom_metaverse .col-xl-4 {
        border-bottom: 1px solid #ececec
    }

    .custom_metaverse .col-xl-4:last-child {
        border-bottom: none
    }

    .custom_metaverse .col-xl-4:first-child,
    .custom_metaverse .col-xl-4:nth-child(2) {
        border-bottom: 1px solid #ececec;
        border-right: none
    }

    .transform_metaverse {
        background-image: none !important;
        background: #fffaf9
    }

    .hire_dot_net_process .hire_dot_process_box {
        padding: 20px 0
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process-img {
        height: 80px;
        margin: 0 auto 15px;
        width: 80px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process-img svg {
        height: 40px;
        width: auto
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content .h5,
    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content h5 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .hire_dot_net_process .hire_dot_process_box .hire_dot_process_content p {
        font-size: 13px;
        line-height: 25px
    }

    .hire_dot_net_process .col-xl-3,
    .hire_dot_net_process .col-xl-3:last-child,
    .hire_dot_net_process .col-xl-3:nth-child(2) {
        border-right: none
    }

    .hire_dot_net_process .col-xl-3:first-child,
    .hire_dot_net_process .col-xl-3:nth-child(2),
    .hire_dot_net_process .col-xl-3:nth-child(3) {
        border-bottom: 1px solid #ececec
    }

    .hire_dot_net_process .col-xl-3:last-child {
        border-bottom: none
    }
}

@media(min-width:0px)and (max-width:360px) {
    .redefine_metaverse .redefine_meta_box {
        height: auto;
        margin-top: 0;
        padding: 20px 10px
    }

    .redefine_metaverse .col-xl-4 {
        border-right: none
    }

    .redefine_metaverse .col-xl-4,
    .redefine_metaverse .col-xl-4:nth-child(4),
    .redefine_metaverse .col-xl-4:nth-child(5) {
        border-bottom: 1px solid #ececec
    }

    .redefine_metaverse .col-xl-4:last-child {
        border-bottom: none
    }

    .metaverse_num {
        padding: 25px 0
    }

    .metaverse_num .meta_num_box {
        margin-bottom: 20px;
        text-align: center
    }

    .metaverse_num .meta_num_box .meta_num_content p {
        font-size: 12px;
        line-height: 24px
    }

    .metaverse_num .col-xl-3,
    .metaverse_num .col-xl-3:last-child {
        border-right: none
    }

    .metaverse_services .metaverse_service_box {
        height: 320px;
        margin-bottom: 20px;
        padding: 25px 10px 0
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon {
        margin-bottom: 15px
    }

    .metaverse_services .metaverse_service_box .metaverse_service_icon svg {
        height: 40px;
        width: auto
    }

    .metaverse_services .metaverse_service_box .metaverse_service_content .h5,
    .metaverse_services .metaverse_service_box .metaverse_service_content h5 {
        height: auto
    }

    .metaverse_toolkit .tech_stack_meta {
        flex-wrap: wrap
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img {
        margin-bottom: 10px
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_img .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head .h6,
    .metaverse_toolkit .tech_stack_meta .meta_stack_item .meta_stack_head h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0
    }

    .custom_metaverse .custom_meta_box {
        padding: 20px 10px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex {
        margin-bottom: 20px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_head {
        margin-left: 10px
    }

    .custom_metaverse .custom_meta_box .custom_meta_flex .custom_meta_icon svg {
        height: 45px;
        width: auto
    }

    .custom_metaverse .custom_meta_box p {
        margin-bottom: 0
    }

    .custom_metaverse .col-xl-4 {
        border-bottom: 1px solid #ececec
    }

    .custom_metaverse .col-xl-4:last-child {
        border-bottom: none
    }

    .custom_metaverse .col-xl-4:first-child,
    .custom_metaverse .col-xl-4:nth-child(2) {
        border-bottom: 1px solid #ececec;
        border-right: none
    }

    .transform_metaverse {
        background-image: none !important;
        background: #fffaf9
    }
}

.machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child,
.machine-learning-offer .offer-acc .accordion-item {
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #717783
}

.machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header,
.machine-learning-offer .offer-acc .accordion-item .accordion-header {
    background-color: transparent
}

.machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button,
.machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    border-top: 1px solid #ddd;
    box-shadow: unset;
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    line-height: 32px;
    padding: 30px 0
}

.machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button:after,
.machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button:after {
    background-color: #06dcbf;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: 50%;
    height: 35px;
    width: 35px
}

.machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-body,
.machine-learning-offer .offer-acc .accordion-item .accordion-body {
    padding: 0
}

.machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-body p,
.machine-learning-offer .offer-acc .accordion-item .accordion-body p {
    color: #898989
}

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

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
        line-height: 32px;
        padding: 25px 0
    }

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button:after,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button:after {
        height: 35px;
        width: 35px
    }
}

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

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
        line-height: 32px;
        padding: 25px 0
    }

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button:after,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button:after {
        height: 35px;
        width: 35px
    }
}

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

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button {
        font-size: 17px;
        line-height: 29px;
        padding: 25px 0
    }

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button:after,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button:after {
        height: 25px;
        width: 25px
    }
}

@media(min-width:900px)and (max-width:1199px) {

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
        line-height: 28px;
        padding: 20px 0
    }

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button:after,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button:after {
        height: 25px;
        width: 25px
    }
}

@media(min-width:667px)and (max-width:899px) {

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button {
        font-size: 15px;
        line-height: 27px;
        padding: 20px 0
    }

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button:after,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button:after {
        height: 20px;
        width: 20px
    }
}

@media(min-width:0px)and (max-width:666px) {

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button {
        font-size: 14px;
        line-height: 25px;
        padding: 20px 0
    }

    .machine-learning-offer .offer-acc .accordion-flush>.accordion-item:last-child .accordion-header .accordion-button:after,
    .machine-learning-offer .offer-acc .accordion-item .accordion-header .accordion-button:after {
        height: 20px;
        width: 20px
    }

    .machine-learning-offer .resp_order {
        order: 2
    }

    .machine-learning-offer .gatsby-image-wrapper {
        margin-top: 20px
    }
}

.service_usa.hire-ios-app-developers-banner {
    overflow: hidden
}

.service_usa.hire-ios-app-developers-banner .banenr_content {
    padding-right: 25px
}

.service_usa.hire-ios-app-developers-banner .banenr_content span {
    display: block;
    margin-bottom: 20px
}

.service_usa.hire-ios-app-developers-banner .image {
    align-items: end;
    display: flex;
    height: 100%;
    justify-content: end;
    margin-left: auto;
    max-width: 541px
}

@media screen and (max-width:1800px) {
    .service_usa.hire-ios-app-developers-banner .image {
        max-width: 460px
    }
}

@media screen and (max-width:1599px) {
    .service_usa.hire-ios-app-developers-banner .image {
        max-width: 420px
    }
}

@media screen and (max-width:1399px) {
    .service_usa.hire-ios-app-developers-banner .banenr_content span {
        margin-bottom: 15px
    }

    .service_usa.hire-ios-app-developers-banner .image {
        max-width: 350px
    }
}

@media screen and (max-width:1199px) {
    .service_usa.hire-ios-app-developers-banner .banenr_content {
        padding-right: 0
    }
}

@media screen and (max-width:767px) {
    .service_usa.hire-ios-app-developers-banner .banenr_content {
        padding-right: 0
    }

    .service_usa.hire-ios-app-developers-banner .image {
        margin-right: auto;
        margin-top: 30px
    }
}

@media screen and (max-width:500px) {
    .service_usa.hire-ios-app-developers-banner .banenr_content span {
        margin-bottom: 10px
    }

    .service_usa.hire-ios-app-developers-banner .image {
        margin-top: 0
    }
}

@media screen and (max-width:411px) {
    .service_usa.hire-ios-app-developers-banner .banenr_content .border_btn.web_case_btn {
        margin-left: 0
    }

    .service_usa.hire-ios-app-developers-banner .banenr_content .border_btn {
        margin-right: 10px
    }
}

.hire-ios-app-developers-talent .talent-tab {
    margin-top: 50px
}

.hire-ios-app-developers-talent .talent-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    margin: 3px;
    overflow: hidden
}

.hire-ios-app-developers-talent .talent-card .talent-info {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 85%, .5);
    display: flex;
    gap: 30px;
    padding: 25px
}

.hire-ios-app-developers-talent .talent-card .talent-info .content .h3,
.hire-ios-app-developers-talent .talent-card .talent-info .content h3 {
    color: #314252;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0
}

.hire-ios-app-developers-talent .talent-card .talent-info .content span {
    color: #898989;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0
}

.hire-ios-app-developers-talent .talent-card .talent-info .content .btn {
    border: 1px solid #06dcbf;
    border-radius: 20px;
    color: #06dcbf;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 20px;
    padding: 10px 15px
}

.hire-ios-app-developers-talent .talent-card .talent-info .content .btn:hover {
    background-color: #06dcbf;
    color: #fff
}

.hire-ios-app-developers-talent .talent-card .talent-skills {
    padding: 25px
}

.hire-ios-app-developers-talent .talent-card .talent-skills span {
    background-color: #f9f9f9;
    border: 1px solid #898989;
    border-radius: 20px;
    color: #898989;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 15px
}

.hire-ios-app-developers-talent .talent-card .talent-skills span:not(:last-child) {
    margin-right: 13px
}

.hire-ios-app-developers-talent .talent-card .talent-content {
    padding: 0 25px
}

.hire-ios-app-developers-talent .talent-card .talent-content p {
    color: #898989;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0
}

.hire-ios-app-developers-talent .talent-card .btn-wrap {
    padding: 25px
}

.hire-ios-app-developers-talent .talent-card .btn-wrap .btn-pri {
    justify-content: center;
    width: 100%
}

.hire-ios-app-developers-talent.hire-dot-net-talent .talent-card .talent-content p {
    height: 168px;
    overflow: auto;
    padding-right: 10px
}

.hire-ios-app-developers-talent.hire-dot-net-talent .talent-card .talent-content p::-webkit-scrollbar {
    width: 2px
}

.hire-ios-app-developers-talent.hire-dot-net-talent .talent-card .talent-content p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.hire-ios-app-developers-talent.hire-dot-net-talent .talent-card .talent-content p::-webkit-scrollbar-thumb {
    background-color: #06dcbf;
    min-height: 30px;
    outline: 0 solid #e2e2e2
}

@media screen and (max-width:1800px) {

    .hire-ios-app-developers-talent .talent-card .talent-info .content .h3,
    .hire-ios-app-developers-talent .talent-card .talent-info .content h3 {
        font-size: 20px
    }

    .hire-ios-app-developers-talent .talent-card .talent-content p {
        font-size: 15px;
        line-height: 1.5
    }

    .hire-ios-app-developers-talent.hire-dot-net-talent .talent-card .talent-content p {
        height: 135px;
        overflow: auto;
        padding-right: 10px
    }
}

@media screen and (max-width:1599px) {
    .hire-ios-app-developers-talent .talent-tab {
        margin-top: 40px
    }

    .hire-ios-app-developers-talent .talent-card .talent-info {
        gap: 20px;
        padding: 20px
    }

    .hire-ios-app-developers-talent .talent-card .talent-info .image {
        max-width: 100px
    }

    .hire-ios-app-developers-talent .talent-card .talent-info .content .h3,
    .hire-ios-app-developers-talent .talent-card .talent-info .content h3 {
        font-size: 20px
    }

    .hire-ios-app-developers-talent .talent-card .talent-info .content span {
        font-size: 14px;
        line-height: 1.5
    }

    .hire-ios-app-developers-talent .talent-card .talent-info .content .btn {
        font-size: 13px;
        margin-top: 15px;
        padding: 7px 10px
    }

    .hire-ios-app-developers-talent .talent-card .talent-skills {
        padding: 20px
    }

    .hire-ios-app-developers-talent .talent-card .talent-skills span {
        font-size: 13px;
        padding: 8px 10px
    }

    .hire-ios-app-developers-talent .talent-card .talent-skills span:not(:last-child) {
        margin-right: 10px
    }

    .hire-ios-app-developers-talent .talent-card .talent-content {
        padding: 0 20px
    }

    .hire-ios-app-developers-talent .talent-card .talent-content p {
        font-size: 15px
    }

    .hire-ios-app-developers-talent .talent-card .btn-wrap {
        padding: 20px
    }

    .hire-ios-app-developers-talent.hire-dot-net-talent .talent-card .talent-content p {
        height: 138px;
        overflow: auto;
        padding-right: 10px
    }
}

@media screen and (max-width:1399px) {
    .hire-ios-app-developers-talent .talent-tab {
        margin-top: 30px
    }

    .hire-ios-app-developers-talent .talent-card .talent-info .content .h3,
    .hire-ios-app-developers-talent .talent-card .talent-info .content h3 {
        font-size: 18px
    }

    .hire-ios-app-developers-talent .talent-card .talent-content p {
        font-size: 13px
    }

    .hire-ios-app-developers-talent.hire-dot-net-talent .talent-card .talent-content p {
        height: 117px;
        overflow: auto;
        padding-right: 10px
    }
}

@media screen and (max-width:1199px) {
    .hire-ios-app-developers-talent .talent-card .talent-info {
        gap: 15px;
        padding: 15px
    }

    .hire-ios-app-developers-talent .talent-card .talent-info .image {
        max-width: 90px
    }

    .hire-ios-app-developers-talent .talent-card .talent-info .content .h3,
    .hire-ios-app-developers-talent .talent-card .talent-info .content h3 {
        font-size: 18px
    }

    .hire-ios-app-developers-talent .talent-card .talent-info .content span {
        font-size: 13px
    }

    .hire-ios-app-developers-talent .talent-card .talent-info .content .btn {
        margin-top: 12px
    }

    .hire-ios-app-developers-talent .talent-card .talent-skills {
        padding: 15px
    }

    .hire-ios-app-developers-talent .talent-card .talent-content {
        padding: 0 15px
    }

    .hire-ios-app-developers-talent .talent-card .talent-content p {
        font-size: 13px
    }

    .hire-ios-app-developers-talent .talent-card .btn-wrap {
        padding: 15px
    }

    .hire-ios-app-developers-talent.hire-dot-net-talent .talent-card .talent-content p {
        height: 98px;
        overflow: auto;
        padding-right: 10px
    }
}

@media screen and (max-width:767px) {
    .hire-ios-app-developers-talent .talent-tab {
        margin-top: 20px
    }

    .hire-ios-app-developers-talent.hire-dot-net-talent .talent-card .talent-content p {
        height: 117px;
        overflow: auto;
        padding-right: 10px
    }
}

.hire-ios-app-developers-steps .steps-wrap {
    align-items: center;
    column-gap: 80px;
    display: grid;
    grid-template-areas: "contentLeft icons contentRight";
    grid-template-columns: 4fr auto 4fr;
    margin-top: 50px
}

.hire-ios-app-developers-steps .steps-wrap .num {
    grid-area: icons
}

.hire-ios-app-developers-steps .steps-wrap .num span {
    background-color: #06dcbf;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 60px;
    font-weight: 600;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px
}

.hire-ios-app-developers-steps .steps-wrap .num-image {
    grid-area: icons;
    grid-row: 1/11;
    justify-self: center
}

.hire-ios-app-developers-steps .steps-wrap .content .h3,
.hire-ios-app-developers-steps .steps-wrap .content h3 {
    color: #314252;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0
}

.hire-ios-app-developers-steps .steps-wrap .content p {
    color: #898989;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0
}

.hire-ios-app-developers-steps .steps-wrap .content-left {
    grid-area: contentLeft;
    text-align: right
}

.hire-ios-app-developers-steps .steps-wrap .content-right {
    grid-area: contentRight
}

.hire-ios-app-developers-steps .steps-wrap .content-one {
    grid-row: 1/3;
    position: relative;
    top: -13px
}

.hire-ios-app-developers-steps .steps-wrap .content-two {
    grid-row: 2/4;
    position: relative;
    top: -7px
}

.hire-ios-app-developers-steps .steps-wrap .content-three {
    grid-row: 3/5
}

.hire-ios-app-developers-steps .steps-wrap .content-four {
    grid-row: 4/6;
    position: relative;
    top: 7px
}

.hire-ios-app-developers-steps .steps-wrap .content-five {
    grid-row: 5/7;
    position: relative;
    top: 12px
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-left {
    grid-area: contentLeft;
    text-align: right
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-right {
    grid-area: contentRight
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-one {
    grid-row: 1/3;
    position: relative;
    top: -7px
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-two {
    grid-row: 2/4;
    position: relative;
    top: 8px
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-three {
    grid-row: 3/5;
    position: relative;
    top: 15px
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-four {
    grid-row: 4/6;
    position: relative;
    top: 30px
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-five {
    grid-row: 5/7;
    position: relative;
    top: 42px
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-six {
    grid-row: 6/9;
    position: relative;
    top: 18px
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-seven {
    grid-row: 8/10;
    position: relative;
    top: -5px
}

.hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-eight {
    grid-row: 9/11;
    position: relative;
    top: 7px
}

@media screen and (max-width:1800px) {
    .hire-ios-app-developers-steps .steps-wrap {
        column-gap: 50px
    }

    .hire-ios-app-developers-steps .steps-wrap .num-image svg {
        height: 550px;
        width: auto
    }

    .hire-ios-app-developers-steps .steps-wrap .content p {
        font-size: 16px;
        line-height: 32px
    }

    .hire-ios-app-developers-steps .steps-wrap .content-two {
        top: -4px
    }

    .hire-ios-app-developers-steps .steps-wrap .content-four {
        top: 5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-right {
        grid-area: contentRight
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num-image svg {
        height: 842px;
        width: auto
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-one {
        grid-row: 1/3;
        top: -5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-two {
        grid-row: 2/4;
        top: 8px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-three {
        grid-row: 3/5;
        top: 15px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-four {
        grid-row: 4/6;
        top: 30px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-five {
        grid-row: 5/7;
        top: 42px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-six {
        grid-row: 6/9;
        top: 18px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-seven {
        grid-row: 8/10;
        top: -5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-eight {
        grid-row: 9/11;
        top: 7px
    }
}

@media screen and (max-width:1599px) {
    .hire-ios-app-developers-steps .steps-wrap {
        column-gap: 50px;
        margin-top: 40px
    }

    .hire-ios-app-developers-steps .steps-wrap .content .h3,
    .hire-ios-app-developers-steps .steps-wrap .content h3 {
        font-size: 22px
    }

    .hire-ios-app-developers-steps .steps-wrap .content p {
        font-size: 15px;
        line-height: 1.5
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-right {
        grid-area: contentRight
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num-image svg {
        height: 842px;
        width: auto
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-one {
        grid-row: 1/3;
        top: -5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-two {
        grid-row: 2/4;
        top: 8px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-three {
        grid-row: 3/5;
        top: 15px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-four {
        grid-row: 4/6;
        top: 30px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-five {
        grid-row: 5/7;
        top: 42px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-six {
        grid-row: 6/9;
        top: 18px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-seven {
        grid-row: 8/10;
        top: -5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-eight {
        grid-row: 9/11;
        top: 7px
    }
}

@media screen and (max-width:1399px) {
    .hire-ios-app-developers-steps .steps-wrap {
        column-gap: 40px;
        margin-top: 30px
    }

    .hire-ios-app-developers-steps .steps-wrap .num-image svg {
        height: 480px
    }

    .hire-ios-app-developers-steps .steps-wrap .content .h3,
    .hire-ios-app-developers-steps .steps-wrap .content h3 {
        font-size: 21px
    }

    .hire-ios-app-developers-steps .steps-wrap .content-one {
        top: -11px
    }

    .hire-ios-app-developers-steps .steps-wrap .content-two {
        top: -5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-right {
        grid-area: contentRight
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num-image svg {
        height: 735px;
        width: auto
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-one {
        grid-row: 1/3;
        top: -5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-two {
        grid-row: 2/4;
        top: 8px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-three {
        grid-row: 3/5;
        top: 15px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-four {
        grid-row: 4/6;
        top: 25px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-five {
        grid-row: 5/7;
        top: 30px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-six {
        grid-row: 6/9;
        top: 18px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-seven {
        grid-row: 8/10;
        top: -5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-eight {
        grid-row: 9/11;
        top: 7px
    }
}

@media screen and (max-width:1199px) {
    .hire-ios-app-developers-steps .steps-wrap {
        column-gap: 25px
    }

    .hire-ios-app-developers-steps .steps-wrap .num-image svg {
        height: 390px
    }

    .hire-ios-app-developers-steps .steps-wrap .content .h3,
    .hire-ios-app-developers-steps .steps-wrap .content h3 {
        font-size: 19px
    }

    .hire-ios-app-developers-steps .steps-wrap .content p {
        font-size: 14px
    }

    .hire-ios-app-developers-steps .steps-wrap .content-one {
        top: -9px
    }

    .hire-ios-app-developers-steps .steps-wrap .content-four {
        top: 3px
    }

    .hire-ios-app-developers-steps .steps-wrap .content-five {
        top: 7px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-right {
        grid-area: contentRight
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num-image svg {
        height: 597px;
        width: auto
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-one {
        grid-row: 1/3;
        top: -5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-two {
        grid-row: 2/4;
        top: 8px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-three {
        grid-row: 3/5;
        top: 12px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-four {
        grid-row: 4/6;
        top: 18px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-five {
        grid-row: 5/7;
        top: 24px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-six {
        grid-row: 6/9;
        top: 14px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-seven {
        grid-row: 8/10;
        top: -5px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-eight {
        grid-row: 9/11;
        top: 7px
    }
}

@media screen and (max-width:991px) {
    .hire-ios-app-developers-steps .steps-wrap {
        column-gap: 15px;
        row-gap: 25px
    }

    .hire-ios-app-developers-steps .steps-wrap .num-image svg {
        height: 320px
    }

    .hire-ios-app-developers-steps .steps-wrap .content .h3,
    .hire-ios-app-developers-steps .steps-wrap .content h3 {
        font-size: 17px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-right {
        grid-area: contentRight
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num-image svg {
        height: 490px;
        width: auto
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-one {
        grid-row: 1/3;
        top: 10px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-two {
        grid-row: 2/4;
        top: 22px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-three {
        grid-row: 3/5;
        top: 26px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-four {
        grid-row: 4/6;
        top: 37px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-five {
        grid-row: 5/7;
        top: 32px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-six {
        grid-row: 6/9;
        top: 14px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-seven {
        grid-row: 8/10;
        top: 2px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-eight {
        grid-row: 9/11;
        top: -1px
    }
}

@media screen and (max-width:767px) {
    .hire-ios-app-developers-steps .steps-wrap {
        align-items: start;
        column-gap: 15px;
        grid-template-areas: "contentLeft contentRight";
        grid-template-columns: 1fr 1fr;
        margin-top: 20px;
        row-gap: 25px
    }

    .hire-ios-app-developers-steps .steps-wrap .num {
        margin-bottom: 15px
    }

    .hire-ios-app-developers-steps .steps-wrap .num span {
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }

    .hire-ios-app-developers-steps .steps-wrap .num.num-one span {
        background-color: #29becd
    }

    .hire-ios-app-developers-steps .steps-wrap .num.num-two span {
        background-color: #314252
    }

    .hire-ios-app-developers-steps .steps-wrap .num.num-three span {
        background-color: #06dcbf
    }

    .hire-ios-app-developers-steps .steps-wrap .num.num-four span {
        background-color: #ee4657
    }

    .hire-ios-app-developers-steps .steps-wrap .num.num-five span {
        background-color: #f1b31c
    }

    .hire-ios-app-developers-steps .steps-wrap .num-image svg {
        height: 320px
    }

    .hire-ios-app-developers-steps .steps-wrap .content {
        grid-area: inherit;
        grid-row: inherit
    }

    .hire-ios-app-developers-steps .steps-wrap .content .h3,
    .hire-ios-app-developers-steps .steps-wrap .content h3 {
        font-size: 17px
    }

    .hire-ios-app-developers-steps .steps-wrap .content-left {
        text-align: left
    }

    .hire-ios-app-developers-steps .steps-wrap .content-five,
    .hire-ios-app-developers-steps .steps-wrap .content-four,
    .hire-ios-app-developers-steps .steps-wrap .content-one,
    .hire-ios-app-developers-steps .steps-wrap .content-three,
    .hire-ios-app-developers-steps .steps-wrap .content-two {
        top: 0
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num {
        margin-bottom: 15px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num span {
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        width: 50px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num.num-one span {
        background-color: #06dcbf
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num.num-two span {
        background-color: #f1b31c
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num.num-three span {
        background-color: #9c450a
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num.num-four span {
        background-color: #1a826f
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num.num-five span {
        background-color: #32aed6
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num.num-six span {
        background-color: #314252
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num.num-seven span {
        background-color: #5a585a
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num.num-eight span {
        background-color: #ee4657
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .num-image svg {
        height: 320px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content {
        grid-area: inherit;
        grid-row: inherit
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content .h3,
    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content h3 {
        font-size: 17px
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-left {
        text-align: left
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-eight,
    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-five,
    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-four,
    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-one,
    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-seven,
    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-six,
    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-three,
    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-two {
        top: 0
    }
}

@media screen and (max-width:576px) {
    .hire-ios-app-developers-steps .steps-wrap {
        grid-template-areas: "contentLeft " "contentRight";
        grid-template-columns: 1fr
    }

    .hire-ios-app-developers-steps .steps-wrap .content-left,
    .hire-ios-app-developers-steps .steps-wrap .content-right {
        text-align: center
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap {
        grid-template-areas: "contentLeft " "contentRight";
        grid-template-columns: 1fr
    }

    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-left,
    .hire-ios-app-developers-steps.twod-game-steps .steps-wrap .content-right {
        text-align: center
    }
}

.hire-ios-app-developers-subbanner {
    background-size: cover;
    padding: 40px 0 20px
}

.hire-ios-app-developers-subbanner .content p {
    padding-right: 60px
}

@media screen and (max-width:1800px) {
    .hire-ios-app-developers-subbanner .content p {
        padding-right: 30px
    }

    .hire-ios-app-developers-subbanner .image {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px
    }
}

@media screen and (max-width:1599px) {
    .hire-ios-app-developers-subbanner .content p {
        padding-right: 20px
    }

    .hire-ios-app-developers-subbanner .image {
        max-width: 370px
    }
}

@media screen and (max-width:1399px) {
    .hire-ios-app-developers-subbanner .content p {
        padding-right: 0
    }

    .hire-ios-app-developers-subbanner .image {
        max-width: 370px
    }
}

@media screen and (max-width:767px) {
    .hire-ios-app-developers-subbanner .image {
        margin-top: 30px
    }
}

.trusted_ecommerce_web .trusted_ecomm_box {
    background: #314252;
    height: 100%;
    padding: 35px 40px
}

.trusted_ecommerce_web .trusted_ecomm_box .ecomm_title {
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

.trusted_ecommerce_web .trusted_ecomm_box .ecomm_box_content .h5,
.trusted_ecommerce_web .trusted_ecomm_box .ecomm_box_content h5 {
    color: #fff;
    margin-bottom: 10px
}

.trusted_ecommerce_web .trusted_ecomm_box .ecomm_box_content p {
    color: #fff;
    margin-bottom: 0
}

.trusted_ecommerce_web.ecommerce_why_choose .trusted_ecomm_box {
    padding: 35px 30px
}

.ecommerce_web_process .ecomm_process_box {
    background: #2e445d;
    height: 100%;
    padding: 40px 30px
}

.ecommerce_web_process .ecomm_process_box .ecomm_box_flex {
    align-items: start;
    display: flex;
    justify-content: space-between
}

.ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num {
    color: #c6c6c6;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px
}

.ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
.ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
    color: #fff;
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 0
}

.ecommerce_web_process .ecomm_process_box p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0
}

.ecommerce_web_process a.border_btn {
    background: #06dcbf;
    color: #fff
}

.ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
.ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
    font-size: 18px;
    line-height: 30px
}

.ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
    height: 50px;
    width: auto
}

.ecommerce_industries .ecommerce_industries_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    flex: 0 0 20%;
    padding: 40px 0;
    text-align: center;
    transition: .2s linear
}

.ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon {
    margin-bottom: 10px
}

.ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head .h5,
.ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head h5 {
    margin-bottom: 0
}

.ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:hover .ecommerce_indus_icon svg path {
    fill: #06dcbf;
    stroke: #06dcbf
}

.ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:hover .ecommerce_indus_head .h5,
.ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:hover .ecommerce_indus_head h5 {
    color: #06dcbf
}

.ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(5) {
    border-right: none
}

.ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(6) {
    border-left: 1px solid #ececec
}

.web_portal_industries .ecommerce_industries_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.web_portal_industries .ecommerce_industries_main .ecommerce_indus_item {
    border: 1px solid #ececec;
    flex: 0 0 25%;
    height: 191px;
    padding: 40px 0;
    text-align: center;
    transition: .2s linear
}

.web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon {
    margin-bottom: 10px
}

.web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head .h5,
.web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head h5 {
    margin-bottom: 0
}

.web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:hover .ecommerce_indus_icon svg path {
    fill: #06dcbf;
    stroke: #06dcbf
}

.web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:hover .ecommerce_indus_head .h5,
.web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:hover .ecommerce_indus_head h5 {
    color: #06dcbf
}

.web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:last-child,
.web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(5) {
    border-top: none
}

.webportal_diffrence ul li {
    color: #898989;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.webportal_diffrence ul li:before {
    background: #06dcbf;
    border-radius: 50px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 8px
}

@media(min-width:1600px)and (max-width:1800px) {
    .ecommerce_web_process .ecomm_process_box {
        height: 100%;
        padding: 35px 30px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num {
        font-size: 16px;
        margin-bottom: 10px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 17px;
        line-height: 29px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 50px;
        width: auto
    }

    .ecommerce_web_process .ecomm_process_box p {
        font-size: 15px;
        line-height: 30px
    }

    .ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 14px;
        line-height: 25px
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg,
    .ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 45px;
        width: auto
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .trusted_ecommerce_web .trusted_ecomm_box {
        height: 100%;
        padding: 35px 30px
    }

    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_title {
        font-size: 20px
    }

    .trusted_ecommerce_web.ecommerce_why_choose .trusted_ecomm_box {
        padding: 30px 25px
    }

    .ecommerce_web_process .ecomm_process_box {
        height: 100%;
        padding: 35px 25px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num {
        font-size: 15px;
        margin-bottom: 10px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 16px;
        line-height: 28px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 45px;
        width: auto
    }

    .ecommerce_web_process .ecomm_process_box p {
        font-size: 14px;
        line-height: 28px
    }

    .ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 13px;
        line-height: 24px
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg,
    .ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 40px;
        width: auto
    }

    .webportal_diffrence ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .webportal_diffrence ul li:before {
        height: 8px;
        top: 11px;
        width: 8px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .trusted_ecommerce_web .trusted_ecomm_box {
        height: 100%;
        padding: 30px 25px
    }

    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_title {
        font-size: 18px
    }

    .trusted_ecommerce_web.ecommerce_why_choose .trusted_ecomm_box {
        padding: 30px 20px
    }

    .ecommerce_web_process .ecomm_process_box {
        height: 100%;
        padding: 30px 20px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num {
        font-size: 14px;
        margin-bottom: 10px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 15px;
        line-height: 26px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 40px;
        width: auto
    }

    .ecommerce_web_process .ecomm_process_box p {
        font-size: 13px;
        line-height: 26px
    }

    .ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 13px;
        line-height: 24px
    }

    .ecommerce_web_process.woocommerce-web-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 35px;
        width: auto
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 14px;
        line-height: 24px
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 40px;
        width: auto
    }

    .web_portal_industries .ecommerce_industries_main {
        display: flex
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item {
        border: 1px solid #ececec;
        flex: 0 0 25%;
        height: 170px;
        padding: 40px 0
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon {
        margin-bottom: 10px
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon svg {
        height: 50px;
        width: auto
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:last-child,
    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(5) {
        border-top: none
    }

    .webportal_diffrence svg {
        height: 310px;
        width: auto
    }

    .webportal_diffrence ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .webportal_diffrence ul li:before {
        height: 8px;
        top: 11px;
        width: 8px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .trusted_ecommerce_web .trusted_ecomm_box {
        height: 100%;
        padding: 30px 25px
    }

    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_title {
        font-size: 17px
    }

    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_box_content .h5 br,
    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_box_content h5 br {
        display: none
    }

    .trusted_ecommerce_web.ecommerce_why_choose .trusted_ecomm_box {
        padding: 30px 20px
    }

    .ecommerce_web_process .ecomm_process_box {
        height: 100%;
        padding: 30px 20px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num {
        font-size: 16px;
        margin-bottom: 10px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 17px;
        line-height: 28px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 40px;
        width: auto
    }

    .ecommerce_web_process .ecomm_process_box p {
        font-size: 13px;
        line-height: 26px
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 14px;
        line-height: 24px
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 40px;
        width: auto
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item {
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec;
        flex: 0 0 20%;
        padding: 30px 0
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon {
        margin-bottom: 10px
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head .h5,
    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head h5 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(5) {
        border-right: none
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(6) {
        border-left: 1px solid #ececec
    }

    .web_portal_industries .ecommerce_industries_main {
        display: flex
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item {
        border: 1px solid #ececec;
        flex: 0 0 25%;
        height: 170px;
        padding: 30px 0
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon {
        margin-bottom: 10px
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon svg {
        height: 50px;
        width: auto
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:last-child,
    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(5) {
        border-top: none
    }

    .webportal_diffrence svg {
        height: 350px;
        width: auto
    }

    .webportal_diffrence ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .webportal_diffrence ul li:before {
        height: 7px;
        top: 9px;
        width: 7px
    }
}

@media(min-width:667px)and (max-width:900px) {
    .trusted_ecommerce_web .trusted_ecomm_box {
        height: 100%;
        padding: 30px 25px
    }

    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_title {
        font-size: 17px
    }

    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_box_content .h5 br,
    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_box_content h5 br {
        display: none
    }

    .trusted_ecommerce_web.ecommerce_why_choose .trusted_ecomm_box {
        padding: 30px 20px
    }

    .ecommerce_web_process .ecomm_process_box {
        height: 100%;
        padding: 30px 20px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num {
        font-size: 14px;
        margin-bottom: 10px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 15px;
        line-height: 26px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 40px;
        width: auto
    }

    .ecommerce_web_process .ecomm_process_box p {
        font-size: 13px;
        line-height: 26px
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 14px;
        line-height: 24px
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 40px;
        width: auto
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item {
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec;
        flex: 0 0 20%;
        padding: 30px 0
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon {
        margin-bottom: 10px
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head .h5,
    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head h5 {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(5) {
        border-right: none
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(6) {
        border-left: 1px solid #ececec
    }

    .web_portal_industries .ecommerce_industries_main {
        display: flex
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item {
        border: 1px solid #ececec;
        flex: 0 0 25%;
        height: 160px;
        padding: 30px 0
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon {
        margin-bottom: 10px
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon svg {
        height: 45px;
        width: auto
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:last-child,
    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(5) {
        border-top: none
    }

    .webportal_diffrence svg {
        height: 350px;
        width: auto
    }

    .webportal_diffrence ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .webportal_diffrence ul li:before {
        height: 7px;
        top: 9px;
        width: 7px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .trusted_ecommerce_web .trusted_ecomm_box {
        height: 100%;
        padding: 25px 15px
    }

    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_title {
        font-size: 15px
    }

    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_box_content .h5 br,
    .trusted_ecommerce_web .trusted_ecomm_box .ecomm_box_content h5 br {
        display: none
    }

    .trusted_ecommerce_web.ecommerce_why_choose {
        background-image: none !important;
        background: #060a0f
    }

    .trusted_ecommerce_web.ecommerce_why_choose .trusted_ecomm_box {
        padding: 25px 15px
    }

    .trusted_ecommerce_web.cms_path {
        background-image: none !important;
        background: #1a2f44
    }

    .ecommerce_web_process {
        background-image: none !important;
        background: #10334a
    }

    .ecommerce_web_process .ecomm_process_box {
        height: 100%;
        padding: 25px 15px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num {
        font-size: 14px;
        margin-bottom: 10px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 15px;
        line-height: 26px
    }

    .ecommerce_web_process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 35px;
        width: auto
    }

    .ecommerce_web_process .ecomm_process_box p {
        font-size: 13px;
        line-height: 26px
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecomm_num .h5,
    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecomm_num h5 {
        font-size: 13px;
        line-height: 23px
    }

    .ecommerce_web_process.b2b-process .ecomm_process_box .ecomm_box_flex .ecom_box_icon svg {
        height: 30px;
        width: auto
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item {
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec;
        flex: 0 0 50%;
        padding: 20px 0
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon {
        margin-bottom: 10px
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon svg {
        height: 35px
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head .h5,
    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head h5 {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(5) {
        border-right: 1px solid #ececec
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:last-child,
    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(2),
    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(4),
    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(6) {
        border-right: none
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(6) {
        border-left: none
    }

    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:last-child,
    .ecommerce_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(7) {
        border-bottom: none
    }

    .web_portal_industries .ecommerce_industries_main {
        display: flex
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item {
        border: 1px solid #ececec;
        flex: 0 0 50%;
        height: auto;
        padding: 20px 0
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head .h5,
    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_head h5 {
        font-size: 13px;
        line-height: 25px
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon {
        margin-bottom: 10px
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item .ecommerce_indus_icon svg {
        height: 35px;
        width: auto
    }

    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:last-child,
    .web_portal_industries .ecommerce_industries_main .ecommerce_indus_item:nth-child(5) {
        border-top: none
    }

    .webportal_diffrence svg {
        display: none
    }

    .webportal_diffrence ul {
        margin-bottom: 15px
    }

    .webportal_diffrence ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .webportal_diffrence ul li:before {
        height: 6px;
        top: 10px;
        width: 6px
    }
}

.blockchain_game_concept {
    background-position: 50%
}

.blockchain_game_concept ul {
    margin-top: 10px
}

.blockchain_game_concept ul li {
    color: #fff;
    padding-left: 25px;
    position: relative
}

.blockchain_game_concept ul li:before {
    background: #06dcbf;
    border-radius: 50px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 10px
}

.why_choose_game_web3 p {
    color: #898989
}

.why_choose_game_web3 ul {
    margin-bottom: 30px;
    margin-top: 10px
}

.why_choose_game_web3 ul li {
    color: #898989;
    padding-left: 20px;
    position: relative
}

.why_choose_game_web3 ul li:before {
    background: #06dcbf;
    border-radius: 50px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 8px
}

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

.web_game_techstack .web_game_tech_main .web_game_tech_item {
    text-align: center
}

.web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon {
    margin-bottom: 10px
}

.web_game_techstack .web_game_tech_main .web_game_tech_item .h5,
.web_game_techstack .web_game_tech_main .web_game_tech_item h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.web_genre_game .web_genre_img {
    position: relative
}

.web_genre_game .web_genre_img .web_genre_head {
    bottom: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.web_genre_game .web_genre_img .web_genre_head .h5,
.web_genre_game .web_genre_img .web_genre_head h5 {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center
}

@media(min-width:1600px)and (max-width:1800px) {
    .blockchain_game_concept {
        background-position: 50%
    }

    .blockchain_game_concept ul {
        margin-top: 10px
    }

    .blockchain_game_concept ul li {
        padding-left: 25px
    }

    .blockchain_game_concept ul li:before {
        height: 10px;
        top: 11px;
        width: 10px
    }

    .web_genre_game .web_genre_img .web_genre_head {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }

    .web_genre_game .web_genre_img .web_genre_head .h5,
    .web_genre_game .web_genre_img .web_genre_head h5 {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .blockchain_game_concept {
        background-position: 50%
    }

    .blockchain_game_concept ul {
        margin-top: 10px
    }

    .blockchain_game_concept ul li {
        padding-left: 25px
    }

    .blockchain_game_concept ul li:before {
        height: 10px;
        top: 11px;
        width: 10px
    }

    .web_game_techstack .web_game_tech_main {
        justify-content: space-between
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item {
        text-align: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon {
        margin-bottom: 10px
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon img {
        height: 70px;
        width: auto
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .h5,
    .web_game_techstack .web_game_tech_main .web_game_tech_item h5 {
        font-size: 17px;
        line-height: 27px
    }

    .web_genre_game .web_genre_img .web_genre_head {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }

    .web_genre_game .web_genre_img .web_genre_head .h5,
    .web_genre_game .web_genre_img .web_genre_head h5 {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .blockchain_game_concept {
        background-position: 50%
    }

    .blockchain_game_concept ul {
        margin-top: 10px
    }

    .blockchain_game_concept ul li {
        margin-bottom: 5px;
        padding-left: 25px
    }

    .blockchain_game_concept ul li:before {
        height: 8px;
        top: 11px;
        width: 8px
    }

    .why_choose_game_web3 ul {
        margin-bottom: 30px;
        margin-top: 10px
    }

    .why_choose_game_web3 ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .why_choose_game_web3 ul li:before {
        height: 7px;
        top: 11px;
        width: 7px
    }

    .web_game_techstack .web_game_tech_main {
        justify-content: space-between
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item {
        text-align: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon {
        margin-bottom: 10px
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon img {
        height: 60px;
        width: auto
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .h5,
    .web_game_techstack .web_game_tech_main .web_game_tech_item h5 {
        font-size: 15px;
        line-height: 25px
    }

    .web_genre_game .web_genre_img .web_genre_head {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }

    .web_genre_game .web_genre_img .web_genre_head .h5,
    .web_genre_game .web_genre_img .web_genre_head h5 {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .blockchain_game_concept {
        background-position: 50%
    }

    .blockchain_game_concept ul {
        margin-top: 10px
    }

    .blockchain_game_concept ul li {
        margin-bottom: 5px;
        padding-left: 25px
    }

    .blockchain_game_concept ul li:before {
        height: 7px;
        top: 9px;
        width: 7px
    }

    .why_choose_game_web3 ul {
        margin-bottom: 30px;
        margin-top: 10px
    }

    .why_choose_game_web3 ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .why_choose_game_web3 ul li:before {
        height: 7px;
        top: 9px;
        width: 7px
    }

    .web_game_techstack .web_game_tech_main {
        flex-wrap: wrap;
        justify-content: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item {
        flex: 0 0 20%;
        margin-bottom: 30px;
        text-align: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon {
        margin-bottom: 10px
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon img {
        height: 70px;
        width: auto
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .h5,
    .web_game_techstack .web_game_tech_main .web_game_tech_item h5 {
        font-size: 15px;
        line-height: 25px
    }

    .web_game_techstack.crm-tech-stack .web_game_tech_main .web_game_tech_item {
        flex: 0 0 16%;
        margin-bottom: 10px
    }

    .web_genre_game .web_genre_img .web_genre_head {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%)
    }

    .web_genre_game .web_genre_img .web_genre_head .h5,
    .web_genre_game .web_genre_img .web_genre_head h5 {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .blockchain_game_concept {
        background-position: 50%
    }

    .blockchain_game_concept ul {
        margin-top: 10px
    }

    .blockchain_game_concept ul li {
        margin-bottom: 5px;
        padding-left: 25px
    }

    .blockchain_game_concept ul li:before {
        height: 7px;
        top: 9px;
        width: 7px
    }

    .why_choose_game_web3 ul {
        margin-bottom: 30px;
        margin-top: 10px
    }

    .why_choose_game_web3 ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .why_choose_game_web3 ul li:before {
        height: 7px;
        top: 9px;
        width: 7px
    }

    .web_game_techstack .web_game_tech_main {
        flex-wrap: wrap;
        justify-content: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item {
        flex: 0 0 20%;
        margin-bottom: 30px;
        text-align: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon {
        margin-bottom: 10px
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon img {
        height: 70px;
        width: auto
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .h5,
    .web_game_techstack .web_game_tech_main .web_game_tech_item h5 {
        font-size: 13px;
        line-height: 24px
    }

    .web_game_techstack.crm-tech-stack .web_game_tech_main .web_game_tech_item {
        flex: 0 0 16%;
        margin-bottom: 10px
    }

    .web_genre_game .web_genre_img .web_genre_head {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%)
    }

    .web_genre_game .web_genre_img .web_genre_head .h5,
    .web_genre_game .web_genre_img .web_genre_head h5 {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .blockchain_game_concept {
        background-image: none !important;
        background: #314252
    }

    .blockchain_game_concept ul {
        margin-top: 10px
    }

    .blockchain_game_concept ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .blockchain_game_concept ul li:before {
        height: 6px;
        top: 9px;
        width: 6px
    }

    .why_choose_game_web3 ul {
        margin-bottom: 30px;
        margin-top: 10px
    }

    .why_choose_game_web3 ul li {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .why_choose_game_web3 ul li:before {
        height: 6px;
        top: 9px;
        width: 6px
    }

    .web_game_techstack .web_game_tech_main {
        flex-wrap: wrap;
        justify-content: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item {
        flex: 0 0 33.33333333%;
        margin-bottom: 30px;
        text-align: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon {
        margin-bottom: 10px
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon img {
        height: 50px;
        width: auto
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .h5,
    .web_game_techstack .web_game_tech_main .web_game_tech_item h5 {
        font-size: 12px;
        height: 44px;
        line-height: 22px
    }

    .web_game_techstack.crm-tech-stack .web_game_tech_main .web_game_tech_item {
        margin-bottom: 10px
    }

    .web_genre_game .web_genre_img .web_genre_head {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%)
    }

    .web_genre_game .web_genre_img .web_genre_head .h5,
    .web_genre_game .web_genre_img .web_genre_head h5 {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:360px) {
    .web_game_techstack .web_game_tech_main {
        flex-wrap: wrap;
        justify-content: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        text-align: center
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon {
        margin-bottom: 10px
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .web_game_tech_icon img {
        height: 50px;
        width: auto
    }

    .web_game_techstack .web_game_tech_main .web_game_tech_item .h5,
    .web_game_techstack .web_game_tech_main .web_game_tech_item h5 {
        font-size: 12px;
        height: auto;
        line-height: 22px
    }
}

.generative_ai_solutions {
    background: linear-gradient(94.33deg, #051c2a 13.32%, #0e344a 89.68%)
}

.generative_ai_solutions .h2,
.generative_ai_solutions h2 {
    color: #fff
}

.generative_ai_solutions .gen-sol-slider {
    padding-bottom: 50px
}

.generative_ai_solutions .gen-sol-slider .swiper-slide {
    height: auto
}

.generative_ai_solutions .gen-sol-slider .generative_ai_box {
    background-color: #2a4057;
    display: block;
    height: 100%;
    margin-bottom: 0;
    padding: 70px 40px
}

.generative_ai_solutions .gen-sol-slider .generative_ai_box .generative_ai_content .h5,
.generative_ai_solutions .gen-sol-slider .generative_ai_box .generative_ai_content h5,
.generative_ai_solutions .gen-sol-slider .generative_ai_box .generative_ai_content p {
    color: #fff
}

.generative_ai_solutions .gen-sol-slider .swiper-pagination {
    align-items: center;
    bottom: 0;
    display: flex;
    gap: 8px;
    justify-content: center
}

.generative_ai_solutions .gen-sol-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #d9d9d9;
    height: 10px;
    margin: 0 !important;
    opacity: 1;
    padding: 0;
    position: relative;
    width: 10px
}

.generative_ai_solutions .gen-sol-slider .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #314252;
    content: "";
    height: 6px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px
}

.generative_ai_solutions .gen-sol-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: unset;
    border: 1px solid #06dcbf;
    height: 22px;
    width: 22px
}

.generative_ai_solutions .gen-sol-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1
}

@media screen and (max-width:1800px) {
    .generative_ai_solutions .gen-sol-slider .generative_ai_box {
        padding: 60px 30px
    }
}

@media screen and (max-width:1599px) {
    .generative_ai_solutions .gen-sol-slider .generative_ai_box {
        padding: 55px 25px
    }
}

@media screen and (max-width:1399px) {
    .generative_ai_solutions .gen-sol-slider .generative_ai_box {
        padding: 50px 25px
    }
}

.streamline_cloud.nlp_advance_solution.generative-ai-subbanner {
    padding: 170px 0
}

@media screen and (max-width:1800px) {
    .streamline_cloud.nlp_advance_solution.generative-ai-subbanner {
        padding: 130px 0
    }
}

@media screen and (max-width:1599px) {
    .streamline_cloud.nlp_advance_solution.generative-ai-subbanner {
        padding: 100px 0
    }
}

@media screen and (max-width:1399px) {
    .streamline_cloud.nlp_advance_solution.generative-ai-subbanner {
        padding: 130px 0
    }
}

@media screen and (max-width:1199px) {
    .streamline_cloud.nlp_advance_solution.generative-ai-subbanner {
        padding: 80px 0
    }
}

@media screen and (max-width:666px) {
    .streamline_cloud.nlp_advance_solution.generative-ai-subbanner {
        padding: 40px 0
    }
}

.cost-of-mobile-development .grid-container {
    border: 1px solid #ececec;
    border-radius: 10px;
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    margin-top: 30px;
    overflow: auto;
    padding: 0;
    word-break: break-word
}

.cost-of-mobile-development .grid-container p {
    color: #898989
}

.cost-of-mobile-development .border_grey {
    border-right: 1px solid #ececec
}

.cost-of-mobile-development .grid-container>div,
.cost-of-mobile-development p {
    padding: 40px
}

.cost-of-mobile-development .mobile-header {
    color: #314252
}

.cost-of-mobile-development .bg-pale-white {
    background: #f9f9f9
}

.cost-of-mobile-development .content p {
    color: #898989;
    padding: 0
}

.cost-of-mobile-development .header-head {
    color: #314252;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px
}

.cost-of-mobile-development .flex_num {
    align-items: center;
    display: flex;
    justify-content: center
}

.cost-of-mobile-development .header {
    border-right: 1px solid #ececec;
    color: #314252;
    font-size: clamp(1.5rem, 1.5rem + .5vw, 1rem);
    font-weight: 700;
    padding: 63px 73px
}

@media(max-width:1024px) {
    .cost-of-mobile-development .header {
        padding: 30px
    }
}

.cost-of-mobile-development .description {
    font-weight: 700
}

.cost-of-mobile-development .aspects {
    grid-column: span 3
}

.cost-of-mobile-development .aspects ol li {
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px
}

@media(max-width:1600px) {
    .cost-of-mobile-development .grid-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 0
    }

    .cost-of-mobile-development .grid-container>div,
    .cost-of-mobile-development p {
        padding: 25px
    }

    .cost-of-mobile-development .header {
        font-size: clamp(1.2em, 1.2rem + .5vw, 1rem)
    }

    .cost-of-mobile-development .header-head {
        font-size: 20px;
        line-height: 30px
    }

    .cost-of-mobile-development .aspects {
        grid-column: span 3
    }

    .cost-of-mobile-development .aspects ol {
        padding-left: 15px
    }

    .cost-of-mobile-development .aspects ol li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
}

@media(max-width:1200px) {
    .cost-of-mobile-development .grid-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 0
    }

    .cost-of-mobile-development .grid-container>div,
    .cost-of-mobile-development p {
        padding: 25px
    }

    .cost-of-mobile-development .header {
        font-size: clamp(1.2em, 1.2rem + .5vw, 1rem)
    }
}

@media(max-width:992px) {
    .cost-of-mobile-development .grid-container {
        grid-template-columns: 1fr;
        margin: 0 auto 10px;
        padding: 0;
        width: 95%
    }

    .cost-of-mobile-development .aspects {
        grid-column: span 1
    }

    .cost-of-mobile-development .aspects ol li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .cost-of-mobile-development .description,
    .cost-of-mobile-development .header,
    .cost-of-mobile-development .header:nth-child(2),
    .cost-of-mobile-development .header:nth-child(3),
    .cost-of-mobile-development .header:nth-child(4) {
        grid-column: span 1
    }

    .cost-of-mobile-development .header {
        display: none
    }

    .cost-of-mobile-development .header.show_mobile {
        display: block
    }

    .cost-of-mobile-development .border_grey {
        border-right: none
    }

    .cost-of-mobile-development .header-head {
        font-size: 20px;
        line-height: 30px
    }

    .header {
        font-size: clamp(1.2em, 1.2rem + .5vw, 1rem)
    }
}

@media(max-width:768px) {
    .cost-of-mobile-development .mobile-header {
        margin-bottom: 0;
        padding: 20px 15px 0
    }

    .cost-of-mobile-development .aspects {
        grid-column: span 1
    }

    .cost-of-mobile-development .aspects ol {
        padding-left: 15px
    }

    .cost-of-mobile-development .aspects ol li {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 6px
    }

    .cost-of-mobile-development .grid-container>div,
    .cost-of-mobile-development p {
        margin-bottom: 5px;
        padding: 20px 15px
    }

    .cost-of-mobile-development .header-head {
        font-size: 18px;
        line-height: 28px
    }

    .cost-of-mobile-development .flex_num {
        justify-content: start
    }

    .cost-of-mobile-development .header {
        font-size: clamp(1.2em, 1.2rem + .5vw, 1rem)
    }
}

@media(min-width:993px) {
    .cost-of-mobile-development .mobile-header {
        display: none
    }
}

.cms_service_workflow .cms-service-box {
    background: #f8f8fb;
    height: 100%;
    padding: 30px 20px;
    position: relative
}

.cms_service_workflow .cms-service-box .cms-service-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.cms_service_workflow .cms-service-box .cms-service-flex .num {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

.cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon {
    position: absolute;
    right: 20px;
    top: 20px
}

.cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon svg {
    height: 40px;
    width: auto
}

.cms_service_workflow .cms-service-box .cms-service-flex .cms-service-head .h5,
.cms_service_workflow .cms-service-box .cms-service-flex .cms-service-head h5 {
    margin-bottom: 10px
}

.cms_service_workflow .cms-service-box p {
    color: #898989;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0
}

.client_cms .client_logo_main {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.client_cms .client_logo_main .client_logo_item {
    align-items: center;
    border: 1px solid #ececec;
    display: flex;
    flex: 0 0 25%;
    height: 200px;
    justify-content: center;
    text-align: center
}

.client_cms .client_logo_main .client_logo_item .client_logo_icon .gatsby-image-wrapper img {
    filter: grayscale(100%);
    transition: all .25s ease-in
}

.client_cms .client_logo_main .client_logo_item .client_logo_icon:hover .gatsby-image-wrapper img {
    filter: grayscale(0)
}

@media(min-width:1400px)and (max-width:1599px) {
    .cms_service_workflow .cms-service-box {
        height: 100%;
        padding: 30px 20px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .num {
        font-size: 20px;
        margin-bottom: 10px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon {
        right: 20px;
        top: 20px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon svg {
        height: 35px;
        width: auto
    }

    .cms_service_workflow .cms-service-box p {
        font-size: 15px;
        line-height: 27px
    }

    .client_cms .client_logo_main {
        display: flex
    }

    .client_cms .client_logo_main .client_logo_item {
        flex: 0 0 25%;
        height: 180px
    }

    .client_cms .client_logo_main .client_logo_item .client_logo_icon .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .cms_service_workflow .cms-service-box {
        height: 100%;
        padding: 30px 20px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .num {
        font-size: 18px;
        margin-bottom: 10px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon {
        right: 20px;
        top: 20px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon svg {
        height: 25px;
        width: auto
    }

    .cms_service_workflow .cms-service-box p {
        font-size: 14px;
        line-height: 26px
    }

    .client_cms .client_logo_main {
        display: flex
    }

    .client_cms .client_logo_main .client_logo_item {
        flex: 0 0 25%;
        height: 180px
    }

    .client_cms .client_logo_main .client_logo_item .client_logo_icon .gatsby-image-wrapper img {
        height: 55px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .client_cms .client_logo_main {
        display: flex
    }

    .client_cms .client_logo_main .client_logo_item {
        flex: 0 0 25%;
        height: 180px
    }

    .client_cms .client_logo_main .client_logo_item .client_logo_icon .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .cms_service_workflow .cms-service-box {
        height: 100%;
        padding: 30px 20px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .num {
        font-size: 18px;
        margin-bottom: 10px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon {
        right: 20px;
        top: 20px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon svg {
        height: 35px;
        width: auto
    }

    .cms_service_workflow .cms-service-box p {
        font-size: 14px;
        line-height: 26px
    }

    .client_cms .client_logo_main {
        display: flex
    }

    .client_cms .client_logo_main .client_logo_item {
        flex: 0 0 33.33%;
        height: 180px
    }

    .client_cms .client_logo_main .client_logo_item .client_logo_icon .gatsby-image-wrapper img {
        height: 55px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .cms_service_workflow .cms-service-box {
        height: 100%;
        padding: 25px 20px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .num {
        font-size: 17px;
        margin-bottom: 10px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon {
        right: 20px;
        top: 20px
    }

    .cms_service_workflow .cms-service-box .cms-service-flex .cms-service-icon svg {
        height: 30px;
        width: auto
    }

    .cms_service_workflow .cms-service-box p {
        font-size: 13px;
        line-height: 25px
    }

    .client_cms .client_logo_main {
        display: flex
    }

    .client_cms .client_logo_main .client_logo_item {
        flex: 0 0 50%;
        height: 150px
    }

    .client_cms .client_logo_main .client_logo_item .client_logo_icon {
        padding: 0 30px
    }
}

.websecurity_efficient .swiper-slide {
    height: auto
}

.websecurity_efficient .web-security-box {
    background: #2e445d;
    height: 100%;
    padding: 30px 25px
}

.websecurity_efficient .web-security-box .web-security-icon {
    margin-bottom: 10px
}

.websecurity_efficient .web-security-box .web-security_content .h5,
.websecurity_efficient .web-security-box .web-security_content h5 {
    color: #fff
}

.websecurity_efficient .web-security-box .web-security_content p {
    margin-bottom: 0
}

.websecurity_efficient .web-security-box .web-security_content ul li {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.websecurity_efficient .web-security-box .web-security_content ul li:before {
    background: #fff;
    border-radius: 50px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px
}

.why_choose_webapp {
    background-position: 50%
}

.why_choose_webapp .why-choose-web-main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.why_choose_webapp .why-choose-web-main .why-choose-item {
    flex: 0 0 32.33%;
    margin: 0 0 20px
}

.why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box {
    background: #2e445d;
    height: 100%;
    padding: 30px 25px
}

.why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .num {
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

.why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .why-choose-content .h5,
.why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .why-choose-content h5 {
    color: #fff;
    margin-bottom: 10px
}

.why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .why-choose-content p {
    color: #fff;
    margin-bottom: 0
}

@media(min-width:1600px)and (max-width:1800px) {
    .websecurity_efficient .web-security-box {
        height: 100%;
        padding: 30px 25px
    }

    .websecurity_efficient .web-security-box .web-security-icon {
        margin-bottom: 10px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li:before {
        height: 5px;
        left: 0;
        top: 11px;
        width: 5px
    }

    .websecurity_efficient.threed-partner .web-security-box .web-security-icon svg {
        height: 75px;
        width: auto
    }

    .why_choose_webapp {
        background-position: 50%
    }

    .why_choose_webapp .why-choose-web-main {
        gap: 20px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item {
        flex: 0 0 31.33%;
        margin: 0 0 20px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box {
        height: 100%;
        padding: 30px 25px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .num {
        font-size: 22px;
        margin-bottom: 10px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .websecurity_efficient .web-security-box {
        height: 100%;
        padding: 30px 25px
    }

    .websecurity_efficient .web-security-box .web-security-icon {
        margin-bottom: 10px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li:before {
        height: 5px;
        left: 0;
        top: 11px;
        width: 5px
    }

    .websecurity_efficient.threed-partner .web-security-box .web-security-icon svg {
        height: 70px;
        width: auto
    }

    .why_choose_webapp {
        background-position: 50%
    }

    .why_choose_webapp .why-choose-web-main {
        gap: 20px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item {
        flex: 0 0 31.33%;
        margin: 0 0 20px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box {
        height: 100%;
        padding: 30px 25px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .num {
        font-size: 20px;
        margin-bottom: 10px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .websecurity_efficient .web-security-box {
        height: 100%;
        padding: 25px 20px
    }

    .websecurity_efficient .web-security-box .web-security-icon {
        margin-bottom: 10px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li:before {
        height: 5px;
        left: 0;
        top: 10px;
        width: 5px
    }

    .websecurity_efficient.threed-partner .web-security-box .web-security-icon svg {
        height: 60px;
        width: auto
    }

    .why_choose_webapp {
        background-position: 50%
    }

    .why_choose_webapp .why-choose-web-main {
        gap: 15px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item {
        flex: 0 0 32.33%;
        margin: 0 0 20px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box {
        height: 100%;
        padding: 25px 20px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .num {
        font-size: 18px;
        margin-bottom: 10px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .websecurity_efficient .web-security-box {
        height: 100%;
        padding: 25px 20px
    }

    .websecurity_efficient .web-security-box .web-security-icon {
        margin-bottom: 10px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li:before {
        height: 5px;
        left: 0;
        top: 10px;
        width: 5px
    }

    .websecurity_efficient.threed-partner .web-security-box .web-security-icon svg {
        height: 50px;
        width: auto
    }

    .why_choose_webapp {
        background-position: 50%
    }

    .why_choose_webapp .why-choose-web-main {
        gap: 15px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item {
        flex: 0 0 48.33%;
        margin: 0 0 15px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box {
        height: 100%;
        padding: 25px 20px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .num {
        font-size: 17px;
        margin-bottom: 10px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .websecurity_efficient .web-security-box {
        height: 100%;
        padding: 25px 20px
    }

    .websecurity_efficient .web-security-box .web-security-icon {
        margin-bottom: 10px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li:before {
        height: 5px;
        left: 0;
        top: 9px;
        width: 5px
    }

    .websecurity_efficient.threed-partner .web-security-box .web-security-icon svg {
        height: 50px;
        width: auto
    }

    .why_choose_webapp {
        background-position: 50%
    }

    .why_choose_webapp .why-choose-web-main {
        gap: 15px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item {
        flex: 0 0 48.33%;
        margin: 0 0 15px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box {
        height: 100%;
        padding: 25px 20px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .num {
        font-size: 17px;
        margin-bottom: 10px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .websecurity_efficient .web-security-box {
        height: 100%;
        padding: 20px 15px
    }

    .websecurity_efficient .web-security-box .web-security-icon {
        margin-bottom: 10px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 5px;
        padding-left: 15px
    }

    .websecurity_efficient .web-security-box .web-security_content ul li:before {
        height: 4px;
        left: 0;
        top: 10px;
        width: 4px
    }

    .websecurity_efficient.threed-partner .web-security-box .web-security-icon svg {
        height: 35px;
        width: auto
    }

    .why_choose_webapp {
        background-image: none !important;
        background: #000
    }

    .why_choose_webapp .why-choose-web-main {
        gap: 0
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item {
        flex: 0 0 100%;
        margin: 0 0 15px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box {
        height: 100%;
        padding: 20px 15px
    }

    .why_choose_webapp .why-choose-web-main .why-choose-item .why-choose-box .num {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.Robustand.aos-robustand .robustscroll .robust-box {
    height: 420px
}

@media screen and (max-width:1800px) {
    .Robustand.aos-robustand .robustscroll .robust-box {
        height: 420px
    }
}

@media screen and (max-width:1599px) {
    .Robustand.aos-robustand .robustscroll .robust-box {
        height: 380px
    }
}

@media screen and (max-width:1399px) {
    .Robustand.aos-robustand .robustscroll .robust-box {
        height: 360px
    }
}

@media screen and (max-width:1199px) {
    .Robustand.aos-robustand .robustscroll .robust-box {
        height: 340px
    }
}

@media screen and (max-width:991px) {
    .Robustand.aos-robustand .robustscroll .robust-box {
        height: 210px
    }
}

@media screen and (max-width:767px) {
    .Robustand.aos-robustand .robustscroll .robust-box {
        height: auto
    }
}

.partner_tekrevol .agyency-paetrner-box {
    background: #f8f8fb;
    height: 100%;
    overflow: hidden;
    padding: 50px 30px;
    position: relative;
    transition: all .15s ease-in;
    z-index: 1
}

.partner_tekrevol .agyency-paetrner-box:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    border-radius: 18px;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.995);
    transition: inherit;
    width: 100%;
    z-index: -1
}

.partner_tekrevol .agyency-paetrner-box .partner-box-flex {
    display: flex;
    justify-content: space-between
}

.partner_tekrevol .agyency-paetrner-box .partner-box-flex .num {
    color: #314252;
    font-family: poppins, sans-serif;
    font-size: 22px;
    font-weight: 600
}

.partner_tekrevol .agyency-paetrner-box .partner-content p {
    color: #898989;
    margin-bottom: 0
}

.partner_tekrevol .agyency-paetrner-box:hover {
    border-radius: 15px
}

.partner_tekrevol .agyency-paetrner-box:hover:before {
    opacity: 1
}

.partner_tekrevol .agyency-paetrner-box:hover .partner-box-flex .num,
.partner_tekrevol .agyency-paetrner-box:hover .partner-content .h5,
.partner_tekrevol .agyency-paetrner-box:hover .partner-content h5,
.partner_tekrevol .agyency-paetrner-box:hover .partner-content p {
    color: #fff
}

.benefits_partner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.benefits_partner a.border_btn {
    background: #06dcbf;
    color: #fff
}

.benefits_partner .benefits-box {
    border: 1px solid #999;
    border-radius: 20px;
    height: 100%;
    padding: 40px 30px
}

.benefits_partner .benefits-box .benefits-icon {
    margin-bottom: 10px
}

.benefits_partner .benefits-box .h5,
.benefits_partner .benefits-box h5 {
    color: #fff
}

.benefits_partner .benefits-box p {
    color: #fff;
    margin-bottom: 0
}

.agency_get_started {
    padding-bottom: 0 !important
}

.agency_get_started .get-absolute {
    bottom: 70px;
    position: absolute
}

@media(min-width:1200px)and (max-width:1399px) {
    .partner_tekrevol .agyency-paetrner-box {
        height: 100%;
        padding: 40px 25px
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex {
        display: flex;
        justify-content: space-between
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex .partner-icon svg {
        height: 35px
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex .num {
        font-size: 17px
    }

    .benefits_partner .benefits-box {
        height: 100%;
        padding: 35px 25px
    }

    .benefits_partner .benefits-box .benefits-icon {
        margin-bottom: 10px
    }

    .agency_get_started .get-absolute {
        bottom: 50px
    }

    .amplify_brand .h6,
    .amplify_brand h6 {
        font-size: 16px;
        line-height: 28px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .partner_tekrevol .agyency-paetrner-box {
        height: 100%;
        padding: 35px 20px
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex {
        display: flex;
        justify-content: space-between
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex .partner-icon svg {
        height: 30px
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex .num {
        font-size: 16px
    }

    .benefits_partner .benefits-box {
        height: 100%;
        padding: 35px 20px
    }

    .benefits_partner .benefits-box .benefits-icon {
        margin-bottom: 10px
    }

    .agency_get_started .get-absolute {
        bottom: 10px
    }

    .amplify_brand .h6,
    .amplify_brand h6 {
        font-size: 15px;
        line-height: 27px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .partner_tekrevol .agyency-paetrner-box {
        height: 100%;
        padding: 30px 20px
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex {
        display: flex;
        justify-content: space-between
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex .partner-icon svg {
        height: 30px
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex .num {
        font-size: 16px
    }

    .benefits_partner .benefits-box {
        height: 100%;
        padding: 30px 20px
    }

    .benefits_partner .benefits-box .benefits-icon {
        margin-bottom: 10px
    }

    .agency_get_started {
        background: #314252;
        padding-bottom: 30px !important;
        position: relative
    }

    .agency_get_started .sub-image {
        display: none
    }

    .agency_get_started .get-absolute {
        bottom: 0;
        position: relative
    }

    .amplify_brand .h6,
    .amplify_brand h6 {
        font-size: 15px;
        line-height: 27px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .service_usa.agency-banner {
        background-image: none !important;
        background: #09274f
    }

    .partner_tekrevol .agyency-paetrner-box {
        height: 100%;
        padding: 25px 20px
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex {
        display: flex;
        justify-content: space-between
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex .partner-icon svg {
        height: 30px
    }

    .partner_tekrevol .agyency-paetrner-box .partner-box-flex .num {
        font-size: 15px
    }

    .benefits_partner .benefits-box {
        height: 100%;
        padding: 25px 20px
    }

    .benefits_partner .benefits-box .benefits-icon {
        margin-bottom: 10px
    }

    .agency_get_started {
        background: #314252;
        padding-bottom: 30px !important;
        position: relative
    }

    .agency_get_started .sub-image {
        display: none
    }

    .agency_get_started .get-absolute {
        bottom: 0;
        position: relative
    }

    .amplify_brand .h6,
    .amplify_brand h6 {
        font-size: 13px;
        line-height: 25px
    }
}

.seo_company p {
    color: #898989
}

.seo_company ul {
    margin-bottom: 20px;
    margin-top: 10px
}

.seo_company ul li {
    color: #898989;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}

.seo_company ul li:before {
    background: #06dcbf;
    border-radius: 50px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 7px
}

.seo_google_search .search_svg {
    margin-bottom: 10px;
    text-align: center
}

.seo_results .seo-result-main {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center
}

.seo_results .seo-result-main .seo-result-item {
    flex: 0 0 24%;
    margin-bottom: 20px;
    position: relative
}

.seo_results .seo-result-main .seo-result-item:after {
    align-items: center;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: 40% !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='20' fill='none' viewBox='0 0 32 20'%3E%3Cpath fill='%23314252' d='M30.884 10.884a1.25 1.25 0 0 0 0-1.768l-7.955-7.955A1.25 1.25 0 1 0 21.16 2.93L28.232 10l-7.07 7.071a1.25 1.25 0 1 0 1.767 1.768l7.955-7.955ZM0 11.25h30v-2.5H0v2.5Z'/%3E%3C/svg%3E");
    background-color: #fff;
    border-radius: 50px;
    content: "";
    display: flex;
    height: 60px;
    justify-content: center;
    left: -37px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 1
}

.seo_results .seo-result-main .seo-result-item:first-child:after,
.seo_results .seo-result-main .seo-result-item:nth-child(5):after {
    display: none
}

.seo_results .seo-result-main .seo-result-item .seo-result-box {
    background: #f3f3f3;
    height: 100%;
    padding: 40px 25px;
    position: relative;
    text-align: center
}

.seo_results .seo-result-main .seo-result-item .seo-result-box p {
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0
}

.seo_results .seo-result-main .seo-result-item .seo-result-box .seo-num {
    align-items: center;
    background: #fff;
    border-radius: 50px;
    color: #06dcbf;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    height: 80px;
    justify-content: center;
    margin: 0 auto 10px;
    width: 80px
}

.seo_results.vendor-portal-process .seo-result-main .seo-result-item {
    flex: 0 0 32%
}

.seo_results.vendor-portal-process .seo-result-main .seo-result-item:after {
    box-shadow: 3px 6px 10px rgba(0, 0, 0, .07)
}

.seo_results.vendor-portal-process .seo-result-main .seo-result-item:nth-child(4):after {
    display: none
}

.seo_results.vendor-portal-process .seo-result-main .seo-result-item:nth-child(5):after {
    display: block
}

.seo_results.vendor-portal-process .seo-result-main .seo-result-item .seo-result-box {
    background: #fff;
    text-align: left
}

.seo_results.vendor-portal-process .seo-result-main .seo-result-item .seo-result-box .seo-num {
    background: transparent;
    display: block;
    height: unset;
    margin: unset;
    width: unset
}

.immersive_unreal_game .unreal_game_main {
    display: flex;
    flex-wrap: wrap
}

.immersive_unreal_game .unreal_game_main .unreal_game_item {
    flex: 0 0 25%;
    margin-bottom: 30px;
    text-align: center
}

.immersive_unreal_game .unreal_game_main .unreal_game_item:last-child(),
.immersive_unreal_game .unreal_game_main .unreal_game_item:nth-child(5),
.immersive_unreal_game .unreal_game_main .unreal_game_item:nth-child(6),
.immersive_unreal_game .unreal_game_main .unreal_game_item:nth-child(7) {
    margin-bottom: 0
}

.immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon {
    align-items: center;
    border: 2px solid #06dcbf;
    display: flex;
    height: 150px;
    justify-content: center;
    margin: 0 auto 10px;
    width: 150px
}

.immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_head .h5,
.immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_head h5 {
    color: #fff;
    margin-bottom: 0
}

@media(min-width:1600px)and (max-width:1800px) {
    .seo_results .seo-result-main {
        gap: 15px
    }

    .seo_results .seo-result-main .seo-result-item {
        flex: 0 0 24%;
        margin-bottom: 20px
    }

    .seo_results .seo-result-main .seo-result-item:after {
        background-size: 40% !important;
        height: 60px;
        left: -37px;
        top: 50%;
        width: 60px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box {
        height: 100%;
        padding: 40px 25px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box p {
        font-size: 15px;
        line-height: 25px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box .seo-num {
        font-size: 23px;
        height: 70px;
        width: 70px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .seo_company ul li {
        margin-bottom: 5px
    }

    .seo_company ul li:before {
        height: 7px;
        top: 13px;
        width: 7px
    }

    .seo_results .seo-result-main {
        gap: 15px
    }

    .seo_results .seo-result-main .seo-result-item {
        flex: 0 0 24%;
        margin-bottom: 20px
    }

    .seo_results .seo-result-main .seo-result-item:after {
        background-size: 35% !important;
        height: 50px;
        left: -37px;
        top: 50%;
        width: 50px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box {
        height: 100%;
        padding: 35px 20px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box p {
        font-size: 14px;
        line-height: 24px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box .seo-num {
        font-size: 22px;
        height: 60px;
        width: 60px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item {
        flex: 0 0 25%;
        margin-bottom: 30px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon {
        height: 130px;
        width: 130px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon svg {
        height: 75px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .seo_company ul {
        margin-bottom: 10px
    }

    .seo_company ul li {
        margin-bottom: 5px
    }

    .seo_company ul li:before {
        height: 6px;
        top: 12px;
        width: 6px
    }

    .seo_google_search .search_svg {
        margin-bottom: 10px;
        text-align: center
    }

    .seo_results .seo-result-main {
        gap: 10px
    }

    .seo_results .seo-result-main .seo-result-item {
        flex: 0 0 24%;
        margin-bottom: 20px
    }

    .seo_results .seo-result-main .seo-result-item:after {
        background-size: 35% !important;
        height: 45px;
        left: -28px;
        top: 50%;
        width: 45px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box {
        height: 100%;
        padding: 30px 20px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box p {
        font-size: 13px;
        line-height: 23px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box .seo-num {
        font-size: 20px;
        height: 50px;
        width: 50px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item {
        flex: 0 0 25%;
        margin-bottom: 30px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon {
        height: 110px;
        width: 110px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon svg {
        height: 60px;
        width: auto
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .seo_company ul {
        margin-bottom: 10px
    }

    .seo_company ul li {
        margin-bottom: 5px
    }

    .seo_company ul li:before {
        height: 6px;
        top: 10px;
        width: 6px
    }

    .seo_google_search .search_svg {
        margin-bottom: 10px;
        text-align: center
    }

    .seo_results .seo-result-main {
        gap: 10px
    }

    .seo_results .seo-result-main .seo-result-item {
        flex: 0 0 32%;
        margin-bottom: 20px
    }

    .seo_results .seo-result-main .seo-result-item:first-child:after,
    .seo_results .seo-result-main .seo-result-item:last-child:after,
    .seo_results .seo-result-main .seo-result-item:nth-child(4):after {
        display: none
    }

    .seo_results .seo-result-main .seo-result-item:nth-child(5):after {
        display: block
    }

    .seo_results .seo-result-main .seo-result-item:after,
    .seo_results .seo-result-main .seo-result-item:nth-child(5):after {
        background-size: 35% !important;
        height: 45px;
        left: -28px;
        top: 50%;
        width: 45px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box {
        height: 100%;
        padding: 30px 20px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box p {
        font-size: 13px;
        line-height: 23px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box .seo-num {
        font-size: 20px;
        height: 50px;
        width: 50px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item {
        flex: 0 0 25%;
        margin-bottom: 30px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon {
        height: 110px;
        width: 110px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon svg {
        height: 60px;
        width: auto
    }
}

@media(min-width:768px)and (max-width:991px) {
    .seo_company ul {
        margin-bottom: 10px
    }

    .seo_company ul li {
        margin-bottom: 5px
    }

    .seo_company ul li:before {
        height: 6px;
        top: 10px;
        width: 6px
    }

    .seo_google_search .search_svg {
        margin-bottom: 10px;
        text-align: center
    }

    .seo_results .seo-result-main {
        gap: 10px
    }

    .seo_results .seo-result-main .seo-result-item {
        flex: 0 0 32%;
        margin-bottom: 20px
    }

    .seo_results .seo-result-main .seo-result-item:first-child:after,
    .seo_results .seo-result-main .seo-result-item:last-child:after,
    .seo_results .seo-result-main .seo-result-item:nth-child(4):after {
        display: none
    }

    .seo_results .seo-result-main .seo-result-item:nth-child(5):after {
        display: block
    }

    .seo_results .seo-result-main .seo-result-item:after,
    .seo_results .seo-result-main .seo-result-item:nth-child(5):after {
        background-size: 35% !important;
        height: 45px;
        left: -28px;
        top: 50%;
        width: 45px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box {
        height: 100%;
        padding: 30px 20px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box p {
        font-size: 13px;
        line-height: 23px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box .seo-num {
        font-size: 20px;
        height: 50px;
        width: 50px
    }

    .seo_results.vendor-portal-process .seo-result-main .seo-result-item {
        flex: 0 0 48%
    }

    .seo_results.vendor-portal-process .seo-result-main .seo-result-item:nth-child(4):after {
        display: block
    }

    .seo_results.vendor-portal-process .seo-result-main .seo-result-item:nth-child(3):after,
    .seo_results.vendor-portal-process .seo-result-main .seo-result-item:nth-child(5):after {
        display: none
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item {
        flex: 0 0 33.33%;
        margin-bottom: 30px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon {
        height: 110px;
        width: 110px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon svg {
        height: 60px;
        width: auto
    }
}

@media(min-width:576px)and (max-width:767px) {
    .seo_company ul {
        margin-bottom: 10px
    }

    .seo_company ul li {
        margin-bottom: 5px
    }

    .seo_company ul li:before {
        height: 6px;
        top: 10px;
        width: 6px
    }

    .seo_google_search .search_svg {
        margin-bottom: 10px;
        text-align: center
    }

    .seo_results .seo-result-main {
        gap: 10px
    }

    .seo_results .seo-result-main .seo-result-item {
        flex: 0 0 32%;
        margin-bottom: 20px
    }

    .seo_results .seo-result-main .seo-result-item:first-child:after,
    .seo_results .seo-result-main .seo-result-item:last-child:after,
    .seo_results .seo-result-main .seo-result-item:nth-child(4):after {
        display: none
    }

    .seo_results .seo-result-main .seo-result-item:nth-child(5):after {
        display: block
    }

    .seo_results .seo-result-main .seo-result-item:after,
    .seo_results .seo-result-main .seo-result-item:nth-child(5):after {
        background-size: 35% !important;
        height: 45px;
        left: -28px;
        top: 50%;
        width: 45px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box {
        height: 100%;
        padding: 30px 20px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box p {
        font-size: 13px;
        line-height: 23px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box .seo-num {
        font-size: 20px;
        height: 50px;
        width: 50px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item {
        flex: 0 0 33.33%;
        margin-bottom: 30px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon {
        height: 110px;
        width: 110px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon svg {
        height: 60px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:575px) {
    .seo_company ul {
        margin-bottom: 10px
    }

    .seo_company ul li {
        margin-bottom: 5px;
        padding-left: 15px
    }

    .seo_company ul li:before {
        height: 5px;
        top: 11px;
        width: 5px
    }

    .seo_google_search .search_svg {
        margin-bottom: 10px;
        text-align: center
    }

    .seo_google_search .search_svg svg {
        height: 130px;
        width: auto
    }

    .seo_results .seo-result-main {
        gap: 0
    }

    .seo_results .seo-result-main .seo-result-item {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .seo_results .seo-result-main .seo-result-item:first-child:after {
        display: none
    }

    .seo_results .seo-result-main .seo-result-item:last-child:after,
    .seo_results .seo-result-main .seo-result-item:nth-child(4):after,
    .seo_results .seo-result-main .seo-result-item:nth-child(5):after,
    .seo_results .seo-result-main .seo-result-item:nth-child(6):after {
        background-size: 35% !important;
        display: block;
        height: 40px;
        left: 50%;
        right: 50%;
        top: -55px;
        transform: translate(-50%, 50%) rotate(90deg);
        width: 40px
    }

    .seo_results .seo-result-main .seo-result-item:after {
        background-size: 30% !important;
        height: 40px;
        left: 50%;
        right: 50%;
        top: -55px;
        transform: translate(-50%, 50%) rotate(90deg);
        width: 40px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box {
        height: 100%;
        padding: 25px 15px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box p {
        font-size: 13px;
        line-height: 23px
    }

    .seo_results .seo-result-main .seo-result-item .seo-result-box .seo-num {
        font-size: 17px;
        height: 40px;
        width: 40px
    }

    .seo_results.vendor-portal-process .seo-result-main {
        gap: 0
    }

    .seo_results.vendor-portal-process .seo-result-main .seo-result-item {
        flex: 0 0 100%
    }

    .seo_results.vendor-portal-process .seo-result-main .seo-result-item:nth-child(4):after,
    .seo_results.vendor-portal-process .seo-result-main .seo-result-item:nth-child(5):after {
        display: block
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon {
        height: 90px;
        width: 90px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon svg {
        height: 45px;
        width: auto
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_head .h5,
    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_head h5 {
        font-size: 15px;
        line-height: 26px
    }
}

@media(min-width:0px)and (max-width:360px) {
    .immersive_unreal_game .unreal_game_main .unreal_game_item {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon {
        height: 90px;
        width: 90px
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_game_icon svg {
        height: 45px;
        width: auto
    }

    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_head .h5,
    .immersive_unreal_game .unreal_game_main .unreal_game_item .unreal_head h5 {
        font-size: 15px;
        line-height: 26px
    }
}

.comprehensive_unity .compre-main {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.comprehensive_unity .compre-main .compre-item {
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    flex: 0 0 50%
}

.comprehensive_unity .compre-main .compre-item:last-child,
.comprehensive_unity .compre-main .compre-item:nth-child(2) {
    border-right: none
}

.comprehensive_unity .compre-main .compre-item:last-child,
.comprehensive_unity .compre-main .compre-item:nth-child(3) {
    border-bottom: none
}

.comprehensive_unity .compre-main .compre-item .compre-box {
    padding: 20px 30px
}

.comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex {
    align-items: center;
    display: flex
}

.comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-title {
    color: #f8f8f8;
    font-family: Poppins, sans-serif;
    font-size: 70px;
    font-weight: 700
}

.comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-head {
    margin-left: 10px
}

.comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-head .h5,
.comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-head h5 {
    margin-bottom: 0
}

.comprehensive_unity .compre-main .compre-item .compre-box p {
    color: #898989;
    margin-bottom: 0
}

.rating_unity .rating-num-main {
    justify-content: space-between
}

.rating_unity .rating-num-main,
.rating_unity .rating-num-main .rating-item .rating-flex {
    align-items: center;
    display: flex
}

.rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content {
    margin-left: 10px
}

.rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content .h4,
.rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content h4 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0
}

.rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.ready_unity_game {
    aspect-ratio: 1920/691
}

.ready_unity_game a.border_btn {
    background: #06dcbf;
    color: #fff
}

.ready_unity_game.elevate_game {
    aspect-ratio: 1920/674
}

.ready_unity_game.standout_game {
    aspect-ratio: 1920/700
}

.unity_game_journey .journey-box {
    background: #fff;
    border: 1px solid #ececec;
    height: 100%;
    padding: 40px 20px
}

.unity_game_journey .journey-box .journey-flex {
    align-items: center;
    display: flex;
    margin-bottom: 15px
}

.unity_game_journey .journey-box .journey-flex .num {
    align-items: center;
    background: #06dcbf;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 700;
    height: 35px;
    justify-content: center;
    width: 35px
}

.unity_game_journey .journey-box .journey-flex .journey-head {
    margin-left: 10px
}

.unity_game_journey .journey-box .journey-flex .journey-head .h5,
.unity_game_journey .journey-box .journey-flex .journey-head h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0
}

.unity_game_journey .journey-box p {
    color: #898989
}

.multi_platform_unity .multi-platform-main {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.multi_platform_unity .multi-platform-main .multi-platform-item {
    position: relative
}

.multi_platform_unity .multi-platform-main .multi-platform-item:first-child:after {
    display: none
}

.multi_platform_unity .multi-platform-main .multi-platform-item:after {
    background: #0d558a;
    content: "";
    height: 180px;
    left: -150px;
    position: absolute;
    top: 0;
    width: 1px
}

.multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon {
    margin-bottom: 10px
}

.multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon svg {
    height: 116px;
    width: auto
}

.multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-head {
    text-align: center
}

.multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-head .h4,
.multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-head h4 {
    color: #fff;
    margin-bottom: 0
}

.why_choose_unity .why-choose-box {
    background: #f6f6f6;
    height: 100%;
    padding: 40px 25px
}

.why_choose_unity .why-choose-box .num {
    color: #d7dee3;
    font-family: Poppins, sans-serif;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px
}

.why_choose_unity .why-choose-box .why-choose-content p {
    color: #898989;
    margin-bottom: 0
}

.diverse_portfolio .portfolio-main {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 40px
}

.diverse_portfolio .portfolio-main .portfolio-item {
    flex: 0 0 16%
}

.diverse_portfolio .portfolio-main .portfolio-item .portfolio-box {
    background: #f7f7f8;
    border: 1px solid #ececec;
    border-radius: 6px;
    height: 250px;
    position: relative;
    text-align: center;
    transition: all 1s
}

.diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 20%;
    transform: translate(-50%, -50%)
}

.diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle {
    align-items: center;
    background: #fbfcfd;
    border: 1px solid #ececec;
    border-radius: 100px;
    box-shadow: 2px 4px 18px rgba(0, 0, 0, .04);
    display: flex;
    height: 180px;
    justify-content: center;
    transition: all .3s ease-in-out;
    width: 180px
}

.diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle svg {
    height: 90px;
    transform: scale(1);
    transition: all .3s ease-in-out;
    width: auto
}

.diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head .h5,
.diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head h5 {
    font-size: 19px;
    height: 58px;
    line-height: 29px;
    margin-bottom: 0
}

.diverse_portfolio .portfolio-main .portfolio-item .portfolio-box:hover .portfolio-icon .portfolio-circle svg {
    transform: scale(1.1)
}

.tech_stack_threed .tech-stack-main {
    align-items: center;
    display: flex;
    gap: 10px
}

.tech_stack_threed .tech-stack-main .teck-stack-item {
    flex: 0 0 14%;
    text-align: center
}

.tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon {
    margin-bottom: 10px
}

.tech_stack_threed .tech-stack-main .teck-stack-item .h6,
.tech_stack_threed .tech-stack-main .teck-stack-item h6 {
    color: #898989;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

@media(min-width:1600px)and (max-width:1800px) {
    .comprehensive_unity .compre-main {
        align-items: center;
        display: flex;
        flex-wrap: wrap
    }

    .comprehensive_unity .compre-main .compre-item {
        flex: 0 0 50%
    }

    .comprehensive_unity .compre-main .compre-item .compre-box {
        padding: 20px
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex {
        align-items: center;
        display: flex
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-title {
        font-size: 60px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-icon svg {
        height: 85px;
        width: auto
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content {
        margin-left: 10px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content .h4,
    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content h4 {
        font-size: 50px;
        line-height: 60px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content p {
        font-size: 15px;
        line-height: 25px
    }

    .unity_game_journey .journey-box {
        height: 100%;
        padding: 40px 20px
    }

    .unity_game_journey .journey-box .journey-flex {
        margin-bottom: 15px
    }

    .unity_game_journey .journey-box .journey-flex .num {
        font-size: 17px;
        height: 35px;
        width: 35px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head {
        margin-left: 10px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head .h5,
    .unity_game_journey .journey-box .journey-flex .journey-head h5 {
        font-size: 20px;
        line-height: 30px
    }

    .diverse_portfolio .portfolio-main {
        margin-top: 40px
    }

    .diverse_portfolio .portfolio-main .portfolio-item {
        flex: 0 0 16%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box {
        height: 250px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon {
        top: 20%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle {
        height: 160px;
        width: 160px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle svg {
        height: 80px;
        width: auto
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head .h5,
    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head h5 {
        font-size: 16px;
        height: auto;
        line-height: 26px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .comprehensive_unity .compre-main {
        align-items: center;
        display: flex;
        flex-wrap: wrap
    }

    .comprehensive_unity .compre-main .compre-item {
        flex: 0 0 50%
    }

    .comprehensive_unity .compre-main .compre-item .compre-box {
        padding: 20px 15px
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex {
        align-items: center;
        display: flex
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-title {
        font-size: 55px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-icon svg {
        height: 75px;
        width: auto
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content {
        margin-left: 10px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content .h4,
    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content h4 {
        font-size: 40px;
        line-height: 50px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content p {
        font-size: 14px;
        line-height: 24px
    }

    .unity_game_journey .journey-box {
        height: 100%;
        padding: 40px 20px
    }

    .unity_game_journey .journey-box .journey-flex {
        margin-bottom: 15px
    }

    .unity_game_journey .journey-box .journey-flex .num {
        font-size: 16px;
        height: 30px;
        width: 30px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head {
        margin-left: 10px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head .h5,
    .unity_game_journey .journey-box .journey-flex .journey-head h5 {
        font-size: 18px;
        line-height: 28px
    }

    .diverse_portfolio .portfolio-main {
        margin-top: 30px
    }

    .diverse_portfolio .portfolio-main .portfolio-item {
        flex: 0 0 16%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box {
        height: 230px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon {
        top: 20%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle {
        height: 140px;
        width: 140px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle svg {
        height: 70px;
        width: auto
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head .h5,
    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head h5 {
        font-size: 15px;
        height: auto;
        line-height: 25px
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item {
        flex: 0 0 14%;
        text-align: center
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon {
        margin-bottom: 10px
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon .gatsby-image-wrapper img {
        height: 75px;
        width: auto
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .h6,
    .tech_stack_threed .tech-stack-main .teck-stack-item h6 {
        font-size: 17px;
        line-height: 27px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .comprehensive_unity .compre-main {
        align-items: center;
        display: flex;
        flex-wrap: wrap
    }

    .comprehensive_unity .compre-main .compre-item {
        flex: 0 0 50%
    }

    .comprehensive_unity .compre-main .compre-item .compre-box {
        padding: 20px 37px
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex {
        align-items: center;
        display: flex
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-title {
        font-size: 50px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-icon svg {
        height: 65px;
        width: auto
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content {
        margin-left: 10px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content .h4,
    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content h4 {
        font-size: 35px;
        line-height: 45px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content p {
        font-size: 13px;
        line-height: 23px
    }

    .unity_game_journey .journey-box {
        height: 100%;
        padding: 30px 20px
    }

    .unity_game_journey .journey-box .journey-flex {
        margin-bottom: 10px
    }

    .unity_game_journey .journey-box .journey-flex .num {
        font-size: 15px;
        height: 30px;
        width: 30px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head {
        margin-left: 10px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head .h5,
    .unity_game_journey .journey-box .journey-flex .journey-head h5 {
        font-size: 16px;
        line-height: 26px
    }

    .ready_unity_game .h2,
    .ready_unity_game h2,
    .ready_unity_game.elevate_game .h2,
    .ready_unity_game.elevate_game h2 {
        margin-top: 30px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item:after {
        height: 130px;
        left: -115px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon {
        margin-bottom: 10px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon svg {
        height: 90px;
        width: auto
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-head {
        text-align: center
    }

    .why_choose_unity .why-choose-box {
        height: 100%;
        padding: 30px 20px
    }

    .why_choose_unity .why-choose-box .num {
        color: #d7dee3;
        font-size: 40px
    }

    .diverse_portfolio .portfolio-main {
        margin-top: 30px
    }

    .diverse_portfolio .portfolio-main .portfolio-item {
        flex: 0 0 16%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box {
        height: 210px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon {
        top: 20%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle {
        height: 120px;
        width: 120px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle svg {
        height: 60px;
        width: auto
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head .h5,
    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head h5 {
        font-size: 13px;
        height: 46px;
        line-height: 23px
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item {
        flex: 0 0 14%;
        gap: 6px;
        text-align: center
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon {
        margin-bottom: 10px
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .h6,
    .tech_stack_threed .tech-stack-main .teck-stack-item h6 {
        font-size: 15px;
        line-height: 25px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .comprehensive_unity .compre-main {
        align-items: center;
        display: flex;
        flex-wrap: wrap
    }

    .comprehensive_unity .compre-main .compre-item {
        flex: 0 0 50%
    }

    .comprehensive_unity .compre-main .compre-item .compre-box {
        padding: 20px 40px
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex {
        align-items: center;
        display: flex
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-title {
        font-size: 45px
    }

    .rating_unity .rating-num-main {
        flex-wrap: wrap;
        justify-content: unset
    }

    .rating_unity .rating-num-main .rating-item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-icon svg {
        height: 65px;
        width: auto
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content {
        margin-left: 10px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content .h4,
    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content h4 {
        font-size: 35px;
        line-height: 45px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content p {
        font-size: 13px;
        line-height: 23px
    }

    .unity_game_journey .journey-box {
        height: 100%;
        padding: 30px 20px
    }

    .unity_game_journey .journey-box .journey-flex {
        margin-bottom: 10px
    }

    .unity_game_journey .journey-box .journey-flex .num {
        font-size: 15px;
        height: 30px;
        width: 30px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head {
        margin-left: 10px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head .h5,
    .unity_game_journey .journey-box .journey-flex .journey-head h5 {
        font-size: 16px;
        line-height: 26px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item:after {
        height: 130px;
        left: -75px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon {
        margin-bottom: 10px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon svg {
        height: 90px;
        width: auto
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-head {
        text-align: center
    }

    .why_choose_unity .why-choose-box {
        height: 100%;
        padding: 30px 20px
    }

    .why_choose_unity .why-choose-box .num {
        font-size: 40px
    }

    .diverse_portfolio .portfolio-main {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0
    }

    .diverse_portfolio .portfolio-main .portfolio-item {
        flex: 0 0 24%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box {
        height: 210px;
        margin-bottom: 20px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon {
        top: 20%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle {
        height: 120px;
        width: 120px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle svg {
        height: 60px;
        width: auto
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head .h5,
    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head h5 {
        font-size: 13px;
        height: 46px;
        line-height: 23px
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item {
        flex: 0 0 14%;
        gap: 6px;
        text-align: center
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon {
        margin-bottom: 10px
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .h6,
    .tech_stack_threed .tech-stack-main .teck-stack-item h6 {
        font-size: 13px;
        line-height: 23px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .comprehensive_unity .compre-main {
        align-items: center;
        display: flex;
        flex-wrap: wrap
    }

    .comprehensive_unity .compre-main .compre-item {
        flex: 0 0 50%
    }

    .comprehensive_unity .compre-main .compre-item .compre-box {
        padding: 20px 25px
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex {
        align-items: center;
        display: flex
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-title {
        font-size: 40px
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-head .h5,
    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-head h5 {
        font-size: 14px;
        line-height: 24px
    }

    .rating_unity .rating-num-main {
        flex-wrap: wrap;
        justify-content: unset
    }

    .rating_unity .rating-num-main .rating-item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-icon svg {
        height: 55px;
        width: auto
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content {
        margin-left: 10px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content .h4,
    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content h4 {
        font-size: 30px;
        line-height: 40px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content p {
        font-size: 13px;
        line-height: 23px
    }

    .unity_game_journey .journey-box {
        height: 100%;
        padding: 30px 20px
    }

    .unity_game_journey .journey-box .journey-flex {
        margin-bottom: 10px
    }

    .unity_game_journey .journey-box .journey-flex .num {
        font-size: 15px;
        height: 30px;
        width: 30px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head {
        margin-left: 10px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head .h5,
    .unity_game_journey .journey-box .journey-flex .journey-head h5 {
        font-size: 15px;
        line-height: 25px
    }

    .ready_unity_game {
        aspect-ratio: 1920/691
    }

    .ready_unity_game .h2,
    .ready_unity_game h2 {
        margin-top: 25px
    }

    .ready_unity_game.elevate_game {
        aspect-ratio: 1920/674
    }

    .ready_unity_game.elevate_game .h2,
    .ready_unity_game.elevate_game h2 {
        margin-top: 20px
    }

    .ready_unity_game.elavate_threed {
        aspect-ratio: unset;
        background-image: none !important;
        background: #000d37;
        padding: 30px 0
    }

    .ready_unity_game.elavate_threed .h2,
    .ready_unity_game.elavate_threed h2 {
        margin-top: 0
    }

    .ready_unity_game.standout_game {
        aspect-ratio: unset;
        background-image: none !important;
        background: #0a2e48;
        padding: 30px 0
    }

    .ready_unity_game.standout_game .h2,
    .ready_unity_game.standout_game h2 {
        margin-top: 0
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item:after {
        height: 120px;
        left: -75px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon {
        margin-bottom: 10px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon svg {
        height: 80px;
        width: auto
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-head {
        text-align: center
    }

    .why_choose_unity .why-choose-box {
        height: 100%;
        padding: 30px 20px
    }

    .why_choose_unity .why-choose-box .num {
        font-size: 35px
    }

    .diverse_portfolio .portfolio-main {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0
    }

    .diverse_portfolio .portfolio-main .portfolio-item {
        flex: 0 0 23%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box {
        height: 200px;
        margin-bottom: 20px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon {
        top: 20%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle {
        height: 120px;
        width: 120px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle svg {
        height: 60px;
        width: auto
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head .h5,
    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head h5 {
        font-size: 13px;
        height: 46px;
        line-height: 23px
    }

    .tech_stack_threed .tech-stack-main {
        flex-wrap: wrap;
        justify-content: center
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item {
        flex: 0 0 23%;
        gap: 6px;
        margin-bottom: 20px;
        text-align: center
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon {
        margin-bottom: 10px
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon .gatsby-image-wrapper img {
        height: 60px;
        width: auto
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .h6,
    .tech_stack_threed .tech-stack-main .teck-stack-item h6 {
        font-size: 13px;
        line-height: 23px
    }
}

@media(min-width:0px)and (max-width:767px) {
    .comprehensive_unity .compre-main {
        align-items: center;
        display: flex;
        flex-wrap: wrap
    }

    .comprehensive_unity .compre-main .compre-item {
        border-right: none;
        flex: 0 0 100%
    }

    .comprehensive_unity .compre-main .compre-item:first-child,
    .comprehensive_unity .compre-main .compre-item:last-child,
    .comprehensive_unity .compre-main .compre-item:nth-child(2),
    .comprehensive_unity .compre-main .compre-item:nth-child(3) {
        border-right: none
    }

    .comprehensive_unity .compre-main .compre-item:nth-child(3) {
        border-bottom: 1px solid #d4d4d4
    }

    .comprehensive_unity .compre-main .compre-item:last-child {
        border-bottom: none
    }

    .comprehensive_unity .compre-main .compre-item .compre-box {
        padding: 20px 10px
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex {
        align-items: center;
        display: flex
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-title {
        font-size: 30px
    }

    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-head .h5,
    .comprehensive_unity .compre-main .compre-item .compre-box .compre-unity-flex .compre-head h5 {
        font-size: 13px;
        line-height: 23px
    }

    .rating_unity .rating-num-main {
        flex-wrap: wrap;
        justify-content: unset
    }

    .rating_unity .rating-num-main .rating-item {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-icon svg {
        height: 50px;
        width: auto
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content {
        margin-left: 10px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content .h4,
    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content h4 {
        font-size: 25px;
        line-height: 35px
    }

    .rating_unity .rating-num-main .rating-item .rating-flex .rating-unity-content p {
        font-size: 13px;
        line-height: 23px
    }

    .unity_game_journey .journey-box {
        height: 100%;
        padding: 30px 20px
    }

    .unity_game_journey .journey-box .journey-flex {
        margin-bottom: 10px
    }

    .unity_game_journey .journey-box .journey-flex .num {
        font-size: 15px;
        height: 30px;
        width: 30px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head {
        margin-left: 10px
    }

    .unity_game_journey .journey-box .journey-flex .journey-head .h5,
    .unity_game_journey .journey-box .journey-flex .journey-head h5 {
        font-size: 15px;
        line-height: 25px
    }

    .ready_unity_game {
        aspect-ratio: unset;
        background-image: none !important;
        background: #000d37;
        padding: 30px 0
    }

    .ready_unity_game .h2,
    .ready_unity_game h2 {
        margin-top: 0
    }

    .ready_unity_game.elevate_game {
        aspect-ratio: unset;
        background-image: none !important;
        background: #030f23
    }

    .ready_unity_game.elevate_game .h2,
    .ready_unity_game.elevate_game h2 {
        margin-top: 0
    }

    .ready_unity_game.elavate_threed {
        aspect-ratio: unset;
        background-image: none !important;
        background: #000d37
    }

    .ready_unity_game.elavate_threed .h2,
    .ready_unity_game.elavate_threed h2 {
        margin-top: 0
    }

    .ready_unity_game.standout_game {
        background-image: none !important;
        background: #0a2e48;
        padding: 30px 0
    }

    .multi_platform_unity .multi-platform-main {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item:after {
        display: none
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon {
        margin-bottom: 10px
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-icon svg {
        height: 70px;
        width: auto
    }

    .multi_platform_unity .multi-platform-main .multi-platform-item .multi-platform-head {
        text-align: center
    }

    .why_choose_unity .why-choose-box {
        height: 100%;
        padding: 20px 15px
    }

    .why_choose_unity .why-choose-box .num {
        font-size: 30px
    }

    .diverse_portfolio .portfolio-main {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
        margin-top: 0
    }

    .diverse_portfolio .portfolio-main .portfolio-item {
        flex: 0 0 47%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box {
        height: 180px;
        margin: 0 auto 20px;
        width: 180px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon {
        display: flex;
        justify-content: center;
        left: unset;
        margin: 0 auto 20px;
        padding: 20px 0 0;
        position: relative;
        text-align: center;
        top: unset;
        transform: unset
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle {
        height: 90px;
        width: 90px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle svg {
        height: 45px;
        width: auto
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head {
        bottom: 0;
        left: unset;
        position: relative;
        transform: unset
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head .h5,
    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head h5 {
        font-size: 13px;
        height: auto;
        line-height: 23px
    }

    .tech_stack_threed .tech-stack-main {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item {
        flex: 0 0 48%;
        margin-bottom: 20px;
        text-align: center
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon {
        margin-bottom: 10px
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .h6,
    .tech_stack_threed .tech-stack-main .teck-stack-item h6 {
        font-size: 13px;
        line-height: 23px
    }
}

@media(min-width:0px)and (max-width:385px) {
    .diverse_portfolio .portfolio-main {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-top: 0
    }

    .diverse_portfolio .portfolio-main .portfolio-item {
        flex: 0 0 100%
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box {
        height: 180px;
        margin: 0 auto 20px;
        width: 180px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon {
        display: flex;
        justify-content: center;
        left: unset;
        margin: 0 auto 20px;
        padding: 20px 0 0;
        position: relative;
        text-align: center;
        top: unset;
        transform: unset
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle {
        height: 90px;
        width: 90px
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-icon .portfolio-circle svg {
        height: 45px;
        width: auto
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head {
        bottom: 0;
        left: unset;
        position: relative;
        transform: unset
    }

    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head .h5,
    .diverse_portfolio .portfolio-main .portfolio-item .portfolio-box .portfolio-head h5 {
        font-size: 13px;
        height: auto;
        line-height: 23px
    }

    .tech_stack_threed .tech-stack-main {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item {
        flex: 0 0 50%;
        margin-bottom: 20px;
        text-align: center
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon {
        margin-bottom: 10px
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .teck-stack-icon .gatsby-image-wrapper img {
        height: 50px;
        width: auto
    }

    .tech_stack_threed .tech-stack-main .teck-stack-item .h6,
    .tech_stack_threed .tech-stack-main .teck-stack-item h6 {
        font-size: 13px;
        line-height: 23px
    }
}

.portal_table .portal-table-main {
    align-items: center;
    border: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.portal_table .portal-table-main .portal-table-item {
    border-bottom: 1px solid #000;
    flex: 0 0 50%;
    padding: 20px
}

.portal_table .portal-table-main .portal-table-item .portable-head .h3,
.portal_table .portal-table-main .portal-table-item .portable-head h3 {
    color: #000;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0
}

.portal_table .portal-table-main .portal-table-item .portable-head .light-black-head {
    color: #000;
    font-weight: 400
}

.portal_table .portal-table-main .portal-table-item:last-child,
.portal_table .portal-table-main .portal-table-item:nth-child(9) {
    border-bottom: none
}

@media(min-width:1600px)and (max-width:1800px) {
    .portal_table .portal-table-main .portal-table-item {
        flex: 0 0 50%;
        padding: 20px
    }

    .portal_table .portal-table-main .portal-table-item .portable-head .h3,
    .portal_table .portal-table-main .portal-table-item .portable-head h3 {
        font-size: 20px;
        line-height: 32px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .portal_table .portal-table-main .portal-table-item {
        flex: 0 0 50%;
        padding: 20px
    }

    .portal_table .portal-table-main .portal-table-item .portable-head .h3,
    .portal_table .portal-table-main .portal-table-item .portable-head h3 {
        font-size: 19px;
        line-height: 30px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .portal_table .portal-table-main .portal-table-item {
        flex: 0 0 50%;
        padding: 20px
    }

    .portal_table .portal-table-main .portal-table-item .portable-head .h3,
    .portal_table .portal-table-main .portal-table-item .portable-head h3 {
        font-size: 17px;
        line-height: 28px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .portal_table .portal-table-main .portal-table-item {
        flex: 0 0 50%;
        padding: 10px
    }

    .portal_table .portal-table-main .portal-table-item .portable-head .h3,
    .portal_table .portal-table-main .portal-table-item .portable-head h3 {
        font-size: 15px;
        line-height: 26px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .portal_table .padd_none {
        padding-right: 0
    }

    .portal_table .portal-table-main .portal-table-item {
        flex: 0 0 50%;
        padding: 10px
    }

    .portal_table .portal-table-main .portal-table-item .portable-head .h3,
    .portal_table .portal-table-main .portal-table-item .portable-head h3 {
        font-size: 13px;
        line-height: 24px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .portal_table .padd_none {
        padding-right: 0
    }

    .portal_table .portal-table-main .portal-table-item {
        flex: 0 0 100%;
        padding: 10px
    }

    .portal_table .portal-table-main .portal-table-item .portable-head .h3,
    .portal_table .portal-table-main .portal-table-item .portable-head h3 {
        font-size: 13px;
        line-height: 24px
    }

    .portal_table .portal-table-main .portal-table-item:nth-child(9) {
        border-bottom: 1px solid #000
    }
}

.why_chooose_ionic a.border_btn {
    background: #06dcbf;
    color: #fff
}

.why_chooose_ionic .slider-ionic .swiper-slide {
    height: auto
}

.why_chooose_ionic .ionic-box {
    background: #31475f;
    height: 100%;
    padding: 30px 20px
}

.why_chooose_ionic .ionic-box .ionic-num {
    color: #06dcbf;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

.why_chooose_ionic .ionic-box .ionic-content .h5,
.why_chooose_ionic .ionic-box .ionic-content h5 {
    color: #fff;
    margin-bottom: 10px
}

.why_chooose_ionic .ionic-box .ionic-content P {
    color: #fff;
    margin-bottom: 0
}

.tekrevol-home-discovery.ionic-process-pathway .card-body {
    width: calc(100vw - 850px)
}

.tekrevol-home-discovery.ionic-process-pathway .card-body .main-title {
    max-width: 850px
}

.tekrevol-home-discovery.ionic-process-pathway .collapse,
.tekrevol-home-discovery.ionic-process-pathway .collapse.show {
    width: calc(100vw - 850px)
}

.tekrevol-home-discovery.b2b-portal-seamless .card-body {
    padding: 180px 70px 70px;
    width: calc(100vw - 730px)
}

.tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title {
    margin-bottom: 40px;
    max-width: 750px;
    position: relative;
    z-index: 1
}

.tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title-content {
    margin-bottom: 60px;
    position: relative;
    z-index: 1
}

.tekrevol-home-discovery.b2b-portal-seamless .collapse,
.tekrevol-home-discovery.b2b-portal-seamless .collapse.show {
    width: calc(100vw - 730px)
}

.comprehensive_ionic .compre-box-grey {
    background: #fafafa;
    border-radius: 30px;
    padding-right: 40px
}

.comprehensive_ionic .h2,
.comprehensive_ionic h2 {
    padding-top: 35px
}

.comprehensive_ionic .padd-para {
    padding-bottom: 30px
}

.comprehensive_ionic .padd-para p {
    color: #898989
}

.discover_portal .discover-portal-box {
    background: #fff;
    box-shadow: 4px 6px 15px rgba(0, 0, 0, .06);
    height: 100%;
    padding: 30px 25px
}

.discover_portal .discover-portal-box .discover-portal-content .h5,
.discover_portal .discover-portal-box .discover-portal-content h5,
.discover_portal .discover-portal-box .discover-portal-icon {
    margin-bottom: 10px
}

.discover_portal .discover-portal-box .discover-portal-content p {
    color: #898989;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0
}

@media(min-width:1600px)and (max-width:1800px) {
    .discover_portal .discover-portal-box {
        height: 100%;
        padding: 30px 25px
    }

    .discover_portal .discover-portal-box .discover-portal-icon svg {
        height: 40px;
        width: auto
    }

    .discover_portal .discover-portal-box .discover-portal-content p {
        font-size: 15px;
        line-height: 27px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .tekrevol-home-discovery.ionic-process-pathway .card-body {
        width: calc(100vw - 710px)
    }

    .tekrevol-home-discovery.ionic-process-pathway .card-body .main-title {
        max-width: 800px
    }

    .tekrevol-home-discovery.ionic-process-pathway .collapse,
    .tekrevol-home-discovery.ionic-process-pathway .collapse.show {
        width: calc(100vw - 710px)
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body {
        padding: 160px 65px 65px;
        width: calc(100vw - 610px)
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title {
        margin-bottom: 40px;
        max-width: 700px
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title-content {
        margin-bottom: 50px
    }

    .tekrevol-home-discovery.b2b-portal-seamless .collapse,
    .tekrevol-home-discovery.b2b-portal-seamless .collapse.show {
        width: calc(100vw - 610px)
    }

    .comprehensive_ionic .compre-box-grey {
        padding-right: 30px
    }

    .comprehensive_ionic .h2,
    .comprehensive_ionic h2 {
        padding-top: 30px
    }

    .comprehensive_ionic .padd-para {
        padding-bottom: 30px
    }

    .discover_portal .discover-portal-box {
        height: 100%;
        padding: 30px 20px
    }

    .discover_portal .discover-portal-box .discover-portal-icon svg {
        height: 40px;
        width: auto
    }

    .discover_portal .discover-portal-box .discover-portal-content p {
        font-size: 14px;
        line-height: 26px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .why_chooose_ionic .ionic-box {
        padding: 25px 20px
    }

    .why_chooose_ionic .ionic-box .ionic-num {
        font-size: 20px
    }

    .tekrevol-home-discovery.ionic-process-pathway .card-body {
        padding: 100px 30px 30px;
        width: calc(100vw - 470px)
    }

    .tekrevol-home-discovery.ionic-process-pathway .card-body .main-title {
        max-width: 600px
    }

    .tekrevol-home-discovery.ionic-process-pathway .collapse,
    .tekrevol-home-discovery.ionic-process-pathway .collapse.show {
        width: calc(100vw - 470px)
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body {
        padding: 140px 60px 60px;
        width: calc(100vw - 410px)
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title {
        margin-bottom: 30px;
        max-width: 600px
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title-content {
        margin-bottom: 50px
    }

    .tekrevol-home-discovery.b2b-portal-seamless .collapse,
    .tekrevol-home-discovery.b2b-portal-seamless .collapse.show {
        width: calc(100vw - 410px)
    }

    .comprehensive_ionic .compre-box-grey {
        padding-right: 30px
    }

    .comprehensive_ionic .h2,
    .comprehensive_ionic h2 {
        padding-top: 30px
    }

    .comprehensive_ionic .padd-para {
        padding-bottom: 30px
    }

    .discover_portal .discover-portal-box {
        height: 100%;
        padding: 25px 20px
    }

    .discover_portal .discover-portal-box .discover-portal-icon svg {
        height: 35px;
        width: auto
    }

    .discover_portal .discover-portal-box .discover-portal-content p {
        font-size: 14px;
        line-height: 26px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .why_chooose_ionic .ionic-box {
        padding: 25px 20px
    }

    .why_chooose_ionic .ionic-box .ionic-num {
        font-size: 20px
    }

    .tekrevol-home-discovery.ionic-process-pathway .card-body {
        padding: 100px 30px 30px;
        width: calc(100vw - 450px)
    }

    .tekrevol-home-discovery.ionic-process-pathway .card-body .main-title {
        max-width: 550px
    }

    .tekrevol-home-discovery.ionic-process-pathway .collapse,
    .tekrevol-home-discovery.ionic-process-pathway .collapse.show {
        width: calc(100vw - 450px)
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body {
        padding: 100px 30px 30px;
        width: calc(100vw - 390px)
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title {
        margin-bottom: 30px;
        max-width: 550px
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title-content {
        margin-bottom: 40px
    }

    .tekrevol-home-discovery.b2b-portal-seamless .collapse,
    .tekrevol-home-discovery.b2b-portal-seamless .collapse.show {
        width: calc(100vw - 390px)
    }

    .comprehensive_ionic .compre-box-grey {
        padding-right: 30px
    }

    .comprehensive_ionic .h2,
    .comprehensive_ionic h2 {
        padding-top: 30px
    }

    .comprehensive_ionic .padd-para {
        padding-bottom: 30px
    }

    .discover_portal .discover-portal-box {
        height: 100%;
        padding: 30px 20px
    }

    .discover_portal .discover-portal-box .discover-portal-icon svg {
        height: 40px;
        width: auto
    }

    .discover_portal .discover-portal-box .discover-portal-content p {
        font-size: 14px;
        line-height: 26px
    }
}

@media(min-width:768px)and (max-width:991px) {
    .why_chooose_ionic .ionic-box {
        padding: 25px 20px
    }

    .why_chooose_ionic .ionic-box .ionic-num {
        font-size: 20px
    }

    .tekrevol-home-discovery.ionic-process-pathway .card-body {
        padding: 30px 15px;
        width: 100%
    }

    .tekrevol-home-discovery.ionic-process-pathway .card-body .main-title {
        max-width: 100%
    }

    .tekrevol-home-discovery.ionic-process-pathway .collapse {
        width: 100%
    }

    .tekrevol-home-discovery.ionic-process-pathway .collapse.show {
        max-height: 1000px;
        width: 100%
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body {
        padding: 30px 15px;
        width: 100%
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title {
        margin-bottom: 20px;
        max-width: 100%
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title-content {
        margin-bottom: 20px
    }

    .tekrevol-home-discovery.b2b-portal-seamless .collapse {
        width: 100%
    }

    .tekrevol-home-discovery.b2b-portal-seamless .collapse.show {
        max-height: 1000px;
        width: 100%
    }

    .comprehensive_ionic .compre-box-grey {
        padding-right: 20px
    }

    .comprehensive_ionic .h2,
    .comprehensive_ionic h2 {
        padding-top: 25px
    }

    .comprehensive_ionic .padd-para {
        padding-bottom: 25px
    }

    .discover_portal .discover-portal-box {
        height: 100%;
        padding: 30px 20px
    }

    .discover_portal .discover-portal-box .discover-portal-icon svg {
        height: 40px;
        width: auto
    }

    .discover_portal .discover-portal-box .discover-portal-content p {
        font-size: 14px;
        line-height: 26px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .why_chooose_ionic .ionic-box {
        padding: 20px
    }

    .why_chooose_ionic .ionic-box .ionic-num {
        font-size: 17px
    }

    .tekrevol-home-discovery.ionic-process-pathway .card-body {
        padding: 30px 15px;
        width: 100%
    }

    .tekrevol-home-discovery.ionic-process-pathway .card-body .main-title {
        max-width: 100%
    }

    .tekrevol-home-discovery.ionic-process-pathway .collapse {
        width: 100%
    }

    .tekrevol-home-discovery.ionic-process-pathway .collapse.show {
        max-height: 1000px;
        width: 100%
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body {
        padding: 30px 15px;
        width: 100%
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title {
        margin-bottom: 20px;
        max-width: 100%
    }

    .tekrevol-home-discovery.b2b-portal-seamless .card-body .main-title-content {
        margin-bottom: 20px
    }

    .tekrevol-home-discovery.b2b-portal-seamless .collapse {
        width: 100%
    }

    .tekrevol-home-discovery.b2b-portal-seamless .collapse.show {
        max-height: 1000px;
        width: 100%
    }

    .comprehensive_ionic .compre-box-grey {
        padding-right: 15px
    }

    .comprehensive_ionic .h2,
    .comprehensive_ionic h2 {
        padding-left: 15px;
        padding-top: 25px
    }

    .comprehensive_ionic .padd-para {
        padding-bottom: 25px;
        padding-left: 15px
    }

    .discover_portal .discover-portal-box {
        height: 100%;
        padding: 20px 15px
    }

    .discover_portal .discover-portal-box .discover-portal-icon svg {
        height: 30px;
        width: auto
    }

    .discover_portal .discover-portal-box .discover-portal-content p {
        font-size: 13px;
        line-height: 24px
    }
}

@media(min-width:1600px)and (max-width:1800px) {
    .service_usa {
        height: 100vh;
        margin-top: -100px
    }

    .service_usa .banenr_content {
        margin-top: 100px;
        padding-right: 100px
    }

    .service_usa .banenr_content .h1,
    .service_usa .banenr_content h1,
    .service_usa .banenr_content p {
        margin-bottom: 40px
    }

    .service_usa.web_dev_service .h1,
    .service_usa.web_dev_service h1,
    .service_usa.web_dev_service p {
        margin-bottom: 20px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif {
        height: 375px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif img {
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .service_usa.healthcare_banner .health_banner_img img,
    .service_usa.iphone_banner .iphone_banner_img img {
        height: 550px;
        width: auto
    }

    .service_usa.on_demand_banner .banenr_content {
        padding-right: 0
    }

    .service_usa.on_demand_banner .cloud_banner_gif img {
        height: 550px;
        width: auto
    }

    .service_usa.uk_banner .banenr_content p {
        margin-top: 0
    }

    .service_usa.hire_net_banner {
        height: 100vh;
        margin-top: -70px
    }

    .partner-usa .partner-num {
        font-size: 130px;
        line-height: 130px;
        margin-bottom: 30px
    }

    .partner-usa .partner-para p {
        padding-right: 45px
    }

    .partner-usa .partner_padd {
        padding-top: 70px
    }

    .case_service1 {
        height: 540px
    }

    .case_service1 .case-main .case-content {
        flex: 0 0 45%
    }

    .case_service1 .case-main .case-content .h3,
    .case_service1 .case-main .case-content h3 {
        margin-bottom: 50px
    }

    .case_service1 .case-main .case-content a {
        font-size: 20px;
        line-height: 30px
    }

    .case_service1 .case-main .case-content img {
        margin-bottom: 50px
    }

    .case_service1 .case-main .case-usaimg {
        flex: 0 0 55%
    }

    .case_service1 .case-main .case-usaimg img {
        position: relative;
        right: 30px
    }

    .case_service1 .p-50 {
        padding-left: 30px
    }

    .workflow .workflow_secion {
        margin-top: 50px
    }

    .workflow .workflow_secion .workflow_items {
        height: 225px;
        margin-top: 30px;
        padding: 30px
    }

    .workflow .workflow_secion .workflow_items .item_name,
    .workflow .workflow_secion .workflow_items .item_name h3 {
        font-size: 24px;
        line-height: 32px;
        position: relative
    }

    .workflow .workflow_secion .workflow_items .item_name span {
        font-size: 24px;
        line-height: 48px
    }

    .workflow .workflow_secion .workflow_items p {
        font-size: 14px;
        line-height: 23px
    }

    .workflow.mobile_app_process_speed .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 45px;
        width: auto
    }

    .workflow.generative_ai_choose .workflow_secion .workflow_items {
        height: 270px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items {
        height: 350px;
        padding: 20px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items p {
        font-size: 14px;
        line-height: 23px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name,
    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name h3 {
        font-size: 21px;
        line-height: 31px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 37px;
        width: auto
    }

    .workflow.search-engine-workflow .workflow_secion .workflow_items {
        height: 100%
    }

    .rating_usa .rating_box .rating-content {
        margin-left: 20px
    }

    .rating_usa .rating_box .rating-content .rating-num {
        font-size: 80px;
        line-height: 64px;
        margin-bottom: 10px
    }

    .rating_usa.rating_web_dev .rating_box .rating-svg svg {
        height: 75px;
        width: auto
    }

    .rating_usa.rating_web_dev .rating_box .rating-content .rating-num {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 0
    }

    .rating_usa.rating_web_dev.rating_dubai .rating_box .rating-svg img {
        height: 75px;
        width: auto
    }

    .rating_usa.rating_web_dev.rating_on_demand .rating_box .rating-content p {
        font-size: 15px;
        line-height: 31px
    }

    .rating_usa.rating_web_dev.rating_hire_and .rating_box .rating-content p {
        font-size: 14px;
        line-height: 28px
    }

    .rating_usa.rating_cms .rating_box .rating-content p {
        font-size: 15px;
        line-height: 30px
    }

    .associatesslider .swiper-wrapper {
        margin-top: 50px
    }

    .associatesslider .swiper-wrapper .associates_card {
        height: 320px;
        margin: 20px 0;
        max-width: 690px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name {
        font-size: 22px;
        margin-bottom: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content p {
        font-size: 20px;
        margin-bottom: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .Robustand .robustscroll .robust-box {
        height: 440px;
        padding-right: 50px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar {
        width: 3px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #06dcbf
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-thumb {
        background-color: #d3d3d3;
        outline: 0 solid #d3d3d3
    }

    .Robustand.robust_solution .robustscroll .robust-box .robust-content ul li {
        padding-left: 20px
    }

    .Robustand.robust_solution .robustscroll .robust-box .robust-content ul li:before {
        background: #000;
        border-radius: 50%;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        top: 15px;
        width: 5px
    }

    .Industry_usa .industry_scroll {
        height: 480px;
        overflow-y: scroll
    }

    .Industry_usa .industry_scroll .h3,
    .Industry_usa .industry_scroll h3 {
        font-size: 35px;
        line-height: 60px;
        transition: .2s ease
    }

    .Industry_usa .industry_scroll::-webkit-scrollbar {
        width: 0
    }

    .androidbuss .buss-padd {
        padding-top: 70px
    }

    .androidbuss .androidbuss_box {
        height: auto;
        margin-bottom: 15px;
        min-height: 220px;
        padding: 0 20px
    }

    .androidbuss .androidbuss_box .andoidbuss_content {
        text-align: center
    }

    .androidbuss .androidbuss_box .andoidbuss_content .h6,
    .androidbuss .androidbuss_box .andoidbuss_content h6 {
        margin-bottom: 10px
    }

    .androidbuss .androidbuss_box .andoidbuss_content p {
        font-size: 15px;
        line-height: 24px
    }

    .Perks.p-100 {
        padding-bottom: 0
    }

    .Perks.p-100 .perks-padd {
        padding-top: 70px
    }

    .Perks.p-100 .perks-box {
        height: 350px;
        padding: 50px 25px
    }

    .Perks.p-100 .perks-box .perks-content {
        position: relative
    }

    .Perks.p-100 .perks-box .perks-content p {
        font-size: 15px;
        line-height: 28px;
        padding-top: 20px
    }

    .Perks.p-100 .perks-box .perks-content .h4,
    .Perks.p-100 .perks-box .perks-content h4 {
        font-size: 22px;
        line-height: 32px
    }

    .Perks.p-100 .perks-box .perks-content .h4:after,
    .Perks.p-100 .perks-box .perks-content h4:after {
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        top: 80px;
        width: 150px
    }

    .Perks.p-100.perks_devops {
        padding-bottom: 80px
    }

    .Perks.p-100.perks_devops .perks-box {
        height: 450px
    }

    .Perks.p-100.perks_it {
        padding-bottom: 80px
    }

    .Perks.p-100.perks_it .perks-box {
        height: 380px
    }

    .Perks.p-100.mobile_app_perks {
        padding-bottom: 80px
    }

    .Perks.p-100.mobile_app_perks .perks-box {
        height: 510px
    }

    .Perks.p-100.perks_ai {
        padding-bottom: 80px
    }

    .Perks.p-100.perks_ai .perks-box {
        height: 490px
    }

    .case_flex .flex_item {
        flex: 0 0 50%;
        height: 540px;
        padding-left: 130px
    }

    .case_flex .flex_item:first-child {
        flex: 0 0 100%;
        padding: 0 130px
    }

    .case_flex .flex_item .case_txt {
        flex: 0 0 50%
    }

    .case_flex .flex_item .case_txt .case_logo {
        margin-bottom: 40px
    }

    .case_flex .flex_item .case_txt .case_logo img {
        height: 70px
    }

    .case_flex .flex_item .case_txt .case_title {
        max-width: 80%
    }

    .case_flex .flex_item .case_txt .case_title .h3,
    .case_flex .flex_item .case_txt .case_title h3 {
        margin-bottom: 50px
    }

    .case_flex .flex_item .case_txt .case_title a {
        font-size: 18px;
        line-height: 30px
    }

    .case_flex .flex_item .case_figure {
        flex: 0 0 50%
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .service_usa {
        height: 100vh;
        margin-top: -100px
    }

    .service_usa .banenr_content {
        margin-top: 100px;
        padding-right: 100px
    }

    .service_usa .banenr_content .h1,
    .service_usa .banenr_content h1 {
        margin-bottom: 30px
    }

    .service_usa .banenr_content p,
    .service_usa.web_dev_service .banenr_content .h1,
    .service_usa.web_dev_service .banenr_content h1,
    .service_usa.web_dev_service .banenr_content p {
        margin-bottom: 20px
    }

    .service_usa.web_dev_service .banenr_content span,
    .service_usa.web_dev_service .banenr_content .h2-title {
        font-size: 40px;
        line-height: 55px
    }

    .service_usa.web_dev_service .banenr_content .border_btn.web_case_btn {
        border-radius: 45px;
        font-size: 15px;
        font-weight: 600;
        height: 45px;
        line-height: 45px;
        min-width: 180px;
        padding: 0 30px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif {
        height: 345px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif img {
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .service_usa .awards_web {
        gap: 20px
    }

    .service_usa .awards_web .awards_web_item img {
        height: 90px;
        width: auto
    }

    .service_usa.healthcare_banner .health_banner_img img,
    .service_usa.iphone_banner .iphone_banner_img img {
        height: 550px;
        width: auto
    }

    .service_usa.on_demand_banner .banenr_content {
        padding-right: 50px
    }

    .service_usa.on_demand_banner .cloud_banner_gif img {
        height: 500px;
        width: auto
    }

    .service_usa.uk_banner .banenr_content p {
        margin-top: 10px
    }

    .service_usa.hire_net_banner {
        height: 100vh;
        margin-top: -70px
    }

    .service_usa.no-bread-banner {
        margin-top: -10px
    }

    .partner-usa .partner-num {
        font-size: 110px;
        line-height: 110px;
        margin-bottom: 20px
    }

    .partner-usa .partner-para p {
        padding-right: 40px
    }

    .partner-usa .partner_padd {
        padding-top: 60px
    }

    .case_service {
        height: 550px
    }

    .case_service .case-logo {
        margin-bottom: 50px
    }

    .case_service .case_content .h3,
    .case_service .case_content h3 {
        margin-bottom: 60px;
        width: 50%
    }

    .case_service .case_content a {
        font-size: 18px;
        line-height: 28px
    }

    .case_service .case_content a svg {
        margin-left: 10px
    }

    .case_service1 {
        height: 500px
    }

    .case_service1 .case-main .case-content {
        flex: 0 0 45%
    }

    .case_service1 .case-main .case-content .h3,
    .case_service1 .case-main .case-content h3 {
        margin-bottom: 50px
    }

    .case_service1 .case-main .case-content a {
        font-size: 18px;
        line-height: 28px
    }

    .case_service1 .case-main .case-content img {
        margin-bottom: 50px
    }

    .case_service1 .case-main .case-usaimg {
        flex: 0 0 55%
    }

    .case_service1 .case-main .case-usaimg img {
        position: relative;
        right: 30px
    }

    .case_service1 .p-50 {
        padding-left: 25px
    }

    .workflow .workflow_secion {
        margin-top: 50px
    }

    .workflow .workflow_secion .workflow_items {
        height: 235px;
        margin-top: 30px;
        padding: 30px
    }

    .workflow .workflow_secion .workflow_items .item_name,
    .workflow .workflow_secion .workflow_items .item_name h3 {
        font-size: 20px;
        line-height: 30px;
        position: relative
    }

    .workflow .workflow_secion .workflow_items .item_name span {
        font-size: 22px;
        line-height: 46px
    }

    .workflow .workflow_secion .workflow_items p {
        font-size: 13px;
        line-height: 22px
    }

    .workflow.mobile_app_process_speed .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 45px;
        width: auto
    }

    .workflow.generative_ai_choose .workflow_secion .workflow_items {
        height: 270px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items {
        height: 360px;
        padding: 20px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items p {
        font-size: 13px;
        line-height: 22px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name,
    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 35px;
        width: auto
    }

    .workflow.web3_game_process .workflow_secion {
        margin-top: 10px
    }

    .workflow.web3_game_process .workflow_secion .workflow_items {
        height: 310px;
        padding: 30px 25px
    }

    .workflow.digital_marketing_flow {
        background-color: #f9f9f9;
        background-position: 0
    }

    .workflow.digital_marketing_flow .workflow_secion {
        margin-top: 20px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items {
        height: 100%;
        padding: 30px 25px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items .item_name {
        margin-bottom: 10px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items p {
        margin-bottom: 0
    }

    .workflow.search-engine-workflow .workflow_secion .workflow_items {
        height: 100%
    }

    .rating_usa .rating_box .rating-content {
        margin-left: 20px
    }

    .rating_usa .rating_box .rating-content p {
        margin-bottom: 0
    }

    .rating_usa .rating_box .rating-content .rating-num {
        font-size: 70px;
        line-height: 54px;
        margin-bottom: 10px
    }

    .rating_usa.rating_web_dev .rating_box .rating-svg svg {
        height: 65px;
        width: auto
    }

    .rating_usa.rating_web_dev .rating_box .rating-content .rating-num {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 0
    }

    .rating_usa.rating_dubai .rating_box .rating-svg img {
        height: 65px;
        width: auto
    }

    .rating_usa.rating_on_demand .rating_box .rating-content p {
        font-size: 14px;
        line-height: 30px
    }

    .rating_usa.rating_cms .rating_box .rating-content p,
    .rating_usa.rating_hire_and .rating_box .rating-content p {
        font-size: 13px;
        line-height: 26px
    }

    .associatesslider .swiper-wrapper {
        margin-top: 50px
    }

    .associatesslider .swiper-wrapper .associates_card {
        height: 310px;
        margin: 20px 0;
        max-width: 690px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name {
        font-size: 20px;
        margin-bottom: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .Robustand .robustscroll .robust-box {
        height: 400px;
        padding-right: 50px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar {
        width: 3px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #06dcbf
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-thumb {
        background-color: #d3d3d3;
        outline: 0 solid #d3d3d3
    }

    .Robustand.robust_solution .robustscroll .robust-box .robust-content ul li:before {
        background: #000;
        border-radius: 50%;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        top: 12px;
        width: 5px
    }

    .Industry_usa .industry_scroll {
        height: 430px;
        overflow-y: scroll
    }

    .Industry_usa .industry_scroll .h3,
    .Industry_usa .industry_scroll h3 {
        font-size: 32px;
        line-height: 57px;
        transition: .2s ease
    }

    .Industry_usa .industry_scroll::-webkit-scrollbar {
        width: 0
    }

    .androidbuss .buss-padd,
    .whychooseusa .choose_padd {
        padding-top: 60px
    }

    .androidbuss .androidbuss_box {
        height: auto;
        margin-bottom: 15px;
        min-height: 210px;
        padding: 0 20px
    }

    .androidbuss .androidbuss_box .andoidbuss_content {
        text-align: center
    }

    .androidbuss .androidbuss_box .andoidbuss_content .h6,
    .androidbuss .androidbuss_box .andoidbuss_content h6 {
        margin-bottom: 10px
    }

    .androidbuss .androidbuss_box .andoidbuss_content p {
        font-size: 14px;
        line-height: 23px
    }

    .Perks.p-100 {
        padding-bottom: 0
    }

    .Perks.p-100 .perks-padd {
        padding-top: 70px
    }

    .Perks.p-100 .perks-box {
        height: 330px;
        padding: 40px 25px
    }

    .Perks.p-100 .perks-box .perks-content {
        position: relative
    }

    .Perks.p-100 .perks-box .perks-content p {
        font-size: 14px;
        line-height: 26px;
        padding-top: 20px
    }

    .Perks.p-100 .perks-box .perks-content .h4,
    .Perks.p-100 .perks-box .perks-content h4 {
        font-size: 20px;
        line-height: 32px
    }

    .Perks.p-100 .perks-box .perks-content .h4:after,
    .Perks.p-100 .perks-box .perks-content h4:after {
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 75px;
        width: 150px
    }

    .Perks.p-100.perks_devops {
        padding-bottom: 70px
    }

    .Perks.p-100.perks_devops .perks-box {
        height: 410px
    }

    .Perks.p-100.perks_it {
        padding-bottom: 70px
    }

    .Perks.p-100.perks_it .perks-box {
        height: 370px
    }

    .Perks.p-100.mobile_app_perks {
        padding-bottom: 70px
    }

    .Perks.p-100.mobile_app_perks .perks-box {
        height: 450px
    }

    .Perks.p-100.perks_ai {
        padding-bottom: 70px
    }

    .Perks.p-100.perks_ai .perks-box {
        height: 460px
    }

    .latestblog_usa .blog-padd {
        padding-top: 60px
    }

    .latestblog_usa .saudia_h4_blog_head {
        font-size: 44px;
        line-height: 60px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img {
        height: 280px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img span {
        display: block !important;
        height: 280px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa {
        padding: 30px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa .h5,
    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa h5 {
        font-size: 20px;
        line-height: 30px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa p {
        font-size: 15px;
        line-height: 26px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date {
        height: 34px;
        top: 260px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date span {
        font-size: 14px
    }

    .latestblog_usa .blog-btn {
        margin-top: 60px;
        text-align: center
    }

    .case_flex .flex_item {
        flex: 0 0 50%;
        height: 540px;
        padding-left: 80px
    }

    .case_flex .flex_item:first-child {
        flex: 0 0 100%;
        padding: 0 80px
    }

    .case_flex .flex_item:first-child .case_txt .case_title {
        max-width: 60%
    }

    .case_flex .flex_item .case_txt {
        flex: 0 0 50%
    }

    .case_flex .flex_item .case_txt .case_logo {
        margin-bottom: 30px
    }

    .case_flex .flex_item .case_txt .case_logo img {
        height: 60px
    }

    .case_flex .flex_item .case_txt .case_title {
        max-width: 90%
    }

    .case_flex .flex_item .case_txt .case_title .h3,
    .case_flex .flex_item .case_txt .case_title h3 {
        margin-bottom: 40px
    }

    .case_flex .flex_item .case_txt .case_title a {
        font-size: 15px;
        line-height: 30px
    }

    .case_flex .flex_item .case_figure {
        flex: 0 0 50%
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .service_usa {
        height: 100vh;
        margin-top: -100px
    }

    .service_usa .banenr_content {
        margin-top: 100px;
        padding-right: 100px
    }

    .service_usa .banenr_content .h1,
    .service_usa .banenr_content h1 {
        margin-bottom: 30px
    }

    .service_usa .banenr_content p {
        margin-bottom: 20px
    }

    .service_usa.web_dev_service .banenr_content {
        margin-top: 115px
    }

    .service_usa.web_dev_service .banenr_content .h1,
    .service_usa.web_dev_service .banenr_content h1,
    .service_usa.web_dev_service .banenr_content p {
        margin-bottom: 20px
    }

    .service_usa.web_dev_service .banenr_content span,
    .service_usa.web_dev_service .banenr_content .h2-title {
        font-size: 35px;
        line-height: 45px
    }

    .service_usa.web_dev_service .banenr_content .border_btn.web_case_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        min-width: 180px;
        padding: 0 30px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif {
        height: 315px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif img {
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .service_usa.web_dev_service .banner_form {
        margin-top: 60px
    }

    .service_usa.web_dev_service .banner_form .banner_form_inner p {
        font-size: 11px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .service_usa .awards_web {
        gap: 20px
    }

    .service_usa .awards_web .awards_web_item img {
        height: 70px;
        width: auto
    }

    .service_usa.healthcare_banner .banenr_content .web_head_banner {
        font-size: 21px;
        letter-spacing: 0;
        line-height: 31px
    }

    .service_usa.healthcare_banner .banenr_content .text_main .text:after {
        background: hsla(0, 0%, 99%, .278);
        padding: 6px 3px
    }

    .service_usa.healthcare_banner .health_banner_img {
        margin-top: 100px
    }

    .service_usa.healthcare_banner .health_banner_img img {
        height: 440px;
        width: auto
    }

    .service_usa.iphone_banner .iphone_banner_img img {
        height: 470px;
        width: auto
    }

    .service_usa.on_demand_banner .banenr_content {
        padding-right: 0
    }

    .service_usa.on_demand_banner .banenr_content p {
        margin-top: 10px
    }

    .service_usa.on_demand_banner .on_demand_mob img {
        margin-top: 60px
    }

    .service_usa.on_demand_banner .cloud_banner_gif {
        margin-top: 50px
    }

    .service_usa.on_demand_banner .cloud_banner_gif img {
        height: 450px;
        width: auto
    }

    .service_usa.cloud_infra .gatsby-image-wrapper,
    .service_usa.on_demand_banner .mobile_app_img_services .gatsby-image-wrapper {
        margin-top: 60px
    }

    .service_usa.nft_banner .banenr_content p {
        padding-top: 10px
    }

    .service_usa.hire_net_banner {
        height: 100vh;
        margin-top: -60px
    }

    .service_usa.no-bread-banner {
        margin-top: -30px
    }

    .partner-usa .partner-num {
        font-size: 90px;
        line-height: 90px;
        margin-bottom: 20px
    }

    .partner-usa .partner-para p {
        padding-right: 35px
    }

    .partner-usa .partner_padd {
        padding-top: 50px
    }

    .case_service {
        height: 440px
    }

    .case_service .case-logo {
        margin-bottom: 40px
    }

    .case_service .case_content .case-logo img {
        height: 70px;
        width: auto
    }

    .case_service .case_content .h3,
    .case_service .case_content h3 {
        margin-bottom: 50px;
        width: 50%
    }

    .case_service .case_content a {
        font-size: 16px;
        line-height: 26px
    }

    .case_service .case_content a svg {
        margin-left: 10px
    }

    .case_service1 {
        height: 450px
    }

    .case_service1 .case-main .case-content {
        flex: 0 0 45%
    }

    .case_service1 .case-main .case-content .h3,
    .case_service1 .case-main .case-content h3 {
        margin-bottom: 40px
    }

    .case_service1 .case-main .case-content a {
        font-size: 16px;
        line-height: 26px
    }

    .case_service1 .case-main .case-content img {
        height: 50px;
        margin-bottom: 40px;
        width: auto
    }

    .case_service1 .case-main .case-content img.reck-logo {
        height: 90px;
        width: auto
    }

    .case_service1 .case-main .case-usaimg {
        flex: 0 0 55%
    }

    .case_service1 .case-main .case-usaimg img {
        position: relative;
        right: 20px
    }

    .case_service1 .p-50 {
        padding-left: 25px
    }

    .workflow .workflow_secion {
        margin-top: 50px
    }

    .workflow .workflow_secion .workflow_items {
        height: 220px;
        margin-top: 30px;
        padding: 20px 30px
    }

    .workflow .workflow_secion .workflow_items .item_name,
    .workflow .workflow_secion .workflow_items .item_name h3 {
        font-size: 18px;
        line-height: 30px;
        line-height: 28x;
        margin-bottom: 10px;
        position: relative
    }

    .workflow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 35px;
        width: auto
    }

    .workflow .workflow_secion .workflow_items .item_name span {
        font-size: 20px;
        line-height: 44px
    }

    .workflow .workflow_secion .workflow_items p {
        font-size: 13px;
        line-height: 22px
    }

    .workflow.mobile_app_process_speed .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 45px;
        width: auto
    }

    .workflow.generative_ai_choose .workflow_secion .workflow_items {
        height: 240px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items {
        height: 350px;
        padding: 20px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items p {
        font-size: 12px;
        line-height: 21px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name,
    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 30px;
        width: auto
    }

    .workflow.machine_why_choose .workflow_secion .workflow_items {
        margin-top: 0;
        padding: 25px 20px
    }

    .workflow.machine_why_choose .col-xl-4 {
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec
    }

    .workflow.machine_why_choose .col-xl-4:last-child,
    .workflow.machine_why_choose .col-xl-4:nth-child(3) {
        border-right: none
    }

    .workflow.machine_why_choose .col-xl-4:last-child,
    .workflow.machine_why_choose .col-xl-4:nth-child(4),
    .workflow.machine_why_choose .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .workflow.web3_game_process .workflow_secion {
        margin-top: 10px
    }

    .workflow.web3_game_process .workflow_secion .workflow_items {
        height: 310px;
        padding: 30px 25px
    }

    .workflow.digital_marketing_flow {
        background-color: #f9f9f9;
        background-position: 0;
        background-size: 50%
    }

    .workflow.digital_marketing_flow .workflow_secion {
        margin-top: 20px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items {
        height: 100%;
        padding: 25px 20px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items .item_name {
        margin-bottom: 10px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items p {
        margin-bottom: 0
    }

    .workflow.search-engine-workflow .workflow_secion .workflow_items {
        height: 100%
    }

    .workflow.worflow_seo .workflow_secion .workflow_items .item_name span svg {
        height: 45px;
        width: auto
    }

    .workflow.workflow_unreal_game .workflow_secion .workflow_items .item_name {
        font-size: 16px;
        line-height: 26px
    }

    .rating_usa .rating_box .rating-svg svg {
        height: 100px;
        width: auto
    }

    .rating_usa .rating_box .rating-content {
        margin-left: 20px
    }

    .rating_usa .rating_box .rating-content p {
        margin-bottom: 0
    }

    .rating_usa .rating_box .rating-content .rating-num {
        font-size: 60px;
        line-height: 44px;
        margin-bottom: 10px
    }

    .rating_usa.rating_web_dev .rating_box .rating-svg svg {
        height: 55px;
        width: auto
    }

    .rating_usa.rating_web_dev .rating_box .rating-content .rating-num {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 0
    }

    .rating_usa.rating_dubai .rating_box .rating-svg img {
        height: 55px;
        width: auto
    }

    .rating_usa.rating_on_demand .rating_box .rating-content p {
        font-size: 13px;
        line-height: 29px
    }

    .rating_usa.rating_hire_and .rating_box .rating-content p {
        font-size: 11px;
        line-height: 22px
    }

    .rating_usa.rating_cms .rating_box .rating-content p {
        font-size: 12px;
        line-height: 24px
    }

    .associatesslider .swiper-wrapper {
        margin-top: 50px
    }

    .associatesslider .swiper-wrapper .associates_card {
        height: 280px;
        margin: 20px 0;
        max-width: 570px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 25px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name {
        font-size: 18px;
        margin-bottom: 20px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content p {
        font-size: 16px;
        margin-bottom: 29px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .Robustand .robustscroll .robust-box {
        height: 400px;
        padding-right: 50px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar {
        width: 3px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #06dcbf
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-thumb {
        background-color: #d3d3d3;
        outline: 0 solid #d3d3d3
    }

    .Robustand.robust_solution .robustscroll .robust-box .robust-content ul li:before {
        height: 5px;
        left: 5px;
        top: 12px;
        width: 5px
    }

    .Robustand.robust-cms .robustscroll .robust-box,
    .Robustand.social-media-services .robustscroll .robust-box {
        height: 350px
    }

    .Robustand.twod-services .robustscroll .robust-box {
        height: 290px
    }

    .Industry_usa .industry_scroll {
        height: 400px;
        overflow-y: scroll
    }

    .Industry_usa .industry_scroll .h3,
    .Industry_usa .industry_scroll h3 {
        font-size: 30px;
        line-height: 45px;
        transition: .2s ease
    }

    .Industry_usa .industry_scroll::-webkit-scrollbar {
        width: 0
    }

    .androidbuss .buss-padd,
    .whychooseusa .choose_padd {
        padding-top: 50px
    }

    .androidbuss .androidbuss_box {
        height: auto;
        margin-bottom: 15px;
        min-height: 180px;
        padding: 0 20px
    }

    .androidbuss .androidbuss_box .andoidbuss_content {
        text-align: center
    }

    .androidbuss .androidbuss_box .andoidbuss_content .h6,
    .androidbuss .androidbuss_box .andoidbuss_content h6 {
        margin-bottom: 10px
    }

    .androidbuss .androidbuss_box .andoidbuss_content p {
        font-size: 13px;
        line-height: 22px
    }

    .Perks.p-100 {
        padding-bottom: 0
    }

    .Perks.p-100 .perks-padd {
        padding-top: 50px
    }

    .Perks.p-100 .perks-box {
        height: 300px;
        padding: 35px 20px
    }

    .Perks.p-100 .perks-box .perks-content {
        position: relative
    }

    .Perks.p-100 .perks-box .perks-content p {
        font-size: 13px;
        line-height: 25px;
        padding-top: 20px
    }

    .Perks.p-100 .perks-box .perks-content .h4,
    .Perks.p-100 .perks-box .perks-content h4 {
        font-size: 18px;
        line-height: 28px
    }

    .Perks.p-100 .perks-box .perks-content .h4:after,
    .Perks.p-100 .perks-box .perks-content h4:after {
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 70px;
        width: 140px
    }

    .Perks.p-100.perks_devops {
        padding-bottom: 50px
    }

    .Perks.p-100.perks_devops .perks-box {
        height: 380px
    }

    .Perks.p-100.perks_it {
        padding-bottom: 50px
    }

    .Perks.p-100.perks_it .perks-box {
        height: 360px
    }

    .Perks.p-100.mobile_app_perks {
        padding-bottom: 50px
    }

    .Perks.p-100.mobile_app_perks .perks-box {
        height: 430px
    }

    .Perks.p-100.perks_ai {
        padding-bottom: 50px
    }

    .Perks.p-100.perks_ai .perks-box {
        height: 440px
    }

    .latestblog_usa .blog-padd {
        padding-top: 50px
    }

    .latestblog_usa .saudia_h4_blog_head {
        font-size: 40px;
        line-height: 55px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img {
        height: 230px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img span {
        display: block !important;
        height: 230px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa {
        padding: 25px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa .h5,
    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa h5 {
        font-size: 18px;
        line-height: 28px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa p {
        font-size: 13px;
        line-height: 23px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date {
        height: 30px;
        top: 215px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date span {
        font-size: 13px
    }

    .latestblog_usa .blog-btn {
        margin-top: 50px
    }

    .case_flex .flex_item {
        flex: 0 0 50%;
        height: 440px;
        padding-left: 40px
    }

    .case_flex .flex_item:first-child {
        flex: 0 0 100%;
        padding: 0 40px
    }

    .case_flex .flex_item:first-child .case_txt .case_title {
        max-width: 60%
    }

    .case_flex .flex_item .case_txt {
        flex: 0 0 50%
    }

    .case_flex .flex_item .case_txt .case_logo {
        margin-bottom: 40px
    }

    .case_flex .flex_item .case_txt .case_logo img {
        height: 60px
    }

    .case_flex .flex_item .case_txt .case_title {
        max-width: 90%
    }

    .case_flex .flex_item .case_txt .case_title .h3,
    .case_flex .flex_item .case_txt .case_title h3 {
        margin-bottom: 50px
    }

    .case_flex .flex_item .case_txt .case_title a {
        font-size: 14px;
        line-height: 28px
    }

    .case_flex .flex_item .case_figure {
        flex: 0 0 50%
    }

    .gettouch .map_loc {
        margin-top: 30px
    }

    .gettouch .map_loc iframe {
        height: 350px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .service_usa {
        height: 90vh;
        margin-top: -60px
    }

    .service_usa .banenr_content {
        margin-top: 100px;
        padding-right: 0
    }

    .service_usa .banenr_content .h1,
    .service_usa .banenr_content h1,
    .service_usa .banenr_content p {
        margin-bottom: 20px
    }

    .service_usa.web_dev_service .banenr_content span,
    .service_usa.web_dev_service .banenr_content .h2-title {
        font-size: 35px;
        line-height: 45px
    }

    .service_usa.web_dev_service .banenr_content .h1,
    .service_usa.web_dev_service .banenr_content h1,
    .service_usa.web_dev_service .banenr_content p {
        margin-bottom: 20px
    }

    .service_usa.web_dev_service .banenr_content .border_btn.web_case_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        min-width: 180px;
        padding: 0 30px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif {
        height: 248px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif img {
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .service_usa .awards_web {
        gap: 20px
    }

    .service_usa .awards_web .awards_web_item img {
        height: 60px;
        width: auto
    }

    .service_usa.healthcare_banner .banenr_content .web_head_banner {
        font-size: 17px;
        letter-spacing: 0;
        line-height: 27px
    }

    .service_usa.healthcare_banner .banenr_content .h5,
    .service_usa.healthcare_banner .banenr_content h5 {
        font-size: 13px;
        line-height: 25px
    }

    .service_usa.healthcare_banner .banenr_content .text_main .text:after {
        background: hsla(0, 0%, 99%, .278);
        padding: 5px
    }

    .service_usa.healthcare_banner .health_banner_img img {
        height: 400px;
        width: auto
    }

    .service_usa.iphone_banner .iphone_banner_img img {
        height: 430px;
        width: auto
    }

    .service_usa.on_demand_banner .cloud_banner_gif img {
        height: 400px;
        width: auto
    }

    .service_usa.nft_banner {
        height: 90vh
    }

    .service_usa.nft_banner .banenr_content p {
        padding-top: 10px
    }

    .service_usa.hire_net_banner {
        height: 90vh;
        margin-top: -60px
    }

    .partner-usa .partner-num {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px
    }

    .partner-usa .partner-para p {
        padding-right: 15px
    }

    .partner-usa .partner_padd {
        padding-top: 40px
    }

    .consider_usa .consider-box {
        padding: 20px 20px 10px
    }

    .case_service {
        height: 380px
    }

    .case_service .case-logo {
        margin-bottom: 40px
    }

    .case_service .case_content .case-logo img {
        height: 60px;
        width: auto
    }

    .case_service .case_content .h3,
    .case_service .case_content h3 {
        margin-bottom: 40px;
        width: 50%
    }

    .case_service .case_content a {
        font-size: 15px;
        line-height: 25px
    }

    .case_service .case_content a svg {
        margin-left: 10px
    }

    .case_service1 {
        height: 340px
    }

    .case_service1 .case-main .case-content {
        flex: 0 0 45%
    }

    .case_service1 .case-main .case-content .h3,
    .case_service1 .case-main .case-content h3 {
        margin-bottom: 30px
    }

    .case_service1 .case-main .case-content a {
        font-size: 15px;
        line-height: 25px
    }

    .case_service1 .case-main .case-content img {
        height: 40px;
        margin-bottom: 20px;
        width: auto
    }

    .case_service1 .case-main .case-content img.reck-logo {
        height: 70px;
        width: auto
    }

    .case_service1 .case-main .case-usaimg {
        flex: 0 0 55%
    }

    .case_service1 .case-main .case-usaimg img {
        position: relative;
        right: 10px
    }

    .case_service1 .p-50 {
        padding-left: 25px
    }

    .workflow .workflow_secion {
        margin-top: 40px
    }

    .workflow .workflow_secion .workflow_items {
        height: 180px;
        margin-top: 20px;
        padding: 20px
    }

    .workflow .workflow_secion .workflow_items .item_name,
    .workflow .workflow_secion .workflow_items .item_name h3 {
        font-size: 16px;
        line-height: 25px;
        line-height: 26px;
        margin-bottom: 10px;
        position: relative
    }

    .workflow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 30px;
        width: auto
    }

    .workflow .workflow_secion .workflow_items .item_name span {
        font-size: 18px;
        line-height: 42px
    }

    .workflow .workflow_secion .workflow_items p {
        font-size: 12px;
        line-height: 21px
    }

    .workflow.generative_ai_choose .workflow_secion .workflow_items {
        height: 240px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items {
        height: 250px;
        padding: 20px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items p {
        font-size: 13px;
        line-height: 22px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name,
    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 30px;
        width: auto
    }

    .workflow.machine_why_choose .workflow_secion .workflow_items {
        height: 220px;
        margin-top: 0;
        padding: 20px 15px
    }

    .workflow.machine_why_choose .col-xl-4 {
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec
    }

    .workflow.machine_why_choose .col-xl-4:last-child,
    .workflow.machine_why_choose .col-xl-4:nth-child(3) {
        border-right: none
    }

    .workflow.machine_why_choose .col-xl-4:last-child,
    .workflow.machine_why_choose .col-xl-4:nth-child(4),
    .workflow.machine_why_choose .col-xl-4:nth-child(5) {
        border-bottom: none
    }

    .workflow.digital_marketing_flow {
        background-color: #f9f9f9;
        background-position: 0;
        background-size: 50%
    }

    .workflow.digital_marketing_flow .workflow_secion {
        margin-top: 20px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items {
        height: 100%;
        padding: 25px 20px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items .item_name {
        margin-bottom: 10px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items p {
        margin-bottom: 0
    }

    .workflow.search-engine-workflow .workflow_secion .workflow_items {
        height: 100%
    }

    .workflow.worflow_seo .workflow_secion .workflow_items .item_name span svg {
        height: 45px;
        width: auto
    }

    .rating_usa .rating_box .rating-svg svg {
        height: 80px;
        width: auto
    }

    .rating_usa .rating_box .rating-content {
        margin-left: 20px;
        text-align: left
    }

    .rating_usa .rating_box .rating-content p {
        margin-bottom: 0
    }

    .rating_usa .rating_box .rating-content .rating-num {
        font-size: 40px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .rating_usa.rating_web_dev .rating_box .rating-svg svg {
        height: 55px;
        width: auto
    }

    .rating_usa.rating_web_dev .rating_box .rating-content .rating-num {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 0
    }

    .rating_usa.rating_dubai .rating_box .rating-svg img {
        height: 55px;
        width: auto
    }

    .rating_usa.rating_on_demand .rating_box {
        margin-bottom: 20px
    }

    .rating_usa.rating_on_demand .rating_box .rating-content p {
        font-size: 12px;
        line-height: 28px
    }

    .rating_usa.rating_hire_and .rating_box {
        margin-bottom: 20px
    }

    .rating_usa.rating_hire_react .rating_box {
        margin-bottom: 0
    }

    .associatesslider .swiper-wrapper {
        margin-top: 50px;
        overflow: hidden
    }

    .associatesslider .swiper-wrapper .associates_card {
        height: 280px;
        margin: 20px 0;
        max-width: 570px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 25px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name {
        font-size: 18px;
        margin-bottom: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content p {
        font-size: 17px;
        margin-bottom: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .Robustand .robustscroll .robust-box {
        height: 400px;
        padding-right: 50px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar {
        width: 3px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #06dcbf
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-thumb {
        background-color: #d3d3d3;
        outline: 0 solid #d3d3d3
    }

    .Robustand.robust_solution .robustscroll .robust-box .robust-content ul li:before {
        height: 5px;
        left: 5px;
        top: 12px;
        width: 5px
    }

    .Robustand.social-media-services .robustscroll .robust-box {
        height: 340px
    }

    .Robustand.twod-services .robustscroll .robust-box {
        height: 250px
    }

    .Industry_usa .industry_scroll {
        height: 400px;
        overflow-y: scroll
    }

    .Industry_usa .industry_scroll .h3,
    .Industry_usa .industry_scroll h3 {
        font-size: 30px;
        line-height: 45px;
        transition: .2s ease
    }

    .Industry_usa .industry_scroll::-webkit-scrollbar {
        width: 0
    }

    .androidbuss .buss-padd,
    .whychooseusa .choose_padd {
        padding-top: 50px
    }

    .androidbuss .androidbuss_box {
        height: auto;
        margin-bottom: 15px;
        min-height: 170px;
        padding: 0 20px
    }

    .androidbuss .androidbuss_box .andoidbuss_content {
        text-align: center
    }

    .androidbuss .androidbuss_box .andoidbuss_content .h6,
    .androidbuss .androidbuss_box .andoidbuss_content h6 {
        margin-bottom: 10px
    }

    .androidbuss .androidbuss_box .andoidbuss_content p {
        font-size: 13px;
        line-height: 22px
    }

    .Perks.p-100 {
        padding-bottom: 0
    }

    .Perks.p-100 .perks-padd {
        padding-top: 50px
    }

    .Perks.p-100 .perks-box {
        height: 200px;
        padding: 30px 20px
    }

    .Perks.p-100 .perks-box .perks-content {
        position: relative
    }

    .Perks.p-100 .perks-box .perks-content p {
        font-size: 13px;
        line-height: 25px;
        padding-top: 20px
    }

    .Perks.p-100 .perks-box .perks-content .h4,
    .Perks.p-100 .perks-box .perks-content h4 {
        font-size: 18px;
        line-height: 28px
    }

    .Perks.p-100 .perks-box .perks-content .h4:after,
    .Perks.p-100 .perks-box .perks-content h4:after {
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 40px;
        width: 130px
    }

    .Perks.p-100 .perks-box.perks_android .perks-content br,
    .Perks.p-100 .perks-box.perks_web .perks-content br {
        display: none
    }

    .Perks.p-100.perks_devops {
        padding-bottom: 50px
    }

    .Perks.p-100.perks_devops .perks-box {
        height: 240px
    }

    .Perks.p-100.perks_it {
        padding-bottom: 50px
    }

    .Perks.p-100.perks_it .perks-box {
        height: 210px
    }

    .Perks.p-100.mobile_app_perks {
        padding-bottom: 50px
    }

    .Perks.p-100.mobile_app_perks .perks-box {
        height: 260px
    }

    .Perks.p-100.perks_ai {
        padding-bottom: 50px
    }

    .Perks.p-100.perks_ai .perks-box {
        height: 330px
    }

    .latestblog_usa .blog-padd {
        padding-top: 40px
    }

    .latestblog_usa .saudia_h4_blog_head {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 40px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img {
        height: 200px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img span {
        display: block !important;
        height: 200px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa {
        padding: 25px 15px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa .h5,
    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa h5 {
        font-size: 16px;
        line-height: 26px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa p {
        font-size: 13px;
        line-height: 23px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date {
        height: 30px;
        left: 15px;
        top: 185px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date span {
        font-size: 12px
    }

    .latestblog_usa .blog-btn {
        margin-top: 40px
    }

    .case_flex .flex_item {
        flex: 0 0 50%;
        height: 440px;
        padding-left: 40px
    }

    .case_flex .flex_item:first-child {
        flex: 0 0 100%;
        padding: 0 40px
    }

    .case_flex .flex_item:first-child .case_txt .case_title {
        max-width: 60%
    }

    .case_flex .flex_item .case_txt {
        flex: 0 0 50%
    }

    .case_flex .flex_item .case_txt .case_logo {
        margin-bottom: 30px
    }

    .case_flex .flex_item .case_txt .case_logo img {
        height: 50px
    }

    .case_flex .flex_item .case_txt .case_title {
        max-width: 90%
    }

    .case_flex .flex_item .case_txt .case_title .h3,
    .case_flex .flex_item .case_txt .case_title h3 {
        margin-bottom: 40px
    }

    .case_flex .flex_item .case_txt .case_title a {
        font-size: 13px;
        line-height: 26px
    }

    .case_flex .flex_item .case_figure {
        flex: 0 0 50%
    }
}

@media(min-width:768px)and (max-width:991px) {
    .service_usa {
        height: 70vh;
        margin-top: -40px
    }

    .service_usa .banenr_content {
        margin-top: 70px;
        padding-right: 0
    }

    .service_usa .banenr_content .h1,
    .service_usa .banenr_content h1,
    .service_usa .banenr_content p {
        margin-bottom: 20px
    }

    .service_usa.web_dev_service .banenr_content .h1,
    .service_usa.web_dev_service .banenr_content h1,
    .service_usa.web_dev_service .banenr_content p {
        margin-bottom: 10px
    }

    .service_usa.web_dev_service .banenr_content span,
    .service_usa.web_dev_service .banenr_content .h2-title {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 40px
    }

    .service_usa.web_dev_service .banenr_content .border_btn.web_case_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        min-width: 180px;
        padding: 0 30px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif {
        height: 172px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif img {
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .service_usa .awards_web {
        gap: 10px
    }

    .service_usa .awards_web .awards_web_item img {
        height: 50px;
        width: auto
    }

    .service_usa.healthcare_banner .banenr_content .web_head_banner {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 25px
    }

    .service_usa.healthcare_banner .banenr_content .h5,
    .service_usa.healthcare_banner .banenr_content h5 {
        font-size: 12px;
        line-height: 24px
    }

    .service_usa.healthcare_banner .banenr_content .text_main .text:after {
        background: hsla(0, 0%, 99%, .278);
        padding: 5px
    }

    .service_usa.healthcare_banner .health_banner_img img {
        height: 360px;
        width: auto
    }

    .service_usa.android_banner .health_banner_img img {
        height: 280px;
        width: auto
    }

    .service_usa.iphone_banner .iphone_banner_img img {
        height: 350px;
        width: auto
    }

    .service_usa.on_demand_banner .banenr_content {
        padding-right: 0
    }

    .service_usa.on_demand_banner .cloud_banner_gif img {
        height: 290px;
        width: auto
    }

    .service_usa.nft_banner {
        height: 70vh
    }

    .service_usa.nft_banner .banenr_content p {
        padding-top: 10px
    }

    .service_usa.hire_net_banner {
        height: 70vh;
        margin-top: -40px
    }

    .partner-usa .partner-num {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px
    }

    .partner-usa .partner-para p {
        padding-right: 15px
    }

    .partner-usa .partner_padd {
        padding-top: 40px
    }

    .consider_usa .consider-box {
        margin-top: 20px;
        padding: 20px 20px 10px
    }

    .case_service {
        height: 380px;
        overflow: hidden
    }

    .case_service .case-logo {
        margin-bottom: 40px
    }

    .case_service .case_content .case-logo img {
        height: 60px;
        width: auto
    }

    .case_service .case_content .h3,
    .case_service .case_content h3 {
        margin-bottom: 40px;
        width: 80%
    }

    .case_service .case_content a {
        font-size: 15px;
        line-height: 25px
    }

    .case_service .case_content a svg {
        margin-left: 10px
    }

    .case_service1 {
        height: auto
    }

    .case_service1 .case-main {
        margin-bottom: 0;
        overflow: hidden
    }

    .case_service1 .case-main .case-content {
        flex: 0 0 50%
    }

    .case_service1 .case-main .case-content .h3,
    .case_service1 .case-main .case-content h3 {
        margin-bottom: 40px;
        width: 80%
    }

    .case_service1 .case-main .case-content a {
        font-size: 15px;
        line-height: 25px
    }

    .case_service1 .case-main .case-content img {
        height: 40px;
        margin-bottom: 30px;
        width: auto
    }

    .case_service1 .case-main .case-content img.reck-logo {
        height: 80px;
        width: auto
    }

    .case_service1 .case-main .case-usaimg {
        flex: 0 0 50%;
        justify-content: center;
        margin-top: 10px
    }

    .case_service1 .case-main .case-usaimg img {
        height: 250px;
        position: relative;
        right: 0
    }

    .case_service1 .p-50 {
        padding-left: 0
    }

    .workflow .workflow_secion {
        margin-top: 40px
    }

    .workflow .workflow_secion .workflow_items {
        height: 180px;
        margin-top: 20px;
        padding: 20px
    }

    .workflow .workflow_secion .workflow_items .item_name,
    .workflow .workflow_secion .workflow_items .item_name h3 {
        font-size: 16px;
        line-height: 25px;
        line-height: 26px;
        margin-bottom: 10px;
        position: relative
    }

    .workflow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 30px;
        width: auto
    }

    .workflow .workflow_secion .workflow_items .item_name span {
        font-size: 18px;
        line-height: 42px
    }

    .workflow .workflow_secion .workflow_items p {
        font-size: 12px;
        line-height: 21px
    }

    .workflow.mobile_app_process_speed .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 35px;
        width: auto
    }

    .workflow.generative_ai_choose .workflow_secion .workflow_items {
        height: 220px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items {
        height: 280px;
        padding: 20px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items p {
        font-size: 12px;
        line-height: 21px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name,
    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 30px;
        width: auto
    }

    .workflow.machine_why_choose .workflow_secion .workflow_items {
        height: 200px;
        margin-top: 0;
        padding: 20px 15px
    }

    .workflow.machine_why_choose .col-xl-4 {
        border-bottom: 1px solid #ececec;
        border-right: 1px solid #ececec
    }

    .workflow.machine_why_choose .col-xl-4:nth-child(3) {
        border-right: 1px solid #ececec
    }

    .workflow.machine_why_choose .col-xl-4:nth-child(4) {
        border-bottom: 1px solid #ececec
    }

    .workflow.web3_game_process .workflow_secion {
        margin-top: 10px
    }

    .workflow.web3_game_process .workflow_secion .workflow_items {
        height: 100%;
        padding: 25px 20px
    }

    .workflow.search-engine-workflow .workflow_secion .workflow_items {
        height: 100%
    }

    .workflow.worflow_seo .workflow_secion .workflow_items .item_name span svg {
        height: 45px;
        width: auto
    }

    .rating_usa .rating_box .rating-svg svg {
        height: 70px;
        width: auto
    }

    .rating_usa .rating_box .rating-content {
        margin-left: 20px;
        text-align: left
    }

    .rating_usa .rating_box .rating-content p {
        line-height: 18px;
        margin-bottom: 0
    }

    .rating_usa .rating_box .rating-content .rating-num {
        font-size: 35px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .rating_usa.rating_web_dev .rating_box .rating-svg svg {
        height: 40px;
        width: auto
    }

    .rating_usa.rating_web_dev .rating_box .rating-content .rating-num {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0
    }

    .rating_usa.rating_dubai .rating_box .rating-svg img {
        height: 40px;
        width: auto
    }

    .rating_usa.rating_dubai .rating_box .rating-content p {
        font-size: 11px;
        line-height: 18px
    }

    .rating_usa.rating_on_demand .rating_box {
        margin-bottom: 20px
    }

    .rating_usa.rating_on_demand .rating_box .rating-content p {
        font-size: 12px;
        line-height: 28px
    }

    .rating_usa.rating_hire_and .rating_box {
        margin-bottom: 20px
    }

    .rating_usa.rating_hire_react .rating_box {
        margin-bottom: 0
    }

    .rating_usa.rating_hire_react .rating_box .rating-content p {
        font-size: 11px;
        line-height: 22px
    }

    .associatesslider .swiper-wrapper {
        margin-top: 40px;
        overflow: hidden
    }

    .associatesslider .swiper-wrapper .associates_card {
        height: 280px;
        margin: 20px 0;
        max-width: 570px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 25px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name {
        font-size: 18px;
        margin-bottom: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content p {
        font-size: 16px;
        margin-bottom: 28px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .Robustand .robustscroll .robust-box {
        height: 400px;
        padding-right: 50px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar {
        width: 3px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #06dcbf
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-thumb {
        background-color: #d3d3d3;
        outline: 0 solid #d3d3d3
    }

    .Robustand.robust_solution .robustscroll .robust-box .robust-content ul li:before {
        height: 5px;
        left: 5px;
        top: 12px;
        width: 5px
    }

    .Robustand.social-media-services .robustscroll .robust-box {
        height: 360px
    }

    .Robustand.twod-services .robustscroll .robust-box {
        height: 250px
    }

    .Industry_usa .industry_scroll {
        height: 350px;
        overflow-y: scroll
    }

    .Industry_usa .industry_scroll .h3,
    .Industry_usa .industry_scroll h3 {
        font-size: 25px;
        line-height: 35px;
        transition: .2s ease
    }

    .Industry_usa .industry_scroll::-webkit-scrollbar {
        width: 0
    }

    .androidbuss .buss-padd,
    .whychooseusa .choose_padd {
        padding-top: 40px
    }

    .androidbuss .androidbuss_box {
        height: auto;
        margin-bottom: 15px;
        min-height: 170px;
        padding: 0 20px
    }

    .androidbuss .androidbuss_box .andoidbuss_content {
        text-align: center
    }

    .androidbuss .androidbuss_box .andoidbuss_content .h6,
    .androidbuss .androidbuss_box .andoidbuss_content h6 {
        margin-bottom: 10px
    }

    .androidbuss .androidbuss_box .andoidbuss_content p {
        font-size: 13px;
        line-height: 22px
    }

    .Perks.p-100 {
        padding-bottom: 0
    }

    .Perks.p-100 .perks-padd {
        padding-top: 40px
    }

    .Perks.p-100 .perks-box {
        height: 250px;
        margin-bottom: 20px;
        padding: 30px 20px
    }

    .Perks.p-100 .perks-box .perks-content {
        position: relative
    }

    .Perks.p-100 .perks-box .perks-content p {
        font-size: 13px;
        line-height: 25px;
        padding-top: 20px
    }

    .Perks.p-100 .perks-box .perks-content .h4,
    .Perks.p-100 .perks-box .perks-content h4 {
        font-size: 22px;
        line-height: 32px
    }

    .Perks.p-100 .perks-box .perks-content .h4:after,
    .Perks.p-100 .perks-box .perks-content h4:after {
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 70px;
        width: 140px
    }

    .Perks.p-100.perks_devops {
        padding-bottom: 40px
    }

    .Perks.p-100.perks_devops .perks-box {
        height: 320px
    }

    .Perks.p-100.perks_it {
        padding-bottom: 40px
    }

    .Perks.p-100.perks_it .perks-box {
        height: 290px
    }

    .Perks.p-100.mobile_app_perks {
        padding-bottom: 40px
    }

    .Perks.p-100.mobile_app_perks .perks-box {
        height: 350px
    }

    .Perks.p-100.perks_ai {
        padding-bottom: 40px
    }

    .Perks.p-100.perks_ai .perks-box {
        height: 420px
    }

    .latestblog_usa .blog-padd {
        padding-top: 40px
    }

    .latestblog_usa .saudia_h4_blog_head {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 35px;
        margin-bottom: 15px
    }

    .latestblog_usa .main_blogs {
        display: block
    }

    .latestblog_usa .main_blogs .latest-blogbox {
        margin-bottom: 30px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img {
        height: 350px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img span {
        display: block !important;
        height: 350px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa {
        padding: 25px 15px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa .h5,
    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa h5 {
        font-size: 16px;
        height: 25px;
        line-height: 26px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa p {
        font-size: 13px;
        line-height: 23px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date {
        height: 30px;
        left: 15px;
        top: 335px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date span {
        font-size: 12px
    }

    .latestblog_usa .blog-btn {
        margin-top: 40px
    }

    .case_flex .flex_item {
        flex: 0 0 50%;
        height: 380px;
        padding-left: 20px
    }

    .case_flex .flex_item:first-child {
        flex: 0 0 100%;
        padding: 0 20px
    }

    .case_flex .flex_item:first-child .case_txt .case_title {
        max-width: 80%
    }

    .case_flex .flex_item .case_txt {
        flex: 0 0 50%
    }

    .case_flex .flex_item .case_txt .case_logo {
        margin-bottom: 20px
    }

    .case_flex .flex_item .case_txt .case_logo img {
        height: 50px
    }

    .case_flex .flex_item .case_txt .case_title {
        max-width: 100%
    }

    .case_flex .flex_item .case_txt .case_title .h3,
    .case_flex .flex_item .case_txt .case_title h3 {
        margin-bottom: 20px
    }

    .case_flex .flex_item .case_txt .case_title a {
        font-size: 13px;
        line-height: 26px
    }

    .case_flex .flex_item .case_figure {
        flex: 0 0 50%;
        right: 10px
    }
}

@media(min-width:501px)and (max-width:767px) {
    .service_usa {
        height: 100%;
        margin-top: 0
    }

    .service_usa .banenr_content {
        margin-top: 130px;
        padding-right: 0
    }

    .service_usa .banenr_content .h1,
    .service_usa .banenr_content h1,
    .service_usa .banenr_content p {
        margin-bottom: 20px
    }

    .service_usa span.lazy-load-image-background {
        display: block !important;
        text-align: center
    }

    .service_usa span.lazy-load-image-background img {
        margin: 30px auto 0;
        max-height: 260px
    }

    .service_usa.web_dev_service .banenr_content .web_head_banner {
        font-size: 19px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 10px
    }

    .service_usa.web_dev_service .banenr_content p {
        margin-bottom: 10px
    }

    .service_usa.web_dev_service .banenr_content span,
    .service_usa.web_dev_service .banenr_content .h2-title {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 35px
    }

    .service_usa.web_dev_service .banenr_content .border_btn.web_case_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        min-width: 180px;
        padding: 0 30px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif {
        height: 172px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif img {
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .service_usa .awards_web {
        gap: 10px
    }

    .service_usa .awards_web .awards_web_item img {
        height: 50px;
        width: auto
    }

    .service_usa.healthcare_banner .health_banner_img img {
        height: 380px;
        width: auto
    }

    .service_usa.android_banner .health_banner_img img {
        height: 280px;
        width: auto
    }

    .service_usa.iphone_banner .iphone_banner_img img {
        height: 350px;
        width: auto
    }

    .service_usa.on_demand_banner .cloud_banner_gif img {
        height: 290px;
        width: auto
    }

    .service_usa.nft_banner {
        height: 100%
    }

    .service_usa.nft_banner .banenr_content p {
        padding-top: 10px
    }

    .partner-usa .partner-num {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .partner-usa .partner-para p {
        padding-right: 0
    }

    .partner-usa .partner_padd {
        padding-top: 30px
    }

    .consider_usa .consider-box {
        margin-top: 20px;
        padding: 20px 20px 10px
    }

    .case_service {
        height: auto;
        padding-top: 30px
    }

    .case_service .case-logo {
        margin-bottom: 30px
    }

    .case_service .case_content .case-logo img {
        height: 50px;
        width: auto
    }

    .case_service .case_content .h3,
    .case_service .case_content h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
        width: 100%
    }

    .case_service .case_content a {
        font-size: 14px;
        line-height: 24px
    }

    .case_service .case_content a svg {
        margin-left: 10px
    }

    .case_service .case-right img {
        margin-top: 20px
    }

    .case_service1 {
        height: auto
    }

    .case_service1 .case-main {
        display: block;
        height: auto;
        margin-bottom: 0
    }

    .case_service1 .case-main .case-content {
        flex: 0 0 100%;
        padding: 30px 0
    }

    .case_service1 .case-main .case-content .h3,
    .case_service1 .case-main .case-content h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .case_service1 .case-main .case-content a {
        font-size: 14px;
        line-height: 24px
    }

    .case_service1 .case-main .case-content img {
        height: 40px;
        margin-bottom: 20px;
        width: auto
    }

    .case_service1 .case-main .case-content img.reck-logo {
        height: 70px;
        width: auto
    }

    .case_service1 .case-main .case-usaimg {
        display: block;
        flex: 0 0 50%;
        text-align: center
    }

    .case_service1 .case-main .case-usaimg img {
        height: 220px;
        position: relative;
        right: 0
    }

    .case_service1 .p-50 {
        padding-left: 0
    }

    .workflow .workflow_secion {
        margin-top: 10px
    }

    .workflow .workflow_secion .workflow_items {
        height: 180px;
        margin-top: 20px;
        padding: 20px
    }

    .workflow .workflow_secion .workflow_items .item_name,
    .workflow .workflow_secion .workflow_items .item_name h3 {
        font-size: 16px;
        line-height: 25px;
        line-height: 26px;
        margin-bottom: 10px;
        position: relative
    }

    .workflow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 30px;
        width: auto
    }

    .workflow .workflow_secion .workflow_items .item_name span {
        font-size: 18px;
        line-height: 42px
    }

    .workflow .workflow_secion .workflow_items p {
        font-size: 12px;
        line-height: 21px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items {
        height: 280px;
        padding: 20px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items p {
        font-size: 12px;
        line-height: 21px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name,
    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 30px;
        width: auto
    }

    .workflow.web3_game_process .workflow_secion {
        margin-top: 10px
    }

    .workflow.web3_game_process .workflow_secion .workflow_items {
        height: 100%;
        padding: 25px 20px
    }

    .workflow.search-engine-workflow .workflow_secion .workflow_items {
        height: 100%
    }

    .workflow.worflow_seo .workflow_secion .workflow_items .item_name span svg {
        height: 40px;
        width: auto
    }

    .rating_usa .rating_box {
        margin-top: 30px
    }

    .rating_usa .rating_box .rating-svg svg {
        height: 60px;
        width: auto
    }

    .rating_usa .rating_box .rating-content {
        margin-left: 20px;
        text-align: left
    }

    .rating_usa .rating_box .rating-content p {
        line-height: 18px;
        margin-bottom: 0
    }

    .rating_usa .rating_box .rating-content .rating-num {
        font-size: 35px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .rating_usa.rating_web_dev .rating_box .rating-svg svg {
        height: 40px;
        width: auto
    }

    .rating_usa.rating_web_dev .rating_box .rating-content .rating-num {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0
    }

    .rating_usa.rating_dubai .rating_box .rating-svg img {
        height: 40px;
        width: auto
    }

    .rating_usa.rating_hire_and .rating_box {
        margin-bottom: 20px
    }

    .rating_usa.rating_hire_react .rating_box {
        margin-bottom: 0
    }

    .rating_usa.rating_hire_react .rating_box .rating-content p {
        font-size: 11px;
        line-height: 22px
    }

    .associatesslider .swiper-wrapper {
        margin-top: 0;
        overflow: hidden
    }

    .associatesslider .swiper-wrapper .associates_card {
        border: 1px solid #06dcbf;
        box-shadow: none;
        display: block;
        height: auto;
        margin: 20px 0;
        max-width: 100%
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 100%;
        padding: 25px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name {
        font-size: 16px;
        margin-bottom: 20px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img img {
        height: 40px;
        width: auto
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating {
        border: 0;
        flex: 0 0 100%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 30px;
        line-height: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 14px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .Robustand .robustscroll .robust-box {
        height: auto;
        margin-top: 30px;
        overflow: hidden;
        padding-right: 0
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar {
        width: 3px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #06dcbf
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-thumb {
        background-color: #d3d3d3;
        outline: 0 solid #d3d3d3
    }

    .Robustand a.border_btn {
        background: #06dcbf
    }

    .Robustand.social-media-services .robustscroll .robust-box {
        height: 360px
    }

    .Industry_usa .industry_scroll {
        height: auto;
        margin-top: 30px;
        overflow: hidden
    }

    .Industry_usa .industry_scroll .h3,
    .Industry_usa .industry_scroll h3 {
        font-size: 20px;
        line-height: 32px;
        transition: .2s ease
    }

    .Industry_usa .industry_scroll::-webkit-scrollbar {
        width: 0
    }

    .androidbuss .buss-padd,
    .whychooseusa .choose_padd {
        padding-top: 10px
    }

    .androidbuss .androidbuss_box {
        height: auto;
        margin-bottom: 15px;
        min-height: 200px;
        padding: 0 15px
    }

    .androidbuss .androidbuss_box .andoidbuss_content {
        text-align: center
    }

    .androidbuss .androidbuss_box .andoidbuss_content .h6,
    .androidbuss .androidbuss_box .andoidbuss_content h6 {
        margin-bottom: 10px
    }

    .androidbuss .androidbuss_box .andoidbuss_content p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0
    }

    .Perks.p-100 {
        padding-bottom: 0
    }

    .Perks.p-100 .perks-padd {
        padding-top: 20px
    }

    .Perks.p-100 .perks-box {
        align-items: center;
        display: flex;
        height: 250px;
        margin-bottom: 20px;
        padding: 0 20px
    }

    .Perks.p-100 .perks-box .perks-content {
        position: relative
    }

    .Perks.p-100 .perks-box .perks-content p {
        font-size: 13px;
        line-height: 23px;
        padding-top: 20px
    }

    .Perks.p-100 .perks-box .perks-content .h4,
    .Perks.p-100 .perks-box .perks-content h4 {
        font-size: 29px;
        line-height: 39px
    }

    .Perks.p-100 .perks-box .perks-content .h4:after,
    .Perks.p-100 .perks-box .perks-content h4:after {
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 80px;
        width: 120px
    }

    .Perks.p-100.perks_devops {
        padding-bottom: 40px
    }

    .Perks.p-100.perks_devops .perks-box {
        height: 320px
    }

    .Perks.p-100.perks_it {
        padding-bottom: 40px
    }

    .Perks.p-100.perks_it .perks-box {
        height: 290px
    }

    .Perks.p-100.perks_ai {
        padding-bottom: 40px
    }

    .Perks.p-100.perks_ai .perks-box {
        height: 420px
    }

    .latestblog_usa .blog-padd {
        padding-top: 40px
    }

    .latestblog_usa .saudia_h4_blog_head {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 35px;
        margin-bottom: 15px
    }

    .latestblog_usa .main_blogs {
        flex-wrap: wrap
    }

    .latestblog_usa .main_blogs .latest-blogbox {
        flex: 0 0 100%
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img {
        height: 200px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img span {
        display: block !important;
        height: 200px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa {
        padding: 25px 15px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa .h5,
    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa h5 {
        font-size: 16px;
        height: auto;
        line-height: 26px;
        overflow: unset
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa p {
        font-size: 13px;
        line-height: 23px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date {
        height: 30px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date span {
        font-size: 12px
    }

    .latestblog_usa .blog-btn {
        margin-top: 40px
    }

    .whychooseusa img {
        margin-top: 20px
    }

    .case_flex .flex_item {
        flex: 0 0 100%;
        flex-wrap: wrap;
        height: auto;
        padding: 30px 0 0 20px
    }

    .case_flex .flex_item:first-child {
        flex: 0 0 100%;
        padding: 30px 20px 0
    }

    .case_flex .flex_item:first-child .case_txt .case_title {
        max-width: 80%
    }

    .case_flex .flex_item:first-child .case_figure {
        flex: 0 0 100%;
        right: 0
    }

    .case_flex .flex_item:first-child .case_figure.website img {
        max-height: 100%
    }

    .case_flex .flex_item:first-child .case_figure img {
        max-height: 300px
    }

    .case_flex .flex_item .case_txt {
        flex: 0 0 100%
    }

    .case_flex .flex_item .case_txt .case_logo {
        margin-bottom: 20px
    }

    .case_flex .flex_item .case_txt .case_logo img {
        height: 50px
    }

    .case_flex .flex_item .case_txt .case_title {
        max-width: 100%
    }

    .case_flex .flex_item .case_txt .case_title .h3,
    .case_flex .flex_item .case_txt .case_title h3 {
        margin-bottom: 20px
    }

    .case_flex .flex_item .case_txt .case_title a {
        display: block;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .case_flex .flex_item .case_figure {
        flex: 0 0 100%;
        justify-content: center;
        right: 0
    }

    .case_flex .flex_item .case_figure span {
        display: block !important;
        text-align: right
    }

    .case_flex .flex_item .case_figure span img {
        max-height: 280px
    }

    .case_flex .flex_item .case_figure.website {
        padding-bottom: 20px
    }

    .case_flex .flex_item .case_figure.website span img {
        max-height: 100%
    }
}

@media(min-width:0px)and (max-width:500px) {
    .service_usa {
        height: 100%;
        margin-top: 0
    }

    .service_usa .banenr_content {
        margin-top: 100px;
        padding-right: 0
    }

    .service_usa .banenr_content .h1,
    .service_usa .banenr_content h1,
    .service_usa .banenr_content p {
        margin-bottom: 20px
    }

    .service_usa .gatsby-image-wrapper-constrained {
        margin-top: 30px
    }

    .service_usa.web_dev_service .banenr_content {
        margin-top: 110px
    }

    .service_usa.web_dev_service .banenr_content .web_head_banner {
        font-size: 17px;
        letter-spacing: 0;
        line-height: 27px;
        margin-bottom: 10px
    }

    .service_usa.web_dev_service .banenr_content p {
        margin-bottom: 10px
    }

    .service_usa.web_dev_service .banenr_content span,
    .service_usa.web_dev_service .banenr_content .h2-title {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 32px
    }

    .service_usa.web_dev_service .banenr_content .border_btn {
        margin-bottom: 10px;
        min-width: 150px
    }

    .service_usa.web_dev_service .banenr_content .border_btn.web_case_btn {
        border-radius: 25px;
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        min-width: 150px
    }

    .service_usa.web_dev_service .banner_desktop {
        margin-top: 30px
    }

    .service_usa.web_dev_service .banner_desktop .gatsby-image-wrapper img {
        height: 310px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif {
        height: 260px
    }

    .service_usa.web_dev_service .banner_desktop .banner_gif img {
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .service_usa .awards_web {
        gap: 10px;
        justify-content: center;
        margin-top: 0
    }

    .service_usa .awards_web .awards_web_item img {
        height: 70px;
        width: auto
    }

    .service_usa.healthcare_banner .banenr_content .web_head_banner {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 23px
    }

    .service_usa.healthcare_banner .banenr_content .h5,
    .service_usa.healthcare_banner .banenr_content h5 {
        font-size: 12px;
        line-height: 24px
    }

    .service_usa.healthcare_banner .banenr_content .text_main .text:after {
        background: hsla(0, 0%, 99%, .278);
        padding: 5px
    }

    .service_usa.healthcare_banner .health_banner_img {
        margin-top: 20px
    }

    .service_usa.healthcare_banner .health_banner_img img {
        height: 350px;
        width: auto
    }

    .service_usa.android_banner .banenr_content .border_btn.web_case_btn {
        margin-left: 10px;
        padding: 0 20px
    }

    .service_usa.android_banner .health_banner_img {
        margin-bottom: 10px
    }

    .service_usa.android_banner .health_banner_img img {
        height: 280px;
        width: auto
    }

    .service_usa.iphone_banner .iphone_banner_img {
        text-align: center
    }

    .service_usa.iphone_banner .iphone_banner_img img {
        height: 350px;
        width: auto
    }

    .service_usa.on_demand_banner {
        padding-bottom: 10px
    }

    .service_usa.on_demand_banner .banenr_content {
        padding-right: 0
    }

    .service_usa.on_demand_banner .banenr_content .web_head_banner {
        font-size: 15px;
        line-height: 25px
    }

    .service_usa.on_demand_banner .banenr_content P {
        margin-top: 10px
    }

    .service_usa.on_demand_banner .on_demand_mob img {
        margin-bottom: 10px
    }

    .service_usa.on_demand_banner .cloud_banner_gif {
        margin-top: 20px
    }

    .service_usa.on_demand_banner .cloud_banner_gif img {
        height: 250px;
        width: auto
    }

    .service_usa.uk_banner {
        background-image: none !important;
        background: #0f2d44
    }

    .service_usa.cloud_mig .gatsby-image-wrapper {
        margin-bottom: 20px
    }

    .service_usa.cloud_cost_banner {
        background-position: 0 !important
    }

    .service_usa.nft_banner {
        background: #011228;
        background-image: none !important;
        height: 100%;
        padding: 0 0 15px
    }

    .service_usa.nft_banner .banenr_content p {
        padding-top: 10px
    }

    .service_usa.chatbot_banner {
        background-image: none !important;
        background: #000;
        padding-bottom: 10px
    }

    .service_usa.hire_net_banner {
        height: 100%;
        margin-top: 0
    }

    .service_usa.ecomm_web_banner {
        background-image: none !important;
        background: #000b3e
    }

    .partner-usa .partner-num {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .partner-usa .partner-para p {
        padding-right: 0
    }

    .partner-usa .partner_padd {
        padding-top: 30px
    }

    .consider_usa .consider-box {
        margin-top: 20px;
        padding: 20px 20px 10px
    }

    .case_service {
        height: auto;
        padding-top: 30px
    }

    .case_service .case-logo {
        margin-bottom: 30px
    }

    .case_service .case_content .case-logo img {
        height: 50px;
        width: auto
    }

    .case_service .case_content .h3,
    .case_service .case_content h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
        width: 100%
    }

    .case_service .case_content a {
        font-size: 14px;
        line-height: 24px
    }

    .case_service .case_content a svg {
        margin-left: 10px
    }

    .case_service .case-right img {
        margin-top: 20px
    }

    .case_service1 {
        height: auto
    }

    .case_service1 .case-main {
        display: block;
        height: auto;
        margin-bottom: 0
    }

    .case_service1 .case-main .case-content {
        flex: 0 0 100%;
        padding: 30px 0
    }

    .case_service1 .case-main .case-content .h3,
    .case_service1 .case-main .case-content h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .case_service1 .case-main .case-content a {
        font-size: 14px;
        line-height: 24px
    }

    .case_service1 .case-main .case-content img {
        height: 40px;
        margin-bottom: 20px;
        width: auto
    }

    .case_service1 .case-main .case-content img.reck-logo {
        height: 70px;
        width: auto
    }

    .case_service1 .case-main .case-usaimg {
        display: block;
        flex: 0 0 50%;
        text-align: center
    }

    .case_service1 .case-main .case-usaimg img {
        height: 220px;
        position: relative;
        right: 0
    }

    .case_service1 .p-50 {
        padding-left: 0
    }

    .workflow .workflow_secion {
        margin-top: 10px
    }

    .workflow .workflow_secion .workflow_items {
        height: 180px;
        margin-top: 20px;
        padding: 20px
    }

    .workflow .workflow_secion .workflow_items .item_name,
    .workflow .workflow_secion .workflow_items .item_name h3 {
        font-size: 16px;
        line-height: 25px;
        line-height: 26px;
        margin-bottom: 10px;
        position: relative
    }

    .workflow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 30px;
        width: auto
    }

    .workflow .workflow_secion .workflow_items .item_name span {
        font-size: 18px;
        line-height: 42px
    }

    .workflow .workflow_secion .workflow_items p {
        font-size: 12px;
        line-height: 21px
    }

    .workflow.mobile_app_process_speed .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 35px;
        width: auto
    }

    .workflow.generative_ai_choose .workflow_secion .workflow_items {
        height: 220px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items {
        height: 250px;
        padding: 20px 15px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items p {
        font-size: 12px;
        line-height: 21px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name,
    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name h3 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 25px;
        width: auto
    }

    .workflow.speech_business_solutions .workflow_secion .workflow_items {
        height: 200px
    }

    .workflow.machine_why_choose .workflow_secion .workflow_items {
        height: unset;
        margin-top: 0;
        padding: 20px 10px
    }

    .workflow.machine_why_choose .col-xl-4 {
        border-bottom: 1px solid #ececec;
        border-right: none
    }

    .workflow.machine_why_choose .col-xl-4:nth-child(4),
    .workflow.machine_why_choose .col-xl-4:nth-child(5) {
        border-bottom: 1px solid #ececec
    }

    .workflow.machine_why_choose .col-xl-4:first-child,
    .workflow.machine_why_choose .col-xl-4:last-child,
    .workflow.machine_why_choose .col-xl-4:nth-child(2),
    .workflow.machine_why_choose .col-xl-4:nth-child(3) .workflow.machine_why_choose .col-xl-4:nth-child(4),
    .workflow.machine_why_choose .col-xl-4:nth-child(5) {
        border-right: none
    }

    .workflow.web3_game_process .workflow_secion {
        margin-top: 10px
    }

    .workflow.web3_game_process .workflow_secion .workflow_items {
        height: 100%;
        padding: 20px 15px
    }

    .workflow.digital_marketing_flow {
        background-color: #f9f9f9;
        background-image: none !important
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items {
        height: 100%;
        padding: 20px 15px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items .item_name {
        margin-bottom: 10px
    }

    .workflow.digital_marketing_flow .workflow_secion .workflow_items p {
        margin-bottom: 0
    }

    .workflow.search-engine-workflow .workflow_secion .workflow_items {
        height: 100%
    }

    .workflow.worflow_seo .workflow_secion .workflow_items .item_name span svg {
        height: 40px;
        width: auto
    }

    .rating_usa .rating_box {
        margin-top: 30px
    }

    .rating_usa .rating_box .rating-svg svg {
        height: 60px;
        width: auto
    }

    .rating_usa .rating_box .rating-content {
        margin-left: 10px;
        text-align: left
    }

    .rating_usa .rating_box .rating-content p {
        line-height: 18px;
        margin-bottom: 0
    }

    .rating_usa .rating_box .rating-content .rating-num {
        font-size: 35px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .rating_usa.rating_web_dev .rating_box {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .rating_usa.rating_web_dev .rating_box .rating-svg svg {
        height: 35px;
        width: auto
    }

    .rating_usa.rating_web_dev .rating_box .rating-content .rating-num {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }

    .rating_usa.rating_web_dev .rating_box .rating-content p {
        font-size: 12px;
        line-height: 17px
    }

    .rating_usa.rating_web_dev.rating_dubai .rating_box .rating-svg img {
        height: 35px;
        width: auto
    }

    .rating_usa.rating_and {
        padding: 0 0 25px !important
    }

    .rating_usa.rating_hire_and .rating_box {
        margin-bottom: 10px
    }

    .rating_usa.rating_hire_react .rating_box {
        justify-content: start
    }

    .associatesslider .swiper-wrapper {
        margin-top: 0;
        overflow: hidden
    }

    .associatesslider .swiper-wrapper .associates_card {
        border: 1px solid rgba(244, 122, 31, .129);
        box-shadow: none;
        display: block;
        height: auto;
        margin: 20px 0;
        max-width: 100%
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 100%;
        padding: 25px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name {
        font-size: 16px;
        margin-bottom: 20px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img img {
        height: 40px;
        width: auto
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating {
        border: 0;
        flex: 0 0 100%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 30px;
        line-height: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 14px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .Robustand .robustscroll .robust-box {
        height: auto;
        margin-top: 30px;
        overflow: hidden;
        padding-right: 0
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar {
        width: 3px
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #06dcbf
    }

    .Robustand .robustscroll .robust-box::-webkit-scrollbar-thumb {
        background-color: #d3d3d3;
        outline: 0 solid #d3d3d3
    }

    .Robustand a.border_btn {
        background: #06dcbf
    }

    .Robustand.robust_solution .robustscroll .robust-box .robust-content ul li:before {
        height: 5px;
        left: 5px;
        top: 10px;
        width: 5px
    }

    .Industry_usa .industry_scroll {
        height: auto;
        margin-top: 30px;
        overflow: hidden
    }

    .Industry_usa .industry_scroll .h3,
    .Industry_usa .industry_scroll h3 {
        font-size: 20px;
        line-height: 32px;
        transition: .2s ease
    }

    .Industry_usa .industry_scroll::-webkit-scrollbar {
        width: 0
    }

    .whychooseusa .choose_padd {
        padding-top: 10px
    }

    .whychooseusa .gatsby-image-wrapper-constrained {
        margin-top: 20px
    }

    .androidbuss .buss-padd {
        padding-top: 10px
    }

    .androidbuss .androidbuss_box {
        height: auto;
        margin-bottom: 15px;
        min-height: 200px;
        padding: 0 15px
    }

    .androidbuss .androidbuss_box .andoidbuss_content {
        text-align: center
    }

    .androidbuss .androidbuss_box .andoidbuss_content .h6,
    .androidbuss .androidbuss_box .andoidbuss_content h6 {
        margin-bottom: 10px
    }

    .androidbuss .androidbuss_box .andoidbuss_content p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0
    }

    .androidbuss.hire_ios_end .androidbuss_box {
        height: 100%;
        margin-bottom: 0;
        padding: 25px 15px
    }

    .Perks.p-100 {
        padding-bottom: 0
    }

    .Perks.p-100 .perks-padd {
        padding-top: 20px
    }

    .Perks.p-100 .perks-box {
        align-items: center;
        display: flex;
        height: 250px;
        margin-bottom: 20px;
        padding: 0 20px
    }

    .Perks.p-100 .perks-box .perks-content {
        position: relative
    }

    .Perks.p-100 .perks-box .perks-content p {
        font-size: 13px;
        line-height: 23px;
        padding-top: 20px
    }

    .Perks.p-100 .perks-box .perks-content .h4,
    .Perks.p-100 .perks-box .perks-content h4 {
        font-size: 24px;
        line-height: 34px
    }

    .Perks.p-100 .perks-box .perks-content .h4:after,
    .Perks.p-100 .perks-box .perks-content h4:after {
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 80px;
        width: 120px
    }

    .Perks.p-100.perks_devops {
        padding-bottom: 25px
    }

    .Perks.p-100.perks_devops .perks-box {
        height: 320px
    }

    .Perks.p-100.perks_it {
        padding-bottom: 30px
    }

    .Perks.p-100.perks_it .perks-box {
        height: 300px
    }

    .Perks.p-100.mobile_app_perks {
        padding-bottom: 30px
    }

    .Perks.p-100.mobile_app_perks .perks-box {
        height: 440px
    }

    .Perks.p-100.perks_ai {
        padding-bottom: 10px
    }

    .Perks.p-100.perks_ai .perks-box {
        display: block;
        height: 100%;
        padding: 20px 15px
    }

    .Perks.p-100.perks_ai .perks-box .perks-content p {
        height: 204px;
        overflow-y: auto
    }

    .Perks.p-100.perks_ai .perks-box .perks-content p::-webkit-scrollbar {
        width: 2px
    }

    .Perks.p-100.perks_ai .perks-box .perks-content p::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
    }

    .Perks.p-100.perks_ai .perks-box .perks-content p::-webkit-scrollbar-thumb {
        background-color: #06dcbf;
        min-height: 30px;
        outline: 0 solid #e2e2e2
    }

    .latestblog_usa .blog-padd {
        padding-top: 40px
    }

    .latestblog_usa .saudia_h4_blog_head {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 32px;
        margin-bottom: 20px
    }

    .latestblog_usa .main_blogs {
        flex-wrap: wrap
    }

    .latestblog_usa .main_blogs .latest-blogbox {
        flex: 0 0 100%
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img {
        height: 200px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img span {
        display: block !important;
        height: 200px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa {
        padding: 25px 15px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa .h5,
    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa h5 {
        font-size: 16px;
        height: auto;
        line-height: 26px;
        overflow: unset
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa p {
        font-size: 13px;
        line-height: 23px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date {
        height: 30px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date span {
        font-size: 12px
    }

    .latestblog_usa .blog-btn {
        margin-top: 40px
    }

    .case_flex .flex_item {
        flex: 0 0 100%;
        flex-wrap: wrap;
        height: auto;
        padding: 30px 20px 0
    }

    .case_flex .flex_item.web {
        padding: 30px 0 0 20px
    }

    .case_flex .flex_item:first-child {
        flex: 0 0 100%;
        padding: 30px 20px 0
    }

    .case_flex .flex_item:first-child .case_txt .case_title {
        max-width: 80%
    }

    .case_flex .flex_item:first-child .case_figure {
        flex: 0 0 100%;
        right: 0
    }

    .case_flex .flex_item:first-child .case_figure.website img {
        max-height: 100%
    }

    .case_flex .flex_item:first-child .case_figure img {
        max-height: 300px
    }

    .case_flex .flex_item .case_txt {
        flex: 0 0 100%
    }

    .case_flex .flex_item .case_txt .case_logo {
        margin-bottom: 20px
    }

    .case_flex .flex_item .case_txt .case_logo img {
        height: 50px
    }

    .case_flex .flex_item .case_txt .case_title {
        max-width: 100%
    }

    .case_flex .flex_item .case_txt .case_title .h3,
    .case_flex .flex_item .case_txt .case_title h3 {
        margin-bottom: 20px
    }

    .case_flex .flex_item .case_txt .case_title a {
        display: block;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .case_flex .flex_item .case_figure {
        flex: 0 0 100%;
        justify-content: center;
        right: 20px
    }

    .case_flex .flex_item .case_figure img {
        max-height: 280px
    }

    .case_flex .flex_item .case_figure.website {
        padding-bottom: 20px
    }

    .case_flex .flex_item .case_figure.website span img {
        max-height: 100%
    }
}

@media(min-width:0px)and (max-width:350px) {
    .service_usa.android_banner .banenr_content .border_btn.web_case_btn {
        margin-left: 0;
        padding: 0 20px
    }

    .service_usa.on_demand_banner .banenr_content .border_btn.web_case_btn {
        margin-left: 0
    }

    .service_usa.devops_banner .banenr_content .border_btn.web_case_btn {
        margin-top: 0
    }

    .workflow.mobile_app_process_speed .workflow_secion .workflow_items {
        height: 410px
    }

    .workflow.mobile_app_process_speed .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 35px;
        width: auto
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items {
        height: 280px;
        padding: 20px 15px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items p {
        font-size: 12px;
        line-height: 21px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .workflow.nlp_process_flow .workflow_secion .workflow_items .item_name .item_icon svg {
        height: 25px;
        width: auto
    }

    .Perks.p-100 .perks-box {
        align-items: center;
        display: flex;
        height: 270px
    }

    .Perks.p-100 .perks-box .perks-content {
        position: relative
    }

    .Perks.p-100 .perks-box .perks-content .h4,
    .Perks.p-100 .perks-box .perks-content h4 {
        font-size: 20px;
        line-height: 30px
    }

    .Perks.p-100 .perks-box .perks-content .h4:after,
    .Perks.p-100 .perks-box .perks-content h4:after {
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 70px;
        width: 140px
    }

    .Perks.p-100.mobile_app_perks {
        padding-bottom: 30px
    }

    .Perks.p-100.mobile_app_perks .perks-box {
        height: 370px
    }

    .Perks.p-100.perks_ai {
        padding-bottom: 20px
    }

    .Perks.p-100.perks_ai .perks-box {
        height: 100%;
        padding: 20px 10px
    }

    .Perks.p-100.perks_ai .perks-box .perks-content p {
        height: 250px;
        overflow-y: auto
    }

    .Perks.p-100.perks_ai .perks-box .perks-content p::-webkit-scrollbar {
        width: 2px
    }

    .Perks.p-100.perks_ai .perks-box .perks-content p::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
    }

    .Perks.p-100.perks_ai .perks-box .perks-content p::-webkit-scrollbar-thumb {
        background-color: #06dcbf;
        min-height: 30px;
        outline: 0 solid #e2e2e2
    }

    .case_service1 .case-main .case-content {
        flex: 0 0 100%;
        padding: 30px 0
    }

    .case_service1 .case-main .case-content .h3,
    .case_service1 .case-main .case-content h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .case_service1 .case-main .case-content a {
        font-size: 14px;
        line-height: 24px
    }

    .case_service1 .case-main .case-content img {
        height: 40px;
        margin-bottom: 20px;
        width: auto
    }

    .case_service1 .p-50 {
        padding-left: 0
    }

    .latestblog_usa .blog-padd {
        padding-top: 40px
    }

    .latestblog_usa .main_blogs {
        flex-wrap: wrap
    }

    .latestblog_usa .main_blogs .latest-blogbox {
        flex: 0 0 100%
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img {
        height: 190px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-img span {
        display: block !important;
        height: 170px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa {
        padding: 25px 15px
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa .h5,
    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa h5 {
        font-size: 16px;
        height: auto;
        line-height: 26px;
        overflow: unset
    }

    .latestblog_usa .main_blogs .latest-blogbox .blog-contentusa p {
        font-size: 13px;
        line-height: 23px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date {
        height: 30px;
        left: 15px;
        top: 160px
    }

    .latestblog_usa .main_blogs .latest-blogbox .orange_date span {
        font-size: 12px
    }

    .latestblog_usa .blog-btn {
        margin-top: 40px
    }

    .whychooseusa img {
        margin-top: 0
    }
}

.ebook-banner {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 80vh
}

.new-release {
    background: #fafaff
}

.new-release .banenr_content a {
    background: transparent;
    border-radius: 15px
}

.ebooks .ebook_pad {
    margin-top: 60px
}

.ebooks .ebook-all {
    border: 1px solid #eaeaea;
    border-radius: 30px;
    cursor: pointer;
    filter: drop-shadow(0 0 80px rgba(0, 0, 0, .02));
    height: 160px;
    margin-bottom: 100px;
    margin-top: 50px;
    padding: 25px 20px;
    position: relative;
    transition: .2s ease
}

.ebooks .ebook-all:hover {
    background-color: #314252
}

.ebooks .ebook-all:hover .h4,
.ebooks .ebook-all:hover h4 {
    opacity: 1
}

.ebooks .ebook-all:hover .ebook-fig {
    left: unset;
    transform: translateX(25%)
}

.ebooks .h4,
.ebooks h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    opacity: 0;
    padding-right: 150px
}

.ebooks .ebook-fig {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -90px;
    transition: .5s ease;
    z-index: 1
}

.Technology-ebook {
    height: 580px;
    margin-bottom: 100px;
    position: relative
}

.Technology-ebook .ebook-tech {
    bottom: 0;
    position: absolute;
    top: 0
}

@media(min-width:1600px)and (max-width:1800px) {
    .ebooks .ebook_pad {
        margin-top: 60px
    }

    .ebooks .ebook-all {
        height: 160px;
        margin-bottom: 100px;
        margin-top: 50px;
        padding: 25px 20px
    }

    .ebooks .ebook-all .h4,
    .ebooks .ebook-all h4 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px;
        padding-right: 140px
    }

    .ebooks .ebook-all .ebook-fig {
        position: absolute;
        top: -80px
    }

    .ebooks .ebook-all .ebook-fig img {
        height: 330px;
        width: auto
    }

    .Technology-ebook {
        height: 490px;
        margin-bottom: 80px;
        position: relative
    }

    .Technology-ebook .ebook-tech {
        top: 10px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .ebook-banner {
        background-size: auto 80%;
        height: 80vh
    }

    .ebooks .ebook_pad {
        margin-top: 50px
    }

    .ebooks .ebook-all {
        height: 150px;
        margin-bottom: 100px;
        margin-top: 50px;
        padding: 25px 20px
    }

    .ebooks .ebook-all img {
        height: 28px;
        width: auto
    }

    .ebooks .ebook-all .h4,
    .ebooks .ebook-all h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-right: 130px
    }

    .ebooks .ebook-all .ebook-fig {
        position: absolute;
        top: -70px
    }

    .ebooks .ebook-all .ebook-fig img {
        height: 300px;
        width: auto
    }

    .Technology-ebook {
        height: 470px;
        margin-bottom: 80px;
        position: relative
    }

    .Technology-ebook .ebook-tech {
        top: 20px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .ebook-banner {
        background-size: auto 80%;
        height: 90vh
    }

    .ebooks .ebook_pad {
        margin-top: 40px
    }

    .ebooks .ebook-all {
        height: 150px;
        margin-bottom: 100px;
        margin-top: 50px;
        padding: 30px 20px 0
    }

    .ebooks .ebook-all img {
        height: 25px;
        width: auto
    }

    .ebooks .ebook-all .h4,
    .ebooks .ebook-all h4 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-right: 120px
    }

    .ebooks .ebook-all .ebook-fig {
        position: absolute;
        top: -60px
    }

    .ebooks .ebook-all .ebook-fig img {
        height: 280px;
        width: auto
    }

    .Technology-ebook {
        height: 430px;
        margin-bottom: 80px;
        position: relative
    }

    .Technology-ebook .ebook-tech {
        top: 20px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .ebook-banner {
        background-size: auto 70%;
        height: 80vh
    }

    .ebooks {
        overflow: hidden
    }

    .ebooks .ebook_pad {
        margin-top: 30px
    }

    .ebooks .ebook-all {
        height: 140px;
        margin-bottom: 80px;
        margin-top: 40px;
        padding: 20px 20px 0
    }

    .ebooks .ebook-all img {
        height: 25px;
        width: auto
    }

    .ebooks .ebook-all .h4,
    .ebooks .ebook-all h4 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-right: 130px
    }

    .ebooks .ebook-all .ebook-fig {
        position: absolute;
        top: -60px
    }

    .ebooks .ebook-all .ebook-fig img {
        height: 280px;
        width: auto
    }

    .Technology-ebook {
        height: 350px;
        margin-bottom: 60px;
        position: relative
    }

    .Technology-ebook .ebook-tech {
        top: 70px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .ebook-banner {
        background-size: auto 60%;
        height: 50vh
    }

    .ebooks {
        overflow: hidden
    }

    .ebooks .ebook_pad {
        margin-top: 30px
    }

    .ebooks .ebook-all {
        height: 130px;
        margin-bottom: 80px;
        margin-top: 40px;
        padding: 20px 20px 0
    }

    .ebooks .ebook-all img {
        height: 25px;
        width: auto
    }

    .ebooks .ebook-all .h4,
    .ebooks .ebook-all h4 {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-right: 110px
    }

    .ebooks .ebook-all .ebook-fig {
        position: absolute;
        top: -50px
    }

    .ebooks .ebook-all .ebook-fig img {
        height: 250px;
        width: auto
    }

    .Technology-ebook {
        height: 330px;
        margin-bottom: 60px;
        position: relative
    }

    .Technology-ebook .ebook-tech {
        top: 80px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .ebook-banner {
        background: none;
        height: unset;
        padding: 100px 0 0
    }

    .new-release .banenr_content a {
        background: #06dcbf
    }

    .new-release img {
        margin-top: 20px
    }

    .ebooks {
        overflow: hidden
    }

    .ebooks .ebook_pad {
        margin-top: 30px
    }

    .ebooks .ebook-all {
        background-color: #314252;
        height: 130px;
        margin-bottom: 60px;
        margin-top: 20px;
        padding: 20px 20px 0
    }

    .ebooks .ebook-all img {
        height: 20px;
        width: auto
    }

    .ebooks .ebook-all .h4,
    .ebooks .ebook-all h4 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        opacity: 1;
        padding-right: 90px
    }

    .ebooks .ebook-all .ebook-fig {
        position: absolute;
        right: -35px;
        text-align: right;
        top: -40px;
        transform: none
    }

    .ebooks .ebook-all .ebook-fig img {
        height: 220px;
        width: auto
    }

    .ebooks .ebook-all:hover .ebook-fig {
        transform: none
    }

    .Technology-ebook {
        height: auto;
        margin-bottom: 0;
        padding: 50px 0;
        position: relative
    }

    .Technology-ebook .ebook-tech {
        position: unset;
        top: 0
    }
}

@media(min-width:0px)and (max-width:355px) {
    .ebook-banner {
        background: none;
        height: unset;
        padding: 100px 0 0
    }

    .new-release .banenr_content a {
        background: #06dcbf
    }

    .new-release img {
        margin-top: 20px
    }

    .ebooks {
        overflow: hidden
    }

    .ebooks .ebook_pad {
        margin-top: 30px
    }

    .ebooks .ebook-all {
        background-color: #314252;
        height: 130px;
        margin-bottom: 60px;
        margin-top: 20px;
        padding: 20px 20px 0
    }

    .ebooks .ebook-all img {
        height: 20px;
        width: auto
    }

    .ebooks .ebook-all .h4,
    .ebooks .ebook-all h4 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
        opacity: 1;
        padding-right: 90px
    }

    .ebooks .ebook-all .ebook-fig {
        position: absolute;
        right: -35px;
        text-align: right;
        top: -40px;
        transform: none
    }

    .ebooks .ebook-all .ebook-fig img {
        height: 220px;
        width: auto
    }

    .ebooks .ebook-all:hover .ebook-fig {
        transform: none
    }

    .Technology-ebook {
        height: auto;
        margin-bottom: 0;
        padding: 50px 0;
        position: relative
    }

    .Technology-ebook .ebook-tech {
        position: unset;
        top: 0
    }
}

.game_banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden
}

.game_banner .h1,
.game_banner h1,
.game_banner p {
    color: #fff;
    margin-bottom: 40px
}

.game_banner .game_main_img {
    position: relative;
    top: 130px
}

.game_banner .banner_btn .border_btn {
    background: #06dcbf;
    color: #fff
}

.game_banner .banner_btn .border_btn.web_case_btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    min-width: 180px;
    text-align: center
}

.game_banner .banner_btn .border_btn.web_case_btn:hover {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    color: #fff
}

.p50 {
    padding: 50px 0
}

.gaming_screen {
    background: #fcfcfc
}

.gaming_screen .h2,
.gaming_screen h2 {
    margin-bottom: 100px
}

.gaming_screen .game_service {
    background: #f7f7f8;
    border: 1px solid #ececec;
    border-radius: 20px;
    height: 250px;
    margin-bottom: 20px;
    position: relative;
    transition: all .3s ease-in-out
}

.gaming_screen .game_service .game_img_box {
    align-items: center;
    background: #fbfcfd;
    border-radius: 100%;
    box-shadow: 2px 4px 18px rgba(0, 0, 0, .04);
    display: flex;
    height: 180px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -20px;
    transform: translate(-50%, -20%);
    transition: all .3s ease-in-out;
    width: 180px
}

.gaming_screen .game_service .game_img_box .gatsby-image-wrapper img {
    transform: scale(.9);
    transition: transform .3s ease-in-out
}

.gaming_screen .game_service .h3,
.gaming_screen .game_service h3 {
    bottom: 20px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    transition: transform .3s ease-in-out;
    width: 100%
}

.gaming_screen .game_service:hover {
    border: 0 solid #ececec;
    box-shadow: 2px 4px 18px rgba(0, 0, 0, .04)
}

.gaming_screen .game_service:hover .game_img_box .gatsby-image-wrapper img {
    transform: scale(1)
}

.gaming_screen .game_service:hover .h3,
.gaming_screen .game_service:hover h3 {
    transform: translate(-50%, -10px)
}

.services_main_container {
    margin-top: 100px
}

.services_main_container .services_main_box {
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 30px;
    box-shadow: 4px 6px 16px rgba(0, 0, 0, .1);
    cursor: pointer;
    padding: 30px
}

.services_main_container .services_main_box .services_title {
    align-items: center;
    display: flex;
    justify-content: start;
    margin-bottom: 20px
}

.services_main_container .services_main_box .services_title .services_icon {
    flex: 0 0;
    transition: width .3s ease-in-out;
    width: 0
}

.services_main_container .services_main_box .services_title .services_icon svg {
    height: 60px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    width: auto
}

.services_main_container .services_main_box .services_title .services_icon svg path {
    transition: fill .3s ease-in-out
}

.services_main_container .services_main_box .services_title .title {
    color: #324251;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 30px;
    transition: color .3s ease-in-out
}

.services_main_container .services_main_box:hover .services_title .services_icon {
    margin-right: 15px;
    width: auto
}

.services_main_container .services_main_box:hover .services_title .services_icon svg {
    opacity: 1
}

.services_main_container .services_main_box:hover .services_title .services_icon svg path {
    fill: #06dcbf
}

.services_main_container .services_main_box:hover .services_title .title {
    color: #06dcbf
}

.services_main_container .services_main_box .services_content {
    height: 300px;
    overflow: auto;
    padding-right: 10px
}

.services_main_container .services_main_box .services_content::-webkit-scrollbar {
    width: 2px
}

.services_main_container .services_main_box .services_content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.services_main_container .services_main_box .services_content::-webkit-scrollbar-thumb {
    background-color: #06dcbf;
    min-height: 30px;
    outline: 0 solid #e2e2e2
}

.services_main_container .services_main_box .services_content p {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 27px
}

.services_develop_container {
    margin-top: 50px
}

.services_develop_container .services_develop_box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 6px 18px rgba(0, 0, 0, .1);
    height: 330px;
    padding: 30px
}

.services_develop_container .services_develop_box .main_title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.services_develop_container .services_develop_box .main_title .tit {
    color: #324251;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px
}

.services_develop_container .services_develop_box .main_title .icon {
    align-items: center;
    display: flex;
    flex: 0 0 130px;
    justify-content: end
}

.services_develop_container .services_develop_box .content p {
    color: #324251;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 25px;
    margin-bottom: 0
}

.technologyuse {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.technologyuse .h2,
.technologyuse h2,
.technologyuse p {
    color: #fff
}

.technologyuse .technologyuse_main {
    margin-top: 50px
}

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

.technologyuse .technologyuse_main .tech_icons .tech_img {
    align-items: center;
    display: flex;
    flex: 0 0 12%;
    height: 160px;
    justify-content: center
}

.casestudy .pro_btn {
    align-items: center;
    display: flex;
    justify-content: end
}

.casestudy .pro_sec {
    margin-top: 50px
}

.casestudy .pro_sec .casestudy_item {
    margin-bottom: 30px;
    position: relative
}

.casestudy .pro_sec .casestudy_item img {
    border-radius: 30px;
    height: auto
}

.casestudy .pro_sec .casestudy_item video {
    border-radius: 30px
}

.casestudy .pro_sec .casestudy_item .download_section {
    bottom: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

.casestudy .pro_sec .casestudy_item .download_section .download_apps {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center
}

.casestudy .pro_sec .casestudy_item .download_section .download_apps .name_now {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    text-transform: capitalize
}

.casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li {
    border-right: 2px solid #fff;
    padding-right: 20px
}

.casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li svg {
    height: 35px;
    width: auto
}

.casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li svg path {
    fill: #fff
}

.casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li:last-child {
    border: 0
}

.casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li:hover svg path {
    fill: #06dcbf
}

.casestudy .pro_sec .casestudy_item .download_section .case_btn {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.casestudy .pro_sec .casestudy_item .download_section .case_btn a.border_btn {
    align-items: center;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center
}

.casestudy .pro_sec .casestudy_item .download_section .case_btn a.border_btn:hover {
    background: #06dcbf;
    border: 2px solid #06dcbf
}

.casestudy .pro_sec .casestudy_item.item_001 {
    height: 100%;
    max-height: 830px
}

.casestudy .pro_sec .casestudy_item.item_001 .download_section {
    bottom: 50px;
    left: 15%;
    position: absolute;
    transform: translate(-15%)
}

.workflow_section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.workflow_section .workflow_max {
    margin-top: 50px
}

.workflow_section .workflow_max .workflow_listing {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between
}

.workflow_section .workflow_max .workflow_listing .workflow_items {
    background: #fff;
    border-radius: 20px;
    height: 300px;
    max-width: 280px;
    padding: 30px 20px
}

.workflow_section .workflow_max .workflow_listing .workflow_items .h4,
.workflow_section .workflow_max .workflow_listing .workflow_items h4 {
    align-items: center;
    color: #898989;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    gap: 20px;
    letter-spacing: -.02em;
    line-height: 32px
}

.workflow_section .workflow_max .workflow_listing .workflow_items .h4 span,
.workflow_section .workflow_max .workflow_listing .workflow_items h4 span {
    align-items: center;
    background: #898989;
    border-radius: 100%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 35px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 35px;
    justify-content: center;
    line-height: 35px;
    width: 35px
}

.workflow_section .workflow_max .workflow_listing .workflow_items p {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 29px
}

.workflow_section .workflow_max .workflow_listing .workflow_items:hover {
    box-shadow: 3px 5px 14px rgba(0, 0, 0, .07)
}

.workflow_section .workflow_max .workflow_listing .workflow_items:hover .h4,
.workflow_section .workflow_max .workflow_listing .workflow_items:hover h4,
.workflow_section .workflow_max .workflow_listing .workflow_items:hover p {
    color: #000
}

.workflow_section .workflow_max .workflow_listing .workflow_items:hover .h4 span,
.workflow_section .workflow_max .workflow_listing .workflow_items:hover h4 span,
.workflow_section .workflow_max .workflow_listing .workflow_items:hover p span {
    background: #06dcbf
}

.awrads_sec .number_items {
    align-items: center;
    border-right: 1px solid #dadadb;
    display: flex;
    justify-content: center
}

.awrads_sec .number_items svg {
    margin-right: 30px
}

.awrads_sec .number_items .title_numbers {
    color: #182d40;
    font-family: Poppins, sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 90px;
    text-align: left
}

.awrads_sec .number_items .title_numbers span {
    color: #182d40;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.awrads_sec .col-lg-3:last-child .number_items,
.awrads_sec .col-lg-4:last-child .number_items {
    border-right: 0
}

.gamecategory {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.gamecategory .h2,
.gamecategory h2,
.gamecategory p {
    color: #fff
}

.gamecategory a.border_btn {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    color: #fff
}

.gamecategory a.border_btn:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #06dcbf
}

.gamecategory .main_category_box {
    align-items: center;
    display: flex;
    gap: 25px;
    justify-content: center
}

.gamecategory .main_category_box .gamecategory_list:last-child {
    margin-top: 150px
}

.gamecategory .main_category_box .gamecategory_list .item_cat {
    margin-bottom: 25px
}

.gat_game_app {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    margin-bottom: 100px
}

.gat_game_app .h2,
.gat_game_app h2,
.gat_game_app p {
    color: #fff
}

.gat_game_app .gat_app_txt {
    margin-top: 30px
}

.gat_game_app .gat_app_txt .h5,
.gat_game_app .gat_app_txt h5 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 32px;
    margin-bottom: 10px
}

.gat_game_app .gat_app_txt .h5 span,
.gat_game_app .gat_app_txt h5 span {
    color: #06dcbf;
    display: inline-block;
    margin-right: 10px
}

.gat_game_app .gat_app_txt p {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 25px
}

.preksgame .preks_box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px
}

.preksgame .preks_box .preks_item {
    background: #f3f3f3;
    border-radius: 18px;
    cursor: pointer;
    flex: 0 0 48%;
    margin-bottom: 0;
    padding: 20px;
    position: relative
}

.preksgame .preks_box .preks_item .h6,
.preksgame .preks_box .preks_item h6 {
    color: #324251;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 28px;
    margin-bottom: 10px;
    max-width: 80%
}

.preksgame .preks_box .preks_item .h6 span,
.preksgame .preks_box .preks_item h6 span {
    color: #e7e7e7;
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 35px;
    position: absolute;
    right: 20px;
    top: 20px
}

.preksgame .preks_box .preks_item p {
    color: #716f6f;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 23px;
    margin-bottom: 0
}

.preksgame .preks_box .preks_item:hover {
    background: #fff;
    box-shadow: 5px 7px 25px rgba(0, 0, 0, .08)
}

.preksgame .preks_box .preks_item:hover .h6,
.preksgame .preks_box .preks_item:hover h6,
.preksgame .preks_box .preks_item:hover p {
    color: #000
}

.preksgame .preks_box .preks_item:hover .h6 span,
.preksgame .preks_box .preks_item:hover h6 span,
.preksgame .preks_box .preks_item:hover p span {
    color: #06dcbf
}

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

    .gaming_screen .h2,
    .gaming_screen h2 {
        margin-bottom: 80px
    }

    .gaming_screen .game_service {
        height: 230px
    }

    .gaming_screen .game_service .game_img_box {
        height: 170px;
        top: -20px;
        transform: translate(-50%, -20%);
        width: 170px
    }

    .services_main_container {
        margin-top: 100px
    }

    .services_main_container .services_main_box {
        cursor: pointer;
        padding: 28px
    }

    .services_main_container .services_main_box .services_title {
        margin-bottom: 20px
    }

    .services_main_container .services_main_box .services_title .services_icon {
        margin-right: 15px
    }

    .services_main_container .services_main_box .services_title .services_icon svg {
        height: 50px
    }

    .services_main_container .services_main_box .services_title .title {
        font-size: 20px;
        line-height: 26px
    }

    .services_main_container .services_main_box .services_content {
        height: 300px
    }

    .services_main_container .services_main_box .services_content p {
        font-size: 14px;
        line-height: 24px
    }

    .services_develop_container {
        margin-top: 50px
    }

    .services_develop_container .services_develop_box {
        height: 330px;
        padding: 28px
    }

    .services_develop_container .services_develop_box .main_title {
        margin-bottom: 20px
    }

    .services_develop_container .services_develop_box .main_title .tit {
        font-size: 32px;
        line-height: 38px
    }

    .services_develop_container .services_develop_box .main_title .icon {
        flex: 0 0 120px
    }

    .services_develop_container .services_develop_box .content p {
        font-size: 14px;
        line-height: 23px
    }

    .technologyuse .technologyuse_main {
        margin-top: 50px
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img {
        flex: 0 0 12%;
        height: 160px
    }

    .casestudy .pro_sec {
        margin-top: 50px
    }

    .casestudy .pro_sec .casestudy_item {
        margin-bottom: 30px;
        position: relative
    }

    .casestudy .pro_sec .casestudy_item .download_section {
        bottom: 20px;
        left: 50%;
        transform: translate(-50%)
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps {
        gap: 20px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_now {
        font-size: 20px;
        line-height: 26px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul {
        gap: 20px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li {
        padding-right: 15px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li svg {
        height: 30px
    }

    .casestudy .pro_sec .casestudy_item .download_section .case_btn {
        margin-top: 20px
    }

    .casestudy .pro_sec .casestudy_item.item_001 {
        height: 100%;
        max-height: 830px
    }

    .casestudy .pro_sec .casestudy_item.item_001 .download_section {
        bottom: 50px;
        left: 15%;
        transform: translate(-15%)
    }

    .workflow_section .workflow_max {
        margin-top: 50px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items {
        height: 270px;
        max-width: 250px;
        padding: 30px 20px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 {
        font-size: 20px;
        line-height: 30px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4 span,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 span {
        flex: 0 0 35px;
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        width: 35px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items p {
        font-size: 14px;
        line-height: 29px
    }

    .awrads_sec .number_items {
        border-right: 1px solid #dadadb
    }

    .awrads_sec .number_items svg {
        height: auto;
        margin-right: 25px;
        width: 120px
    }

    .awrads_sec .number_items .title_numbers {
        font-size: 80px;
        line-height: 80px
    }

    .awrads_sec .number_items .title_numbers span {
        font-size: 20px;
        line-height: 30px
    }

    .gamecategory .main_category_box {
        gap: 20px
    }

    .gamecategory .main_category_box .gamecategory_list:last-child {
        margin-top: 130px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat {
        margin-bottom: 20px
    }

    .partner-usa .partner_box {
        padding: 0 90px
    }

    .partner-usa .partner_box .partner-para p {
        padding-right: 0
    }

    .partner-usa .col-xxl-4:last-child .partner_box {
        border-right: 0
    }

    .gat_game_app {
        height: 780px;
        margin-bottom: 60px
    }

    .gat_game_app .gat_app_txt {
        margin-top: 20px
    }

    .gat_game_app .gat_app_txt .h5,
    .gat_game_app .gat_app_txt h5 {
        font-size: 18px;
        line-height: 28px
    }

    .gat_game_app .gat_app_txt .h5 span,
    .gat_game_app .gat_app_txt h5 span {
        margin-right: 10px
    }

    .gat_game_app .gat_app_txt p {
        font-size: 14px;
        line-height: 22px
    }

    .preksgame .preks_box {
        gap: 18px;
        margin-bottom: 18px
    }

    .preksgame .preks_box .preks_item {
        flex: 0 0 48%;
        padding: 20px
    }

    .preksgame .preks_box .preks_item .h6,
    .preksgame .preks_box .preks_item h6 {
        font-size: 20px;
        line-height: 28px;
        max-width: 80%
    }

    .preksgame .preks_box .preks_item .h6 span,
    .preksgame .preks_box .preks_item h6 span {
        font-size: 35px;
        line-height: 35px;
        right: 20px;
        top: 20px
    }

    .preksgame .preks_box .preks_item p {
        font-size: 14px;
        line-height: 22px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .game_banner .banner_btn .border_btn.web_case_btn {
        border-radius: 45px;
        font-size: 15px;
        height: 45px;
        line-height: 45px;
        margin-left: 10px;
        min-width: 180px
    }

    .gaming_screen .h2,
    .gaming_screen h2 {
        margin-bottom: 60px
    }

    .gaming_screen .game_service {
        height: 170px
    }

    .gaming_screen .game_service .game_img_box {
        height: 140px;
        top: -20px;
        transform: translate(-50%, -20%);
        width: 140px
    }

    .gaming_screen .game_service .h3,
    .gaming_screen .game_service h3 {
        margin-bottom: 0
    }

    .services_main_container {
        margin-top: 50px
    }

    .services_main_container .services_main_box {
        cursor: pointer;
        padding: 24px
    }

    .services_main_container .services_main_box .services_title {
        margin-bottom: 20px
    }

    .services_main_container .services_main_box .services_title .services_icon {
        margin-right: 15px
    }

    .services_main_container .services_main_box .services_title .services_icon svg {
        height: 45px
    }

    .services_main_container .services_main_box .services_title .title {
        font-size: 18px;
        line-height: 24px
    }

    .services_main_container .services_main_box .services_content {
        height: 260px
    }

    .services_main_container .services_main_box .services_content p {
        font-size: 13px;
        line-height: 22px
    }

    .services_develop_container {
        margin-top: 50px
    }

    .services_develop_container .services_develop_box {
        height: 300px;
        padding: 25px
    }

    .services_develop_container .services_develop_box .main_title {
        margin-bottom: 20px
    }

    .services_develop_container .services_develop_box .main_title .tit {
        font-size: 26px;
        line-height: 32px
    }

    .services_develop_container .services_develop_box .main_title .icon {
        flex: 0 0 90px
    }

    .services_develop_container .services_develop_box .content p {
        font-size: 13px;
        line-height: 22px
    }

    .technologyuse .technologyuse_main {
        margin-top: 50px
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img {
        flex: 0 0 12%;
        height: 140px
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img .gatsby-image-wrapper img {
        height: 70px
    }

    .casestudy .pro_sec {
        margin-top: 30px
    }

    .casestudy .pro_sec .casestudy_item {
        margin-bottom: 30px;
        position: relative
    }

    .casestudy .pro_sec .casestudy_item .download_section {
        bottom: 20px;
        left: 50%;
        transform: translate(-50%)
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps {
        gap: 20px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_now {
        font-size: 18px;
        line-height: 24px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul {
        gap: 20px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li {
        padding-right: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li svg {
        height: 25px
    }

    .casestudy .pro_sec .casestudy_item .download_section .case_btn {
        margin-top: 20px
    }

    .casestudy .pro_sec .casestudy_item.item_001 {
        height: 100%;
        max-height: 830px
    }

    .casestudy .pro_sec .casestudy_item.item_001 .download_section {
        bottom: 50px;
        left: 15%;
        transform: translate(-15%)
    }

    .workflow_section .workflow_max {
        margin-top: 30px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items {
        height: 250px;
        max-width: 230px;
        padding: 20px 15px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 {
        font-size: 18px;
        line-height: 28px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4 span,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 span {
        flex: 0 0 32px;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        width: 32px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items p {
        font-size: 13px;
        line-height: 23px
    }

    .awrads_sec .number_items svg {
        height: auto;
        margin-right: 20px;
        width: 100px
    }

    .awrads_sec .number_items .title_numbers {
        font-size: 70px;
        line-height: 70px
    }

    .awrads_sec .number_items .title_numbers span {
        font-size: 18px;
        line-height: 28px
    }

    .gamecategory .main_category_box {
        gap: 20px
    }

    .gamecategory .main_category_box .gamecategory_list:last-child {
        margin-top: 100px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat {
        margin-bottom: 20px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat .gatsby-image-wrapper img {
        height: 200px
    }

    .partner-usa .partner_box {
        padding: 0 80px
    }

    .partner-usa .partner_box .partner-para p {
        padding-right: 0
    }

    .partner-usa .col-xxl-4:last-child .partner_box {
        border-right: 0
    }

    .gat_game_app {
        height: 730px;
        margin-bottom: 50px
    }

    .gat_game_app .gat_app_txt {
        margin-top: 18px
    }

    .gat_game_app .gat_app_txt .h5,
    .gat_game_app .gat_app_txt h5 {
        font-size: 17px;
        line-height: 24px
    }

    .gat_game_app .gat_app_txt .h5 span,
    .gat_game_app .gat_app_txt h5 span {
        margin-right: 10px
    }

    .gat_game_app .gat_app_txt p {
        font-size: 13px;
        line-height: 20px
    }

    .preksgame .preks_box {
        gap: 15px;
        margin-bottom: 15px
    }

    .preksgame .preks_box .preks_item {
        flex: 0 0 48%;
        padding: 15px
    }

    .preksgame .preks_box .preks_item .h6,
    .preksgame .preks_box .preks_item h6 {
        font-size: 18px;
        line-height: 26px;
        max-width: 80%
    }

    .preksgame .preks_box .preks_item .h6 span,
    .preksgame .preks_box .preks_item h6 span {
        font-size: 30px;
        line-height: 30px;
        right: 20px;
        top: 20px
    }

    .preksgame .preks_box .preks_item p {
        font-size: 13px;
        line-height: 20px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .game_banner .banner_btn .border_btn.web_case_btn {
        border-radius: 40px;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        min-width: 180px
    }

    .gaming_screen .h2,
    .gaming_screen h2 {
        margin-bottom: 60px
    }

    .gaming_screen .game_service {
        height: 150px
    }

    .gaming_screen .game_service .game_img_box {
        height: 120px;
        top: -20px;
        transform: translate(-50%, -20%);
        width: 120px
    }

    .gaming_screen .game_service .game_img_box .gatsby-image-wrapper img {
        height: 70px
    }

    .gaming_screen .game_service .h3,
    .gaming_screen .game_service h3 {
        margin-bottom: 0
    }

    .services_main_container {
        margin-top: 30px
    }

    .services_main_container .services_main_box {
        cursor: pointer;
        padding: 20px
    }

    .services_main_container .services_main_box .services_title {
        margin-bottom: 15px
    }

    .services_main_container .services_main_box .services_title .services_icon {
        margin-right: 10px
    }

    .services_main_container .services_main_box .services_title .services_icon svg {
        height: 30px
    }

    .services_main_container .services_main_box .services_title .title {
        font-size: 15px;
        line-height: 20px
    }

    .services_main_container .services_main_box .services_content {
        height: 200px
    }

    .services_main_container .services_main_box .services_content p {
        font-size: 12px;
        line-height: 20px
    }

    .services_develop_container {
        margin-top: 30px
    }

    .services_develop_container .services_develop_box {
        height: 280px;
        padding: 20px
    }

    .services_develop_container .services_develop_box .main_title {
        margin-bottom: 15px
    }

    .services_develop_container .services_develop_box .main_title .tit {
        font-size: 22px;
        line-height: 28px
    }

    .services_develop_container .services_develop_box .main_title .icon {
        flex: 0 0 80px
    }

    .services_develop_container .services_develop_box .content p {
        font-size: 12px;
        line-height: 20px
    }

    .technologyuse .technologyuse_main {
        margin-top: 30px
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img {
        flex: 0 0 12%;
        height: 120px
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img .gatsby-image-wrapper img {
        height: 60px
    }

    .casestudy .pro_sec {
        margin-top: 20px
    }

    .casestudy .pro_sec .casestudy_item {
        margin-bottom: 20px;
        position: relative
    }

    .casestudy .pro_sec .casestudy_item .download_section {
        bottom: 20px;
        left: 50%;
        transform: translate(-50%)
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps {
        gap: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_now {
        font-size: 16px;
        line-height: 22px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul {
        gap: 15px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li {
        padding-right: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li svg {
        height: 20px
    }

    .casestudy .pro_sec .casestudy_item .download_section .case_btn {
        margin-top: 15px
    }

    .workflow_section .workflow_max {
        margin-top: 20px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items {
        height: 200px;
        max-width: 200px;
        padding: 15px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 {
        font-size: 18px;
        gap: 10px;
        line-height: 28px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4 span,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 span {
        flex: 0 0 25px;
        font-size: 13px;
        height: 25px;
        line-height: 25px;
        width: 25px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items p {
        font-size: 12px;
        line-height: 20px
    }

    .awrads_sec .number_items svg {
        height: auto;
        margin-right: 20px;
        width: 80px
    }

    .awrads_sec .number_items .title_numbers {
        font-size: 60px;
        line-height: 60px
    }

    .awrads_sec .number_items .title_numbers span {
        font-size: 16px;
        line-height: 26px
    }

    .gamecategory .main_category_box {
        gap: 20px
    }

    .gamecategory .main_category_box .gamecategory_list:last-child {
        margin-top: 80px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat {
        margin-bottom: 20px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat .gatsby-image-wrapper img {
        height: 160px
    }

    .partner-usa .partner_box {
        padding: 0 70px
    }

    .partner-usa .partner_box .partner-para p {
        padding-right: 0
    }

    .partner-usa .col-xxl-4:last-child .partner_box {
        border-right: 0
    }

    .gat_game_app {
        height: 650px;
        margin-bottom: 50px
    }

    .gat_game_app .gat_app_txt {
        margin-top: 15px
    }

    .gat_game_app .gat_app_txt .h5,
    .gat_game_app .gat_app_txt h5 {
        font-size: 16px;
        line-height: 22px
    }

    .gat_game_app .gat_app_txt .h5 span,
    .gat_game_app .gat_app_txt h5 span {
        margin-right: 10px
    }

    .gat_game_app .gat_app_txt p {
        font-size: 12px;
        line-height: 20px
    }

    .preksgame .preks_box {
        gap: 15px;
        margin-bottom: 15px
    }

    .preksgame .preks_box .preks_item {
        flex: 0 0 48%;
        padding: 15px
    }

    .preksgame .preks_box .preks_item .h6,
    .preksgame .preks_box .preks_item h6 {
        font-size: 16px;
        line-height: 24px;
        max-width: 80%
    }

    .preksgame .preks_box .preks_item .h6 span,
    .preksgame .preks_box .preks_item h6 span {
        font-size: 24px;
        line-height: 24px;
        right: 24px;
        top: 24px
    }

    .preksgame .preks_box .preks_item p {
        font-size: 12px;
        line-height: 20px
    }

    .tekrevol_awards {
        margin-top: 0
    }

    .tekrevol_awards .awards_item.small {
        height: 160px;
        padding: 20px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .game_banner .banner_btn .border_btn.web_case_btn {
        border-radius: 40px;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        min-width: 180px
    }

    .gaming_screen .h2,
    .gaming_screen h2 {
        margin-bottom: 60px
    }

    .gaming_screen .game_service {
        height: 150px
    }

    .gaming_screen .game_service .game_img_box {
        height: 120px;
        top: -20px;
        transform: translate(-50%, -20%);
        width: 120px
    }

    .gaming_screen .game_service .game_img_box .gatsby-image-wrapper img {
        height: 70px
    }

    .gaming_screen .game_service .h3,
    .gaming_screen .game_service h3 {
        margin-bottom: 0
    }

    .services_main_container {
        margin-top: 30px
    }

    .services_main_container .col-lg-3 {
        padding: 0 5px
    }

    .services_main_container .services_main_box {
        border-radius: 15px;
        cursor: pointer;
        padding: 15px
    }

    .services_main_container .services_main_box .services_title {
        margin-bottom: 10px
    }

    .services_main_container .services_main_box .services_title .services_icon svg {
        height: 30px
    }

    .services_main_container .services_main_box .services_title .title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0
    }

    .services_main_container .services_main_box .services_content {
        height: 200px
    }

    .services_main_container .services_main_box .services_content p {
        font-size: 11px;
        line-height: 17px
    }

    .services_develop_container {
        margin-top: 20px
    }

    .services_develop_container .services_develop_box {
        height: 240px;
        padding: 15px
    }

    .services_develop_container .services_develop_box .main_title {
        margin-bottom: 15px
    }

    .services_develop_container .services_develop_box .main_title .tit {
        font-size: 20px;
        line-height: 26px
    }

    .services_develop_container .services_develop_box .main_title .icon {
        flex: 0 0 70px
    }

    .services_develop_container .services_develop_box .content p {
        font-size: 11px;
        line-height: 17px
    }

    .technologyuse .technologyuse_main {
        margin-top: 30px
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img {
        flex: 0 0 12%;
        height: 120px
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img .gatsby-image-wrapper img {
        height: 60px
    }

    .casestudy .pro_sec {
        margin-top: 20px
    }

    .casestudy .pro_sec .casestudy_item {
        margin-bottom: 20px;
        position: relative
    }

    .casestudy .pro_sec .casestudy_item .download_section {
        bottom: 20px;
        left: 50%;
        transform: translate(-50%)
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps {
        gap: 15px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_now {
        font-size: 14px;
        line-height: 20px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul {
        gap: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li {
        padding-right: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li svg {
        height: 18px
    }

    .casestudy .pro_sec .casestudy_item .download_section .case_btn {
        margin-top: 0
    }

    .workflow_section .workflow_max {
        margin-top: 20px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items {
        border-radius: 10px;
        height: 160px;
        max-width: 170px;
        padding: 10px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 {
        font-size: 16px;
        gap: 5px;
        line-height: 22px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4 span,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 span {
        flex: 0 0 22px;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        width: 22px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items p {
        font-size: 11px;
        line-height: 17px
    }

    .awrads_sec .number_items svg {
        height: auto;
        margin-right: 10px;
        width: 60px
    }

    .awrads_sec .number_items .title_numbers {
        font-size: 50px;
        line-height: 50px
    }

    .awrads_sec .number_items .title_numbers span {
        font-size: 14px;
        line-height: 24px
    }

    .gamecategory .main_category_box {
        gap: 20px
    }

    .gamecategory .main_category_box .gamecategory_list:last-child {
        margin-top: 70px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat {
        margin-bottom: 20px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat .gatsby-image-wrapper img {
        height: 140px
    }

    .partner-usa .partner_box {
        padding: 0 40px
    }

    .partner-usa .partner_box .partner-para p {
        line-height: normal;
        padding-right: 0
    }

    .partner-usa .col-xxl-4:last-child .partner_box {
        border-right: 0
    }

    .gat_game_app {
        height: 650px;
        margin-bottom: 50px
    }

    .gat_game_app .gat_app_txt {
        margin-top: 15px
    }

    .gat_game_app .gat_app_txt .h5,
    .gat_game_app .gat_app_txt h5 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .gat_game_app .gat_app_txt .h5 span,
    .gat_game_app .gat_app_txt h5 span {
        margin-right: 10px
    }

    .gat_game_app .gat_app_txt p {
        font-size: 12px;
        line-height: 20px
    }

    .gat_game_app .gat_img {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center
    }

    .preksgame .preks_box {
        gap: 10px;
        margin-bottom: 10px
    }

    .preksgame .preks_box .preks_item {
        flex: 0 0 48%;
        padding: 15px
    }

    .preksgame .preks_box .preks_item .h6,
    .preksgame .preks_box .preks_item h6 {
        font-size: 15px;
        line-height: 22px;
        max-width: 80%
    }

    .preksgame .preks_box .preks_item .h6 span,
    .preksgame .preks_box .preks_item h6 span {
        font-size: 22px;
        line-height: 22px;
        right: 22px;
        top: 22px
    }

    .preksgame .preks_box .preks_item p {
        font-size: 11px;
        line-height: 19px
    }

    .tekrevol_awards {
        margin-top: 0
    }

    .tekrevol_awards .awards_item.small {
        height: 160px;
        padding: 20px
    }
}

@media(min-width:667px)and (max-width:991px) {
    .game_banner .banner_btn .border_btn.web_case_btn {
        border-radius: 40px;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        min-width: 180px
    }

    .game_banner {
        height: 60vh
    }

    .gaming_screen .h2,
    .gaming_screen h2 {
        margin-bottom: 60px
    }

    .gaming_screen .game_service {
        height: 150px;
        margin-bottom: 70px
    }

    .gaming_screen .game_service .game_img_box {
        height: 120px;
        top: -20px;
        transform: translate(-50%, -20%);
        width: 120px
    }

    .gaming_screen .game_service .game_img_box .gatsby-image-wrapper img {
        height: 70px
    }

    .gaming_screen .col-lg-3:nth-child(3) .game_service,
    .gaming_screen .col-lg-3:nth-child(4) .game_service,
    .gaming_screen .game_service .h3,
    .gaming_screen .game_service h3 {
        margin-bottom: 0
    }

    .services_main_container {
        margin-top: 30px
    }

    .services_main_container .col-lg-3 {
        padding: 0 5px
    }

    .services_main_container .services_main_box {
        border-radius: 15px;
        cursor: pointer;
        margin-bottom: 30px;
        padding: 15px
    }

    .services_main_container .services_main_box .services_title {
        margin-bottom: 10px
    }

    .services_main_container .services_main_box .services_title .services_icon svg {
        height: 30px
    }

    .services_main_container .services_main_box .services_title .title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0
    }

    .services_main_container .services_main_box .services_content {
        height: 200px
    }

    .services_main_container .services_main_box .services_content p {
        font-size: 11px;
        line-height: 17px
    }

    .services_develop_container {
        margin-top: 20px
    }

    .services_develop_container .services_develop_box {
        height: 180px;
        margin-bottom: 20px;
        padding: 15px
    }

    .services_develop_container .services_develop_box .main_title {
        margin-bottom: 15px
    }

    .services_develop_container .services_develop_box .main_title .tit {
        font-size: 20px;
        line-height: 26px
    }

    .services_develop_container .services_develop_box .main_title .icon {
        flex: 0 0 70px
    }

    .services_develop_container .services_develop_box .content p {
        font-size: 11px;
        line-height: 17px
    }

    .technologyuse .technologyuse_main {
        margin-top: 30px
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img {
        flex: 0 0 20%;
        height: 120px
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img .gatsby-image-wrapper img {
        height: 60px
    }

    .casestudy .pro_sec {
        margin-top: 20px
    }

    .casestudy .pro_sec .casestudy_item {
        margin-bottom: 20px;
        position: relative
    }

    .casestudy .pro_sec .casestudy_item .download_section {
        bottom: 20px;
        left: 50%;
        transform: translate(-50%)
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps {
        gap: 15px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_now {
        font-size: 14px;
        line-height: 20px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul {
        gap: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li {
        padding-right: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li svg {
        height: 18px
    }

    .casestudy .pro_sec .casestudy_item .download_section .case_btn {
        margin-top: 0
    }

    .workflow_section .workflow_max {
        margin-top: 20px
    }

    .workflow_section .workflow_max .workflow_listing {
        flex-wrap: wrap
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items {
        flex: 1 0 49%;
        height: 130px;
        margin-bottom: 10px;
        max-width: 49%;
        padding: 20px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 {
        font-size: 16px;
        gap: 5px;
        line-height: 22px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4 span,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 span {
        flex: 0 0 22px;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        width: 22px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items p {
        font-size: 11px;
        line-height: 17px
    }

    .awrads_sec .number_items svg {
        height: auto;
        margin-right: 10px;
        width: 60px
    }

    .awrads_sec .number_items .title_numbers {
        font-size: 40px;
        line-height: 40px
    }

    .awrads_sec .number_items .title_numbers span {
        font-size: 12px;
        line-height: 22px
    }

    .gamecategory .main_category_box {
        gap: 20px
    }

    .gamecategory .main_category_box .gamecategory_list:last-child {
        margin-top: 70px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat {
        margin-bottom: 20px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat .gatsby-image-wrapper img {
        height: 140px
    }

    .partner-usa .partner_box {
        padding: 0 20px
    }

    .partner-usa .partner_box .partner-para p {
        line-height: normal;
        padding-right: 0
    }

    .partner-usa .col-xxl-4:last-child .partner_box {
        border-right: 0
    }

    .gat_game_app {
        height: 100%;
        margin-bottom: 50px
    }

    .gat_game_app .gat_app_txt {
        margin-top: 15px
    }

    .gat_game_app .gat_app_txt .h5,
    .gat_game_app .gat_app_txt h5 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .gat_game_app .gat_app_txt .h5 span,
    .gat_game_app .gat_app_txt h5 span {
        margin-right: 10px
    }

    .gat_game_app .gat_app_txt p {
        font-size: 14px;
        line-height: 24px
    }

    .gat_game_app .gat_img {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center
    }

    .preksgame .preks_box {
        gap: 10px;
        margin-bottom: 10px
    }

    .preksgame .preks_box .preks_item {
        flex: 0 0 48%;
        padding: 15px
    }

    .preksgame .preks_box .preks_item .h6,
    .preksgame .preks_box .preks_item h6 {
        font-size: 15px;
        line-height: 22px;
        max-width: 80%
    }

    .preksgame .preks_box .preks_item .h6 span,
    .preksgame .preks_box .preks_item h6 span {
        font-size: 22px;
        line-height: 22px;
        right: 22px;
        top: 22px
    }

    .preksgame .preks_box .preks_item p {
        font-size: 11px;
        line-height: 19px
    }

    .tekrevol_awards {
        margin-top: 0
    }

    .tekrevol_awards .awards_item.small {
        height: 160px;
        padding: 20px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .game_banner {
        height: 100%;
        padding-bottom: 30px;
        padding-top: 100px
    }

    .game_banner .h1,
    .game_banner h1,
    .game_banner p {
        margin-bottom: 20px
    }

    .game_banner .game_main_img {
        display: none
    }

    .game_banner .banner_btn .border_btn {
        min-width: 210px
    }

    .game_banner .banner_btn .border_btn.web_case_btn {
        border: 1px solid #fff;
        border-radius: 25px;
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        margin-left: 0;
        margin-top: 15px
    }

    .game_banner .banner_btn .border_btn.web_case_btn:hover {
        border: 1px solid #06dcbf
    }

    .gaming_screen .h2,
    .gaming_screen h2 {
        margin-bottom: 50px
    }

    .gaming_screen .game_service {
        height: 150px;
        margin-bottom: 70px
    }

    .gaming_screen .game_service .game_para {
        margin-top: 20px
    }

    .gaming_screen .game_service .game_img_box {
        height: 120px;
        top: -20px;
        transform: translate(-50%, -20%);
        width: 120px
    }

    .gaming_screen .game_service .game_img_box .gatsby-image-wrapper img {
        height: 70px
    }

    .gaming_screen .game_service .h3,
    .gaming_screen .game_service h3 {
        margin-bottom: 0
    }

    .gaming_screen .game_service a.border_btn {
        margin-bottom: 10px !important;
        margin-top: 0 !important
    }

    .gaming_screen .col-lg-3:last-child .game_service {
        margin-bottom: 0
    }

    .services_main_container {
        margin-top: 30px
    }

    .services_main_container .col-lg-3 {
        padding: 0 5px
    }

    .services_main_container .services_main_box {
        border-radius: 15px;
        cursor: pointer;
        margin-bottom: 30px;
        padding: 15px
    }

    .services_main_container .services_main_box .services_title {
        margin-bottom: 10px
    }

    .services_main_container .services_main_box .services_title .services_icon svg {
        height: 30px
    }

    .services_main_container .services_main_box .services_title .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0
    }

    .services_main_container .services_main_box .services_content {
        height: 200px
    }

    .services_main_container .services_main_box .services_content p {
        font-size: 12px;
        line-height: 20px
    }

    .services_develop_container {
        margin-top: 20px
    }

    .services_develop_container .services_develop_box {
        height: auto;
        margin-bottom: 20px;
        padding: 15px
    }

    .services_develop_container .services_develop_box .main_title {
        margin-bottom: 15px
    }

    .services_develop_container .services_develop_box .main_title .tit {
        font-size: 20px;
        line-height: 26px
    }

    .services_develop_container .services_develop_box .main_title .icon {
        flex: 0 0 70px
    }

    .services_develop_container .services_develop_box .content p {
        font-size: 12px;
        line-height: 20px
    }

    .game_servies .game_para {
        margin-top: 20px
    }

    .technologyuse .technologyuse_main {
        margin-top: 0
    }

    .technologyuse .technologyuse_main .tech_icons .tech_img {
        flex: 0 0 50%;
        height: auto;
        padding: 20px 0
    }

    .casestudy .pro_sec {
        margin-top: 20px
    }

    .casestudy .pro_sec .casestudy_item {
        margin-bottom: 20px;
        position: relative
    }

    .casestudy .pro_sec .casestudy_item.item_001 {
        height: unset
    }

    .casestudy .pro_sec .casestudy_item.item_001 .download_section {
        background: rgba(0, 0, 0, .91);
        border-radius: 10px;
        margin-top: 20px;
        padding: 10px;
        position: unset;
        transform: translate(0);
        width: 100%
    }

    .casestudy .pro_sec .casestudy_item.item_001 .download_section .download_apps {
        gap: 10px
    }

    .casestudy .pro_sec .casestudy_item.item_001 .download_section .download_apps .name_now {
        font-size: 14px;
        line-height: 20px
    }

    .casestudy .pro_sec .casestudy_item.item_001 .download_section .download_apps .name_icon ul {
        gap: 10px
    }

    .casestudy .pro_sec .casestudy_item.item_001 .download_section .download_apps .name_icon ul li {
        padding-right: 10px
    }

    .casestudy .pro_sec .casestudy_item.item_001 .download_section .download_apps .name_icon ul li svg {
        height: 18px
    }

    .casestudy .pro_sec .casestudy_item.item_001 .download_section .case_btn {
        margin-top: 0
    }

    .casestudy .pro_sec .casestudy_item .download_section {
        background: rgba(0, 0, 0, .91);
        border-radius: 10px;
        margin-top: 20px;
        padding: 10px;
        position: unset;
        transform: translate(0)
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps {
        gap: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_now {
        font-size: 14px;
        line-height: 20px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul {
        gap: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li {
        padding-right: 10px
    }

    .casestudy .pro_sec .casestudy_item .download_section .download_apps .name_icon ul li svg {
        height: 18px
    }

    .casestudy .pro_sec .casestudy_item .download_section .case_btn {
        margin-top: 0
    }

    .casestudy .pro_sec .casestudy_item img,
    .casestudy .pro_sec .casestudy_item video {
        border-radius: 10px
    }

    .casestudy .pro_btn {
        justify-content: start
    }

    .casestudy .pro_btn a {
        margin-top: 0
    }

    .workflow_section .workflow_max {
        margin-top: 20px
    }

    .workflow_section .workflow_max .workflow_listing {
        flex-wrap: wrap
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items {
        flex: 1 0 100%;
        height: auto;
        margin-bottom: 10px;
        max-width: 100%;
        padding: 20px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 {
        font-size: 16px;
        gap: 5px;
        line-height: 22px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items .h4 span,
    .workflow_section .workflow_max .workflow_listing .workflow_items h4 span {
        flex: 0 0 22px;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        width: 22px
    }

    .workflow_section .workflow_max .workflow_listing .workflow_items p {
        font-size: 12px;
        line-height: 20px
    }

    .awrads_sec .number_items {
        border-bottom: 1px solid #dadadb;
        border-right: 0;
        gap: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .awrads_sec .number_items svg {
        height: auto;
        margin-right: 10px;
        width: 60px
    }

    .awrads_sec .number_items .title_numbers {
        font-size: 40px;
        line-height: 40px;
        width: 150px
    }

    .awrads_sec .number_items .title_numbers span {
        font-size: 12px;
        line-height: 22px
    }

    .gamecategory .main_category_box {
        gap: 20px
    }

    .gamecategory .main_category_box .gamecategory_list:last-child {
        margin-top: 70px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat {
        margin-bottom: 20px
    }

    .gamecategory .main_category_box .gamecategory_list .item_cat .gatsby-image-wrapper img {
        height: 140px
    }

    .partner-usa .partner_box {
        border-bottom: 1px solid #dadadb;
        border-right: 0;
        margin-bottom: 10px;
        padding: 0 20px
    }

    .partner-usa .partner_box .partner-para p {
        line-height: normal;
        padding-right: 0
    }

    .partner-usa .col-xxl-4:last-child .partner_box {
        border-right: 0
    }

    .gat_game_app {
        height: 100%;
        margin-bottom: 0
    }

    .gat_game_app .gat_app_txt {
        margin-top: 15px
    }

    .gat_game_app .gat_app_txt .h5,
    .gat_game_app .gat_app_txt h5 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .gat_game_app .gat_app_txt .h5 span,
    .gat_game_app .gat_app_txt h5 span {
        margin-right: 10px
    }

    .gat_game_app .gat_app_txt p {
        font-size: 14px;
        line-height: 24px
    }

    .gat_game_app .gat_img {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center
    }

    .preksgame .preks_box {
        gap: 10px;
        margin-bottom: 10px
    }

    .preksgame .preks_box .preks_item {
        flex: 0 0 100%;
        padding: 15px
    }

    .preksgame .preks_box .preks_item .h6,
    .preksgame .preks_box .preks_item h6 {
        font-size: 15px;
        line-height: 22px;
        max-width: 80%
    }

    .preksgame .preks_box .preks_item .h6 span,
    .preksgame .preks_box .preks_item h6 span {
        font-size: 22px;
        line-height: 22px;
        right: 22px;
        top: 22px
    }

    .preksgame .preks_box .preks_item p {
        font-size: 12px;
        line-height: 20px
    }

    .tekrevol_awards {
        height: auto;
        margin-top: 20px;
        min-height: auto
    }

    .tekrevol_awards .awards_item.small {
        height: auto;
        padding: 20px
    }

    .p50 {
        padding: 30px 0
    }
}

.technologyuse.game-technologyuse .technologyuse_main .tech_icons {
    display: block
}

.industry_gcc {
    overflow: hidden
}

.industry_gcc .swiper-slide {
    margin-right: 20px;
    max-width: 300px;
    width: 300px !important
}

.industry_gcc .swiper-slide .industry_item {
    align-items: end;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 510px;
    justify-content: center;
    position: relative;
    width: 300px
}

.industry_gcc .swiper-slide .industry_item:after {
    background: linear-gradient(1deg, #314252 4.16%, rgba(49, 66, 82, 0) 73.92%);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0
}

.industry_gcc .swiper-slide .industry_item .h6,
.industry_gcc .swiper-slide .industry_item h6 {
    color: #fff;
    margin-bottom: 20px;
    max-width: 150px;
    text-transform: uppercase;
    z-index: 1
}

.industry_gcc .react-multi-carousel-list {
    overflow: visible
}

.industry_gcc .dark_bg {
    background: #314252;
    z-index: 1
}

.industry_gcc .dark_bg:before {
    background: #314252;
    content: "";
    height: 100%;
    left: -247%;
    position: absolute;
    top: 0;
    width: 300%;
    z-index: -1
}

.growing_gcc .h2,
.growing_gcc h2 {
    margin-bottom: 40px;
    padding-right: 100px
}

.growing_gcc a {
    background: #06dcbf !important;
    color: #fff !important
}

.techsolution .h2,
.techsolution h2 {
    text-align: center
}

.techsolution .solution_box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    max-width: 100%
}

.techsolution .solution_box .solution_box_items {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    display: flex;
    flex: 0 0 33.33%;
    height: 360px;
    padding: 50px 30px
}

.techsolution .solution_box .solution_box_items .item_icon {
    flex: 0 0 90px
}

.techsolution .solution_box .solution_box_items .item_icon svg path {
    fill: #314252
}

.techsolution .solution_box .solution_box_items .item_txt .h5,
.techsolution .solution_box .solution_box_items .item_txt h5 {
    color: #314252;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.6px;
    line-height: 35px
}

.techsolution .solution_box .solution_box_items .item_txt p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px
}

.techsolution .solution_box .solution_box_items:last-child,
.techsolution .solution_box .solution_box_items:nth-child(3) {
    border-right: 0
}

.techsolution .solution_box .solution_box_items:last-child,
.techsolution .solution_box .solution_box_items:nth-child(4),
.techsolution .solution_box .solution_box_items:nth-child(5) {
    border-bottom: 0
}

.techsolution .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
    fill: unset;
    stroke: #314252
}

.techsolution .solution_box .solution_box_items:hover {
    cursor: pointer
}

.techsolution .solution_box .solution_box_items:hover .item_icon svg path {
    fill: #06dcbf
}

.techsolution .solution_box .solution_box_items:hover .item_txt .h5,
.techsolution .solution_box .solution_box_items:hover .item_txt h5 {
    color: #06dcbf
}

.techsolution .solution_box .solution_box_items:hover:nth-child(4) .item_icon svg path {
    fill: unset;
    stroke: #06dcbf
}

.techsolution.tech_music_solution .solution_box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    max-width: 100%
}

.techsolution.tech_music_solution .solution_box .solution_box_items {
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex: 0 0 50%;
    height: 350px;
    padding: 50px 30px
}

.techsolution.tech_music_solution .solution_box .solution_box_items:hover {
    cursor: pointer
}

.techsolution.tech_music_solution .solution_box .solution_box_items:hover .item_icon svg path {
    fill: #06dcbf
}

.techsolution.tech_music_solution .solution_box .solution_box_items .item_txt p {
    color: #898989
}

.techsolution.tech_music_solution .solution_box .solution_box_items:last-child,
.techsolution.tech_music_solution .solution_box .solution_box_items:nth-child(2) {
    border-right: 0
}

.techsolution.tech_music_solution .solution_box .solution_box_items:last-child,
.techsolution.tech_music_solution .solution_box .solution_box_items:nth-child(3) {
    border-bottom: 0;
    border-right: 1px solid #e2e2e2
}

.techsolution.tech_music_solution .solution_box .solution_box_items:last-child,
.techsolution.tech_music_solution .solution_box .solution_box_items:nth-child(4) {
    border-right: 0
}

.techsolution.tech_music_solution .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
    fill: #314252;
    stroke: none
}

.techsolution.tech_hire_dubai .solution_box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    max-width: 100%
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items {
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex: 0 0 50%;
    height: 220px;
    padding: 50px 30px
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items .item_icon {
    flex: 0 0 90px
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items .item_icon svg path {
    fill: #000
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items:hover {
    cursor: pointer
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items:hover .item_icon svg path {
    fill: #06dcbf
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items .item_txt p {
    color: #898989
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items:last-child,
.techsolution.tech_hire_dubai .solution_box .solution_box_items:nth-child(2) {
    border-right: 0
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items:last-child,
.techsolution.tech_hire_dubai .solution_box .solution_box_items:nth-child(3) {
    border-bottom: 0;
    border-right: 1px solid #e2e2e2
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items:last-child,
.techsolution.tech_hire_dubai .solution_box .solution_box_items:nth-child(4) {
    border-right: 0
}

.techsolution.tech_hire_dubai .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
    fill: #000;
    stroke: none
}

.techsolution.tech_uk_new .solution_box .solution_box_items {
    height: 250px
}

.brandsol .brand_box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    max-width: 100%
}

.brandsol .brand_box .brand_img {
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    flex: 0 0 33.33%;
    height: 150px;
    margin: auto;
    padding: 30px;
    text-align: center
}

.brandsol .brand_box .brand_img img {
    height: 70px;
    width: auto
}

.brandsol .brand_box .brand_img:first-child,
.brandsol .brand_box .brand_img:nth-child(4) {
    border-left: 1px solid #e2e2e2
}

.brandsol .brand_box .brand_img:last-child,
.brandsol .brand_box .brand_img:nth-child(4),
.brandsol .brand_box .brand_img:nth-child(5) {
    border-bottom: 1px solid #e2e2e2
}

.brandsol.stack_web {
    background: #fcfcfc
}

.brandsol.stack_web .brand_box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    max-width: 100%
}

.brandsol.stack_web .brand_box .brand_img {
    align-items: center;
    border: 1px solid #f3f3f3;
    display: flex;
    flex: 0 0 24%;
    height: 150px;
    justify-content: center;
    margin: 0;
    text-align: center
}

.brandsol.stack_web .brand_box .brand_img img {
    height: 70px;
    width: auto
}

.brandsol.game-dubai-stack .brand_box {
    margin-top: 60px
}

.brandsol.game-dubai-stack .brand_box .brand_img {
    border: none;
    flex: 0 0 14.2%;
    height: unset
}

.brandsol.game-dubai-stack .brand_box .brand_img:first-child,
.brandsol.game-dubai-stack .brand_box .brand_img:last-child,
.brandsol.game-dubai-stack .brand_box .brand_img:nth-child(4),
.brandsol.game-dubai-stack .brand_box .brand_img:nth-child(5) {
    border: none
}

.brandsol.game-dubai-stack .brand_box .brand_img img {
    height: unset;
    width: unset
}

.copyright_dubai {
    background: #000;
    padding: 30px 0
}

.copyright_dubai .copyright_box ul {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.copyright_dubai .copyright_box li {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 26px;
    justify-content: center;
    line-height: 36px
}

.copyright_dubai .copyright_box li a {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    transition: .2s linear
}

.copyright_dubai .copyright_box li a:hover {
    color: #06dcbf
}

.copyright_dubai .copyright_box li svg {
    margin-right: 15px
}

.copyright_dubai .copyright_box li svg path {
    fill: #06dcbf
}

.sidebtns-dubai {
    position: fixed;
    right: 0;
    top: 50%
}

.sidebtns-dubai ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.sidebtns-dubai ul li {
    list-style: none
}

.hire_expert .tech_stackgcc {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%
}

.hire_expert .tech_stackgcc:last-child {
    border-right: 0
}

.hire_expert .tech_stackgcc .tech_stackbox {
    border-right: 1px solid hsla(0, 0%, 77%, .1);
    flex: 0 0 14.2%;
    padding: 40px 20px;
    text-align: center
}

.hire_expert .tech_stackgcc .tech_stackbox:last-child {
    border-right: 0
}

.hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle {
    margin-top: 20px
}

.hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle .h6,
.hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0
}

.rtl-style {
    direction: rtl
}

.rtl-style .banenr_content {
    padding-left: 50px;
    padding-right: 0
}

.rtl-style .h1,
.rtl-style h1 {
    font-size: 75px;
    letter-spacing: 0;
    line-height: 85px
}

.rtl-style .h1,
.rtl-style .h2,
.rtl-style .h3,
.rtl-style .h4,
.rtl-style .h5,
.rtl-style .h6,
.rtl-style h1,
.rtl-style h2,
.rtl-style h3,
.rtl-style h4,
.rtl-style h5,
.rtl-style h6,
.rtl-style li,
.rtl-style p,
.rtl-style ul {
    letter-spacing: 0 !important
}

.rtl-style p {
    font-size: 26px;
    line-height: 45px
}

.rtl-style p.main_para {
    font-size: 34px;
    line-height: 50px
}

.rtl-style a.border_btn {
    background: transparent;
    font-size: 24px
}

.rtl-style.breadcrumbs_style .container ul.breadcrumb {
    right: 15px
}

.rtl-style.breadcrumbs_style .container ul.breadcrumb li {
    font-size: 18px;
    line-height: 20px;
    padding-left: 50px;
    padding-right: 0
}

.rtl-style.breadcrumbs_style .container ul.breadcrumb li:after {
    left: 15px;
    right: unset;
    transform: rotate(180deg)
}

.rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button {
    letter-spacing: 0
}

.rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button.collapsed:before {
    left: unset;
    right: 0
}

.rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button:after {
    left: 30px;
    position: absolute
}

.rtl-style.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
    font-size: 24px;
    line-height: 40px
}

.rtl-style.laverage_section .process_listing:before {
    content: "";
    left: 60%;
    transform: translate(-60%, -50%);
    width: 82%
}

.rtl-style.laverage_section .process_listing .process_item .h6,
.rtl-style.laverage_section .process_listing .process_item h6 {
    font-size: 24px;
    line-height: 34px
}

.rtl-style.laverage_section .process_listing .process_item p {
    font-size: 18px;
    line-height: 28px;
    margin: auto;
    max-width: 80%
}

.rtl-style.faq_loc .services_faqs .accordion-box .accordion-item svg {
    left: 0;
    right: unset
}

.case_section.case_dubai .bg_case .case-content p {
    font-size: 20px;
    line-height: 32px
}

@media(min-width:1600px)and (max-width:1800px) {
    .rtl-style {
        direction: rtl
    }

    .rtl-style .banenr_content {
        padding-left: 30px;
        padding-left: 20px;
        padding-right: 0
    }

    .rtl-style .h1,
    .rtl-style h1 {
        font-size: 65px;
        line-height: 75px
    }

    .rtl-style p {
        font-size: 22px;
        line-height: 38px
    }

    .rtl-style p.main_para {
        font-size: 26px;
        line-height: 40px
    }

    .rtl-style a.border_btn {
        font-size: 22px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb {
        right: 15px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li {
        font-size: 18px;
        line-height: 20px;
        padding-left: 50px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li:after {
        left: 15px;
        right: unset;
        transform: rotate(180deg)
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        letter-spacing: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button.collapsed:before {
        left: unset;
        right: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button:after {
        left: 30px;
        position: absolute
    }

    .rtl-style.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 22px;
        line-height: 36px
    }

    .rtl-style.laverage_section .process_listing:before {
        content: "";
        left: 60%;
        transform: translate(-60%, -50%);
        width: 82%
    }

    .rtl-style.laverage_section .process_listing .process_item .h6,
    .rtl-style.laverage_section .process_listing .process_item h6 {
        font-size: 22px;
        line-height: 32px
    }

    .rtl-style.laverage_section .process_listing .process_item p {
        font-size: 17px;
        line-height: 27px;
        margin: auto;
        max-width: 90%
    }

    .rtl-style.faq_loc .services_faqs .accordion-box .accordion-item svg {
        left: 0;
        right: unset
    }

    .case_section.case_dubai .bg_case .case-content p {
        font-size: 19px;
        line-height: 30px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .rtl-style {
        direction: rtl
    }

    .rtl-style .banenr_content {
        padding-left: 20px;
        padding-right: 0
    }

    .rtl-style .h1,
    .rtl-style h1 {
        font-size: 60px;
        line-height: 70px
    }

    .rtl-style p {
        font-size: 22px;
        line-height: 38px
    }

    .rtl-style p.main_para {
        font-size: 24px;
        line-height: 35px
    }

    .rtl-style a.border_btn {
        font-size: 20px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb {
        right: 15px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li {
        font-size: 17px;
        line-height: 20px;
        padding-left: 50px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li:after {
        left: 15px;
        right: unset;
        transform: rotate(180deg)
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        letter-spacing: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button.collapsed:before {
        left: unset;
        right: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button:after {
        left: 30px;
        position: absolute
    }

    .rtl-style.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 20px;
        line-height: 34px
    }

    .rtl-style.laverage_section .process_listing:before {
        content: "";
        left: 60%;
        transform: translate(-60%, -50%);
        width: 82%
    }

    .rtl-style.laverage_section .process_listing .process_item .h6,
    .rtl-style.laverage_section .process_listing .process_item h6 {
        font-size: 22px;
        line-height: 32px
    }

    .rtl-style.laverage_section .process_listing .process_item p {
        font-size: 16px;
        line-height: 26px;
        margin: auto;
        max-width: 90%
    }

    .rtl-style.faq_loc .services_faqs .accordion-box .accordion-item svg {
        left: 0;
        right: unset
    }

    .case_section.case_dubai .bg_case .case-content p {
        font-size: 18px;
        line-height: 30px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .rtl-style {
        direction: rtl
    }

    .rtl-style .banenr_content {
        padding-left: 20px;
        padding-right: 0
    }

    .rtl-style .h1,
    .rtl-style h1 {
        font-size: 55px;
        line-height: 65px
    }

    .rtl-style p {
        font-size: 20px;
        line-height: 38px
    }

    .rtl-style p.main_para {
        font-size: 22px;
        line-height: 35px
    }

    .rtl-style a.border_btn {
        font-size: 18px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb {
        right: 15px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li {
        font-size: 16px;
        line-height: 20px;
        padding-left: 50px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li:after {
        left: 15px;
        right: unset;
        transform: rotate(180deg)
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        letter-spacing: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button.collapsed:before {
        left: unset;
        right: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button:after {
        left: 30px;
        position: absolute
    }

    .rtl-style.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 18px;
        line-height: 32px
    }

    .rtl-style.laverage_section .process_listing:before {
        content: "";
        left: 60%;
        transform: translate(-60%, -50%);
        width: 82%
    }

    .rtl-style.laverage_section .process_listing .process_item .h6,
    .rtl-style.laverage_section .process_listing .process_item h6 {
        font-size: 22px;
        line-height: 32px
    }

    .rtl-style.laverage_section .process_listing .process_item p {
        font-size: 15px;
        line-height: 26px;
        margin: auto;
        max-width: 90%
    }

    .rtl-style.faq_loc .services_faqs .accordion-box .accordion-item svg {
        left: 0;
        right: unset
    }

    .case_section.case_dubai .bg_case .case-content p {
        font-size: 16px;
        line-height: 28px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .rtl-style {
        direction: rtl
    }

    .rtl-style .banenr_content {
        padding-left: 20px;
        padding-right: 0
    }

    .rtl-style .h1,
    .rtl-style h1 {
        font-size: 45px;
        line-height: 55px
    }

    .rtl-style p {
        font-size: 18px;
        line-height: 30px
    }

    .rtl-style p.main_para {
        font-size: 20px;
        line-height: 30px
    }

    .rtl-style a.border_btn {
        font-size: 17px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb {
        right: 15px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 50px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li:after {
        left: 15px;
        right: unset;
        transform: rotate(180deg)
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        letter-spacing: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button.collapsed:before {
        left: unset;
        right: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button:after {
        left: 30px;
        position: absolute
    }

    .rtl-style.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 16px;
        line-height: 30px
    }

    .rtl-style.laverage_section .process_listing:before {
        content: "";
        left: 60%;
        transform: translate(-60%, -50%);
        width: 82%
    }

    .rtl-style.laverage_section .process_listing .process_item .h6,
    .rtl-style.laverage_section .process_listing .process_item h6 {
        font-size: 20px;
        line-height: 30px
    }

    .rtl-style.laverage_section .process_listing .process_item p {
        font-size: 15px;
        line-height: 26px;
        margin: auto;
        max-width: 90%
    }

    .rtl-style.faq_loc .services_faqs .accordion-box .accordion-item svg {
        left: 0;
        right: unset
    }

    .case_section.case_dubai .bg_case .case-content p {
        font-size: 15px;
        line-height: 28px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .rtl-style {
        direction: rtl
    }

    .rtl-style .banenr_content {
        padding-left: 20px;
        padding-right: 0
    }

    .rtl-style .h1,
    .rtl-style h1 {
        font-size: 40px;
        line-height: 50px
    }

    .rtl-style p {
        font-size: 16px;
        line-height: 26px
    }

    .rtl-style p.main_para {
        font-size: 18px;
        line-height: 28px
    }

    .rtl-style a.border_btn {
        font-size: 15px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb {
        right: 15px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li {
        font-size: 13px;
        line-height: 20px;
        padding-left: 50px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li:after {
        left: 15px;
        right: unset;
        transform: rotate(180deg)
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        letter-spacing: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button.collapsed:before {
        left: unset;
        right: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button:after {
        left: 30px;
        position: absolute
    }

    .rtl-style.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 14px;
        line-height: 28px
    }

    .rtl-style.laverage_section .process_listing:before {
        content: "";
        left: 60%;
        transform: translate(-60%, -50%);
        width: 82%
    }

    .rtl-style.laverage_section .process_listing .process_item .h6,
    .rtl-style.laverage_section .process_listing .process_item h6 {
        font-size: 18px;
        line-height: 28px
    }

    .rtl-style.laverage_section .process_listing .process_item p {
        font-size: 14px;
        line-height: 24px;
        margin: auto;
        max-width: 90%
    }

    .rtl-style.faq_loc .services_faqs .accordion-box .accordion-item svg {
        left: 0;
        right: unset
    }

    .case_section.case_dubai .bg_case .case-content p {
        font-size: 14px;
        line-height: 24px
    }
}

@media(min-width:0px)and (max-width:666px) {
    .rtl-style {
        direction: rtl
    }

    .rtl-style .banenr_content {
        padding-left: 0;
        padding-right: 0
    }

    .rtl-style .h1,
    .rtl-style h1 {
        font-size: 40px;
        line-height: 50px
    }

    .rtl-style p {
        font-size: 16px;
        line-height: 26px
    }

    .rtl-style p.main_para {
        font-size: 18px;
        line-height: 28px
    }

    .rtl-style a.border_btn {
        background: #06dcbf;
        font-size: 15px
    }

    .rtl-style.mobileapp_gcc img {
        margin: 0;
        padding-top: 30px
    }

    .rtl-style.mobileapp_gcc .gatsby-image-wrapper-constrained div img {
        margin: 0;
        max-height: 300px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb {
        right: 15px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li {
        font-size: 13px;
        line-height: 20px;
        padding-left: 50px
    }

    .rtl-style.breadcrumbs_style .container ul.breadcrumb li:after {
        left: 15px;
        right: unset;
        transform: rotate(180deg)
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button {
        letter-spacing: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button.collapsed:before {
        left: unset;
        right: 0
    }

    .rtl-style.acc_section .accordion .accordion-item .accordion-header button.accordion-button:after {
        left: 30px;
        position: absolute
    }

    .rtl-style.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_txt p {
        font-size: 14px;
        line-height: 28px
    }

    .rtl-style.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img {
        margin-top: 20px
    }

    .rtl-style.acc_section .accordion .accordion-collapse .accordion-body .acc_content .acc_img .gatsby-image-wrapper-constrained div img {
        max-height: 400px
    }

    .rtl-style.laverage_section .process_listing:before {
        content: "";
        left: 60%;
        transform: translate(-60%, -50%);
        width: 82%
    }

    .rtl-style.laverage_section .process_listing .process_item .h6,
    .rtl-style.laverage_section .process_listing .process_item h6 {
        font-size: 18px;
        line-height: 28px
    }

    .rtl-style.laverage_section .process_listing .process_item p {
        font-size: 14px;
        line-height: 24px;
        margin: auto;
        max-width: 90%
    }

    .rtl-style.faq_loc .services_faqs .accordion-box .accordion-item svg {
        left: 0;
        right: unset
    }

    .case_section.case_dubai .bg_case .case-content p {
        font-size: 14px;
        line-height: 24px
    }
}

@media(min-width:1600px)and (max-width:1800px) {
    .industry_gcc {
        overflow: hidden
    }

    .industry_gcc .swiper-slide {
        margin-right: 20px;
        max-width: 300px;
        width: 300px !important
    }

    .industry_gcc .swiper-slide .industry_item {
        align-items: end;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 510px;
        justify-content: center;
        position: relative;
        width: 300px
    }

    .industry_gcc .swiper-slide .industry_item:after {
        background: linear-gradient(1deg, #314252 4.16%, rgba(49, 66, 82, 0) 73.92%);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .industry_gcc .swiper-slide .industry_item .h6,
    .industry_gcc .swiper-slide .industry_item h6 {
        color: #fff;
        margin-bottom: 20px;
        max-width: 150px;
        text-transform: uppercase;
        z-index: 1
    }

    .industry_gcc .react-multi-carousel-list {
        overflow: visible
    }

    .industry_gcc .dark_bg {
        background: #314252;
        z-index: 1
    }

    .industry_gcc .dark_bg:before {
        background: #314252;
        content: "";
        height: 100%;
        left: -247%;
        position: absolute;
        top: -10px;
        width: 300%;
        z-index: -1
    }

    .techsolution .h2,
    .techsolution h2 {
        text-align: center
    }

    .techsolution .solution_box {
        margin-top: 80px;
        max-width: 100%
    }

    .techsolution .solution_box .solution_box_items {
        display: flex;
        flex: 0 0 33.33%;
        height: 350px;
        padding: 45px 25px
    }

    .techsolution .solution_box .solution_box_items .item_icon {
        flex: 0 0 80px
    }

    .techsolution .solution_box .solution_box_items .item_txt .h5,
    .techsolution .solution_box .solution_box_items .item_txt h5 {
        font-size: 28px;
        line-height: 33px
    }

    .techsolution .solution_box .solution_box_items .item_txt p {
        font-size: 17px;
        line-height: 34px
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(3) {
        border-right: 0
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(4),
    .techsolution .solution_box .solution_box_items:nth-child(5) {
        border-bottom: 0
    }

    .techsolution .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
        fill: unset;
        stroke: #314252
    }

    .techsolution.swift_process .solution_box .solution_box_items {
        height: 400px
    }

    .copyright_dubai {
        background: #000;
        padding: 30px 0
    }

    .copyright_dubai .copyright_box li a {
        font-size: 22px;
        line-height: 32px
    }

    .why_choosedubai {
        background-size: 55%
    }

    .laverage_section .process_listing.process_carousel .process_item ul li {
        font-size: 14px;
        line-height: 20px
    }

    .hire_expert .tech_stackgcc .tech_stackbox {
        flex: 0 0 14.2%;
        padding: 40px 20px
    }

    .hire_expert .tech_stackgcc .tech_stackbox:last-child {
        border-right: 0
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle {
        margin-top: 20px
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle .h6,
    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle h6 {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .industry_gcc {
        overflow: hidden
    }

    .industry_gcc .swiper-slide {
        margin-right: 20px;
        max-width: 300px;
        width: 300px !important
    }

    .industry_gcc .swiper-slide .industry_item {
        align-items: end;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 510px;
        justify-content: center;
        position: relative;
        width: 300px
    }

    .industry_gcc .swiper-slide .industry_item:after {
        background: linear-gradient(1deg, #314252 4.16%, rgba(49, 66, 82, 0) 73.92%);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .industry_gcc .swiper-slide .industry_item .h6,
    .industry_gcc .swiper-slide .industry_item h6 {
        color: #fff;
        margin-bottom: 20px;
        max-width: 150px;
        text-transform: uppercase;
        z-index: 1
    }

    .industry_gcc .react-multi-carousel-list {
        overflow: visible
    }

    .industry_gcc .dark_bg {
        background: #314252;
        z-index: 1
    }

    .industry_gcc .dark_bg:before {
        background: #314252;
        content: "";
        height: 100%;
        left: -247%;
        position: absolute;
        top: -10px;
        width: 300%;
        z-index: -1
    }

    .techsolution .h2,
    .techsolution h2 {
        text-align: center
    }

    .techsolution .solution_box {
        margin-top: 80px;
        max-width: 100%
    }

    .techsolution .solution_box .solution_box_items {
        display: flex;
        flex: 0 0 33.33%;
        height: 310px;
        padding: 40px 25px
    }

    .techsolution .solution_box .solution_box_items .item_icon {
        flex: 0 0 70px
    }

    .techsolution .solution_box .solution_box_items .item_icon svg {
        height: 40px;
        width: auto
    }

    .techsolution .solution_box .solution_box_items .item_txt .h5,
    .techsolution .solution_box .solution_box_items .item_txt h5 {
        font-size: 24px;
        line-height: 29px
    }

    .techsolution .solution_box .solution_box_items .item_txt p {
        font-size: 15px;
        line-height: 30px
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(3) {
        border-right: 0
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(4),
    .techsolution .solution_box .solution_box_items:nth-child(5) {
        border-bottom: 0
    }

    .techsolution .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
        fill: unset;
        stroke: #314252
    }

    .techsolution.tech_hire_dubai .solution_box {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 80px;
        max-width: 100%
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items {
        border-bottom: 1px solid #e2e2e2;
        display: flex;
        flex: 0 0 50%;
        height: 190px;
        padding: 40px 25px
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items .item_icon {
        flex: 0 0 90px
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items .item_icon svg path {
        fill: #000
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items .item_txt p {
        color: #898989
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items:last-child,
    .techsolution.tech_hire_dubai .solution_box .solution_box_items:nth-child(2) {
        border-right: 0
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items:last-child,
    .techsolution.tech_hire_dubai .solution_box .solution_box_items:nth-child(3) {
        border-bottom: 0;
        border-right: 1px solid #e2e2e2
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items:last-child,
    .techsolution.tech_hire_dubai .solution_box .solution_box_items:nth-child(4) {
        border-right: 0
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
        fill: #000;
        stroke: none
    }

    .techsolution.tech_uk .solution_box .solution_box_items svg {
        height: 30px;
        width: auto
    }

    .techsolution.tech_uk_new .solution_box .solution_box_items {
        height: 210px
    }

    .techsolution.tech_uk_new .solution_box .solution_box_items svg {
        height: 30px;
        width: auto
    }

    .copyright_dubai {
        background: #000;
        padding: 30px 0
    }

    .copyright_dubai .copyright_box li,
    .copyright_dubai .copyright_box li a {
        font-size: 20px;
        line-height: 30px
    }

    .whychoose.why_choosedubai {
        background-size: 55%
    }

    .brandsol .brand_box {
        flex-wrap: wrap;
        margin-top: 60px;
        max-width: 100%
    }

    .brandsol .brand_box,
    .brandsol .brand_box .brand_img {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .brandsol .brand_box .brand_img {
        border-right: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        flex: 0 0 33.33%;
        height: 130px;
        margin: auto;
        text-align: center
    }

    .brandsol .brand_box .brand_img img {
        height: 50px;
        width: auto
    }

    .brandsol .brand_box .brand_img:first-child,
    .brandsol .brand_box .brand_img:nth-child(4) {
        border-left: 1px solid #e2e2e2
    }

    .brandsol .brand_box .brand_img:last-child,
    .brandsol .brand_box .brand_img:nth-child(4),
    .brandsol .brand_box .brand_img:nth-child(5) {
        border-bottom: 1px solid #e2e2e2
    }

    .brandsol.stack_web {
        background: #fcfcfc
    }

    .brandsol.stack_web .brand_box {
        flex-wrap: wrap
    }

    .brandsol.stack_web .brand_box .brand_img {
        flex: 0 0 24%
    }

    .brandsol.stack_web .brand_box .brand_img img {
        height: 60px;
        width: auto
    }

    .laverage_section .process_listing.process_carousel .process_item ul li {
        font-size: 13px;
        line-height: 20px
    }

    .tabing_section .tab-content .native_mob_dubai {
        height: 350px;
        text-align: center;
        width: auto
    }

    .hire_expert .tech_stackgcc .tech_stackbox {
        flex: 0 0 14.2%;
        padding: 35px 15px
    }

    .hire_expert .tech_stackgcc .tech_stackbox:last-child {
        border-right: 0
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle {
        margin-top: 20px
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle .h6,
    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle h6 {
        font-size: 15px;
        line-height: 19px
    }

    .hire_expert.game-dubai-features .tech_stackgcc .tech_stackbox svg {
        height: 90px;
        width: auto
    }

    .sidebtns-dubai .side-box svg {
        height: 50px;
        width: auto
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .industry_gcc {
        overflow: hidden
    }

    .industry_gcc .swiper-slide {
        margin-right: 20px;
        max-width: 300px;
        width: 300px !important
    }

    .industry_gcc .swiper-slide .industry_item {
        align-items: end;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 510px;
        justify-content: center;
        position: relative;
        width: 300px
    }

    .industry_gcc .swiper-slide .industry_item:after {
        background: linear-gradient(1deg, #314252 4.16%, rgba(49, 66, 82, 0) 73.92%);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .industry_gcc .swiper-slide .industry_item .h6,
    .industry_gcc .swiper-slide .industry_item h6 {
        color: #fff;
        margin-bottom: 20px;
        max-width: 150px;
        text-transform: uppercase;
        z-index: 1
    }

    .industry_gcc .react-multi-carousel-list {
        overflow: visible
    }

    .industry_gcc .dark_bg {
        background: #314252;
        z-index: 1
    }

    .industry_gcc .dark_bg:before {
        background: #314252;
        content: "";
        height: 100%;
        left: -247%;
        position: absolute;
        top: -10px;
        width: 300%;
        z-index: -1
    }

    .techsolution .h2,
    .techsolution h2 {
        text-align: center
    }

    .techsolution .solution_box {
        margin-top: 80px;
        max-width: 100%
    }

    .techsolution .solution_box .solution_box_items {
        display: flex;
        flex: 0 0 33.33%;
        height: 290px;
        padding: 40px 25px
    }

    .techsolution .solution_box .solution_box_items .item_icon {
        flex: 0 0 60px
    }

    .techsolution .solution_box .solution_box_items .item_icon svg {
        height: 35px;
        width: auto
    }

    .techsolution .solution_box .solution_box_items .item_txt .h5,
    .techsolution .solution_box .solution_box_items .item_txt h5 {
        font-size: 22px;
        line-height: 27px
    }

    .techsolution .solution_box .solution_box_items .item_txt p {
        font-size: 14px;
        line-height: 28px
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(3) {
        border-right: 0
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(4),
    .techsolution .solution_box .solution_box_items:nth-child(5) {
        border-bottom: 0
    }

    .techsolution .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
        fill: unset;
        stroke: #314252
    }

    .techsolution.tech_music_solution .solution_box {
        margin-top: 60px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items {
        flex: 0 0 50%;
        height: 320px;
        padding: 45px 25px
    }

    .techsolution.tech_hire_dubai .solution_box {
        margin-top: 60px
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items {
        flex: 0 0 50%;
        height: 180px;
        padding: 40px 25px
    }

    .techsolution.tech_uk .solution_box .solution_box_items {
        height: 270px
    }

    .techsolution.tech_uk .solution_box .solution_box_items svg {
        height: 25px;
        width: auto
    }

    .techsolution.tech_uk_new .solution_box .solution_box_items {
        height: 200px
    }

    .techsolution.tech_uk_new .solution_box .solution_box_items svg {
        height: 25px;
        width: auto
    }

    .techsolution.swift_process .solution_box .solution_box_items {
        height: 320px
    }

    .copyright_dubai {
        background: #000;
        padding: 30px 0
    }

    .copyright_dubai .copyright_box li,
    .copyright_dubai .copyright_box li a {
        font-size: 18px;
        line-height: 28px
    }

    .whychoose.why_choosedubai {
        background-size: 55%
    }

    .brandsol .brand_box {
        flex-wrap: wrap;
        margin-top: 50px;
        max-width: 100%
    }

    .brandsol .brand_box,
    .brandsol .brand_box .brand_img {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .brandsol .brand_box .brand_img {
        border-right: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        flex: 0 0 33.33%;
        height: 110px;
        margin: auto;
        text-align: center
    }

    .brandsol .brand_box .brand_img img {
        height: 45px;
        width: auto
    }

    .brandsol .brand_box .brand_img:first-child,
    .brandsol .brand_box .brand_img:nth-child(4) {
        border-left: 1px solid #e2e2e2
    }

    .brandsol .brand_box .brand_img:last-child,
    .brandsol .brand_box .brand_img:nth-child(4),
    .brandsol .brand_box .brand_img:nth-child(5) {
        border-bottom: 1px solid #e2e2e2
    }

    .brandsol.stack_web {
        background: #fcfcfc
    }

    .brandsol.stack_web .brand_box {
        flex-wrap: wrap
    }

    .brandsol.stack_web .brand_box .brand_img {
        flex: 0 0 24%;
        height: 130px
    }

    .brandsol.stack_web .brand_box .brand_img img {
        height: 45px;
        width: auto
    }

    .brandsol.game-dubai-stack .brand_box {
        margin-top: 40px
    }

    .brandsol.game-dubai-stack .brand_box .brand_img {
        border: none;
        flex: 0 0 14.2%;
        height: unset;
        padding: 20px
    }

    .brandsol.game-dubai-stack .brand_box .brand_img img {
        height: unset;
        width: unset
    }

    .laverage_section .process_listing.process_carousel .process_item ul li {
        font-size: 12px;
        line-height: 18px
    }

    .tabing_section .tab-content .native_mob_dubai {
        height: 300px;
        text-align: center;
        width: auto
    }

    .hire_expert .tech_stackgcc .tech_stackbox {
        flex: 0 0 14.2%;
        padding: 30px 15px
    }

    .hire_expert .tech_stackgcc .tech_stackbox:last-child {
        border-right: 0
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle {
        margin-top: 15px
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle .h6,
    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle h6 {
        font-size: 14px;
        line-height: 18px
    }

    .hire_expert .tech_stackgcc .tech_stackbox svg {
        height: 45px;
        width: auto
    }

    .hire_expert.game-dubai-features .tech_stackgcc .tech_stackbox svg {
        height: 70px;
        width: auto
    }

    .sidebtns-dubai .side-box svg {
        height: 45px;
        width: auto
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .industry_gcc {
        overflow: hidden
    }

    .industry_gcc .swiper-slide {
        margin-right: 20px;
        max-width: 300px;
        width: 300px !important
    }

    .industry_gcc .swiper-slide .industry_item {
        align-items: end;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 510px;
        justify-content: center;
        position: relative;
        width: 300px
    }

    .industry_gcc .swiper-slide .industry_item:after {
        background: linear-gradient(1deg, #314252 4.16%, rgba(49, 66, 82, 0) 73.92%);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .industry_gcc .swiper-slide .industry_item .h6,
    .industry_gcc .swiper-slide .industry_item h6 {
        color: #fff;
        margin-bottom: 20px;
        max-width: 150px;
        text-transform: uppercase;
        z-index: 1
    }

    .industry_gcc .react-multi-carousel-list {
        overflow: visible
    }

    .industry_gcc .dark_bg {
        background: #314252;
        z-index: 1
    }

    .industry_gcc .dark_bg:before {
        background: #314252;
        content: "";
        height: 100%;
        left: -255%;
        position: absolute;
        top: -10px;
        width: 300%;
        z-index: -1
    }

    .techsolution .h2,
    .techsolution h2 {
        text-align: center
    }

    .techsolution .solution_box {
        margin-top: 80px;
        max-width: 100%
    }

    .techsolution .solution_box .solution_box_items {
        display: flex;
        flex: 0 0 50%;
        height: 280px;
        padding: 40px 20px
    }

    .techsolution .solution_box .solution_box_items .item_icon {
        flex: 0 0 80px
    }

    .techsolution .solution_box .solution_box_items .item_txt .h5,
    .techsolution .solution_box .solution_box_items .item_txt h5 {
        font-size: 22px;
        line-height: 27px
    }

    .techsolution .solution_box .solution_box_items .item_txt p {
        font-size: 14px;
        line-height: 28px
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(3) {
        border-right: 1px solid #e2e2e2
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(4),
    .techsolution .solution_box .solution_box_items:nth-child(5) {
        border-bottom: 1px solid #e2e2e2
    }

    .techsolution .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
        fill: unset;
        stroke: #314252
    }

    .techsolution.tech_music_solution .solution_box {
        margin-top: 50px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items {
        flex: 0 0 50%;
        height: 320px;
        padding: 30px 15px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items .item_txt .h5,
    .techsolution.tech_music_solution .solution_box .solution_box_items .item_txt h5 {
        font-size: 18px;
        line-height: 23px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items .item_txt p {
        font-size: 12px;
        line-height: 22px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items .item_icon {
        flex: 0 0 70px
    }

    .techsolution.tech_music_solution.tech_hire_dubai .solution_box {
        margin-top: 50px
    }

    .techsolution.tech_music_solution.tech_hire_dubai .solution_box .solution_box_items {
        flex: 0 0 50%;
        height: 170px;
        padding: 30px 20px
    }

    .techsolution.tech_uk .solution_box .solution_box_items {
        height: 220px
    }

    .techsolution.tech_uk .solution_box .solution_box_items svg {
        height: 25px;
        width: auto
    }

    .techsolution.tech_uk_new .solution_box .solution_box_items {
        height: 180px
    }

    .techsolution.tech_uk_new .solution_box .solution_box_items svg {
        height: 25px;
        width: auto
    }

    .techsolution.swift_process .solution_box .solution_box_items {
        height: 260px
    }

    .copyright_dubai {
        background: #000;
        padding: 30px 0
    }

    .copyright_dubai .copyright_box li,
    .copyright_dubai .copyright_box li a {
        font-size: 14px;
        line-height: 24px
    }

    .whychoose.why_choosedubai {
        background-size: 55%
    }

    .brandsol .brand_box {
        flex-wrap: wrap;
        margin-top: 80px;
        max-width: 100%
    }

    .brandsol .brand_box,
    .brandsol .brand_box .brand_img {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .brandsol .brand_box .brand_img {
        border-right: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        flex: 0 0 33.33%;
        height: 150px;
        margin: auto;
        text-align: center
    }

    .brandsol .brand_box .brand_img img {
        height: 50px;
        width: auto
    }

    .brandsol .brand_box .brand_img:first-child,
    .brandsol .brand_box .brand_img:nth-child(4) {
        border-left: 1px solid #e2e2e2
    }

    .brandsol .brand_box .brand_img:last-child,
    .brandsol .brand_box .brand_img:nth-child(4),
    .brandsol .brand_box .brand_img:nth-child(5) {
        border-bottom: 1px solid #e2e2e2
    }

    .brandsol.stack_web {
        background: #fcfcfc
    }

    .brandsol.stack_web .brand_box {
        flex-wrap: wrap;
        margin-top: 80px;
        max-width: 100%
    }

    .brandsol.stack_web .brand_box .brand_img {
        flex: 0 0 33.33%;
        height: 140px
    }

    .brandsol.stack_web .brand_box .brand_img img {
        height: 50px;
        width: auto
    }

    .brandsol.game-dubai-stack .brand_box {
        margin-top: 40px
    }

    .brandsol.game-dubai-stack .brand_box .brand_img {
        border: none;
        flex: 0 0 20%;
        height: unset;
        padding: 25px
    }

    .brandsol.game-dubai-stack .brand_box .brand_img img {
        height: unset;
        width: unset
    }

    .tabing_section .tab-content .native_mob_dubai {
        height: 400px;
        text-align: center;
        width: auto
    }

    .hire_expert .tech_stackgcc {
        flex-wrap: wrap
    }

    .hire_expert .tech_stackgcc .tech_stackbox {
        flex: 0 0 21%;
        padding: 35px 15px
    }

    .hire_expert .tech_stackgcc .tech_stackbox:last-child {
        border-right: 0
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle {
        margin-top: 20px
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle .h6,
    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle h6 {
        font-size: 14px;
        line-height: 18px
    }

    .hire_expert.game-dubai-features .tech_stackgcc .tech_stackbox svg {
        height: 80px;
        width: auto
    }

    .sidebtns-dubai .side-box svg {
        height: 30px;
        width: auto
    }
}

@media(min-width:667px)and (max-width:899px) {
    .industry_gcc {
        overflow: hidden
    }

    .industry_gcc .swiper-slide {
        margin-right: 20px;
        max-width: 300px;
        width: 300px !important
    }

    .industry_gcc .swiper-slide .industry_item {
        align-items: end;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 510px;
        justify-content: center;
        position: relative;
        width: 300px
    }

    .industry_gcc .swiper-slide .industry_item:after {
        background: linear-gradient(1deg, #314252 4.16%, rgba(49, 66, 82, 0) 73.92%);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .industry_gcc .swiper-slide .industry_item .h6,
    .industry_gcc .swiper-slide .industry_item h6 {
        color: #fff;
        margin-bottom: 20px;
        max-width: 150px;
        text-transform: uppercase;
        z-index: 1
    }

    .industry_gcc .react-multi-carousel-list {
        overflow: visible
    }

    .industry_gcc .dark_bg {
        background: #314252;
        z-index: 1
    }

    .industry_gcc .dark_bg:before {
        background: #314252;
        content: "";
        height: 100%;
        left: -250%;
        position: absolute;
        top: -10px;
        width: 300%;
        z-index: -1
    }

    .techsolution .h2,
    .techsolution h2 {
        text-align: center
    }

    .techsolution .solution_box {
        margin-top: 80px;
        max-width: 100%
    }

    .techsolution .solution_box .solution_box_items {
        display: flex;
        flex: 0 0 50%;
        height: 280px;
        padding: 40px 20px
    }

    .techsolution .solution_box .solution_box_items .item_icon {
        flex: 0 0 80px
    }

    .techsolution .solution_box .solution_box_items .item_txt .h5,
    .techsolution .solution_box .solution_box_items .item_txt h5 {
        font-size: 22px;
        line-height: 27px
    }

    .techsolution .solution_box .solution_box_items .item_txt p {
        font-size: 14px;
        line-height: 28px
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(3) {
        border-right: 1px solid #e2e2e2
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(4),
    .techsolution .solution_box .solution_box_items:nth-child(5) {
        border-bottom: 1px solid #e2e2e2
    }

    .techsolution .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
        fill: unset;
        stroke: #314252
    }

    .techsolution.tech_music_solution .solution_box {
        margin-top: 50px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items {
        flex: 0 0 50%;
        height: 320px;
        padding: 30px 15px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items .item_txt .h5,
    .techsolution.tech_music_solution .solution_box .solution_box_items .item_txt h5 {
        font-size: 18px;
        line-height: 23px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items .item_txt p {
        font-size: 12px;
        line-height: 22px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items .item_icon {
        flex: 0 0 70px
    }

    .techsolution.tech_hire_dubai .solution_box {
        margin-top: 40px
    }

    .techsolution.tech_hire_dubai .solution_box .solution_box_items {
        flex: 0 0 50%;
        height: 170px;
        padding: 30px 20px
    }

    .techsolution.tech_uk .solution_box .solution_box_items {
        height: 220px
    }

    .techsolution.tech_uk .solution_box .solution_box_items svg {
        height: 20px;
        width: auto
    }

    .techsolution.tech_uk_new .solution_box .solution_box_items {
        height: 160px
    }

    .techsolution.tech_uk_new .solution_box .solution_box_items svg {
        height: 20px;
        width: auto
    }

    .techsolution.swift_process .solution_box .solution_box_items {
        height: 320px
    }

    .whychoose.why_choosedubai {
        background-image: none !important
    }

    .brandsol .brand_box {
        flex-wrap: wrap;
        margin-top: 80px;
        max-width: 100%
    }

    .brandsol .brand_box,
    .brandsol .brand_box .brand_img {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .brandsol .brand_box .brand_img {
        border-right: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        flex: 0 0 33.33%;
        height: 140px;
        margin: auto;
        text-align: center
    }

    .brandsol .brand_box .brand_img img {
        height: 40px;
        width: auto
    }

    .brandsol .brand_box .brand_img:first-child,
    .brandsol .brand_box .brand_img:nth-child(4) {
        border-left: 1px solid #e2e2e2
    }

    .brandsol .brand_box .brand_img:last-child,
    .brandsol .brand_box .brand_img:nth-child(4),
    .brandsol .brand_box .brand_img:nth-child(5) {
        border-bottom: 1px solid #e2e2e2
    }

    .brandsol.stack_web {
        background: #fcfcfc
    }

    .brandsol.stack_web .brand_box {
        flex-wrap: wrap;
        margin-top: 80px;
        max-width: 100%
    }

    .brandsol.stack_web .brand_box .brand_img {
        flex: 0 0 50%;
        margin: 0;
        text-align: center
    }

    .brandsol.stack_web .brand_box .brand_img img {
        height: 60px;
        width: auto
    }

    .brandsol.game-dubai-stack .brand_box {
        margin-top: 30px
    }

    .brandsol.game-dubai-stack .brand_box .brand_img {
        border: none;
        flex: 0 0 33.33%;
        height: unset;
        padding: 30px
    }

    .brandsol.game-dubai-stack .brand_box .brand_img img {
        height: unset;
        width: unset
    }

    .copyright_dubai {
        padding: 20px 0 0
    }

    .copyright_dubai .copyright_box ul {
        flex-wrap: wrap
    }

    .copyright_dubai .copyright_box ul li {
        flex: 0 0 40%;
        font-size: 14px;
        justify-content: unset;
        line-height: 24px;
        margin-bottom: 20px
    }

    .copyright_dubai .copyright_box ul li a {
        font-size: 14px;
        line-height: 24px
    }

    .tabing_section .tab-content .native_mob_dubai {
        height: 300px;
        text-align: center;
        width: auto
    }

    .laverage_section .process_listing.process_carousel .process_item ul li {
        font-size: 12px;
        line-height: 18px
    }

    .hire_expert .tech_stackgcc {
        flex-wrap: wrap
    }

    .hire_expert .tech_stackgcc .tech_stackbox {
        flex: 0 0 21%;
        padding: 35px 15px
    }

    .hire_expert .tech_stackgcc .tech_stackbox:last-child {
        border-right: 0
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle {
        margin-top: 20px
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle .h6,
    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle h6 {
        font-size: 14px;
        line-height: 18px
    }

    .hire_expert.game-dubai-features .tech_stackgcc .tech_stackbox svg {
        height: 70px;
        width: auto
    }

    .sidebtns-dubai .side-box svg {
        height: 30px;
        width: auto
    }
}

@media(min-width:0px)and (max-width:666px) {
    .industry_gcc {
        overflow: hidden
    }

    .industry_gcc .swiper-slide {
        margin-right: 0;
        max-width: unset;
        width: 100% !important
    }

    .industry_gcc .swiper-slide .industry_item {
        align-items: end;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 510px;
        justify-content: center;
        position: relative;
        width: 300px
    }

    .industry_gcc .swiper-slide .industry_item:after {
        background: linear-gradient(1deg, #314252 4.16%, rgba(49, 66, 82, 0) 73.92%);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .industry_gcc .swiper-slide .industry_item .h6,
    .industry_gcc .swiper-slide .industry_item h6 {
        color: #fff;
        margin-bottom: 20px;
        max-width: 150px;
        text-transform: uppercase;
        z-index: 1
    }

    .industry_gcc .react-multi-carousel-list {
        overflow: hidden
    }

    .industry_gcc .dark_bg {
        background: #314252;
        z-index: 1
    }

    .industry_gcc .dark_bg:before {
        display: none
    }

    .techsolution .h2,
    .techsolution h2 {
        text-align: center
    }

    .techsolution .solution_box {
        margin-top: 30px;
        max-width: 100%
    }

    .techsolution .solution_box .solution_box_items {
        border-right: none;
        display: flex;
        flex: 0 0 100%;
        height: unset;
        padding: 30px 10px 10px
    }

    .techsolution .solution_box .solution_box_items .item_icon {
        flex: 0 0 50px
    }

    .techsolution .solution_box .solution_box_items .item_icon svg {
        height: 30px;
        width: auto
    }

    .techsolution .solution_box .solution_box_items .item_txt .h5,
    .techsolution .solution_box .solution_box_items .item_txt h5 {
        font-size: 20px;
        line-height: 25px
    }

    .techsolution .solution_box .solution_box_items .item_txt p {
        font-size: 13px;
        line-height: 26px
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(3) {
        border-right: none
    }

    .techsolution .solution_box .solution_box_items:last-child,
    .techsolution .solution_box .solution_box_items:nth-child(4),
    .techsolution .solution_box .solution_box_items:nth-child(5) {
        border-bottom: 1px solid #e2e2e2
    }

    .techsolution .solution_box .solution_box_items:nth-child(4) .item_icon svg path {
        fill: unset;
        stroke: #314252
    }

    .techsolution.tech_music_solution .solution_box {
        margin-top: 10px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items {
        border-right: none;
        flex: 0 0 100%;
        height: unset;
        padding: 30px 10px 10px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items .item_txt .h5,
    .techsolution.tech_music_solution .solution_box .solution_box_items .item_txt h5 {
        font-size: 18px;
        line-height: 23px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items .item_txt p {
        font-size: 12px;
        line-height: 22px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items .item_icon {
        flex: 0 0 50px
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items:last-child,
    .techsolution.tech_music_solution .solution_box .solution_box_items:nth-child(3) {
        border-bottom: 1px solid #e2e2e2;
        border-right: 0
    }

    .techsolution.tech_music_solution .solution_box .solution_box_items:last-child,
    .techsolution.tech_music_solution .solution_box .solution_box_items:nth-child(4) {
        border-bottom: 0
    }

    .techsolution.tech_uk .solution_box .solution_box_items {
        height: unset
    }

    .techsolution.tech_uk .solution_box .solution_box_items svg {
        height: 20px;
        width: auto
    }

    .whychoose.why_choosedubai {
        background-image: none !important
    }

    .brandsol .brand_box {
        flex-wrap: wrap;
        margin-top: 40px;
        max-width: 100%
    }

    .brandsol .brand_box,
    .brandsol .brand_box .brand_img {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .brandsol .brand_box .brand_img {
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        flex: 0 0 100%;
        height: 130px;
        margin: auto;
        text-align: center
    }

    .brandsol .brand_box .brand_img img {
        height: 40px;
        width: auto
    }

    .brandsol .brand_box .brand_img:first-child,
    .brandsol .brand_box .brand_img:nth-child(4) {
        border-left: 1px solid #e2e2e2
    }

    .brandsol .brand_box .brand_img:last-child,
    .brandsol .brand_box .brand_img:nth-child(4),
    .brandsol .brand_box .brand_img:nth-child(5) {
        border-bottom: 1px solid #e2e2e2
    }

    .brandsol.stack_web {
        background: #fcfcfc
    }

    .brandsol.stack_web .brand_box {
        flex-wrap: wrap;
        margin-top: 40px;
        max-width: 100%
    }

    .brandsol.stack_web .brand_box .brand_img {
        flex: 0 0 100%;
        margin: 0;
        text-align: center
    }

    .brandsol.stack_web .brand_box .brand_img img {
        height: 50px;
        width: auto
    }

    .brandsol.game-dubai-stack .brand_box {
        margin-top: 20px
    }

    .brandsol.game-dubai-stack .brand_box .brand_img {
        flex: 0 0 50%;
        height: unset;
        margin-bottom: 25px;
        padding: 0
    }

    .brandsol.game-dubai-stack .brand_box .brand_img img {
        height: 40px;
        width: auto
    }

    .copyright_dubai {
        padding: 30px 0 0
    }

    .copyright_dubai .copyright_box ul {
        flex-wrap: wrap
    }

    .copyright_dubai .copyright_box ul li {
        flex: 0 0 100%;
        font-size: 13px;
        justify-content: unset;
        line-height: 23px;
        margin-bottom: 15px
    }

    .copyright_dubai .copyright_box ul li a {
        font-size: 13px;
        line-height: 23px
    }

    .process_listing.process_carousel {
        justify-content: unset
    }

    .growing_gcc .h2,
    .growing_gcc h2 {
        margin-bottom: 20px;
        padding-right: 0
    }

    .growing_gcc img {
        margin-top: 30px
    }

    .tabing_section {
        overflow: hidden
    }

    .tabing_section .tab-content .native_mob_dubai {
        height: 300px;
        text-align: center;
        width: auto
    }

    .laverage_section .process_listing.process_carousel .process_item ul li {
        font-size: 12px;
        line-height: 18px
    }

    .laverage_section.laverage_wearable .process_listing .process_item {
        margin-bottom: 20px;
        padding: 0
    }

    .laverage_section.laverage_wearable .process_listing .process_item p {
        padding: 0
    }

    .laverage_section.laverage_wearable .process_listing .process_item ul {
        text-align: center
    }

    .laverage_section.laverage_wearable .process_listing .process_item ul li {
        color: #898989;
        position: relative
    }

    .sidebtns-dubai ul {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0
    }

    .sidebtns-dubai ul li {
        list-style: none
    }

    .sidebtns-dubai ul li a svg {
        height: 40px;
        width: auto
    }

    .hire_expert .tech_stackgcc {
        flex-wrap: wrap
    }

    .hire_expert .tech_stackgcc .tech_stackbox {
        border-bottom: 1px solid hsla(0, 0%, 77%, .1);
        border-right: 0;
        flex: 0 0 100%;
        padding: 20px 10px
    }

    .hire_expert .tech_stackgcc .tech_stackbox:last-child {
        border-bottom: 1px solid hsla(0, 0%, 77%, .1)
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle {
        margin-top: 20px
    }

    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle .h6,
    .hire_expert .tech_stackgcc .tech_stackbox .tech_stacktitle h6 {
        font-size: 14px;
        line-height: 18px
    }

    .hire_expert.game-dubai-features .tech_stackgcc .tech_stackbox svg {
        height: 50px;
        width: auto
    }

    .connect_gcc_web img,
    .mobileapp_gcc img {
        padding-top: 20px
    }
}

@media(min-width:0px)and (max-width:360px) {
    .brandsol.game-dubai-stack .brand_box {
        margin-top: 20px
    }

    .brandsol.game-dubai-stack .brand_box .brand_img {
        flex: 0 0 50%;
        height: unset;
        margin-bottom: 20px;
        padding: 0
    }

    .brandsol.game-dubai-stack .brand_box .brand_img img {
        height: 35px;
        width: auto
    }
}

@font-face {
    font-display: swap;
    font-family: Trump Gothic East;
    font-style: normal;
    font-weight: 700;
    src: url(https://d1q2pszv7kr9f1.cloudfront.net/images-tek/assets/fonts/fonts123/TrumpGothicEast-Bold.woff2) format("woff2"), url(https://d1q2pszv7kr9f1.cloudfront.net/images-tek/assets/fonts/fonts123/TrumpGothicEast-Bold.woff) format("woff")
}

body .Sliders .swiper .swiper-button-next,
body .Sliders .swiper .swiper-button-prev {
    align-items: center;
    background-color: rgba(240, 121, 45, .741);
    border-radius: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px
}

body .Sliders .swiper .swiper-button-next:after,
body .Sliders .swiper .swiper-button-prev:after {
    color: #fff;
    font-size: 14px
}

body .Sliders .h3_head.h3,
body .Sliders h3.h3_head {
    font-size: 70px;
    line-height: 80px
}

body .Sliders .h2,
body .Sliders .h3_head.h3,
body .Sliders .h4,
body .Sliders .h6,
body .Sliders h2,
body .Sliders h3.h3_head,
body .Sliders h4,
body .Sliders h6 {
    font-family: Trump Gothic East;
    font-weight: 700;
    letter-spacing: 0
}

body .Sliders .h2,
body .Sliders h2 {
    font-size: 70px;
    line-height: 80px
}

body .Sliders .banner_lp .h1,
body .Sliders .banner_lp h1 {
    font-family: Trump Gothic East;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 95px
}

body .Sliders .banner_lp .h1 span,
body .Sliders .banner_lp h1 span {
    color: #f0792d
}

body .Sliders .banner_lp a.lp_btn {
    background: #f0792d
}

body .Sliders .lp_form .lp_form_inner .btn_submit {
    background: #f0792d;
    text-transform: uppercase
}

body .Sliders .footer_section .lp_form .lp_form_inner .btn_submit {
    background: #f0792d
}

.header_lp {
    background: #000;
    height: 100px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99
}

.header_lp.header_swiper {
    height: 70px
}

.header_lp.header_swiper .tek_lp_logo a svg {
    height: 30px
}

.header_lp.header_swiper ul li {
    margin-left: 35px
}

.header_lp.header_swiper ul li a {
    font-size: 15px;
    line-height: 35px
}

.header_lp.header_swiper ul li:last-child a {
    background: #f0792d;
    font-size: 15px;
    height: 45px;
    padding: 0 15px;
    width: 180px
}

.header_lp .tek_lp_logo a svg {
    height: 40px
}

.header_lp ul {
    align-items: center;
    display: flex;
    justify-content: end
}

.header_lp ul li {
    margin-left: 40px
}

.header_lp ul li a {
    font-size: 20px;
    line-height: 40px
}

.header_lp ul li a,
.header_lp ul li:last-child a {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500
}

.header_lp ul li:last-child a {
    align-items: center;
    background: #eb5627;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: 55px;
    justify-content: center;
    line-height: normal;
    padding: 0 15px;
    text-transform: uppercase;
    width: 220px
}

.header_lp ul li:last-child a:hover {
    color: #fff
}

.header_lp .lp_mobile_view {
    display: none
}

.landing_lp_popup.modal .modal-dialog.modal-dialog-centered {
    max-width: 500px;
    transition: max-width .3s ease-in-out
}

.landing_lp_popup.modal.show .modal-dialog.modal-dialog-centered {
    max-width: 500px
}

.landing_lp_popup .modal-content .modal_forms .banner_form .h2 span,
.landing_lp_popup .modal-content .modal_forms .banner_form h2 span {
    color: #eb5627
}

.landing_lp_popup .modal-content .modal_forms .banner_form .banner_form_inner .from_item:after {
    background: #eb5627
}

.landing_lp_popup .modal-content .modal_forms .banner_form .banner_form_inner .btn_submit {
    border: 2px solid #eb5627;
    color: #eb5627
}

.landing_lp_popup .modal-content .modal_forms .banner_form .banner_form_inner .btn_submit:hover {
    background: #eb5627;
    color: #fff
}

.banner_lp {
    background: #000;
    height: 100vh
}

.banner_lp .h1,
.banner_lp h1 {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -3.6px;
    line-height: 88px;
    margin-bottom: 40px;
    text-transform: uppercase
}

.banner_lp .h1 span,
.banner_lp h1 span {
    color: #eb5627
}

.banner_lp p {
    color: #eaeaea;
    letter-spacing: -.4px;
    line-height: 35px;
    margin-bottom: 40px
}

.banner_lp a.lp_btn,
.banner_lp p {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400
}

.banner_lp a.lp_btn {
    align-items: center;
    background: #eb5627;
    border-radius: 5px;
    color: #fff;
    display: flex;
    height: 55px;
    justify-content: center;
    line-height: normal;
    max-width: 230px;
    padding: 0 20px;
    text-transform: uppercase
}

.banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item {
    margin-top: 40px
}

.banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img {
    align-items: center;
    display: flex;
    height: 164px;
    justify-content: center;
    width: 200px
}

.banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img img {
    height: 110px;
    width: auto
}

.lp_form {
    background: #fff;
    border-radius: 15px;
    box-shadow: 7px 1px 100px rgba(0, 0, 0, .1);
    margin-left: auto;
    max-width: 450px;
    padding: 40px 55px
}

.lp_form .alert-success {
    background: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 20px
}

.lp_form .h5,
.lp_form h5 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center
}

.lp_form .h5:after,
.lp_form h5:after {
    background: #eb5627;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 200px
}

.lp_form .lp_form_inner .looder_img {
    height: 60px
}

.lp_form .lp_form_inner .lp_from_item {
    margin-bottom: 20px;
    position: relative
}

.lp_form .lp_form_inner .lp_from_item input {
    line-height: 50px
}

.lp_form .lp_form_inner .lp_from_item input,
.lp_form .lp_form_inner .lp_from_item textarea {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .5);
    border-radius: 0;
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    padding: 0;
    width: 100%
}

.lp_form .lp_form_inner .lp_from_item textarea {
    line-height: normal
}

.lp_form .lp_form_inner .lp_from_item:after {
    background: #06dcbf;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 48px;
    width: 100px
}

.lp_form .lp_form_inner .lp_from_item input:-webkit-autofill,
.lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:focus,
.lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:hover,
.lp_form .lp_form_inner .lp_from_item select:-webkit-autofill,
.lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:focus,
.lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:hover,
.lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill,
.lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:focus,
.lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #314252;
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.lp_form .lp_form_inner .from_item_check_lp {
    margin-bottom: 15px
}

.lp_form .lp_form_inner .from_item_check_lp label {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.lp_form .lp_form_inner .btn_submit {
    background: #eb5627;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

.feature_sec_lp {
    height: 100vh
}

.feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide .featured_item {
    align-items: center;
    display: flex;
    justify-content: center
}

.feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
    height: 80px;
    opacity: .6;
    transition: .2s ease-in-out
}

.feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide .featured_item .featured_img svg:hover {
    opacity: .9
}

.feature_sec_lp a.lp_btn {
    align-items: center;
    background: #f0792d;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    justify-content: center;
    line-height: normal;
    margin: 20px auto 50px;
    max-width: 230px;
    padding: 0 20px;
    text-transform: uppercase
}

.feature_sec.hv-100 {
    height: 100vh
}

.feature_sec.dark_bg {
    background: linear-gradient(180deg, #000, #000);
    min-height: 100px
}

.feature_sec.dark_bg .h4,
.feature_sec.dark_bg h4 {
    color: #b4b4b4;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.feature_sec.dark_bg p {
    margin-bottom: 50px
}

.feature_sec.dark_bg .carousel_featured_new {
    margin: 0
}

.feature_sec.dark_bg .carousel_featured_new ul:after {
    background: linear-gradient(270deg, #f6f6f6, hsla(0, 0%, 96%, 0));
    content: ""
}

.feature_sec.dark_bg .carousel_featured_new ul li {
    max-width: 200px !important
}

.feature_sec.dark_bg .carousel_featured_new ul li .featured_item {
    height: 100px
}

.feature_sec.dark_bg .carousel_featured_new ul li .featured_item:after,
.feature_sec.dark_bg .carousel_featured_new ul li .featured_item:before,
.feature_sec.dark_bg .carousel_featured_new ul li .featured_item:hover:after,
.feature_sec.dark_bg .carousel_featured_new ul li .featured_item:hover:before {
    display: none
}

.feature_sec.dark_bg .carousel_featured_new ul li .featured_item:hover {
    background: transparent;
    opacity: .9;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.feature_sec.dark_bg .carousel_featured_new ul li:first-child {
    border-left: 0 solid #e2e2e2
}

.feature_sec.dark_bg .carousel_featured_new ul li:last-child .featured_item,
.feature_sec.dark_bg .carousel_featured_new ul li:last-child .featured_item:hover {
    border-right: 0 solid #e2e2e2
}

.feature_sec.dark_bg .featured_img svg path {
    fill: #fff
}

.case_banner_lp {
    height: 100vh
}

.case_banner_lp .case_content .h2,
.case_banner_lp .case_content h2 {
    font-family: Poppins, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 51px;
    padding-top: 30px
}

.case_banner_lp .case_content .h6,
.case_banner_lp .case_content h6 {
    color: #000;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0
}

.case_banner_lp .case_content.case_white .h2,
.case_banner_lp .case_content.case_white h2,
.case_banner_lp .case_content.case_white p {
    color: #fff
}

.case_banner_lp .case_content.case_white a {
    border: 2px solid #fff;
    color: #fff
}

.case_banner_lp .case_content.case_white ul li {
    color: #fff
}

.case_banner_lp .case_content.case_white ul li:before {
    background: #fff
}

.case_banner_lp .case_content p {
    color: #181818;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.case_banner_lp .case_content a {
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    max-width: 230px;
    padding: 15px;
    text-align: center
}

.case_banner_lp .case_content ul {
    margin-bottom: 10px
}

.case_banner_lp .case_content ul li {
    color: #181818;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-left: 20px;
    position: relative
}

.case_banner_lp .case_content ul li:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 5px
}

.carousel.case_landing_slider .carousel-control-prev {
    background: #000;
    border-radius: 100%;
    height: 50px;
    left: 50px;
    top: 50%;
    width: 50px
}

.carousel.case_landing_slider .carousel-control-prev .carousel-control-prev-icon {
    height: 25px;
    width: 25px
}

.carousel.case_landing_slider .carousel-control-next {
    background: #000;
    border-radius: 100%;
    height: 50px;
    right: 50px;
    top: 50%;
    width: 50px
}

.carousel.case_landing_slider .carousel-control-next .carousel-control-next-icon {
    height: 25px;
    width: 25px
}

.carousel.client_landing_slider .carousel-control-prev {
    background: #000;
    border-radius: 100%;
    bottom: 0;
    height: 50px;
    left: 10px;
    top: unset;
    width: 50px
}

.carousel.client_landing_slider .carousel-control-prev .carousel-control-prev-icon {
    height: 25px;
    width: 25px
}

.carousel.client_landing_slider .carousel-control-next {
    background: #000;
    border-radius: 100%;
    bottom: 0;
    height: 50px;
    left: 70px;
    right: unset;
    top: unset;
    width: 50px
}

.carousel.client_landing_slider .carousel-control-next .carousel-control-next-icon {
    height: 25px;
    width: 25px
}

.stack_lp_sec .h2,
.stack_lp_sec h2 {
    margin-bottom: 50px;
    text-align: center
}

.stack_lp_sec .carousel_stack .react-multi-carousel-item .stack_item .stack_img {
    text-align: center
}

.stack_lp_sec .carousel_stack .react-multi-carousel-item .stack_item .stack_img img {
    height: 150px
}

.case_lp_section {
    margin: auto;
    max-width: 1920px;
    overflow: hidden
}

.case_lp_section .item_ser_lp {
    display: flex;
    height: 80vh
}

.case_lp_section .item_ser_lp .item_list {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 25%;
    overflow: hidden;
    padding: 30px;
    position: relative
}

.case_lp_section .item_ser_lp .item_list:before {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-image: inherit;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: -webkit-backdrop-filter .3s ease;
    transition: backdrop-filter .3s ease;
    transition: backdrop-filter .3s ease, -webkit-backdrop-filter .3s ease
}

.case_lp_section .item_ser_lp .item_list .simple_item {
    bottom: 50px;
    left: 30px;
    position: absolute;
    z-index: 1
}

.case_lp_section .item_ser_lp .item_list .simple_item .svg_icon {
    margin-bottom: 20px
}

.case_lp_section .item_ser_lp .item_list .simple_item .svg_icon svg {
    height: 65px;
    transition: all .3s ease-in
}

.case_lp_section .item_ser_lp .item_list .simple_item .h5,
.case_lp_section .item_ser_lp .item_list .simple_item h5 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.56px;
    line-height: 34px;
    margin-bottom: 0
}

.case_lp_section .item_ser_lp .item_list .simple_item .h5 a,
.case_lp_section .item_ser_lp .item_list .simple_item h5 a {
    color: #fff
}

.case_lp_section .item_ser_lp .item_list .hover_item {
    margin-top: 100px;
    opacity: 0;
    position: relative;
    transition: .2s ease-in-out
}

.case_lp_section .item_ser_lp .item_list:hover .h5 a,
.case_lp_section .item_ser_lp .item_list:hover h5 a {
    color: #eb5627
}

.case_lp_section .item_ser_lp .item_list:hover:before {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
}

.case_lp_section .item_ser_lp .item_list:hover .hover_item {
    opacity: 1
}

.case_lp_section .item_ser_lp .item_list:hover .hover_item p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.36px;
    line-height: 28px;
    margin-bottom: 15px
}

.case_lp_section .item_ser_lp .item_list:hover .hover_item ul {
    padding-left: 15px
}

.case_lp_section .item_ser_lp .item_list:hover .hover_item ul li {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.36px;
    line-height: 28px;
    margin-bottom: 5px;
    position: relative
}

.case_lp_section .item_ser_lp .item_list:hover .hover_item ul li:before {
    background: #fff;
    border-radius: 10px;
    content: "";
    display: block;
    height: 5px;
    left: -14px;
    position: absolute;
    top: 12px;
    width: 5px
}

.case_lp_section .item_ser_lp .item_list:hover .simple_item .svg_icon svg {
    transition: all .3s ease-in
}

.case_lp_section .item_ser_lp .item_list:hover .simple_item .svg_icon svg path {
    fill: #eb5627
}

.case_lp_section.case_ae_sec .item_ser_lp {
    display: block;
    height: 80vh
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper {
    height: 100%
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    position: relative
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:before {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-image: inherit;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: -webkit-backdrop-filter .3s ease;
    transition: backdrop-filter .3s ease;
    transition: backdrop-filter .3s ease, -webkit-backdrop-filter .3s ease
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item {
    bottom: 50px;
    left: 30px;
    position: absolute;
    z-index: 1
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon {
    margin-bottom: 20px
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon svg {
    height: 65px;
    transition: all .3s ease-in
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .h5,
.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item h5 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.56px;
    line-height: 34px;
    margin-bottom: 0
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .h5 a,
.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item h5 a {
    color: #000
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item {
    margin-top: 100px;
    opacity: 0;
    position: relative;
    transition: .2s ease-in-out
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item ul li a {
    color: #fff
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item ul li a:hover,
.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .h5 a,
.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover h5 a {
    color: #eb5627
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover:before {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item {
    opacity: 1
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.36px;
    line-height: 28px;
    margin-bottom: 15px
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul {
    padding-left: 15px
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.36px;
    line-height: 28px;
    margin-bottom: 5px;
    position: relative
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li:before {
    background: #fff;
    border-radius: 10px;
    content: "";
    display: block;
    height: 5px;
    left: -14px;
    position: absolute;
    top: 12px;
    width: 5px
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .simple_item .svg_icon svg {
    transition: all .3s ease-in
}

.case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .simple_item .svg_icon svg path {
    fill: #eb5627
}

.case_lp_section.case_ae_sec .example.dark_bg_text:after {
    color: #eb5627;
    font-weight: 600;
    opacity: .12;
    z-index: 1
}

.case_lp_section.case_ae_sec .example.dark_bg_text .h2,
.case_lp_section.case_ae_sec .example.dark_bg_text h2 {
    position: relative;
    z-index: 9
}

.ebook_lp_secion {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.ebook_lp_secion .example.dark_bg_text:after {
    color: #eb5627;
    font-weight: 600;
    opacity: .12;
    z-index: 1
}

.ebook_lp_secion .example.dark_bg_text .h4,
.ebook_lp_secion .example.dark_bg_text h4 {
    position: relative;
    z-index: 9
}

.ebook_lp_secion.hv-100 {
    height: 100vh
}

.ebook_lp_secion .ebook_title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 40px;
    max-width: 300px;
    position: relative
}

.ebook_lp_secion .ebook_title:after {
    background: #eb5627;
    content: "";
    display: block;
    height: 1px;
    margin-top: 10px;
    width: 100%
}

.ebook_lp_secion .h4,
.ebook_lp_secion h4 {
    color: #323130;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.65px;
    line-height: 65px;
    margin-bottom: 50px
}

.ebook_lp_secion .btn_download {
    align-items: center;
    background: #eb5627;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    justify-content: center;
    line-height: normal;
    max-width: 230px;
    padding: 0 20px;
    text-transform: uppercase
}

.footer_section {
    background: #000;
    padding: 100px 0 50px
}

.footer_section.hv-100 {
    height: 100vh
}

.footer_section .address_box {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.footer_section .address_box .address_list {
    flex: 0 0 50%;
    margin-bottom: 50px;
    padding-right: 100px
}

.footer_section .address_box .address_list .h6,
.footer_section .address_box .address_list h6 {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 65px;
    margin-bottom: 20px
}

.footer_section .address_box .address_list p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .32px;
    line-height: 25px;
    margin-bottom: 20px
}

.footer_section .lp_form {
    background: transparent;
    border-radius: 15px;
    box-shadow: 7px 1px 100px rgba(0, 0, 0, .1);
    margin: auto;
    max-width: 580px;
    padding: 40px 55px
}

.footer_section .lp_form .alert-success {
    background: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 20px
}

.footer_section .lp_form .h5,
.footer_section .lp_form h5 {
    color: #fff;
    text-align: left
}

.footer_section .lp_form .h5:after,
.footer_section .lp_form h5:after {
    background: #eb5627;
    content: "";
    display: block;
    height: 2px;
    margin: 20px 0 0;
    width: 200px
}

.footer_section .lp_form p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 31px
}

.footer_section .lp_form .lp_form_inner .looder_img {
    height: 60px
}

.footer_section .lp_form .lp_form_inner .lp_from_item {
    margin-bottom: 20px;
    position: relative
}

.footer_section .lp_form .lp_form_inner .lp_from_item input {
    height: 50px;
    line-height: 50px
}

.footer_section .lp_form .lp_form_inner .lp_from_item input,
.footer_section .lp_form .lp_form_inner .lp_from_item textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    width: 100%
}

.footer_section .lp_form .lp_form_inner .lp_from_item textarea {
    height: 80px;
    line-height: normal
}

.footer_section .lp_form .lp_form_inner .lp_from_item:after {
    display: none
}

.footer_section .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill,
.footer_section .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:focus,
.footer_section .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:hover,
.footer_section .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill,
.footer_section .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:focus,
.footer_section .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:hover,
.footer_section .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill,
.footer_section .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:focus,
.footer_section .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.footer_section .lp_form .lp_form_inner .from_item_check_lp {
    margin-bottom: 15px
}

.footer_section .lp_form .lp_form_inner .from_item_check_lp label {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.footer_section .lp_form .lp_form_inner .btn_submit {
    background: #eb5627;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    line-height: normal;
    margin: 20px 0 0;
    text-align: center;
    text-transform: capitalize;
    width: 250px
}

.client_work_lp {
    position: relative
}

.client_work_lp .h2,
.client_work_lp h2 {
    margin-bottom: 60px
}

.client_work_lp .client_content .h3,
.client_work_lp .client_content h3,
.client_work_lp .h2,
.client_work_lp h2 {
    color: #323130;
    font-family: Poppins, sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px
}

.client_work_lp .client_content .h3,
.client_work_lp .client_content h3 {
    margin-bottom: 0
}

.client_work_lp .client_content span {
    color: #aaa;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px
}

.client_work_lp .client_content p {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-top: 30px
}

.client_lp_video.modal .modal-dialog.modal-dialog-centered {
    max-width: 0;
    transition: max-width .3s ease-in-out
}

.client_lp_video.modal.show .modal-dialog.modal-dialog-centered {
    max-width: 800px
}

.client_lp_video.modal.show .modal-dialog.modal-dialog-centered .modal-content iframe {
    height: 550px
}

body.modal-open .modal-backdrop.show {
    opacity: .95
}

.copright_lp {
    background: #000
}

.copright_lp p {
    color: #f3f3f3;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.36px;
    line-height: 102.3px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase
}

.partner_usa_lp {
    background-color: #efefef
}

.partner_usa_lp .example.dark_bg_text:after {
    bottom: unset;
    color: #eb5627;
    opacity: .12;
    top: 50px;
    z-index: 1
}

.partner_usa_lp .example.dark_bg_text a,
.partner_usa_lp .example.dark_bg_text p {
    position: relative;
    z-index: 9
}

.partner_usa_lp .partner-num {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 150px;
    font-style: normal;
    font-weight: 700;
    line-height: 86px;
    margin-bottom: 30px;
    text-align: center
}

.partner_usa_lp .partner-para {
    text-align: center
}

.partner_usa_lp .partner-para p {
    color: #727272;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto;
    max-width: 60%;
    text-align: center
}

.partner_usa_lp .partner_padd {
    padding-top: 100px
}

.partner_usa_lp a.lp_btn {
    align-items: center;
    background: #eb5627;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    justify-content: center;
    line-height: normal;
    margin-top: 20px;
    max-width: 230px;
    padding: 0 20px;
    text-transform: uppercase
}

.tekrevol_dark_bg.lp_discuss.hv-100 {
    height: 100vh
}

.tekrevol_dark_bg.lp_discuss.lp_ready_project a.border_btn,
.tekrevol_dark_bg.lp_discuss.lp_ready_project a.border_btn:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #06dcbf
}

.tekrevol_dark_bg.lp_discuss a.border_btn {
    background: #eb5627;
    border: 2px solid #fff;
    color: #fff;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
    margin-top: 0
}

.tekrevol_dark_bg.lp_discuss a.border_btn:hover {
    background: #fff;
    color: #eb5627
}

.tekrevol_gray_bg.tabing_section .landing_show_mobile {
    display: none
}

.tekrevol_gray_bg.tabing_section.lp_stack {
    height: 100vh
}

.tekrevol_gray_bg.tabing_section.lp_stack .tabs_img_lp img {
    height: 70px;
    width: auto
}

.tekrevol_gray_bg.tabing_section.lp_stack .li_white_text {
    align-items: center;
    background: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 0 20px
}

.tekrevol_gray_bg.tabing_section.lp_stack ul li {
    background: transparent;
    text-align: center
}

.lp_flow_slider {
    height: 100vh
}

.lp_flow_slider .workflow_secion .carousel_lp .workflow_items {
    margin: 0
}

.lp_flow_slider .swiper {
    height: 300px
}

.lp_flow_slider .swiper .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px
}

.lp_flow_slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f0792d;
    border-radius: 10px;
    width: 30px
}

.top_grade_cta {
    height: 100vh
}

.top_grade_cta .h2,
.top_grade_cta h2,
.top_grade_cta p {
    color: #fff
}

.top_grade_cta a.border_btn {
    background: #f0792d;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase
}

.top_grade_cta a.border_btn:hover {
    background: #fff;
    border: 1px solid #f0792d;
    color: #f0792d
}

.services_web_lp {
    height: 100vh
}

.services_web_lp .col-lg-4,
.services_web_lp .col-lg-8 {
    padding: 0
}

.services_web_lp .service_lp_main .lp_item_services {
    background: #f8f8fb;
    border: 1px solid #d3d3d3;
    height: 670px;
    padding: 50px 30px
}

.services_web_lp .service_lp_main .lp_item_services.services_center {
    background: transparent
}

.services_web_lp .service_lp_main .lp_item_services a.lp_btn {
    align-items: center;
    background: #06dcbf;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    justify-content: center;
    line-height: normal;
    max-width: 230px;
    padding: 0 20px;
    text-transform: uppercase
}

.services_web_lp .service_lp_main .lp_item_services .lp_title {
    align-items: center;
    display: flex;
    margin-bottom: 30px
}

.services_web_lp .service_lp_main .lp_item_services .lp_title .lp_img img {
    height: 70px;
    width: auto
}

.services_web_lp .service_lp_main .lp_item_services .lp_title .lp_tit {
    font-family: Trump Gothic East;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 48x;
    padding-left: 20px
}

.services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li {
    font-size: 18px;
    line-height: 35px;
    padding-left: 20px;
    position: relative
}

.services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li:before {
    background: #eb5627;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 15px;
    width: 5px
}

.tech_stack_lpweb {
    height: 100vh
}

.tech_stack_lpweb .tabs_lp_box {
    display: flex
}

.tech_stack_lpweb .tabs_lp_box .tabs_lp_web {
    flex: 0 0 40%
}

.tech_stack_lpweb .tabs_lp_box .tabs_lp_web ul li {
    cursor: pointer;
    font-family: Trump Gothic East;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    font-weight: 700;
    letter-spacing: -.64px;
    padding: 20px 15px;
    transition: .2s ease-in-out
}

.tech_stack_lpweb .tabs_lp_box .tabs_lp_web ul li.active {
    background: #f8f8fb;
    color: #f0792d
}

.tech_stack_lpweb .tabs_lp_box .content_lp_web {
    background: #f8f8fb;
    box-shadow: -7px 0 8px 0 rgba(0, 0, 0, .04);
    flex: 0 0 60%;
    padding: 40px 20px
}

.tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: center;
    max-width: 100%
}

.tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp {
    align-content: center;
    display: flex;
    flex: 0 0 24%;
    height: 100px;
    justify-content: center;
    margin-bottom: 30px
}

.tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp img {
    height: 87px;
    width: auto
}

.tech_stack_lpweb a.lp_btn {
    align-items: center;
    background: #06dcbf;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 55px;
    justify-content: center;
    line-height: normal;
    max-width: 230px;
    padding: 0 20px;
    text-transform: uppercase
}

.project_lp {
    height: 100vh
}

.project_lp .project_lp_main {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.project_lp .project_lp_main.reverse_lp {
    flex-direction: row-reverse
}

.project_lp .project_lp_main .project_content {
    flex: 0 0 45%;
    padding-left: 20px
}

.project_lp .project_lp_main .project_content .h6,
.project_lp .project_lp_main .project_content h6 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
}

.project_lp .project_lp_main .project_content .btn_main_lp {
    align-items: center;
    display: flex;
    margin-top: 40px
}

.project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp {
    align-items: center;
    border: 2px solid #000;
    border-radius: 5px;
    display: flex;
    height: 53px;
    justify-content: center;
    margin-right: 30px;
    padding: 0 15px;
    width: 252px
}

.project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp,
.project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp2 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.project_lp .project_lp_main .project_content .btn_main_lp span {
    align-items: center;
    border-radius: 100%;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 10px;
    width: 40px
}

.project_lp .project_lp_main .project_content .btn_main_lp span svg {
    width: 22px
}

.project_lp .project_lp_main .project_content .btn_main_lp span svg path {
    fill: #fff
}

.project_lp .project_lp_main .project_slider_img {
    flex: 0 0 55%;
    text-align: center
}

.project_lp .project_lp_main .project_slider_img video {
    height: 500px
}

.project_lp .project_lp_main .project_slider_img img {
    height: 550px;
    width: auto
}

.associatesslider.hv-100 {
    height: 100vh
}

.associatesslider {
    overflow: hidden
}

.associatesslider .swiper {
    overflow: visible
}

.associatesslider .swiper .swiper-wrapper {
    margin-top: 50px;
    position: relative
}

.associatesslider .swiper .swiper-wrapper .associates_card {
    align-items: center;
    background: #fff;
    box-shadow: 0 8px 20px 0 hsla(0, 0%, 8%, .1);
    display: flex;
    height: 360px;
    justify-content: center;
    margin: 20px 0;
    max-width: 690px
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_content {
    flex: 0 0 60%;
    height: 100%;
    padding: 30px
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name {
    color: #314252;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name span {
    color: #898989;
    display: block;
    font-size: 14.383px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_content p {
    color: #314252;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_content .associates_img {
    text-align: center
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_rating {
    background: #fcfcfc;
    border-left: 1px solid hsla(0, 0%, 83%, .502);
    flex: 0 0 40%;
    height: 100%;
    padding: 30px
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_rating .rating_number {
    color: #314252;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_rating .rating_star {
    text-align: center
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul {
    margin: 30px 0;
    padding: 0
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li {
    color: #898989;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: normal;
    margin-bottom: 10px;
    position: relative
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li span {
    color: #898989;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}

.associatesslider .swiper .swiper-wrapper .associates_card .associates_rating p {
    color: #898989;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: normal;
    margin-bottom: 0;
    text-align: center
}

.associatesslider .swiper .swiper-wrapper .associates_card .slider-btn {
    text-align: center
}

.associatesslider .swiper .swiper-wrapper .associates_card .slider-btn a.border_btn {
    margin-top: 0
}

.ready_ae .tekrevol_dark_bg a.border_btn,
.ready_ae .tekrevol_dark_bg a.border_btn:hover {
    background: #fff;
    color: #06dcbf
}

@media(min-width:1600px)and (max-width:1800px) {
    .header_lp {
        background: #000;
        height: 100px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 99
    }

    .header_lp.header_swiper {
        height: 60px
    }

    .header_lp.header_swiper .tek_lp_logo a svg {
        height: 25px
    }

    .header_lp.header_swiper ul li {
        margin-left: 30px
    }

    .header_lp.header_swiper ul li a {
        font-size: 14px;
        line-height: 34px
    }

    .header_lp.header_swiper ul li:last-child a {
        font-size: 14px;
        height: 40px;
        padding: 0 15px;
        width: 160px
    }

    .header_lp .tek_lp_logo a svg {
        height: 40px
    }

    .header_lp ul {
        align-items: center;
        display: flex;
        justify-content: end
    }

    .header_lp ul li {
        margin-left: 40px
    }

    .header_lp ul li a {
        line-height: 40px
    }

    .header_lp ul li a,
    .header_lp ul li:last-child a {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500
    }

    .header_lp ul li:last-child a {
        align-items: center;
        background: #eb5627;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        height: 55px;
        justify-content: center;
        line-height: normal;
        padding: 0 15px;
        text-transform: uppercase;
        width: 180px
    }

    .header_lp ul li:last-child a:hover {
        color: #fff
    }

    .header_lp .lp_mobile_view {
        display: none
    }

    .banner_lp {
        background: #000;
        height: 100vh
    }

    .banner_lp .h1,
    .banner_lp h1 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 40px
    }

    .banner_lp .h1 span,
    .banner_lp h1 span {
        color: #eb5627
    }

    .banner_lp p {
        font-size: 18px;
        line-height: 33px;
        margin-bottom: 40px
    }

    .banner_lp a.lp_btn {
        font-size: 18px;
        height: 50px;
        max-width: 230px;
        padding: 0 20px
    }

    .banner_lp .carousel_banner_awards .react-multi-carousel-track .react-multi-carousel-item .featured_item {
        margin-top: 30px
    }

    .banner_lp .carousel_banner_awards .react-multi-carousel-track .react-multi-carousel-item .featured_item .banner_lp_img {
        align-items: center;
        display: flex;
        height: 130px;
        justify-content: center;
        width: 170px
    }

    .banner_lp .carousel_banner_awards .react-multi-carousel-track .react-multi-carousel-item .featured_item .banner_lp_img img {
        height: 100px;
        width: auto
    }

    .landing_lp_popup.modal .modal-dialog.modal-dialog-centered {
        max-width: 400px;
        transition: max-width .3s ease-in-out
    }

    .landing_lp_popup.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 400px
    }

    .lp_form_inner .looder_img {
        height: 60px
    }

    .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .lp_form_inner .lp_from_item input {
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .5);
        border-radius: 0;
        color: #314252;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        height: 50px;
        line-height: 50px;
        padding: 0;
        width: 100%
    }

    .lp_form_inner .lp_from_item:after {
        background: #06dcbf;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: 48px;
        width: 100px
    }

    .lp_form_inner .lp_from_item input:-webkit-autofill,
    .lp_form_inner .lp_from_item input:-webkit-autofill:focus,
    .lp_form_inner .lp_from_item input:-webkit-autofill:hover,
    .lp_form_inner .lp_from_item select:-webkit-autofill,
    .lp_form_inner .lp_from_item select:-webkit-autofill:focus,
    .lp_form_inner .lp_from_item select:-webkit-autofill:hover,
    .lp_form_inner .lp_from_item textarea:-webkit-autofill,
    .lp_form_inner .lp_from_item textarea:-webkit-autofill:focus,
    .lp_form_inner .lp_from_item textarea:-webkit-autofill:hover {
        -webkit-text-fill-color: #314252;
        -webkit-box-shadow: inset 0 0 0 1000px transparent;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s
    }

    .lp_form_inner .from_item_check_lp {
        margin-bottom: 15px
    }

    .lp_form_inner .from_item_check_lp label {
        color: #314252;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }

    .lp_form_inner .btn_submit {
        background: #eb5627;
        border: 0;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-family: Poppins, sans-serif;
        font-size: 20px;
        font-weight: 500;
        height: 50px;
        line-height: normal;
        margin: 0 auto;
        text-align: center;
        text-transform: capitalize;
        width: 100%
    }

    .case_banner_lp {
        height: 100vh
    }

    .case_banner_lp .case_content .h2,
    .case_banner_lp .case_content h2 {
        font-family: Poppins, sans-serif;
        font-size: 44px;
        line-height: 49px;
        padding-top: 30px
    }

    .case_banner_lp .case_content .h6,
    .case_banner_lp .case_content h6 {
        color: #000;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0
    }

    .case_banner_lp .case_content p {
        font-size: 16px;
        line-height: 26px
    }

    .case_banner_lp .case_content a {
        font-size: 15px;
        max-width: 200px;
        padding: 15px
    }

    .case_banner_lp .case_content ul li {
        font-size: 16px;
        line-height: 30px
    }

    .carousel.client_landing_slider .carousel-control-prev {
        bottom: 0;
        height: 40px;
        left: 20px;
        width: 40px
    }

    .carousel.client_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 20px;
        width: 20px
    }

    .carousel.client_landing_slider .carousel-control-next {
        bottom: 0;
        height: 40px;
        left: 70px;
        right: unset;
        width: 40px
    }

    .carousel.client_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 20px;
        width: 20px
    }

    .client_work_lp .h2,
    .client_work_lp h2 {
        font-size: 52px;
        line-height: 67px;
        margin-bottom: 50px
    }

    .client_work_lp .client_content .h3,
    .client_work_lp .client_content h3 {
        font-size: 50px;
        line-height: 65px
    }

    .client_work_lp .client_content span {
        font-size: 25px;
        line-height: 32px
    }

    .client_work_lp .client_content p {
        font-size: 18px;
        line-height: 38px;
        margin-top: 20px
    }

    .case_lp_section {
        margin: auto;
        max-width: 100%
    }

    .case_lp_section .item_ser_lp {
        display: flex;
        height: 80vh
    }

    .case_lp_section .item_ser_lp .item_list {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        flex: 0 0 25%;
        overflow: hidden;
        padding: 30px;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list:before {
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background-image: inherit;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: -webkit-backdrop-filter .3s ease;
        transition: backdrop-filter .3s ease;
        transition: backdrop-filter .3s ease, -webkit-backdrop-filter .3s ease
    }

    .case_lp_section .item_ser_lp .item_list .simple_item {
        bottom: 50px;
        left: 30px;
        position: absolute;
        z-index: 1
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon {
        margin-bottom: 20px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon svg {
        height: 55px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .h5,
    .case_lp_section .item_ser_lp .item_list .simple_item h5 {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: -.56px;
        line-height: 28px;
        margin-bottom: 0
    }

    .case_lp_section .item_ser_lp .item_list .hover_item {
        margin-top: 70px;
        opacity: 0;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list:hover:before {
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item {
        opacity: 1
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item p {
        font-size: 16px;
        line-height: 26px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -.36px;
        line-height: 26px;
        margin-bottom: 5px;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li:before {
        background: #fff;
        border-radius: 10px;
        content: "";
        display: block;
        height: 5px;
        left: -14px;
        position: absolute;
        top: 12px;
        width: 5px
    }

    .case_lp_section .item_ser_lp .item_list:hover .simple_item .svg_icon svg {
        transition: all .3s ease-in
    }

    .case_lp_section .item_ser_lp .item_list:hover .simple_item .svg_icon svg path {
        fill: #eb5627
    }

    .carousel.case_landing_slider .carousel-control-prev {
        height: 45px;
        left: 40px;
        width: 45px
    }

    .carousel.case_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 20px;
        width: 20px
    }

    .carousel.case_landing_slider .carousel-control-next {
        height: 45px;
        right: 40px;
        width: 45px
    }

    .carousel.case_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 20px;
        width: 20px
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 750px
    }

    .ebook_lp_secion {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .ebook_lp_secion .ebook_title {
        color: #000;
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 30px
    }

    .ebook_lp_secion .ebook_title:after {
        background: #eb5627;
        content: "";
        display: block;
        height: 1px;
        margin-top: 10px;
        width: 100%
    }

    .ebook_lp_secion .h4,
    .ebook_lp_secion h4 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 40px
    }

    .ebook_lp_secion .btn_download {
        align-items: center;
        background: #eb5627;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-family: Poppins, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        height: 50px;
        justify-content: center;
        line-height: normal;
        max-width: 230px;
        padding: 0 20px;
        text-transform: uppercase
    }

    .footer_section {
        background: #000;
        padding: 100px 0 50px
    }

    .footer_section .address_box {
        align-items: start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .footer_section .address_box .address_list {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding-right: 70px
    }

    .footer_section .address_box .address_list .h6,
    .footer_section .address_box .address_list h6 {
        color: #fff;
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px
    }

    .footer_section .address_box .address_list p {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .32px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .footer_section .lp_form {
        background: transparent;
        border-radius: 15px;
        box-shadow: 7px 1px 100px rgba(0, 0, 0, .1);
        margin: auto;
        max-width: 580px;
        padding: 40px 55px
    }

    .footer_section .lp_form .alert-success {
        background: #d1e7dd;
        border-color: #badbcc;
        color: #0f5132;
        font-family: Poppins, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        padding: 0 20px
    }

    .footer_section .lp_form .h5,
    .footer_section .lp_form h5 {
        color: #fff;
        text-align: left
    }

    .footer_section .lp_form .h5:after,
    .footer_section .lp_form h5:after {
        background: #eb5627;
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0 0;
        width: 200px
    }

    .footer_section .lp_form p {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -.2px;
        line-height: 31px
    }

    .footer_section .lp_form .lp_form_inner .looder_img {
        height: 60px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item input {
        height: 50px;
        line-height: 50px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item input,
    .footer_section .lp_form .lp_form_inner .lp_from_item textarea {
        background: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        padding: 0;
        width: 100%
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item textarea {
        height: 80px;
        line-height: normal
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item:after {
        display: none
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill,
    .footer_section .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:focus,
    .footer_section .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:hover,
    .footer_section .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill,
    .footer_section .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:focus,
    .footer_section .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:hover,
    .footer_section .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill,
    .footer_section .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:focus,
    .footer_section .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:hover {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: inset 0 0 0 1000px transparent;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp {
        margin-bottom: 15px
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp label {
        color: #314252;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }

    .footer_section .lp_form .lp_form_inner .btn_submit {
        background: #eb5627;
        border: 0;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-family: Poppins, sans-serif;
        font-size: 20px;
        font-weight: 400;
        height: 50px;
        line-height: normal;
        margin: 20px 0 0;
        text-align: center;
        text-transform: capitalize;
        width: 250px
    }

    .partner_usa_lp {
        background-color: #efefef
    }

    .partner_usa_lp .partner-num {
        font-size: 120px;
        line-height: 80px;
        margin-bottom: 30px
    }

    .partner_usa_lp .partner-para {
        text-align: center
    }

    .partner_usa_lp .partner-para p {
        font-size: 22px;
        line-height: 28px;
        max-width: 70%
    }

    .partner_usa_lp .partner-para p img {
        height: 20px;
        width: auto
    }

    .partner_usa_lp .partner_padd {
        padding-top: 80px
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile {
        display: none
    }

    .services_web_lp .col-lg-4,
    .services_web_lp .col-lg-8 {
        padding: 0
    }

    .services_web_lp .service_lp_main .lp_item_services {
        height: 670px;
        padding: 50px 30px
    }

    .services_web_lp .service_lp_main .lp_item_services a.lp_btn {
        font-size: 18px;
        height: 45px;
        max-width: 200px;
        padding: 0 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title {
        margin-bottom: 30px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_img img {
        height: 70px;
        width: auto
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_tit {
        font-size: 22px;
        line-height: 32px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li {
        font-size: 16px;
        line-height: 32px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li:before {
        left: 5px;
        position: absolute;
        top: 15px;
        width: 5px
    }

    .tech_stack_lpweb .tabs_lp_box {
        display: flex
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web {
        flex: 0 0 40%
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web ul li {
        font-size: 27px;
        padding: 20px 15px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web {
        flex: 0 0 60%;
        padding: 35px 15px 0
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp {
        gap: 1%;
        max-width: 100%
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp {
        flex: 0 0 24%;
        height: 90px;
        margin-bottom: 25px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp img {
        height: 75px;
        width: auto
    }

    .tech_stack_lpweb a.lp_btn {
        font-size: 18px;
        height: 50px;
        max-width: 200px;
        padding: 0 20px
    }

    body .Sliders .h2,
    body .Sliders .h3_head.h3,
    body .Sliders h2,
    body .Sliders h3.h3_head {
        font-size: 70px;
        line-height: 80px
    }

    body .Sliders .banner_lp .h1,
    body .Sliders .banner_lp h1 {
        font-size: 85px;
        line-height: 95px
    }

    .feature_sec_lp a.lp_btn {
        font-size: 18px;
        height: 50px;
        margin: 15px auto 40px;
        max-width: 200px;
        padding: 0 20px
    }

    .associatesslider .swiper-wrapper {
        margin-top: 50px
    }

    .associatesslider .swiper-wrapper .associates_card {
        height: 320px;
        margin: 20px 0;
        max-width: 690px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name {
        font-size: 22px;
        margin-bottom: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content p {
        font-size: 20px;
        margin-bottom: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .associatesslider .swiper .swiper-wrapper {
        margin-top: 50px;
        position: relative
    }

    .associatesslider .swiper .swiper-wrapper .associates_card {
        height: 320px;
        margin: 20px 0;
        max-width: 690px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name {
        font-size: 22px;
        margin-bottom: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content p {
        font-size: 20px;
        margin-bottom: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .ready_ae {
        background-size: contain;
        height: 700px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .header_lp {
        height: 80px
    }

    .header_lp.header_swiper {
        height: 60px
    }

    .header_lp.header_swiper .tek_lp_logo a svg {
        height: 25px
    }

    .header_lp.header_swiper ul li {
        margin-left: 30px
    }

    .header_lp.header_swiper ul li a {
        font-size: 14px;
        line-height: 34px
    }

    .header_lp.header_swiper ul li:last-child a {
        font-size: 14px;
        height: 40px;
        padding: 0 15px;
        width: 160px
    }

    .header_lp .tek_lp_logo a svg {
        height: 30px
    }

    .header_lp ul li {
        margin-left: 35px
    }

    .header_lp ul li a {
        font-size: 15px;
        line-height: 39px;
        width: 150px
    }

    .header_lp ul li:last-child a {
        font-size: 15px;
        height: 45px;
        max-width: 170px
    }

    .header_lp .lp_mobile_view {
        display: none
    }

    .banner_lp {
        height: 100vh;
        margin-top: 20px
    }

    .banner_lp .h1,
    .banner_lp h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px
    }

    .banner_lp p {
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 30px
    }

    .banner_lp a.lp_btn {
        font-size: 18px;
        height: 50px;
        max-width: 230px;
        padding: 0 20px
    }

    .banner_lp .carousel_banner_awards .react-multi-carousel-track .react-multi-carousel-item .featured_item {
        margin-top: 30px
    }

    .banner_lp .carousel_banner_awards .react-multi-carousel-track .react-multi-carousel-item .featured_item .banner_lp_img {
        align-items: center;
        display: flex;
        height: 130px;
        justify-content: center;
        width: 170px
    }

    .banner_lp .carousel_banner_awards .react-multi-carousel-track .react-multi-carousel-item .featured_item .banner_lp_img img {
        height: 100px;
        width: auto
    }

    .landing_lp_popup.modal .modal-dialog.modal-dialog-centered {
        max-width: 400px;
        transition: max-width .3s ease-in-out
    }

    .landing_lp_popup.modal.show .modal-dialog.modal-dialog-centered,
    .lp_form {
        max-width: 400px
    }

    .lp_form {
        padding: 40px 50px
    }

    .lp_form .h5,
    .lp_form h5 {
        font-size: 30px;
        line-height: 35px
    }

    .lp_form .lp_form_inner .looder_img {
        height: 60px
    }

    .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .lp_form .lp_form_inner .lp_from_item input {
        font-size: 16px;
        height: 50px;
        line-height: 50px
    }

    .lp_form .lp_form_inner .lp_from_item:after {
        content: "";
        top: 48px
    }

    .lp_form .lp_form_inner .from_item_check_lp {
        margin-bottom: 15px
    }

    .lp_form .lp_form_inner .from_item_check_lp label {
        font-size: 16px;
        line-height: 22px
    }

    .lp_form .lp_form_inner .btn_submit {
        font-size: 16px;
        height: 45px;
        margin-top: 20px
    }

    .case_banner_lp {
        height: 100vh
    }

    .case_banner_lp .case_content .h2,
    .case_banner_lp .case_content h2 {
        font-size: 44px;
        line-height: 49px;
        padding-top: 30px
    }

    .case_banner_lp .case_content .h6,
    .case_banner_lp .case_content h6 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 0
    }

    .case_banner_lp .case_content p {
        font-size: 14px;
        line-height: 24px;
        padding-right: 20px
    }

    .case_banner_lp .case_content a {
        font-size: 15px;
        max-width: 200px;
        padding: 15px
    }

    .case_banner_lp .case_content ul li {
        font-size: 14px;
        line-height: 28px
    }

    .carousel.client_landing_slider .carousel-control-prev {
        bottom: 0;
        height: 35px;
        left: 20px;
        width: 35px
    }

    .carousel.client_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 15px;
        width: 15px
    }

    .carousel.client_landing_slider .carousel-control-next {
        bottom: 0;
        height: 35px;
        left: 60px;
        right: unset;
        width: 35px
    }

    .carousel.client_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 15px;
        width: 15px
    }

    .client_work_lp .h2,
    .client_work_lp h2 {
        font-size: 45px;
        line-height: 62px;
        margin-bottom: 50px
    }

    .client_work_lp .client_content .h3,
    .client_work_lp .client_content h3 {
        font-size: 40px;
        line-height: 55px
    }

    .client_work_lp .client_content span {
        font-size: 20px;
        line-height: 27px
    }

    .client_work_lp .client_content p {
        font-size: 16px;
        line-height: 36px;
        margin-top: 20px
    }

    .case_lp_section {
        margin: auto;
        max-width: 100%
    }

    .case_lp_section .item_ser_lp {
        display: flex;
        height: 85vh
    }

    .case_lp_section .item_ser_lp .item_list {
        flex: 0 0 25%;
        overflow: hidden;
        padding: 30px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item {
        bottom: 50px;
        left: 30px;
        position: absolute;
        z-index: 1
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon {
        margin-bottom: 20px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon svg {
        height: 50px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .h5,
    .case_lp_section .item_ser_lp .item_list .simple_item h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .case_lp_section .item_ser_lp .item_list .hover_item {
        margin-top: 30px;
        opacity: 0;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item {
        opacity: 1
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item p {
        font-size: 16px;
        line-height: 26px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 5px;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li:before {
        content: "";
        left: -14px;
        position: absolute;
        top: 12px
    }

    .case_lp_section.case_ae_sec .item_ser_lp {
        display: flex;
        height: 85vh
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list {
        flex: 0 0 25%;
        overflow: hidden;
        padding: 30px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item {
        bottom: 50px;
        left: 30px;
        position: absolute;
        z-index: 1
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon {
        margin-bottom: 20px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon svg {
        height: 50px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .h5,
    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item {
        margin-top: 30px;
        opacity: 0;
        position: relative
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item {
        opacity: 1
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item p {
        font-size: 16px;
        line-height: 26px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 5px;
        position: relative
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li:before {
        content: "";
        left: -14px;
        position: absolute;
        top: 12px
    }

    .carousel.case_landing_slider .carousel-control-prev {
        height: 40px;
        left: 40px;
        width: 40px
    }

    .carousel.case_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 20px;
        width: 20px
    }

    .carousel.case_landing_slider .carousel-control-next {
        height: 40px;
        right: 40px;
        width: 40px
    }

    .carousel.case_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 20px;
        width: 20px
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 700px
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered .modal-content iframe {
        height: 450px
    }

    .ebook_lp_secion .ebook_title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px
    }

    .ebook_lp_secion .h4,
    .ebook_lp_secion h4 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 40px
    }

    .ebook_lp_secion .btn_download {
        font-size: 18px;
        height: 50px;
        max-width: 230px;
        padding: 0 20px
    }

    .footer_section {
        padding: 100px 0 50px
    }

    .footer_section .address_box .address_list {
        flex: 0 0 50%;
        margin-bottom: 30px;
        padding-right: 60px
    }

    .footer_section .address_box .address_list .h6,
    .footer_section .address_box .address_list h6 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px
    }

    .footer_section .address_box .address_list p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .footer_section .lp_form {
        max-width: 580px;
        padding: 40px 55px
    }

    .footer_section .lp_form .h5,
    .footer_section .lp_form h5 {
        text-align: left
    }

    .footer_section .lp_form p {
        font-size: 20px;
        letter-spacing: -.2px;
        line-height: 31px
    }

    .footer_section .lp_form .lp_form_inner .looder_img {
        height: 60px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item input {
        font-size: 13px;
        height: 45px;
        line-height: 45px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item textarea {
        font-size: 13px;
        height: 70px;
        line-height: normal
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp {
        margin-bottom: 10px
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp label {
        font-size: 14px;
        line-height: 20px
    }

    .footer_section .lp_form .lp_form_inner .btn_submit {
        font-size: 18px;
        height: 45px;
        margin: 20px 0 0;
        width: 220px
    }

    .footer_section .copright_lp p {
        font-size: 15px;
        line-height: normal
    }

    .partner_usa_lp .partner-num {
        font-size: 120px;
        line-height: 80px;
        margin-bottom: 30px
    }

    .partner_usa_lp .partner-para {
        text-align: center
    }

    .partner_usa_lp .partner-para p {
        font-size: 22px;
        line-height: 28px;
        max-width: 70%
    }

    .partner_usa_lp .partner-para p img {
        height: 20px;
        width: auto
    }

    .partner_usa_lp .partner_padd {
        padding-top: 80px
    }

    .partner_usa_lp a.lp_btn {
        font-size: 16px;
        height: 45px;
        max-width: 180px;
        padding: 0 20px
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile {
        display: none
    }

    .tekrevol_gray_bg.tabing_section.lp_stack .tabs_img_lp img {
        height: 60px;
        width: auto
    }

    .services_web_lp .col-lg-4,
    .services_web_lp .col-lg-8 {
        padding: 0
    }

    .services_web_lp .service_lp_main .lp_item_services {
        height: 550px;
        padding: 30px 20px
    }

    .services_web_lp .service_lp_main .lp_item_services a.lp_btn {
        font-size: 16px;
        height: 40px;
        max-width: 180px;
        padding: 0 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title {
        margin-bottom: 10px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_img img {
        height: 50px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_tit {
        font-size: 20px;
        line-height: 30px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li {
        font-size: 15px;
        line-height: 30px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li:before {
        left: 5px;
        position: absolute;
        top: 15px;
        width: 5px
    }

    .tech_stack_lpweb .tabs_lp_box {
        display: flex
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web {
        flex: 0 0 40%
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web ul li {
        font-size: 24px;
        padding: 20px 15px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web {
        flex: 0 0 60%;
        padding: 30px 15px 0
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp {
        gap: 1%;
        max-width: 100%
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp {
        flex: 0 0 24%;
        height: 80px;
        margin-bottom: 25px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp img {
        height: 70px;
        width: auto
    }

    .tech_stack_lpweb a.lp_btn {
        font-size: 16px;
        height: 45px;
        max-width: 180px;
        padding: 0 20px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp {
        font-size: 16px;
        height: 43px;
        width: 200px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp2 {
        font-size: 16px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span {
        height: 30px;
        width: 30px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span svg {
        width: 15px
    }

    .project_lp .project_lp_main .project_slider_img video {
        height: 450px
    }

    .top_grade_cta .calendly-inline-widget {
        height: 500px !important
    }

    body .Sliders .h2,
    body .Sliders .h3_head.h3,
    body .Sliders h2,
    body .Sliders h3.h3_head {
        font-size: 60px;
        line-height: 70px
    }

    body .Sliders .banner_lp .h1,
    body .Sliders .banner_lp h1 {
        font-size: 80px;
        line-height: 90px
    }

    .feature_sec_lp {
        height: 100vh
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide {
        max-width: 170px !important
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 60px
    }

    .feature_sec_lp a.lp_btn {
        font-size: 16px;
        height: 45px;
        margin: 10px auto 35px;
        max-width: 180px;
        padding: 0 20px
    }

    .associatesslider .swiper .swiper-wrapper {
        margin-top: 50px;
        position: relative
    }

    .associatesslider .swiper .swiper-wrapper .associates_card {
        height: 310px;
        margin: 20px 0;
        max-width: 690px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name {
        font-size: 20px;
        margin-bottom: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .ready_ae {
        background-size: contain;
        height: 600px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .header_lp {
        height: 75px
    }

    .header_lp.header_swiper {
        height: 55px
    }

    .header_lp.header_swiper .tek_lp_logo a svg {
        height: 20px
    }

    .header_lp.header_swiper ul li {
        margin-left: 30px
    }

    .header_lp.header_swiper ul li a {
        font-size: 13px;
        line-height: 33px
    }

    .header_lp.header_swiper ul li:last-child a {
        font-size: 14px;
        height: 35px;
        padding: 0 15px;
        width: 150px
    }

    .header_lp .tek_lp_logo a svg {
        height: 30px
    }

    .header_lp ul li {
        margin-left: 35px
    }

    .header_lp ul li a {
        font-size: 14px;
        line-height: 38px
    }

    .header_lp ul li:last-child a {
        font-size: 14px;
        height: 45px;
        width: 150px
    }

    .header_lp .lp_mobile_view {
        display: none
    }

    .banner_lp {
        height: 100vh;
        margin-top: 30px
    }

    .banner_lp .h1,
    .banner_lp h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px
    }

    .banner_lp p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .banner_lp a.lp_btn {
        font-size: 18px;
        height: 50px;
        max-width: 230px;
        padding: 0 20px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item {
        margin-top: 30px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img {
        height: 140px;
        width: 170px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img img {
        height: 100px;
        width: auto
    }

    .feature_sec .h4,
    .feature_sec h4 {
        font-size: 22px;
        line-height: 32px
    }

    .landing_lp_popup.modal .modal-dialog.modal-dialog-centered {
        max-width: 350px;
        transition: max-width .3s ease-in-out
    }

    .landing_lp_popup.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 350px
    }

    .lp_form {
        margin-left: auto;
        max-width: 380px;
        padding: 35px
    }

    .lp_form .h5,
    .lp_form h5 {
        font-size: 22px;
        line-height: 32px
    }

    .lp_form .lp_form_inner .looder_img {
        height: 60px
    }

    .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 15px;
        position: relative
    }

    .lp_form .lp_form_inner .lp_from_item input {
        font-size: 14px;
        height: 50px;
        line-height: 44px
    }

    .lp_form .lp_form_inner .lp_from_item:after {
        content: "";
        top: 48px
    }

    .lp_form .lp_form_inner .lp_from_item textarea {
        font-size: 14px
    }

    .lp_form .lp_form_inner .from_item_check_lp {
        margin-bottom: 15px
    }

    .lp_form .lp_form_inner .from_item_check_lp label {
        font-size: 16px;
        line-height: 22px
    }

    .lp_form .lp_form_inner .btn_submit {
        font-size: 16px;
        height: 45px;
        margin-top: 20px
    }

    .case_banner_lp {
        height: 100vh
    }

    .case_banner_lp .case_content .h2,
    .case_banner_lp .case_content h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 10px;
        padding-top: 20px
    }

    .case_banner_lp .case_content .h6,
    .case_banner_lp .case_content h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .case_banner_lp .case_content p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        padding-right: 20px
    }

    .case_banner_lp .case_content a {
        font-size: 13px;
        max-width: 160px;
        padding: 12px
    }

    .case_banner_lp .case_content ul li {
        font-size: 13px;
        line-height: 26px
    }

    .case_banner_lp .case_content ul li:before {
        top: 12px
    }

    .case_banner_lp .case_content img {
        height: 40px;
        width: auto
    }

    .carousel.case_landing_slider .carousel-control-prev {
        height: 35px;
        left: 40px;
        width: 35px
    }

    .carousel.case_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 15px;
        width: 15px
    }

    .carousel.case_landing_slider .carousel-control-next {
        height: 35px;
        right: 40px;
        width: 35px
    }

    .carousel.case_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 15px;
        width: 15px
    }

    .carousel.client_landing_slider .carousel-control-prev {
        bottom: 0;
        height: 35px;
        left: 20px;
        width: 35px
    }

    .carousel.client_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 15px;
        width: 15px
    }

    .carousel.client_landing_slider .carousel-control-next {
        bottom: 0;
        height: 35px;
        left: 60px;
        right: unset;
        width: 35px
    }

    .carousel.client_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 15px;
        width: 15px
    }

    .client_work_lp .h2,
    .client_work_lp h2 {
        font-size: 42px;
        line-height: 58px;
        margin-bottom: 50px
    }

    .client_work_lp .client_content .h3,
    .client_work_lp .client_content h3 {
        font-size: 40px;
        line-height: 55px
    }

    .client_work_lp .client_content span {
        font-size: 18px;
        line-height: 25px
    }

    .client_work_lp .client_content p {
        font-size: 15px;
        line-height: 35px;
        margin-top: 20px
    }

    .case_lp_section {
        margin: auto;
        max-width: 100%
    }

    .case_lp_section .item_ser_lp {
        display: flex;
        height: 100vh
    }

    .case_lp_section .item_ser_lp .item_list {
        flex: 0 0 25%;
        padding: 20px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item {
        bottom: 20px;
        left: 20px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon {
        margin-bottom: 20px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon svg {
        height: 35px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .h5,
    .case_lp_section .item_ser_lp .item_list .simple_item h5 {
        font-size: 13px;
        line-height: 20px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item p {
        font-size: 13px;
        line-height: 23px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li:before {
        content: "";
        height: 5px;
        left: -14px;
        top: 12px;
        width: 5px
    }

    .case_lp_section.case_ae_sec .item_ser_lp {
        display: flex;
        height: 100vh
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list {
        flex: 0 0 25%;
        padding: 20px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item {
        bottom: 20px;
        left: 20px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon {
        margin-bottom: 20px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon svg {
        height: 35px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .h5,
    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item h5 {
        font-size: 13px;
        line-height: 20px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item p {
        font-size: 13px;
        line-height: 23px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li:before {
        content: "";
        height: 5px;
        left: -14px;
        top: 12px;
        width: 5px
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 600px
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered .modal-content iframe {
        height: 400px
    }

    .ebook_lp_secion .ebook_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px
    }

    .ebook_lp_secion .h4,
    .ebook_lp_secion h4 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px
    }

    .ebook_lp_secion .btn_download {
        font-size: 16px;
        height: 45px;
        max-width: 230px;
        padding: 0 20px
    }

    .ebook_lp_secion.ebook_swiper img {
        height: 450px;
        width: auto
    }

    .footer_section {
        padding: 100px 0 50px
    }

    .footer_section .address_box .address_list {
        flex: 0 0 50%;
        margin-bottom: 20px;
        padding-right: 50px
    }

    .footer_section .address_box .address_list .h6,
    .footer_section .address_box .address_list h6 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px
    }

    .footer_section .address_box .address_list p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .footer_section .lp_form {
        max-width: 580px;
        padding: 40px 55px
    }

    .footer_section .lp_form .h5,
    .footer_section .lp_form h5 {
        text-align: left
    }

    .footer_section .lp_form .h5:after,
    .footer_section .lp_form h5:after {
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0 0;
        width: 200px
    }

    .footer_section .lp_form p {
        font-size: 20px;
        letter-spacing: -.2px;
        line-height: 31px
    }

    .footer_section .lp_form .lp_form_inner .looder_img {
        height: 60px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item input {
        font-size: 13px;
        height: 40px;
        line-height: 40px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item textarea {
        font-size: 13px;
        height: 60px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item:after {
        display: none
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp {
        margin-bottom: 10px
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp label {
        font-size: 14px;
        line-height: 22px
    }

    .footer_section .lp_form .lp_form_inner .btn_submit {
        font-size: 16px;
        height: 40px;
        margin: 20px 0 0;
        width: 250px
    }

    .footer_section .copright_lp p {
        font-size: 15px;
        line-height: normal
    }

    .partner_usa_lp p {
        margin-bottom: 10px
    }

    .partner_usa_lp .partner-num {
        font-size: 100px;
        line-height: 70px;
        margin-bottom: 30px
    }

    .partner_usa_lp .partner-para {
        text-align: center
    }

    .partner_usa_lp .partner-para p {
        font-size: 20px;
        line-height: 26px;
        max-width: 70%
    }

    .partner_usa_lp .partner-para p img {
        height: 20px;
        width: auto
    }

    .partner_usa_lp .partner_padd {
        padding-top: 80px
    }

    .partner_usa_lp a.lp_btn {
        font-size: 16px;
        height: 45px;
        max-width: 180px;
        padding: 0 20px
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile {
        display: none
    }

    .tekrevol_gray_bg.tabing_section.lp_stack .tabs_img_lp img {
        height: 55px;
        width: auto
    }

    .tekrevol_gray_bg.tabing_section.lp_stack .li_white_text {
        height: 35px
    }

    .services_web_lp .service_lp_main .lp_item_services a.lp_btn {
        font-size: 16px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_tit {
        font-size: 18px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li {
        font-size: 14px;
        line-height: 26px
    }

    .tech_stack_lpweb .tabs_lp_box {
        display: flex
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web {
        flex: 0 0 40%
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web ul li {
        font-size: 24px;
        padding: 15px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web {
        flex: 0 0 60%;
        padding: 30px 15px 0
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp {
        gap: 1%;
        max-width: 100%
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp {
        flex: 0 0 24%;
        height: 70px;
        margin-bottom: 20px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp img {
        height: 65px;
        width: auto
    }

    .tech_stack_lpweb a.lp_btn {
        font-size: 14px;
        height: 40px;
        max-width: 160px;
        padding: 0 20px
    }

    .services_web_lp .col-lg-4,
    .services_web_lp .col-lg-8 {
        padding: 0
    }

    .services_web_lp .service_lp_main .lp_item_services {
        height: 500px;
        padding: 30px 20px
    }

    .services_web_lp .service_lp_main .lp_item_services a.lp_btn {
        font-size: 14px;
        height: 40px;
        max-width: 180px;
        padding: 0 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title {
        margin-bottom: 10px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_img img {
        height: 50px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_tit {
        font-size: 28px;
        line-height: 28px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li {
        font-size: 13px;
        line-height: 23px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li:before {
        left: 5px;
        position: absolute;
        top: 13px;
        width: 5px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp {
        margin-top: 30px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp {
        font-size: 14px;
        height: 38px;
        width: 170px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp2 {
        font-size: 14px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span {
        height: 30px;
        width: 30px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span svg {
        width: 15px
    }

    .project_lp .project_lp_main .project_slider_img video {
        height: 370px
    }

    .top_grade_cta .calendly-inline-widget {
        height: 450px !important
    }

    body .Sliders .h2,
    body .Sliders .h3_head.h3,
    body .Sliders h2,
    body .Sliders h3.h3_head {
        font-size: 55px;
        line-height: 65px
    }

    body .Sliders .banner_lp .h1,
    body .Sliders .banner_lp h1 {
        font-size: 65px;
        line-height: 75px
    }

    .feature_sec_lp {
        height: 100vh
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide {
        max-width: 170px !important
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 60px
    }

    .feature_sec_lp a.lp_btn {
        font-size: 14px;
        height: 40px;
        margin: 10px auto 30px;
        max-width: 160px;
        padding: 0 20px
    }

    .associatesslider .swiper .swiper-wrapper {
        margin-top: 50px;
        position: relative
    }

    .associatesslider .swiper .swiper-wrapper .associates_card {
        height: 280px;
        margin: 20px 0;
        max-width: 570px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 25px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name {
        font-size: 18px;
        margin-bottom: 20px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content p {
        font-size: 16px;
        margin-bottom: 29px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .copright_lp.copyright_web_lp {
        margin-top: 20px
    }

    .ready_ae {
        background-size: contain;
        height: 550px
    }
}

@media(min-width:900px)and (max-width:1199px) {
    .header_lp {
        height: 80px
    }

    .header_lp.header_swiper {
        height: 50px
    }

    .header_lp.header_swiper .tek_lp_logo a svg {
        height: 20px
    }

    .header_lp.header_swiper ul li {
        margin-left: 25px
    }

    .header_lp.header_swiper ul li a {
        font-size: 13px;
        line-height: 33px
    }

    .header_lp.header_swiper ul li:last-child a {
        font-size: 13px;
        height: 35px;
        padding: 0 15px;
        width: 150px
    }

    .header_lp .tek_lp_logo a svg {
        height: 25px
    }

    .header_lp ul li {
        margin-left: 25px
    }

    .header_lp ul li a {
        font-size: 13px;
        line-height: 39px
    }

    .header_lp ul li:last-child a {
        font-size: 13px;
        height: 40px;
        max-width: 140px
    }

    .header_lp .lp_mobile_view {
        display: none
    }

    .banner_lp {
        height: 100vh
    }

    .banner_lp .h1,
    .banner_lp h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 30px;
        padding-right: 20px
    }

    .banner_lp p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .banner_lp a.lp_btn {
        font-size: 16px;
        height: 40px;
        max-width: 170px;
        padding: 0 20px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item {
        margin-top: 30px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img {
        height: 120px;
        width: 150px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img img {
        height: 80px;
        width: auto
    }

    .feature_sec .h4,
    .feature_sec h4 {
        font-size: 18px;
        line-height: 28px
    }

    .landing_lp_popup.modal .modal-dialog.modal-dialog-centered {
        max-width: 350px;
        transition: max-width .3s ease-in-out
    }

    .landing_lp_popup.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 350px
    }

    .lp_form {
        margin-left: auto;
        max-width: 400px;
        padding: 25px 35px
    }

    .lp_form .h5,
    .lp_form h5 {
        font-size: 21px;
        line-height: 31px
    }

    .lp_form .lp_form_inner .looder_img {
        height: 60px
    }

    .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .lp_form .lp_form_inner .lp_from_item input {
        font-size: 14px;
        height: 45px;
        line-height: 40px
    }

    .lp_form .lp_form_inner .lp_from_item textarea {
        height: 45px;
        width: 100%
    }

    .lp_form .lp_form_inner .lp_from_item:after {
        content: "";
        top: 43px
    }

    .lp_form .from_item_check_lp {
        margin-bottom: 15px
    }

    .lp_form .from_item_check_lp label {
        font-size: 16px;
        line-height: 22px
    }

    .lp_form .btn_submit {
        font-size: 18px;
        height: 45px;
        margin-top: 30px
    }

    .case_banner_lp {
        height: 100vh
    }

    .case_banner_lp .case_content .h2,
    .case_banner_lp .case_content h2 {
        font-size: 35px;
        line-height: 40px;
        padding-top: 30px
    }

    .case_banner_lp .case_content .h6,
    .case_banner_lp .case_content h6 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0
    }

    .case_banner_lp .case_content p {
        font-size: 12px;
        line-height: 22px;
        padding-right: 20px
    }

    .case_banner_lp .case_content a {
        font-size: 13px;
        max-width: 160px;
        padding: 12px
    }

    .case_banner_lp .case_content ul li {
        font-size: 13px;
        line-height: 23px
    }

    .case_banner_lp .case_content ul li:before {
        top: 11px
    }

    .case_banner_lp .case_content img {
        height: 35px;
        width: auto
    }

    .carousel.client_landing_slider .carousel-control-prev {
        bottom: 0;
        height: 30px;
        left: 20px;
        width: 30px
    }

    .carousel.client_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 15px;
        width: 15px
    }

    .carousel.client_landing_slider .carousel-control-next {
        bottom: 0;
        height: 30px;
        left: 60px;
        right: unset;
        width: 30px
    }

    .carousel.client_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 15px;
        width: 15px
    }

    .client_work_lp .h2,
    .client_work_lp h2 {
        font-size: 42px;
        line-height: 58px;
        margin-bottom: 50px
    }

    .client_work_lp .client_content .h3,
    .client_work_lp .client_content h3 {
        font-size: 40px;
        line-height: 55px
    }

    .client_work_lp .client_content span {
        font-size: 18px;
        line-height: 25px
    }

    .client_work_lp .client_content p {
        font-size: 15px;
        line-height: 35px;
        margin-top: 20px
    }

    .case_lp_section {
        margin: auto;
        max-width: 100%
    }

    .case_lp_section.case_ae_sec .item_ser_lp {
        display: flex;
        height: 90vh
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list {
        flex: 0 0 25%;
        padding: 30px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item {
        bottom: 20px;
        left: 20px;
        position: absolute;
        z-index: 1
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon {
        margin-bottom: 10px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon svg {
        height: 30px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .h5,
    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item h5 {
        font-size: 14px;
        line-height: 24px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item {
        margin-top: 50px;
        opacity: 0;
        position: relative
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item {
        opacity: 1
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item p {
        font-size: 13px;
        line-height: 23px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li:before {
        left: -14px;
        top: 12px
    }

    .carousel.case_landing_slider .carousel-control-prev {
        height: 30px;
        left: 15px;
        width: 30px
    }

    .carousel.case_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 15px;
        width: 15px
    }

    .carousel.case_landing_slider .carousel-control-next {
        height: 30px;
        right: 15px;
        width: 30px
    }

    .carousel.case_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 15px;
        width: 15px
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 600px
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered .modal-content iframe {
        height: 350px
    }

    .ebook_lp_secion .ebook_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .ebook_lp_secion .h4,
    .ebook_lp_secion h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px
    }

    .ebook_lp_secion .btn_download {
        font-size: 15px;
        height: 40px;
        max-width: 230px;
        padding: 0 20px
    }

    .footer_section {
        padding: 100px 0 50px
    }

    .footer_section .address_box .address_list {
        flex: 0 0 50%;
        margin-bottom: 10px;
        padding-right: 30px
    }

    .footer_section .address_box .address_list .h6,
    .footer_section .address_box .address_list h6 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px
    }

    .footer_section .address_box .address_list p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 15px
    }

    .footer_section .lp_form {
        max-width: 580px;
        padding: 30px 50px
    }

    .footer_section .lp_form .h5,
    .footer_section .lp_form h5 {
        text-align: left
    }

    .footer_section .lp_form .h5:after,
    .footer_section .lp_form h5:after {
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0 0;
        width: 200px
    }

    .footer_section .lp_form p {
        font-size: 16px;
        letter-spacing: -.2px;
        line-height: 26px
    }

    .footer_section .lp_form .lp_form_inner .looder_img {
        height: 40px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 10px;
        position: relative
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item input {
        font-size: 13px;
        height: 35px;
        line-height: 35px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item textarea {
        font-size: 13px;
        height: 50px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item:after {
        display: none
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp {
        margin-bottom: 10px
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp label {
        font-size: 14px;
        line-height: 22px
    }

    .footer_section .lp_form .lp_form_inner .btn_submit {
        font-size: 14px;
        height: 35px;
        margin: 20px 0 0;
        width: 250px
    }

    .footer_section .copright_lp p {
        font-size: 13px;
        line-height: normal
    }

    .partner_usa_lp .partner-num {
        font-size: 80px;
        line-height: 60px;
        margin-bottom: 30px
    }

    .partner_usa_lp .partner-para {
        text-align: center
    }

    .partner_usa_lp .partner-para p {
        font-size: 18px;
        line-height: 24px;
        max-width: 70%
    }

    .partner_usa_lp .partner-para p img {
        height: 20px;
        width: auto
    }

    .partner_usa_lp .partner_padd {
        padding-top: 80px
    }

    .partner_usa_lp a.lp_btn {
        font-size: 15px;
        height: 40px;
        max-width: 160px;
        padding: 0 20px
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile {
        display: none
    }

    .tekrevol_gray_bg.tabing_section.lp_stack .tabs_img_lp img {
        height: 55px;
        width: auto
    }

    .services_web_lp .col-lg-4,
    .services_web_lp .col-lg-8 {
        padding: 0
    }

    .services_web_lp .service_lp_main .lp_item_services {
        height: 500px;
        padding: 30px 20px
    }

    .services_web_lp .service_lp_main .lp_item_services a.lp_btn {
        font-size: 14px;
        height: 40px;
        max-width: 180px;
        padding: 0 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title {
        margin-bottom: 10px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_img img {
        height: 50px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_tit {
        font-size: 20px;
        line-height: 26px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li {
        font-size: 13px;
        line-height: 23px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li:before {
        left: 5px;
        position: absolute;
        top: 13px;
        width: 5px
    }

    .tech_stack_lpweb .tabs_lp_box {
        display: flex
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web {
        flex: 0 0 40%
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web ul li {
        font-size: 22px;
        padding: 18px 15px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web {
        flex: 0 0 60%;
        padding: 30px 15px 0
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp {
        gap: 1%;
        max-width: 100%
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp {
        flex: 0 0 24%;
        height: 70px;
        margin-bottom: 20px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp img {
        height: 60px;
        width: auto
    }

    .tech_stack_lpweb a.lp_btn {
        font-size: 14px;
        height: 40px;
        max-width: 160px;
        padding: 0 20px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp {
        font-size: 14px;
        height: 38px;
        width: 170px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp2 {
        font-size: 14px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span {
        height: 30px;
        width: 30px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span svg {
        width: 17px
    }

    .project_lp .project_lp_main .project_slider_img video {
        height: 330px
    }

    .top_grade_cta .calendly-inline-widget {
        height: 400px !important
    }

    body .Sliders .h2,
    body .Sliders .h3_head.h3,
    body .Sliders h2,
    body .Sliders h3.h3_head {
        font-size: 45px;
        line-height: 55px
    }

    body .Sliders .banner_lp .h1,
    body .Sliders .banner_lp h1 {
        font-size: 50px;
        line-height: 60px
    }

    .feature_sec_lp {
        height: 100vh
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide {
        max-width: 150px !important
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 60px
    }

    .feature_sec_lp a.lp_btn {
        font-size: 14px;
        height: 40px;
        margin: 10px auto 30px;
        max-width: 160px;
        padding: 0 20px
    }

    .associatesslider .swiper {
        overflow: hidden
    }

    .associatesslider .swiper .swiper-wrapper {
        margin-top: 50px;
        position: relative
    }

    .associatesslider .swiper .swiper-wrapper .associates_card {
        height: 280px;
        margin: 20px 0;
        max-width: 570px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 60%;
        padding: 25px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name {
        font-size: 18px;
        margin-bottom: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content p {
        font-size: 17px;
        margin-bottom: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating {
        flex: 0 0 40%;
        padding: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 40px;
        line-height: 40px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 15px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .ready_ae {
        background-size: contain;
        height: 440px
    }

    .ready_ae .h2,
    .ready_ae a.border_btn,
    .ready_ae h2,
    .ready_ae p {
        margin-bottom: 10px
    }
}

@media(min-width:667px)and (max-width:899px) {
    .header_lp {
        height: 70px
    }

    .header_lp.header_swiper {
        height: 50px
    }

    .header_lp.header_swiper .tek_lp_logo a svg {
        height: 20px
    }

    .header_lp.header_swiper ul li {
        margin-left: 20px
    }

    .header_lp.header_swiper ul li a {
        font-size: 11px;
        line-height: 31px
    }

    .header_lp.header_swiper ul li:last-child a {
        font-size: 11px;
        height: 30px;
        padding: 0 15px;
        width: 140px
    }

    .header_lp .tek_lp_logo a svg {
        height: 20px
    }

    .header_lp ul li {
        margin-left: 20px
    }

    .header_lp ul li a {
        font-size: 12px;
        line-height: 38px
    }

    .header_lp ul li:last-child a {
        font-size: 12px;
        height: 40px;
        width: 140px
    }

    .header_lp .lp_mobile_view {
        display: none
    }

    .banner_lp {
        height: 75vh
    }

    .banner_lp .h1,
    .banner_lp h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 30px
    }

    .banner_lp p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .banner_lp a.lp_btn {
        font-size: 15px;
        height: 40px;
        max-width: 160px;
        padding: 0 20px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item {
        margin-top: 30px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img {
        height: 120px;
        width: 150px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img img {
        height: 80px;
        width: auto
    }

    .feature_sec .h4,
    .feature_sec h4 {
        font-size: 16px;
        line-height: 26px
    }

    .landing_lp_popup.modal .modal-dialog.modal-dialog-centered {
        max-width: 350px;
        transition: max-width .3s ease-in-out
    }

    .landing_lp_popup.modal.show .modal-dialog.modal-dialog-centered,
    .lp_form {
        max-width: 350px
    }

    .lp_form {
        margin-left: auto;
        padding: 25px 35px
    }

    .lp_form .h5,
    .lp_form h5 {
        font-size: 20px;
        line-height: 30px
    }

    .lp_form .lp_form_inner .looder_img {
        height: 60px
    }

    .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .lp_form .lp_form_inner .lp_from_item input {
        font-size: 13px;
        height: 35px;
        line-height: 39px
    }

    .lp_form .lp_form_inner .lp_from_item textarea {
        font-size: 14px;
        height: 35px;
        width: 100%
    }

    .lp_form .lp_form_inner .lp_from_item:after {
        content: "";
        top: 33px
    }

    .lp_form .from_item_check_lp {
        margin-bottom: 15px
    }

    .lp_form .from_item_check_lp label {
        font-size: 16px;
        line-height: 22px
    }

    .lp_form .btn_submit {
        font-size: 16px;
        height: 45px;
        margin-top: 30px
    }

    .case_banner_lp {
        height: 100vh
    }

    .case_banner_lp .case_content .h2,
    .case_banner_lp .case_content h2 {
        font-size: 30px;
        line-height: 35px;
        padding-top: 30px
    }

    .case_banner_lp .case_content .h6,
    .case_banner_lp .case_content h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .case_banner_lp .case_content p {
        font-size: 12px;
        line-height: 22px;
        padding-right: 20px
    }

    .case_banner_lp .case_content a {
        font-size: 12px;
        max-width: 140px;
        padding: 10px
    }

    .case_banner_lp .case_content ul li {
        font-size: 11px;
        line-height: 21px
    }

    .case_banner_lp .case_content ul li:before {
        top: 10px
    }

    .case_banner_lp .case_content img {
        height: 35px;
        width: auto
    }

    .carousel.case_landing_slider .carousel-control-prev {
        height: 30px;
        left: 10px;
        width: 30px
    }

    .carousel.case_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 15px;
        width: 15px
    }

    .carousel.case_landing_slider .carousel-control-next {
        height: 30px;
        right: 10px;
        width: 30px
    }

    .carousel.case_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 15px;
        width: 15px
    }

    .carousel.client_landing_slider .carousel-control-prev {
        bottom: 0;
        height: 30px;
        left: 20px;
        width: 30px
    }

    .carousel.client_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 15px;
        width: 15px
    }

    .carousel.client_landing_slider .carousel-control-next {
        bottom: 0;
        height: 30px;
        left: 60px;
        right: unset;
        width: 30px
    }

    .carousel.client_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 15px;
        width: 15px
    }

    .client_work_lp .h2,
    .client_work_lp h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 50px
    }

    .client_work_lp .client_content .h3,
    .client_work_lp .client_content h3 {
        font-size: 30px;
        line-height: 40px
    }

    .client_work_lp .client_content span {
        font-size: 16px;
        line-height: 23px
    }

    .client_work_lp .client_content p {
        font-size: 13px;
        line-height: 33px;
        margin-top: 20px
    }

    .case_lp_section {
        margin: auto;
        max-width: 100%
    }

    .case_lp_section .item_ser_lp {
        display: flex;
        flex-wrap: wrap;
        height: 100vh
    }

    .case_lp_section .item_ser_lp .item_list {
        flex: 0 0 50%;
        padding: 25px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item {
        bottom: 20px;
        left: 20px;
        position: absolute;
        z-index: 1
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon {
        margin-bottom: 20px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon svg {
        height: 25px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .h5,
    .case_lp_section .item_ser_lp .item_list .simple_item h5 {
        font-size: 11px;
        line-height: 18px
    }

    .case_lp_section .item_ser_lp .item_list .hover_item {
        margin-top: 0;
        opacity: 0;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item {
        opacity: 1
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item p {
        font-size: 11px;
        line-height: 21px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li {
        font-size: 10px;
        line-height: 20px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li:before {
        left: -14px;
        top: 12px
    }

    .case_lp_section.case_ae_sec .item_ser_lp {
        display: flex;
        flex-wrap: wrap;
        height: 60vh
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list {
        flex: 0 0 50%;
        padding: 25px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item {
        bottom: 20px;
        left: 20px;
        position: absolute;
        z-index: 1
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon {
        margin-bottom: 20px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon svg {
        height: 25px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .h5,
    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item h5 {
        font-size: 11px;
        line-height: 18px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item {
        margin-top: 0;
        opacity: 0;
        position: relative
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item {
        opacity: 1
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item p {
        font-size: 11px;
        line-height: 21px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li {
        font-size: 10px;
        line-height: 20px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li:before {
        left: -14px;
        top: 12px
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 600px
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered .modal-content iframe {
        height: 350px
    }

    .stack_lp_sec .h2,
    .stack_lp_sec h2 {
        margin-bottom: 30px;
        text-align: center
    }

    .stack_lp_sec .carousel_stack .react-multi-carousel-item .stack_item .stack_img {
        text-align: center
    }

    .stack_lp_sec .carousel_stack .react-multi-carousel-item .stack_item .stack_img img {
        height: 100px
    }

    .ebook_lp_secion .ebook_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .ebook_lp_secion .h4,
    .ebook_lp_secion h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px
    }

    .ebook_lp_secion .btn_download {
        font-size: 15px;
        height: 40px;
        padding: 0 20px
    }

    .footer_section {
        padding: 100px 0 50px
    }

    .footer_section .address_box .address_list {
        flex: 0 0 50%;
        margin-bottom: 20px;
        padding-right: 50px
    }

    .footer_section .address_box .address_list .h6,
    .footer_section .address_box .address_list h6 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .footer_section .address_box .address_list p {
        font-size: 11px;
        line-height: 21px
    }

    .footer_section .lp_form {
        max-width: 580px;
        padding: 40px 55px
    }

    .footer_section .lp_form .h5,
    .footer_section .lp_form h5 {
        font-size: 25px;
        line-height: 35px;
        text-align: left
    }

    .footer_section .lp_form p {
        font-size: 14px;
        line-height: 24px
    }

    .footer_section .lp_form .lp_form .lp_form_inner .looder_img {
        height: 60px
    }

    .footer_section .lp_form .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .footer_section .lp_form .lp_form .lp_form_inner .lp_from_item input {
        font-size: 13px;
        height: 35px;
        line-height: 45px
    }

    .footer_section .lp_form .lp_form .lp_form_inner .lp_from_item textarea {
        font-size: 13px;
        height: 70px
    }

    .footer_section .lp_form .lp_form .lp_form_inner .from_item_check_lp {
        margin-bottom: 15px
    }

    .footer_section .lp_form .lp_form .lp_form_inner .from_item_check_lp label {
        font-size: 14px;
        line-height: 20px
    }

    .footer_section .lp_form .lp_form .lp_form_inner .btn_submit {
        font-size: 16px;
        height: 35px;
        margin-top: 30px;
        width: 250px
    }

    .partner_usa_lp .example.dark_bg_text:after {
        display: none
    }

    .partner_usa_lp .partner-num {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 20px
    }

    .partner_usa_lp .partner-para {
        text-align: center
    }

    .partner_usa_lp .partner-para p {
        font-size: 16px;
        line-height: 22px;
        max-width: 80%
    }

    .partner_usa_lp .partner-para p img {
        height: 20px;
        width: auto
    }

    .partner_usa_lp .partner_padd {
        padding-top: 60px
    }

    .partner_usa_lp a.lp_btn {
        font-size: 14px;
        height: 40px;
        max-width: 150px;
        padding: 0 20px
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile {
        display: none
    }

    .tekrevol_gray_bg.tabing_section.lp_stack {
        height: 100%;
        padding: 50px 0
    }

    .tekrevol_gray_bg.tabing_section.lp_stack .tabs_img_lp img {
        height: 55px;
        width: auto
    }

    .tekrevol_gray_bg.tabing_section.lp_stack ul li {
        padding: 12px 10px
    }

    .services_web_lp {
        height: 100%;
        padding: 50px 0
    }

    .services_web_lp .col-lg-4,
    .services_web_lp .col-lg-8 {
        padding: 0
    }

    .services_web_lp .service_lp_main .lp_item_services {
        height: 500px;
        padding: 30px 20px
    }

    .services_web_lp .service_lp_main .lp_item_services a.lp_btn {
        font-size: 14px;
        height: 40px;
        max-width: 180px;
        padding: 0 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title {
        margin-bottom: 10px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_img img {
        height: 50px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_tit {
        font-size: 20px;
        line-height: 26px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li {
        font-size: 13px;
        line-height: 23px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li:before {
        left: 5px;
        position: absolute;
        top: 13px;
        width: 5px
    }

    .tech_stack_lpweb {
        height: 100%;
        padding: 50px 0
    }

    .tech_stack_lpweb .tabs_lp_box {
        display: flex;
        margin-top: 30px
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web {
        flex: 0 0 40%
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web ul li {
        font-size: 22px;
        padding: 18px 15px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web {
        flex: 0 0 60%;
        padding: 30px 15px 0
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp {
        gap: 1%;
        max-width: 100%
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp {
        flex: 0 0 24%;
        height: 70px;
        margin-bottom: 20px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp img {
        height: 60px;
        width: auto
    }

    .tech_stack_lpweb a.lp_btn {
        font-size: 14px;
        height: 40px;
        max-width: 160px;
        padding: 0 20px
    }

    .project_lp {
        height: 100%;
        padding: 50px 0
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp {
        font-size: 13px;
        height: 35px;
        width: 150px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp2 {
        font-size: 13px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span {
        display: none
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span svg {
        width: 17px
    }

    .project_lp .project_lp_main .project_slider_img video {
        height: 300px
    }

    .top_grade_cta {
        height: 100%;
        padding: 50px 0
    }

    .top_grade_cta .calendly-inline-widget {
        height: 350px !important
    }

    body .main_lp_web_sec .swiper .swiper-button-next,
    body .main_lp_web_sec .swiper .swiper-button-prev {
        background-color: rgba(240, 121, 45, .741);
        border-radius: 100%;
        height: 25px;
        width: 25px
    }

    body .main_lp_web_sec .swiper .swiper-button-next:after,
    body .main_lp_web_sec .swiper .swiper-button-prev:after {
        color: #fff;
        font-size: 13px
    }

    body .main_lp_web_sec .h2,
    body .main_lp_web_sec .h3_head.h3,
    body .main_lp_web_sec h2,
    body .main_lp_web_sec h3.h3_head {
        font-family: Trump Gothic East;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 50px
    }

    body .main_lp_web_sec .banner_lp .h1,
    body .main_lp_web_sec .banner_lp h1 {
        font-family: Trump Gothic East;
        font-size: 45px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 55px
    }

    body .main_lp_web_sec .banner_lp .h1 span,
    body .main_lp_web_sec .banner_lp h1 span {
        color: #f0792d
    }

    body .main_lp_web_sec .banner_lp a.lp_btn,
    body .main_lp_web_sec .footer_section .lp_form .lp_form_inner .btn_submit,
    body .main_lp_web_sec .lp_form .lp_form_inner .btn_submit {
        background: #f0792d
    }

    .feature_sec_lp {
        height: 100%;
        padding: 50px 0
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide {
        max-width: 120px !important
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 40px;
        width: auto
    }

    .feature_sec_lp a.lp_btn {
        font-size: 14px;
        height: 35px;
        margin: 10px auto 40px;
        max-width: 150px;
        padding: 0 20px
    }

    .lp_flow_slider,
    .tekrevol_dark_bg.lp_discuss.hv-100 {
        height: 100%;
        padding: 50px 0
    }

    .lp_flow_slider .swiper {
        height: 250px
    }

    .associatesslider.hv-100,
    .ebook_lp_secion.hv-100,
    .footer_section.hv-100 {
        height: 100%;
        padding: 50px 0
    }

    .copright_lp p {
        font-size: 14px;
        line-height: 24px
    }

    .associatesslider .swiper {
        overflow: hidden
    }

    .associatesslider .swiper .swiper-wrapper {
        margin-top: 0;
        position: relative
    }

    .associatesslider .swiper .swiper-wrapper .associates_card {
        border: 1px solid #06dcbf;
        box-shadow: none;
        display: block;
        height: auto;
        margin: 20px 0;
        max-width: 100%
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 100%;
        padding: 25px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name {
        font-size: 16px;
        margin-bottom: 20px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .associates_img img {
        height: 40px;
        width: auto
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating {
        border: 0;
        flex: 0 0 100%;
        padding: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 30px;
        line-height: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 14px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .ready_ae {
        background: #06dcbf;
        height: unset;
        padding: 50px 0
    }

    .ready_ae .h2,
    .ready_ae a.border_btn,
    .ready_ae h2,
    .ready_ae p {
        margin-bottom: 10px
    }
}

@media(min-width:667px)and (max-width:767px) {
    .header_lp {
        height: 50px
    }

    .header_lp .tek_lp_logo a svg {
        height: 20px
    }

    .header_lp ul {
        align-items: center;
        display: flex;
        justify-content: end
    }

    .header_lp ul li {
        margin-left: 20px
    }

    .header_lp ul li a {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px
    }

    .header_lp ul li:last-child {
        display: none
    }

    .header_lp .lp_mobile_view {
        display: block;
        text-align: right
    }

    .header_lp .lp_mobile_view svg {
        cursor: pointer;
        height: 25px;
        padding-right: 15px
    }

    .header_lp .lp_mobile_view svg path {
        fill: #fff
    }

    .header_lp .lp_main_menu {
        display: none;
        transition: .2s ease-in-out
    }

    .header_lp .lp_main_menu.active {
        background-color: #000;
        display: block;
        height: 100vh;
        padding: 60px 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: .2s ease-in-out;
        width: 300px;
        z-index: -1
    }
}

@media(min-width:0px)and (max-width:666px) {
    .header_lp {
        height: 50px
    }

    .header_lp.header_swiper {
        height: 40px
    }

    .header_lp .tek_lp_logo a svg,
    .header_lp.header_swiper .tek_lp_logo a svg {
        height: 20px
    }

    .header_lp ul {
        align-items: center;
        display: flex;
        justify-content: end
    }

    .header_lp ul li {
        margin-left: 20px
    }

    .header_lp ul li a {
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px
    }

    .header_lp ul li:last-child {
        display: none
    }

    .header_lp .lp_mobile_view {
        display: block;
        text-align: right
    }

    .header_lp .lp_mobile_view svg {
        cursor: pointer;
        height: 25px;
        padding-right: 15px
    }

    .header_lp .lp_mobile_view svg path {
        fill: #fff
    }

    .header_lp .lp_main_menu {
        display: none;
        transition: .2s ease-in-out
    }

    .header_lp .lp_main_menu.active {
        background-color: #000;
        display: block;
        height: 100vh;
        padding: 60px 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: .2s ease-in-out;
        width: 300px;
        z-index: -1
    }

    .banner_lp {
        background: #000;
        height: 100%;
        padding: 60px 0 30px
    }

    .banner_lp .h1,
    .banner_lp h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px
    }

    .banner_lp .h1 span,
    .banner_lp h1 span {
        color: #eb5627
    }

    .banner_lp p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 20px
    }

    .banner_lp a.lp_btn {
        border-radius: 5px;
        font-size: 16px;
        font-style: normal;
        height: 35px;
        max-width: 200px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item {
        margin-top: 10px
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img {
        height: 130px;
        width: auto
    }

    .banner_lp .carousel_banner_awards.swiper .swiper-wrapper .swiper-slide .featured_item .banner_lp_img img {
        height: 70px;
        width: auto
    }

    .landing_lp_popup.modal .modal-dialog.modal-dialog-centered {
        max-width: 350px;
        transition: max-width .3s ease-in-out
    }

    .landing_lp_popup.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 350px
    }

    .lp_form {
        margin: 30px auto 0;
        max-width: 300px;
        padding: 25px 35px
    }

    .lp_form .alert-success {
        background: #d1e7dd;
        border-color: #badbcc;
        color: #0f5132;
        font-family: Poppins, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        padding: 0 20px
    }

    .lp_form .h5,
    .lp_form h5 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 20px;
        text-align: center
    }

    .lp_form .h5:after,
    .lp_form h5:after {
        background: #eb5627;
        content: "";
        display: block;
        height: 2px;
        margin: 20px auto 0;
        width: 200px
    }

    .lp_form .lp_form_inner .looder_img {
        height: 60px
    }

    .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .lp_form .lp_form_inner .lp_from_item input {
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        border-radius: 0;
        color: #314252;
        font-size: 13px;
        height: 30px;
        line-height: 35px;
        padding: 0;
        width: 100%
    }

    .lp_form .lp_form_inner .lp_from_item textarea {
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        border-radius: 0;
        color: #314252;
        font-family: Poppins, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        height: 30px;
        line-height: normal;
        padding: 0;
        width: 100%
    }

    .lp_form .lp_form_inner .lp_from_item:after {
        content: "";
        display: none
    }

    .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill,
    .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:focus,
    .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:hover,
    .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill,
    .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:focus,
    .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:hover,
    .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill,
    .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:focus,
    .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:hover {
        -webkit-text-fill-color: #314252;
        -webkit-box-shadow: inset 0 0 0 1000px transparent;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s
    }

    .lp_form .lp_form_inner .from_item_check_lp {
        margin-bottom: 15px
    }

    .lp_form .lp_form_inner .from_item_check_lp label {
        color: #314252;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }

    .lp_form .lp_form_inner .btn_submit {
        font-size: 16px;
        height: 40px;
        margin-top: 30px
    }

    .feature_sec.dark_bg {
        background: linear-gradient(180deg, #000, #000);
        min-height: 100px
    }

    .feature_sec.dark_bg .h4,
    .feature_sec.dark_bg h4 {
        font-size: 22px;
        line-height: 32px;
        text-align: center
    }

    .feature_sec.dark_bg .carousel_featured_new {
        margin: 0
    }

    .feature_sec.dark_bg .carousel_featured_new ul:after {
        background: linear-gradient(270deg, #f6f6f6, hsla(0, 0%, 96%, 0));
        content: ""
    }

    .feature_sec.dark_bg .carousel_featured_new ul li {
        max-width: 200px !important
    }

    .feature_sec.dark_bg .carousel_featured_new ul li .featured_item {
        height: 100px
    }

    .feature_sec.dark_bg .carousel_featured_new ul li .featured_item:after,
    .feature_sec.dark_bg .carousel_featured_new ul li .featured_item:before,
    .feature_sec.dark_bg .carousel_featured_new ul li .featured_item:hover:after,
    .feature_sec.dark_bg .carousel_featured_new ul li .featured_item:hover:before {
        display: none
    }

    .feature_sec.dark_bg .carousel_featured_new ul li .featured_item:hover {
        background: transparent;
        opacity: .9;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out
    }

    .feature_sec.dark_bg .carousel_featured_new ul li:first-child {
        border-left: 0 solid #e2e2e2
    }

    .feature_sec.dark_bg .carousel_featured_new ul li:last-child .featured_item,
    .feature_sec.dark_bg .carousel_featured_new ul li:last-child .featured_item:hover {
        border-right: 0 solid #e2e2e2
    }

    .feature_sec.dark_bg .featured_img svg path {
        fill: #fff
    }

    .partner_usa_lp {
        background-color: #efefef;
        background-image: none !important
    }

    .partner_usa_lp .partner-num {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .partner_usa_lp .partner-para {
        margin-bottom: 30px;
        text-align: center
    }

    .partner_usa_lp .partner-para p {
        font-size: 14px;
        font-style: normal;
        line-height: 24px;
        max-width: 70%
    }

    .partner_usa_lp .partner-para p img {
        height: 15px;
        width: auto
    }

    .partner_usa_lp .partner_padd {
        padding-top: 20px
    }

    .partner_usa_lp a.lp_btn {
        font-size: 14px;
        height: 40px;
        margin-bottom: 20px;
        max-width: 150px;
        padding: 0 20px
    }

    .case_banner_lp {
        height: 100%;
        padding: 50px 0 80px !important
    }

    .case_banner_lp .case_content .h2,
    .case_banner_lp .case_content h2 {
        font-family: Poppins, sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        padding-top: 30px
    }

    .case_banner_lp .case_content .h6,
    .case_banner_lp .case_content h6 {
        color: #000;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .case_banner_lp .case_content img {
        height: 40px;
        margin-top: 20px;
        width: auto
    }

    .case_banner_lp .case_content p {
        font-size: 13px;
        line-height: 23px
    }

    .case_banner_lp .case_content a {
        color: #000;
        font-size: 13px;
        max-width: 160px;
        padding: 10px
    }

    .case_banner_lp .case_content ul li {
        font-size: 13px;
        line-height: 23px;
        padding-left: 20px
    }

    .case_banner_lp .case_content ul li:before {
        top: 10px
    }

    .case_banner_lp .case_content.case_content_ae {
        margin-top: 20px
    }

    .case_banner_lp .case_content.case_content_ae .h2,
    .case_banner_lp .case_content.case_content_ae h2 {
        padding-top: 20px
    }

    .carousel.case_landing_slider .carousel-control-prev {
        height: 30px;
        left: 20px;
        top: 94%;
        width: 30px
    }

    .carousel.case_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 15px;
        width: 15px
    }

    .carousel.case_landing_slider .carousel-control-next {
        height: 30px;
        left: 65px;
        right: unset;
        top: 94%;
        width: 30px
    }

    .carousel.case_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 15px;
        width: 15px
    }

    .carousel.client_landing_slider {
        margin-bottom: 20px
    }

    .carousel.client_landing_slider .carousel-control-prev {
        bottom: -35px;
        height: 25px;
        left: 20px;
        width: 25px
    }

    .carousel.client_landing_slider .carousel-control-prev .carousel-control-prev-icon {
        height: 10px;
        width: 10px
    }

    .carousel.client_landing_slider .carousel-control-next {
        bottom: -35px;
        height: 25px;
        left: 50px;
        right: unset;
        width: 25px
    }

    .carousel.client_landing_slider .carousel-control-next .carousel-control-next-icon {
        height: 10px;
        width: 10px
    }

    .stack_lp_sec .h2,
    .stack_lp_sec h2 {
        margin-bottom: 20px;
        text-align: center
    }

    .stack_lp_sec .carousel_stack .react-multi-carousel-item .stack_item .stack_img {
        text-align: center
    }

    .stack_lp_sec .carousel_stack .react-multi-carousel-item .stack_item .stack_img img {
        height: 100px
    }

    .case_lp_section {
        margin: auto;
        max-width: 100%
    }

    .case_lp_section .item_ser_lp {
        display: flex;
        flex-wrap: wrap;
        height: 100%
    }

    .case_lp_section .item_ser_lp .item_list {
        flex: 0 0 100%;
        overflow: hidden;
        padding: 20px;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list:before {
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: -webkit-backdrop-filter .3s ease;
        transition: backdrop-filter .3s ease;
        transition: backdrop-filter .3s ease, -webkit-backdrop-filter .3s ease
    }

    .case_lp_section .item_ser_lp .item_list .simple_item {
        bottom: 0;
        left: 0;
        margin-top: 20px;
        position: relative;
        z-index: 1
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon {
        margin-bottom: 10px
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .svg_icon svg {
        height: 30px;
        width: auto
    }

    .case_lp_section .item_ser_lp .item_list .simple_item .h5,
    .case_lp_section .item_ser_lp .item_list .simple_item h5 {
        color: #fff;
        font-size: 13px;
        line-height: 18px
    }

    .case_lp_section .item_ser_lp .item_list .hover_item {
        margin-top: 20px;
        opacity: 1;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list .hover_item p {
        color: #fff;
        font-size: 10px;
        letter-spacing: -.36px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .case_lp_section .item_ser_lp .item_list .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section .item_ser_lp .item_list .hover_item ul li {
        color: #fff;
        font-size: 10px;
        letter-spacing: -.36px;
        line-height: 16px;
        margin-bottom: 5px;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list .hover_item ul li:before {
        background: #fff;
        border-radius: 10px;
        content: "";
        display: block;
        height: 5px;
        left: -14px;
        position: absolute;
        top: 6px;
        width: 5px
    }

    .case_lp_section .item_ser_lp .item_list .hover_item .simple_item .svg_icon svg {
        transition: all .3s ease-in
    }

    .case_lp_section .item_ser_lp .item_list .hover_item .simple_item .svg_icon svg path {
        fill: #eb5627
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item {
        margin-top: 20px;
        opacity: 1;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item p {
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li {
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        position: relative
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item ul li:before {
        background: #fff;
        border-radius: 10px;
        content: "";
        display: block;
        height: 5px;
        left: -14px;
        position: absolute;
        top: 6px;
        width: 5px
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item .simple_item .svg_icon svg {
        transition: all .3s ease-in
    }

    .case_lp_section .item_ser_lp .item_list:hover .hover_item .simple_item .svg_icon svg path {
        fill: #eb5627
    }

    .case_lp_section.case_ae_sec .item_ser_lp {
        display: flex;
        flex-wrap: wrap;
        height: 100%
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list {
        flex: 0 0 100%;
        overflow: hidden;
        padding: 20px;
        position: relative
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:before {
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: -webkit-backdrop-filter .3s ease;
        transition: backdrop-filter .3s ease;
        transition: backdrop-filter .3s ease, -webkit-backdrop-filter .3s ease
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item {
        bottom: 0;
        left: 0;
        margin-top: 20px;
        position: relative;
        z-index: 1
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon {
        margin-bottom: 10px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon svg {
        height: 30px;
        width: auto
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .svg_icon svg path {
        fill: #fff
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .h5,
    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item h5 {
        color: #fff;
        font-size: 13px;
        line-height: 18px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item .h5 a,
    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .simple_item h5 a {
        color: #fff
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item {
        margin-top: 20px;
        opacity: 1;
        position: relative
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item p {
        color: #fff;
        font-size: 10px;
        letter-spacing: -.36px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item ul li {
        color: #fff;
        font-size: 10px;
        letter-spacing: -.36px;
        line-height: 16px;
        margin-bottom: 5px;
        position: relative
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item ul li:before {
        background: #fff;
        border-radius: 10px;
        content: "";
        display: block;
        height: 5px;
        left: -14px;
        position: absolute;
        top: 6px;
        width: 5px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item .simple_item .svg_icon svg {
        transition: all .3s ease-in
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list .hover_item .simple_item .svg_icon svg path {
        fill: #eb5627
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item {
        margin-top: 20px;
        opacity: 1;
        position: relative
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item p {
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul {
        padding-left: 15px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li {
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        position: relative
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item ul li:before {
        background: #fff;
        border-radius: 10px;
        content: "";
        display: block;
        height: 5px;
        left: -14px;
        position: absolute;
        top: 6px;
        width: 5px
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item .simple_item .svg_icon svg {
        transition: all .3s ease-in
    }

    .case_lp_section.case_ae_sec .item_ser_lp .swiper .item_list:hover .hover_item .simple_item .svg_icon svg path {
        fill: #eb5627
    }

    .client_work_lp .h2,
    .client_work_lp h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .client_work_lp .client_content .h3,
    .client_work_lp .client_content h3 {
        font-size: 20px;
        line-height: 30px
    }

    .client_work_lp .client_content span {
        font-size: 15px;
        line-height: 25px
    }

    .client_work_lp .client_content p {
        font-size: 13px;
        line-height: 23px;
        margin-top: 10px
    }

    .client_lp_video.modal .modal-dialog.modal-dialog-centered {
        max-width: 0;
        transition: max-width .3s ease-in-out
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 100%
    }

    .client_lp_video.modal.show .modal-dialog.modal-dialog-centered .modal-content iframe {
        height: 350px
    }

    .ebook_lp_secion {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .ebook_lp_secion .ebook_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
        max-width: 300px
    }

    .ebook_lp_secion .ebook_title:after {
        display: none
    }

    .ebook_lp_secion .h4,
    .ebook_lp_secion h4 {
        color: #323130;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px
    }

    .ebook_lp_secion .btn_download {
        border-radius: 5px;
        font-size: 15px;
        font-style: normal;
        height: 40px;
        max-width: 180px
    }

    .ebook_lp_secion img {
        margin-top: 20px
    }

    .footer_section {
        background: #000;
        padding: 80px 0 20px
    }

    .footer_section .address_box {
        align-items: start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .footer_section .address_box .address_list {
        flex: 0 0 100%;
        margin-bottom: 20px;
        padding-right: 100px
    }

    .footer_section .address_box .address_list .h6,
    .footer_section .address_box .address_list h6 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px
    }

    .footer_section .address_box .address_list p {
        color: #fff;
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 10px
    }

    .footer_section .lp_form {
        margin: auto;
        max-width: 580px;
        padding: 30px 10px
    }

    .footer_section .lp_form .alert-success {
        background: #d1e7dd;
        border-color: #badbcc;
        color: #0f5132;
        font-family: Poppins, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        padding: 0 20px
    }

    .footer_section .lp_form .h5,
    .footer_section .lp_form h5 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        text-align: left
    }

    .footer_section .lp_form .h5:after,
    .footer_section .lp_form h5:after {
        background: #eb5627;
        content: "";
        display: block;
        height: 2px;
        margin: 20px 0 0;
        width: 200px
    }

    .footer_section .lp_form p {
        color: #fff;
        font-size: 13px;
        letter-spacing: -.2px;
        line-height: 23px
    }

    .footer_section .lp_form .lp_form_inner .looder_img {
        height: 40px
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item {
        margin-bottom: 20px;
        position: relative
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item input {
        font-size: 13px;
        height: 40px;
        line-height: 30px;
        width: 100%
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item textarea {
        border: 0;
        border-bottom: 1px solid #fff;
        font-size: 13px;
        height: 50px;
        width: 100%
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item:after {
        display: none
    }

    .footer_section .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill,
    .footer_section .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:focus,
    .footer_section .lp_form .lp_form_inner .lp_from_item input:-webkit-autofill:hover,
    .footer_section .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill,
    .footer_section .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:focus,
    .footer_section .lp_form .lp_form_inner .lp_from_item select:-webkit-autofill:hover,
    .footer_section .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill,
    .footer_section .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:focus,
    .footer_section .lp_form .lp_form_inner .lp_from_item textarea:-webkit-autofill:hover {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: inset 0 0 0 1000px transparent;
        -webkit-transition: background-color 5000s ease-in-out 0s;
        transition: background-color 5000s ease-in-out 0s
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp {
        margin-bottom: 15px
    }

    .footer_section .lp_form .lp_form_inner .from_item_check_lp label {
        color: #314252;
        font-size: 14px;
        line-height: 20px
    }

    .footer_section .lp_form .lp_form_inner .btn_submit {
        font-size: 16px;
        font-weight: 400;
        height: 40px;
        line-height: normal;
        margin: 30px auto 0;
        width: 250px
    }

    .copright_lp {
        background: #000
    }

    .copright_lp p {
        font-size: 13px;
        line-height: 23px
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile {
        display: block
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile ul {
        margin-bottom: 20px
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile ul li {
        font-family: Poppins, sans-serif;
        padding-left: 20px;
        position: relative
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile ul li:before {
        background: #000;
        border-radius: 50%;
        content: "";
        height: 5px;
        left: 5px;
        position: absolute;
        top: 10px;
        width: 5px
    }

    .tekrevol_gray_bg.tabing_section .landing_show_mobile .h4,
    .tekrevol_gray_bg.tabing_section .landing_show_mobile h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }

    .tekrevol_gray_bg.tabing_section .landing_show_desktop {
        display: none
    }

    .tekrevol_gray_bg.tabing_section.lp_stack {
        height: 100%;
        margin-top: 50px
    }

    .tekrevol_gray_bg.tabing_section.lp_stack .tabs_img_lp img {
        height: 50px;
        width: auto
    }

    .tekrevol_gray_bg.tabing_section.lp_stack .li_white_text {
        background: transparent;
        display: block;
        font-size: 11px;
        height: 20px;
        padding: 0;
        text-align: center
    }

    .tekrevol_gray_bg.tabing_section.lp_stack ul {
        display: flex;
        flex-wrap: wrap;
        gap: 1%
    }

    .tekrevol_gray_bg.tabing_section.lp_stack ul li {
        background: #fff;
        flex: 0 0 49%;
        height: 95px;
        margin-top: 1%;
        padding: 10px;
        text-align: center
    }

    .tekrevol_gray_bg.tabing_section.lp_stack ul li:before {
        display: none
    }

    body .main_lp_web_sec .h2,
    body .main_lp_web_sec .h3_head.h3,
    body .main_lp_web_sec h2,
    body .main_lp_web_sec h3.h3_head {
        font-family: Trump Gothic East;
        font-size: 30px;
        font-weight: 700;
        line-height: 40px
    }

    body .main_lp_web_sec .banner_lp .h1,
    body .main_lp_web_sec .banner_lp h1 {
        font-family: Trump Gothic East;
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 45px
    }

    body .main_lp_web_sec .banner_lp .h1 span,
    body .main_lp_web_sec .banner_lp h1 span {
        color: #f0792d
    }

    body .main_lp_web_sec .banner_lp a.lp_btn {
        background: #f0792d;
        width: 150px
    }

    body .main_lp_web_sec .footer_section .lp_form .lp_form_inner .btn_submit,
    body .main_lp_web_sec .lp_form .lp_form_inner .btn_submit {
        background: #f0792d
    }

    body .main_lp_web_sec .swiper .swiper-button-next,
    body .main_lp_web_sec .swiper .swiper-button-prev {
        display: none;
        height: 20px;
        width: 20px
    }

    body .main_lp_web_sec .swiper .swiper-button-next:after,
    body .main_lp_web_sec .swiper .swiper-button-prev:after {
        color: #fff;
        font-size: 12px
    }

    .feature_sec_lp {
        height: 100%;
        padding: 40px 0
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide {
        max-width: 120px !important
    }

    .feature_sec_lp .swiper.carousel_featured_new .swiper-wrapper .swiper-slide .featured_item .featured_img svg {
        height: 35px;
        width: auto
    }

    .feature_sec_lp a.lp_btn {
        font-size: 14px;
        height: 35px;
        margin: 10px auto 40px;
        max-width: 150px;
        padding: 0 20px
    }

    .project_lp {
        height: 100%;
        padding: 0
    }

    .project_lp .project_lp_main {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        height: unset;
        margin-top: 30px;
        width: 100%
    }

    .project_lp .project_lp_main .project_content {
        flex: 0 0 100%;
        padding-left: 20px
    }

    .project_lp .project_lp_main .project_content .h6,
    .project_lp .project_lp_main .project_content h6 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp {
        margin-top: 20px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp {
        font-size: 13px;
        height: 30px;
        margin-right: 10px;
        padding: 0 15px;
        width: 120px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp a.project_btn_lp2 {
        font-size: 13px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span {
        display: none
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span svg {
        width: 15px
    }

    .project_lp .project_lp_main .project_content .btn_main_lp span svg path {
        fill: #fff
    }

    .project_lp .project_lp_main .project_slider_img {
        flex: 0 0 100%;
        text-align: center
    }

    .project_lp .project_lp_main .project_slider_img video {
        height: 300px
    }

    .services_web_lp,
    .tekrevol_dark_bg.lp_discuss.hv-100 {
        height: 100%;
        padding: 30px 0
    }

    .services_web_lp .col-lg-4,
    .services_web_lp .col-lg-8 {
        padding: 10px
    }

    .services_web_lp .service_lp_main .lp_item_services {
        height: 420px;
        margin-top: 20px;
        padding: 25px 20px
    }

    .services_web_lp .service_lp_main .lp_item_services a.lp_btn {
        font-size: 13px;
        height: 35px;
        max-width: 160px;
        padding: 0 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title {
        margin-bottom: 10px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_img img {
        height: 40px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_title .lp_tit {
        font-size: 26px;
        line-height: 28px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li {
        font-size: 12px;
        line-height: 20px;
        padding-left: 20px
    }

    .services_web_lp .service_lp_main .lp_item_services .lp_web_content ul li:before {
        left: 5px;
        position: absolute;
        top: 9px;
        width: 5px
    }

    .top_grade_cta {
        height: 100%;
        padding: 30px 0
    }

    .top_grade_cta .calendly-inline-widget {
        height: 300px !important;
        min-width: 80% !important
    }

    .tech_stack_lpweb {
        height: 100%;
        margin-top: 10px
    }

    .tech_stack_lpweb .tabs_lp_box {
        display: block
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web {
        flex: 0 0 100%;
        margin-top: 20px
    }

    .tech_stack_lpweb .tabs_lp_box .tabs_lp_web ul li {
        font-size: 20px;
        padding: 10px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web {
        flex: 0 0 100%;
        margin-top: 30px;
        padding: 30px 20px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp {
        display: flex;
        flex-wrap: wrap;
        gap: 1%
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp {
        flex: 0 0 24%;
        height: 70px;
        margin-bottom: 20px
    }

    .tech_stack_lpweb .tabs_lp_box .content_lp_web .img_box_lp .img_lp img {
        height: 60px;
        width: auto
    }

    .tech_stack_lpweb a.lp_btn {
        font-size: 14px;
        height: 35px;
        max-width: 160px;
        padding: 0 20px
    }

    .lp_flow_slider {
        height: 100%;
        padding: 30px 0
    }

    .lp_flow_slider .workflow_secion .carousel_lp .workflow_items {
        height: 190px;
        margin: 0
    }

    .lp_flow_slider .swiper {
        height: 240px
    }

    .lp_flow_slider .swiper .swiper-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px
    }

    .lp_flow_slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 20px
    }

    .associatesslider.hv-100,
    .ebook_lp_secion.hv-100,
    .footer_section.hv-100 {
        height: 100%
    }

    .associatesslider .swiper {
        overflow: hidden
    }

    .associatesslider .swiper .swiper-wrapper {
        margin-top: 0;
        position: relative
    }

    .associatesslider .swiper .swiper-wrapper .associates_card {
        border: 1px solid rgba(244, 122, 31, .129);
        box-shadow: none;
        display: block;
        height: auto;
        margin: 20px 0;
        max-width: 100%
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content {
        flex: 0 0 100%;
        padding: 25px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name {
        font-size: 16px;
        margin-bottom: 20px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .name span {
        font-size: 14.383px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .associates_img {
        text-align: center
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_content .associates_img img {
        height: 40px;
        width: auto
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating {
        border: 0;
        flex: 0 0 100%;
        padding: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating .rating_number {
        font-size: 30px;
        line-height: 30px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul {
        margin: 30px 0;
        padding: 0
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li {
        font-size: 13px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating ul li span {
        font-size: 14px
    }

    .associatesslider .swiper .swiper-wrapper .associates_card .associates_rating p {
        font-size: 10px
    }

    .ready_ae {
        background: #06dcbf;
        height: unset;
        padding: 30px 0
    }

    .ready_ae .h2,
    .ready_ae a.border_btn,
    .ready_ae h2,
    .ready_ae p {
        margin-bottom: 10px
    }
}

.lp_head_h1 {
    font-size: 70px;
    line-height: 80px
}

.lp_head_h2 {
    font-size: 65px;
    line-height: 75px;
    text-transform: uppercase
}

.banner_lp_app {
    height: 95vh
}

.banner_lp_app button.border_btn {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    min-width: 180px;
    padding: 0 30px;
    position: relative;
    text-align: center
}

.banner_lp_app .desktop_view .feat {
    align-items: center;
    display: flex;
    height: 103px;
    justify-content: start;
    margin-top: 21px
}

.banner_lp_app .desktop_view .feat .feat-wrap {
    flex: 0 0 185px;
    position: relative
}

.banner_lp_app .desktop_view .feat .feat-wrap .feature-list {
    align-items: center;
    display: flex
}

.banner_lp_app .desktop_view .feat .feat-wrap:before {
    border-right: 1px solid #06dcbf;
    content: "";
    height: 46px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.banner_lp_app .desktop_view .feat .feat-wrap .title {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.banner_lp_app .desktop_view .feat .feature-list {
    align-items: center;
    display: flex
}

.banner_lp_app .desktop_view .feat .carousel_featured {
    flex: 0 0 69.7%
}

.banner_lp_app .desktop_view .feat .carousel_featured .react-multi-carousel-item .featured_item .featured_img {
    display: flex;
    justify-content: center
}

.banner_lp_app .desktop_view .feat .carousel_featured .react-multi-carousel-item .featured_item .featured_img svg {
    width: auto
}

.button_smasher_banner .lp_btn_svg {
    height: 30px;
    margin-left: 10px;
    width: auto
}

.button_smasher_banner .lp_btn_svg.pink path {
    fill: #ff209a
}

.button_smasher_banner .lp_btn_svg.green path {
    fill: #2e3192
}

.button_smasher_banner .lp_btn_svg.white path {
    fill: #fff
}

.button_smasher_banner .lp_btn_svg.lightblue path {
    fill: #47cdeb
}

.button_smasher_banner .title {
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.button_smasher_banner .lp_case_btn {
    font-size: 20px;
    text-transform: capitalize
}

.button_smasher_banner .mob_video_sec {
    position: relative;
    z-index: 1
}

.button_smasher_banner .mob_video_sec .mob_video {
    left: 15px;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: -1
}

.button_smasher_banner .mob_video_sec .mob_video video {
    height: 615px;
    object-fit: cover;
    object-position: center;
    width: 280px
}

.button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video {
    left: 0;
    right: 0
}

.button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video video {
    height: 355px;
    object-fit: cover;
    object-position: center;
    width: 620px
}

.services_case_lp button.lp_case_btn {
    background: none;
    border: none;
    font-size: 20px
}

.services_case_lp button.lp_case_btn:hover {
    color: #06dcbf;
    transition: .2s linear
}

.services_case_lp .lp_btn_svg {
    height: 30px;
    margin-left: 10px;
    width: auto
}

.services_case_lp .lp_btn_svg:hover path {
    fill: #06dcbf
}

.services_case_lp .service-lp-case-main {
    display: flex;
    flex-wrap: wrap
}

.services_case_lp .service-lp-case-main .service-lp-item {
    flex: 0 0 50%;
    margin-bottom: 20px
}

.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 7px 21px 0 rgba(8, 0, 49, .08);
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
    padding: 20px 50px;
    transition: .2s linear;
    width: 300px
}

.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon {
    margin-bottom: 10px
}

.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box:hover {
    box-shadow: 0 7px 21px 0 rgba(8, 0, 49, .45)
}

.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box:hover .service-lp-icon .gatsby-image-wrapper {
    transform: scale(1.1);
    transition: all 1s
}

.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5,
.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5 {
    font-size: 20px;
    line-height: 30px;
    text-align: center
}

.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5 a,
.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5 a {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
    transition: .2s linear
}

.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5 a:hover,
.services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5 a:hover {
    color: #06dcbf
}

@media(min-width:1600px)and (max-width:1800px) {
    .lp_head_h1 {
        font-size: 63px;
        line-height: 73px
    }

    .lp_head_h2 {
        font-size: 57px;
        line-height: 67px
    }

    .banner_lp_app {
        height: 100vh
    }

    .banner_lp_app button.border_btn {
        border: 2px solid #06dcbf;
        border-radius: 45px;
        font-size: 16px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    .button_smasher_banner .title {
        font-size: 23px;
        margin-bottom: 10px
    }

    .button_smasher_banner .lp_case_btn {
        font-size: 19px
    }

    .button_smasher_banner .mob_video_sec .mob_video video {
        height: 615px;
        object-fit: cover;
        object-position: center;
        width: 280px
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video {
        left: 0;
        right: 0
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video video {
        height: 295px;
        width: 530px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    .lp_head_h1 {
        font-size: 57px;
        line-height: 67px
    }

    .lp_head_h2 {
        font-size: 51px;
        line-height: 61px
    }

    .banner_lp_app {
        height: 100vh
    }

    .banner_lp_app button.border_btn {
        border: 2px solid #06dcbf;
        border-radius: 45px;
        font-size: 15px;
        font-weight: 600;
        height: 45px;
        line-height: 45px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    .banner_lp_app .desktop_view .feat {
        height: 103px;
        margin-top: 21px
    }

    .banner_lp_app .desktop_view .feat .feat-wrap {
        flex: 0 0 120px;
        position: relative
    }

    .banner_lp_app .desktop_view .feat .feat-wrap .feature-list {
        align-items: center;
        display: flex
    }

    .banner_lp_app .desktop_view .feat .feat-wrap:before {
        height: 46px;
        right: 0;
        top: 50%
    }

    .banner_lp_app .desktop_view .feat .feat-wrap .title {
        font-size: 18px
    }

    .banner_lp_app .desktop_view .feat .feature-list {
        align-items: center;
        display: flex
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img {
        display: flex;
        justify-content: center
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img svg {
        height: 120px;
        width: auto
    }

    .button_smasher_banner .title {
        font-size: 22px;
        margin-bottom: 10px
    }

    .button_smasher_banner .lp_case_btn {
        font-size: 18px
    }

    .button_smasher_banner .mob_video_sec .mob_video video {
        height: 615px;
        object-fit: cover;
        object-position: center;
        width: 280px
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video {
        left: 0;
        right: 0
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video video {
        height: 270px;
        width: 480px
    }

    .services_case_lp button.lp_case_btn {
        font-size: 18px
    }

    .services_case_lp .service-lp-case-main {
        display: flex;
        flex-wrap: wrap
    }

    .services_case_lp .service-lp-case-main .service-lp-item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box {
        height: 250px;
        padding: 20px 10px;
        width: 250px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon {
        margin-bottom: 10px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon .gatsby-image-wrapper img {
        height: 120px;
        width: auto
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5 a,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5 a {
        font-size: 17px;
        line-height: 27px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    .lp_head_h1 {
        font-size: 50px;
        line-height: 60px
    }

    .lp_head_h2 {
        font-size: 44px;
        line-height: 54px
    }

    .banner_lp_app {
        height: 100vh
    }

    .banner_lp_app button.border_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    .banner_lp_app .banenr_content {
        margin-top: 70px
    }

    .banner_lp_app .banner_form {
        margin-top: 50px
    }

    .banner_lp_app .desktop_view .feat {
        height: 90px;
        margin-top: 15px
    }

    .banner_lp_app .desktop_view .feat .feat-wrap {
        flex: 0 0 120px;
        position: relative
    }

    .banner_lp_app .desktop_view .feat .feat-wrap .feature-list {
        align-items: center;
        display: flex
    }

    .banner_lp_app .desktop_view .feat .feat-wrap:before {
        height: 46px;
        right: 0;
        top: 50%
    }

    .banner_lp_app .desktop_view .feat .feat-wrap .title {
        font-size: 18px
    }

    .banner_lp_app .desktop_view .feat .feature-list {
        align-items: center;
        display: flex
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img {
        display: flex;
        justify-content: center
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img svg {
        height: 120px;
        width: auto
    }

    .button_smasher_banner .lp_btn_svg {
        height: 25px
    }

    .button_smasher_banner .title {
        font-size: 21px;
        margin-bottom: 10px
    }

    .button_smasher_banner .lp_case_btn {
        font-size: 16px
    }

    .button_smasher_banner .mob_video_sec svg {
        height: 500px;
        width: auto
    }

    .button_smasher_banner .mob_video_sec .mob_video video {
        height: 482px;
        object-fit: cover;
        object-position: center;
        width: 220px
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video {
        top: 0
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video video {
        height: 250px;
        width: 440px
    }

    .services_case_lp button.lp_case_btn {
        font-size: 18px
    }

    .services_case_lp .lp_btn_svg {
        height: 25px
    }

    .services_case_lp .service-lp-case-main {
        display: flex;
        flex-wrap: wrap
    }

    .services_case_lp .service-lp-case-main .service-lp-item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box {
        height: 210px;
        padding: 20px 10px;
        width: 210px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon {
        margin-bottom: 10px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon .gatsby-image-wrapper img {
        height: 100px;
        width: auto
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5 a,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5 a {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0
    }
}

@media(min-width:992px)and (max-width:1199px) {
    .lp_head_h1 {
        font-size: 45px;
        line-height: 55px
    }

    .lp_head_h2 {
        font-size: 40px;
        line-height: 50px
    }

    .banner_lp_app {
        height: 90vh
    }

    .banner_lp_app button.border_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    .banner_lp_app .banenr_content,
    .banner_lp_app .banner_form {
        margin-top: 0
    }

    .banner_lp_app .desktop_view .feat {
        height: 90px;
        margin-top: 15px
    }

    .banner_lp_app .desktop_view .feat .feat-wrap {
        flex: 0 0 95px;
        position: relative
    }

    .banner_lp_app .desktop_view .feat .feat-wrap .feature-list {
        align-items: center;
        display: flex
    }

    .banner_lp_app .desktop_view .feat .feat-wrap:before {
        height: 46px;
        right: -5px;
        top: 50%
    }

    .banner_lp_app .desktop_view .feat .feat-wrap .title {
        font-size: 15px
    }

    .banner_lp_app .desktop_view .feat .feature-list {
        align-items: center;
        display: flex
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img {
        display: flex;
        justify-content: center
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img svg {
        height: 100px;
        width: auto
    }

    .button_smasher_banner .lp_btn_svg {
        height: 25px
    }

    .button_smasher_banner .title {
        font-size: 21px;
        margin-bottom: 10px
    }

    .button_smasher_banner .lp_case_btn {
        font-size: 16px
    }

    .button_smasher_banner .mob_video_sec svg {
        height: 500px;
        width: auto
    }

    .button_smasher_banner .mob_video_sec .mob_video video {
        height: 482px;
        object-fit: cover;
        object-position: center;
        width: 220px
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video {
        top: 0
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video video {
        height: 200px;
        width: 345px
    }

    .services_case_lp button.lp_case_btn {
        font-size: 16px
    }

    .services_case_lp .lp_btn_svg {
        height: 25px
    }

    .services_case_lp .service-lp-case-main {
        display: flex;
        flex-wrap: wrap
    }

    .services_case_lp .service-lp-case-main .service-lp-item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box {
        height: 190px;
        padding: 20px 10px;
        width: 190px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon {
        margin-bottom: 10px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon .gatsby-image-wrapper img {
        height: 90px;
        width: auto
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5 a,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5 a {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }
}

@media(min-width:768px)and (max-width:991px) {
    .lp_head_h1 {
        font-size: 40px;
        line-height: 50px
    }

    .lp_head_h2 {
        font-size: 35px;
        line-height: 45px
    }

    .banner_lp_app {
        height: 90vh
    }

    .banner_lp_app button.border_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    .banner_lp_app .banenr_content,
    .banner_lp_app .banner_form {
        margin-top: 0
    }

    .banner_lp_app .desktop_view .feat {
        height: 80px;
        margin-top: 15px
    }

    .banner_lp_app .desktop_view .feat .feat-wrap {
        flex: 0 0 85px;
        position: relative
    }

    .banner_lp_app .desktop_view .feat .feat-wrap .feature-list {
        align-items: center;
        display: flex
    }

    .banner_lp_app .desktop_view .feat .feat-wrap:before {
        height: 46px;
        right: -5px;
        top: 50%
    }

    .banner_lp_app .desktop_view .feat .feat-wrap .title {
        font-size: 13px
    }

    .banner_lp_app .desktop_view .feat .feature-list {
        align-items: center;
        display: flex
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img {
        display: flex;
        justify-content: center
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img svg {
        height: 80px;
        width: auto
    }

    .button_smasher_banner .lp_btn_svg {
        height: 25px
    }

    .button_smasher_banner .title {
        font-size: 21px;
        margin-bottom: 10px
    }

    .button_smasher_banner .lp_case_btn {
        font-size: 16px
    }

    .button_smasher_banner .mob_video_sec svg {
        height: 500px;
        width: auto
    }

    .button_smasher_banner .mob_video_sec .mob_video video {
        height: 482px;
        object-fit: cover;
        object-position: center;
        width: 220px
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video {
        top: 0
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video video {
        height: 170px;
        width: 290px
    }

    .services_case_lp button.lp_case_btn {
        font-size: 16px
    }

    .services_case_lp .lp_btn_svg {
        height: 25px
    }

    .services_case_lp .service-lp-case-main {
        display: flex;
        flex-wrap: wrap
    }

    .services_case_lp .service-lp-case-main .service-lp-item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box {
        height: 170px;
        padding: 20px 10px;
        width: 170px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon {
        margin-bottom: 10px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon .gatsby-image-wrapper img {
        height: 80px;
        width: auto
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5 a,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5 a {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }
}

@media(min-width:0px)and (max-width:767px) {
    .lp_head_h1 {
        font-size: 32px;
        line-height: 42px
    }

    .lp_head_h2 {
        font-size: 28px;
        line-height: 38px
    }

    .banner_lp_app {
        height: auto;
        padding: 80px 0 0
    }

    .banner_lp_app button.border_btn {
        background: #06dcbf;
        border: 1px solid #06dcbf;
        border-radius: 25px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        height: 40px;
        line-height: 38px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    .banner_lp_app .banenr_content {
        margin-top: 0
    }

    .banner_lp_app .banner_form {
        margin-top: 30px
    }

    .banner_lp_app .desktop_view {
        display: block
    }

    .banner_lp_app .desktop_view .feat {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 103px;
        justify-content: center;
        margin-top: 30px
    }

    .banner_lp_app .desktop_view .feat .feat-wrap {
        flex: 0 0 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative
    }

    .banner_lp_app .desktop_view .feat .feat-wrap:before {
        border-bottom: 1px solid #06dcbf;
        border-right: unset;
        bottom: -4px;
        content: "";
        height: 2px;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%
    }

    .banner_lp_app .desktop_view .feat .feat-wrap .title {
        color: #fff;
        font-size: 20px;
        font-weight: 700
    }

    .banner_lp_app .desktop_view .feat .feature-list {
        align-items: flex-start;
        display: flex;
        height: 100%;
        justify-content: center;
        margin-left: -15px;
        width: 100%
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img {
        display: flex;
        justify-content: center
    }

    .banner_lp_app .desktop_view .feat .feature-list .featured_item .featured_img svg {
        height: 100%;
        width: 100%
    }

    .button_smasher_banner .lp_btn_svg {
        height: 20px
    }

    .button_smasher_banner .title {
        font-size: 17px;
        margin-bottom: 10px
    }

    .button_smasher_banner .lp_case_btn {
        font-size: 15px
    }

    .button_smasher_banner .mob_video_sec {
        margin-top: 20px
    }

    .button_smasher_banner .mob_video_sec svg {
        height: 450px;
        width: auto
    }

    .button_smasher_banner .mob_video_sec .mob_video video {
        height: 430px;
        width: 200px
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec {
        margin-top: 20px
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video {
        top: 0
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video video {
        height: 100%;
        width: 100%
    }

    .services_case_lp button.lp_case_btn {
        display: inline-block;
        font-size: 15px;
        margin-bottom: 20px
    }

    .services_case_lp .lp_btn_svg {
        height: 20px
    }

    .services_case_lp .service-lp-case-main {
        display: flex;
        flex-wrap: wrap
    }

    .services_case_lp .service-lp-case-main .service-lp-item {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box {
        height: 160px;
        padding: 20px 10px;
        width: 160px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon {
        margin-bottom: 10px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5 a,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5 a {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0
    }
}

@media(min-width:0px)and (max-width:370px) {
    .button_smasher_banner .lp_btn_svg {
        height: 20px
    }

    .button_smasher_banner .title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .button_smasher_banner .lp_case_btn {
        font-size: 14px
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec {
        margin-top: 20px
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video {
        top: 0
    }

    .button_smasher_banner.oz_leasing_banner .mob_video_sec .mob_video video {
        height: 100%;
        width: 100%
    }

    .services_case_lp .lp_case_btn {
        display: inline-block;
        font-size: 15px;
        margin-bottom: 20px
    }

    .services_case_lp .lp_btn_svg {
        height: 20px
    }

    .services_case_lp .service-lp-case-main {
        display: flex;
        flex-wrap: wrap
    }

    .services_case_lp .service-lp-case-main .service-lp-item {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box {
        height: 170px;
        margin: 0 auto;
        padding: 20px 10px;
        width: 80%
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon {
        margin-bottom: 10px
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .service-lp-icon .gatsby-image-wrapper img {
        height: 70px;
        width: auto
    }

    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box .h5 a,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5,
    .services_case_lp .service-lp-case-main .service-lp-item .service-lp-box h5 a {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 0
    }
}

.tekrevol__banner {
    padding-bottom: 40px;
    padding-top: 181px
}

.tekrevol__banner .h1,
.tekrevol__banner h1 {
    margin-bottom: 16px
}

.tekrevol__banner .h1 span,
.tekrevol__banner h1 span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 35px
}

.tekrevol__banner .h2,
.tekrevol__banner h2 {
    font-size: 68px;
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 80px;
    margin-bottom: 33px
}

.tekrevol__banner p {
    color: #747373;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 56px
}

.tekrevol__banner .feat {
    align-items: center;
    display: flex;
    height: 103px;
    justify-content: space-between;
    margin-top: 21px
}

.tekrevol__banner .feat .feat-wrap {
    flex: 0 0 185px;
    position: relative
}

.tekrevol__banner .feat .feat-wrap:before {
    border-right: 1px solid #cfcfcf;
    content: "";
    height: 46px;
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.tekrevol__banner .feat .feat-wrap .title {
    color: #898989;
    font-family: Poppins, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2
}

.tekrevol__banner .feat .carousel_featured {
    flex: 0 0 69.7%
}

.tekrevol__banner .feat .carousel_featured .react-multi-carousel-item .featured_item .featured_img {
    display: flex;
    justify-content: center
}

.tekrevol__banner .feat .carousel_featured .react-multi-carousel-item .featured_item .featured_img svg {
    fill: #324251;
    height: 60px;
    width: auto
}

.tekrevol__ratings .rat-outer {
    position: relative
}

.tekrevol__ratings .rat-outer:before {
    border-right: 1px solid #ddd;
    content: "";
    height: 76px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.tekrevol__ratings .rat-outer:last-child:before {
    display: none
}

.tekrevol__ratings .rat-outer .rat-wrap {
    align-items: center;
    display: flex;
    gap: 31px;
    justify-content: center
}

.tekrevol__ratings .rat-outer .rat-wrap span {
    color: #06dcbf;
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    text-align: center
}

.tekrevol__ratings .rat-outer .rat-wrap p {
    color: #7a91a7;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 32px;
    margin-bottom: 0
}

.tekrevol__services .serv-tab .swiper-slide {
    height: auto
}

.tekrevol__services .serv-tab .serv-item {
    transition: all .15s ease-in
}

.tekrevol__services .serv-tab .serv-item .serv-inner {
    background-color: #f8f8fb;
    overflow: hidden;
    padding: 75px 40px 100px;
    position: relative;
    transition: inherit
}

.tekrevol__services .serv-tab .serv-item .serv-inner:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    border-radius: 18px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.995);
    transition: inherit;
    width: 100%;
    z-index: -1
}

.tekrevol__services .serv-tab .serv-item .serv-inner .serv-inner-icon {
    margin-bottom: 20px;
    opacity: 1;
    transition: inherit
}

.tekrevol__services .serv-tab .serv-item .serv-inner .title,
.tekrevol__services .serv-tab .serv-item .serv-inner p {
    transition: inherit
}

.tekrevol__services .serv-tab .serv-item .serv-inner:hover {
    background-color: transparent
}

.tekrevol__services .serv-tab .serv-item .serv-inner:hover .title,
.tekrevol__services .serv-tab .serv-item .serv-inner:hover p {
    transform: translateY(-15px)
}

.tekrevol__services .serv-tab .serv-item .serv-inner:hover a path,
.tekrevol__services .serv-tab .serv-item .serv-inner:hover a svg {
    fill: #06dcbf !important;
    stroke: #06dcbf !important;
    transition: inherit
}

.tekrevol__services .serv-tab .serv-item .serv-inner:hover .serv-inner-icon {
    opacity: 0
}

.tekrevol__services .serv-tab .serv-item .serv-inner:hover .serv-inner-icon svg path {
    fill: #06dcbf
}

.tekrevol__services .btn-wrap {
    margin-top: 46px
}

.tekrevol__services.bahrain-services .serv-tab,
.tekrevol__services.bahrain-services .serv-tab .serv-item {
    height: 100%
}

.tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner {
    padding: 40px 30px
}

.tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner .h5,
.tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner h5 {
    transition: inherit
}

.tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner p {
    margin-bottom: 0
}

.tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner:hover {
    background-color: transparent
}

.tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner:hover .h5,
.tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner:hover h5 {
    color: #fff;
    transform: translateY(-15px)
}

.tekrevol__industry .industry_serv .swiper-slide {
    height: auto
}

.tekrevol__industry .industry_serv .serv-item {
    transition: all .15s ease-in
}

.tekrevol__industry .industry_serv .serv-item .serv-inner {
    background-color: #f8f8fb;
    border-radius: 18px;
    overflow: hidden;
    padding: 30px 40px 50px;
    position: relative;
    transition: inherit
}

.tekrevol__industry .industry_serv .serv-item .serv-inner:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.995);
    transition: inherit;
    width: 100%;
    z-index: -1
}

.tekrevol__industry .industry_serv .serv-item .serv-inner .industry_icon {
    align-items: center;
    background: #06dcbf;
    border-radius: 100px;
    display: flex;
    height: 54px;
    justify-content: center;
    margin-bottom: 20px;
    opacity: 1;
    transition: inherit;
    width: 54px
}

.tekrevol__industry .industry_serv .serv-item .serv-inner .industry_icon g,
.tekrevol__industry .industry_serv .serv-item .serv-inner .industry_icon path,
.tekrevol__industry .industry_serv .serv-item .serv-inner .industry_icon svg {
    transition: inherit
}

.tekrevol__industry .industry_serv .serv-item .serv-inner .title {
    height: auto;
    line-height: 35px;
    margin-bottom: 26px;
    min-height: auto;
    transition: inherit
}

.tekrevol__industry .industry_serv .serv-item .serv-inner p {
    color: #898989;
    font-size: 18px;
    line-height: 22px;
    min-height: 88px;
    transition: inherit
}

.tekrevol__industry .industry_serv .serv-item .serv-inner ul {
    padding-left: 20px
}

.tekrevol__industry .industry_serv .serv-item .serv-inner ul li {
    color: #898989;
    line-height: 1.2;
    list-style: disc;
    margin-bottom: 21px
}

.tekrevol__industry .industry_serv .serv-item .serv-inner a path,
.tekrevol__industry .industry_serv .serv-item .serv-inner a svg {
    fill: #06dcbf !important;
    stroke: #06dcbf !important
}

.tekrevol__industry .industry_serv .serv-item .serv-inner:hover {
    background-color: transparent
}

.tekrevol__industry .industry_serv .serv-item .serv-inner:hover .title,
.tekrevol__industry .industry_serv .serv-item .serv-inner:hover p {
    color: #fff;
    transform: translateY(-15px)
}

.tekrevol__industry .industry_serv .serv-item .serv-inner:hover ul li {
    color: #fff
}

.tekrevol__industry .industry_serv .serv-item .serv-inner:hover a path,
.tekrevol__industry .industry_serv .serv-item .serv-inner:hover a svg {
    fill: #06dcbf !important;
    stroke: #06dcbf !important
}

.tekrevol__industry .industry_serv .serv-item .serv-inner:hover .industry_icon {
    background: transparent;
    opacity: 0
}

.tekrevol__industry .industry_serv .serv-item .serv-inner:hover .industry_icon svg path {
    fill: #06dcbf
}

.tekrevol__industry .industry-wrap {
    position: relative
}

.tekrevol__sub {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 150px
}

.tekrevol__sub .banner-wrap .example {
    margin-bottom: 50px
}

.tekrevol__sub .banner-wrap .example .h2,
.tekrevol__sub .banner-wrap .example h2 {
    color: #fff;
    font-size: 70px;
    margin-bottom: 0
}

.tekrevol__sub .banner-wrap .example:after {
    color: #fff;
    opacity: .05;
    top: 0;
    width: 100%;
    z-index: 0
}

.tekrevol__sub .banner-wrap p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.tekrevol__sub .banner-wrap .btn-wrap {
    margin-top: 49px
}

.tekrevol__develop .serv-item .serv-inner {
    background-color: #fff;
    height: 100%;
    padding: 42px 30px
}

.tekrevol__develop .serv-item .serv-inner .img {
    margin-bottom: 21px
}

.tekrevol__develop .serv-item .serv-inner .count {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #898989;
    -webkit-text-fill-color: transparent;
    color: #898989;
    font-size: 42px;
    font-weight: 700;
    line-height: 35px;
    position: absolute;
    right: 30px;
    top: 45px;
    transition: inherit
}

.tekrevol__develop .serv-item .serv-inner .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
    min-height: auto
}

.tekrevol__develop .serv-item .serv-inner p {
    color: #898989;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 0
}

.tekrevol__develop .serv-item .serv-inner .img svg {
    height: 71px
}

.tekrevol__develop .serv-item .serv-inner .img svg g path {
    transition: inherit
}

.tekrevol__develop .serv-item .serv-inner:hover .count {
    -webkit-text-stroke-color: #fff;
    color: #fff
}

.tekrevol__develop .serv-item .serv-inner:hover svg>g>path,
.tekrevol__develop .serv-item .serv-inner:hover svg>path {
    fill: #fff
}

.tekrevol__case .case-outer {
    padding-bottom: 70px;
    padding-top: 70px
}

.tekrevol__case .case-outer .case-img {
    border-radius: 25px;
    overflow: hidden
}

.tekrevol__case .case-outer .case-img .case-video {
    border-radius: 25px
}

.tekrevol__case .case-outer .case-img .truth_big {
    width: 776px
}

.tekrevol__case .case-outer .case-img .amj_big {
    width: 748px
}

.tekrevol__case .case-outer .case-cont .case-inner .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 62px
}

.tekrevol__case .case-outer .case-cont .case-inner .list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px
}

.tekrevol__case .case-outer .case-cont .case-inner .list li {
    align-items: center;
    background-color: #d9d9d9;
    border-radius: 50px;
    color: #314252;
    display: inline-flex;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 38px;
    line-height: 1.2;
    padding: 0 20px;
    text-align: center
}

.tekrevol__case .case-outer .case-cont .case-inner .list li strong {
    color: #000;
    font-weight: 600
}

.tekrevol__case .case-outer .case-cont .case-inner .list.list-one li:nth-child(2) {
    background-color: #b8f1cd
}

.tekrevol__case .case-outer .case-cont .case-inner .list.list-one li.bg-three {
    background-color: #ff8491
}

.tekrevol__case .case-outer .case-cont .case-inner .list.list-one li.bg-four {
    background-color: #e6c8ff
}

.tekrevol__case .case-outer .case-cont .case-inner .list.list-one li.bg-five {
    background-color: #d00747;
    color: #fff
}

.tekrevol__case .case-outer .case-cont .case-inner .list.list-one li.bg-six {
    background-color: #ffadc7
}

.tekrevol__case .case-outer .case-cont .case-inner .list.list-two {
    align-items: start;
    flex-direction: column;
    margin-bottom: 40px
}

.tekrevol__case .case-outer .case-cont .case-inner .list.list-two li {
    background-color: #eee;
    border: 1px solid #cecece;
    color: #898989;
    gap: 5px;
    text-align: left;
    width: auto
}

.tekrevol__process .serv-item {
    margin-bottom: 25px
}

.tekrevol__process .serv-item .serv-inner {
    height: auto;
    min-height: 460px;
    padding: 70px 100px 50px;
    text-align: center
}

.tekrevol__process .serv-item .serv-inner .img {
    margin-bottom: 35px
}

.tekrevol__process .serv-item .serv-inner .img svg {
    height: 70px
}

.tekrevol__process .serv-item .serv-inner .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36.15px;
    margin-bottom: 20px
}

.tekrevol__process .serv-item .serv-inner p {
    color: #898989;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px
}

.tekrevol__process .serv-item:hover .img svg>g>path,
.tekrevol__process .serv-item:hover .img svg>path {
    fill: #fff
}

.tekrevol__pack .serv-item .serv-inner {
    border-radius: 12px;
    padding: 35px 40px 17px
}

.tekrevol__pack .serv-item .serv-inner .sub-title {
    color: #314252;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
    transition: inherit
}

.tekrevol__pack .serv-item .serv-inner .title {
    font-size: 44px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 24px
}

.tekrevol__pack .serv-item .serv-inner ul li {
    align-items: center;
    color: #314252;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 12px;
    line-height: 1.2;
    margin-bottom: 18px;
    padding-left: 25px;
    position: relative;
    transition: inherit
}

.tekrevol__pack .serv-item .serv-inner ul li .img {
    background-color: #d9d9d9;
    border-radius: 50%;
    height: 18px;
    left: 0;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: 1px;
    transition: inherit;
    width: 18px
}

.tekrevol__pack .serv-item .serv-inner:hover .sub-title,
.tekrevol__pack .serv-item .serv-inner:hover ul li {
    color: #fff
}

.tekrevol__pack .serv-item .serv-inner:hover ul li .img {
    background-color: #fff
}

.tekrevol__partner {
    background-color: #324251
}

.tekrevol__partner .example {
    margin-bottom: 0
}

.tekrevol__partner .example .h2,
.tekrevol__partner .example h2 {
    color: #fff;
    margin-bottom: 0
}

.tekrevol__partner .example:after {
    color: #fff;
    opacity: .05;
    z-index: 0
}

.tekrevol__partner .part-wrap .image {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%
}

.tekrevol__levelup .serv-item .serv-inner {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 80px
}

.tekrevol__levelup .serv-item .serv-inner .content .title {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 20px
}

.tekrevol__levelup .serv-item .serv-inner .content .sub-title {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px
}

.tekrevol__levelup .serv-item .serv-inner .content p {
    font-size: 15px;
    line-height: 23px
}

.tekrevol__levelup .serv-item .serv-inner .btn-pri {
    font-size: 14px;
    height: 44px;
    margin-top: 20px;
    padding: 0 26px;
    position: unset
}

.tekrevol__levelup .serv-item .serv-inner:hover {
    background-color: #f8f8fb
}

.tekrevol__levelup .serv-item .serv-inner:hover .sub-title,
.tekrevol__levelup .serv-item .serv-inner:hover .title {
    color: #314252
}

.tekrevol__levelup .serv-item .serv-inner:hover p {
    color: var(--bs-body-color)
}

.tekrevol__levelup .serv-item .serv-inner:hover .btn-pri {
    transform: rotate(0deg)
}

.tekrevol__levelup .btn-wrap {
    margin-top: 46px
}

.tekrevol__model .serv-item .serv-inner {
    border: 2px solid #f8f8fb;
    height: 100%;
    overflow: hidden;
    padding: 0
}

.tekrevol__model .serv-item .serv-inner .image-wrap {
    background-color: #fff;
    padding: 30px;
    text-align: center
}

.tekrevol__model .serv-item .serv-inner .image-wrap img {
    aspect-ratio: 390/350;
    max-width: 100%
}

.tekrevol__model .serv-item .serv-inner .image-wrap video {
    aspect-ratio: 390/350
}

.tekrevol__model .serv-item .serv-inner .content-wrap {
    padding: 35px 45px
}

.tekrevol__model .serv-item .serv-inner .content-wrap .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    min-height: 86px
}

.tekrevol__model .serv-item .serv-inner .content-wrap p {
    color: #898989
}

.tekrevol__model .serv-item .serv-inner .content-wrap a {
    color: #06dcbf;
    position: unset;
    transition: inherit
}

.tekrevol__model .serv-item .serv-inner:hover .title,
.tekrevol__model .serv-item .serv-inner:hover a,
.tekrevol__model .serv-item .serv-inner:hover p {
    color: #fff
}

.tekrevol__model .btn-wrap {
    margin-top: 46px
}

.tekrevol__testimonials .slider-wrap {
    margin-bottom: 90px;
    position: relative
}

.tekrevol__testimonials .slider-wrap .test_slider {
    overflow-y: visible
}

.tekrevol__testimonials .slider-wrap .test_slider .img {
    border-radius: 25px;
    max-width: 100%;
    overflow: hidden;
    width: max-content
}

.tekrevol__testimonials .slider-wrap .test_slider .img video {
    aspect-ratio: 646/364;
    margin-bottom: -6px;
    width: 646px
}

.tekrevol__testimonials .slider-wrap .test_slider .img .video-thumbnail {
    position: relative
}

.tekrevol__testimonials .slider-wrap .test_slider .img .video-thumbnail .play-btn {
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.tekrevol__testimonials .slider-wrap .test_slider .img .video-thumbnail .play-btn svg {
    height: 80px
}

.tekrevol__testimonials .slider-wrap .test_slider .content {
    position: relative
}

.tekrevol__testimonials .slider-wrap .test_slider .content .flag {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    gap: 25px;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 0
}

.tekrevol__testimonials .slider-wrap .test_slider .content .h4,
.tekrevol__testimonials .slider-wrap .test_slider .content h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 5px
}

.tekrevol__testimonials .slider-wrap .test_slider .content p {
    font-weight: 600;
    height: 210px;
    line-height: 30px;
    margin-bottom: 0;
    overflow: auto
}

.tekrevol__testimonials .slider-wrap .test_slider .content p span {
    font-weight: 400;
    margin-bottom: 20px
}

.tekrevol__testimonials .slider-wrap .test_slider .content .sub-title {
    height: auto
}

.tekrevol__testimonials .slider-wrap .test_slider .swiper-pagination {
    bottom: -63px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: auto
}

.tekrevol__testimonials .slider-wrap .test_slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #e2e2e2;
    border-radius: 50px;
    height: 12px;
    opacity: 1;
    width: 12px
}

.tekrevol__testimonials .slider-wrap .test_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #06dcbf;
    opacity: 1;
    width: 27px
}

.tekrevol__testimonials .slider-wrap .custom-button {
    align-items: center;
    background-color: #efefef;
    border: 1px solid #494949;
    border-radius: 50px;
    bottom: -46px;
    display: flex;
    height: 45px;
    justify-content: center;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    transform: translateY(100%);
    width: 45px
}

.tekrevol__testimonials .slider-wrap .custom-button.custom-prev-button {
    left: auto;
    right: 15px;
    transform: translateX(-100%) translateY(100%) rotate(180deg)
}

.tekrevol__testimonials .slider-wrap .custom-button:hover {
    cursor: pointer
}

.tekrevol__clients .example:after {
    width: 100%
}

.tekrevol__clients .slider-wrap .client_slider .logo_box img {
    filter: grayscale(1);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.tekrevol__clients .slider-wrap .client_slider .logo_box img:hover {
    cursor: pointer;
    filter: grayscale(0)
}

.tekrevol__insights .tabs-wrap .blog-tabs {
    border: unset;
    gap: 30px;
    justify-content: space-between;
    justify-content: start;
    margin-bottom: 71px;
    position: relative
}

.tekrevol__insights .tabs-wrap .blog-tabs:after {
    border-bottom: 1px solid #9c9c9c;
    bottom: 0;
    content: "";
    height: auto;
    left: 0;
    position: absolute;
    width: 100%
}

.tekrevol__insights .tabs-wrap .blog-tabs .nav-item,
.tekrevol__insights .tabs-wrap .blog-tabs .nav-link {
    border: unset;
    flex: none
}

.tekrevol__insights .tabs-wrap .blog-tabs .nav-link {
    color: #212529;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    padding: 19px 35px;
    position: relative
}

.tekrevol__insights .tabs-wrap .blog-tabs .nav-link:before {
    background-color: #06dcbf;
    bottom: 2px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .15s ease-in-out;
    width: 0
}

.tekrevol__insights .tabs-wrap .blog-tabs .nav-link.active:before,
.tekrevol__insights .tabs-wrap .blog-tabs .nav-link:hover:before {
    width: 100%
}

.tekrevol__insights .tabs-wrap .blog-item {
    border-radius: 10px;
    overflow: hidden
}

.tekrevol__insights .tabs-wrap .blog-item .img-link {
    border-radius: 10px;
    display: block;
    overflow: hidden
}

.tekrevol__insights .tabs-wrap .blog-item .img-link img {
    aspect-ratio: 508/286;
    object-fit: cover;
    width: 100%
}

.tekrevol__insights .tabs-wrap .blog-item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding: 20px
}

.tekrevol__insights .tabs-wrap .blog-item .content .inner-wrap .title {
    font-size: 26px;
    font-weight: 600;
    height: 70px;
    line-height: 34px;
    margin-bottom: 20px;
    overflow: auto
}

.tekrevol__insights .tabs-wrap .blog-item .content .inner-wrap p {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden
}

.tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .date {
    color: #06dcbf;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px
}

.tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .box-link {
    color: #314252;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.tekrevol__videobanner {
    background: #000;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 170px;
    position: relative
}

.tekrevol__videobanner:before {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.tekrevol__videobanner video.banner-vid {
    object-fit: cover
}

.tekrevol__videobanner .banner-image,
.tekrevol__videobanner video.banner-vid {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.tekrevol__videobanner .container {
    position: relative;
    z-index: 2
}

.tekrevol__videobanner .h1,
.tekrevol__videobanner h1 {
    margin-bottom: 16px
}

.tekrevol__videobanner .h1 span,
.tekrevol__videobanner h1 span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 35px
}

.tekrevol__videobanner .h2,
.tekrevol__videobanner h2 {
    color: #fff;
    font-size: 67px;
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 80px;
    margin-bottom: 33px
}

.tekrevol__videobanner p {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 56px
}

.tekrevol__videobanner .desktop_view .feat {
    align-items: center;
    display: flex;
    height: 103px;
    justify-content: space-between;
    margin-top: 21px
}

.tekrevol__videobanner .desktop_view .feat .feat-wrap {
    flex: 0 0 185px;
    position: relative
}

.tekrevol__videobanner .desktop_view .feat .feat-wrap .feature-list {
    align-items: center;
    display: flex
}

.tekrevol__videobanner .desktop_view .feat .feat-wrap:before {
    border-right: 1px solid #06dcbf;
    content: "";
    height: 46px;
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.tekrevol__videobanner .desktop_view .feat .feat-wrap .title {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.tekrevol__videobanner .desktop_view .feat .feature-list {
    align-items: center;
    display: flex
}

.tekrevol__videobanner .desktop_view .feat .carousel_featured {
    flex: 0 0 69.7%
}

.tekrevol__videobanner .desktop_view .feat .carousel_featured .react-multi-carousel-item .featured_item .featured_img {
    display: flex;
    justify-content: center
}

.tekrevol__videobanner .desktop_view .feat .carousel_featured .react-multi-carousel-item .featured_item .featured_img svg {
    width: auto
}

.tekrevol__videobanner .mob_view {
    display: none
}

.tekrevol__nextgen .carosal_nextgen .nextgen-item {
    align-items: center;
    aspect-ratio: 1609/714;
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    overflow: hidden
}

.tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content {
    color: #fff;
    padding-left: 80px
}

.tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 52px
}

.tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content p {
    max-width: 580px
}

.tekrevol__nextgen .carosal_nextgen .swiper-pagination-bullet {
    background-color: #fff;
    height: 10px;
    opacity: 1;
    position: relative;
    width: 10px
}

.tekrevol__nextgen .carosal_nextgen .swiper-pagination-bullet-active {
    background: hsla(0, 0%, 100%, .5);
    height: 6px;
    width: 6px
}

.tekrevol__nextgen .carosal_nextgen .swiper-pagination-bullet:before {
    border: 3px solid #06dcbf;
    border-radius: 50px;
    content: "";
    height: 22px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px
}

.tekrevol__nextgen .carosal_nextgen .swiper-pagination {
    align-items: center;
    bottom: 40px;
    display: flex;
    gap: 9px;
    justify-content: center
}

.tekrevol__nextgen .carosal_nextgen .swiper-pagination-bullet-active:before {
    opacity: 1
}

.tekrevol__awardshome .example .h2,
.tekrevol__awardshome .example h2 {
    margin-bottom: 40px
}

.tekrevol__awardshome .example p {
    margin: 0 auto;
    max-width: 960px
}

.tekrevol__awardshome .awards-wrap .row {
    margin: 0
}

.tekrevol__awardshome .awards-wrap .row>div {
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4
}

.tekrevol__awardshome .awards-wrap .row>div:nth-child(10),
.tekrevol__awardshome .awards-wrap .row>div:nth-child(7),
.tekrevol__awardshome .awards-wrap .row>div:nth-child(8),
.tekrevol__awardshome .awards-wrap .row>div:nth-child(9) {
    border-top: unset
}

.tekrevol__awardshome .awards-wrap .row>div:first-child,
.tekrevol__awardshome .awards-wrap .row>div:nth-child(7) {
    border-left: 1px solid #f4f4f4
}

.tekrevol__awardshome .awards-wrap .awards-inner {
    height: 100%;
    padding: 35px 10px
}

.tekrevol__awardshome .awards-wrap .awards-inner .image {
    margin-bottom: 25px
}

.tekrevol__awardshome .awards-wrap .awards-inner .content .h5,
.tekrevol__awardshome .awards-wrap .awards-inner .content h5 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px
}

.tekrevol__awardshome .awards-wrap .awards-inner .content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0
}

.tekrevol-home-discovery {
    --easing: cubic-bezier(.8, 0, .2, 1);
    --duration: 0.4s
}

.tekrevol-home-discovery .accordion {
    counter-reset: section;
    text-align: center
}

.tekrevol-home-discovery .accordion.width {
    display: flex;
    width: 100vw
}

.tekrevol-home-discovery .accordion.width .card {
    background-color: #062738;
    border: 0 solid #062738;
    border-radius: unset;
    counter-increment: section;
    flex-direction: row;
    min-width: min-content;
    overflow: hidden;
    position: relative
}

.tekrevol-home-discovery .accordion.width .card .card-header {
    align-items: center;
    background-color: #062738;
    border: 5px solid #001b28;
    border-bottom: none;
    border-radius: unset;
    border-top: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Poppins, sans-serif;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 5px;
    line-height: 1.5;
    min-height: 1050px;
    position: relative;
    text-transform: uppercase;
    transform: rotate(180deg);
    transition: transform var(--duration) var(--easing);
    transition: background-color var(--duration) var(--easing), width var(--duration) var(--easing);
    width: 120px;
    writing-mode: vertical-rl
}

.tekrevol-home-discovery .accordion.width .card .card-header:before {
    bottom: 50px;
    content: "0" counter(section);
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 700;
    left: 50%;
    line-height: 38px;
    position: absolute;
    text-align: left;
    transform: translateX(-50%) rotate(90deg)
}

.tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon {
    position: absolute;
    top: 40px;
    transition: all .3s linear
}

.tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon svg {
    transition: all .3s linear
}

.tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon svg path {
    fill: #fff
}

.tekrevol-home-discovery .accordion.width .card .card-header.active .svg-arrow-icon {
    transform: rotate(180deg);
    transition: all .3s linear
}

.tekrevol-home-discovery .accordion.width .card:nth-child(odd) .card-header {
    background-color: #314252
}

.tekrevol-home-discovery .accordion.width .card:last-child .card-body .arrow svg {
    transform: rotate(180deg)
}

.tekrevol-home-discovery .card-body {
    animation: slide-in var(--duration) var(--easing) backwards;
    background-color: #001b28;
    color: #fff;
    height: 100%;
    padding: 230px 80px 80px;
    position: relative;
    text-align: left;
    transition: background-color var(--duration) var(--easing), width var(--duration) var(--easing);
    width: 100vw;
    width: calc(100vw - 960px)
}

.tekrevol-home-discovery .card-body .arrow {
    position: absolute;
    right: 50px;
    top: 65%
}

.tekrevol-home-discovery .card-body .discovery-bg {
    bottom: 55px;
    left: 55px;
    position: absolute;
    z-index: 0
}

@keyframes slide-in {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.tekrevol-home-discovery .card-body .main-title {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
    margin-bottom: 150px;
    max-width: 700px;
    position: relative;
    z-index: 1
}

.tekrevol-home-discovery .card-body .main-title span {
    color: #06dcbf
}

.tekrevol-home-discovery .card-body .content-wrap {
    max-width: 555px;
    position: relative;
    z-index: 1
}

.tekrevol-home-discovery .card-body .content-wrap .icon {
    margin-bottom: 50px
}

.tekrevol-home-discovery .card-body .content-wrap .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px
}

.tekrevol-home-discovery .card-body .content-wrap p {
    margin-bottom: 0
}

.tekrevol-home-discovery .collapse {
    display: block !important;
    max-height: 100%;
    overflow: hidden;
    transition: width var(--duration) var(--easing), max-height var(--duration) var(--easing);
    width: calc(100vw - 960px)
}

.tekrevol-home-discovery .collapse.show {
    width: calc(100vw - 960px)
}

.tekrevol-home-discovery .collapse:not(.show) {
    width: 0
}

.tekrevol-home-discovery .collapse.collapsing {
    animation: collapse-width var(--duration) var(--easing) forwards
}

@keyframes collapse-width {
    0% {
        width: calc(100vw - 960px)
    }

    to {
        width: 0
    }
}

@media screen and (max-width:1800px) {
    .tekrevol-home-discovery .accordion.width .card .card-header:before {
        font-size: 38px
    }

    .tekrevol-home-discovery .card-body {
        padding: 230px 50px 50px
    }

    .tekrevol-home-discovery .card-body .arrow {
        position: absolute;
        right: 15px;
        top: 54%
    }

    .tekrevol-home-discovery .card-body .main-title {
        font-size: 44px
    }

    .tekrevol-home-discovery .card-body .content-wrap .icon {
        margin-bottom: 30px
    }

    .tekrevol-home-discovery .card-body .content-wrap .title {
        font-size: 30px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:1599px) {
    .tekrevol-home-discovery .accordion.width .card .card-header {
        font-size: 16px;
        letter-spacing: 3px;
        min-height: 660px;
        width: 100px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header:before {
        bottom: 30px;
        font-size: 34px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon {
        top: 30px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon svg {
        height: 30px;
        width: auto
    }

    .tekrevol-home-discovery .card-body {
        padding: 180px 30px 30px;
        width: calc(100vw - 815px)
    }

    .tekrevol-home-discovery .card-body .arrow {
        position: absolute;
        right: 25px;
        top: 60%
    }

    .tekrevol-home-discovery .card-body .main-title {
        font-size: 38px;
        margin-bottom: 70px;
        max-width: 460px
    }

    .tekrevol-home-discovery .card-body .content-wrap {
        max-width: 460px
    }

    .tekrevol-home-discovery .card-body .content-wrap .title {
        font-size: 26px
    }

    .tekrevol-home-discovery .collapse,
    .tekrevol-home-discovery .collapse.show {
        width: calc(100vw - 815px)
    }

    @keyframes collapse-width {
        0% {
            width: calc(100vw - 815px)
        }

        to {
            width: 0
        }
    }
}

@media screen and (max-width:1399px) {
    .tekrevol-home-discovery .accordion.width .card .card-header {
        font-size: 13px;
        letter-spacing: 2px;
        min-height: 530px;
        width: 65px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header:before {
        bottom: 15px;
        font-size: 20px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon {
        top: 20px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon svg {
        height: 25px;
        width: auto
    }

    .tekrevol-home-discovery .card-body {
        padding: 150px 30px 30px;
        width: calc(100vw - 540px)
    }

    .tekrevol-home-discovery .card-body .arrow {
        position: absolute;
        right: 25px;
        top: 60%
    }

    .tekrevol-home-discovery .card-body .discovery-bg svg {
        height: 470px;
        width: auto
    }

    .tekrevol-home-discovery .card-body .main-title {
        font-size: 32px;
        margin-bottom: 60px;
        max-width: 340px
    }

    .tekrevol-home-discovery .card-body .content-wrap {
        max-width: 460px
    }

    .tekrevol-home-discovery .card-body .content-wrap .icon svg {
        height: 50px;
        width: auto
    }

    .tekrevol-home-discovery .card-body .content-wrap .title {
        font-size: 22px
    }

    .tekrevol-home-discovery .collapse,
    .tekrevol-home-discovery .collapse.show {
        width: calc(100vw - 540px)
    }

    @keyframes collapse-width {
        0% {
            width: calc(100vw - 540px)
        }

        to {
            width: 0
        }
    }
}

@media screen and (max-width:1199px) {
    .tekrevol-home-discovery .accordion.width .card .card-header {
        min-height: 650px
    }

    .tekrevol-home-discovery .card-body {
        padding: 130px 15px 15px
    }

    .tekrevol-home-discovery .card-body .arrow {
        position: absolute;
        right: 10px;
        top: 50%
    }

    .tekrevol-home-discovery .card-body .arrow svg {
        height: 20px;
        width: auto
    }

    .tekrevol-home-discovery .card-body .discovery-bg svg {
        height: 270px;
        width: auto
    }

    .tekrevol-home-discovery .card-body .main-title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 60px
    }

    .tekrevol-home-discovery .card-body .content-wrap .title {
        font-size: 19px;
        line-height: 1.3
    }
}

@media screen and (max-width:991px) {
    .tekrevol-home-discovery .accordion.width {
        border-bottom: 4px solid #001b28;
        border-top: 4px solid #001b28;
        flex-direction: column
    }

    .tekrevol-home-discovery .accordion.width .card {
        flex-direction: column
    }

    .tekrevol-home-discovery .accordion.width .card .card-header {
        border-bottom: 4px solid #001b28;
        border-top: 4px solid #001b28;
        justify-content: start;
        letter-spacing: 2px;
        min-height: 60px;
        padding-left: 30px;
        text-align: center;
        text-align: left;
        transform: none;
        width: 100%;
        writing-mode: horizontal-tb
    }

    .tekrevol-home-discovery .accordion.width .card .card-header:before {
        bottom: -20px;
        left: 0;
        position: unset;
        right: 0;
        top: auto;
        transform: translateX(-50%) rotate(0deg)
    }

    .tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon {
        right: 20px;
        top: 8px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header.active .svg-arrow-icon {
        transform: none
    }

    .tekrevol-home-discovery .accordion.width .card:nth-child(odd) .card-header.active {
        background-color: #314252
    }

    .tekrevol-home-discovery .accordion.width .card-body {
        padding: 30px 15px;
        width: 100%
    }

    .tekrevol-home-discovery .accordion.width .card-body .arrow {
        display: none
    }

    .tekrevol-home-discovery .accordion.width .card-body .arrow svg {
        height: 20px;
        width: auto
    }

    .tekrevol-home-discovery .accordion.width .card-body .discovery-bg {
        display: none
    }

    .tekrevol-home-discovery .accordion.width .card-body .main-title {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 30px;
        max-width: 100%
    }

    .tekrevol-home-discovery .accordion.width .card-body .content-wrap {
        max-width: 100%
    }

    .tekrevol-home-discovery .accordion.width .card-body .content-wrap .title {
        font-size: 18px
    }

    .tekrevol-home-discovery .collapse {
        max-height: 0
    }

    .tekrevol-home-discovery .collapse,
    .tekrevol-home-discovery .collapse.show {
        transition: max-height var(--duration) linear, width var(--duration) linear;
        width: 100%
    }

    .tekrevol-home-discovery .collapse.show {
        max-height: 1000px
    }

    .tekrevol-home-discovery .collapse:not(.show) {
        display: none !important;
        width: 100%
    }

    .tekrevol-home-discovery .collapse.collapsing {
        transition: max-height var(--duration) linear, width var(--duration) linear
    }
}

@media screen and (max-width:767px) {
    .tekrevol-home-discovery .accordion.width .card .card-header {
        letter-spacing: 0;
        padding-left: 20px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header:before {
        font-size: 16px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon {
        right: 20px;
        top: 13px
    }

    .tekrevol-home-discovery .accordion.width .card .card-header .svg-arrow-icon svg {
        height: 25px;
        width: auto
    }

    .tekrevol-home-discovery .accordion.width .card .card-header.active .svg-arrow-icon {
        transform: none
    }

    .tekrevol-home-discovery .accordion.width .card-body .arrow {
        display: none
    }

    .tekrevol-home-discovery .accordion.width .card-body .arrow svg {
        height: 20px;
        width: auto
    }
}

@media screen and (max-width:1800px) {

    .tekrevol__banner .h2,
    .tekrevol__banner h2 {
        font-size: 56px;
        line-height: 65px
    }

    .tekrevol__banner p {
        margin-bottom: 46px
    }

    .tekrevol__banner .desktop_view .feat .feat-wrap {
        flex: 0 0 145px
    }

    .tekrevol__banner .desktop_view .feat .feat-wrap:before {
        content: ""
    }

    .tekrevol__banner .desktop_view .feat .feat-wrap .title {
        font-size: 22px
    }

    .tekrevol__banner .desktop_view .feat .carousel_featured {
        flex: 0 0 74%
    }

    .tekrevol__videobanner .h2,
    .tekrevol__videobanner h2 {
        font-size: 52px;
        line-height: 60px
    }

    .tekrevol__videobanner p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 44px
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap {
        flex: 0 0 175px
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap:before {
        right: -13px
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap .title {
        font-size: 18px
    }

    .tekrevol__videobanner .desktop_view .feat .carousel_featured {
        flex: 0 0 74%
    }

    .tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content .title {
        font-size: 40px;
        line-height: 48px
    }

    .tekrevol__nextgen .carosal_nextgen .swiper-pagination-bullet:before {
        content: ""
    }

    .tekrevol__awardshome .awards-wrap .awards-inner .content .h5,
    .tekrevol__awardshome .awards-wrap .awards-inner .content h5 {
        font-size: 20px
    }

    .tekrevol__awardshome .awards-wrap .awards-inner .content p {
        font-size: 13px
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner {
        padding: 55px 35px 75px
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner .title {
        margin-bottom: 15px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner {
        padding: 30px 20px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner p {
        font-size: 15px;
        line-height: 26px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner {
        padding: 25px 25px 45px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner .title {
        margin-bottom: 15px
    }

    .tekrevol__develop .serv-item .serv-inner {
        padding: 42px 25px
    }

    .tekrevol__develop .serv-item .serv-inner .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .tekrevol__develop .serv-item .serv-inner p {
        font-size: 17px;
        line-height: 24px
    }

    .tekrevol__sub .banner-wrap .example .h2,
    .tekrevol__sub .banner-wrap .example h2 {
        font-size: 60px
    }

    .tekrevol__process .serv-item .serv-inner {
        min-height: 430px;
        padding: 70px 65px 50px
    }

    .tekrevol__process .serv-item .serv-inner .title {
        font-size: 26px;
        line-height: 34px
    }

    .tekrevol__process .serv-item .serv-inner p {
        line-height: 30px
    }

    .tekrevol__levelup .serv-item .serv-inner {
        padding: 50px
    }

    .tekrevol__levelup .serv-item .serv-inner .content .title {
        font-size: 26px;
        line-height: 34px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap {
        padding: 30px 40px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap .title {
        font-size: 26px;
        line-height: 36px;
        min-height: 70px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap p {
        font-size: 16px;
        line-height: 1.8
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap a {
        font-size: 16px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content {
        gap: 40px;
        height: 100%;
        min-height: inherit
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .inner-wrap .title {
        font-size: 24px;
        height: 70px;
        line-height: 1.5
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .inner-wrap p {
        -webkit-line-clamp: 4
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .date {
        font-size: 18px;
        line-height: 1
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .box-link {
        font-size: 16px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .box-link svg {
        height: 30px
    }
}

@media screen and (max-width:1599px) {

    .tekrevol__banner .h2,
    .tekrevol__banner h2 {
        font-size: 51px;
        line-height: 64px;
        margin-bottom: 22px
    }

    .tekrevol__banner p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 44px
    }

    .tekrevol__banner .feat .feat-wrap {
        flex: 0 0 25%
    }

    .tekrevol__banner .feat .feat-wrap:before {
        right: 8px
    }

    .tekrevol__banner .feat .feat-wrap .title {
        font-size: 22px
    }

    .tekrevol__awardshome .awards-wrap .awards-inner {
        padding: 35px 0
    }

    .tekrevol__awardshome .awards-wrap .awards-inner .content .h5,
    .tekrevol__awardshome .awards-wrap .awards-inner .content h5 {
        font-size: 18px
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner {
        padding: 50px 35px 60px
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner .title {
        margin-bottom: 15px
    }

    .tekrevol__ratings .rat-outer:before {
        content: ""
    }

    .tekrevol__services .sev-tab .nav-link {
        font-size: 18px;
        padding: 18px 24px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner {
        padding: 30px 20px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 26px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner .serv-inner-icon svg {
        height: 40px;
        width: auto
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner {
        min-height: auto;
        padding: 30px 25px 45px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner .title {
        margin-bottom: 15px;
        min-height: auto
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner p {
        font-size: 17px
    }

    .tekrevol__sub .banner-wrap .example {
        margin-bottom: 40px
    }

    .tekrevol__sub .banner-wrap .example .h2,
    .tekrevol__sub .banner-wrap .example h2 {
        font-size: 46px;
        line-height: 1.2
    }

    .tekrevol__sub .banner-wrap p {
        font-size: 18px;
        line-height: 24px
    }

    .tekrevol__sub .banner-wrap .btn-wrap {
        margin-top: 40px
    }

    .tekrevol__develop .serv-item .serv-inner {
        padding: 30px 25px
    }

    .tekrevol__develop .serv-item .serv-inner .count {
        right: 25px
    }

    .tekrevol__develop .serv-item .serv-inner .title {
        font-size: 21px;
        line-height: 28px
    }

    .tekrevol__develop .serv-item .serv-inner p {
        font-size: 16px;
        line-height: 24px
    }

    .tekrevol__case .case-outer {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .title {
        font-size: 40px;
        line-height: 42px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .list {
        gap: 10px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .list.list-two {
        gap: 15px
    }

    .tekrevol__process .serv-item .serv-inner {
        min-height: 390px;
        padding: 60px 55px 40px
    }

    .tekrevol__process .serv-item .serv-inner .title {
        font-size: 24px;
        line-height: 32px
    }

    .tekrevol__process .serv-item .serv-inner p {
        font-size: 17px;
        line-height: 28px
    }

    .tekrevol__levelup .serv-item .serv-inner {
        padding: 50px
    }

    .tekrevol__levelup .serv-item .serv-inner .content .title {
        font-size: 26px;
        line-height: 34px
    }

    .tekrevol__levelup .serv-item .serv-inner .content p .d-xxl-block {
        display: none !important
    }

    .tekrevol__pack .serv-item .serv-inner {
        padding: 35px 40px 17px
    }

    .tekrevol__pack .serv-item .serv-inner .title {
        font-size: 34px;
        line-height: 50px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap {
        padding: 25px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap .title {
        font-size: 24px;
        line-height: 34px;
        min-height: 68px
    }

    .tekrevol__testimonials .slider-wrap {
        margin-bottom: 70px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .swiper-pagination {
        bottom: -53px
    }

    .tekrevol__testimonials .slider-wrap .custom-button {
        bottom: -26px
    }

    .tekrevol__insights .tabs-wrap .blog-tabs .nav-link {
        font-size: 18px;
        padding: 15px 30px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .inner-wrap .title {
        font-size: 22px;
        height: 66px;
        margin-bottom: 15px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .date {
        font-size: 16px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .box-link {
        font-size: 15px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .box-link svg {
        height: 25px
    }
}

@media screen and (max-width:1399px) {
    .tekrevol__banner {
        padding-top: 140px
    }

    .tekrevol__banner .h2,
    .tekrevol__banner h2 {
        font-size: 47px;
        line-height: 55px;
        margin-bottom: 28px
    }

    .tekrevol__banner p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px
    }

    .tekrevol__banner .feat .feat-wrap {
        flex: 0 0 28%
    }

    .tekrevol__banner .feat .feat-wrap:before {
        right: 12px
    }

    .tekrevol__banner .feat .feat-wrap .title {
        font-size: 20px
    }

    .tekrevol__videobanner {
        padding-top: 120px
    }

    .tekrevol__videobanner .bann-cont {
        max-width: 640px
    }

    .tekrevol__videobanner .h2,
    .tekrevol__videobanner h2 {
        font-size: 47px;
        line-height: 55px
    }

    .tekrevol__videobanner p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap:before {
        right: -6px
    }

    .tekrevol__videobanner .desktop_view .feat .carousel_featured {
        flex: 0 0 70%
    }

    .tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content .title {
        font-size: 35px;
        line-height: 45px
    }

    .tekrevol__awardshome .example .h2,
    .tekrevol__awardshome .example h2 {
        margin-bottom: 10px
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner {
        padding: 40px 30px 65px
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner .serv-inner-icon svg {
        height: 65px;
        width: auto
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner .title {
        margin-bottom: 15px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner {
        padding: 30px 20px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 26px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner .serv-inner-icon svg {
        height: 40px;
        width: auto
    }

    .tekrevol__ratings .rat-outer:before {
        content: ""
    }

    .tekrevol__ratings .rat-outer .rat-wrap span {
        font-size: 52px;
        line-height: 62px
    }

    .tekrevol__ratings .rat-outer .rat-wrap p {
        font-size: 22px;
        line-height: 28px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner {
        padding: 25px 25px 50px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner p {
        font-size: 15px;
        line-height: 28px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner ul li {
        font-size: 15px;
        margin-bottom: 15px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner a {
        bottom: 28px;
        right: 38px
    }

    .tekrevol__sub .banner-wrap .example {
        margin-bottom: 30px
    }

    .tekrevol__sub .banner-wrap .example .h2,
    .tekrevol__sub .banner-wrap .example h2 {
        font-size: 36px;
        line-height: 1.2
    }

    .tekrevol__sub .banner-wrap p {
        font-size: 16px;
        line-height: 1.2
    }

    .tekrevol__sub .banner-wrap .btn-wrap {
        margin-top: 30px
    }

    .tekrevol__develop .serv-item .serv-inner {
        padding: 30px 20px
    }

    .tekrevol__develop .serv-item .serv-inner .count {
        font-size: 38px;
        right: 20px;
        top: 28px
    }

    .tekrevol__develop .serv-item .serv-inner .title {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 18px
    }

    .tekrevol__develop .serv-item .serv-inner p {
        font-size: 15px;
        line-height: 22px
    }

    .tekrevol__develop .serv-item .serv-inner .img {
        margin-bottom: 15px
    }

    .tekrevol__develop .serv-item .serv-inner .img svg {
        height: 60px
    }

    .tekrevol__case .case-outer {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .title {
        font-size: 35px;
        line-height: 40px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .list li {
        font-size: 14px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .list.list-two {
        margin-bottom: 30px
    }

    .tekrevol__process .serv-item .serv-inner {
        min-height: 320px;
        padding: 30px 35px 20px
    }

    .tekrevol__process .serv-item .serv-inner .img svg {
        height: 80px
    }

    .tekrevol__process .serv-item .serv-inner .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px
    }

    .tekrevol__process .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol__levelup .serv-item .serv-inner {
        padding: 50px
    }

    .tekrevol__levelup .serv-item .serv-inner .content .title {
        font-size: 24px;
        line-height: 32px
    }

    .tekrevol__pack .serv-item .serv-inner {
        padding: 35px 32px 17px
    }

    .tekrevol__pack .serv-item .serv-inner .sub-title {
        font-size: 20px
    }

    .tekrevol__pack .serv-item .serv-inner .title {
        font-size: 30px;
        line-height: 36px
    }

    .tekrevol__partner .part-wrap .image {
        padding: 0 10px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap {
        padding: 25px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
        min-height: 64px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap a,
    .tekrevol__model .serv-item .serv-inner .content-wrap p {
        font-size: 14px
    }

    .tekrevol__testimonials .slider-wrap {
        margin-bottom: 50px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content .flag {
        font-size: 16px;
        gap: 15px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content p {
        font-size: 14px;
        line-height: 26px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content p span {
        font-size: 18px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .swiper-pagination {
        bottom: -32px
    }

    .tekrevol__testimonials .slider-wrap .custom-button {
        bottom: -5px
    }

    .tekrevol__insights .tabs-wrap .blog-tabs {
        margin-bottom: 50px
    }

    .tekrevol__insights .tabs-wrap .blog-tabs .nav-link {
        font-size: 17px;
        padding: 14px 25px
    }

    .tekrevol__insights .tabs-wrap .blog-tabs .nav-link:before {
        height: 4px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content {
        gap: 25px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .inner-wrap .title {
        font-size: 20px;
        height: 60px;
        letter-spacing: -1px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .date {
        font-size: 15px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .box-link {
        font-size: 14px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .bottom-wrap .box-link svg {
        height: 22px
    }
}

@media screen and (max-width:1199px) {
    .tekrevol__banner {
        padding-top: 140px
    }

    .tekrevol__banner .h1,
    .tekrevol__banner h1 {
        margin-bottom: 14px
    }

    .tekrevol__banner .h1 span,
    .tekrevol__banner h1 span {
        font-size: 18px;
        line-height: 32px
    }

    .tekrevol__banner .h2,
    .tekrevol__banner h2 {
        font-size: 37px;
        line-height: 46px;
        margin-bottom: 14px
    }

    .tekrevol__banner p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px
    }

    .tekrevol__banner .feat .feat-wrap {
        flex: 0 0 25%
    }

    .tekrevol__banner .feat .feat-wrap:before {
        right: 8px
    }

    .tekrevol__banner .feat .feat-wrap .title {
        font-size: 16px
    }

    .tekrevol__banner .feat .carousel_featured {
        flex: 0 0 75%
    }

    .tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content {
        padding-left: 50px
    }

    .tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content .title {
        font-size: 30px;
        line-height: 40px
    }

    .tekrevol__awardshome .awards-wrap .row>div:nth-child(5),
    .tekrevol__awardshome .awards-wrap .row>div:nth-child(6) {
        border-top: unset
    }

    .tekrevol__awardshome .awards-wrap .row>div:nth-child(5),
    .tekrevol__awardshome .awards-wrap .row>div:nth-child(9) {
        border-left: 1px solid #f4f4f4
    }

    .tekrevol__awardshome .awards-wrap .row>div:nth-child(7) {
        border-left: unset
    }

    .tekrevol__ratings .rat-outer:before {
        content: ""
    }

    .tekrevol__ratings .rat-outer .rat-wrap span {
        font-size: 48px;
        line-height: 58px
    }

    .tekrevol__ratings .rat-outer .rat-wrap p {
        font-size: 20px;
        line-height: 26px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner {
        padding: 25px 25px 45px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
        min-height: 100px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner ul li {
        font-size: 15px;
        margin-bottom: 15px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner a {
        bottom: 28px;
        right: 38px
    }

    .tekrevol__sub .banner-wrap .example {
        margin-bottom: 25px
    }

    .tekrevol__sub .banner-wrap .example .h2,
    .tekrevol__sub .banner-wrap .example h2 {
        font-size: 30px
    }

    .tekrevol__sub .banner-wrap p {
        font-size: 16px;
        line-height: 1.5
    }

    .tekrevol__sub .banner-wrap .btn-wrap {
        margin-top: 25px
    }

    .tekrevol__develop .serv-item .serv-inner .title {
        margin-bottom: 15px
    }

    .tekrevol__develop .serv-item .serv-inner p {
        font-size: 15px;
        line-height: 24px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .list li {
        height: 32px;
        padding: 0 15px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .list.list-two {
        gap: 10px;
        margin-bottom: 20px
    }

    .tekrevol__case .case-outer .case-cont .case-inner p {
        font-size: 15px
    }

    .tekrevol__process .serv-item .serv-inner {
        min-height: 255px
    }

    .tekrevol__process .serv-item .serv-inner .img {
        margin-bottom: 15px
    }

    .tekrevol__process .serv-item .serv-inner .img svg {
        height: 61px
    }

    .tekrevol__process .serv-item .serv-inner .title {
        font-size: 19px;
        line-height: 26px
    }

    .tekrevol__process .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol__levelup .serv-item .serv-inner {
        padding: 50px
    }

    .tekrevol__levelup .serv-item .serv-inner .content .title {
        font-size: 24px;
        line-height: 32px
    }

    .tekrevol__pack .serv-item .serv-inner {
        padding: 24px 25px 15px
    }

    .tekrevol__pack .serv-item .serv-inner .sub-title {
        font-size: 20px
    }

    .tekrevol__pack .serv-item .serv-inner .title {
        font-size: 30px;
        line-height: 36px
    }

    .tekrevol__pack .serv-item .serv-inner ul li {
        font-size: 14px;
        gap: 10px;
        margin-bottom: 15px
    }

    .tekrevol__pack .serv-item .serv-inner ul li .img {
        top: 0
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap {
        padding: 20px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap .title {
        font-size: 18px;
        line-height: 26px;
        min-height: 52px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap p {
        line-height: 1.5
    }

    .tekrevol__testimonials .slider-wrap {
        margin-bottom: 40px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .img {
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content .flag {
        font-size: 14px;
        gap: 10px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content .h4,
    .tekrevol__testimonials .slider-wrap .test_slider .content h4 {
        font-size: 24px;
        line-height: 30px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content p {
        margin-bottom: 15px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content p span {
        font-size: 16px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .swiper-pagination {
        bottom: -32px
    }

    .tekrevol__testimonials .slider-wrap .custom-button {
        bottom: -5px
    }
}

@media screen and (max-width:991px) {
    .tekrevol__banner {
        padding-top: 110px
    }

    .tekrevol__banner .h1,
    .tekrevol__banner h1 {
        margin-bottom: 14px
    }

    .tekrevol__banner .h1 span,
    .tekrevol__banner h1 span {
        font-size: 16px;
        line-height: 26px
    }

    .tekrevol__banner .h2,
    .tekrevol__banner h2 {
        font-size: 32px;
        line-height: 40px
    }

    .tekrevol__banner p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px
    }

    .tekrevol__banner .feat .feat-wrap {
        flex: 0 0 30%
    }

    .tekrevol__banner .feat .feat-wrap:before {
        right: 10px
    }

    .tekrevol__banner .feat .feat-wrap .title {
        font-size: 16px
    }

    .tekrevol__banner .feat .carousel_featured {
        flex: 0 0 70%
    }

    .tekrevol__videobanner .h2,
    .tekrevol__videobanner h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 20px
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap {
        flex: 0 0 155px
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap:before {
        right: 0
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap .title {
        font-size: 15px
    }

    .tekrevol__nextgen .carosal_nextgen .swiper-slide {
        height: auto
    }

    .tekrevol__nextgen .carosal_nextgen .nextgen-item {
        aspect-ratio: unset;
        background-color: #011c29;
        background-image: unset !important;
        background-position: 0;
        height: 100%;
        padding: 40px 0 70px
    }

    .tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content {
        padding: 0 15px;
        width: 100%
    }

    .tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content .title {
        font-size: 25px;
        line-height: 30px
    }

    .tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content p {
        max-width: 100%
    }

    .tekrevol__ratings .rat-outer:before {
        content: ""
    }

    .tekrevol__ratings .rat-outer .rat-wrap span {
        font-size: 42px;
        line-height: 52px
    }

    .tekrevol__ratings .rat-outer .rat-wrap p {
        font-size: 16px;
        line-height: 20px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner {
        padding: 46px 25px 55px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        min-height: 95px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner ul li {
        font-size: 14px;
        margin-bottom: 10px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner {
        padding: 30px 20px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 26px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner .serv-inner-icon svg {
        height: 40px;
        width: auto
    }

    .tekrevol__sub .banner-wrap p {
        font-size: 14px
    }

    .tekrevol__develop .serv-item .serv-inner .title {
        font-size: 18px;
        line-height: 24px
    }

    .tekrevol__develop .serv-item .serv-inner p {
        font-size: 15px;
        line-height: 24px
    }

    .tekrevol__develop .serv-item .serv-inner .img svg {
        height: 61px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .list {
        margin-bottom: 15px
    }

    .tekrevol__case .case-outer .case-cont .case-inner .list.list-two li {
        height: auto;
        padding: 7px 15px
    }

    .tekrevol__case .case-outer .case-cont .case-inner p {
        font-size: 14px
    }

    .tekrevol__process .serv-item .serv-inner {
        min-height: 225px;
        padding: 20px 25px 15px
    }

    .tekrevol__process .serv-item .serv-inner .img {
        margin-bottom: 15px
    }

    .tekrevol__process .serv-item .serv-inner .img svg {
        height: 51px
    }

    .tekrevol__process .serv-item .serv-inner .title {
        font-size: 18px;
        line-height: 24px
    }

    .tekrevol__process .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol__levelup .serv-item .serv-inner {
        padding: 30px 25px
    }

    .tekrevol__levelup .serv-item .serv-inner .content .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px
    }

    .tekrevol__levelup .serv-item .serv-inner .content .sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .tekrevol__levelup .serv-item .serv-inner .content p {
        font-size: 14px;
        line-height: 22px
    }

    .tekrevol__levelup .serv-item .serv-inner .btn-pri {
        margin-top: 10px
    }

    .tekrevol__pack .serv-item .serv-inner {
        padding: 24px 25px 15px
    }

    .tekrevol__pack .serv-item .serv-inner .sub-title {
        font-size: 16px
    }

    .tekrevol__pack .serv-item .serv-inner .title {
        font-size: 24px;
        line-height: 30px
    }

    .tekrevol__pack .serv-item .serv-inner ul li .img {
        height: 14px;
        line-height: 12px;
        top: 2px;
        width: 14px
    }

    .tekrevol__pack .serv-item .serv-inner ul li .img svg {
        height: 8px;
        width: 8px
    }

    .tekrevol__partner .example {
        margin-bottom: 70px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap {
        padding: 15px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap .title {
        font-size: 17px;
        line-height: 24px;
        min-height: auto
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap p {
        line-height: 1.5
    }

    .tekrevol__testimonials .slider-wrap {
        margin-bottom: 20px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .img {
        margin-bottom: 30px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content .h4,
    .tekrevol__testimonials .slider-wrap .test_slider .content h4 {
        font-size: 22px;
        line-height: 1.2
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content p {
        font-size: 13px;
        line-height: 1.8
    }

    .tekrevol__testimonials .slider-wrap .test_slider .swiper-pagination {
        bottom: -3px
    }

    .tekrevol__testimonials .slider-wrap .custom-button {
        display: none
    }

    .tekrevol__insights .tabs-wrap .blog-tabs {
        margin-bottom: 35px
    }

    .tekrevol__insights .tabs-wrap .blog-tabs .nav-link {
        font-size: 15px;
        padding: 10px 20px
    }

    .tekrevol__clients .example:after {
        width: 100% !important
    }
}

@media screen and (max-width:767px) {

    .tekrevol__banner .h1 span,
    .tekrevol__banner h1 span {
        font-size: 18px;
        line-height: 26px
    }

    .tekrevol__banner .h2,
    .tekrevol__banner h2 {
        font-size: 41px;
        line-height: 45px
    }

    .tekrevol__banner p {
        font-size: 16px;
        line-height: 26px
    }

    .tekrevol__banner .bann-img img {
        width: 400px
    }

    .tekrevol__banner .bann-img video {
        width: 400px !important
    }

    .tekrevol__banner .feat {
        margin-bottom: 30px;
        margin-top: 15px
    }

    .tekrevol__banner .feat .feat-wrap {
        flex: 0 0 25%
    }

    .tekrevol__banner .feat .carousel_featured {
        flex: 0 0 75%
    }

    .tekrevol__videobanner .h1 span,
    .tekrevol__videobanner h1 span {
        font-size: 18px;
        line-height: 26px
    }

    .tekrevol__videobanner .h2,
    .tekrevol__videobanner h2 {
        font-size: 36px;
        line-height: 45px
    }

    .tekrevol__videobanner .desktop_view .feat .carousel_featured {
        flex: 0 0 75%
    }

    .tekrevol__awardshome .awards-wrap .row>div:nth-child(3),
    .tekrevol__awardshome .awards-wrap .row>div:nth-child(4) {
        border-top: unset
    }

    .tekrevol__awardshome .awards-wrap .row>div:nth-child(3),
    .tekrevol__awardshome .awards-wrap .row>div:nth-child(7) {
        border-left: 1px solid #f4f4f4
    }

    .tekrevol__ratings .rat-outer:before {
        content: ""
    }

    .tekrevol__ratings .rat-outer .rat-wrap {
        gap: 15px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        min-height: 95px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner ul li {
        font-size: 14px;
        margin-bottom: 10px
    }

    .tekrevol__sub {
        padding-bottom: 80px;
        padding-top: 100px
    }

    .tekrevol__sub .banner-wrap .example .h2,
    .tekrevol__sub .banner-wrap .example h2 {
        font-size: 28px
    }

    .tekrevol__sub .banner-wrap p {
        font-size: 14px
    }

    .tekrevol__develop .serv-item .serv-inner .count {
        font-size: 34px;
        top: 28px
    }

    .tekrevol__develop .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol__develop .serv-item .serv-inner .img svg {
        height: 50px
    }

    .tekrevol__process .serv-item .serv-inner {
        min-height: auto;
        padding: 30px 25px 15px
    }

    .tekrevol__levelup .serv-item .serv-inner {
        padding: 30px 25px
    }

    .tekrevol__levelup .serv-item .serv-inner .content .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .tekrevol__levelup .serv-item .serv-inner .content .sub-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px
    }

    .tekrevol__levelup .serv-item .serv-inner .content p {
        font-size: 14px;
        line-height: 24px
    }

    .tekrevol__levelup .serv-item .serv-inner .btn-pri {
        margin-top: 10px
    }

    .tekrevol__pack .serv-item .serv-inner {
        padding: 24px 24px 15px
    }

    .tekrevol__pack .serv-item .serv-inner .sub-title {
        font-size: 14px
    }

    .tekrevol__pack .serv-item .serv-inner .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .tekrevol__model .serv-item .serv-inner .content-wrap .title {
        min-height: 48px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content .flag {
        top: -5px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content .h4,
    .tekrevol__testimonials .slider-wrap .test_slider .content h4 {
        font-size: 18px
    }

    .tekrevol__testimonials .slider-wrap .test_slider .content p span {
        font-size: 15px
    }

    .tekrevol__insights .tabs-wrap .blog-tabs {
        gap: 15px
    }

    .tekrevol__insights .tabs-wrap .blog-tabs .nav-link {
        font-size: 14px;
        padding: 0 15px 10px
    }
}

@media screen and (max-width:666px) {
    .tekrevol__services .tekrevol__case .case-outer .case-cont .case-inner .title {
        font-size: 22px;
        line-height: 35px
    }

    .tekrevol__services.bahrain-services .serv-tab {
        padding-bottom: 0
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner {
        padding: 20px 15px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner p {
        font-size: 13px;
        line-height: 25px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner .h5,
    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner h5 {
        margin-bottom: 10px
    }

    .tekrevol__services.bahrain-services .serv-tab .serv-item .serv-inner .serv-inner-icon svg {
        height: 40px;
        width: auto
    }

    .tekrevol__industry .example,
    .tekrevol__partner .example {
        margin-bottom: 38px
    }
}

@media screen and (max-width:576px) {
    .tekrevol__banner {
        padding-top: 100px
    }

    .tekrevol__banner .h2,
    .tekrevol__banner h2 {
        font-size: 36px;
        line-height: 45px
    }

    .tekrevol__banner .feat {
        flex-wrap: wrap;
        margin-top: 30px
    }

    .tekrevol__banner .feat .feat-wrap {
        flex: 0 0 100%;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .tekrevol__banner .feat .feat-wrap:before {
        border-bottom: 1px solid #cfcfcf;
        border-right: unset;
        bottom: -4px;
        height: 2px;
        right: 0;
        top: auto;
        width: 100%
    }

    .tekrevol__banner .feat .carousel_featured {
        flex: 0 0 100%
    }

    .tekrevol__videobanner {
        padding-top: 130px
    }

    .tekrevol__videobanner .desktop_view {
        display: block
    }

    .tekrevol__videobanner .desktop_view .feat {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 103px;
        justify-content: center;
        margin-top: 30px
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap {
        flex: 0 0 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap:before {
        border-bottom: 1px solid #06dcbf;
        border-right: unset;
        bottom: -4px;
        content: "";
        height: 2px;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%
    }

    .tekrevol__videobanner .desktop_view .feat .feat-wrap .title {
        color: #fff;
        font-size: 20px;
        font-weight: 700
    }

    .tekrevol__videobanner .desktop_view .feat .feature-list {
        align-items: flex-start;
        display: flex;
        height: 100%;
        justify-content: center;
        margin-left: -15px;
        width: 100%
    }

    .tekrevol__videobanner .desktop_view .feat .feature-list .featured_item .featured_img {
        display: flex;
        justify-content: center
    }

    .tekrevol__videobanner .desktop_view .feat .feature-list .featured_item .featured_img svg {
        height: 100%;
        width: 100%
    }

    .tekrevol__nextgen .carosal_nextgen .nextgen-item .nextgen-content .title {
        font-size: 22px;
        line-height: 32px
    }

    .tekrevol__awardshome .awards-wrap .awards-inner .content .h5,
    .tekrevol__awardshome .awards-wrap .awards-inner .content h5 {
        font-size: 15px
    }

    .tekrevol__awardshome .awards-wrap .awards-inner .content p {
        font-size: 12px
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner {
        padding: 30px 20px 50px
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner .serv-inner-icon {
        margin-bottom: 10px
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner .serv-inner-icon svg {
        height: 50px;
        width: auto
    }

    .tekrevol__services .serv-tab .serv-item .serv-inner .title {
        margin-bottom: 10px
    }

    .tekrevol__ratings .rat-outer:before {
        display: none
    }

    .tekrevol__ratings .rat-outer:last-child .rat-wrap {
        margin-bottom: 0
    }

    .tekrevol__ratings .rat-outer .rat-wrap {
        flex-direction: column;
        gap: 5px;
        margin-bottom: 25px
    }

    .tekrevol__services .example {
        margin-bottom: 30px
    }

    .tekrevol__services .serv-tab {
        padding-bottom: 60px
    }

    .tekrevol__services .serv-tab .swiper-slide {
        height: auto
    }

    .tekrevol__services .btn-wrap {
        margin-top: 30px
    }

    .tekrevol__industry .industry_serv {
        padding-bottom: 60px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner {
        padding: 25px 20px 50px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner .industry_icon {
        height: 44px;
        margin-bottom: 15px;
        width: 44px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner .industry_icon svg {
        height: 22px;
        width: auto
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner .title {
        margin-bottom: 15px
    }

    .tekrevol__industry .industry_serv .serv-item .serv-inner a {
        bottom: 18px;
        right: 23px
    }

    .tekrevol__sub {
        padding-top: 80px
    }

    .tekrevol__sub .banner-wrap .example .h2,
    .tekrevol__sub .banner-wrap .example h2 {
        font-size: 24px
    }

    .tekrevol__sub .banner-wrap p {
        font-size: 14px
    }

    .tekrevol__pack .serv-item .serv-inner .sub-title {
        display: inline-block;
        margin-right: 5px
    }

    .tekrevol__pack .serv-item .serv-inner .title {
        display: inline-block
    }

    .tekrevol__insights .tabs-wrap .blog-tabs {
        gap: 5px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content {
        gap: 10px
    }

    .tekrevol__insights .tabs-wrap .blog-item .content .inner-wrap .title {
        font-size: 16px;
        height: 48px;
        letter-spacing: 0;
        margin-bottom: 10px
    }
}

@media screen and (max-width:575px) {
    .tekrevol__model .serv-item .serv-inner .content-wrap .title {
        min-height: auto
    }
}

.example-bottom {
    margin-bottom: 70px
}

.example-bottom .h2,
.example-bottom h2 {
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

.btn-pri {
    align-items: center;
    background: #06dcbf;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 400;
    height: 60px;
    line-height: 34px;
    padding: 0 36px;
    text-align: center
}

.btn-pri:hover {
    background-color: #fff;
    border: 2px solid #06dcbf;
    color: #06dcbf
}

.btn-wrap.btn_load_all a {
    align-items: center;
    display: inline-flex
}

.btn-wrap.btn_load_all a svg {
    margin-left: 0
}

.all-tabs {
    border: unset;
    margin-bottom: 71px
}

.all-tabs .nav-item,
.all-tabs .nav-link {
    border: unset;
    flex: none
}

.all-tabs .nav-link {
    color: #212529;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    padding: 19px 35px;
    position: relative
}

.all-tabs .nav-link:before {
    background-color: #06dcbf;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .15s ease-in-out;
    width: 0
}

.all-tabs .nav-link.active,
.all-tabs .nav-link:hover {
    color: #06dcbf
}

.all-tabs .nav-link.active:before,
.all-tabs .nav-link:hover:before {
    width: calc(100% - 70px)
}

.serv-item {
    height: 100%
}

.serv-item .serv-inner {
    border-radius: 10px;
    height: 100%;
    padding: 106px 40px 100px;
    position: relative;
    transition: all .15s ease-in-out
}

.serv-item .serv-inner .serv-inner-icon {
    margin-bottom: 20px
}

.serv-item .serv-inner .title {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 41px;
    margin-bottom: 35px;
    min-height: 82px;
    transition: inherit
}

.serv-item .serv-inner .title_wrap {
    position: unset
}

.serv-item .serv-inner p {
    color: #212529;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: inherit
}

.serv-item .serv-inner a {
    bottom: 28px;
    position: absolute;
    right: 38px;
    transition: inherit;
    z-index: 2
}

.serv-item .serv-inner a path,
.serv-item .serv-inner a svg {
    transition: inherit
}

.serv-item .serv-inner ul li {
    font-size: 17px;
    font-weight: 400;
    transition: inherit
}

.serv-item .serv-inner:hover {
    background-color: #06dcbf
}

.serv-item .serv-inner:hover .title,
.serv-item .serv-inner:hover p {
    color: #fff
}

.serv-item .serv-inner:hover .title_wrap {
    transform: none
}

.serv-item .serv-inner:hover a {
    transform: rotate(41.82deg)
}

.serv-item .serv-inner:hover a path,
.serv-item .serv-inner:hover a svg {
    fill: #fff !important;
    stroke: #fff !important
}

.serv-item .serv-inner:hover .serv-inner-icon svg path {
    fill: #fff
}

.custom-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.custom-next-button {
    right: -46px
}

.custom-prev-button {
    left: -46px
}

.pri-list li {
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.pri-list li:before {
    background-color: #06dcbf;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 14px
}

@media screen and (max-width:1800px) {
    .serv-item .serv-inner {
        padding: 90px 36px 80px
    }

    .serv-item .serv-inner .title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
        min-height: 76px
    }
}

@media screen and (max-width:1599px) {
    .btn-pri {
        font-size: 20px;
        height: 50px
    }

    .btn-wrap.btn_load_all a {
        font-size: 19px;
        line-height: 30px
    }

    .all-tabs {
        margin-bottom: 50px
    }

    .all-tabs .nav-link {
        font-size: 18px;
        line-height: 32px;
        padding: 19px 30px
    }

    .serv-item .serv-inner {
        padding: 86px 36px 60px
    }

    .serv-item .serv-inner .title {
        font-size: 28px;
        line-height: 34px;
        min-height: 68px
    }

    .serv-item .serv-inner p {
        font-size: 16px
    }

    .serv-item .serv-inner a {
        bottom: 28px;
        right: 38px
    }
}

@media screen and (max-width:1399px) {
    .btn-pri {
        font-size: 18px;
        height: 50px
    }

    .btn-wrap.btn_load_all a {
        font-size: 18px;
        line-height: 26px
    }

    .all-tabs {
        margin-bottom: 50px
    }

    .all-tabs .nav-link {
        padding: 16px 22px
    }

    .serv-item .serv-inner {
        padding: 66px 30px 65px
    }

    .serv-item .serv-inner .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
        min-height: 64px
    }

    .serv-item .serv-inner p {
        font-size: 16px;
        line-height: 28px
    }

    .serv-item .serv-inner a {
        bottom: 28px;
        right: 38px
    }

    .custom-button {
        left: auto;
        right: 20px;
        top: -70px;
        transform: unset;
        z-index: 2
    }

    .custom-next-button {
        right: 0
    }

    .custom-prev-button {
        left: auto;
        right: 50px
    }

    .pri-list li {
        padding-left: 20px
    }

    .pri-list li:before {
        height: 10px;
        width: 10px
    }
}

@media screen and (max-width:1199px) {
    .btn-pri {
        font-size: 16px;
        height: 45px
    }

    .btn-wrap.btn_load_all a {
        font-size: 16px;
        line-height: 22px
    }

    .all-tabs {
        margin-bottom: 50px
    }

    .all-tabs .nav-link {
        font-size: 15px;
        line-height: 28px;
        padding: 10px 12px
    }

    .serv-item .serv-inner {
        padding: 46px 25px 55px
    }

    .serv-item .serv-inner .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 26px;
        min-height: 32px
    }

    .serv-item .serv-inner p {
        font-size: 16px;
        line-height: 28px
    }

    .serv-item .serv-inner a {
        bottom: 28px;
        right: 38px
    }
}

@media screen and (max-width:991px) {
    .btn-pri {
        font-size: 16px;
        height: 50px
    }

    .btn-wrap.btn_load_all a {
        font-size: 14px;
        line-height: 20px
    }

    .serv-item .serv-inner .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .serv-item .serv-inner p {
        font-size: 14px;
        line-height: 24px
    }

    .serv-item .serv-inner a {
        bottom: 28px;
        right: 38px
    }
}

@media screen and (max-width:767px) {
    .btn-pri {
        font-size: 14px;
        height: 40px;
        padding: 0 24px
    }

    .example-bottom {
        margin-bottom: 60px
    }
}

@media screen and (max-width:666px) {
    .example-bottom {
        margin-bottom: 30px
    }
}

@media screen and (max-width:576px) {
    .serv-item .serv-inner {
        height: 100%;
        padding-bottom: 50px
    }

    .serv-item .serv-inner a {
        bottom: 18px;
        right: 23px
    }

    .custom-button {
        bottom: 0;
        top: auto
    }

    .custom-next-button {
        right: calc(50% - 25px);
        transform: translateX(50%)
    }

    .custom-prev-button {
        left: auto;
        right: calc(50% + 25px);
        transform: translateX(50%)
    }
}

.modal-popup.modal .modal-dialog {
    max-width: 1400px
}

.modal-popup.modal .modal-dialog .modal-content {
    background-color: unset;
    border: unset;
    border-radius: 30px;
    overflow: hidden
}

.modal-popup .popup-section {
    align-items: stretch;
    display: flex
}

.modal-popup .popup-section .popup-content {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 652px;
    height: auto;
    padding: 60px 50px 30px
}

.modal-popup .popup-section .popup-content .title {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.2;
    text-transform: capitalize
}

.modal-popup .popup-section .popup-content p {
    color: #fff;
    line-height: 1.5
}

.modal-popup .popup-section .popup-form {
    align-items: center;
    border-radius: unset;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    max-width: 100%;
    padding: 100px
}

.modal-popup .popup-section .popup-form .banner_form_inner {
    margin: 0;
    width: 100%
}

.modal-popup .popup-section .popup-form .banner_form_inner .from_item.textarea-item:after {
    top: 168px
}

.modal-popup .popup-section .popup-form .banner_form_inner .from_item textarea {
    height: 170px
}

.modal-popup .popup-section .popup-form .banner_form_inner .btn_submit {
    background: #06dcbf;
    color: #fff;
    width: 100%
}

.modal-popup .popup-section .popup-form .banner_form_inner .btn_submit:hover {
    background: transparent;
    color: #06dcbf
}

@media screen and (max-width:1800px) {
    .modal-popup .popup-section .popup-content .title {
        font-size: 40px
    }

    .modal-popup .popup-section .popup-form {
        justify-content: center;
        padding: 80px
    }
}

@media screen and (max-width:1599px) {
    .modal-popup.modal .modal-dialog {
        max-width: 1000px
    }

    .modal-popup .popup-section .popup-content {
        flex: 0 0 45%
    }

    .modal-popup .popup-section .popup-content .title {
        font-size: 30px
    }

    .modal-popup .popup-section .popup-form {
        padding: 50px
    }
}

@media screen and (max-width:1399px) {
    .modal-popup .popup-section .popup-form .banner_form_inner .from_item.textarea-item:after {
        top: 118px
    }

    .modal-popup .popup-section .popup-form .banner_form_inner .from_item textarea {
        height: 120px
    }
}

@media screen and (max-width:1199px) {
    .modal-popup.modal .modal-dialog {
        max-width: 760px
    }

    .modal-popup .popup-section .popup-content {
        padding: 30px
    }

    .modal-popup .popup-section .popup-content .title {
        font-size: 22px
    }

    .modal-popup .popup-section .popup-form {
        padding: 60px
    }

    .modal-popup .popup-section .popup-form .banner_form_inner .from_item.textarea-item:after {
        top: 78px
    }

    .modal-popup .popup-section .popup-form .banner_form_inner .from_item textarea {
        height: 80px
    }
}

@media screen and (max-width:991px) {
    .modal-popup.modal .modal-dialog {
        max-width: 760px
    }

    .modal-popup .popup-section .popup-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 25px
    }

    .modal-popup .popup-section .popup-form {
        padding: 40px
    }
}

@media screen and (max-width:767px) {
    .modal-popup .popup-section {
        flex-direction: column
    }

    .modal-popup .popup-section .popup-content {
        padding: 30px 15px 15px
    }

    .modal-popup .popup-section .popup-content .title,
    .modal-popup .popup-section .popup-content p {
        text-align: center
    }

    .modal-popup .popup-section .popup-content .image {
        margin: 0 auto;
        max-width: 160px
    }

    .modal-popup .popup-section .popup-form {
        padding: 15px 30px
    }
}

.inner__banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 230px;
    padding-top: 360px
}

.cloud__process .example:has(p) .h2,
.cloud__process .example:has(p) h2 {
    margin-bottom: 30px
}

.cloud__process .example p {
    margin: 0 auto;
    max-width: 850px
}

.cloud__process .serv-item .serv-inner {
    padding: 60px 30px 30px
}

.cloud__process .serv-item .serv-inner .title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 35px;
    min-height: auto
}

.cloud__process .serv-item .serv-inner p {
    color: #898989;
    margin-bottom: 0
}

.cloud__process .serv-item .serv-inner .img {
    margin-bottom: 30px
}

.cloud__process .serv-item .serv-inner .img svg {
    height: 71px
}

.cloud__process .serv-item .serv-inner .img svg g path {
    transition: inherit
}

.cloud__process .serv-item .serv-inner:hover {
    background-color: #06dcbf
}

.cloud__process .serv-item .serv-inner:hover p {
    color: #fff
}

.cloud__process .serv-item .serv-inner:hover svg>g>path,
.cloud__process .serv-item .serv-inner:hover svg>path {
    fill: #fff
}

.cloud__process.cloud__services .serv-item .serv-inner .title {
    min-height: 60px
}

.cloud__process.cloud__services .serv-item .serv-inner:hover {
    background-color: #06dcbf !important
}

.cloud-support-advantages {
    margin-bottom: 50px
}

.cloud-support-advantages .main-title {
    margin-bottom: 70px
}

.cloud-support-advantages .content .title {
    font-size: 28px;
    line-height: 1.5
}

.cloud-support-advantages .content p {
    margin-bottom: 0
}

.cloud-support-advantages .content.content-one {
    margin-bottom: 30px;
    margin-right: 86px
}

.cloud-support-advantages .content.content-two {
    margin-bottom: 154px;
    margin-right: 28px
}

.cloud-support-advantages .content.content-three {
    margin-bottom: 74px
}

.cloud-support-advantages .content.content-four {
    margin-bottom: 114px;
    margin-left: 28px
}

.cloud-support-advantages .content.content-five {
    margin-left: 86px
}

.cloud-support-advantages .num {
    aspect-ratio: 1/1;
    background-color: #06dcbf;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    font-size: 28px;
    font-weight: 600;
    height: 82px;
    justify-content: center;
    line-height: 82px;
    width: auto
}

.cloud-support-advantages .image {
    padding-bottom: 70px;
    padding-top: 120px;
    position: relative
}

.cloud-support-advantages .image:before {
    aspect-ratio: 1/1;
    border: 1px dotted #000;
    border-radius: 50%;
    content: "";
    height: calc(100% + 50px);
    left: 50%;
    position: absolute;
    top: calc(50% + 35px);
    transform: translate(-50%, -50%);
    width: auto
}

.cloud-support-advantages .image .num {
    position: absolute
}

.cloud-support-advantages .image .num.num-one {
    left: -99px;
    top: calc(50% + 40px)
}

.cloud-support-advantages .image .num.num-two {
    left: -30px;
    top: calc(30% - 85px)
}

.cloud-support-advantages .image .num.num-three {
    left: 50%;
    top: -28px;
    transform: translateX(-50%)
}

.cloud-support-advantages .image .num.num-four {
    right: -30px;
    top: calc(30% - 85px)
}

.cloud-support-advantages .image .num.num-five {
    right: -99px;
    top: calc(50% + 40px)
}

.cloud__subbanner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.cloud__subbanner .content {
    margin-bottom: 25px;
    margin-right: 100px;
    margin-top: 25px
}

.cloud__subbanner .content .title {
    color: #fff;
    margin-bottom: 40px
}

.cloud__subbanner .content p {
    margin-bottom: 40px
}

@media screen and (max-width:1800px) {
    .cloud__process .serv-item .serv-inner .title {
        font-size: 25px;
        margin-bottom: 25px
    }

    .cloud__process .serv-item .serv-inner p {
        font-size: 15px;
        line-height: 1.8
    }

    .cloud-support-advantages .content .title {
        font-size: 24px
    }

    .cloud-support-advantages .content.content-two {
        margin-bottom: 114px;
        margin-right: 20px
    }

    .cloud-support-advantages .content.content-three {
        margin-bottom: 64px
    }

    .cloud-support-advantages .content.content-four {
        margin-left: 0
    }

    .cloud-support-advantages .num {
        font-size: 24px;
        height: 70px;
        line-height: 70px
    }

    .cloud-support-advantages .image .num {
        position: absolute
    }

    .cloud-support-advantages .image .num.num-one {
        left: -119px;
        top: calc(50% - 20px)
    }

    .cloud-support-advantages .image .num.num-two {
        left: -38px;
        top: calc(30% - 90px)
    }

    .cloud-support-advantages .image .num.num-three {
        top: -15px
    }

    .cloud-support-advantages .image .num.num-four {
        right: -38px;
        top: calc(30% - 90px)
    }

    .cloud-support-advantages .image .num.num-five {
        right: -119px;
        top: calc(50% - 20px)
    }

    .cloud__subbanner .content {
        margin-right: 0
    }
}

@media screen and (max-width:1599px) {
    .cloud__process .serv-item .serv-inner .title {
        font-size: 23px;
        margin-bottom: 20px
    }

    .cloud__process.cloud__services .serv-item .serv-inner .title {
        min-height: 56px
    }

    .cloud-support-advantages .content .title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .cloud-support-advantages .content.content-one {
        margin-bottom: 0;
        margin-right: 56px
    }

    .cloud-support-advantages .content.content-two {
        margin-bottom: 134px
    }

    .cloud-support-advantages .content.content-three {
        margin-bottom: 35px
    }

    .cloud-support-advantages .content.content-four {
        margin-bottom: 135px
    }

    .cloud-support-advantages .content.content-five {
        margin-left: 56px
    }

    .cloud-support-advantages .num {
        font-size: 20px;
        height: 60px;
        line-height: 60px
    }

    .cloud-support-advantages .image:before {
        height: calc(100% - 10px)
    }

    .cloud-support-advantages .image .num {
        position: absolute
    }

    .cloud-support-advantages .image .num.num-one {
        left: -83px
    }

    .cloud-support-advantages .image .num.num-two {
        left: -15px;
        top: calc(30% - 65px)
    }

    .cloud-support-advantages .image .num.num-three {
        top: 10px
    }

    .cloud-support-advantages .image .num.num-four {
        right: -15px;
        top: calc(30% - 65px)
    }

    .cloud-support-advantages .image .num.num-five {
        right: -83px
    }
}

@media screen and (max-width:1399px) {

    .cloud__process .example:has(p) .h2,
    .cloud__process .example:has(p) h2 {
        margin-bottom: 20px
    }

    .cloud__process .serv-item .serv-inner {
        padding: 40px 20px 20px
    }

    .cloud__process .serv-item .serv-inner .title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .cloud__process .serv-item .serv-inner p {
        font-size: 14px
    }

    .cloud__process .serv-item .serv-inner .img {
        margin-bottom: 20px
    }

    .cloud__process .serv-item .serv-inner .img svg {
        height: 60px
    }

    .cloud__process.cloud__services .serv-item .serv-inner .title {
        margin-bottom: 15px;
        min-height: 48px
    }

    .cloud__process.cloud__services .serv-item .serv-inner p {
        font-size: 13px
    }

    .cloud-support-advantages .content .title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .cloud-support-advantages .content.content-one {
        margin-bottom: 30px
    }

    .cloud-support-advantages .image .num.num-one {
        left: -86px
    }

    .cloud-support-advantages .image .num.num-five {
        right: -86px
    }
}

@media screen and (max-width:1199px) {
    .cloud__process.cloud__services .serv-item .serv-inner .title {
        min-height: inherit
    }

    .cloud-support-advantages .col-first .row {
        align-items: start;
        flex-direction: row-reverse
    }

    .cloud-support-advantages .content .title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .cloud-support-advantages .content.content-one,
    .cloud-support-advantages .content.content-two {
        margin-bottom: 30px;
        margin-right: 0
    }

    .cloud-support-advantages .content.content-three {
        margin-bottom: 30px
    }

    .cloud-support-advantages .content.content-four {
        margin-bottom: 0
    }

    .cloud-support-advantages .content.content-five {
        margin-left: 0
    }

    .cloud-support-advantages .num {
        margin-bottom: 15px
    }
}

@media screen and (max-width:991px) {

    .cloud__process .example:has(p) .h2,
    .cloud__process .example:has(p) h2 {
        margin-bottom: 15px
    }

    .cloud__process .serv-item .serv-inner .title {
        font-size: 18px
    }

    .cloud__subbanner {
        overflow: hidden;
        position: relative
    }

    .cloud__subbanner:before {
        background-color: rgba(0, 0, 0, .6);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0
    }

    .cloud__subbanner .content {
        margin-right: 0
    }

    .cloud__subbanner .content .title,
    .cloud__subbanner .content p {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {

    .cloud__process .example:has(p) .h2,
    .cloud__process .example:has(p) h2 {
        margin-bottom: 15px
    }

    .cloud__process .serv-item .serv-inner .img svg {
        height: 50px
    }

    .cloud-support-advantages .col-first .row {
        align-items: start;
        flex-direction: column-reverse
    }

    .cloud-support-advantages .content .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .cloud-support-advantages .content.content-four {
        margin-bottom: 30px
    }

    .cloud__subbanner .content {
        margin-right: 0
    }

    .cloud__subbanner .content .title,
    .cloud__subbanner .content p {
        margin-bottom: 20px
    }
}

body {
    font-family: Poppins, sans-serif
}

body .container {
    max-width: 1600px;
    position: relative
}

body .overflow-x-hidden {
    overflow-x: hidden
}

body .h1 span,
body .h2 span,
body .h3 span,
body .h4 span,
body .h5 span,
body .h6 span,
body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span,
body h6 span {
    color: #06dcbf
}

body .h1,
body h1 {
    font-size: 54px;
    line-height: 65px
}

body .h1,
body .h2,
body h1,
body h2 {
    color: #000000;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 20px
}

body .h2,
body h2 {
    font-size: 52px;
    line-height: 63px
}

body .h3,
body h3 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px
}

body .h3_head.h3,
body h3.h3_head {
    font-size: 54px;
    letter-spacing: -2px;
    line-height: 65px
}

body .h3_head.h3,
body .h4,
body h3.h3_head,
body h4 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px
}

body .h4,
body h4 {
    font-size: 26px;
    line-height: 36px
}

body .h5,
body h5 {
    color: #314252;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px
}

body .strong.h5,
body h5.strong {
    font-weight: 700
}

body .h6,
body h6 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 50px
}

body .h6,
body h6,
body p {
    font-family: Poppins, sans-serif;
    font-style: normal
}

body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px
}

body p a {
    color: #06dcbf;
    font-weight: 500
}

body p a:hover {
    color: #000
}

body p a.dark_bg:hover {
    color: #fff
}

body p.strong {
    font-weight: 600
}

body ul {
    margin: 0;
    padding: 0
}

body ul li {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    list-style: none;
    margin-bottom: 0
}

body ul li a {
    color: #000;
    font-weight: 500
}

body ul li a:hover {
    color: #06dcbf
}

body a {
    text-decoration: none
}

body .example {
    position: relative
}

body .example:after {
    bottom: 0;
    color: #13dcbf;
    content: attr(data-text);
    font-family: Poppins, sans-serif;
    font-size: 190px;
    font-style: normal;
    font-weight: 700;
    left: 0;
    letter-spacing: -.03em;
    line-height: 0px;
    opacity: .25;
    position: absolute;
    width: 1600px;
    z-index: -1
}

body .example:hover:after {
    animation: hoverFx 1s infinite
}

body .example.center {
    left: 50%;
    transform: translate(-50%)
}

body .example.center:after {
    max-width: 100%
}

body .example1 {
    position: relative
}

body .example1:after {
    bottom: 0;
    color: #e2e2e2;
    content: attr(data-text);
    font-family: Poppins, sans-serif;
    font-size: 250px;
    font-style: normal;
    font-weight: 700;
    left: 0;
    letter-spacing: -.03em;
    line-height: 0px;
    opacity: .25;
    position: absolute;
    width: 1600px;
    z-index: -1
}

body .example1:hover:after {
    animation: hoverFx 1s infinite
}

body .example1.center {
    left: 50%;
    transform: translate(-50%)
}

body .example1.center:after {
    max-width: 100%
}

@keyframes hoverFx {
    0% {
        bottom: 0;
        left: 0
    }

    20% {
        bottom: -.01em;
        left: .1em
    }

    40% {
        bottom: .001em;
        left: -.005em
    }

    60% {
        bottom: -.005em;
        left: -.1em
    }

    80% {
        bottom: .001em;
        left: .005em
    }

    to {
        bottom: 0;
        left: 0
    }
}

body .sub_txt1 {
    bottom: 150px;
    color: #e2e2e2;
    font-family: Poppins, sans-serif;
    font-size: 250px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 0;
    opacity: .25;
    position: absolute;
    right: 0;
    transform: translate(0);
    z-index: -1
}

body .p-100 {
    padding: 100px 0;
    position: relative
}

body .pt-100 {
    padding-top: 100px
}

body .mt-70 {
    margin-top: 70px
}

body .tekrevol_gray_bg {
    background: #f8f8fb;
    z-index: 0
}

body .tekrevol_gray_bg .example:after {
    opacity: .35
}

body .tekrevol_gray_bg a.border_btn {
    background: transparent;
    border: 2px solid #06dcbf
}

body .tekrevol_gray_bg a.border_btn:hover {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    color: #fff
}

body .tekrevol_dark_bg {
    background: transparent;
    z-index: 0
}

body .tekrevol_dark_bg .example:after {
    opacity: 0.1
}

body .tekrevol_dark_bg a.border_btn {
    background: transparent;
    border: 2px solid #06dcbf;
    color: #06dcbf
}

body .tekrevol_dark_bg a.border_btn:hover {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    color: #fff
}

body .tekrevol_dark_bg .h2,
body .tekrevol_dark_bg .h3,
body .tekrevol_dark_bg .h4,
body .tekrevol_dark_bg .h5,
body .tekrevol_dark_bg .h6,
body .tekrevol_dark_bg h2,
body .tekrevol_dark_bg h3,
body .tekrevol_dark_bg h4,
body .tekrevol_dark_bg h5,
body .tekrevol_dark_bg h6,
body .tekrevol_dark_bg li,
body .tekrevol_dark_bg p {
    color: #fff
}

body .tekrevol_dark_bg ul {
    margin-bottom: 20px
}

body .tekrevol_dark_bg ul li:before {
    background: #fff
}

body .services_orange_bg {
    background: radial-gradient(35.07% 99.59% at 30.26% 61.5%, #f9a42d 0, #f37a1f 93.36%)
}

body .services_orange_bg .h2,
body .services_orange_bg h2,
body .services_orange_bg p {
    color: #fff
}

body a.border_btn {
    color: #fff !important;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #06dcbf;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    min-width: 180px;
    padding: 0 30px;
    position: relative;
    text-align: center
}

body a.border_btn:hover {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    color: #fff
}

body button.border_btn {
    background: #fff;
    border: 2px solid #06dcbf;
    border-radius: 50px;
    color: #06dcbf;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    min-width: 180px;
    padding: 0 30px;
    position: relative;
    text-align: center
}

body button.border_btn:hover {
    background: #06dcbf;
    border: 2px solid #06dcbf;
    color: #fff
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
    outline: 0;
    z-index: 3
}

.img_blog.loading img {
    height: 150px !important;
    width: 150px !important
}

.btn_load_all a,
.project_link a {
    color: #06dcbf;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase
}

.btn_load_all a svg,
.project_link a svg {
    margin-left: 15px;
    width: 30px
}

body a.nav_link:after {
    border-top: 5px solid;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: opacity .3s, transform .3s;
    width: 100%
}

body a.nav_link.active:after,
body a.nav_link:hover:after {
    opacity: 1;
    transform: scale(1)
}

body a.btn_primary:hover,
body a:hover {
    transition: all .3s ease-in
}

body .bulet_points ul {
    margin-bottom: 30px;
    padding-left: 30px
}

body .bulet_points ul li {
    position: relative
}

body .bulet_points ul li:before {
    background: #000;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 5px;
    left: -20px;
    position: absolute;
    top: 20px;
    width: 5px
}

@media(min-width:1600px)and (max-width:1800px) {
    body .container {
        max-width: 1340px
    }

    body .h1,
    body h1 {
        font-size: 44px;
        line-height: 60px
    }

    body .h2,
    body h2 {
        font-size: 42px;
        line-height: 58px
    }

    body .h3,
    body h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 20px
    }

    body .h3_head.h3,
    body h3.h3_head {
        font-size: 44px;
        line-height: 60px
    }

    body .h4,
    body h4 {
        font-size: 24px;
        font-weight: 700
    }

    body .h4,
    body .h5,
    body h4,
    body h5 {
        line-height: 35px;
        margin-bottom: 20px
    }

    body .h5,
    body h5 {
        font-size: 22px;
        font-weight: 600
    }

    body .h6,
    body h6 {
        font-size: 22px;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 50px
    }

    body p {
        margin-bottom: 20px
    }

    body p,
    body ul li {
        font-size: 16px;
        line-height: 32px
    }

    body ul li {
        margin-bottom: 0
    }

    body .example:after {
        font-size: 150px;
        line-height: 0px;
        width: 1340px
    }

    body .example1 {
        position: relative
    }

    body .example1:after {
        font-size: 200px
    }

    body .sub_txt1 {
        bottom: 150px;
        font-size: 250px;
        line-height: 0;
        right: 0
    }

    body .p-100 {
        padding: 80px 0
    }

    body .pt-100 {
        padding-top: 80px
    }

    body .mt-70 {
        margin-top: 60px
    }

    body .tekrevol_gray_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf
    }

    body .tekrevol_gray_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body .tekrevol_dark_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf;
        color: #06dcbf
    }

    body .tekrevol_dark_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body a.border_btn,
    button.border_btn {
        border: 2px solid #06dcbf;
        border-radius: 45px;
        font-size: 16px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }
}

@media(min-width:1400px)and (max-width:1599px) {
    body .container {
        max-width: 1240px
    }

    body .h1,
    body h1 {
        font-size: 40px;
        line-height: 55px
    }

    body .h2,
    body h2 {
        font-size: 38px;
        line-height: 53px
    }

    body .h3,
    body h3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        margin-bottom: 20px
    }

    body .h3_head.h3,
    body h3.h3_head {
        font-size: 40px;
        line-height: 55px
    }

    body .h4,
    body h4 {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 10px
    }

    body .h5,
    body h5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 33px;
        margin-bottom: 20px
    }

    body .h6,
    body h6 {
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 30px
    }

    body p {
        margin-bottom: 20px
    }

    body p,
    body ul li {
        font-size: 15px;
        line-height: 30px
    }

    body ul li {
        margin-bottom: 0
    }

    body .example:after {
        font-size: 130px;
        line-height: 0px;
        width: 1240px
    }

    body .example1:after {
        font-size: 190px
    }

    body .p-100 {
        padding: 70px 0
    }

    body .pt-100 {
        padding-top: 70px
    }

    body .mt-70 {
        margin-top: 50px
    }

    body .tekrevol_gray_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf
    }

    body .tekrevol_gray_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body .tekrevol_dark_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf;
        color: #06dcbf
    }

    body .tekrevol_dark_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body a.border_btn,
    button.border_btn {
        border: 2px solid #06dcbf;
        border-radius: 45px;
        font-size: 15px;
        font-weight: 600;
        height: 45px;
        line-height: 45px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }
}

@media(min-width:1200px)and (max-width:1399px) {
    body .container {
        max-width: 1130px
    }

    body .h1,
    body h1 {
        font-size: 35px;
        line-height: 45px
    }

    body .h2,
    body h2 {
        font-size: 33px;
        line-height: 43px
    }

    body .h3,
    body h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 20px
    }

    body .h3_head.h3,
    body h3.h3_head {
        font-size: 35px;
        line-height: 45px
    }

    body .h4,
    body h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px
    }

    body .h5,
    body h5 {
        font-weight: 600
    }

    body .h5,
    body .h6,
    body h5,
    body h6 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px
    }

    body .h6,
    body h6 {
        font-weight: 500
    }

    body p,
    body ul li {
        font-size: 14px;
        line-height: 28px
    }

    body ul li {
        margin-bottom: 0
    }

    body .example:after {
        font-size: 110px;
        line-height: 0px;
        width: 1130px
    }

    body .example1:after {
        font-size: 160px
    }

    body .sub_txt1 {
        bottom: 150px;
        font-size: 250px;
        line-height: 0;
        right: 0
    }

    body .p-100 {
        padding: 50px 0
    }

    body .pt-100 {
        padding-top: 50px
    }

    body .mt-70 {
        margin-top: 40px
    }

    body .tekrevol_gray_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf
    }

    body .tekrevol_gray_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body .tekrevol_dark_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf;
        color: #06dcbf
    }

    body .tekrevol_dark_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body a.border_btn,
    body button.border_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }
}

@media(min-width:992px)and (max-width:1199px) {
    body .container {
        max-width: 900px
    }

    body .h1,
    body h1 {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 40px
    }

    body .h2,
    body h2 {
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 38px
    }

    body .h3,
    body h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 20px
    }

    body .h3_head.h3,
    body h3.h3_head {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 40px
    }

    body .h4,
    body h4 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 10px
    }

    body .h5,
    body h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px
    }

    body .h5,
    body .h6,
    body h5,
    body h6 {
        letter-spacing: 0;
        margin-bottom: 20px
    }

    body .h6,
    body h6 {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px
    }

    body p,
    body ul li {
        font-size: 13px;
        line-height: 26px
    }

    body ul li {
        margin-bottom: 0
    }

    body .example:after {
        font-size: 90px;
        line-height: 0px;
        width: 900px
    }

    body .example1:after {
        font-size: 150px;
        line-height: 0px;
        width: 900px
    }

    body .p-100 {
        padding: 40px 0
    }

    body .pt-100 {
        padding-top: 40px
    }

    body .mt-70 {
        margin-top: 30px
    }

    body .tekrevol_gray_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf
    }

    body .tekrevol_gray_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body .tekrevol_dark_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf;
        color: #06dcbf
    }

    body .tekrevol_dark_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body a.border_btn,
    body button.border_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    body .bulet_points ul {
        margin-bottom: 20px;
        padding-left: 20px
    }

    body .bulet_points ul li:before {
        left: -16px;
        top: 13px
    }
}

@media(min-width:768px)and (max-width:991px) {
    body .container {
        max-width: 860px
    }

    body .h1,
    body h1 {
        font-size: 25px;
        line-height: 35px
    }

    body .h1,
    body .h2,
    body h1,
    body h2 {
        letter-spacing: 1px;
        margin-bottom: 15px
    }

    body .h2,
    body h2 {
        font-size: 23px;
        line-height: 33px
    }

    body .h3,
    body h3 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 26px;
        margin-bottom: 15px
    }

    body .h3_head.h3,
    body h3.h3_head {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 35px;
        margin-bottom: 15px
    }

    body .h4,
    body h4 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 10px
    }

    body .h5,
    body h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px
    }

    body .h5,
    body .h6,
    body h5,
    body h6 {
        letter-spacing: 0;
        margin-bottom: 20px
    }

    body .h6,
    body h6 {
        font-size: 15px;
        font-weight: 500;
        line-height: 25px
    }

    body p {
        margin-bottom: 15px
    }

    body p,
    body ul li {
        font-size: 12px;
        line-height: 24px
    }

    body ul li {
        margin-bottom: 0
    }

    body .example:after {
        font-size: 70px;
        line-height: 0px;
        width: 700px
    }

    body .example1:after {
        font-size: 100px;
        line-height: 0px;
        width: 860px
    }

    body .p-100 {
        padding: 40px 0
    }

    body .pt-100 {
        padding-top: 40px
    }

    body .mt-70 {
        margin-top: 30px
    }

    body .tekrevol_gray_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf
    }

    body .tekrevol_gray_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body .tekrevol_dark_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf;
        color: #06dcbf
    }

    body .tekrevol_dark_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body a.border_btn,
    body button.border_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    body .bulet_points ul {
        margin-bottom: 20px;
        padding-left: 20px
    }

    body .bulet_points ul li:before {
        left: -16px;
        top: 13px
    }
}

@media(min-width:501px)and (max-width:767px) {
    body .container {
        max-width: 700px
    }

    body .h1,
    body h1 {
        font-size: 25px;
        line-height: 35px
    }

    body .h1,
    body .h2,
    body h1,
    body h2 {
        letter-spacing: 1px;
        margin-bottom: 15px
    }

    body .h2,
    body h2 {
        font-size: 23px;
        line-height: 33px
    }

    body .h3,
    body h3 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 26px;
        margin-bottom: 15px
    }

    body .h3_head.h3,
    body h3.h3_head {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 35px;
        margin-bottom: 15px
    }

    body .h4,
    body h4 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 10px
    }

    body .h5,
    body h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px
    }

    body .h5,
    body .h6,
    body h5,
    body h6 {
        letter-spacing: 0;
        margin-bottom: 20px
    }

    body .h6,
    body h6 {
        font-size: 15px;
        font-weight: 500;
        line-height: 25px
    }

    body p {
        margin-bottom: 15px
    }

    body p,
    body ul li {
        font-size: 12px;
        line-height: 24px
    }

    body ul li {
        margin-bottom: 0
    }

    body .example:after {
        font-size: 70px;
        line-height: 0px;
        width: 700px
    }

    body .example1:after {
        font-size: 100px;
        line-height: 0px;
        width: 700px
    }

    body .p-100 {
        padding: 40px 0
    }

    body .pt-100 {
        padding-top: 40px
    }

    body .mt-70 {
        margin-top: 30px
    }

    body .tekrevol_gray_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf
    }

    body .tekrevol_gray_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body .tekrevol_dark_bg a.border_btn {
        background: transparent;
        border: 2px solid #06dcbf;
        color: #06dcbf
    }

    body .tekrevol_dark_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body a.border_btn,
    body button.border_btn {
        border-radius: 40px;
        font-size: 13px;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    body .bulet_points ul {
        margin-bottom: 20px;
        padding-left: 20px
    }

    body .bulet_points ul li:before {
        left: -16px;
        top: 13px
    }
}

@media(min-width:0px)and (max-width:666px) {
    body .container {
        max-width: 100%
    }

    body .h1,
    body h1 {
        font-size: 22px;
        line-height: 32px
    }

    body .h1,
    body .h2,
    body h1,
    body h2 {
        letter-spacing: 0;
        margin-bottom: 20px
    }

    body .h2,
    body h2 {
        font-size: 21px;
        line-height: 31px
    }

    body .h3,
    body h3 {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 15px
    }

    body .h3_head.h3,
    body h3.h3_head {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 32px;
        margin-bottom: 20px
    }

    body .h4,
    body h4 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
        margin-bottom: 10px
    }

    body .h5,
    body h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px
    }

    body .h5,
    body .h6,
    body h5,
    body h6 {
        letter-spacing: 0;
        margin-bottom: 20px
    }

    body .h6,
    body h6 {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px
    }

    body p {
        margin-bottom: 20px
    }

    body p,
    body ul li {
        font-size: 13px;
        line-height: 26px
    }

    body ul li {
        margin-bottom: 0
    }

    body .example1:after,
    body .example:after {
        display: none
    }

    body .p-100 {
        padding: 25px 0
    }

    body .pt-100 {
        padding-top: 40px
    }

    body .mt-70 {
        margin-top: 30px
    }

    body .tekrevol_dark_bg a.border_btn,
    body .tekrevol_dark_bg a.border_btn:hover,
    body .tekrevol_gray_bg a.border_btn,
    body .tekrevol_gray_bg a.border_btn:hover {
        background: #06dcbf;
        border: 2px solid #06dcbf;
        color: #fff
    }

    body a.border_btn,
    body button.border_btn {
        background: #06dcbf;
        border: 1px solid #06dcbf;
        border-radius: 25px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        height: 40px;
        line-height: 38px;
        margin-top: 10px;
        min-width: 180px;
        padding: 0 30px
    }

    .custom_tab li.tabs.active .example:after {
        display: none
    }
}

.shopify-banner .banenr_content .bottom-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2
}

@media screen and (max-width:1399px) {
    .shopify-banner .banenr_content .bottom-heading {
        font-size: 19px
    }
}

@media screen and (max-width:1199px) {
    .shopify-banner .banenr_content .bottom-heading {
        font-size: 16px
    }
}

@media screen and (max-width:991px) {
    .shopify-banner .banenr_content .bottom-heading {
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .shopify-banner {
        background-position: 0 !important;
        padding-bottom: 30px
    }
}

@media screen and (max-width:576px) {
    .shopify-banner {
        background-position: 0 !important;
        padding-bottom: 15px
    }
}

.why_choose_unity.shopify-services .icon {
    align-items: center;
    display: flex;
    gap: 50px;
    margin-bottom: 15px
}

.why_choose_unity.shopify-services .icon .num {
    color: #314252;
    margin-bottom: 0
}

.why_choose_unity.shopify-services .icon h5 {
    line-height: 1.5;
    margin-bottom: 0
}

@media screen and (max-width:1399px) {
    .why_choose_unity.shopify-services .icon {
        gap: 15px
    }
}

.rating-five {
    background: #0b314d
}

.rating-five .rating-five-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, 1fr)
}

.rating-five .rating-five-grid .rating {
    align-items: start;
    display: flex;
    gap: 15px;
    justify-content: center
}

.rating-five .rating-five-grid .rating .icon svg {
    height: auto;
    width: 95px
}

.rating-five .rating-five-grid .rating .content {
    flex: 1 1 100%
}

.rating-five .rating-five-grid .rating .content h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.rating-five .rating-five-grid .rating .content p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0
}

@media screen and (max-width:1800px) {
    .rating-five .rating-five-grid .rating {
        gap: 10px
    }

    .rating-five .rating-five-grid .rating .icon svg {
        width: 75px
    }

    .rating-five .rating-five-grid .rating .content h4 {
        font-size: 48px
    }

    .rating-five .rating-five-grid .rating .content p {
        font-size: 14px
    }
}

@media screen and (max-width:1599px) {
    .rating-five .rating-five-grid {
        gap: 15px;
        row-gap: 25px
    }

    .rating-five .rating-five-grid .rating .icon svg {
        width: 65px
    }

    .rating-five .rating-five-grid .rating .content h4 {
        font-size: 40px
    }
}

@media screen and (max-width:1399px) {
    .rating-five .rating-five-grid .rating {
        gap: 6px
    }

    .rating-five .rating-five-grid .rating .icon svg {
        width: 55px
    }

    .rating-five .rating-five-grid .rating .content h4 {
        font-size: 36px
    }
}

@media screen and (max-width:1199px) {
    .rating-five .rating-five-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .rating-five .rating-five-grid .rating {
        flex-basis: calc(33.33% - 10px);
        flex-grow: 0;
        flex-shrink: 0
    }
}

@media screen and (max-width:767px) {
    .rating-five .rating-five-grid .rating {
        flex-basis: calc(50% - 8px)
    }

    .rating-five .rating-five-grid .rating .content h4 {
        font-size: 26px
    }

    .rating-five .rating-five-grid .rating .content p {
        font-size: 13px
    }
}

@media screen and (max-width:576px) {
    .rating-five .rating-five-grid {
        gap: 25px
    }

    .rating-five .rating-five-grid .rating {
        flex-basis: 100%
    }

    .rating-five .rating-five-grid .rating .content h4 {
        font-size: 26px
    }

    .rating-five .rating-five-grid .rating .content p {
        font-size: 13px
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    overflow: clip;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.why_choose_unity.custom-workflow .why-choose-box .num {
    color: #06dcbf
}

body::-webkit-scrollbar {
    height: 0;
    width: 5px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

body::-webkit-scrollbar-thumb {
    background-color: #06dcbf;
    outline: 0 solid #e2e2e2
}

.z_idx {
    position: relative
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.form-control:focus {
    border-bottom: 1px solid #06dcbf;
    box-shadow: none
}

.error_tek {
    color: #bb2124;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px
}

.vh-100 {
    height: 100vh
}

.notfound_banner {
    background: #eae9e8
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #06dcbf;
    border-color: #06dcbf
}

.form-check-input:checked {
    background-color: #06dcbf;
    border-color: #06dcbf
}

video {
    height: auto;
    width: 100%
}

.scroll_css h2 {
    position: sticky;
    top: 120px
}

.redefinepatient_services.proven-techniques .tab-content {
    height: 100%;
    padding: 30px
}

.redefinepatient_services.proven-techniques .tab-content .content-wrap {
    align-items: start;
    display: flex;
    gap: 30px
}

.redefinepatient_services.proven-techniques .tab-content .content-wrap .content h3 {
    line-height: 1.2;
    margin-bottom: 10px
}

.redefinepatient_services.proven-techniques .tab-content .content-wrap .content .small-heading {
    color: #314252;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2
}

.redefinepatient_services.proven-techniques .tab-content .content-wrap .image {
    flex: 0 0 auto
}

.redefinepatient_services.proven-techniques .flex-column.nav.nav-pills .red_item .nav-item a {
    padding-left: 30px;
    padding-right: 30px
}

.redefinepatient_services.proven-techniques .flex-column.nav.nav-pills .red_item .nav-item a span {
    margin-right: 20px
}

@media screen and (max-width:1800px) {
    .redefinepatient_services.proven-techniques .tab-content .content-wrap .content .small-heading {
        font-size: 17px
    }

    .redefinepatient_services.proven-techniques .tab-content .content-wrap .image {
        flex: 0 0 200px
    }
}

@media screen and (max-width:1399px) {
    .redefinepatient_services.proven-techniques .tekgrip_tabs .redefine_tabs {
        min-height: 345px
    }

    .redefinepatient_services.proven-techniques .tab-content .content-wrap .content .small-heading {
        font-size: 14px
    }

    .redefinepatient_services.proven-techniques .tab-content .content-wrap .image {
        flex: 0 0 180px
    }
}

@media screen and (max-width:1199px) {
    .redefinepatient_services.proven-techniques .tekgrip_tabs .redefine_tabs {
        height: auto;
        min-height: inherit
    }

    .redefinepatient_services.proven-techniques .flex-column.nav.nav-pills .red_item {
        height: auto;
        padding: 30px 20px
    }

    .redefinepatient_services.proven-techniques .tab-content .content-wrap {
        align-items: center
    }

    .redefinepatient_services.proven-techniques .tab-content .content-wrap .content .small-heading {
        font-size: 14px
    }

    .redefinepatient_services.proven-techniques .tab-content .content-wrap .image {
        flex: 0 0 180px
    }

    .redefinepatient_services.proven-techniques .flex-column.nav.nav-pills .red_item .nav-item a {
        padding-left: 15px;
        padding-right: 15px
    }

    .redefinepatient_services.proven-techniques .flex-column.nav.nav-pills .red_item .nav-item a span {
        margin-right: 10px
    }
}

@media screen and (max-width:767px) {
    .redefinepatient_services.proven-techniques .flex-column.nav.nav-pills .nav-item:last-child {
        margin-bottom: 0
    }

    .redefinepatient_services.proven-techniques .flex-column.nav.nav-pills .red_item {
        padding: 15px 0
    }

    .redefinepatient_services.proven-techniques .tab-content {
        padding: 15px
    }

    .redefinepatient_services.proven-techniques .tab-content .content-wrap .content .small-heading {
        font-size: 13px
    }

    .redefinepatient_services.proven-techniques .flex-column.nav.nav-pills .red_item .nav-item a {
        padding-left: 15px;
        padding-right: 15px
    }

    .redefinepatient_services.proven-techniques .flex-column.nav.nav-pills .red_item .nav-item a span {
        margin-right: 10px
    }
}

@media screen and (max-width:576px) {
    .redefinepatient_services.proven-techniques .tab-content .content-wrap {
        flex-direction: column
    }
}

@font-face {
    fallback: fallback;
    font-family: revicons;
    src: url(data:font/woff;base64,d09GRgABAAAAAB1wAA4AAAAALsAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPihInmNtYXAAAAGIAAAAZgAAAYKhHqMmY3Z0IAAAAfAAAAAUAAAAHAbX/wZmcGdtAAACBAAABPkAAAmRigp4O2dhc3AAAAcAAAAACAAAAAgAAAAQZ2x5ZgAABwgAABIcAAAbapohVIFoZWFkAAAZJAAAADYAAAA2AGo95WhoZWEAABlcAAAAIAAAACQH3wOtaG10eAAAGXwAAABfAAAAsHxjAABsb2NhAAAZ3AAAAFoAAABape+gHm1heHAAABo4AAAAIAAAACABWwp8bmFtZQAAGlgAAAGCAAACzd6jKyFwb3N0AAAb3AAAATsAAAIh4OJPrnByZXAAAB0YAAAAVgAAAFaSoZr/eJxjYGS6wjiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeGHNHPQ/iyGKOYhhGlCYESQHAApmDEN4nGNgYGBmgGAZBkYGEKgB8hjBfBaGBCAtwiAAFGFhYHjB84L/hdQLhRf6L0xemL2w/v8fpPwFA1BU/IXsC6UXhkBRK5CoBKP4f/Ef4t/Ev4p/Ef8s/gFqMgZgZMMuPpIAAFnQHXUAAHicY2BAA0YMRsxB/7NAGAAR0APheJydVdl201YUlTxkcBI6ZKCgDtfcOFDryoQpGDBpKsV2IR0cCK0EHaQMdOSdxz7ra45Cu1Yf+bTufT0ktHSttiyWz75HW2fYOudGHCMqfRqIa9ShkpcDqaw9lkr3SVzXdS+PlQwGcV22Ek9Jm6idJEpq3exQLvFY6ypZJ1gn4+UgVk9VnmegDOIUHmVJRBtEG6mXJkniieMniRZnEB8lSSAloxCn0shQQjUaxFLVoUzp0KvXE3HTQMpGox51WFT3Q8UnxzWn1KwDRipXOcIV69VGvhunAy97kMQ6wbOthzEeeKx+lCqQipHpyD92Sk6UhoFUcdShVuLoMJNf95FMKs1ApoxiRaXugbjd/XTbFjE9dDq+LkqVRqq6uc4omu3R8aiDKA/Zxumk3NDZ9vDlGVNUq11xs+1AZg1cSslsdJ9EAB0mUuPpAU41nAKpGfVHxdnnzwESyVyUqjxVMod6A5kzO3txMe1uJ6uycKSfBzJvdnbjnYdDp1eHf9H6F0zhzEeP4mJ+PkL6UGp+Ik4kpUZYzPKnhh9xVyBCuTGICxfK4FOEOXRF2tlmXeO1MfaGz/lKqWE9Cdroo/h+Cv1OJCscZ1Gj9UiczWPXda3cZ1BLtbsXOzKvQ5Ui7u8LC64z54RhnhYLVV+e+d4FNP8GiGf8QN40hUv7lilKtG+boky7aIoK7RJUpV02xRTtiimmac+aYob2HVPM0p4zMuP/y9znkfsc3vGQm/Zd5KZ9D7lp30du2g+Qm1YhN20duWkvIDetRm7aVaM6dgQaBmkXUhVB0DSy+mHcVpv1QNaMNHxpYPIuYsj66kRHnbW1yh/Ff3XiCwdyaaKnuyIXm+Iur9sWPjzd7quPmkbdsNX4xpHyMB5Gehya0Fn5zeG/7U3dLpruMqoy6AEVTArAAGXtQALTOtsJpPWap/jyB2BchnjOSkO1VJ87hqbv5Xlf97E58b7H7cYut1x3eQlZ1g1yY/bw31Jkqusf5S2tVCdHrCsnj1VrGEMqvCi6vpKUe7S1G78oqbLyXpTWyueTkJs9gxtCW7buYbAjTGnKJR5eU6UoPdRSjrJDLG8pyjzglIsLWobEuA51D2prxOmhehgbCyGGobS9EHBIKV0V37TKd/Eeq2vY6PjFFeHpenISEZ/iKvtR8FTXRv3oDtq8Zt0ygylVqqf7jE+xr9v2UVlppI6zF7dUB9c06xo5FdNP5GvgdG84aN0DPVR8NEEjVTXH6MYoYzSWNeXfBHQxVn7DaNVi+z3cT52kVay5S5jsmxP34LS7/Sr7tZxbRtb91wa9beSKnyMxvy0K/DsHYrdkDdQ7k4EYC8hZ0BjGFiZ3GK6DbcRt9j8mp//fhoVFclc7Grt56sPVk1Eld9nyuMtNdlnXozZH1U4a+wiNLQ835tjhciy2xGBBtv7B/zHuAXdpUQLg0MhlmIjadKGe6uHqHquxbThXEgF2zbHjdAB6AC5B3xy71vMJgPXcI+cuwH1yCHbIIfiUHILPyLkF8Dk5BF+QQzAgh2CXnDsAD8gheEgOwR45BI/I2QT4khyCr8ghiMkhSMi5DfCYHIIn5BB8TQ7BN0auTmT+lgfZAPrOoptAqZ0aHNo4ZEauTdj7PFj2gUVkH1pE6pGR6xPqUx4s9XuLSP3BIlJ/NHJjQv2JB0v92SJSf7GI1GfGl5kjKa8OnvOODv4El+qtXgAAAAABAAH//wAPeJyVOQtwXNV199z3232S9r3dfe/tSl69/Ui7K63Wa7PajyKL9WpjkDCyZSTVIyFHMR4ZPPIX4hCXGNLaHsdQxzjUaFzGQ/goDuM6KRgPZVQXU9fNkIRShnFIWtPiUsbDUGKgJcC43qee+3ZlyYkZkl3tve/ec++5557/eSLczOcze7j3uBJxEZPESKm4NNrcFA45RJ5CiQIpAhBKJgSgPJ0Qgec4fgV2PDdEOJ7rDQZVJRgLxvy6YqqNEVVyt0FTXGqKiI3AxfLRnM+bNnS3JjaFI7GsO5Nrh2xcgbikc8PjO988menbJIfoM82u11XDUMtJ1tIjvUd3PbSGipOTKzNPQEvM9bkcsfb7VatF9ftV+LXqt7qeeqJrz7E3VxP8iITMPMd5uBqikCBZRJaQr5K7SF/xFryT0+Fyjih11FErUxEc4qjAUeApJRKQUSLV1Ej9RJJqBkmNVNNz5/gdY6MjQwP9fbf0dBe9GW+WfdpVfxvgDdqgcoMlkDZ8XzL2usNuzYT2cLoA0B6PxZtESdDZmior4u6mSOxGYKvzBci3p40gYAOm7Gh2yHbz8NzjAVmqPEpyr1XrcFB4nToc1oOXF/DCcyIP/y07cpmotTiagSxbdzzuTBonjKQj/mOHDH9rnWaT0M3aL3i2xqm7/GGtJssaXd8tAAiDeGL5w9SyUop6bSK+pgfA1L4mEzozMzPBPcnVEQcJk0QxHkQdcQEHtER4QoBHzgJBPnOjhNIauszXpHk9gtYGmRSIJiBLNDGyCMSmSIoWeJP6NMln0N2HXp3kD5zbD5Fkp3Z6/NurHtlQpF2bDkzt39bB3XRah113PUInf35Y3G891pjQT99UmDj41IEtnXzpzskV3x4/rTNd4JG25/hFqAuOqjbcUrxZA+AUIOCqq3XylARQAfgSajVPKL8B1YcDkWMkE8qUghcEvp/wvDBIBF7oyX4lG/V6PZLRBpoLYpkcSkkPZ/M+iIYjouTWDJRyLu7OxJgSSCjbPCpBPozL1hduL+Af7bpy6cTt0Ajmld2SDLUid79UC/JtmeiV3c05yES5+6MZ6l5YoKXVxaJlXd74/Ag0Pik7yrcz+dCjUq23fDvKNtdMj7KO3RN1/gfcw1wjEUgNcRMfqSvKhketlUWe8C1teSGqC1H377UeeAlOW91W6Yv672zduvXuu6F/G/vY3dat1Y7xt4bJ3uZvhbtLST/5OtlKvkMeJj8gf0N2FL95sEidjn1/tjbEC/yODsrRVYuRwwQ5rntqqcOpO0a94FSBF5z8qLuOCi6RUk6gowpwMkqJI6M1EkUdGSSaVqMt+8lfH3368SOThw7s37vngZ33fmPLxjvHx0ZXD63sQ+OM4TfbbvjbfNlMrOJ2NAMtMBfHMVqkPUbzssfxKtyHY0CBoSGKvqoAYd5+G14dS3oFH4frpep6H673VfEzOMOfr+JnY191LM0fVw1/Vjne1JRel2G4sIHrPtIlhssatKfgx4pW/qc5EOc2XD2KBnb7y2uW/Woe5Iva3msUr23u2HfnyLg4b491B5gMYL2DLf1+j4Jw1YaU/2JuM/wdNNoQ678Y6GfXx/XuvN13lT3RTCZKL1V1ms5YM2e5HP0c/XYjiRYjjQGfW+YBTRmg5AQoGoAKhyoygavvCHiou20puKP5mCefy/tEyYVuSzKoJErxHHrVuDS93fpgeDt/7/h+frx3mIenQGPDtQfpOhyuvmf/dustdfV9sGrHuHqn2jt8GS7j0Hp2xzptAxuu2T4bX15GfzdAOKKRAGkmSZIhXy0G0otTyURLrDkSMhv8Bjo84mGUZgIUirc+G141XKxBd0g24qQMyxYUnVdpH3ne50fqIR+XopoEzBvGMnnIpYNgRH0KLIKlEIRKD75re3p4qmsKsnK5XTblrbJMX8N+i1xWcjm3O593n9u8ORLevDlMW3HgxknrOIPgj7qe7praoMjltIwbTbYT+1GV7VLz37d3RTZb+3CQx0lIVSGE3YLMHOeO0wvoaTBH8Doo5SUASksC5gSU4+kGEddwPGFOHwH96PphkACFHiC65nErrhon+iYf+CSlDUOkiu4/njfQNNQYmkm7FG8vANWOXbp07MCWm4fWPXDy5OWT9MCLL+6kH9ELH1nHPxpe3nUSyMmf7Hz11aPvI00c0vQgV+Labf/XSorFG71ABSghtQIFYVQE9PEc5UcldCqE68eOI4NsY0+93+NpCpsBf2t9i8fnMbJZB4rjaqYSr1hpEOJovu3edC7L4nU+O+swuLS6plj+tPt2WFOEJw1l3XdToQW6uTK7Eqy/1ENgGnRQ1cqfda9Z003vxmXKb/d2hFLlMyEdftmXW2ka5Yf1UJWvH9JzdC9qFWp8pF6VMCpBCYMpGkQ/dpQM2ilYjxbQNN7bFkVDZ/oiVZRmKcRZwzQnb6sPgjGYnlP61KQ6NYVNn8p6dW6sKFNTyjaDPfzwh8rvL1RSbAEej7T9mnuPvkt0pO6mYqkJA2dzPeZPKO5SBO0Ryac80BEMQjwn8MhwxmfMD6/ymZBwyGcgAl2LZiVPWzSb1+clg2EXKnmTm/nRTEFoz2KaeWnc1MoezQwYEArlauVdtOPo4SGqBrpW7R2APutkV8fAKc00NRozAv60q9YqwJqB/Y7A0PI1pdSRy9YVUomPeP57dBijo4+0kTwZLv6JIlMnjp01ow4XX8sTCbWEEhitA8pxtB87yg0i8ZTrWZis99fVAmlfnMwvzLWikTeFg2agwd9W3+ZVa311BsqpBmTV1uXKjfA+wrznaBozHl2L3AhNkcwSjCfpRojOg8OYETA165x91eTcM3fYNI+NT5nm1LhVmLfkoNli4t8r1W78GFvGmuoM4WbKmAd/HWOzSVKYBeeLGXSdgugQRtGHAea/aJosElOW5UiSneVIg0TipR5dx2AajrY3Of0oIxba3HPxcwno8yIrl50PSecETItYIgdpE+gSWcrJjhMsb8naqehlSe6RHRvZIzaw/p6fvvfKFvG+U59MPzAwghMmg+DD83Yrw5WR6oR84Ztnt28/+z5rbDvB5i66k9SRxmIDc6S2nRPoxyembEB6fF7mU93arGWwVG29FnJeluXLNQE/HbZqXUYNPuLPmMXZTe9ndcILzC1roLaBbV9MPQvogg3oZnsNA/fIMOZiO13wiaLR2sty1X5fpyUug5EB6apDWpAuRlI/gw4yQnsCBtIlzHl4TXLadipG4HHrkKbBJr1LS+i69TEoup7QOwOwSevSYaOGs12a9bH1MVugVc/7F7oez9PZeTXX5UNAY3yYiyvOKjd8YND1mnVI7zTwNFAQrZ7QCl48DXY1Gtaj7PAlCACXscQm6FGdzPKpj972R5x51S3hmdAnWlcwywuI4vnzohgQVB54ETolNi0ERJd4/q0KGMfVO+7jsvQ3qMdNxRBWEtxEJY5eDSxDLLD0GtEY84jzTw1XqipfeO54LqtZjxqdesIwnra+1djc3AgPPm0gBzoN5DB0ooEdshmtP50we8wETFWl8ag2S8sI0tJo04Lp7AST6UZiRxSCjm6IObremM9oYrTY3s1XkW58nsgVwKSPG2lutL41VWFzVfK2LKbgwcZmGMPTp7Qura0KgI22NhhTLVUZjM3KgLu+/tfbMmAB4HfPh7Eq713IZBELeBRCQKQRSXjrPAogIGAYxx4bfGZHzXyCjUGH0N7E550cYElhSCIyGbnqMxS40tDQYLzs979s4MORkw3YnfE3nMHJhuP2/v/FRq/urxFwP1OJfA5pQdLisbrHH5+H4eSx4zaGBj/DUDl/5in4Dy4wd76A5+ON8ux8TD3Osu3WDr8f9jESrMc0hgEe8uOPUWHtJxU6EM+/V/HYdPjQHPI5VAzJpgPutB5jqGCf32/tQBQa3APbGS7r3gY//ir0MGT03+gz6EkxTkOV/1CklZSUwAomh9vYypvczA85aTbsDsMY7LT2WE+h6J6xXrBeeBkMO65OwKuYT1IMnP6ijnuKHMBSthm1C+7wuBHBAgh7ufDFi1bm4kW22jpU3gNbqnnPa1yIXsIazIv56PJijxNE1EyR2yCxKlYkdMSBoRgDNVTq2RWsnh1i9WyvpqkqEEwmAvU+Q1e9qtfjdooEbV62Y9m1L2vcYXfcHdbtMT2V6OxMWNtaujoTcNDa9gokrXMtXfRSZbKrBR5p6bRqGWjcOjeO4yTm9J/NvMOd5zwYhUOMc2jDdAIvyzQXu1nVrfc3Bvyh+tAiHj2wCaIkxvBnguSiLPEqQL6ZS+cymClqaEW9nZ4GtW8oZnrSlC57cef0G7Lj5R0Q6TWTyUIySbcs3jkk8gFHItXZ62pYvvznB+99PzJUfihZTCSKSXLVp22guzB3RHsSr+u3/UwMXnQiBjOpasKVz/2PK63GYtPTsZi6WH1HVV+j96hqc/LsmWSzqn6gptQ3md5dwmYI8atf7DP9LC54Z401VjGQ9DpE+Q5ibm6enm5uVtP0HobzA3bEmbN4hO2TPkY2/oK9sysuqMF4fh3kml1gVNJBjIhxJzoC+M9QaHo6VBwIWydgpTlMjwdXB6eng6sLQVgJK4OkipvOw309xmizjHGyUFlx9kFz2IR+6zmG7NSpIKIOWiesE8ECOyE0RCr55N/TB6iFetvI3hv51DqRx4ykNPe6iCW9hOW8bHmPv16L2CmvGK9coHKdKBioC4sw4UWFkOgDY0u7F1rfg28k944snJxcaBnQqiRN5cIFxUwqo8UxWAjbETqym0H/0XqTTV94my2x32W9VKXJJB3FbECvE7BmYDRhMor59+icpx/EWhRzWjfaT0O9arrNGhntRhGVNl8klrO5kK8whYuIRhBTdM1Is+h7ZOkYxbNTqeSeJGy39i/sxhpBffttNZhQodX6lVJas4vB/zyVTFrfQzj911CL++0LaiKoQAJvY/PuH7hu+n/ox8KkoehrDCyo98u8NK8g9lYkLiqAtS+aD1oNB1I8j0MfSL6lNI68E7kFUaE5xTvT6V56Q2Qsb2lv8Hn4jRj0lX+rdHXUcy3wtnKDRM83r4mmYFkuyfGLI2BdtLzt/BvwPhWE8qf5LsXfwdblbqrKdZrr5SjWxVlya7G3tQEZ1+bXKArXg9pJuVK0KWTyUFTqZAdvk2zLm69UOTxclXhqYfqGhdlUNhJeILBcDKv6mCSyNiLF4rkYa7IZLO+NfI616bzhE30Ga2HWP9DPV9UaN5dyWksydTyVbNE2Dbi0gQHNtbyQ0xIJnEsktFzpZqN2lXW8b2Li8MQEjPWmWxKeQudKTR0YULVVW7SGjsyq3kxHg6fQsQpXIsqVnQVPoiU9QyYOb9p0eMK+9xFuDxdC32aSfy66GkESmO/yY67NlW591rlquLgIna7EC2vRK2ONsdaBBsZjtTRCJCJSSRwh6AS5FahdLKfhoHfBrc/W4bbFlW3Shj94X/GG+VswHGz40j0jI+yNSmBBQz3GAFVhr0dFLNAN5zWB4EZo1zGS6U1ZDAjebBi/Pi5kh4JCS+c6OGMV1nW2YK0CZ17hQp2J8jIWC8bH6anJyURned2OyR1nfodXvyi60LVzfuRVPZCrvFpMOLwBt5YQURDIWlKp3m3yCZLvAPZeegV2AruAcJVZN1T24c3/4I3F9Pw9IhE2fPkmZJebEDS8BryEz+3NtrudWls4235NRZs2GqEJQz9INqvg03VXw+PBROc6awsX+inj1fg4m6vE1MnJ8jK4+Sxyilwv12AumP0rhlRyBCAr2KrbmOFXco2oE5iI4D5rL9wHa60nNFgOy1+y3rdzBfae2MT6pIV0kc3FiTg4eSipMuWdwPd7a6jTAaLiFEfQqysuqOWU2hGPQNnrLMwhRthCHgbrJKz7oae1VceSoLWrtesrHdlMe3pRqi2ht+gt0eZwKGguaMBaXyNak9vrdetaW1RvQt4wFWpCZmVy+bQhubGYZCUasgsns1hlGZIuVOfibnthgb2JocV8JBnp6IjofuTB3nxocaijI5RqpuW/yocWhQAHi0MfbvuRLxLx/WgbfOY3IeSznNC/zZLZHHy67Rm/SSPGM9u2Wn9qz3x3K/jtKeu9WT5zu2kn5tSYhSl2jKYw6041n8Z5qsVFfLaCclbSaW43q42wNMOSqRVrCyyZFEzpEzr8rBEhBqssurC20lhJh8WFQf4f+0nQHQABAAAAAQAA8wboB18PPPUACwPoAAAAAM6XGUIAAAAAzpbhAv/u/2oELwNSAAAACAACAAAAAAAAeJxjYGRgYA76n8UQxaLPwPD/OYsBA1AEBegAAG/wBJR4nGN+wcDADMKCQLyAgYFFH4k2gbCZ1wCxE1QNTH0kAwNjKgQzNUEwiA0Sh8txQvFFCGa6BaTPAOUVgPgKkB0KxCFAcUYgZgLiOghmtgNiDyBugWCQPrA7gBgAUsoUzAAAAAAAAGIBGgFoAdwCGANGA5IEFAReBMAFDgVsBeYGVAZ+BqAG2AcSB0oHkAfUCAwILAhMCHAIlAi6CNoJMAl8CawJ2goICjYKgArUCyILngw0DMoM8A1+DbUAAAABAAAALACwAAsAAAAAAAIALAA5AG4AAACJCZEAAAAAeJx1kM1KAzEUhU9q608LKgpuzUoq4vRH3BQKQkU3uinSrUzHzE+ZToZMWuhr+A4+jC/hs3g6k4pUnJDJd869ubkJgBN8QaD6bjkrFtinqriGPQwd79C/d1wnPzluoIUXx7v0Xx03cYXIcQuneGcFUT+gmuHDscCxOHJcw6E4d7xD/9pxnTx03MCZeHa8Sz9w3MREFI5buBCfI52vTBLFVrZHl7Lf7d3I6UpqWknmp9Jf2FibQt7JUGdWpan2Aj03apkEOivGKlqkvtnIzTpRpkh0Jnted2M9qkwZ36q3dfViGfWtDWVo9Fw+uLoyN3qmAuvF1uaDTuf3eRhBI8cKBgmfKoaFRJvuJdc+uujhhjRlhmRmlZUgg4+Ujo8Fd8RlpKC+4wypMrqKGSnZQ8D/nBkKS+4NyniBMXXE/SmrmD/RbT2hXp+RlFqyL4/dbWc9Umdlpl928PbTe8G8iDeyHGHZpSm7knjY6lfyPdaxGZ2Avle+iqU7QIfjn/t9AxIxhHkAAHicbY9Zc4IwFIU5IsjiUu2+77t5wH8UQ8TMxISGUNv++iI4lYfeh8y558uXmTgdp5nI+X+mjoMOXHThwUcPAUJEiNHHAEOMsIcxJtjHAQ5xhGOc4BRnOMcFLnGFa9zgFne4xwMe8YRnvOAVb3jHtJcLZkvDPWtosfQLTg1bhtuSJJGk39wUhErrfYqU64gao9cFYWztrWgmmFslN9XMZ1QxLn3+lWtjAykKS2ia9oVaaMKEYZKngeQLS1JhQiOyZZPqSudcRU23iTFVmeSkLrZX5yJr7CpEDd6swz+drIQSo90b9T7Y4cobtmi1evUa1x8iTK/m2st1Xua9nEpuLY93ctJvqUkLzNpgNt4BXVopFJ+08LYKqsyEJInLdOZJnQnlV2dFuxs95B8lleKHmzDVa1WrjvMLFjKaTgBLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format("woff"), url(/static/revicons-57fd05d4ae650374c8deeff7c4aae380.ttf) format("ttf"), url(/static/revicons-a77de540a38981833f9e31bd4c365cc6.eot) format("ttf")
}

.react-multi-carousel-list {
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative
}

.react-multi-carousel-track {
    backface-visibility: hidden;
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transform-style: preserve-3d;
    will-change: transform, transition
}

.react-multiple-carousel__arrow {
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 35px;
    cursor: pointer;
    min-height: 43px;
    min-width: 43px;
    opacity: 1;
    outline: 0;
    position: absolute;
    transition: all .5s;
    z-index: 1000
}

.react-multiple-carousel__arrow:hover {
    background: rgba(0, 0, 0, .8)
}

.react-multiple-carousel__arrow:before {
    color: #fff;
    display: block;
    font-family: revicons;
    font-size: 20px;
    position: relative;
    text-align: center;
    z-index: 2
}

.react-multiple-carousel__arrow:disabled {
    background: rgba(0, 0, 0, .5);
    cursor: default
}

.react-multiple-carousel__arrow--left {
    left: calc(4% + 1px)
}

.react-multiple-carousel__arrow--left:before {
    content: "\e824"
}

.react-multiple-carousel__arrow--right {
    right: calc(4% + 1px)
}

.react-multiple-carousel__arrow--right:before {
    content: "\e825"
}

.react-multi-carousel-dot-list {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.react-multi-carousel-dot button {
    border: 2px solid grey;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 6px 0 0;
    opacity: 1;
    outline: 0;
    padding: 0;
    transition: background .5s;
    width: 12px
}

.react-multi-carousel-dot button:hover:active,
.react-multi-carousel-dot--active button {
    background: #080808
}

.react-multi-carousel-item {
    backface-visibility: hidden;
    transform-style: preserve-3d
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .react-multi-carousel-item {
        flex-shrink: 0 !important
    }

    .react-multi-carousel-track {
        overflow: visible !important
    }
}

[dir=rtl].react-multi-carousel-list {
    direction: rtl
}

.rtl.react-multiple-carousel__arrow--right {
    left: calc(4% + 1px);
    right: auto
}

.rtl.react-multiple-carousel__arrow--right:before {
    content: "\e824"
}

.rtl.react-multiple-carousel__arrow--left {
    left: auto;
    right: calc(4% + 1px)
}

.rtl.react-multiple-carousel__arrow--left:before {
    content: "\e825"
}

.lazy-load-image-background.blur {
    filter: blur(15px)
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
    filter: blur(0);
    transition: filter .3s
}

.lazy-load-image-background.blur>img {
    opacity: 0
}

.lazy-load-image-background.blur.lazy-load-image-loaded>img {
    opacity: 1;
    transition: opacity .3s
}

.tabing_section {
background-color: #fff;
padding: 100px 0 40px 0 !important ;
}