:root {
    --blue: #007bff;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

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,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[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
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small,
small {
    font-size: .875em;
    font-weight: 400
}

.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
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: .875em
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: 90%
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    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
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.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%
}

@media(min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .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%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .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%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .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%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .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%
    }
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    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::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    color: #495057;
    outline: 0
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.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' width='8' height='8'%3E%3Cpath fill='%2328a745' 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: #28a745;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    background-position: right 1.5rem center;
    padding-right: 3rem !important
}

.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)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.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'%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: #dc3545;
    padding-right: calc(1.5em + .75rem) !important
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.form-inline .form-check {
    width: 100%
}

@media(min-width: 576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        align-items: center;
        display: flex;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0062cc;
    border-color: #005cbf;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-link {
    color: #007bff;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.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;
    position: relative;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    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 {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

@media(min-width: 576px) {
    .dropdown-menu-sm-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: .125rem;
    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
}

.dropright .dropdown-menu {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropright .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
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropleft .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
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    bottom: auto;
    right: auto
}

.dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #16181b;
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #007bff;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #212529;
    display: block;
    padding: .25rem 1.5rem
}

.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.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.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>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.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:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .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: -1px
}

.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:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    align-items: center;
    display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}

.custom-file-label,
.custom-file-label:after {
    color: #495057;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-control-label:before,
.custom-file-label {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #007bff;
    color: #fff
}

.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
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    padding: .5rem 1rem;
    position: relative
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media(max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row 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: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .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 {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-left: 0;
    padding-right: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    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: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -0.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -0.75rem
}

.card-header-pills,
.card-header-tabs {
    margin-left: -0.625rem;
    margin-right: -0.625rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 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
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.pagination {
    border-radius: .25rem;
    display: flex;
    list-style: none;
    padding-left: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.media-body {
    flex: 1
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    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 {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media(min-width: 576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.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
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !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
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !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
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !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
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !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
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !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
    }
}

.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-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !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
}

.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
}

.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
}

@media(min-width: 576px) {
    .justify-content-sm-center {
        justify-content: center !important
    }
}

@media(min-width: 768px) {
    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }
}

@media(min-width: 992px) {
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.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
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports(position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !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
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    scroll-behavior: smooth
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: bold;
    src: url("https://cdn.cmarix.com/fonts/Oswald-Bold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "GilroyLight";
    src: url("https://cdn.cmarix.com/fonts/Gilroy-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GilroyRegular";
    src: url("https://cdn.cmarix.com/fonts/Gilroy-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GilroyMedium";
    src: url("https://cdn.cmarix.com/fonts/medium.woff2") format("woff2"), url("https://cdn.cmarix.com/fonts/medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GilroySemiBold";
    src: url("https://cdn.cmarix.com/fonts/semibold.woff2") format("woff2"), url("https://cdn.cmarix.com/fonts/semibold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GilroyBold";
    src: url("https://cdn.cmarix.com/fonts/bold.woff2") format("woff2"), url("https://cdn.cmarix.com/fonts/bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif;
    color: #1d1e31;
    overflow-x: hidden;
    padding: 0px !important
}

img {
    height: auto;
    width: auto;
    max-width: 100%
}

.pb-20 {
    padding-bottom: 20px !important
}

.pt-80 {
    padding-top: 80px !important
}

@media(max-width: 991px) {
    .pt-80 {
        padding-top: 60px !important
    }
}

@media(max-width: 767px) {
    .pt-80 {
        padding-top: 50px !important
    }
}

.pb-80 {
    padding-bottom: 80px !important
}

@media(max-width: 991px) {
    .pb-80 {
        padding-bottom: 60px !important
    }
}

@media(max-width: 767px) {
    .pb-80 {
        padding-bottom: 50px !important
    }
}

.mx-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

@media(max-width: 991px) {
    .mx-40 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }
}

@media(max-width: 576px) {
    .mx-40 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
}

.mt-40 {
    margin-top: 40px !important
}

@media(max-width: 991px) {
    .mt-40 {
        margin-top: 35px !important
    }
}

@media(max-width: 576px) {
    .mt-40 {
        margin-top: 25px !important
    }
}

.mb-40 {
    margin-bottom: 40px !important
}

@media(max-width: 991px) {
    .mb-40 {
        margin-bottom: 35px !important
    }
}

@media(max-width: 576px) {
    .mb-40 {
        margin-bottom: 25px !important
    }
}

.px-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

@media(max-width: 991px) {
    .px-40 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }
}

@media(max-width: 576px) {
    .px-40 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }
}

.pt-40 {
    padding-top: 40px !important
}

@media(max-width: 991px) {
    .pt-40 {
        padding-top: 35px !important
    }
}

@media(max-width: 576px) {
    .pt-40 {
        padding-top: 25px !important
    }
}

.pb-40 {
    padding-bottom: 40px !important
}

@media(max-width: 991px) {
    .pb-40 {
        padding-bottom: 35px !important
    }
}

@media(max-width: 576px) {
    .pb-40 {
        padding-bottom: 25px !important
    }
}

.benefit_row {
    padding-top: 50px
}

.mandetorysign {
    font-family: "GilroyRegular";
    font-size: 20px;
    line-height: 10px;
    color: #ff6060
}

.container.rd-container-qua {
    max-width: 1800px
}

@media(min-width: 1600px) {
    .container {
        max-width: 1440px
    }
}

.mini-container {
    max-width: 1000px !important;
    margin: 0 auto
}

.container {
    max-width: 1242px;
    margin: 0 auto
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #1d1e31;
    text-decoration: none;
    transition: all .1s ease 0s
}

a:hover {
    text-decoration: none;
    color: #f16122
}

b,
strong {
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif;
    font-weight: bold
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.nowrap {
    flex-wrap: nowrap !important
}

.scrollToTop {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: #fff;
    padding: 0px;
    outline: 0;
    z-index: 99;
    bottom: 125px;
    right: 34px;
    position: fixed;
    -webkit-transition: .35s;
    transition: .35s;
    font-size: 28px;
    background: #f16122;
    border: 0px;
    -webkit-transition: .35s;
    transition: .35s;
    cursor: pointer
}

.scrollToTop:hover {
    background: #000;
    -webkit-transition: .35s;
    transition: .35s
}

@media screen and (max-width: 991px) {
    .scrollToTop {
        bottom: 95px;
        background: rgba(241, 97, 34, .4) !important
    }
}

.scrollToTop svg {
    height: 18px;
    width: 18px
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    outline: 0
}

@media screen and (min-width: 991px) {
    .hvr-shutter-out-horizontal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        background: #e1e1e1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-shutter-out-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-shutter-out-horizontal:hover {
        color: #fff
    }

    .hvr-shutter-out-horizontal:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.large-btn {
    min-width: 200px;
    height: 50px;
    border-radius: 0px;
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    position: relative;
    z-index: 99;
    line-height: 1;
    left: 0px;
    top: 0px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .5s cubic-bezier(0.91, 0.01, 0.6, 0.99) !important;
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: none;
    line-height: 1.5
}

@media screen and (max-width: 1366px) {
    .large-btn {
        padding: 14px 25px !important;
        min-width: 160px;
        height: 44px;
        line-height: 1.2
    }
}

.btn {
    border-radius: 10px;
    padding: 14px 35px;
    background-color: rgba(255, 255, 255, .46);
    transition: all .3s
}

.btn.btn-w-icon {
    padding-right: 22px
}

.btn:hover {
    background: #f16122;
    color: #fff
}

.primary-btn {
    width: fit-content;
    min-width: 200px;
    height: 60px;
    border-radius: 10px;
    background: #f16122;
    border: none;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, .09);
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
    overflow: hidden;
    outline: none !important;
    transition: all .3s ease 0s
}

.primary-btn i {
    font-size: 24px;
    margin-left: 10px
}

@media screen and (max-width: 990px) {
    .primary-btn:hover {
        background: #000;
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .primary-btn {
        height: 50px
    }
}

.secondary-btn {
    min-width: 200px;
    height: 60px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #001033;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, .09);
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #001033;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    overflow: hidden;
    outline: none !important;
    transition: all .3s ease 0s
}

.secondary-btn i {
    font-size: 24px;
    margin-left: 5px
}

@media screen and (max-width: 990px) {
    .secondary-btn:hover {
        background: #001033;
        color: #001033
    }
}

@media screen and (max-width: 767px) {
    .secondary-btn {
        height: 50px
    }
}

.orange-btn {
    background: #f16122;
    color: #fff;
    min-width: 265px
}

.orange-btn img {
    float: right
}

.cmr-outline-btn {
    min-width: 200px;
    max-width: fit-content;
    max-width: -webkit-fit-content;
    height: 60px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #001033;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, .09);
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #001033;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    overflow: hidden;
    outline: none !important;
    transition: all .3s ease 0s
}

.cmr-outline-btn i {
    font-size: 24px;
    margin-left: 15px
}

@media screen and (max-width: 990px) {
    .cmr-outline-btn:hover {
        background: #001033;
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .cmr-outline-btn {
        height: 50px
    }

    .cmr-outline-btn i {
        margin-left: 10px
    }
}

@media screen and (max-width: 576px) {
    .cmr-outline-btn {
        padding: 10px 20px
    }
}

.cmr-solid-btn {
    width: fit-content;
    width: -moz-fit-content;
    min-width: 200px;
    height: 60px;
    border-radius: 10px;
    background: #f16122;
    border: none;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, .09);
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
    overflow: hidden;
    outline: none !important;
    transition: all .3s ease 0s
}

.cmr-solid-btn i {
    font-size: 24px;
    margin-left: 10px
}

@media screen and (max-width: 990px) {
    .cmr-solid-btn:hover {
        background: #000;
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .cmr-solid-btn {
        height: 50px;
        padding: 0px 15px
    }
}

.cmr-solid-btn-w {
    min-width: 200px;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    border: none;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, .09);
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
    overflow: hidden;
    outline: none !important;
    text-align: center;
    transition: all .3s ease 0s
}

.cmr-solid-btn-w i {
    font-size: 24px
}

@media screen and (max-width: 990px) {
    .cmr-solid-btn-w:hover {
        background: #000;
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .cmr-solid-btn-w {
        height: 50px
    }
}

.hirecta-primary-btn {
    min-width: 200px;
    height: 41px;
    border-radius: 10px;
    background: #f16122;
    border: none;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, .09);
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 25px;
    overflow: hidden;
    outline: none !important;
    transition: all .3s ease 0s
}

.hirecta-primary-btn i {
    font-size: 24px;
    padding-left: 10px
}

@media screen and (max-width: 990px) {
    .hirecta-primary-btn:hover {
        background: #000;
        color: #fff
    }
}

@media screen and (max-width: 600px) {
    .left-sq {
        position: relative
    }
}

.left-sq:before {
    content: "";
    position: absolute;
    left: 0;
    background-size: 180px;
    width: 107px;
    height: 270px;
    background-position: center right
}

@media screen and (max-width: 600px) {
    .left-sq:before {
        width: 50px;
        height: 50px;
        top: 0px
    }
}

.right-sq {
    position: relative
}

.right-sq::before {
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    background-size: 180px;
    width: 107px;
    height: 270px;
    background-position: center right;
    transform: rotate(180deg)
}

@media screen and (max-width: 600px) {
    .right-sq::before {
        background-size: 90px;
        width: 50px;
        height: 80px
    }
}

.left-cq {
    width: 341px;
    height: 332px;
    background: #fff;
    opacity: .24;
    filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.16));
    position: absolute;
    left: -220px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.right-cq {
    width: 341px;
    height: 332px;
    background: #fff;
    opacity: .24;
    filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.16));
    position: absolute;
    right: -220px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

@media screen and (max-width: 1279px) {
    .right-cq {
        display: none
    }
}

.CookieConsent {
    justify-content: center !important
}

.CookieConsent>div {
    flex: inherit !important
}

.has-float-label {
    display: block;
    position: relative
}

.has-float-label label {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -0.5em;
    left: .75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px
}

.has-float-label label::after {
    content: " ";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1
}

.has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -0.5em;
    left: .75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px
}

.has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 150%;
    opacity: .5;
    top: .3em
}

.input-group .has-float-label {
    display: table-cell
}

.input-group .has-float-label .form-control {
    border-radius: .25rem
}

.input-group .has-float-label:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0
}

.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0
}

.input-group .has-float-label:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.has-float-label input::placeholder {
    opacity: 0
}

.has-float-label input:focus-visible::placeholder,
.has-float-label input:focus-within::placeholder,
.has-float-label input:focus::placeholder {
    opacity: 1
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    outline: none
}

.topdown {
    animation: mover 2s cubic-bezier(0.76, 0, 0.3, 1) alternate infinite
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    scroll-behavior: smooth
}

.icon {
    font-family: "website-icons"
}

i {
    font-style: inherit
}

@font-face {
    font-family: "website-icons";
    src: url("https://cdn.cmarix.com/fonts/website-icons/website-icons.eot?fhbims");
    src: url("https://cdn.cmarix.com/fonts/website-icons/website-icons.eot?fhbims#iefix") format("embedded-opentype"), url("https://cdn.cmarix.com/fonts/website-icons/website-icons.ttf?fhbims") format("truetype"), url("https://cdn.cmarix.com/fonts/website-icons/website-icons.woff?fhbims") format("woff"), url("https://cdn.cmarix.com/fonts/website-icons/website-icons.svg?fhbims##$icomoon-font-family") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=c-icon-],
[class*=" c-icon-"] {
    font-family: "website-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.c-icon-about:before {
    content: "\e901"
}

.c-icon-global:before {
    content: "\e926"
}

.c-icon-testimonials:before {
    content: "\e95e"
}

.c-icon-certificates:before {
    content: "\e90d"
}

.c-icon-engagement:before {
    content: "\e91b"
}

.c-icon-infrastructure:before {
    content: "\e92a"
}

.c-icon-career:before {
    content: "\e90c"
}

.c-icon-confidentiality:before {
    content: "\e910"
}

.c-icon-leverage-stability:before {
    content: "\e932"
}

.c-icon-lifeatcmarix:before {
    content: "\e933"
}

.c-icon-starred-message:before {
    content: "\e95a"
}

.c-icon-enterprise-software:before {
    content: "\e91c"
}

.c-icon-mobile-app:before {
    content: "\e93d"
}

.c-icon-web-no-code-development:before {
    content: "\e968"
}

.c-icon-ecommerce:before {
    content: "\e918"
}

.c-icon-business-intelligence:before {
    content: "\e90b"
}

.c-icon-frontend-ipad-responsive:before {
    content: "\e924"
}

.c-icon-backend:before {
    content: "\e908"
}

.c-icon-mvp:before {
    content: "\e941"
}

.c-icon-ux-design:before {
    content: "\e963"
}

.c-icon-machine-learning:before {
    content: "\e935"
}

.c-icon-food-delivery-app:before {
    content: "\e922"
}

.c-icon-travel:before {
    content: "\e960"
}

.c-icon-qa-software-testing:before {
    content: "\e950"
}

.c-icon-mobile-testing:before {
    content: "\e93f"
}

.c-icon-support-maintenance:before {
    content: "\e95c"
}

.c-icon-seo:before {
    content: "\e955"
}

.c-icon-smo:before {
    content: "\e957"
}

.c-icon-content-marketing:before {
    content: "\e912"
}

.c-icon-logistic-shipping:before {
    content: "\e934"
}

.c-icon-payment-integration:before {
    content: "\e949"
}

.c-icon-social-networking:before {
    content: "\e958"
}

.c-icon-it-consulting:before {
    content: "\e92f"
}

.c-icon-odc:before {
    content: "\e944"
}

.c-icon-product-auditing:before {
    content: "\e94c"
}

.c-icon-startup:before {
    content: "\e95b"
}

.c-icon-salesforce-saas:before {
    content: "\e953"
}

.c-icon-saas:before {
    content: "\e96e"
}

.c-icon-ios:before {
    content: "\e92d"
}

.c-icon-android:before {
    content: "\e904"
}

.c-icon-iot:before {
    content: "\e92e"
}

.c-icon-ott:before {
    content: "\e947"
}

.c-icon-flutter:before {
    content: "\e921"
}

.c-icon-ionic:before {
    content: "\e92c"
}

.c-icon-react:before {
    content: "\e951"
}

.c-icon-pwa:before {
    content: "\e94f"
}

.c-icon-xamarian:before {
    content: "\e96b"
}

.c-icon-angular:before {
    content: "\e905"
}

.c-icon-nodejs:before {
    content: "\e943"
}

.c-icon-vuejs:before {
    content: "\e965"
}

.c-icon-kotlin:before {
    content: "\e930"
}

.c-icon-expressjs:before {
    content: "\e91f"
}

.c-icon-drupal:before {
    content: "\e917"
}

.c-icon-webflow:before {
    content: "\e967"
}

.c-icon-laravel:before {
    content: "\e931"
}

.c-icon-yii:before {
    content: "\e96c"
}

.c-icon-symfony:before {
    content: "\e95d"
}

.c-icon-zend:before {
    content: "\e96d"
}

.c-icon-codeigniter:before {
    content: "\e90e"
}

.c-icon-magento:before {
    content: "\e936"
}

.c-icon-shopify:before {
    content: "\e956"
}

.c-icon-woocommerce:before {
    content: "\e969"
}

.c-icon-wordpress:before {
    content: "\e96a"
}

.c-icon-design-prototyping:before {
    content: "\e915"
}

.c-icon-psd-to-html:before {
    content: "\e94e"
}

.c-icon-dotnet:before {
    content: "\e916"
}

.c-icon-mvc:before {
    content: "\e940"
}

.c-icon-ar:before {
    content: "\e906"
}

.c-icon-vr:before {
    content: "\e964"
}

.c-icon-meteorjs:before {
    content: "\e93a"
}

.c-icon-amplify-studio:before {
    content: "\e903"
}

.c-icon-amplify-cli:before {
    content: "\e902"
}

.c-icon-mean-mern-stack:before {
    content: "\e937"
}

.c-icon-full-stack:before {
    content: "\e925"
}

.c-icon-php:before {
    content: "\e94a"
}

.c-icon-aws:before {
    content: "\e907"
}

.c-icon-onsite-developers:before {
    content: "\e946"
}

.c-icon-mobile:before {
    content: "\e93c"
}

.c-icon-industry:before {
    content: "\e929"
}

.c-icon-ecommerce-industry:before {
    content: "\e919"
}

.c-icon-healthcare-industry:before {
    content: "\e927"
}

.c-icon-media:before {
    content: "\e938"
}

.c-icon-finance:before {
    content: "\e920"
}

.c-icon-insurance:before {
    content: "\e92b"
}

.c-icon-security:before {
    content: "\e954"
}

.c-icon-education:before {
    content: "\e91a"
}

.c-icon-real-estate:before {
    content: "\e952"
}

.c-icon-sports:before {
    content: "\e959"
}

.c-icon-agritech:before {
    content: "\e909"
}

.c-icon-food-industry:before {
    content: "\e923"
}

.c-icon-our-approach:before {
    content: "\e948"
}

.c-icon-offshore-development:before {
    content: "\e945"
}

.c-icon-mission-driven-team:before {
    content: "\e93b"
}

.c-icon-competitive-pricing:before {
    content: "\e90f"
}

.c-icon-hybrid-model:before {
    content: "\e928"
}

.c-icon-customer-centric:before {
    content: "\e914"
}

.c-icon-total-ownership:before {
    content: "\e95f"
}

.c-icon-confidentiality-and-security:before {
    content: "\e911"
}

.c-icon-turnkey-services:before {
    content: "\e961"
}

.c-icon-no-charge:before {
    content: "\e942"
}

.c-icon-experts:before {
    content: "\e91e"
}

.c-icon-mobile-app-projects:before {
    content: "\e93e"
}

.c-icon-projects-completed:before {
    content: "\e94d"
}

.c-icon-experience:before {
    content: "\e91d"
}

.c-icon-meet-team:before {
    content: "\e939"
}

.c-icon-blog:before {
    content: "\e90a"
}

.c-icon-uber:before {
    content: "\e962"
}

.c-icon-web-developer:before {
    content: "\e966"
}

.c-icon-cross:before {
    content: "\e913"
}

.c-icon-portfolio:before {
    content: "\e94b"
}

.c-icon-bullet:before {
    content: "\e96f"
}

.c-icon-ambience:before {
    content: "\e970"
}

.c-icon-buddypress:before {
    content: "\e971"
}

.c-icon-figma:before {
    content: "\e972"
}

.c-icon-microsoft:before {
    content: "\e973"
}

.c-icon-migration:before {
    content: "\e974"
}

.c-icon-multi-tenant:before {
    content: "\e975"
}

.c-icon-no-code:before {
    content: "\e976"
}

.c-icon-optimization:before {
    content: "\e977"
}

.c-icon-theme:before {
    content: "\e978"
}

.c-icon-time-left:before {
    content: "\e979"
}

.c-icon-wpf:before {
    content: "\e97a"
}

.c-icon-blockchain:before {
    content: "\e97b"
}

.c-icon-dotnot-core:before {
    content: "\e97c"
}

.c-icon-graphic-designers:before {
    content: "\e97d"
}

.c-icon-shopware:before {
    content: "\e97e"
}

.c-icon-native-app:before {
    content: "\e97f"
}

.c-icon-award:before {
    content: "\e980"
}

.c-icon-cms-development:before {
    content: "\e981"
}

.c-icon-content-promotion:before {
    content: "\e982"
}

.c-icon-crm:before {
    content: "\e983"
}

.c-icon-cross-platform:before {
    content: "\e984"
}

.c-icon-cycle-app:before {
    content: "\e985"
}

.c-icon-laminas-webapp:before {
    content: "\e986"
}

.c-icon-machine-learning-alt:before {
    content: "\e987"
}

.c-icon-swift:before {
    content: "\e988"
}

.c-icon-access-worldwide:before {
    content: "\e989"
}

.c-icon-brand-awareness:before {
    content: "\e98a"
}

.c-icon-custom-2d-and-3d-animation:before {
    content: "\e98b"
}

.c-icon-integration:before {
    content: "\e98c"
}

.c-icon-regular-monitoring:before {
    content: "\e98d"
}

.c-icon-seo-audit:before {
    content: "\e98e"
}

.c-icon-social-media-advertising:before {
    content: "\e98f"
}

.c-icon-engagement-alt:before {
    content: "\e900"
}

.c-icon-network:before {
    content: "\e990"
}

.c-icon-arrow-right:before {
    content: "\e991"
}

.c-icon-python:before {
    content: "\e992"
}

.c-icon-surveillance:before {
    content: "\e993"
}

.c-icon-bulb:before {
    content: "\e994"
}

.c-icon-database:before {
    content: "\e995"
}

.c-icon-developer:before {
    content: "\e996"
}

.c-icon-arrow-down:before {
    content: "\e997"
}

.c-icon-facebook:before {
    content: "\e998"
}

.c-icon-x:before {
    content: "\e999"
}

.c-icon-linkedin:before {
    content: "\e99a"
}

.c-icon-youtube:before {
    content: "\e99b"
}

.c-icon-dribbble:before {
    content: "\e99c"
}

.c-icon-instagram:before {
    content: "\e99d"
}

.c-icon-behance:before {
    content: "\e99e"
}

.c-icon-qa-otd:before {
    content: "\e99f"
}

.c-icon-award-com:before {
    content: "\e9a0"
}

.c-icon-conf-nda:before {
    content: "\e9a1"
}

.c-icon-effec-price:before {
    content: "\e9a2"
}

.c-icon-exc-cust-sup:before {
    content: "\e9a3"
}

.c-icon-prof-it-infra:before {
    content: "\e9a5"
}

.c-icon-pos-env:before {
    content: "\e9a6"
}

.c-icon-ref-prog:before {
    content: "\e9a7"
}

.c-icon-week-5days:before {
    content: "\e9a8"
}

.c-icon-adv-resources:before {
    content: "\e9a9"
}

.c-icon-fun-connect:before {
    content: "\e9aa"
}

.c-icon-onsite-oppor:before {
    content: "\e9ab"
}

.c-icon-oil-gas:before {
    content: "\e9a4"
}

.c-icon-taxi-app:before {
    content: "\e9ac"
}

.c-icon-ai-soft:before {
    content: "\e9ad"
}

.c-icon-hospitality:before {
    content: "\e9ae"
}

.c-icon-manufacturing:before {
    content: "\e9af"
}

.c-icon-firewall:before {
    content: "\e9b0"
}

.c-icon-web-search:before {
    content: "\e9b1"
}

.c-icon-internet:before {
    content: "\e9b2"
}

.c-icon-net-sys:before {
    content: "\e9b3"
}

.c-icon-pantry-area:before {
    content: "\e9b4"
}

.c-icon-regular:before {
    content: "\e9b5"
}

.c-icon-sec-net:before {
    content: "\e9b6"
}

.c-icon-mob-app:before {
    content: "\e9b7"
}

* {
    outline: none
}

@media print {
    html {
        display: none
    }
}

.modal-body iframe {
    max-width: 100%
}

.overflow-hide {
    overflow-x: hidden
}

img:not([src]):not([srcset]) {
    visibility: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5
}

.full_width {
    width: 100%
}

.get-center {
    margin: 0 auto !important
}

.pt-60 {
    padding-top: 60px
}

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .pt-60 {
        padding-top: 30px
    }
}

.pb-60 {
    padding-bottom: 60px
}

@media screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .pb-60 {
        padding-bottom: 30px
    }
}

.pt-100 {
    padding-top: 100px
}

@media screen and (max-width: 1024px) {
    .pt-100 {
        padding-top: 50px
    }
}

.pb-100 {
    padding-bottom: 100px
}

@media screen and (max-width: 1024px) {
    .pb-100 {
        padding-bottom: 50px
    }
}

.font-14 {
    font-size: 16px
}

.mb-100 {
    margin-bottom: 100px
}

@media screen and (max-width: 600px) {
    .mb-100 {
        margin-bottom: 50px
    }
}

.custom-gap-20 {
    gap: 80px 0
}

@media screen and (max-width: 991px) {
    .custom-gap-20 {
        gap: 50px 0
    }
}

@media screen and (max-width: 767px) {
    .custom-gap-20 {
        gap: 30px 0
    }
}

.mini-container {
    max-width: 1000px !important;
    margin: 0 auto
}

.sec-tag-lines span {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 17px;
    line-height: 64.8px;
    text-align: left;
    position: relative;
    color: #000;
    padding-left: 60px
}

@media screen and (max-width: 600px) {
    .sec-tag-lines span {
        line-height: 1.7;
        margin-left: 0px;
        margin-bottom: 1rem;
        display: block
    }
}

@media screen and (max-width: 575px) {
    .sec-tag-lines span {
        margin-left: 0
    }
}

.sec-tag-lines span::before {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: 0;
    background-color: #001033;
    top: 9px
}

@media screen and (max-width: 600px) {
    .sec-tag-lines span::before {
        top: 12px
    }
}

.sec-tag-lines h1,
.sec-tag-lines h2,
.sec-tag-lines h3 {
    font-family: "GilroyBold", sans-serif;
    line-height: 1.35;
    font-weight: normal;
    text-align: left;
    color: #001033;
    position: relative
}

@media(min-width: 992px) {

    .sec-tag-lines h1,
    .sec-tag-lines h2,
    .sec-tag-lines h3 {
        font-size: 32px
    }
}

@media(min-width: 1280px) {

    .sec-tag-lines h1,
    .sec-tag-lines h2,
    .sec-tag-lines h3 {
        font-size: 38px
    }
}

@media(min-width: 1450px) {

    .sec-tag-lines h1,
    .sec-tag-lines h2,
    .sec-tag-lines h3 {
        font-size: 40px
    }
}

@media(max-width: 992px) {

    .sec-tag-lines h1,
    .sec-tag-lines h2,
    .sec-tag-lines h3 {
        font-size: 28px
    }
}

@media(max-width: 767px) {

    .sec-tag-lines h1,
    .sec-tag-lines h2,
    .sec-tag-lines h3 {
        font-size: 26px
    }
}

@media screen and (max-width: 600px) {

    .sec-tag-lines h1,
    .sec-tag-lines h2,
    .sec-tag-lines h3 {
        padding-left: 0px;
        padding-right: 0px
    }
}

.sec-tag-lines h3.visitors-to-customers {
    line-height: 1.35;
    font-family: "GilroyBold", sans-serif;
    padding-left: 0 !important;
    padding-right: 0px
}

@media(min-width: 992px) {
    .sec-tag-lines h3.visitors-to-customers {
        font-size: 32px
    }
}

@media(min-width: 1280px) {
    .sec-tag-lines h3.visitors-to-customers {
        font-size: 38px
    }
}

@media(min-width: 1450px) {
    .sec-tag-lines h3.visitors-to-customers {
        font-size: 40px
    }
}

@media(max-width: 992px) {
    .sec-tag-lines h3.visitors-to-customers {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .sec-tag-lines h3.visitors-to-customers {
        font-size: 26px
    }
}

.sec-tag-lines p {
    color: #1e1e1e;
    font-size: 16px;
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif;
    font-weight: 400;
    margin-bottom: 30px
}

b,
strong {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal
}

.sec-description b,
.sec-description strong {
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif;
    font-weight: bold
}

.sec-description h3 {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.35;
    color: #001033;
    margin: 20px 0 12px
}

.sec-description h3:first-child {
    margin-top: 0
}

.sec-description h3:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1280px) {
    .sec-description h3 {
        font-size: 22px
    }
}

@media screen and (max-width: 992px) {
    .sec-description h3 {
        font-size: 20px
    }
}

.sec-description h5 {
    color: #1e1e1e;
    font-size: 18px;
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px
}

@media screen and (max-width: 600px) {
    .sec-description {
        flex-wrap: wrap;
        margin-top: 30px
    }
}

.sec-description .sec-desc-title {
    position: relative;
    margin-bottom: 12px
}

.sec-description .sec-desc-title h4,
.sec-description .sec-desc-title h6 {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    width: 200px;
    font-size: 20px;
    line-height: 56px;
    text-align: left;
    color: #001033;
    margin-right: 30px;
    margin-left: 27px;
    background-color: #fff;
    position: relative;
    padding-left: 15px
}

@media screen and (max-width: 600px) {

    .sec-description .sec-desc-title h4,
    .sec-description .sec-desc-title h6 {
        width: 100%
    }
}

@media screen and (max-width: 768px) {

    .sec-description .sec-desc-title h4,
    .sec-description .sec-desc-title h6 {
        margin-left: 20px;
        width: 220px
    }
}

.sec-description .sec-desc-title h3 {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    width: auto;
    font-size: 20px;
    line-height: 52px;
    text-align: left;
    color: #001033;
    margin-right: 30px;
    margin-left: 26px;
    background-color: #fff;
    position: relative;
    padding-left: 15px
}

@media screen and (max-width: 600px) {
    .sec-description .sec-desc-title h3 {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .sec-description .sec-desc-title h3 {
        margin-left: 20px;
        width: 250px;
        line-height: 37px
    }
}

.sec-description .sec-desc-title::before {
    content: "";
    background-color: #a0e4d5;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px
}

@media screen and (max-width: 768px) {
    .sec-description .sec-desc-title::before {
        content: "";
        background-color: #a0e4d5;
        width: 42px;
        height: 36px;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 0px
    }
}

.sec-description p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #001033;
    margin-bottom: 16px
}

@media screen and (max-width: 991px) {
    .sec-description p {
        margin-top: 5px
    }
}

@media screen and (max-width: 767px) {
    .sec-description p {
        font-size: 16px
    }
}

.sec-description p a {
    color: #f16122
}

.sec-description .secDesList {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #001033;
    margin-bottom: 18px
}

.sec-description .secDesList:last-child {
    margin-bottom: 0
}

.sec-description .secDesList li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 13px
}

.sec-description .secDesList li:last-child {
    margin-bottom: 0
}

.sec-description .secDesList li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 2px;
    border-radius: 20px;
    background: #f16122
}

.sec-description .secDesList a {
    color: #f16122
}

@media screen and (max-width: 767px) {
    .sec-description .secDesList {
        font-size: 16px
    }
}

.sec-description-button {
    width: 100%;
    margin-top: 50px
}

@media screen and (max-width: 1440px) {
    .sec-description-button {
        margin: 50px 0
    }
}

@media screen and (max-width: 1200px) {
    .sec-description-button {
        margin: 20px 0
    }
}

.sec-description-button .primary-btn {
    max-width: max-content;
    height: 60px;
    margin: 0 auto;
    border-radius: 10px;
    background: #f16122;
    border: none;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, .09);
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
    overflow: hidden;
    outline: none !important;
    transition: all .3s ease 0s
}

@media screen and (max-width: 990px) {
    .sec-description-button .primary-btn:hover {
        background: #000;
        color: #fff
    }
}

.sec-title {
    position: relative;
    z-index: 1
}

.sec-title p {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 17px;
    position: relative;
    color: #001033;
    margin-top: 0px;
    padding-left: 51px
}

.sec-title p span {
    position: relative
}

.sec-title p span::before {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: -50px;
    background-color: #001033;
    top: 9px
}

.sec-title h3,
.sec-title h2 {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    line-height: 1.2 !important;
    margin-bottom: 0;
    color: #001033;
    line-height: 1.35
}

@media(min-width: 992px) {

    .sec-title h3,
    .sec-title h2 {
        font-size: 32px
    }
}

@media(min-width: 1280px) {

    .sec-title h3,
    .sec-title h2 {
        font-size: 38px
    }
}

@media(min-width: 1450px) {

    .sec-title h3,
    .sec-title h2 {
        font-size: 40px
    }
}

@media(max-width: 992px) {

    .sec-title h3,
    .sec-title h2 {
        font-size: 28px
    }
}

@media(max-width: 767px) {

    .sec-title h3,
    .sec-title h2 {
        font-size: 26px
    }
}

.sec-title h3 span,
.sec-title h2 span {
    position: relative
}

.mlr-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.better_outcome .sec-tag-lines h3,
.better_outcome .sec-tag-lines h2 {
    font-family: "GilroySemiBold", sans-serif;
    font-size: calc(18px + 15.8*(100vw - 320px)/1600);
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    color: #001033;
    position: relative;
    padding-left: 0px
}

@media screen and (max-width: 576px) {

    .better_outcome .sec-tag-lines h3,
    .better_outcome .sec-tag-lines h2 {
        font-size: 22px
    }
}

.better_outcome .sec-tag-lines h3::before,
.better_outcome .sec-tag-lines h2::before {
    left: 0;
    top: -20%
}

@media screen and (max-width: 1024px) {

    .better_outcome .sec-tag-lines h3::before,
    .better_outcome .sec-tag-lines h2::before {
        top: 0;
        background-size: 100%;
        width: 50px;
        height: 50px
    }
}

@media screen and (max-width: 600px) {

    .better_outcome .sec-tag-lines h3::before,
    .better_outcome .sec-tag-lines h2::before {
        top: -30px
    }
}

.cmarix_motto h3,
.cmarix_motto h2 {
    padding-right: 0px;
    line-height: 1.35;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 0;
    color: #222
}

@media(min-width: 992px) {

    .cmarix_motto h3,
    .cmarix_motto h2 {
        font-size: 32px
    }
}

@media(min-width: 1280px) {

    .cmarix_motto h3,
    .cmarix_motto h2 {
        font-size: 38px
    }
}

@media(min-width: 1450px) {

    .cmarix_motto h3,
    .cmarix_motto h2 {
        font-size: 40px
    }
}

@media(max-width: 992px) {

    .cmarix_motto h3,
    .cmarix_motto h2 {
        font-size: 28px
    }
}

@media(max-width: 767px) {

    .cmarix_motto h3,
    .cmarix_motto h2 {
        font-size: 26px
    }
}

.anmtn-element {
    overflow: hidden;
    position: relative
}

.in-view .animated-cuts-top::after {
    animation: cutElemTop 1.5s forwards;
    -webkit-animation: cutElemTop 1.5s forwards
}

.in-view .animated-cuts-right::after {
    animation: cutElemLeft 1.5s forwards;
    -webkit-animation: cutElemLeft 1.5s forwards
}

.in-view .animated-cuts-left::after {
    animation: cutElemRight 1s forwards;
    -webkit-animation: cutElemRight 1s forwards
}

@media screen and (max-width: 767px) {
    .in-view .animated-cuts-left::after {
        display: none
    }
}

.animated-cuts-top::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 120%;
    height: 100%;
    z-index: 9;
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%)
}

.animated-cuts-right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    height: 120%;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%)
}

.animated-cuts-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    height: 120%;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    -webkit-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%)
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: -400px 0
    }
}

@keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: -100% 0
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10%)
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10%)
    }
}

@keyframes mover-rotate {
    0% {
        transform: translateY(0) rotate(0deg)
    }

    100% {
        transform: translateY(-10%) rotate(360deg)
    }
}

@-webkit-keyframes mover-rotate {
    0% {
        transform: translateY(0) rotate(0deg)
    }

    100% {
        transform: translateY(-10%) rotate(360deg)
    }
}

@keyframes cutElemLeft {
    0% {
        -webkit-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14)
    }

    50% {
        -webkit-transform: translateY(-50%) translateX(-50%) skewX(20deg);
        transform: translateY(-50%) translateX(-50%) skewX(20deg)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
        -webkit-transform: translateY(-50%) translateX(-100%);
        transform: translateY(-50%) translateX(-100%)
    }
}

@-webkit-keyframes cutElemTop {
    0% {
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14)
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-50%) skewY(20deg);
        transform: translateX(-50%) translateY(-50%) skewY(20deg)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }
}

@keyframes cutElemTop {
    0% {
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14)
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-50%) skewY(20deg);
        transform: translateX(-50%) translateY(-50%) skewY(20deg)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%)
    }
}

@-webkit-keyframes cutElemLeft {
    0% {
        -webkit-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14)
    }

    50% {
        -webkit-transform: translateY(-50%) translateX(-50%) skewX(20deg);
        transform: translateY(-50%) translateX(-50%) skewX(20deg)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
        -webkit-transform: translateY(-50%) translateX(-100%);
        transform: translateY(-50%) translateX(-100%)
    }
}

@keyframes cutElemRight {
    0% {
        -webkit-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14)
    }

    50% {
        -webkit-transform: translateY(-50%) translateX(50%) skewX(20deg);
        transform: translateY(-50%) translateX(50%) skewX(20deg)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
        -webkit-transform: translateY(-50%) translateX(100%);
        transform: translateY(-50%) translateX(100%)
    }
}

@-webkit-keyframes cutElemRight {
    0% {
        -webkit-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14)
    }

    50% {
        -webkit-transform: translateY(-50%) translateX(50%) skewX(20deg);
        transform: translateY(-50%) translateX(50%) skewX(20deg)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
        -webkit-transform: translateY(-50%) translateX(100%);
        transform: translateY(-50%) translateX(100%)
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: scaleX(1) skewY(0deg) translateX(-10px) translateY(-10px);
        transform: scaleX(1) skewY(0deg) translateX(-10px) translateY(-15px)
    }

    50% {
        -webkit-transform: scaleX(1.3) skewY(-10deg) translateX(5px) translateY(10px);
        transform: scaleX(1.3) skewY(-10deg) translateX(5px) translateY(10px)
    }

    100% {
        -webkit-transform: scaleX(1) skewY(0deg) translateX(-10px) translateY(-10px);
        transform: scaleX(1) skewY(0deg) translateX(-10px) translateY(-15px)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@media screen and (min-width: 768px) {
    @keyframes runningArrow {
        0% {
            left: -80%;
            opacity: 1
        }

        25% {
            left: -60%;
            opacity: 1
        }

        50% {
            left: -40%;
            opacity: 1
        }

        75% {
            left: -20%;
            opacity: 1
        }

        100% {
            left: 5%;
            opacity: .2
        }
    }
}

@media screen and (max-width: 767px) {
    @keyframes runningArrow {
        0% {
            left: -45%;
            opacity: 1
        }

        50% {
            left: 10%;
            opacity: 1
        }

        80% {
            left: 35%;
            opacity: .6
        }

        100% {
            left: 45%;
            opacity: .2
        }
    }
}

@keyframes spin {
    0% {
        -webkit-transform: scaleX(1) skewY(0deg) translateX(0px) translateY(-10px);
        transform: scaleX(1) skewY(0deg) translateX(0px) translateY(-10px)
    }

    50% {
        -webkit-transform: scaleX(1.3) skewY(-20deg) translateX(25px) translateY(15px);
        transform: scaleX(1.3) skewY(-20deg) translateX(25px) translateY(15px)
    }

    100% {
        -webkit-transform: scaleX(1) skewY(0deg) translateX(0px) translateY(-10px);
        transform: scaleX(1) skewY(0deg) translateX(0px) translateY(-10px)
    }
}

.ourServicelist .sec-tag-lines h3.visitors-to-customers {
    font-family: "GilroySemiBold", sans-serif
}

.mainheader {
    display: flex;
    padding: 20px 36px;
    transition: all .5s;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
    width: 100%
}

@media screen and (min-width: 992px)and (max-width: 1200px) {
    .mainheader {
        padding: 15px 15px !important
    }
}

.mainheader.menufixed {
    background: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

@media screen and (min-width: 992px) {
    .mainheader.menufixed {
        background-color: rgba(255, 255, 255, .92) !important;
        box-shadow: 2px -8px 12px 5px rgba(221, 221, 221, 0.5411764706);
        z-index: 9999;
        padding: 5px 36px !important
    }
}

@media screen and (min-width: 992px)and (max-width: 1200px) {
    .mainheader.menufixed {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.mainheader.menufixed .navigationlist .navigationSub {
    top: calc(100% - 12px)
}

.mainheader .mainheader-logo {
    display: inline-block;
    width: 200px
}

@media screen and (min-width: 1025px)and (max-width: 1190px) {
    .mainheader .mainheader-logo {
        width: 150px
    }
}

.mainheader .mainheader-quotelink {
    background-color: #439bc2;
    color: #fff !important;
    font-family: "GilroyBold", sans-serif;
    font-size: 17px;
    line-height: 20px;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 15px 35px 15px;
    text-transform: uppercase;
    min-width: 200px;
    display: inline-block;
    text-align: center
}

@media screen and (max-width: 1366px) {
    .mainheader .mainheader-quotelink {
        padding: 15px 25px 15px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        min-width: 160px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .mainheader .mainheader-quotelink {
        width: auto;
        padding: 10px 25px;
        height: auto;
        min-width: auto;
        font-size: 12px;
        line-height: 1.2
    }
}

.mainheader .footer-contact-inner {
    color: #fff;
    padding-left: 45px
}

.mainheader .footer-contact-inner:before {
    left: 5px
}

.mainheader .footer-contact-inner:after {
    width: 34px;
    height: 34px
}

.mainheader .footer-contact-inner.india-map-icon:before,
.mainheader .footer-contact-inner.usa-map-icon:before {
    left: 6px
}

@media screen and (max-width: 991px) {
    .mainheader {
        padding: .5rem 1rem !important
    }
}

@media screen and (max-width: 992px) {
    .mainheader.menufixed {
        background: rgba(255, 255, 255, .92) !important;
        box-shadow: 2px -8px 12px 5px rgba(221, 221, 221, .5)
    }
}

.mainheader.menuOpen {
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 2px -8px 12px 5px rgba(221, 221, 221, .5)
}

@media screen and (max-width: 991px) {
    .mainheader.menuOpen:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        z-index: -1;
        background: rgba(255, 255, 255, .92);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
    }
}

@media screen and (max-width: 991px) {
    .mainheader.menuOpen .navigationouter {
        display: block;
        position: absolute;
        top: 75px;
        left: 15px;
        right: 15px;
        overflow: hidden;
        max-height: calc(100vh - 75px);
        min-height: 305px;
        overflow: auto
    }

    .mainheader.menuOpen .navigationouter .navigationlist {
        display: block;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, .22);
        margin: 4px 1px 2px 2px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list {
        position: relative
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-solutions .navigationSub .navigationSub-head+.navsub-list-main,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-services .navigationSub .navigationSub-head+.navsub-list-main,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-hiredeveloper .navigationSub .navigationSub-head+.navsub-list-main {
        display: none
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-company .navigationSub .navigationSub-head,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-industries .navigationSub .navigationSub-head,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-resources .navigationSub .navigationSub-head {
        display: none
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-company .navigationSub.resourcemenu,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-industries .navigationSub.resourcemenu,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-resources .navigationSub.resourcemenu {
        max-width: 100%
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-company .navigationSub.resourcemenu .portfoliolink,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-industries .navigationSub.resourcemenu .portfoliolink,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.menu-resources .navigationSub.resourcemenu .portfoliolink {
        display: none
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-list-link {
        padding: 10px 15px 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin: 0 15px;
        display: block
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-list-link::before {
        display: none
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub {
        position: static;
        margin-top: 0 !important;
        box-shadow: none
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .getin-touch {
        display: none
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head {
        position: relative;
        font-family: "Segoe UI", sans-serif;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        padding-top: 15px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head.active .menuarrowInner .menuarrow::before,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head.active .menuarrowInner .menuarrow::after {
        width: 12px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner {
        min-height: 24px;
        padding: 0;
        width: 100%;
        z-index: 9999;
        bottom: 0;
        top: 0px;
        left: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0);
        border: none;
        outline: none !important;
        cursor: pointer
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow {
        width: 5px;
        height: 10px;
        display: block;
        margin: 0 auto;
        transform: rotate(90deg);
        position: absolute;
        right: 5px;
        top: 23px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow::after,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow::before {
        content: "";
        position: absolute;
        left: 0;
        width: 7px;
        height: 2px;
        display: block;
        background: #000;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        -ms-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow::before {
        top: 0;
        transform-origin: top left;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-head .menuarrowInner .menuarrow::after {
        bottom: 0;
        transform-origin: bottom left;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list {
        box-shadow: none;
        overflow: visible;
        padding: 5px 15px 15px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navigationSub .navigationSub-list .navsub-list-main {
        margin-bottom: 0;
        margin-top: 10px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-arrow {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 51px;
        z-index: 1;
        cursor: pointer
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-arrow:before,
    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-arrow:after {
        position: absolute;
        top: 18px;
        right: 20px;
        content: " ";
        height: 12px;
        width: 2px;
        background-color: #2a2a2a;
        margin: auto;
        transition: all .35s
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list .navmain-arrow::after {
        transform: rotate(-90deg)
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list:last-child .navmain-list-link {
        border-bottom: 0px
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.active .navmain-arrow:before {
        transform: rotate(45deg)
    }

    .mainheader.menuOpen .navigationouter .navigationlist .navmain-list.active .navmain-arrow::after {
        transform: rotate(-45deg)
    }
}

@media screen and (min-width: 992px)and (max-width: 1024px) {
    .mainheader .mainheader-quotelink {
        width: auto;
        height: auto;
        padding: 10px 15px !important;
        min-width: 130px;
        font-size: 14px;
        white-space: nowrap
    }
}

@media screen and (max-width: 991px) {
    .mainheader .mainheader-quotelink {
        display: none
    }
}

.mainheader .footer_contact_list .footer-contact-inner {
    width: 100%
}

@media screen and (min-width: 575px)and (max-width: 767px) {
    .mainheader .footer_contact_list .footer-contact-inner {
        width: 50%
    }
}

.mainheader .footer-social-section-part {
    margin-top: 20px
}

@media screen and (max-width: 991px) {
    .mainheader .footer-social-section-part {
        padding: 0px 0 20px
    }
}

.mainheader .footer-social-section-part .footertitle {
    margin-right: 5px
}

@media screen and (max-width: 600px) {
    .mainheader .footer-social-section-part .footertitle {
        padding-bottom: 10px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter {
        display: none
    }
}

.navigationouter .navigationlist {
    display: flex;
    column-gap: 30px;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .navigationouter .navigationlist {
        column-gap: 12px
    }
}

.navigationouter .navigationlist .navmain-list.menu-industries .navigationSub .navsub-list-main {
    margin-bottom: 0 !important
}

.navigationouter .navigationlist .navmain-list .navmain-list-link {
    color: #000;
    padding: 5px 18px 5px 0px;
    font-size: 17px;
    letter-spacing: .17px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative
}

@media screen and (min-width: 1025px)and (max-width: 1200px) {
    .navigationouter .navigationlist .navmain-list .navmain-list-link {
        padding: 8px;
        font-size: 14px
    }
}

@media screen and (min-width: 992px)and (max-width: 1024px) {
    .navigationouter .navigationlist .navmain-list .navmain-list-link {
        padding: 8px;
        font-size: 14px;
        white-space: nowrap
    }
}

.navigationouter .navigationlist .navmain-list .navmain-list-link:before {
    content: "";
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #000;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1px
}

@media screen and (min-width: 992px)and (max-width: 1200px) {
    .navigationouter .navigationlist .navmain-list .navmain-list-link:before {
        right: -7px
    }
}

.navigationouter .navigationlist .navmain-list.menuactive .navigationSub {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

@media screen and (min-width: 991px) {
    .navigationouter .navigationlist .navmain-list:hover .navigationSub {
        box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
    }
}

.navigationouter .navigationlist .navigationSub {
    display: none;
    margin-top: 15px !important;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 35px;
    right: 35px;
    max-width: 1800px;
    margin: 0 auto
}

@media screen and (max-width: 1440px) {
    .navigationouter .navigationlist .navigationSub {
        left: 25px;
        right: 25px
    }
}

@media screen and (max-width: 1280px) {
    .navigationouter .navigationlist .navigationSub {
        left: 20px;
        right: 20px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navigationSub {
        left: 15px;
        right: 15px
    }
}

.navigationouter .navigationlist .navigationSub:before {
    content: "";
    height: 15px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: -15px
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navigationSub:before {
        display: none
    }
}

.navigationouter .navigationlist .navigationSub.resourcemenu {
    max-width: 800px;
    margin: 0 auto
}

@media screen and (max-width: 1640px) {
    .navigationouter .navigationlist .navigationSub.resourcemenu {
        max-width: calc(51% - 70px)
    }
}

@media screen and (max-width: 1640px) {
    .navigationouter .navigationlist .navigationSub.resourcemenu {
        max-width: calc(61% - 70px)
    }
}

@media screen and (max-width: 1280px) {
    .navigationouter .navigationlist .navigationSub.resourcemenu {
        max-width: 75%
    }
}

.navigationouter .navigationlist .navigationSub .navsub-list-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    column-gap: 20px
}

.navigationouter .navigationlist .navigationSub .navsub-box-link {
    font-family: "GilroySemiBold", sans-serif !important;
    font-size: 17px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 10px;
    background: rgba(255, 255, 255, .49);
    padding: 12px 15px;
    transition: all .2s ease-out;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    min-height: 66px
}

.navigationouter .navigationlist .navigationSub .navsub-box-link::before {
    font-size: 30px;
    margin-right: 15px;
    font-family: "website-icons" !important
}

.navigationouter .navigationlist .navigationSub .navsub-box-link:hover {
    background: rgba(210, 77, 39, .1);
    transition: all .2s ease-out
}

.navigationouter .navigationlist .navigationSub .navigationSub-list {
    background: linear-gradient(170deg, #ffffff 0%, #ffefe0 50%, #fff 100%);
    padding: 25px 50px 25px 50px;
    max-height: calc(100vh - 90px);
    min-height: auto;
    overflow: auto
}

@media screen and (max-width: 1440px) {
    .navigationouter .navigationlist .navigationSub .navigationSub-list {
        padding: 25px 25px 25px 25px
    }
}

@media screen and (max-width: 1280px) {
    .navigationouter .navigationlist .navigationSub .navigationSub-list {
        padding: 25px 20px 25px 20px
    }
}

@media screen and (max-width: 991px) {
    .navigationouter .navigationlist .navigationSub .navigationSub-list {
        padding: 15px;
        min-height: auto;
        max-height: 100%
    }
}

@media screen and (max-width: 600px) {
    .navigationouter .navigationlist .navigationSub .navigationSub-list {
        padding: 5px 15px
    }
}

@media screen and (max-width: 767px) {
    .navigationouter .navigationlist .navigationSub .navigationSub-list .col-lg-8.resp-submenu {
        display: none
    }
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .navigationSub-head {
    font-family: "GilroyBold", sans-serif;
    border-bottom: 1px solid rgba(241, 97, 34, .2);
    font-weight: normal;
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 11px;
    display: flex;
    align-items: center
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .navigationSub-head.getintouch {
    border-bottom: 0px;
    margin-bottom: 0px
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .navsub-list-link {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 8px 40px 8px 47px !important;
    background: rgba(0, 0, 0, 0);
    position: relative;
    transition: .2s background ease-out;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    text-transform: none;
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif !important;
    min-height: 40px
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .navsub-list-link::before {
    font-size: 23px;
    margin-right: 15px;
    font-family: "website-icons" !important;
    position: absolute;
    left: 10px
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .navsub-list-link::after {
    content: "";
    width: 28px;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "website-icons";
    font-size: 22px;
    right: 0;
    opacity: 0;
    transition: .2s right ease-out, .1s opacity ease-out;
    z-index: 1
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .navsub-list-link:hover {
    background: #fff;
    transition: .2s background ease-out
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .navsub-list-link:hover::after {
    right: 10px;
    opacity: 1;
    transition: .2s right ease-out, .1s opacity ease-out
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .navsub-list-link i {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 23px
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 30px;
    align-content: space-between
}

@media(max-width: 1080px) {
    .navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch {
        gap: 15px 30px;
        margin-bottom: 30px
    }
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 10px;
    background: rgba(255, 255, 255, .49);
    padding: 12px 15px 12px 71px;
    width: calc(25% - 25px);
    transition: .2s background ease-out;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media(max-width: 1080px) {
    .navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link {
        width: calc(50% - 15px)
    }
}

@media(max-width: 767px) {
    .navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link {
        width: 100%
    }
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link:before {
    content: "";
    background-color: #fff;
    width: 49px;
    height: 49px;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link::after {
    content: "";
    background-image: url(https://cdn.cmarix.com/images/footer/social-icons.svg);
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 22px;
    top: 50%;
    transform: translateY(-50%)
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link.skypee::after {
    background-position: left center
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link.email::after {
    background-position-x: -24px
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link.whatsup::after {
    left: 20px;
    background-position-x: -60px;
    width: 30px;
    height: 30px
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link.call::after {
    left: 20px;
    background-position-x: -90px;
    width: 30px;
    height: 30px
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link:hover {
    background: rgba(210, 77, 39, .1);
    transition: .2s background ease-out
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link .getin-touch-label {
    font-family: "GilroySemiBold", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #000
}

.navigationouter .navigationlist .navigationSub .navigationSub-list .getin-touch .getouch-link .getin-touch-value {
    font-family: "GilroySemiBold", sans-serif;
    margin: 0;
    font-size: 17px;
    width: 100%
}

@media screen and (max-width: 991.04px) {
    .mobile-action-buttons {
        display: flex !important;
        align-items: center
    }
}

@media screen and (min-width: 991.05px) {
    .mobile-action-buttons {
        display: none
    }
}

.mobile-action-buttons .contact-info-mobile {
    display: flex;
    align-items: center;
    margin-right: 15px;
    border: none;
    background: #f16122;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    line-height: 20px;
    outline: none;
    position: relative;
    left: 0;
    padding: 0px;
    opacity: 1;
    cursor: pointer;
    transition: .5s left ease-in-out
}

@media screen and (max-width: 576px) {
    .mobile-action-buttons .contact-info-mobile {
        margin-right: 10px
    }
}

.mobile-action-buttons .contact-info-mobile.active {
    left: 0px;
    opacity: 0;
    transition: .1s left ease-in-out
}

.mobile-action-buttons .contact-info-mobile span {
    background: #fff;
    color: #000;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    margin-top: 0px
}

.mobile-action-buttons .navbar-toggler {
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.25rem;
    line-height: 1;
    width: 30px;
    justify-content: flex-end;
    display: flex;
    cursor: pointer
}

.mobile-action-buttons .navbar-toggler .button_bars {
    display: inline-block;
    width: 30px;
    margin-left: -4px
}

.mobile-action-buttons .navbar-toggler .button_bars span {
    width: 100%;
    display: block;
    height: 3px;
    background: #000;
    border-radius: 35px;
    float: right;
    transition: .2s width ease-out
}

.mobile-action-buttons .navbar-toggler .button_bars span+span {
    margin-top: 4px;
    width: 80%
}

.mobile-action-buttons .navbar-toggler .button_bars span+span+span {
    width: 60%
}

.mobile-action-buttons .navbar-toggler.active .button_bars span {
    width: 60%;
    transition: .2s width ease-out
}

.mobile-action-buttons .navbar-toggler.active .button_bars span+span {
    width: 80%
}

.mobile-action-buttons .navbar-toggler.active .button_bars span+span+span {
    width: 100%
}

.menu_footer {
    background: #fff;
    padding: 16px 50px;
    width: 100%;
    position: relative
}

@media screen and (max-width: 991px) {
    .menu_footer {
        display: none
    }
}

.menu_footer span {
    margin: 0;
    font-size: 36px;
    font-weight: 600
}

.menu_footer span a strong {
    font-weight: 700
}

.menu_footer span.arrow-icon a i {
    font-size: 28px;
    margin-left: 12px;
    transition: all .3s
}

.menu_footer span.arrow-icon a:hover i {
    margin-left: 18px;
    font-size: 32px
}

.menu_footer span.engage_steps_title {
    font-size: 30px;
    font-weight: normal;
    font-family: "GilroyBold", sans-serif
}

@media screen and (max-width: 1600px) {
    .menu_footer span.engage_steps_title {
        font-size: 21px
    }
}

.menu_footer span a {
    color: #000
}

.menu_footer .steps {
    background: rgba(0, 0, 0, 0) !important;
    padding: 10px 10px 0px 10px;
    margin-top: 0
}

.menu_footer .number {
    position: relative;
    z-index: 9;
    font-size: 30px;
    font-weight: normal;
    top: 14px;
    font-family: "GilroyBold", sans-serif;
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    padding-top: 12px
}

.menu_footer .number::after {
    content: "";
    position: absolute;
    top: 67%;
    left: 50%;
    width: calc(70% - 10px);
    height: calc(70% - 10px);
    background: #fff;
    z-index: 3;
    border-radius: 10px;
    -ms-box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    z-index: -1
}

.menu_footer .step_block {
    max-width: 225px;
    margin-top: -90px
}

.menu_footer .step_block .menu-footer-btm {
    font-size: 14px;
    color: #1d1e31;
    margin-top: 25px;
    line-height: 1.5;
    margin-bottom: 0;
    display: block
}

.menu_footer .step_main_parent {
    position: relative
}

.menu_footer .step_main_parent+.step_main_parent::before {
    content: "";
    position: absolute;
    left: -34%;
    top: -50%;
    width: 87%;
    border-bottom: 1px dashed #1d1e31;
    transform: translateX(-50%)
}

@media screen and (max-width: 1366px) {
    .menu_footer .step_main_parent+.step_main_parent::before {
        left: -27%
    }
}

.menu_footer .step_main_parent+.step_main_parent::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #1d1e31;
    left: -34%;
    top: -50%;
    z-index: 99;
    position: absolute;
    transform: translate(-50%, -50%);
    animation: none
}

@media screen and (max-width: 1366px) {
    .menu_footer .step_main_parent+.step_main_parent::after {
        left: -27%
    }
}

.iso_certificate {
    position: absolute;
    right: 20px;
    top: 0;
    transform: translateY(-50%)
}

.resource-menu-detail {
    margin-bottom: 0;
    font-size: 14px;
    max-height: 70px;
    overflow: hidden;
    line-height: 1.7;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.type-blog {
    margin-top: 10px;
    font-family: "GilroySemiBold", sans-serif;
    border-radius: 4px;
    background-color: #eaf8fd;
    color: #1c6c8a;
    font-size: 13px;
    line-height: 1.7;
    text-transform: uppercase;
    padding: 4px 8px;
    margin-bottom: 3px;
    display: inline-block;
    transition: all .2s ease 0s
}

@media screen and (max-width: 991px) {
    .type-blog {
        display: table
    }
}

.resource-post-right {
    max-width: 255px;
    padding-left: 0px
}

.image-106 {
    width: 100%;
    max-height: 148px;
    max-width: 234px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #489bc2;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)
}

.mobile-contact-info {
    position: fixed;
    top: 0;
    width: 0%;
    height: 0%;
    right: 0px;
    background: rgba(241, 97, 34, .95);
    padding: 30px;
    visibility: hidden;
    transition: .3s all ease-in-out;
    border-radius: 35px;
    overflow: auto;
    z-index: -9999;
    opacity: 0
}

.mobile-contact-info.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    transition: .3s all ease-in-out;
    z-index: 99999
}

.mobile-contact-info.active ul li {
    top: 0;
    opacity: 1
}

.mobile-contact-info.active ul li:nth-child(1) {
    transition: .15s all ease-in-out
}

.mobile-contact-info.active ul li:nth-child(2) {
    transition: .3s all ease-in-out
}

.mobile-contact-info.active ul li:nth-child(3) {
    transition: .45s all ease-in-out
}

.mobile-contact-info.active ul li:nth-child(4) {
    transition: .6s all ease-in-out
}

.mobile-contact-info.active ul li:nth-child(5) {
    transition: .75s all ease-in-out
}

.mobile-contact-info.active ul li:nth-child(6) {
    transition: .9s all ease-in-out
}

.mobile-contact-info.active ul li:nth-child(7) {
    transition: 1.05s all ease-in-out
}

.mobile-contact-info.active .info-header span {
    cursor: pointer
}

.mobile-contact-info.active .info-header span span {
    transform: rotate(45deg);
    transition: .35s transform ease-in-out
}

.mobile-contact-info.active .info-header span span:nth-child(2) {
    transform: rotate(135deg);
    transition: .35s transform ease-in-out
}

.mobile-contact-info .footer-contact-col {
    padding: 0
}

.mobile-contact-info .footer-contact-col .icon {
    margin-bottom: 8px;
    margin-right: 10px
}

.mobile-contact-info .footer_contact_list {
    display: flex;
    flex-wrap: wrap
}

.mobile-contact-info .footer_contact_list .footer-contact-col {
    width: 100%
}

@media screen and (max-width: 767px) {
    .mobile-contact-info .footer_contact_list .footer-contact-col {
        width: 50%
    }
}

@media screen and (max-width: 576px) {
    .mobile-contact-info .footer_contact_list .footer-contact-col {
        width: 100%
    }
}

.mobile-contact-info .footer_contact_list a {
    color: #fff;
    display: block
}

.mobile-contact-info .footer_contact_list a:hover {
    color: #fff
}

.mobile-contact-info ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 30px;
    border-bottom: 1px dotted rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 18px;
    top: -15px;
    opacity: 0;
    position: relative
}

.mobile-contact-info ul li a {
    color: #fff
}

.mobile-contact-info .info-header {
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    right: 15px;
    top: 11px
}

.mobile-contact-info .info-header>span {
    color: #fff;
    float: right;
    width: 31px;
    height: 30px;
    text-align: center
}

.mobile-contact-info .info-header span span {
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotate(30deg);
    border-radius: 10px;
    transition: .35s transform ease-in-out
}

.mobile-contact-info .info-header span span:nth-child(2) {
    transform: rotate(120deg);
    margin-left: -25px;
    transition: .35s transform ease-in-out
}

@media screen and (min-width: 992px) {
    .mobile-contact-info {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .mob-menulinks {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .mob-menu-links {
        padding: 5px 15px 10px !important
    }

    .mob-menulinks {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding-bottom: 15px
    }

    .mob-menulinks .menu-link {
        width: calc(33.33% - 8px);
        text-align: center;
        border-radius: 16px;
        padding: 23px;
        height: 155px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
        gap: 15px
    }

    .mob-menulinks .menu-link:nth-child(1) {
        background: #e4eaf8
    }

    .mob-menulinks .menu-link:nth-child(1) .icon {
        background-color: #c3cde8
    }

    .mob-menulinks .menu-link:nth-child(2) {
        background: #e4f5e2
    }

    .mob-menulinks .menu-link:nth-child(2) .icon {
        background-color: #c1e1be
    }

    .mob-menulinks .menu-link:nth-child(3) {
        background: #f0e7f4
    }

    .mob-menulinks .menu-link:nth-child(3) .icon {
        background-color: #e0c6e6
    }

    .mob-menulinks .menu-link .icon {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0
    }

    .mob-menulinks .menu-link .icon::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px dashed rgba(0, 0, 0, .3);
        left: 3px;
        top: 3px;
        border-radius: 50%;
        transition: .3s ease-in-out
    }

    .mob-menulinks .menu-link:hover .icon::before {
        left: -3px;
        top: -3px;
        transition: .3s ease-in-out
    }

    .mob-menulinks .menu-link .link-label {
        font-size: 18px;
        line-height: 1.2;
        font-weight: bold;
        color: #000;
        width: 100%;
        margin: 0
    }

    .mob-menulinks .menu-link:last-child .link-label {
        display: inline-block
    }
}

@media screen and (max-width: 991px)and (max-width: 576px) {
    .mob-menulinks .menu-link:last-child .link-label {
        width: auto
    }
}

@media screen and (max-width: 767px) {
    .mob-menulinks .menu-link {
        height: 130px
    }
}

@media screen and (max-width: 576px) {
    .mob-menulinks .menu-link {
        padding: 10px;
        width: calc(50% - 8px)
    }

    .mob-menulinks .menu-link:last-child {
        width: 100%
    }
}

.resource-menu-image-link {
    display: block
}

.column-4>li {
    width: calc(25% - 15px)
}

@media(max-width: 992px) {
    .column-4>li {
        width: calc(50% - 15px);
        display: inline-block
    }
}

@media(max-width: 767px) {
    .column-4>li {
        width: 100%
    }
}

.column-3>li {
    width: calc(33.3% - 10px)
}

@media(max-width: 992px) {
    .column-3>li {
        width: calc(50% - 15px);
        display: inline-block
    }
}

@media(max-width: 767px) {
    .column-3>li {
        width: 100%
    }
}

.column-2>li {
    width: calc(50% - 15px)
}

@media(max-width: 992px) {
    .column-2>li {
        width: calc(50% - 15px);
        display: inline-block
    }
}

@media(max-width: 767px) {
    .column-2>li {
        width: 100%
    }
}

.column-1>li {
    width: 100%
}

@media(max-width: 992px) {
    .column-1>li {
        width: calc(50% - 15px);
        display: inline-block
    }
}

@media(max-width: 767px) {
    .column-1>li {
        width: 100%
    }
}

.inner-top-header {
    background-color: #e7e2ff !important;
    padding-top: 100px
}

.mobile-top-hierarchy .inner-top-header {
    background-color: #d7e1f9 !important;
    overflow: inherit
}

.mobile-top-hierarchy.enterprise-software-solution .inner-top-header {
    background-color: #e2e2e2 !important
}

.mobile-top-hierarchy.back-end-development-solution .inner-top-header {
    background-color: #ffe1dd !important
}

.mobile-top-hierarchy.front-end-development-solution .inner-top-header {
    background-color: #d2f5ee !important
}

.mobile-top-hierarchy.web-development-solution .inner-top-header {
    background-color: #d2f5ee !important
}

.mobile-top-hierarchy.mvp-development-solution .inner-top-header {
    background-color: #ffefc6 !important
}

.mobile-top-hierarchy.ui-ux-design-services-solution .inner-top-header {
    background-color: #ffe1dd !important
}

.ionic-app-development-services .inner-top-header,
.hire-mern-stack-developer .inner-top-header,
.hire-aspdotnet-developers .inner-top-header,
.drupal-cms-development-services .inner-top-header,
.hire-react-developer .inner-top-header,
.react-native-application-development-services .inner-top-header,
.flutter-app-development .inner-top-header,
.progressive-web-app-development .inner-top-header,
.xamarin-mobile-app-development-company-india .inner-top-header,
.psd-to-html-services .inner-top-header,
.enterprise-insurance-software-development .inner-top-header,
.ondemand-taxi-app .inner-top-header,
.react-js-web-development-company .inner-top-header,
.aspdotnet-web-application-development-services .inner-top-header,
.startup-service.outsource-india .inner-top-header,
.lightBlueBanner .inner-top-header {
    background-color: #d7e1f9 !important
}

.android-application-development-services,
.shopify-development-services,
.hire-shopify-developers,
.hire-android-developers,
.inner-top-header {
    background-color: #dbf5d1 !important
}

.kotlin-application-development-company-india .inner-top-header,
.magento-ecommerce-development-services .inner-top-header,
.codeigniter-development-services .inner-top-header,
.laravel-framework-development-services .inner-top-header,
.hire-aws-developers .inner-top-header,
.hire-laravel-developers .inner-top-header,
.hire-magento-developer .inner-top-header,
.startup-service.startup-consulting-solution .inner-top-header,
.custom-ecommerce-platforms-development .inner-top-header,
.healthcare-platform-development .inner-top-header,
.angular-development-services-india .inner-top-header,
.meteorjs-development-services-india .inner-top-header,
.mvc-dotnet-web-application-development-services .inner-top-header,
.hire-dotnet-core-developers .inner-top-header,
.ondemand-food-app .inner-top-header {
    background-color: #ffe1dd !important
}

.hire-cross-platform-developer .inner-top-header,
.ondemand-travel-app .inner-top-header,
.startup-service.software-product-development .inner-top-header,
.design-prototyping-services .inner-top-header,
.ondemand-travel-app .inner-top-header,
.finance-and-banking-enterprise-product-developement .inner-top-header,
.aws-amplify-development-services .inner-top-header {
    background-color: #ffefc6 !important
}

.zend-framework-web-application-development-india .inner-top-header,
.hire-automated-tester .inner-top-header,
.hire-nodejs-developers .inner-top-header,
.hire-front-end-developers .inner-top-header,
.yii-web-development-company-india .inner-top-header,
.web-development-solution .inner-top-header,
.startup-service.it-consulting .inner-top-header,
.digital-technology-for-education-industry .inner-top-header {
    background-color: #d2f5ee !important
}

.cmr-solution-page .inner-top-header,
.woocommerce-development-services .inner-top-header,
.hire-woocommerce-developer .inner-top-header,
.hire-manual-tester .inner-top-header,
.hire-fullstack-developer .inner-top-header,
.hire-php-developer .inner-top-header,
.startup-service.ODC-india .inner-top-header,
.mobile-app-design-services .inner-top-header,
.product-development-for-security-industry .inner-top-header,
.lightPurpleBanner .inner-top-header,
.inner-top-header.hire-odoo-developers {
    background-color: #e7e2ff !important
}

.aspdotnetcore-web-application-development-services .inner-top-header {
    background-color: #decfff !important
}

.hire-developers.hire-main-page,
.ios-app-development-company-india .inner-top-header,
.hire-ios-developers .inner-top-header,
.symphony-framework-development-services .inner-top-header,
.hire-wordpress-developers .inner-top-header,
.wordpress-web-development-services .inner-top-header,
.startup-service.product-auditing .inner-top-header,
.expressjs-development-services-india .inner-top-header,
.digital-technology-for-media-and-entertainment-industry .inner-top-header {
    background-color: #f3f1ff !important
}

.cmr-life .inner-top-header,
.cmr-company .inner-top-header,
.lightSkyBlueBanner .inner-top-header,
.hire-salesforce-commerce-developers .inner-top-header {
    background-color: #99d1e6 !important
}

.hire-mean-stack-developer .inner-top-header {
    background-color: #ffe6e6 !important
}

.ios-app-development-company-india.application-modernization .inner-top-header {
    background-color: #fae3d8 !important
}

.inner-top-header.hire-golang-developers {
    background-color: #c5e2ec !important
}

.stat-inner-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px
}

.stat-inner-div h1 {
    width: fit-content;
    margin: 0 auto;
    line-height: 1.5 !important
}

.hire-react-native-developers .inner-top-header {
    background-color: #c9ddff !important
}

.cmr-about-us .inner-top-header,
.hire-flutter-app-development .inner-top-header {
    background-color: #d7e1f9 !important
}

.cmr-about-us .sec-description .sec-desc-title::before,
.hire-flutter-app-development .sec-description .sec-desc-title::before {
    background-color: #3356af
}

.at-right-bottom {
    position: absolute !important;
    bottom: 0px;
    right: 0px;
    overflow: hidden
}

.at-right-bottom img {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 991px) {
    .at-right-bottom {
        position: relative !important
    }
}

.at-right-bottom .inner-right img {
    max-width: 100% !important
}

@media screen and (max-width: 991px) {
    .at-right-bottom .inner-right {
        display: none !important
    }
}

.inner-right.abour-us-banner {
    text-align: center
}

.inner-right.abour-us-banner img {
    max-width: 75% !important
}

.inner-top-header {
    padding-bottom: 30px;
    min-height: 450px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #d2f5ee;
    background-image: url(https://cdn.cmarix.com/images/elements/grain.webp);
    background-repeat: repeat
}

@media screen and (max-width: 1200px) {
    .inner-top-header {
        padding-top: 100px !important
    }
}

@media screen and (max-width: 767px) {
    .inner-top-header {
        min-height: 400px
    }
}

@media(min-width: 992px) {
    .inner-top-header .row {
        align-items: center !important
    }
}

@media(max-width: 991px) {
    .inner-top-header .row [class^=col-md-] {
        flex: 100% !important;
        max-width: 100% !important
    }
}

.inner-top-header.banner-without-image {
    min-height: 300px;
    overflow: hidden
}

@media screen and (max-width: 992px) {
    .inner-top-header.banner-without-image {
        min-height: 250px;
        padding-top: 30px
    }
}

.inner-top-header.banner-without-image .inner-left {
    padding-top: 85px;
    padding-bottom: 35px
}

@media screen and (max-width: 767px) {
    .inner-top-header.banner-without-image .inner-left {
        padding-top: 40px;
        padding-bottom: 15px
    }
}

.inner-top-header.banner-without-image .cmr-reflectors {
    top: 50%;
    transform: translateY(-50%);
    font-size: 75vh;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0em
}

@media screen and (max-width: 992px) {
    .inner-top-header.banner-without-image .cmr-reflectors {
        font-size: 200px
    }
}

@media screen and (max-width: 600px) {
    .inner-top-header.banner-without-image .cmr-reflectors {
        font-size: 100px
    }
}

.inner-top-header .inner-left {
    padding-top: 100px;
    padding-bottom: 35px;
    width: fit-content;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .inner-top-header .inner-left {
        padding-bottom: 50px
    }
}

.inner-top-header .inner-left .inner-head-title h1 {
    margin: 0
}

.inner-top-header .inner-left .inner-head-title,
.inner-top-header .inner-left .inner-head-title h1 {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    line-height: 1.3;
    color: #001033
}

@media(min-width: 992px) {

    .inner-top-header .inner-left .inner-head-title,
    .inner-top-header .inner-left .inner-head-title h1 {
        font-size: 36px
    }
}

@media(min-width: 1280px) {

    .inner-top-header .inner-left .inner-head-title,
    .inner-top-header .inner-left .inner-head-title h1 {
        font-size: 40px
    }
}

@media(min-width: 1450px) {

    .inner-top-header .inner-left .inner-head-title,
    .inner-top-header .inner-left .inner-head-title h1 {
        font-size: 42px
    }
}

@media(max-width: 991px) {

    .inner-top-header .inner-left .inner-head-title,
    .inner-top-header .inner-left .inner-head-title h1 {
        font-size: 30px
    }
}

@media(max-width: 767px) {

    .inner-top-header .inner-left .inner-head-title,
    .inner-top-header .inner-left .inner-head-title h1 {
        font-size: 28px
    }
}

@media(max-width: 600px) {

    .inner-top-header .inner-left .inner-head-title,
    .inner-top-header .inner-left .inner-head-title h1 {
        text-align: left
    }
}

@media(max-width: 600px) {

    .inner-top-header .inner-left .inner-head-title,
    .inner-top-header .inner-left .inner-head-title h1 {
        text-align: center
    }
}

.inner-top-header .inner-left .inner-head-title span,
.inner-top-header .inner-left .inner-head-title h1 span {
    position: relative;
    z-index: 9
}

.inner-top-header .inner-left .inner-head-title span::after,
.inner-top-header .inner-left .inner-head-title h1 span::after {
    content: "";
    height: 16px;
    width: calc(100% + 12px);
    position: absolute;
    bottom: 13%;
    left: -4px;
    background-color: rgba(0, 0, 0, .06);
    z-index: -1
}

@media screen and (max-width: 600px) {

    .inner-top-header .inner-left .inner-head-title span::after,
    .inner-top-header .inner-left .inner-head-title h1 span::after {
        bottom: 0;
        left: 5px;
        height: 10px;
        width: calc(100% - 4px)
    }
}

.inner-top-header .inner-left p,
.inner-top-header .inner-left .inner-about {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #001033;
    margin: 10px 0 20px 0
}

.inner-top-header .inner-left p strong,
.inner-top-header .inner-left p b,
.inner-top-header .inner-left .inner-about strong,
.inner-top-header .inner-left .inner-about b {
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif
}

@media screen and (max-width: 600px) {

    .inner-top-header .inner-left p,
    .inner-top-header .inner-left .inner-about {
        font-size: 16px;
        text-align: center
    }
}

.inner-top-header .inner-left h2,
.inner-top-header .inner-left h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.8;
    text-align: left;
    color: #001033;
    margin: 10px 0 20px 0
}

@media screen and (max-width: 600px) {

    .inner-top-header .inner-left h2,
    .inner-top-header .inner-left h4 {
        font-size: 18px;
        text-align: center
    }
}

.inner-top-header .inner-left a {
    display: inline-flex;
    width: fit-content;
    width: -webkit-fit-content
}

@media screen and (max-width: 600px) {
    .inner-top-header .inner-left a {
        margin: 0 auto;
        display: flex
    }
}

@media screen and (max-width: 600px) {
    .inner-top-header .inner-left .cmr-outline-btn {
        justify-content: space-between;
        margin: 0 auto
    }
}

.inner-top-header .inner-right-img {
    position: relative
}

.inner-top-header .inner-right-img img {
    max-width: 340px !important
}

.inner-top-header .inner-right {
    position: relative
}

@media screen and (max-width: 991px) {
    .inner-top-header .inner-right {
        display: none
    }
}

.inner-top-header .inner-right.at-bottom img {
    position: absolute;
    bottom: 0px
}

.inner-top-header .inner-right .at-bottom-stats {
    position: absolute;
    bottom: -30%;
    right: 0;
    width: 100%;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3356af
}

.inner-top-header .inner-right .at-bottom-stats .at-before-tip {
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    position: relative;
    color: #fff;
    padding-left: 30px;
    margin-right: 10px
}

.inner-top-header .inner-right .at-bottom-stats .at-before-tip::before {
    content: "";
    height: 2px;
    width: 20px;
    position: absolute;
    left: 0;
    background-color: #fff;
    top: 11px
}

.inner-top-header .inner-right .at-bottom-stats .top-banner-stats {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0
}

.inner-top-header .inner-right .at-bottom-stats .top-banner-stats span {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    margin: 0 5px
}

.inner-top-header .inner-right img {
    width: 100%;
    max-height: 360px
}

@media screen and (max-width: 767px) {
    .inner-top-header .inner-right img {
        display: none
    }
}

.inner-top-header .inner-right.inner-parent-header img {
    width: 100%;
    max-width: 292px !important;
    max-height: 350px
}

@media screen and (max-width: 767px) {
    .inner-top-header .inner-right.inner-parent-header img {
        display: none
    }
}

.inner-top-header .inner-right .bggimage img {
    max-width: 100% !important;
    margin-bottom: -14% !important
}

.cmr-reflectors {
    font-weight: 900 !important;
    font-size: calc(126px + 390*(100vw - 320px)/1600);
    letter-spacing: .1em;
    line-height: 100px;
    text-align: center;
    color: #1d1e31;
    opacity: .02;
    position: absolute;
    top: 20%;
    left: 0;
    pointer-events: none;
    width: 100%
}

@media screen and (min-width: 320px) {
    .cmr-reflectors {
        font-size: calc(126px + strip-unit(274px)*(100vw - 320px)/strip-unit(1600px))
    }
}

@media screen and (min-width: 1920px) {
    .cmr-reflectors {
        font-size: 400px
    }
}

.inner-top-header .inner-left {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.mobile-top-hierarchy.solution-main-pages .bottom-overlap-image img {
    max-height: 100%;
    margin-bottom: -37%
}

.sec-description .sec-desc-title {
    margin: 30px 0
}

.sec-description .sec-desc-title .title-heading {
    width: auto !important;
    max-width: 100%;
    height: 72px;
    padding-top: 7px
}

@media screen and (max-width: 600px) {
    .sec-description .sec-desc-title .title-heading {
        max-width: 100%
    }
}

@media screen and (max-width: 500px) {
    .sec-description .sec-desc-title .title-heading {
        height: auto;
        padding-top: 0px;
        line-height: 2
    }
}

.cmr-app-services {
    background: linear-gradient(to bottom, #ffffff 0%, #fff 30%, #f2f3f7 30%, #f2f3f7 70%, rgba(255, 255, 255, 0) 70%)
}

@media screen and (max-width: 600px) {
    .cmr-app-services {
        padding: 10px 0 30px 0
    }
}

.cmr-app-services .service-alt:nth-child(even) {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .cmr-app-services .service-alt:nth-child(even) {
        margin-top: 0
    }
}

.cmr-app-services .service-alt .app-plate {
    border-radius: 10px;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 3px 26px rgba(0, 0, 0, .04);
    margin-bottom: 10px
}

.cmr-app-services .service-alt .app-plate .flex-wrap:nth-child(1) {
    flex: 70% 0 0
}

@media screen and (max-width: 576px) {
    .cmr-app-services .service-alt .app-plate .flex-wrap:nth-child(1) {
        flex: 100% 0 0;
        order: 2
    }
}

.cmr-app-services .service-alt .app-plate .flex-wrap:nth-last-child(1) {
    display: flex;
    flex: 30% 0 0;
    justify-content: center
}

@media screen and (max-width: 576px) {
    .cmr-app-services .service-alt .app-plate .flex-wrap:nth-last-child(1) {
        flex: 100% 0 0;
        order: 1;
        justify-content: center
    }
}

.cmr-app-services .service-alt .app-plate .icon_box {
    text-align: center;
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    width: 100%
}

.cmr-app-services .service-alt .app-plate .icon_box span {
    font-size: 48px;
    position: relative
}

.cmr-app-services .service-alt .app-plate .icon_box span:before {
    z-index: 1;
    position: relative
}

.cmr-app-services .service-alt .app-plate .icon_box span:after {
    content: "";
    background: #eee;
    background: url(https://cdn.cmarix.com/images/elements/icon_overlay.svg);
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.cmr-app-services .service-alt .app-plate .icon_box i {
    font-size: 48px;
    position: relative
}

.cmr-app-services .service-alt .app-plate .icon_box i:before {
    z-index: 1;
    position: relative
}

.cmr-app-services .service-alt .app-plate .icon_box i:after {
    content: "";
    background: #eee;
    background: url(https://cdn.cmarix.com/images/elements/icon_overlay.svg);
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 767px) {
    .cmr-app-services .service-alt .app-plate {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 600px) {
    .cmr-app-services .service-alt .app-plate {
        height: auto;
        position: relative;
        flex-wrap: wrap;
        padding: 20px 22px 56px
    }

    .cmr-app-services .service-alt .app-plate>div {
        width: 100%;
        z-index: 1
    }

    .cmr-app-services .service-alt .app-plate>div h3,
    .cmr-app-services .service-alt .app-plate>div p {
        width: 100%
    }

    .cmr-app-services .service-alt .app-plate>div+div {
        margin-top: 10px;
        width: 50%;
        text-align: center
    }

    .cmr-app-services .service-alt .app-plate>div+div .icon_box {
        text-align: center;
        font-size: 60px;
        margin-bottom: 20px
    }

    .cmr-app-services .service-alt .app-plate>div+div .icon_box .icon_overlay {
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 9
    }

    .cmr-app-services .service-alt .app-plate>div+div .link-btn {
        position: absolute;
        bottom: 25px;
        left: 25px
    }
}

@media screen and (max-width: 576px) {

    .cmr-app-services .service-alt .app-plate>div h3,
    .cmr-app-services .service-alt .app-plate>div p {
        width: 100%;
        text-align: center
    }

    .cmr-app-services .service-alt .app-plate>div+div .link-btn {
        right: 0px;
        left: 0px;
        justify-content: center
    }
}

.cmr-app-services .service-alt .app-plate::after {
    content: "";
    width: 150px;
    height: 9px;
    border-radius: 5px 5px 0px 0px;
    background: #3356af;
    position: absolute;
    bottom: 0;
    left: 30px
}

@media screen and (max-width: 600px) {
    .cmr-app-services .service-alt .app-plate::after {
        left: 25px
    }
}

@media screen and (max-width: 576px) {
    .cmr-app-services .service-alt .app-plate::after {
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.cmr-app-services .service-alt .app-plate:hover .link-btn {
    color: #f16122
}

.cmr-app-services .service-alt .app-plate:hover .link-btn i {
    left: 10px;
    transition: all .5s
}

.cmr-app-services .service-alt .app-plate h5 {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: 1.5;
    text-align: left;
    color: #1d1e31
}

.cmr-app-services .service-alt .app-plate h3 {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: 1.5;
    text-align: left;
    color: #1d1e31;
    padding-right: 15px
}

.cmr-app-services .service-alt .app-plate h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #1d1e31
}

.cmr-app-services .service-alt .app-plate p {
    min-height: 96px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000;
    margin: 0;
    overflow: hidden
}

@media screen and (max-width: 600px) {
    .cmr-app-services .service-alt .app-plate p {
        margin-bottom: 20px
    }
}

.cmr-app-services .actionButton {
    margin-top: 50px
}

.custom-mobile-app-dev {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.custom-mobile-app-dev.experienceSassApp .technologiesBox {
    border-width: 1px;
    border-style: solid;
    border-radius: 16px;
    background: #fff
}

.custom-mobile-app-dev.experienceSassApp .technologiesBox.box-app-yellow {
    border-color: #ffd45e
}

.custom-mobile-app-dev.experienceSassApp .technologiesBox.box-app-lightRed {
    border-color: #f4a196
}

.custom-mobile-app-dev.experienceSassApp .technologiesBox.box-app-purple {
    border-color: #beb4ef
}

.custom-mobile-app-dev.experienceSassApp .technologiesBox.box-app-purple {
    border-color: #beb4ef
}

.custom-mobile-app-dev.experienceSassApp .technologiesBox .app-develope-box {
    border-radius: 16px
}

.custom-mobile-app-dev.experienceSassApp .technologiesBox .app-develope-box .icon i {
    font-size: 50px
}

.custom-mobile-app-dev.experienceSassApp .technologiesBox .app-develope-box .icon span {
    font-size: 50px
}

.custom-mobile-app-dev.experienceSassApp .technologiesBox .app-develope-box .icon img {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px
}

.main-title.text-center {
    width: 100%;
    margin-bottom: 40px
}

.custom-mobile-app-dev .main-title h2,
.custom-mobile-app-dev .main-title h4 {
    width: 100%;
    margin: 0 auto;
    font-family: "GilroyRegular", sans-serif;
    font-size: 38px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {

    .custom-mobile-app-dev .main-title h2,
    .custom-mobile-app-dev .main-title h4 {
        font-size: 32px;
        line-height: 1.4
    }
}

@media screen and (max-width: 767px) {

    .custom-mobile-app-dev .main-title h2,
    .custom-mobile-app-dev .main-title h4 {
        font-size: 30px
    }
}

.custom-mobile-app-dev .main-title h2 span,
.custom-mobile-app-dev .main-title h4 span {
    font-weight: normal;
    font-family: "GilroyBold", sans-serif
}

.custom-mobile-app-dev .main-title p {
    font-size: 18px;
    color: #000;
    line-height: 1.8;
    width: 100%;
    margin: 15px auto;
    font-weight: 400;
    padding: 0 40px
}

@media screen and (max-width: 767px) {
    .custom-mobile-app-dev .main-title p {
        padding: 0 20px;
        font-size: 16px;
        line-height: 1.8;
        padding: 0
    }
}

@media screen and (max-width: 480px) {
    .custom-mobile-app-dev .main-title p {
        padding: 0
    }
}

.technologiesBox {
    margin-top: 0px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .051);
    width: 100%;
    margin-bottom: 30px
}

.technologiesBox.box-app-green {
    background: #82bc01;
    border: 2px solid #82bc01
}

.technologiesBox.box-app-black {
    background: #000;
    border: 2px solid #000
}

.technologiesBox.box-app-blue {
    background: #478aff;
    border: 2px solid #478aff
}

.technologiesBox.box-app-skyblue {
    background: #46d1fd;
    border: 2px solid #46d1fd
}

.app-develope-box {
    padding: 24px 45px;
    background: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .051);
    border-radius: 30px;
    transition: all .5s;
    min-height: 270px;
    height: 100%
}

@media screen and (max-width: 767px) {
    .app-develope-box {
        padding: 20px;
        min-height: inherit
    }
}

.technologiesBox:hover .app-develope-box {
    border-radius: 0;
    transition: all .5s
}

.icon {
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    display: flex
}

.icon i {
    font-size: 40px
}

.app-develope-box .icon-with-title h2 {
    font-family: "GilroySemiBold", sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .app-develope-box .icon-with-title h2 {
        font-size: 24px
    }
}

.app-develope-box .icon-with-title h2 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s
}

.custom-mobile-app-dev .row .col-lg-6:nth-child(1) .technologiesBox h2 a:hover {
    color: #9fc037
}

.custom-mobile-app-dev .row .col-lg-6:nth-child(2) .technologiesBox h2 a:hover {
    color: #000
}

.custom-mobile-app-dev .row .col-lg-6:nth-child(3) .technologiesBox h2 a:hover {
    color: #4586f7
}

.custom-mobile-app-dev .row .col-lg-6:nth-child(4) .technologiesBox h2 a:hover {
    color: #42d2fd
}

.technologiesBox .app-develope-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin-bottom: 0
}

.hiring_benifits {
    position: relative;
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .hiring_benifits {
        margin-top: 0px
    }
}

.hiring_benifits .label_with_half_circle {
    position: relative
}

.hiring_benifits .sec-desc-title::before {
    content: "";
    background-color: #439bc2;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    inset: 0;
    pointer-events: none;
    margin-top: auto;
    margin-bottom: auto
}

.hiring_benifits .sec-desc-title h5 {
    background-color: #eee;
    margin-left: 11px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
    width: calc(100% - 11px);
    font-family: "GilroySemiBold", sans-serif
}

@media screen and (max-width: 1024px) {
    .hiring_benifits .sec-desc-title h5 {
        background-color: #fff;
        margin-left: 12px;
        padding-left: 14px
    }
}

.hiring_benifits ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (max-width: 991px) {
    .hiring_benifits ul {
        padding: 0 15px
    }
}

.hiring_benifits ul li {
    width: 33.33%;
    padding: 0 15px 11px 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #1e1e1e
}

@media screen and (max-width: 991px) {
    .hiring_benifits ul li {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .hiring_benifits ul li {
        width: 100%;
        padding: 0 15px 11px 20px
    }

    .hiring_benifits ul li:last-child {
        padding-bottom: 0px
    }
}

.hiring_benifits ul li::before {
    content: "";
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    position: absolute;
    pointer-events: none;
    border-radius: 20px;
    background-color: #eee;
    border: 2px solid #439bc2
}

.benefites_block {
    padding: 25px;
    margin: 15px 0;
    border-radius: 16px
}

@media only screen and (max-width: 767px) {
    .benefites_block {
        padding: 15px
    }
}

@media screen and (max-width: 575px) {
    .benefites_block {
        margin: 10px 0
    }
}

.benefites_block .icon_box_hire {
    align-items: center;
    gap: 15px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .benefites_block .icon_box_hire {
        margin-bottom: 15px
    }
}

.benefites_block .icon_box_hire i {
    font-size: 26px;
    margin: 0px
}

.benefites_block .icon_box_hire h3 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 0px;
    font-family: "GilroySemiBold", sans-serif
}

.benefites_block p {
    margin-bottom: 10px
}

.benefites_block p:last-child {
    margin-bottom: 0
}

.hire_benefites_og {
    background: #ffebeb
}

.hire_benefites_pl {
    background: #f3f1ff
}

.hire_benefites_bl {
    background: #e8f0ff
}

.hire_benefites_cy {
    background: #e2fcf6
}

.hire_benefites_dy {
    background: #fff4e1
}

.hire_benefites_ey {
    background: #fbe2fc
}

.cmr-solutions {
    margin: 100px 0;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 600px) {
    .cmr-solutions {
        margin: 20px 0 30px
    }
}

.cmr-solutions .solution-div {
    background: -webkit-gradient(linear, left top, right top, from(#f2f3f7), color-stop(50%, #f2f3f7), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #f2f3f7 0%, #f2f3f7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #f2f3f7 0%, #f2f3f7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    padding: 75px 0
}

@media screen and (max-width: 600px) {
    .cmr-solutions .solution-div {
        padding: 0 0 30px
    }
}

.cmr-solutions .solution-container {
    display: flex;
    align-items: center;
    position: relative
}

@media screen and (max-width: 767px) {
    .cmr-solutions .solution-container {
        flex-direction: column
    }
}

.cmr-solutions .solution-container .solution-pagins {
    width: 25%
}

@media screen and (max-width: 767px) {
    .cmr-solutions .solution-container .solution-pagins {
        width: 100%
    }
}

.cmr-solutions .solution-container .solution-pagins ul li {
    font-weight: 900;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    text-align: left;
    color: #1d1e31;
    margin: 15px 0;
    cursor: pointer;
    transition: all .5s
}

@media screen and (max-width: 767px) {
    .cmr-solutions .solution-container .solution-pagins ul li {
        min-height: 45px;
        display: flex;
        align-items: center;
        margin-left: 20px;
        margin-right: 20px
    }
}

.cmr-solutions .solution-container .solution-pagins ul li.active {
    color: #f16122
}

.cmr-solutions .solution-container .solution-pagins ul li:hover {
    color: #f16122
}

@media screen and (max-width: 767px) {
    .cmr-solutions .solution-container .solution-pagins ul {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto
    }
}

.cmr-solutions .solution-container .solution-images {
    width: 75%
}

.cmr-solutions .solution-container .solution-images li {
    display: none
}

.cmr-solutions .solution-container .solution-images li.active {
    display: block
}

.cmr-solutions .solution-container .solution-desc {
    position: absolute;
    right: 0
}

@media screen and (max-width: 567px) {
    .cmr-solutions .solution-container .solution-desc {
        position: relative
    }
}

.cmr-solutions .solution-container .solution-desc li {
    display: none
}

.cmr-solutions .solution-container .solution-desc li.active {
    display: block
}

.cmr-solutions .solution-container .solution-desc li .desc-div {
    height: auto;
    max-width: 350px;
    border-radius: 0px;
    background: #fff;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: -10px 10px 0px 0px #e8e8e8
}

@media screen and (max-width: 567px) {
    .cmr-solutions .solution-container .solution-desc li .desc-div {
        padding: 20px 20px
    }
}

.cmr-solutions .solution-container .solution-desc li h5 {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    color: #1d1e31
}

@media screen and (max-width: 567px) {
    .cmr-solutions .solution-container .solution-desc li h5 {
        font-size: 16px
    }
}

.cmr-solutions .solution-container .solution-desc li p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000
}

.it-consulting-platforms-box {
    margin-top: 40px
}

.it-consulting-platforms-box .row {
    row-gap: 41px
}

@media screen and (max-width: 576px) {
    .it-consulting-platforms-box .row {
        row-gap: 20px
    }
}

.it-consulting-platforms-box .row .consulting-box {
    display: flex;
    flex-wrap: wrap
}

.it-consulting-platforms-box .row .consulting-box .consulting-box-detail {
    width: 100%;
    max-width: 370px;
    max-height: 100%;
    background-color: #fff;
    border: 1px solid #cccfdf;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.it-consulting-platforms-box .row .consulting-box .consulting-box-detail .consulting-icon clipPath#clip-path {
    display: contents
}

.it-consulting-platforms-box .row .consulting-box .consulting-box-detail .consulting-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    padding: 20px
}

.it-consulting-platforms-box .row .consulting-box .consulting-box-detail .consulting-title h4 {
    color: #000;
    font-size: 20px;
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    line-height: 26px
}

.it-consulting-platforms-box .row .consulting-box .consulting-box-detail .consulting-text {
    background: #ffefe8;
    min-height: 140px;
    height: 100%;
    border-radius: 20px;
    padding: 20px
}

.it-consulting-platforms-box .row .consulting-box .consulting-box-detail .consulting-text p {
    color: #1e1e1e;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0
}

.consulting_service_block .service_title h3 {
    max-width: 100%
}

.consulting_service_block .service_description {
    margin-top: 10px
}

.consulting_service_block .service_description p {
    min-height: 63px;
    margin: 0;
    font-size: 21px;
    font-weight: 400
}

.consulting_service_block {
    padding: 20px
}

.consulting_service_block+.consulting_service_block {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 15px
}

.service_title {
    position: relative;
    padding-left: 96px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    min-height: 81px
}

.service_title h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: "GilroyBold", sans-serif
}

.service_title .c-icon-arrow-right {
    font-size: 25px;
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%)
}

.service_title h3 {
    margin: 0;
    max-width: 180px
}

.service_title .title_image {
    width: 81px;
    height: 81px;
    text-align: center;
    background: #fafafb;
    border-radius: 50%;
    line-height: 81px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.service_title .title_image i {
    font-size: 34px
}

.steps_engage_section {
    padding: 40px 0
}

@media screen and (max-width: 991px) {
    .steps_engage_section {
        padding: 30px 0
    }
}

@media screen and (max-width: 576px) {
    .steps_engage_section {
        padding: 20px 0
    }
}

.steps_engage_section .mini-container {
    padding: 0 15px
}

.steps_engage_section .steps-listing {
    background: #fe7d7d;
    padding: 10px 10px 20px 10px;
    margin-top: 100px
}

@media screen and (max-width: 1280px) {
    .steps_engage_section .steps-listing {
        margin-top: 90px
    }
}

@media screen and (max-width: 991px) {
    .steps_engage_section .steps-listing {
        margin-top: 80px
    }
}

@media screen and (max-width: 767px) {
    .steps_engage_section .steps-listing {
        margin-top: 30px;
        padding: 10px 10px;
        overflow: auto
    }
}

.steps_engage_section .steps-listing .container {
    display: flex
}

@media screen and (max-width: 991px) {
    .steps_engage_section .steps-listing .container {
        gap: 8px
    }
}

.steps_engage_section .steps-listing .container .lists-step .list-number {
    position: relative;
    width: 96px;
    height: 96px;
    background-color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    -ms-box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    font-size: 42px;
    font-weight: normal;
    font-family: "GilroyBold", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center
}

.steps_engage_section .steps-listing .container .lists-step .list-number span {
    -webkit-transform: translateX(0%) translateY(0%) rotate(-45deg);
    -ms-transform: translateX(0%) translateY(0%) rotate(-45deg);
    transform: translateX(0%) translateY(0%) rotate(-45deg)
}

@media screen and (max-width: 992px) {
    .steps_engage_section .steps-listing .container .lists-step .list-number {
        width: 76px;
        height: 76px;
        line-height: 76px
    }
}

@media screen and (max-width: 767px) {
    .steps_engage_section .steps-listing .container .lists-step .list-number {
        margin: 0 auto
    }
}

.number {
    position: relative;
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    z-index: 9;
    font-size: 42px;
    font-weight: normal;
    font-family: "GilroyBold", sans-serif
}

@media screen and (max-width: 992px) {
    .number {
        width: 76px;
        height: 76px;
        line-height: 76px;
        font-size: 25px
    }
}

@media screen and (max-width: 767px) {
    .number {
        margin: 0 auto
    }
}

.number::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #fff;
    z-index: 3;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    -ms-box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    box-shadow: 5px 0 20px rgba(0, 0, 0, .15);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    z-index: -1
}

.step_block {
    max-width: 225px;
    margin-top: -60px
}

@media screen and (max-width: 991px) {
    .step_block {
        max-width: 170px
    }
}

@media screen and (max-width: 767px) {
    .step_block {
        margin-top: 0;
        text-align: center;
        max-width: 100%
    }
}

.step_block h3,
.step_block h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    line-height: 30px;
    margin-bottom: 0px
}

@media screen and (max-width: 992px) {

    .step_block h3,
    .step_block h4 {
        font-size: 15px;
        line-height: 20px;
        margin-top: 15px
    }
}

.step_main_parent {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%
}

@media screen and (max-width: 767px) {
    .step_main_parent {
        margin: 15px 0;
        padding: 0 10px;
        max-width: 180px;
        min-width: 180px
    }
}

.step_main_parent+.step_main_parent::before {
    content: "";
    position: absolute;
    left: -32%;
    top: 25px;
    width: 89%;
    border-bottom: 1px dashed #fff;
    transform: translateX(-50%)
}

@media screen and (max-width: 992px) {
    .step_main_parent+.step_main_parent::before {
        top: 5px
    }
}

@media screen and (max-width: 767px) {
    .step_main_parent+.step_main_parent::before {
        top: 38px;
        left: 0
    }
}

.step_main_parent+.step_main_parent::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #fff;
    left: -32%;
    top: 17px;
    z-index: 99;
    position: absolute;
    transform: translateX(-50%);
    animation: runningArrow 3.5s linear infinite
}

@media screen and (max-width: 992px) {
    .step_main_parent+.step_main_parent::after {
        top: -3px
    }
}

@media screen and (max-width: 767px) {
    .step_main_parent+.step_main_parent::after {
        top: 30px;
        left: 0
    }
}

.insideedge {
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .insideedge .custom-gap-20 {
        margin-top: 50px
    }
}

.ser-plate {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%
}

@media screen and (max-width: 576px) {
    .ser-plate {
        margin-bottom: 25px
    }
}

.ser-plate:hover i {
    border: 3px solid #439bc2
}

.ser-plate:hover h3.ser-title,
.ser-plate:hover h4.ser-title {
    background: #439bc2;
    transition: all ease .4s
}

.ser-plate:hover .ser-title {
    color: #fff
}

.ser-plate:hover .ser-title::after {
    height: 100%;
    transition: all ease .4s
}

.ser-plate i {
    position: absolute;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    background-color: #ebf0f4;
    top: -35px;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition-delay: .2s;
    transition: .5 all;
    font-size: 34px
}

@media(max-width: 991px) {
    .ser-plate i {
        height: 50px;
        width: 50px;
        font-size: 26px;
        top: -25px
    }
}

.ser-plate h3.ser-title,
.ser-plate h4.ser-title {
    border-radius: 10px;
    padding: 40px 10px;
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    color: #001033;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
    transition: .5 all
}

.ser-plate .ser-title {
    border-radius: 10px;
    background: #fff;
    padding: 5px 10px;
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    color: #001033;
    width: calc(100% - 30px);
    position: relative;
    background: #f4f4f6;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 120px;
    z-index: 1
}

.ser-plate .ser-title::after {
    content: "";
    position: absolute;
    background: #439bc2;
    bottom: 0;
    height: 4px;
    width: 100%;
    transition: all ease .4s;
    z-index: -1
}

.ser-plate img {
    height: 70px;
    margin-top: -10px
}

@media screen and (max-width: 600px) {
    .ser-plate img {
        margin-top: -35px
    }
}

.ser-plate:hover h3 {
    color: #fff;
    z-index: 999;
    position: relative
}

.hire-ser-plates {
    justify-content: center;
    counter-reset: my-sec-counter
}

.hire-ser-plates .counter-expertise {
    position: relative;
    margin: 15px 0 15px 0
}

.hire-ser-plates .counter-expertise::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    left: 30px;
    top: 0px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "GilroyBold", sans-serif;
    color: #e47f7f;
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0px;
    height: fit-content;
    height: -moz-fit-content;
    text-rendering: auto;
    width: 24px;
    text-align: center
}

@media(max-width: 768px) {
    .hire-ser-plates .counter-expertise::before {
        top: 0
    }
}

@media(max-width: 991px) {
    .hire-ser-plates .counter-expertise {
        display: flex
    }
}

@media(max-width: 767px) {
    .hire-ser-plates .counter-expertise {
        display: initial
    }
}

@media(max-width: 575px) {
    .hire-ser-plates .counter-expertise {
        margin: 10px 0
    }
}

.hire-ser-plates .ser-expertise {
    width: 100%;
    background: #fbe1e1 0% 0% no-repeat padding-box;
    border-radius: 24px;
    height: 100%;
    padding-left: 50px
}

.hire-ser-plates .ser-expertise .ser-title {
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-bottom: 0;
    min-height: 96px;
    background: #ffebeb 0% 0% no-repeat padding-box;
    border-radius: 24px;
    margin-left: auto;
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #001033;
    padding: 16px 16px;
    height: 100%
}

@media(max-width: 991px) {
    .hire-ser-plates .ser-expertise .ser-title {
        height: 100%
    }
}

.hire-ser-plates .ser-plate img {
    width: 70px;
    height: auto;
    margin-top: 0px;
    pointer-events: none
}

@media screen and (max-width: 600px) {
    .hire-ser-plates .ser-plate img {
        margin-top: -45px
    }
}

.hire-ser-plates+.mt-4 {
    text-align: center
}

.hire-ser-plates+.mt-4 a {
    display: inline-flex
}

.technology-stack-sec {
    padding: 40px 0
}

@media screen and (max-width: 991px) {
    .technology-stack-sec {
        padding: 30px 0
    }
}

@media screen and (max-width: 576px) {
    .technology-stack-sec {
        padding: 20px 0
    }
}

.technology-stack-sec .mini-container {
    padding: 0 15px
}

.technology-stack-sec .sec-title {
    text-align: center;
    margin-bottom: 30px
}

.technology-stack-sec .technology-boxs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.technology-stack-sec .technology-boxs .tech-box {
    background: #f8f9ff 0% 0% no-repeat padding-box;
    border: 1px solid #e2e6fe;
    border-radius: 16px;
    padding: 20px;
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px)
}

@media screen and (max-width: 991px) {
    .technology-stack-sec .technology-boxs .tech-box {
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .technology-stack-sec .technology-boxs .tech-box {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.technology-stack-sec .technology-boxs .tech-box h3 {
    font-family: "GilroyBold", sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 1.2px;
    color: #000;
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .technology-stack-sec .technology-boxs .tech-box h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px
    }
}

.technology-stack-sec .technology-boxs .tech-box ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

@media screen and (max-width: 991px) {
    .technology-stack-sec .technology-boxs .tech-box ul {
        gap: 10px
    }
}

.technology-stack-sec .technology-boxs .tech-box ul li {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    font-family: "GilroyMedium", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px
}

@media screen and (max-width: 360px) {
    .technology-stack-sec .technology-boxs .tech-box ul li {
        font-size: 14px;
        line-height: 18px
    }
}

.technology-stack-sec .technology-boxs .tech-box ul li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
    color: #000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

@media screen and (max-width: 991px) {
    .technology-stack-sec .technology-boxs .tech-box ul li a {
        gap: 8px
    }
}

@media screen and (max-width: 360px) {
    .technology-stack-sec .technology-boxs .tech-box ul li a {
        gap: 6px
    }
}

.technology-stack-sec .technology-boxs .tech-box ul li a i {
    font-size: 20px;
    font-family: "website-icons" !important
}

@media screen and (max-width: 360px) {
    .technology-stack-sec .technology-boxs .tech-box ul li a i {
        font-size: 17px
    }
}

.technology-stack-sec .technology-boxs .tech-box ul li a:hover {
    color: #f16122
}

@media screen and (max-width: 767px) {
    .technology-stack-sec .technology-boxs .tech-box ul li {
        flex: 0 0 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px)
    }
}

@media screen and (max-width: 575px) {
    .technology-stack-sec .technology-boxs .tech-box ul li {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px)
    }
}

.technology-stack-sec .technology-boxs .tech-box.backend-list {
    flex: 0 0 calc(75% - 8px);
    max-width: calc(75% - 8px)
}

@media screen and (max-width: 767px) {
    .technology-stack-sec .technology-boxs .tech-box.backend-list {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.technology-stack-sec .technology-boxs .tech-box.backend-list ul li {
    flex: 0 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px)
}

@media screen and (max-width: 575px) {
    .technology-stack-sec .technology-boxs .tech-box.backend-list ul li {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px)
    }
}

.technology-stack-sec .technology-boxs .tech-testing {
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px)
}

@media screen and (max-width: 767px) {
    .technology-stack-sec .technology-boxs .tech-testing {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.technology-stack-sec .technology-boxs .tech-testing .tech-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .technology-stack-sec .technology-boxs .tech-testing .tech-box {
        margin-bottom: 24px
    }
}

.technology-stack-sec .technology-boxs .tech-testing .tech-box ul li {
    flex: 0 0 100%;
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .technology-stack-sec .technology-boxs .tech-testing .tech-box ul li {
        flex: 0 0 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px)
    }
}

@media screen and (max-width: 575px) {
    .technology-stack-sec .technology-boxs .tech-testing .tech-box ul li {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px)
    }
}

@media screen and (max-width: 359px) {
    .technology-stack-sec .technology-boxs .tech-testing .tech-box ul li {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.technology-stack-sec .technology-boxs .tech-testing .cmr-outline-btn {
    max-width: 100%;
    min-width: 100% !important;
    padding: 10px 20px
}

@media screen and (max-width: 991px) {
    .technology-stack-sec .technology-boxs .tech-testing .cmr-outline-btn {
        height: 50px;
        padding: 10px 15px
    }
}

@media screen and (max-width: 767px) {
    .technology-stack-sec .technology-boxs .tech-testing .cmr-outline-btn {
        max-width: 200px;
        min-width: 200px !important;
        margin: 0 auto
    }
}

.our-portfolio-section {
    padding: 40px 0px;
    position: relative
}

@media screen and (max-width: 991px) {
    .our-portfolio-section {
        padding: 30px 0 20px
    }
}

@media screen and (max-width: 480px) {
    .our-portfolio-section {
        padding: 20px 0 40px
    }
}

.our-portfolio-section .portfolio-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

@media screen and (max-width: 991px) {
    .our-portfolio-section .portfolio-view {
        margin-bottom: 30px;
        margin-right: 15px
    }
}

@media screen and (max-width: 576px) {
    .our-portfolio-section .portfolio-view {
        align-items: flex-end
    }
}

.our-portfolio-section .portfolio-view .view_all_blog {
    font-size: 16px;
    font-weight: normal;
    color: #212026;
    position: relative;
    display: inline-block;
    font-family: "GilroyBold", sans-serif;
    margin-right: 15px
}

.our-portfolio-section .portfolio-view .view_all_blog::after {
    content: "";
    position: absolute;
    right: -15px;
    top: -12px;
    width: 33px;
    height: 51px;
    background: #eee;
    z-index: -1;
    transition: .2s all ease-out
}

.our-portfolio-section .portfolio-view .view_all_blog:hover {
    color: #f16122
}

.our-portfolio-section .portfolio-view .view_all_blog:hover::after {
    width: 100%;
    transition: .2s all ease-out
}

@media screen and (max-width: 991px) {
    .our-portfolio-section .portfolio-view .view_all_blog {
        margin-right: 0px
    }
}

.our-portfolio-section .portfolio-list {
    display: flex;
    gap: 30px
}

@media screen and (max-width: 1200px) {
    .our-portfolio-section .portfolio-list {
        gap: 20px
    }
}

@media screen and (max-width: 991px) {
    .our-portfolio-section .portfolio-list {
        overflow-x: auto;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px 10px
    }
}

.our-portfolio-section .portfolio-list .portfolio-box {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    border: 1px solid #d8d8d8;
    border-radius: 24px;
    transition: all .5s ease 0s
}

@media screen and (max-width: 575px) {
    .our-portfolio-section .portfolio-list .portfolio-box {
        border-radius: 15px
    }
}

.our-portfolio-section .portfolio-list .portfolio-box picture {
    display: block;
    position: relative;
    border-radius: 24px
}

@media screen and (max-width: 575px) {
    .our-portfolio-section .portfolio-list .portfolio-box picture {
        border-radius: 15px
    }
}

.our-portfolio-section .portfolio-list .portfolio-box picture img {
    height: 100%;
    width: 100%;
    border-radius: 24px;
    object-fit: cover
}

@media screen and (max-width: 575px) {
    .our-portfolio-section .portfolio-list .portfolio-box picture img {
        border-radius: 15px
    }
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details {
    padding: 20px 16px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px
}

@media screen and (max-width: 1280px) {
    .our-portfolio-section .portfolio-list .portfolio-box .portfolio-details {
        padding: 15px 15px
    }
}

@media screen and (max-width: 991px) {
    .our-portfolio-section .portfolio-list .portfolio-box .portfolio-details {
        font-size: 15px;
        line-height: 25px
    }
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details .portfolio-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0px;
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details .portfolio-name h3 {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
    transition: all .5s ease 0s;
    margin-bottom: 0px
}

@media screen and (max-width: 991px) {
    .our-portfolio-section .portfolio-list .portfolio-box .portfolio-details .portfolio-name h3 {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width: 575px) {
    .our-portfolio-section .portfolio-list .portfolio-box .portfolio-details .portfolio-name h3 {
        font-size: 22px;
        line-height: 28px
    }
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details .portfolio-name .view_link {
    position: relative;
    margin-right: 15px
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details .portfolio-name .view_link:hover::after {
    width: 38px
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details .portfolio-name .view_link::after {
    content: "";
    position: absolute;
    right: -15px;
    top: -13px;
    width: 33px;
    height: 51px;
    background: #eee;
    z-index: -1;
    transition: .2s all ease-out
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details .portfolio-name .view_link i {
    transition: all .5s ease 0s;
    font-size: 22px
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details .portfolio-categories {
    font-family: "GilroySemiBold", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: .56px;
    color: #f16122;
    text-transform: uppercase;
    margin: 4px 0px 16px
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details p {
    color: #1e1e1e;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px
}

@media screen and (max-width: 1280px) {
    .our-portfolio-section .portfolio-list .portfolio-box .portfolio-details p {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 991px) {
    .our-portfolio-section .portfolio-list .portfolio-box .portfolio-details p {
        margin-bottom: 5px
    }
}

.our-portfolio-section .portfolio-list .portfolio-box .portfolio-details p:last-child {
    margin-bottom: 0px
}

.our-portfolio-section .portfolio-list .portfolio-box:hover .portfolio-name i,
.our-portfolio-section .portfolio-list .portfolio-box:hover .portfolio-name h3 {
    color: #f16122
}

@media screen and (max-width: 1200px) {
    .our-portfolio-section .portfolio-list .portfolio-box {
        flex: 0 0 calc(33.33% - 13px);
        max-width: calc(33.33% - 13px)
    }
}

@media screen and (max-width: 991px) {
    .our-portfolio-section .portfolio-list .portfolio-box {
        flex: 0 0 45%;
        max-width: 45%
    }
}

@media screen and (max-width: 575px) {
    .our-portfolio-section .portfolio-list .portfolio-box {
        flex: 0 0 85%;
        max-width: 85%
    }
}

.hire-lightContentSection {
    background-color: #fff;
    background-image: radial-gradient(at 36% 63%, hsl(199, 100%, 95%) 0px, transparent 50%), radial-gradient(at 15% 77%, hsl(199, 100%, 95%) 0px, transparent 50%), radial-gradient(at 12% 25%, hsl(21, 100%, 93%) 0px, transparent 50%), radial-gradient(at 43% 12%, hsl(187, 100%, 98%) 0px, transparent 50%), radial-gradient(at 64% 64%, hsl(16, 100%, 94%) 0px, transparent 50%), radial-gradient(at 100% 0%, hsl(199, 100%, 95%) 0px, transparent 50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.actionButton {
    text-align: center;
    margin-top: 40px
}

.actionButton .cmr-solid-btn {
    display: inline-flex
}

@media screen and (max-width: 767px) {
    .actionButton {
        margin-top: 30px
    }
}

.cmr-what-we {
    position: relative;
    counter-reset: my-sec-counter;
    overflow: hidden
}

.cmr-what-we .container>.row {
    margin-bottom: 1.5rem !important
}

@media screen and (max-width: 1024px) {
    .cmr-what-we .container>.row {
        margin-bottom: 25px !important
    }
}

@media screen and (max-width: 991px) {
    .cmr-what-we .container>.row {
        margin-bottom: 15px !important
    }
}

.cmr-what-we .provide-plate {
    margin-top: 40px;
    margin-bottom: 40px
}

.cmr-what-we .provide-plate:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .cmr-what-we .provide-plate {
        margin-top: 10px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 600px) {
    .cmr-what-we .provide-plate {
        margin: 10px -15px
    }
}

.cmr-what-we .provide-plate .left-tags {
    position: relative;
    font-size: 36px;
    color: #202133;
    margin-left: 0;
    margin-right: 0;
    line-height: 46px;
    font-family: "GilroyBold", sans-serif
}

@media screen and (max-width: 991px) {
    .cmr-what-we .provide-plate .left-tags {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 600px) {
    .cmr-what-we .provide-plate .left-tags {
        font-size: 20px
    }
}

@media screen and (max-width: 600px) {
    .cmr-what-we .provide-plate .left-tags span {
        width: auto;
        display: inline-flex;
        max-width: max-content;
        align-items: flex-start
    }
}

.cmr-what-we .provide-plate .left-tags::before {
    left: 15px;
    font-size: 30px;
    line-height: 1.3;
    text-align: left;
    color: #202133;
    position: absolute;
    padding-right: 4px;
    margin: 0 5px 0 0;
    counter-increment: my-sec-counter;
    font-family: "GilroyBold", sans-serif;
    content: "0" counter(my-sec-counter) "."
}

@media screen and (max-width: 991px) {
    .cmr-what-we .provide-plate .left-tags::before {
        font-size: 24px;
        line-height: 1.35
    }
}

@media screen and (max-width: 600px) {
    .cmr-what-we .provide-plate .left-tags::before {
        display: block;
        width: 100%;
        margin-right: 0;
        font-size: 20px
    }
}

.cmr-what-we .provide-plate .step-label-custom {
    display: block;
    font-family: "GilroyBold", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    text-align: left;
    color: #202133;
    margin: 0 5px 0 0;
    min-width: auto;
    padding-left: 55px
}

@media screen and (max-width: 991px) {
    .cmr-what-we .provide-plate .step-label-custom {
        font-size: 24px;
        line-height: 1.35;
        padding-left: 45px
    }
}

@media screen and (max-width: 600px) {
    .cmr-what-we .provide-plate .step-label-custom {
        display: block;
        width: 100%;
        margin-right: 0;
        font-size: 20px;
        padding-left: 35px
    }
}

.cmr-what-we .provide-plate p {
    font-weight: 400;
    font-family: "Segoe UI", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #1e1e1e;
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .cmr-what-we .provide-plate p {
        font-size: 18px
    }
}

.cmr-what-we .provide-plate:last-child p.why-choose-description {
    margin-bottom: 0
}

.project-start-wrap {
    padding: 40px 0px
}

@media screen and (max-width: 991px) {
    .project-start-wrap {
        padding: 35px 0px
    }
}

@media screen and (max-width: 576px) {
    .project-start-wrap {
        padding: 25px 0px
    }
}

.project-start-wrap.pb-40 {
    padding: 0px
}

.project-start-wrap .project-start-inner {
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(114deg, #0031a9 0%, #b73800 100%) 0% 0% no-repeat padding-box;
    padding: 30px 50px;
    border-radius: 24px;
    display: flex;
    gap: 30px;
    min-height: 240px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between
}

@media screen and (max-width: 1200px) {
    .project-start-wrap .project-start-inner {
        padding: 30px
    }
}

@media screen and (max-width: 767px) {
    .project-start-wrap .project-start-inner {
        padding: 30px 15px;
        min-height: auto;
        gap: 20px
    }
}

.project-start-wrap .project-start-inner .start-left {
    flex: 1;
    display: block;
    font-size: calc(15px + .7vw);
    width: 100%;
    color: #fff;
    margin: 0;
    font-family: "GilroyLight", sans-serif;
    font-weight: normal;
    line-height: 142%
}

.project-start-wrap .project-start-inner .start-left strong {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal
}

.project-start-wrap .project-start-inner .start-left p {
    margin-bottom: 10px
}

.project-start-wrap .project-start-inner .start-left p:last-child {
    margin-bottom: 0px
}

@media screen and (max-width: 767px) {
    .project-start-wrap .project-start-inner .start-left {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

.project-start-wrap .project-start-inner .start-left p+p {
    font-size: calc(19.2px + .7vw);
    font-weight: normal;
    margin: 0;
    font-family: "GilroySemiBold", sans-serif
}

.project-start-wrap .project-start-inner .start-left.protfolio-left p {
    font-size: calc(19.2px + .7vw);
    font-family: "GilroySemiBold", sans-serif
}

.project-start-wrap .project-start-inner .start-left.protfolio-left p+p {
    font-size: calc(12px + .5vw);
    font-family: "GilroyLight", sans-serif
}

.project-start-wrap .project-start-inner .cmr-outline-btn {
    margin: auto 0px;
    background-color: #fff;
    border: none;
    height: 50px;
    z-index: 9;
    min-width: 210px;
    flex-wrap: nowrap
}

@media screen and (max-width: 767px) {
    .project-start-wrap .project-start-inner .cmr-outline-btn {
        margin: auto
    }
}

.project-start-wrap .project-start-inner .start-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    flex: 0 0 calc(58% - 10px)
}

.project-start-wrap .project-start-inner .start-right .start-link {
    background-color: #fff;
    padding: 12px 15px 12px 60px;
    height: auto;
    gap: 15px;
    box-shadow: 0 3px 26px rgba(0, 0, 0, .06);
    border-radius: 10px;
    width: calc(50% - 15px);
    position: relative
}

@media screen and (max-width: 575px) {
    .project-start-wrap .project-start-inner .start-right .start-link {
        width: 100%
    }
}

.project-start-wrap .project-start-inner .start-right .start-link .icon {
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-image: url(https://cdn.cmarix.com/images/footer/social-icons.svg);
    margin-right: 0px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto
}

.project-start-wrap .project-start-inner .start-right .start-link .icon.whatapp {
    background-position-x: -60px
}

.project-start-wrap .project-start-inner .start-right .start-link .icon.gmail {
    background-position-x: -30px
}

.project-start-wrap .project-start-inner .start-right .start-link .icon.telephone {
    background-position-x: -90px
}

.project-start-wrap .project-start-inner .start-right .start-link h4 {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.2;
    color: #1d1e31
}

.project-start-wrap .project-start-inner .start-right .start-link h3 {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 1.17em;
    line-height: 1.2;
    color: #1d1e31;
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
    .project-start-wrap .project-start-inner .start-right .start-link h3 {
        font-size: .97em
    }
}

.project-start-wrap .project-start-inner.start-contact .start-left {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-width: 991px) {
    .project-start-wrap .project-start-inner.start-contact .start-left {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

.project-start-wrap .project-start-inner.start-contact .start-right {
    text-align: left
}

@media screen and (max-width: 991px) {
    .project-start-wrap .project-start-inner.start-contact .start-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 575px) {
    .project-start-wrap .project-start-inner.start-contact .start-right {
        gap: 20px;
        margin-top: 10px
    }
}

.let-discuss {
    padding: 50px 0;
    background-color: #f4f4f6;
    margin: 40px 0
}

@media screen and (max-width: 600px) {
    .let-discuss {
        margin: 50px 0;
        padding: 25px 0
    }
}

.let-discuss.with-white-bg {
    background: #fff
}

.let-discuss.hire-developer-let-discuss .cmr-outline-btn i {
    margin-left: 10px
}

.discuss-left {
    display: flex
}

@media screen and (max-width: 767px) {
    .reverse-direction-mobile .col-lg-4 {
        order: 2
    }
}

.discuss-title {
    width: calc(100% - (15% + 30px))
}

@media screen and (max-width: 991px) {
    .discuss-title {
        width: 100%;
        text-align: center;
        margin-bottom: 15px
    }
}

.discuss-title h3 {
    font-family: "GilroyRegular", sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 45px;
    margin: 0
}

@media screen and (max-width: 600px) {
    .discuss-title h3 {
        font-size: 22px;
        line-height: 32px
    }
}

.discuss-title h3 strong {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    position: relative
}

.discuss-title h3 strong.small-font {
    font-size: 30px
}

@media screen and (max-width: 600px) {
    .discuss-title h3 strong.small-font {
        font-size: 20px;
        line-height: 1
    }
}

.discuss-title h2 {
    font-family: "GilroyRegular", sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 45px;
    margin: 0
}

@media screen and (max-width: 600px) {
    .discuss-title h2 {
        font-size: 22px;
        line-height: 32px
    }
}

.discuss-title h2 strong {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    position: relative
}

.discuss-title h2 strong.small-font {
    font-size: 30px
}

@media screen and (max-width: 600px) {
    .discuss-title h2 strong.small-font {
        font-size: 20px;
        line-height: 1
    }
}

.discuss-title p {
    font-size: 17px
}

.discuss-right {
    text-align: center;
    box-shadow: 0 3px 36px rgba(0, 0, 0, .16);
    border-radius: 50%;
    width: 260px;
    height: 260px;
    padding-top: 80px;
    position: relative;
    padding-left: 0;
    margin: 0 auto
}

.discuss-right .cmr-outline-btn {
    background: #000;
    color: #fff;
    border: none;
    margin: 0 auto;
    height: 50px
}

.discuss-right .cmr-outline-btn::before {
    background: #f16122
}

@media screen and (max-width: 990px) {
    .discuss-right .cmr-outline-btn:hover {
        background: #f16122;
        color: #fff
    }
}

.discuss-right.left-brush::before {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    background-image: url(https://cdn.cmarix.com/images/elements/pointer-de.svg)
}

@media screen and (max-width: 767px) {
    .discuss-right.left-brush::before {
        width: 100px;
        height: 100px;
        background-size: 100px
    }
}

.discuss-right h3,
.discuss-right h4 {
    text-align: center;
    font-family: "GilroyLight", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px
}

.cmr-query {
    margin: 80px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 60px;
    height: 304px;
    background: #f4f4f6
}

.cmr-query .query-title {
    -webkit-flex: 1 1;
    flex: 1 1
}

@media screen and (max-width: 992px) {
    .cmr-query .query-title .right-tag-lines {
        text-align: center
    }
}

.cmr-query .query-round {
    width: 30vw;
    height: 30vw;
    max-width: 330px;
    max-height: 330px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .46);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-filter: drop-shadow(0 3px 36px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0 3px 36px rgba(0, 0, 0, 0.16))
}

.cmr-query .query-round h4,
.cmr-query .query-round h5 {
    font-family: "GilroyRegular", sans-serif;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #1d1e31
}

.cmr-query .query-round .brusher {
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-width: 1059px) {
    .cmr-query .query-round {
        text-align: center
    }
}

@media screen and (max-width: 600px) {
    .cmr-query .query-round picture {
        display: none !important
    }
}

@media screen and (max-width: 992px) {
    .cmr-query {
        padding: 30px 15px;
        height: auto
    }

    .cmr-query .row {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cmr-query .query-title {
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .cmr-query .query-round {
        margin: 20px auto;
        width: 300px;
        height: 300px
    }
}

@media screen and (max-width: 600px) {
    .cmr-query {
        margin: 30px 0
    }
}

.right-tag-lines {
    font-family: "GilroyRegular", sans-serif;
    font-weight: normal;
    font-size: 34px;
    line-height: 55px;
    text-align: left;
    color: #1d1e31;
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
    .right-tag-lines {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width: 767px) {
    .right-tag-lines {
        padding-top: 5px;
        text-align: left
    }
}

@media screen and (max-width: 600px) {
    .right-tag-lines {
        font-size: 22px;
        line-height: 35px
    }
}

.right-tag-lines strong {
    font-family: "GilroyBold", sans-serif;
    position: relative;
    font-weight: normal
}

.let-discuss {
    padding: 50px 0;
    background-color: #f4f4f6;
    margin: 40px 0
}

@media screen and (max-width: 600px) {
    .let-discuss {
        margin: 50px 0;
        padding: 25px 0
    }
}

.let-discuss.with-white-bg {
    background: #fff
}

.let-discuss.hire-developer-let-discuss .cmr-outline-btn i {
    margin-left: 10px
}

.discuss-left {
    display: flex
}

.question-mark {
    margin-right: 30px;
    width: 15%
}

@media screen and (max-width: 991px) {
    .reverse-direction-mobile .col-lg-4 {
        order: 2
    }
}

.discuss-title {
    width: calc(100% - (15% + 30px))
}

@media screen and (max-width: 991px) {
    .discuss-title {
        width: 100%;
        text-align: center;
        margin-bottom: 15px
    }
}

.discuss-title h3 {
    font-family: "GilroyRegular", sans-serif;
    font-size: 35px;
    font-weight: normal;
    line-height: 45px;
    margin: 0
}

@media screen and (max-width: 600px) {
    .discuss-title h3 {
        font-size: 22px;
        line-height: 32px
    }
}

.discuss-title h3 strong {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    position: relative
}

.discuss-title h3 strong.small-font {
    font-size: 30px
}

@media screen and (max-width: 600px) {
    .discuss-title h3 strong.small-font {
        font-size: 20px;
        line-height: 1
    }
}

.discuss-title h2 {
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    margin: 0
}

@media screen and (max-width: 600px) {
    .discuss-title h2 {
        font-size: 22px;
        line-height: 32px
    }
}

.discuss-title h2 strong {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    position: relative
}

.discuss-title h2 strong.small-font {
    font-size: 30px
}

@media screen and (max-width: 600px) {
    .discuss-title h2 strong.small-font {
        font-size: 20px;
        line-height: 1
    }
}

.discuss-title p {
    font-size: 17px
}

.discuss-right {
    text-align: center;
    box-shadow: 0 3px 36px rgba(0, 0, 0, .16);
    border-radius: 50%;
    width: 260px;
    height: 260px;
    padding-top: 80px;
    position: relative;
    padding-left: 0;
    margin: 0 auto
}

.discuss-right .cmr-outline-btn {
    background: #000;
    color: #fff;
    border: none;
    margin: 0 auto;
    height: 50px
}

.discuss-right .cmr-outline-btn::before {
    background: #f16122
}

@media screen and (max-width: 990px) {
    .discuss-right .cmr-outline-btn:hover {
        background: #f16122;
        color: #fff
    }
}

.discuss-right.left-brush::before {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    background-image: url(https://cdn.cmarix.com/images/elements/pointer-de.svg)
}

@media screen and (max-width: 767px) {
    .discuss-right.left-brush::before {
        width: 100px;
        height: 100px;
        background-size: 100px
    }
}

.discuss-right h3,
.discuss-right h4 {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px
}

.faq-sections {
    margin-bottom: 0px
}

.faq-sections b,
.faq-sections strong {
    font-family: "Segoe UI", "Helvetica", "SF Pro Display", "Ubuntu", sans-serif;
    font-weight: bold
}

@media screen and (max-width: 991px) {
    .faq-sections .faq-list {
        flex: 100%;
        max-width: 100%
    }
}

.faq-sections .faq-sticky {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .faq-sections .faq-sticky {
        flex: 100%;
        max-width: 100%;
        justify-content: center;
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .faq-sections .faq-sticky {
        position: inherit;
        position: relative;
        top: 0px;
        height: auto;
        text-align: center
    }

    .faq-sections .faq-sticky .cmr-outline-btn {
        margin: 0 auto
    }
}

.faq-sections ul#accordion {
    padding: 10px 50px 0 0
}

@media screen and (max-width: 991px) {
    .faq-sections ul#accordion {
        padding-right: 0px
    }
}

.faq-sections li.faq_item {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #1d1e31;
    padding: 28px 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0 !important
}

.faq-sections li.faq_item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.faq-sections li.faq_item::before {
    display: none
}

@media screen and (max-width: 991px) {
    .faq-sections li.faq_item {
        padding: 20px 0
    }
}

@media screen and (max-width: 767px) {
    .faq-sections li.faq_item {
        font-size: 16px;
        padding: 15px 0
    }
}

.faq-sections li.faq_item .faq_body .faq_body_inner {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 0;
    line-height: 30px;
    margin-top: 10px
}

@media screen and (max-width: 991px) {
    .faq-sections li.faq_item .faq_body .faq_body_inner {
        margin-top: 5px
    }
}

.faq-sections li.faq_item .faq_body .faq_body_inner p:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul {
    position: relative;
    margin-bottom: 1rem;
    padding: 0;
    line-height: 26px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li {
    position: relative;
    list-style: none;
    border-bottom: 0px;
    margin: 0 0 12px;
    padding: 0 0 0 25px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #f16122;
    left: 2px;
    top: 8px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ul {
    margin-top: 12px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ul li {
    padding-left: 23px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ul li::before {
    background: #f16122;
    width: 9px;
    height: 9px;
    top: 9px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ol {
    margin-top: 12px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ul li ol li::before {
    display: none
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol {
    padding: 0 0 0 22px;
    margin-bottom: 1rem;
    list-style-type: none;
    line-height: 26px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li {
    list-style-type: decimal;
    position: relative;
    border-bottom: 0px;
    margin: 0 0 12px;
    padding: 0 0 0 3px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li:last-child {
    margin-bottom: 0
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ul {
    margin-top: 12px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ul li {
    padding-left: 23px;
    list-style-type: none
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ul li::before {
    background: #f16122;
    width: 9px;
    height: 9px;
    top: 9px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ol {
    margin-top: 12px
}

.faq-sections li.faq_item .faq_body .faq_body_inner ol li ol li::before {
    display: none
}

.faq-sections li.faq_item .faq_body .faq_body_inner .alphabetList li {
    list-style-type: upper-alpha
}

.faq-sections li.faq_item .faq_body .faq_body_inner a {
    color: #f16122
}

.faq-sections li.faq_item .faq_header .card-link {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 35px;
    color: #1d1e31 !important
}

.faq-sections li.faq_item .faq_header .card-link .faqIcon {
    position: absolute;
    right: 0px;
    top: -2px;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .faq-sections li.faq_item .faq_header .card-link .faqIcon {
        width: 24px;
        height: 24px;
        top: 2px
    }
}

.faq-sections li.faq_item .faq_header .card-link .faqIcon:after,
.faq-sections li.faq_item .faq_header .card-link .faqIcon:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 2px;
    background-color: #f16122;
    margin: auto;
    transition: all .35s
}

@media screen and (max-width: 767px) {

    .faq-sections li.faq_item .faq_header .card-link .faqIcon:after,
    .faq-sections li.faq_item .faq_header .card-link .faqIcon:before {
        height: 10px
    }
}

.faq-sections li.faq_item .faq_header .card-link .faqIcon:after {
    transform: rotate(-90deg)
}

.faq-sections li.faq_item .faq_header .card-link[aria-expanded=true] .faqIcon {
    background: #f16122;
    border: 1px solid #f16122
}

.faq-sections li.faq_item .faq_header .card-link[aria-expanded=true] .faqIcon:before {
    transform: rotate(-90deg);
    background-color: #fff
}

.faq-sections li.faq_item .faq_header .card-link[aria-expanded=true] .faqIcon::after {
    background-color: #fff
}

.faq-sections .sec-title p {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: #001033;
    margin-top: 0;
    padding-left: 51px
}

.faq-sections .faq-right-section p {
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    color: #f16122;
    margin-top: 65px
}

@media screen and (max-width: 991px) {
    .faq-sections .faq-right-section p {
        margin-top: 0px
    }
}

.faq-sections .faq-right-section h3 {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    color: #001033;
    line-height: 1.35;
    max-width: 322px;
    margin-bottom: 35px
}

@media(min-width: 992px) {
    .faq-sections .faq-right-section h3 {
        font-size: 32px
    }
}

@media(min-width: 1280px) {
    .faq-sections .faq-right-section h3 {
        font-size: 38px
    }
}

@media(min-width: 1450px) {
    .faq-sections .faq-right-section h3 {
        font-size: 40px
    }
}

@media(max-width: 992px) {
    .faq-sections .faq-right-section h3 {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .faq-sections .faq-right-section h3 {
        font-size: 26px
    }
}

@media screen and (max-width: 991px) {
    .faq-sections .faq-right-section h3 {
        max-width: 100%
    }
}

@media screen and (min-width: 992px) {
    .faq-sections .faq-right-section {
        position: sticky;
        top: 30px
    }
}

@media screen and (max-width: 991px) {
    .faq-sections .faq-right-section {
        text-align: center
    }

    .faq-sections .faq-right-section .cmr-outline-btn {
        margin: auto
    }
}

.our-blogs-section {
    padding: 40px 0px
}

@media screen and (max-width: 991px) {
    .our-blogs-section {
        padding: 30px 0 20px
    }
}

@media screen and (max-width: 480px) {
    .our-blogs-section {
        padding: 20px 0
    }
}

.our-blogs-section .blogs-listing {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

@media screen and (max-width: 767px) {
    .our-blogs-section .blogs-listing {
        gap: 20px;
        overflow: auto;
        padding: 0 15px 10px;
        margin: 0 -15px
    }
}

@media screen and (max-width: 767px) {
    .our-blogs-section .blogs-listing {
        padding: 0 15px 0px
    }
}

.our-blogs-section .blogs-listing .blog_item {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin-bottom: 0px
}

@media screen and (max-width: 767px) {
    .our-blogs-section .blogs-listing .blog_item {
        flex: 0 0 45%;
        max-width: 45%
    }
}

@media screen and (max-width: 680px) {
    .our-blogs-section .blogs-listing .blog_item {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media screen and (max-width: 575px) {
    .our-blogs-section .blogs-listing .blog_item {
        flex: 0 0 88%;
        max-width: 88%
    }
}

.our-blogs-section .blogs-listing .blog_item .blog_image {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, .0784313725);
    border: 3px solid #fff;
    display: block;
    margin-bottom: 25px
}

@media screen and (max-width: 575px) {
    .our-blogs-section .blogs-listing .blog_item .blog_image {
        margin-bottom: 20px
    }
}

.our-blogs-section .blogs-listing .blog_item .blog_image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.our-blogs-section .blogs-listing .blog_item .blog_category {
    margin: 0;
    font-size: 11px;
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    letter-spacing: 3.3px;
    color: #f16122;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px
}

.our-blogs-section .blogs-listing .blog_item .post-title {
    margin: 0 0 20px;
    font-size: 19px;
    font-size: calc(17px + 3*(100vw - 320px)/1600);
    line-height: 26px;
    line-height: calc(24px + 3*(100vw - 320px)/1600);
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    color: #000;
    min-height: 74px
}

@media screen and (max-width: 767px) {
    .our-blogs-section .blogs-listing .blog_item .post-title {
        font-size: 18px;
        min-height: auto;
        margin: 0 0 15px
    }
}

.our-blogs-section .blogs-listing .blog_item .post-title a {
    transition: all .35s ease 0s
}

.our-blogs-section .blogs-listing .blog_item .blog_date {
    font-size: 12px;
    color: #565656;
    letter-spacing: 2.4px;
    font-family: "GilroyRegular", sans-serif;
    font-weight: normal
}

@media screen and (max-width: 767px) {
    .our-blogs-section .blogs-listing .blog_item .blog_date {
        margin-top: 15px
    }
}

.blog_upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 10px
}

.blog_upper .blog_section_title {
    font-family: "GilroyBold", sans-serif;
    letter-spacing: 0px;
    line-height: 1.35;
    color: #000;
    margin-bottom: 10px
}

@media(min-width: 992px) {
    .blog_upper .blog_section_title {
        font-size: 32px
    }
}

@media(min-width: 1280px) {
    .blog_upper .blog_section_title {
        font-size: 38px
    }
}

@media(min-width: 1450px) {
    .blog_upper .blog_section_title {
        font-size: 40px
    }
}

@media(max-width: 992px) {
    .blog_upper .blog_section_title {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .blog_upper .blog_section_title {
        font-size: 26px
    }
}

@media screen and (max-width: 767px) {
    .blog_upper .blog_section_title {
        margin-bottom: 0px
    }
}

.view_all_blog {
    font-size: 16px;
    font-weight: normal;
    color: #212026;
    position: relative;
    display: inline-block;
    font-family: "GilroyBold", sans-serif;
    margin-right: 15px
}

.view_all_blog:hover {
    color: #f16122
}

.view_all_blog:hover::after {
    width: 100%;
    transition: .2s all ease-out
}

.view_all_blog::after {
    content: "";
    position: absolute;
    right: -15px;
    top: -12px;
    width: 33px;
    height: 51px;
    background: #eee;
    z-index: -1;
    transition: .2s all ease-out
}

@media screen and (max-width: 600px) {
    .view_all_blog::after {
        right: -10px
    }
}

.view_all_blog i {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 15px
}

@media screen and (max-width: 600px) {
    .view_all_blog i {
        margin-left: 5px
    }
}

@media screen and (max-width: 991px) {
    .view_all_blog {
        margin-right: 10px
    }
}

.domains-expertise-section {
    padding: 40px 0;
    position: relative
}

.domains-expertise-section:before {
    content: inherit
}

.domains-expertise-section:after {
    content: inherit
}

.domains-expertise-section .sec-title {
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .domains-expertise-section {
        padding: 30px 0
    }
}

@media screen and (max-width: 576px) {
    .domains-expertise-section {
        padding: 20px 0
    }
}

.domains-infocus-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

@media screen and (max-width: 567px) {
    .domains-infocus-boxes {
        gap: 15px
    }
}

.domains-infocus-boxes li {
    position: relative;
    background: #f4f4f6;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(16% - 10px);
    overflow: hidden
}

@media screen and (max-width: 1280px) {
    .domains-infocus-boxes li {
        width: calc(25% - 15px)
    }
}

@media screen and (max-width: 767px) {
    .domains-infocus-boxes li {
        width: calc(33.33% - 15px)
    }
}

@media screen and (max-width: 576px) {
    .domains-infocus-boxes li {
        width: calc(50% - 10px)
    }
}

.domains-infocus-boxes li:hover a {
    color: #1d1e31
}

@media screen and (min-width: 991px) {

    .domains-infocus-boxes li:hover a,
    .domains-infocus-boxes li:hover i {
        color: #fff;
        transition: .2s all ease-in-out
    }

    .domains-infocus-boxes li:hover:after {
        height: 100%
    }

    .domains-infocus-boxes li:hover img {
        filter: invert(1)
    }

    .domains-infocus-boxes li:hover p {
        color: #fff;
        transition: .2s all ease-in-out
    }
}

.domains-infocus-boxes li:after {
    content: "";
    position: absolute;
    background: #439bc2;
    bottom: 0;
    height: 4px;
    width: 100%;
    transition: all ease .4s
}

.domains-infocus-boxes li a {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: relative;
    z-index: 2;
    transition: .2s all ease-in-out;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: normal
}

.domains-infocus-boxes li a i {
    font-size: 32px;
    display: block;
    margin-bottom: 10px
}

.domains-infocus-boxes li a strong {
    font-family: "GilroySemiBold", sans-serif
}

.footer-container {
    background-image: -webkit-linear-gradient(90deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 57%, rgb(255, 255, 255) 57%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 57%, rgb(255, 255, 255) 57%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(0deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 57%, rgb(255, 255, 255) 57%, rgb(255, 255, 255) 100%);
    background-position: 50% 50%;
    position: relative;
    margin-top: 50px
}

@media screen and (max-width: 991px) {
    .footer-container {
        background-image: -webkit-linear-gradient(90deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
        background-image: -moz-linear-gradient(0deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
        background-image: linear-gradient(0deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 75%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%)
    }
}

@media screen and (max-width: 400px) {
    .footer-container {
        background-image: -webkit-linear-gradient(90deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 78%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
        background-image: -moz-linear-gradient(0deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 78%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
        background-image: linear-gradient(0deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 78%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%)
    }
}

@media screen and (max-width: 767px) {
    .footer-container {
        margin-top: 30px
    }
}

.footer-container .container {
    max-width: 1242px
}

.footer-container>.container {
    background: url(https://cdn.cmarix.com/images/footer/footer-map.webp) right 49px no-repeat;
    background-size: 55%;
    background-position: bottom 180px right;
    padding-top: 0px
}

@media screen and (max-width: 576px) {
    .footer-container>.container {
        background-size: 100%;
        padding-top: 20px
    }
}

.overflow-column {
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .overflow-column {
        order: 2
    }
}

@media only screen and (max-width: 767px) {
    .overflow-column {
        margin-top: 20px
    }
}

@media only screen and (max-width: 991px) {
    .cmarix-form {
        order: 1
    }
}

@media only screen and (max-width: 767px) {
    .cmarix-form {
        padding: 0
    }
}

.footer-main-title {
    font-size: 24px;
    font-family: "GilroyBold", sans-serif;
    margin-bottom: 20px;
    color: #1d1e31;
    font-weight: normal
}

.footer-sm-list {
    margin: 0;
    padding: 0px 15px 30px;
    font-size: 0;
    text-align: center;
    align-items: center;
    display: flex
}

@media screen and (max-width: 1150px) {
    .footer-sm-list {
        justify-content: center;
        display: inline-block
    }
}

@media screen and (max-width: 767px) {
    .footer-sm-list {
        text-align: center;
        max-width: 100%;
        margin: 22px auto 0px;
        padding: 0px 0px 30px;
        display: block
    }
}

@media screen and (max-width: 992px) {
    .footer-sm-list {
        width: 100%;
        padding: 0px;
        flex: 0 0 100%
    }
}

@media screen and (max-width: 767px) {
    .footer-sm-list {
        margin: 0;
        padding: 0px 0px 20px
    }
}

.footer-sm-list a,
.footer-sm-list span {
    background-size: auto 118px;
    background-repeat: no-repeat;
    background-image: url(https://cdn.cmarix.com/images/footer/footer-certification-logos.webp);
    display: inline-block;
    height: 120px;
    width: 120px
}

.footer-sm-list a+a,
.footer-sm-list a+span,
.footer-sm-list span+a,
.footer-sm-list span+span {
    margin-left: 22px
}

@media screen and (max-width: 992px) {

    .footer-sm-list a+a,
    .footer-sm-list a+span,
    .footer-sm-list span+a,
    .footer-sm-list span+span {
        margin-left: 10px
    }
}

@media screen and (max-width: 767px) {

    .footer-sm-list a,
    .footer-sm-list span {
        background-size: auto 80px;
        height: 80px;
        width: 80px;
        margin-left: 15px;
        margin-right: 15px
    }

    .footer-sm-list a.footer-logo-good-firms,
    .footer-sm-list span.footer-logo-good-firms {
        background-size: 733px;
        margin-right: 15px
    }

    .footer-sm-list a.footer-logo-clutch,
    .footer-sm-list span.footer-logo-clutch {
        background-size: 724px;
        background-position: -81px center;
        height: 80px;
        width: 80px
    }

    .footer-sm-list a.footer-logo-td,
    .footer-sm-list span.footer-logo-td {
        background-size: 740px;
        background-position: -169px center
    }

    .footer-sm-list a.footer-logo-it-firms,
    .footer-sm-list span.footer-logo-it-firms {
        background-position: -245px center;
        background-size: 722px
    }

    .footer-sm-list a.footer-logo-app-futura,
    .footer-sm-list span.footer-logo-app-futura {
        background-size: 765px;
        background-position: -350px center;
        width: 80px;
        height: 80px
    }

    .footer-sm-list a.footer-logo-app-firms,
    .footer-sm-list span.footer-logo-app-firms {
        background-position: -395px center;
        background-size: 702px
    }

    .footer-sm-list a.footer-logo-bit-map,
    .footer-sm-list span.footer-logo-bit-map {
        background-position: -516px center;
        background-size: 759px
    }

    .footer-sm-list a.footer-logo-web-developer,
    .footer-sm-list span.footer-logo-web-developer {
        background-position: -591px center;
        background-size: 750px
    }

    .footer-sm-list a.footer-logo-app-development,
    .footer-sm-list span.footer-logo-app-development {
        background-size: 608px;
        background-position: top 7px right 17px;
        width: 80px;
        height: 80px;
        margin-top: 15px
    }
}

.footer-sm-list .footer-logo-good-firms {
    background-position: left center;
    background-size: 1064px
}

@media screen and (max-width: 1024px) {
    .footer-sm-list .footer-logo-good-firms {
        background-size: 1064px
    }
}

.footer-sm-list .footer-logo-clutch {
    background-size: 984px;
    background-position: -106px center
}

@media screen and (max-width: 1024px) {
    .footer-sm-list .footer-logo-clutch {
        background-size: 984px;
        background-position: -106px center;
        height: 120px;
        width: 119px
    }
}

.footer-sm-list .footer-logo-td {
    background-position: -225px center;
    background-size: 990px
}

@media screen and (max-width: 1150px) {
    .footer-sm-list .footer-logo-td {
        background-position: -219px center
    }
}

@media screen and (max-width: 1024px) {
    .footer-sm-list .footer-logo-td {
        background-position: -225px center;
        background-size: 990px
    }
}

@media screen and (max-width: 992px) {
    .footer-sm-list .footer-logo-td {
        background-position: -219px center
    }
}

.footer-sm-list .footer-logo-it-firms {
    background-position: -362px center;
    background-size: 1050px
}

@media screen and (max-width: 1150px) {
    .footer-sm-list .footer-logo-it-firms {
        background-position: -357px center
    }
}

@media screen and (max-width: 1024px) {
    .footer-sm-list .footer-logo-it-firms {
        background-position: -369px center;
        background-size: 1082px
    }
}

.footer-sm-list .footer-logo-app-futura {
    background-position: -485px center;
    background-size: 1060px;
    width: 120px;
    height: 120px
}

@media screen and (max-width: 1150px) {
    .footer-sm-list .footer-logo-app-futura {
        background-position: -481px center
    }
}

@media screen and (max-width: 1024px) {
    .footer-sm-list .footer-logo-app-futura {
        background-position: -479px center
    }
}

@media screen and (max-width: 992px) {
    .footer-sm-list .footer-logo-app-futura {
        background-position: -480px center
    }
}

.footer-sm-list .footer-logo-app-firms {
    background-position: -567px center;
    background-size: 1002px
}

@media screen and (max-width: 1220px) {
    .footer-sm-list .footer-logo-app-firms {
        background-position: -566px center;
        background-size: 1001px
    }
}

@media screen and (max-width: 1150px) {
    .footer-sm-list .footer-logo-app-firms {
        background-position: -562px center
    }
}

@media screen and (max-width: 1024px) {
    .footer-sm-list .footer-logo-app-firms {
        background-position: -582px center;
        background-size: 1032px
    }
}

.footer-sm-list .footer-logo-bit-map {
    background-position: -725px center;
    background-size: 1068px
}

@media screen and (max-width: 1024px) {
    .footer-sm-list .footer-logo-bit-map {
        background-position: -721px center;
        background-size: 1068px
    }
}

.footer-sm-list .footer-logo-web-developer {
    background-position: -808px center;
    background-size: 1031px
}

@media screen and (max-width: 1024px) {
    .footer-sm-list .footer-logo-web-developer {
        background-position: -808px center;
        background-size: 1031px
    }
}

.footer-sm-list .footer-logo-app-development {
    background-size: 780px;
    background-position: top 16px right 35px;
    width: 120px;
    height: 120px
}

@media screen and (max-width: 1220px) {
    .footer-sm-list .footer-logo-app-development {
        background-position: top 16px right 30px
    }
}

@media screen and (max-width: 1150px) {
    .footer-sm-list .footer-logo-app-development {
        background-position: top 16px right 40px
    }
}

@media screen and (max-width: 1024px) {
    .footer-sm-list .footer-logo-app-development {
        background-size: 778px;
        background-position: top 7px right 40px
    }
}

@media screen and (max-width: 991px) {
    .m-footer-hide {
        display: none
    }
}

.footer-contact-outer {
    padding: 0 0 0 1.8em;
    display: table
}

@media screen and (max-width: 991px) {
    .footer-contact-outer {
        display: none
    }
}

.footer-contact-outer .footer_contact_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.footer-contact-outer .footer-social-section-part {
    display: flex;
    align-items: center;
    margin: 22px 0
}

@media screen and (max-width: 600px) {
    .footer-contact-outer .footer-social-section-part {
        display: block
    }
}

.footer-contact-outer .footer-social-section-part .footer-title {
    font-size: calc(16px + 2*(0vw - 320px)/1920);
    line-height: 1;
    font-weight: normal;
    font-family: "GilroyRegular", sans-serif;
    margin-bottom: 0;
    color: #1d1e31;
    padding-right: 5px
}

.footer-contact-outer .footer-social-section-part .footer-title span {
    display: block
}

@media screen and (max-width: 600px) {
    .footer-contact-outer .footer-social-section-part .footer-title {
        padding-bottom: 20px
    }
}

.footer-contact-inner {
    font-size: calc(16px + 2*(0vw - 320px)/1920);
    line-height: 1.2;
    font-family: "GilroyRegular", sans-serif;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
    width: 100%;
    margin: 20px 0
}

@media screen and (max-width: 576px) {
    .footer-contact-inner {
        margin: 12px 0
    }
}

.footer-contact-inner:before {
    content: "";
    position: absolute;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://cdn.cmarix.com/images/footer/social-icons.svg)
}

.footer-contact-inner:after {
    content: "";
    position: absolute;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 16px;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.footer-contact-inner.gmail-icon:before {
    background-position-x: -22px;
    width: 22px;
    height: 22px
}

.footer-contact-inner.india-map-icon:before {
    background-position-x: -44px;
    width: 22px;
    height: 22px
}

.footer-contact-inner.usa-map-icon:before {
    background-position-x: -66px;
    width: 22px;
    height: 22px
}

.footer-contact-inner a {
    font-family: "GilroyBold", sans-serif;
    font-size: calc(18px + 3*(0vw - 320px)/1920);
    line-height: 1.2;
    font-weight: normal
}

.footer-contact-inner p {
    margin-bottom: 0
}

.footer-social-section-part {
    display: flex;
    align-items: center
}

@media screen and (max-width: 600px) {
    .footer-social-section-part {
        display: block
    }
}

.footer-social-section-part .footerttl {
    margin-right: 10px;
    font-size: calc(16px + 2*(0vw - 320px)/1920);
    font-family: "GilroyRegular", sans-serif
}

.footer-social-section-part a+a {
    margin-left: 20px
}

@media(max-width: 1200px) {
    .footer-social-section-part a+a {
        margin-left: 15px
    }
}

@media(max-width: 375px) {
    .footer-social-section-part a+a {
        margin-left: 12px
    }
}

.footer-social-section-part span {
    font-family: "GilroyRegular", sans-serif;
    font-size: 16px;
    padding-right: 10px
}

.footer-social-section-part [class*=footer-],
.footer-social-section-part [class^=footer-] {
    font-size: 25px
}

@media screen and (max-width: 991px) {

    .footer-social-section-part [class*=footer-],
    .footer-social-section-part [class^=footer-] {
        color: #fff
    }
}

@media screen and (max-width: 600px) {
    .footer-social-section-part {
        justify-content: flex-start;
        padding-bottom: 0px
    }
}

.footer-social-section-part .footer-icon-twitter {
    margin-left: 10PX
}

.cmarix-locations {
    margin-bottom: 0px;
    padding-bottom: 10px
}

.cmarix-locations .footer-loaction-title {
    font-size: 22px;
    font-weight: normal;
    padding-left: 42px;
    font-family: "GilroySemiBold", sans-serif;
    color: #1d1e31;
    position: relative
}

@media screen and (max-width: 1100px) {
    .cmarix-locations .footer-loaction-title {
        font-size: 18px
    }
}

.cmarix-locations .footer-loaction-title span {
    font-size: 18px
}

.cmarix-locations .footer-loaction-title::before {
    content: "";
    position: absolute;
    left: 0;
    margin-top: -2px;
    width: 32px;
    height: 32px;
    background-image: url(https://cdn.cmarix.com/images/footer/map-icons.svg);
    background-repeat: no-repeat;
    background-size: auto 32px
}

.cmarix-locations .usa-loc .footer-loaction-title::before {
    background-position-x: -32px
}

.cmarix-locations .germany-loc .footer-loaction-title::before {
    background-position-x: -64px
}

.cmarix-locations .canada-loc .footer-loaction-title::before {
    background-position-x: -226px
}

.cmarix-locations .italy-loc .footer-loaction-title::before {
    background-position-x: -96px
}

.cmarix-locations .bahrain-loc .map-icon::before {
    background-position-x: -128px
}

.cmarix-locations .nigeria-loc .footer-loaction-title::before {
    background-position-x: -160px
}

.cmarix-locations .uk-loc .footer-loaction-title::before {
    background-position-x: -193px
}

.cmarix-locations a.addresslink {
    color: #212026;
    display: inline-block
}

.cmarix-locations a.addresslink:hover {
    color: #212026
}

.cmarix-locations p {
    line-height: 28px;
    color: #212026;
    font-size: 15px;
    font-weight: 400
}

@media screen and (max-width: 600px) {
    .cmarix-locations p {
        padding-right: 0px
    }
}

.cmarix-locations .footer_location_list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 27px
}

@media screen and (max-width: 767px) {
    .cmarix-locations .footer_location_list {
        column-gap: 18px
    }
}

.cmarix-locations .footer_location_list .footer_location {
    flex-basis: calc(16.67% - 23px);
    max-width: calc(16.67% - 23px)
}

@media screen and (max-width: 992px) {
    .cmarix-locations .footer_location_list .footer_location {
        flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
        margin-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .cmarix-locations .footer_location_list .footer_location {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px)
    }
}

@media screen and (max-width: 600px) {
    .cmarix-locations .footer_location_list .footer_location {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 0
    }
}

.copyright-section {
    background-color: #ebebed;
    padding-top: 22px;
    padding-bottom: 22px;
    margin: 0;
    font-size: calc(14px + 2*(100vw - 320px)/1920)
}

@media screen and (max-width: 767px) {
    .copyright-section {
        padding-bottom: 32px
    }
}

@media screen and (max-width: 480px) {
    .copyright-section {
        padding-bottom: 82px
    }
}

.copyright-section .ft-bottom-outer {
    display: flex;
    align-items: center;
    column-gap: 15px;
    max-width: 1242px;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (max-width: 1100px) {
    .copyright-section .ft-bottom-outer {
        flex-wrap: wrap
    }
}

.copyright-section .ft-bottom-outer .ft-bottom-inner {
    width: calc(33.33% - 10px)
}

@media screen and (max-width: 1100px) {
    .copyright-section .ft-bottom-outer .ft-bottom-inner {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 1024px) {
    .copyright-section .ft-bottom-outer .ft-bottom-inner.copyright-text {
        text-align: center;
        margin-bottom: 0px;
        font-size: 14px
    }
}

@media screen and (max-width: 1100px) {
    .copyright-section .ft-bottom-outer .ft-bottom-inner.copyright-text {
        margin-bottom: 20px
    }
}

.copyright-section .ft-bottom-outer .ft-bottom-inner.privacy_certificate {
    display: flex;
    align-items: center;
    justify-content: center
}

.copyright-section .ft-bottom-outer .ft-bottom-inner.privacy_certificate img {
    display: flex;
    margin: 0 2.5px
}

.copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links {
    text-align: right
}

@media screen and (max-width: 1100px) {
    .copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links {
        text-align: center;
        padding-left: 0;
        justify-content: center !important
    }
}

@media screen and (max-width: 992px) {
    .copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links {
        align-self: self-start
    }
}

.copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links a {
    list-style: none;
    display: inline-block;
    font-size: calc(14px + 2*(100vw - 320px)/1920);
    line-height: 1;
    position: relative;
    margin: 0 15px;
    transition: all .35s ease 0s
}

@media screen and (max-width: 1024px) {
    .copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links a {
        font-size: 14px
    }
}

@media screen and (max-width: 576px) {
    .copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links a {
        font-size: calc(13px + 2*(100vw - 320px)/1920)
    }
}

@media screen and (max-width: 1100px) {
    .copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links a {
        margin-top: 20px
    }
}

.copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: 0px;
    width: 1px;
    height: 17px;
    background: #1d1e31;
    pointer-events: none
}

.copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links a:first-child {
    margin-left: 0px
}

.copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links a:first-child:after {
    display: none
}

.copyright-section .ft-bottom-outer .ft-bottom-inner.footer-links a:last-child {
    margin-right: 0px
}

.footer-inner.footer-container {
    margin-top: 0px
}

.footer-inner .contact-border-section {
    padding: 25px 15px;
    background: #fff 0% 0% no-repeat padding-box;
    border: 2px solid #f8f8f9;
    margin-bottom: 65px
}

@media screen and (max-width: 767px) {
    .footer-inner .contact-border-section {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 576px) {
    .footer-inner .contact-border-section {
        border: 0px;
        margin-bottom: 30px;
        padding: 0
    }
}

.footer-inner .contact-border-section .footer-contact-outer {
    padding: 0 0 0 1.5em;
    padding-left: 29px
}

@media screen and (max-width: 576px) {
    .footer-inner .contact-border-section .footer-contact-outer {
        padding: 0
    }
}

.footer-inner .contact-border-section .footer-contact-outer .footer_contact_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.footer-inner .contact-border-section .footer-contact-outer .footer_contact_list .footer-contact-inner {
    width: 50%
}

@media screen and (max-width: 1260px) {
    .footer-inner .contact-border-section .footer-contact-outer .footer_contact_list .footer-contact-inner a {
        display: block
    }
}

.footer-inner .contact-border-section .footer-contact-outer .sec-title h3 {
    font-size: calc(16.2px + 1.5vw)
}

@media screen and (min-width: 1920px) {
    .footer-inner .contact-border-section .footer-contact-outer .sec-title h3 {
        font-size: 36px
    }
}

@media screen and (max-width: 600px) {
    .footer-inner .contact-border-section .footer-contact-outer .sec-title h3 {
        font-size: 28px
    }
}

@media screen and (max-width: 425px) {
    .footer-inner .contact-border-section .footer-contact-outer .sec-title h3 {
        font-size: 25px;
        line-height: 1.6
    }
}

.footer-inner .contact-border-section .footer-contact-outer .sec-title p {
    font-size: 16px;
    font-family: "GilroyRegular", sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .32px;
    color: #001033;
    padding-left: 0;
    line-height: 1.9;
    padding-top: 20px;
    padding-right: 20px
}

.footer-inner .contact-border-section .cmarix-form {
    border-left: 1px solid #dedee5
}

@media screen and (max-width: 991px) {
    .footer-inner .contact-border-section .cmarix-form {
        border-left: 0px solid #dedee5;
        border-right: 0px solid #dedee5
    }
}

.footer-inner .contact-border-section .cmarix-form .footer-contact-outer {
    display: table !important
}

.footer-inner .contact-border-section .cmarix-form .footer-contact-outer .sec-title {
    margin: 0 15px
}

.star-rating img {
    max-width: 117px
}

.star-rating .count {
    font: normal normal normal 22px/30px "GilroySemiBold", sans-serif;
    letter-spacing: 0px;
    color: #000;
    margin-right: 15px
}

@media screen and (max-width: 767px) {
    .m-hide {
        display: none
    }
}

.footer-3 {
    background-image: -webkit-linear-gradient(90deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    background-image: linear-gradient(0deg, rgba(244, 244, 246, 0.61) 0, rgba(244, 244, 246, 0.61) 100%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    background-position: 50% 50%;
    position: relative;
    padding-top: 0px;
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .footer-3 {
        margin-top: 30px
    }
}

.footer-3 .container {
    max-width: 1230px
}

.footer-3>.container {
    background: url(https://cdn.cmarix.com/images/footer/footer-map.webp) right 49px no-repeat;
    background-size: 44%;
    background-position: bottom 0px right;
    padding: 0px
}

@media screen and (max-width: 1150px) {
    .footer-3>.container {
        background-size: 50%;
        background-position: top 0px right
    }
}

@media screen and (max-width: 600px) {
    .footer-3>.container {
        background-size: 70%
    }
}

.footer-3.contactus-footer>.container {
    padding-top: 160px;
    background-position: right top 20px;
    background-size: 55%
}

@media screen and (max-width: 600px) {
    .footer-3.contactus-footer>.container {
        background-size: 100%;
        padding-top: 30px
    }
}

@keyframes translatestf {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-500%)
    }
}

@keyframes translateinfinite {
    100% {
        transform: translateX(-1305px)
    }
}

.footer-certificate {
    display: flex;
    justify-content: center;
    width: 2610px;
    height: 100px;
    overflow: hidden;
    position: relative;
    align-items: center;
    margin: 15px 0px
}

.footer-certificate>span {
    animation: translateinfinite 25s linear infinite;
    display: block;
    margin: 0 15px;
    position: relative
}

.footer-certificate>span .card-image {
    position: relative;
    width: 115px;
    max-width: 115px;
    height: 100px;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background-size: 906%;
    background-image: url(../images/footer/footer-certification-logos.webp)
}

.footer-certificate>span .card-image.footer-logo-good-firms {
    background-position: left 11px center
}

.footer-certificate>span .card-image.footer-logo-clutch {
    background-position: left -109px center
}

.footer-certificate>span .card-image.footer-logo-td {
    background-position: left -229px center
}

.footer-certificate>span .card-image.footer-logo-it-firms {
    background-position: left -350px center
}

.footer-certificate>span .card-image.footer-logo-app-futra {
    background-position: right -459px center
}

.footer-certificate>span .card-image.footer-logo-app-firms {
    background-position: right -340px center
}

.footer-certificate>span .card-image.footer-logo-bit-map {
    background-position: right -222px center
}

.footer-certificate>span .card-image.footer-logo-web-developer {
    background-position: right -106px center
}

.footer-certificate>span .card-image.footer-logo-app-development {
    background-position: right 8px center
}

.footer-certificate>span::after {
    background-color: #dedee5;
    bottom: 0;
    content: "";
    height: 50px;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: -17px;
    top: 0;
    width: 1px
}

.critics-platoforms {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 2208px;
    margin: 15px 0px;
    gap: 10px
}

@media screen and (max-width: 1600px) {
    .critics-platoforms {
        margin-top: 10px
    }
}

@media screen and (max-width: 767px) {
    .critics-platoforms {
        margin: 0
    }
}

.critics-platoforms .card {
    margin-top: 20px;
    box-shadow: none;
    border: 2px solid #f8f8f9;
    border-radius: 10px;
    padding: 50px 0;
    text-align: center;
    animation: translateinfinite 25s linear infinite;
    position: relative;
    width: 266px;
    margin-bottom: 18px
}

@media screen and (max-width: 1366px) {
    .critics-platoforms .card {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 992px) {
    .critics-platoforms .card {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 600px) {
    .critics-platoforms .card {
        padding: 30px 0
    }
}

.critics-platoforms .card .image {
    margin-bottom: 30px
}

.critics-platoforms .card .image img {
    max-height: 25px;
    height: 25px;
    width: auto
}

.critics-platoforms .card .grey-btn {
    border-radius: 30px;
    border: none;
    font: normal normal normal 13px/18px "GilroySemiBold", sans-serif;
    text-transform: uppercase;
    letter-spacing: .78px;
    width: 160px;
    height: 38px;
    z-index: 1;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 38px;
    overflow: hidden;
    background: #c4ecff;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .1215686275);
    outline: none;
    transition: all .3s ease 0s
}

@media screen and (max-width: 990px) {
    .critics-platoforms .card .grey-btn:hover {
        background: #000;
        color: #fff
    }
}

@media screen and (max-width: 767px) {
    .critics-platoforms .container {
        max-width: 100%
    }
}

@keyframes translatestf {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-500%)
    }
}

@keyframes translateinfinite {
    100% {
        transform: translateX(-1104px)
    }
}

.formInputfield {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1
}

.desAreaField {
    min-height: 100px !important
}

.mobile-app-right form .row {
    align-items: flex-start !important
}

@media screen and (max-width: 991px) {
    .inquiryformouter .left-brush-top>div {
        padding: 0px
    }
}

@media screen and (max-width: 991px) {

    .inquiryformouter input[type=email],
    .inquiryformouter select[type=email] {
        width: 96% !important
    }
}

@media screen and (max-width: 575px) {

    .inquiryformouter input[type=email],
    .inquiryformouter select[type=email] {
        width: 100% !important
    }
}

.left-brush-top .left-brush {
    padding-left: 100px;
    position: relative
}

@media screen and (max-width: 991px) {
    .left-brush-top .left-brush {
        padding-left: 0px
    }
}

@media screen and (max-width: 600px) {
    .left-brush {
        margin-bottom: 15px;
        padding-left: 0;
        text-align: center
    }
}

.left-brush::before {
    content: "";
    background-image: url(https://cdn.cmarix.com/images/elements/pointer-re.svg);
    width: 100px;
    height: 100px;
    background-size: 100px;
    position: absolute;
    left: -25px;
    animation: mover 2s cubic-bezier(0.76, 0, 0.3, 1) alternate infinite
}

@media screen and (max-width: 991px) {
    .left-brush::before {
        display: none
    }
}

.justfy-content-center-cta {
    justify-content: center !important
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.cmr-title .sec-title {
    padding-left: 10px
}

@media screen and (max-width: 767px) {
    .cmr-title .sec-title {
        padding-left: 0px
    }
}

.cmr-title .sec-title h3 {
    font-size: calc(19.2px + 1.5vw);
    font-family: "GilroyBold", sans-serif;
    line-height: 1.2;
    font-weight: normal;
    color: #001033
}

@media screen and (max-width: 600px) {
    .cmr-title .sec-title h3 {
        max-width: max-content;
        margin-right: auto
    }
}

.cmr-title .sec-title p {
    font-size: 16px;
    font-family: "GilroyMedium", sans-serif;
    font-weight: normal;
    letter-spacing: .32px;
    color: #1d1e31;
    padding-left: 0;
    line-height: 1.5;
    font-style: normal
}

@media screen and (max-width: 991px) {

    .contact_us .col-sm-12,
    .contact_us .col-12 {
        padding: 0 15px
    }
}

@media screen and (max-width: 576px) {

    .jump-forms .contact_us .col-sm-12,
    .jump-forms .contact_us .col-12 {
        padding: 0
    }
}

.cmr-contact {
    max-width: 750px;
    margin: 40px auto
}

@media screen and (max-width: 991px) {
    .cmr-contact {
        max-width: 100%
    }
}

@media screen and (max-width: 767px) {
    .cmr-contact {
        margin: 35px auto
    }
}

@media screen and (max-width: 600px) {
    .cmr-contact {
        margin-top: 20px
    }
}

.cmr-contact .contact-form-detail {
    padding-top: 55px;
    line-height: 1.9
}

@media screen and (max-width: 575px) {
    .cmr-contact .contact-form-detail {
        padding-top: 0px
    }
}

.cmr-contact .row.m-0 .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media screen and (min-width: 576px) {
    .cmr-contact .row.m-0 .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        justify-content: flex-start
    }
}

.cmr-contact .form-inline.form-service-row {
    align-items: flex-start
}

.cmr-contact .form-inline .cmr-label {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    min-width: auto;
    font-size: 16px;
    line-height: 44px;
    text-align: left;
    color: #1d1e31;
    justify-content: flex-end;
    margin-right: 15px
}

@media screen and (max-width: 600px) {
    .cmr-contact .form-inline .cmr-label {
        line-height: 25px
    }
}

.cmr-contact .form-inline input,
.cmr-contact .form-inline select {
    height: 45px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #bcbcbc;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    letter-spacing: 1.6px;
    padding: 16px 0px;
    box-shadow: none !important;
    outline: none;
    background: rgba(0, 0, 0, 0);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #1d1e31;
    text-align: left;
    margin-bottom: 0px;
    font-family: "GilroyRegular", sans-serif;
    font-size: 16px
}

@media screen and (max-width: 600px) {

    .cmr-contact .form-inline input,
    .cmr-contact .form-inline select {
        width: 100%;
        margin-bottom: 0px
    }
}

.cmr-contact .form-inline input::placeholder,
.cmr-contact .form-inline select::placeholder {
    color: #1d1e31;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.6px
}

.cmr-contact .form-inline input:focus,
.cmr-contact .form-inline select:focus {
    box-shadow: none;
    border-color: #1d1e31
}

.cmr-contact .form-inline textarea {
    padding: 16px 0px;
    height: auto;
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #1d1e31;
    text-align: left;
    margin-bottom: 0px;
    font-family: "GilroyRegular", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    min-height: 50px
}

@media screen and (max-width: 600px) {
    .cmr-contact .form-inline textarea {
        width: 100%;
        margin-top: 0
    }
}

.cmr-contact .form-inline textarea:focus {
    box-shadow: none;
    border-color: #1d1e31
}

.cmr-contact .form-inline textarea::placeholder {
    color: #1d1e31;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.6px
}

.cmr-contact p#checkboxerror {
    top: -8px
}

.cmr-contact .error-message {
    line-height: 1.2
}

.cmr-contact p.error-message {
    display: block;
    width: 100%;
    top: -18px;
    margin-bottom: 0px
}

@media screen and (max-width: 1440px) {
    .cmr-contact p.error-message {
        top: -8px
    }
}

.cmr-contact .error-message {
    font-family: "GilroyRegular", sans-serif;
    font-weight: normal;
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

.cmr-contact .error-message label {
    padding-left: 0px;
    margin: 0;
    justify-content: flex-start
}

@media screen and (max-width: 600px) {
    .cmr-contact .error-message {
        margin-left: 0
    }
}

.cmr-contact .sec-title h2,
.cmr-contact .sec-title h3 {
    line-height: 1.35;
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    color: #001033
}

@media(min-width: 992px) {

    .cmr-contact .sec-title h2,
    .cmr-contact .sec-title h3 {
        font-size: 32px
    }
}

@media(min-width: 1280px) {

    .cmr-contact .sec-title h2,
    .cmr-contact .sec-title h3 {
        font-size: 38px
    }
}

@media(min-width: 1450px) {

    .cmr-contact .sec-title h2,
    .cmr-contact .sec-title h3 {
        font-size: 40px
    }
}

@media(max-width: 992px) {

    .cmr-contact .sec-title h2,
    .cmr-contact .sec-title h3 {
        font-size: 28px
    }
}

@media(max-width: 767px) {

    .cmr-contact .sec-title h2,
    .cmr-contact .sec-title h3 {
        font-size: 26px
    }
}

@media screen and (max-width: 600px) {

    .cmr-contact .sec-title h2,
    .cmr-contact .sec-title h3 {
        max-width: max-content;
        margin-right: auto
    }
}

.cmr-contact .sec-title p {
    font-size: 16px;
    font-family: "GilroySemiBold", sans-serif;
    font-weight: normal;
    font-style: italic;
    letter-spacing: .32px;
    color: #001033;
    padding-left: 51px;
    line-height: 1.9;
    padding-top: 20px
}

@media screen and (max-width: 600px) {
    .cmr-contact .sec-title p {
        text-align: left;
        padding-top: 0px
    }
}

span#uploadedfile,
span#uploadedfile2 {
    font-size: 13px;
    line-height: 18px;
    font-family: "GilroyRegular", sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 13px
}

span#uploadedfile:empty,
span#uploadedfile2:empty {
    display: none
}

.checkform {
    display: inline-block;
    flex-wrap: wrap
}

.apply_form .checkform {
    display: inherit;
    flex-wrap: wrap
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    display: inline-block;
    cursor: pointer
}

.file-upload {
    line-height: 0;
    flex: 1
}

.file-upload .custom-file {
    margin-top: 9px;
    margin-bottom: 12px
}

@media screen and (max-width: 600px) {
    .file-upload .custom-file {
        margin-bottom: 10px
    }
}

.file-upload .custom-file-input {
    width: 100% !important;
    text-align: left !important;
    height: 40px !important
}

.file-upload .custom-file-label {
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.7;
    background-color: #fff;
    border: 1.5px dashed #d3d3d9;
    border-radius: 21px;
    text-align: center;
    color: #1d1e31;
    font-family: "GilroyRegular", sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: normal;
    height: 41px;
    padding-left: 18px;
    margin-bottom: 0
}

.file-upload .custom-file-label::after {
    height: 40px;
    padding: 10px
}

.file-upload .custom-file-label:before {
    content: "+";
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    display: none
}

.servicesList {
    display: flex;
    margin-bottom: 17px;
    padding: 0;
    gap: 12px 10px
}

@media screen and (max-width: 576px) {
    .formServiceItem:nth-child(1) {
        order: 1
    }

    .formServiceItem:nth-child(2) {
        order: 2
    }

    .formServiceItem:nth-child(3) {
        order: 3
    }

    .formServiceItem:nth-child(4) {
        order: 4
    }

    .formServiceItem:nth-child(5) {
        order: 5
    }

    .formServiceItem:nth-child(8) {
        order: 6
    }

    .formServiceItem:nth-child(6) {
        order: 7
    }

    .formServiceItem:nth-child(7) {
        order: 8
    }

    .formServiceItem:nth-child(9) {
        order: 9
    }

    .formServiceItem:nth-child(10) {
        order: 10
    }
}

.formServiceItem label,
.formServiceItem span {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #b3b3bc;
    border-radius: 21px;
    margin: 0;
    cursor: pointer;
    font-family: "GilroyMedium", sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 10px;
    line-height: 17px;
    letter-spacing: .4px;
    -webkit-transition: background-color .5s, top .1s;
    transition: background-color .5s, top .1s;
    flex-grow: 1;
    text-align: center
}

.formServiceItem>input[type=checkbox] {
    background-color: #c00;
    height: 0em;
    width: 0em;
    background: none;
    display: none
}

.formServiceItem>input[type=checkbox]:checked+label,
.formServiceItem>input[type=checkbox]:checked+span {
    background-color: #489bc2;
    color: #fff;
    border-color: #489bc2
}

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width: 600px) {
    .pure-material-checkbox {
        flex: 100%
    }
}

.has-float-label .form-control {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0
}

.has-float-label .form-control :focus {
    box-shadow: none
}

.has-float-label .form-control ::placeholder {
    padding: 0;
    left: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-family: "GilroyRegular", sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    opacity: 1;
    left: 0;
    top: .85em;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    justify-content: left;
    height: 30%;
    padding: 10px 0
}

@media(max-width: 576px) {
    .has-float-label .form-control:placeholder-shown:not(:focus)+* {
        top: 5px
    }
}

.has-float-label label,
.has-float-label>span {
    left: 0;
    font-family: "GilroyRegular", sans-serif
}

.pure-material-checkbox>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -3px;
    top: 0px;
    display: block;
    padding: 0 !important;
    margin: 0;
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    background-color: rgba(0, 0, 0, .6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity .3s, transform .2s
}

@media screen and (max-width: 600px) {
    .pure-material-checkbox>input {
        margin-bottom: 0 !important
    }
}

.pure-material-checkbox>span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 15px
}

@media screen and (max-width: 600px) {
    .pure-material-checkbox>span {
        margin-bottom: 0 !important
    }
}

.pure-material-checkbox>span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px;
    border-color: rgba(0, 0, 0, .6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color .2s, background-color .2s
}

.pure-material-checkbox>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 5px;
    border: solid 2px rgba(0, 0, 0, 0);
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg)
}

.pure-material-checkbox>input:checked,
.pure-material-checkbox>input:indeterminate {
    background-color: #000
}

.pure-material-checkbox>input:checked+span::before,
.pure-material-checkbox>input:indeterminate+span::before {
    border-color: #000;
    background-color: #000
}

.pure-material-checkbox>input:checked+span::after,
.pure-material-checkbox>input:indeterminate+span::after {
    border-color: #fff
}

.pure-material-checkbox>input:indeterminate+span::after {
    border-left: none;
    transform: translate(4px, 3px)
}

.pure-material-checkbox:hover>input {
    opacity: .04
}

.pure-material-checkbox>input:focus {
    opacity: .12
}

.pure-material-checkbox:hover>input:focus {
    opacity: .16
}

.pure-material-checkbox>input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s
}

.pure-material-checkbox>input:active+span::before {
    border-color: #000
}

.pure-material-checkbox>input:checked:active+span::before {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, .6)
}

.pure-material-checkbox>input:disabled {
    opacity: 0
}

.pure-material-checkbox>input:disabled+span {
    color: rgba(0, 0, 0, .38);
    cursor: initial
}

.pure-material-checkbox>input:disabled+span::before {
    border-color: currentColor
}

.pure-material-checkbox>input:checked:disabled+span::before,
.pure-material-checkbox>input:indeterminate:disabled+span::before {
    border-color: rgba(0, 0, 0, 0);
    background-color: currentColor
}

.inner-top-header.banner-without-image.contactus-page .inner-left {
    padding-top: 50px;
    padding-bottom: 0
}

.formHeader {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 30px;
    padding-left: 15px;
    font-family: "GilroySemiBold", sans-serif
}

@media(max-width: 1450px) {
    .formHeader {
        font-size: 24px;
        margin-bottom: 15px
    }
}

@media(max-width: 991px) {
    .formHeader {
        font-size: 20px;
        margin-bottom: 0
    }
}

.fileupload-info {
    font-family: "GilroyMedium", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #565656
}

.inquiryBtn {
    padding-right: 158px;
    position: relative
}

@media(max-width: 576px) {
    .inquiryBtn {
        padding-right: 0
    }
}

.inquiryBtn .file-upload .custom-file {
    height: auto
}

.inquiryBtn .file-upload .custom-file input {
    padding: 30px 0
}

.inquiryBtn .file-upload .custom-file .custom-file-label {
    border-radius: 10px;
    height: 60px;
    padding: 15px 20px
}

.inquiryBtn .file-upload .custom-file.document-upload .custom-file-label {
    background-color: #fff0ea
}

.inquiryBtn .inquiryBtnOuter {
    position: absolute;
    top: 9px;
    right: 0
}

@media(max-width: 576px) {
    .inquiryBtn .inquiryBtnOuter {
        position: relative
    }
}

.inquiryBtn .inquiryBtnOuter .primary-btn {
    min-width: 145px
}

@media(max-width: 576px) {
    .inquiryBtn .inquiryBtnOuter .primary-btn {
        width: 100%
    }
}

.inquiryBtn .inquiryBtnOuter .primary-btn .btnloader {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f16122;
    text-align: center;
    z-index: 1;
    border-radius: 10px
}

.inquiryBtn .inquiryBtnOuter .primary-btn .btnloader:before {
    content: "";
    background: url("../images/loader-img.png") no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-animation: spin 1.1s linear infinite;
    -moz-animation: spin 1.1s linear infinite;
    animation: spin 1.1s linear infinite
}

@media screen and (max-width: 767px) {
    .inquiryBtn .inquiryBtnOuter .primary-btn .btnloader:before {
        height: 28px;
        width: 28px
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#files-area .file-block {
    background-color: #ffe9df;
    border-radius: 5px;
    color: initial;
    display: inline-flex;
    align-items: center;
    margin: 5px;
    font-size: 12px;
    overflow: hidden
}

#files-area .file-block .name {
    padding: 2px 5px;
    display: inline-flex;
    white-space: normal;
    word-break: break-all;
    flex-wrap: wrap
}

#files-area .file-block .file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #ffdac9;
    color: initial;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 18px;
    font-size: 18px
}

#files-area .file-block .file-delete span {
    transform: rotate(45deg);
    margin-left: 3px
}

.link-btn {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 30px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    z-index: 99;
    position: relative
}

.link-btn i {
    margin-left: 5px;
    position: relative;
    left: 0;
    transition: all .5s
}

.link-btn:hover i {
    left: 10px;
    transition: all .5s
}

.sec-description .sec-desc-title::before {
    background-color: #8cd170
}

.sec-description .bigger_fontsize {
    font-family: "GilroySemiBold", sans-serif;
    font-size: calc(18px + 15.8*(100vw - 320px)/1600);
    line-height: 1.4;
    text-align: left;
    color: #001033;
    margin-bottom: 0;
    position: relative
}

.sec-description .bigger_fontsize strong {
    font-family: "GilroyBold", sans-serif;
    position: relative
}

@media screen and (min-width: 1921px) {
    .sec-description .bigger_fontsize {
        font-size: 35px
    }
}

@media screen and (max-width: 576px) {
    .sec-description .bigger_fontsize {
        font-size: 24px
    }
}

.sec-description .label_with_half_circle::before {
    width: 32px !important;
    height: 32px !important;
    background-color: #fe7d7d
}

.sec-description .label_with_half_circle .full_width,
.sec-description .label_with_half_circle h2,
.sec-description .label_with_half_circle h3 {
    padding-left: 15px;
    padding-right: 20px;
    margin-left: 15px;
    font-family: "GilroySemiBold", sans-serif;
    line-height: 1.6;
    margin-bottom: 0;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 0
}

.stat-plates-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 60px
}

@media screen and (max-width: 991px) {
    .stat-plates-box {
        column-gap: 20px
    }
}

@media screen and (max-width: 767px) {
    .stat-plates-box {
        column-gap: 30px
    }
}

@media screen and (max-width: 575px) {
    .stat-plates-box {
        flex-direction: column;
        justify-content: center
    }
}

.stat-plates-box p {
    font-size: 18px;
    line-height: 1.5
}

.stat-plates-box p:nth-last-child(1) {
    margin-bottom: 0px
}

.stat-plates-box .sec-tag-lines {
    width: 100%
}

.stat-plates-box .stat-plates {
    width: 20%;
    max-width: 170px;
    min-height: 120px;
    align-self: normal;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    padding-left: 32px;
    background-color: #d8f2cf;
    border-radius: 40px 0px 0px 40px
}

@media screen and (max-width: 991px) {
    .stat-plates-box .stat-plates {
        border-radius: 20px 0px 0px 20px;
        text-align: left;
        padding-left: 15px;
        margin-top: 15px
    }
}

@media screen and (max-width: 575px) {
    .stat-plates-box .stat-plates {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 30px;
        flex-direction: row;
        align-items: center
    }
}

.stat-plates-box .stat-plates .mini-plate {
    display: flex;
    align-items: center;
    justify-content: left
}

.stat-plates-box .stat-plates .mini-plate i,
.stat-plates-box .stat-plates .mini-plate span {
    font-size: 46px
}

.stat-plates-box .stat-plates .mini-plate .c-icon-industry {
    font-size: 46px
}

.stat-plates-box .stat-plates .mini-plate svg {
    width: 100%;
    height: 100%
}

.stat-plates-box .stat-plates .max-plate {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.stat-plates-box .stat-plates .max-plate i,
.stat-plates-box .stat-plates .max-plate span {
    font-size: 32px
}

@media screen and (max-width: 575px) {
    .stat-plates-box .stat-plates .max-plate {
        flex-direction: row;
        margin-left: 15px;
        align-items: center
    }
}

.stat-plates-box .stat-plates .max-plate .app-count {
    font-family: "GilroyBold", sans-serif;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #1e1e1e;
    margin: 20px 0px 0
}

@media screen and (max-width: 575px) {
    .stat-plates-box .stat-plates .max-plate .app-count {
        font-size: 26px;
        line-height: 34px;
        margin: 0 7px 0 0px
    }
}

.stat-plates-box .stat-plates .max-plate p {
    margin: 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-family: "GilroySemiBold", sans-serif;
    color: #1e1e1e
}

.stat-plates-box .mobile-app-bg {
    background: #fee
}

.stat-plates-box .mobile-app-bg .max-plate .app-count {
    color: #1e1e1e;
    font-size: 36px;
    font-weight: 700
}

.stat-plates-box .app-bg {
    background: #f0eefc
}

.stat-plates-box .web-app-dev-bg {
    background: #d0f2eb
}

.stat-plates-box .web-hire-dedi-dev-bg {
    background: rgba(255, 201, 205, .35) !important
}

.stat-plates-box .custom_eCommerce-bg {
    background: #d4def6
}

.stat-plates-box .saas-apps-bg {
    background-color: #fcdeda
}

.stat-plates-box .mvp-dev-bg {
    background-color: #fcecc4
}

.stat-plates-box .on-demand-app-dev-bg {
    background-color: #d7e1f9
}

.stat-plates-box .sec-description {
    width: 76%
}

@media screen and (max-width: 1100px) {
    .stat-plates-box .sec-description {
        width: 70%
    }
}

@media screen and (max-width: 767px) {
    .stat-plates-box .sec-description {
        width: 68%
    }
}

@media screen and (max-width: 575px) {
    .stat-plates-box .sec-description {
        width: 100%;
        text-align: left
    }
}

@media screen and (max-width: 575px) {
    .stat-plates-box .sec-description .sec-tag-lines h2 {
        text-align: left;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .hire-developers .inner-left {
        padding-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .hire-common {
        margin-bottom: 25px
    }
}

.hire-common .feature-box {
    background: rgba(255, 255, 255, .3);
    border: 1px solid rgba(0, 16, 51, .2);
    border-radius: 16px;
    width: 33.33%;
    min-height: 63px;
    display: flex;
    align-items: center;
    padding: 0 15px
}

@media screen and (max-width: 768px) {
    .hire-common .feature-box {
        width: 50%;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 480px) {
    .hire-common .feature-box {
        width: 100%;
        min-height: 54px
    }

    .hire-common .feature-box br {
        display: none
    }
}

.hire-common .feature-box i {
    padding-right: 11px;
    font-size: 24px
}

.hire-common .feature-box p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: #001033
}

.shipping-integration-solution .ser-plate img,
.social-networking-solution .ser-plate img,
.support-maintenance-solution .ser-plate img,
.mobile-testing-solution .ser-plate img,
.psd-to-html-services .ser-plate img,
.payment-integration-solution .ser-plate img,
.software-testing-solution .ser-plate img,
.responsive-website-design-services .ser-plate img,
.design-prototyping-services .ser-plate img,
.psd-to-html-services .ser-plate img,
.aspdotnet-web-application-development-services .ser-plate img,
.mvc-dotnet-web-application-development-services .ser-plate img {
    width: 70px;
    margin-top: 0px;
    pointer-events: none;
    height: auto
}

.sec-description p.font-14 {
    font-size: 16px
}

.time_block {
    border-radius: 10px;
    overflow: hidden
}

.time_block h3 {
    font-size: 24px;
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px
}

@media screen and (max-width: 1024px) {
    .time_block h3 {
        font-size: 20px
    }
}

.hours_per_day {
    width: 50%;
    float: left
}

@media screen and (max-width: 990px) {
    .hours_per_day {
        width: 50% !important
    }
}

.minimun_day {
    width: 50%;
    float: left;
    background: #fff;
    padding: 25px 16px 12px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 24px
}

.hours_per_day {
    background: #fff;
    border-radius: 24px;
    padding: 25px 16px 12px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hours_per_day h4,
.minimun_day h4 {
    font-size: 14px;
    font-family: "GilroyBold", sans-serif
}

.hours_per_day span,
.minimun_day span {
    font-size: 16px;
    color: #000;
    font-family: "GilroyBold", sans-serif
}

@media screen and (max-width: 480px) {

    .hours_per_day span,
    .minimun_day span {
        padding-right: 20px;
        display: block;
        font-size: 20px
    }
}

@media screen and (max-width: 320px) {

    .hours_per_day span,
    .minimun_day span {
        padding-right: 0px
    }
}

.hours_per_day span strong,
.minimun_day span strong {
    color: #f8b649;
    font-family: "GilroyBold", sans-serif;
    font-size: 22px;
    margin-right: 2px
}

@media screen and (max-width: 480px) {

    .hours_per_day span strong,
    .minimun_day span strong {
        font-size: 24px
    }
}

.hiring_types {
    position: relative;
    padding-bottom: 20px
}

@media screen and (max-width: 600px) {
    .hiring_types {
        padding-bottom: 0
    }
}

.hiring_types::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    height: 80%;
    margin: 0 auto;
    background: #eee;
    bottom: -192px;
    z-index: -1;
    border-radius: 40px;
    transform: translateY(-50%)
}

@media screen and (max-width: 1366px) {
    .hiring_types::after {
        width: 98%
    }
}

@media screen and (max-width: 1200px) {
    .hiring_types::after {
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .hiring_types::after {
        display: none
    }
}

.hiring_types .timing-col .time_block h3 {
    border-radius: 29px;
    padding: 14px 20px;
    line-height: 1;
    display: flex;
    align-items: center
}

.hiring_types .timing-col .time_block .timing_details .hours_per_day span {
    font-family: "GilroyBold", sans-serif;
    font-size: 36px;
    line-height: 26px
}

.hiring_types .timing-col .time_block .timing_details .hours_per_day h4 {
    font-family: "GilroySemiBold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0
}

.hiring_types .timing-col .time_block .timing_details .hours_flexible {
    padding: 20px 16px 12px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hiring_types .timing-col .time_block .timing_details .hours_flexible span {
    font-size: 24px
}

.hiring_types .timing-col .time_block .timing_details .minimun_day span {
    font-family: "GilroyBold", sans-serif;
    font-size: 36px;
    line-height: 26px
}

.hiring_types .timing-col .time_block .timing_details .minimun_day h4 {
    font-family: "GilroySemiBold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    margin-bottom: 0
}

.hiring_types .timing-col .time_block .timing_details .hours_minimum span {
    font-size: 24px
}

.hiring_types .timing-col .time_block.fulltime h3 {
    background: #ffda9b 0% 0% no-repeat padding-box
}

.hiring_types .timing-col .time_block.fulltime .hours_per_day {
    border: 1px solid #ffda9b
}

.hiring_types .timing-col .time_block.fulltime .hours_per_day span {
    color: #ffbc00
}

.hiring_types .timing-col .time_block.fulltime .hours_per_day h4 {
    padding-top: 8px
}

.hiring_types .timing-col .time_block.fulltime .minimun_day {
    border: 1px solid #ffda9b
}

.hiring_types .timing-col .time_block.fulltime .minimun_day span {
    color: #ffbc00
}

.hiring_types .timing-col .time_block.fulltime .minimun_day h4 {
    padding-top: 8px
}

.hiring_types .timing-col .time_block.parttime h3 {
    background-color: #aaabfc
}

.hiring_types .timing-col .time_block.parttime .hours_per_day {
    border: 1px solid #aaabfc
}

.hiring_types .timing-col .time_block.parttime .hours_per_day span {
    color: #8e90fb
}

.hiring_types .timing-col .time_block.parttime .hours_per_day h4 {
    padding-top: 8px
}

.hiring_types .timing-col .time_block.parttime .minimun_day {
    border: 1px solid #aaabfc
}

.hiring_types .timing-col .time_block.parttime .minimun_day span {
    color: #8e90fb
}

.hiring_types .timing-col .time_block.parttime .minimun_day h4 {
    padding-top: 8px
}

.hiring_types .timing-col .time_block.hourly h3 {
    background-color: #7bb6fc
}

.hiring_types .timing-col .time_block.hourly .hours_per_day {
    border: 1px solid #7bb6fc
}

.hiring_types .timing-col .time_block.hourly .hours_per_day span {
    color: #509efb;
    display: inline
}

.hiring_types .timing-col .time_block.hourly .hours_per_day span .visible-mob {
    visibility: hidden;
    height: 0;
    display: block
}

@media(min-width: 481px)and (max-width: 991px) {
    .hiring_types .timing-col .time_block.hourly .hours_per_day span .visible-mob {
        visibility: visible;
        height: auto;
        display: inline
    }
}

.hiring_types .timing-col .time_block.hourly .hours_per_day h4 {
    padding-top: 8px
}

.hiring_types .timing-col .time_block.hourly .minimun_day {
    border: 1px solid #7bb6fc
}

.hiring_types .timing-col .time_block.hourly .minimun_day span {
    color: #509efb
}

.hiring_types .timing-col .time_block.hourly .minimun_day h4 {
    padding-top: 8px
}

.hiring_model {
    position: relative
}

@media screen and (max-width: 600px) {
    .hiring_model {
        overflow: hidden
    }
}

.hiring_model .container {
    position: relative
}

@media screen and (max-width: 600px) {
    .hire-first-sec {
        padding-bottom: 25px
    }
}

.hire-developers .inner-left .inner-head-title h1 {
    line-height: 1.3
}

@media(min-width: 992px) {
    .hire-developers .inner-left .inner-head-title h1 {
        font-size: 36px
    }
}

@media(min-width: 1280px) {
    .hire-developers .inner-left .inner-head-title h1 {
        font-size: 40px
    }
}

@media(min-width: 1450px) {
    .hire-developers .inner-left .inner-head-title h1 {
        font-size: 42px
    }
}

@media(max-width: 991px) {
    .hire-developers .inner-left .inner-head-title h1 {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .hire-developers .inner-left .inner-head-title h1 {
        font-size: 28px
    }
}

@media(max-width: 600px) {
    .hire-developers .inner-left .inner-head-title h1 {
        text-align: left
    }
}

@media screen and (max-width: 600px) {
    .hire-developers .inner-left .inner-head-title h1 {
        text-align: center
    }
}

.cta-bg-trasnparent {
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #1e1e1e;
    border-radius: 0;
    padding: 0
}

.cta-bg-trasnparent:focus {
    border-bottom: 1px solid #1e1e1e;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    outline: 0
}

.cta-bg-trasnparent::placeholder {
    padding: 0
}

.hire-cta-header .has-float-label label::after {
    content: " ";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1
}

.hire-cta-header .has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-family: "GilroyRegular", sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    opacity: 1;
    left: 0;
    top: -0.05em;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    justify-content: left;
    height: 30%;
    padding: 10px 0
}

@media(max-width: 1024px) {
    .hire-cta-header .has-float-label .form-control:placeholder-shown:not(:focus)+* {
        font-size: 14px
    }
}

.hire-cta-header .error-message {
    position: absolute;
    bottom: 64px;
    left: 15px;
    color: red;
    font-size: 15px
}

@media screen and (max-width: 900px) {
    .hire-cta-header .error-message {
        bottom: 67px
    }

    .hire-cta-header .error-message label {
        margin-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .hire-cta-header .error-message {
        bottom: 142px
    }
}

@media screen and (max-width: 767px) {
    .hire-cta-header .error-message {
        bottom: 0;
        left: 0;
        position: relative
    }
}

.hire-common {
    margin-top: 30px
}

@media screen and (max-width: 900px) {
    .hire-common {
        margin-top: 25px
    }
}

.hire-from {
    gap: 20px
}

@media screen and (max-width: 1024px) {
    .hire-from {
        gap: 10px
    }
}

@media screen and (max-width: 767px) {
    .hire-from {
        flex-direction: column;
        gap: 5px
    }
}

.hire-developers.hire-main-page {
    position: relative
}

.hours_per_day {
    width: 50%;
    float: left
}

.minimun_day {
    width: 50%;
    float: left
}

.hours_per_day h4,
.minimun_day h4 {
    font-size: 14px;
    font-family: "GilroyBold", sans-serif
}

.hours_per_day span,
.minimun_day span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400
}

@media screen and (max-width: 480px) {

    .hours_per_day span,
    .minimun_day span {
        padding-right: 20px;
        display: block;
        font-size: 20px
    }
}

@media screen and (max-width: 320px) {

    .hours_per_day span,
    .minimun_day span {
        padding-right: 0px
    }
}

.hours_per_day span strong,
.minimun_day span strong {
    color: #f8b649;
    font-size: 22px;
    margin-right: 2px;
    font-family: "GilroyBold", sans-serif
}

@media screen and (max-width: 480px) {

    .hours_per_day span strong,
    .minimun_day span strong {
        font-size: 24px
    }
}

@media screen and (max-width: 991px) {
    .timing-col {
        margin-bottom: 20px
    }

    .timing-col:last-child {
        margin-bottom: 0px
    }
}

.hiring_model {
    position: relative
}

@media screen and (max-width: 600px) {
    .hiring_model {
        overflow: hidden
    }
}

.hiring_model .container {
    position: relative
}

@media screen and (max-width: 600px) {
    .hiring_model .mt-4 {
        padding: 0 15px
    }
}

.hire_services {
    padding: 0px 0px 40px
}

@media screen and (max-width: 767px) {
    .hire_services {
        padding: 0px 0px 35px
    }
}

@media screen and (max-width: 576px) {
    .hire_services {
        padding: 0px 0px 25px
    }
}

.hire_services .dedicated_services_list {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 40px
}

@media screen and (max-width: 1200px) {
    .hire_services .dedicated_services_list {
        gap: 30px
    }
}

@media screen and (max-width: 676px) {
    .hire_services .dedicated_services_list {
        margin-top: 30px;
        justify-content: center
    }
}

@media screen and (max-width: 576px) {
    .hire_services .dedicated_services_list {
        gap: 25px
    }
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main {
    max-width: calc(25% - 93px);
    text-align: center;
    width: 25%;
    color: #000;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    font-family: "GilroySemiBold", sans-serif
}

@media screen and (max-width: 1200px) {
    .hire_services .dedicated_services_list .dedicated_serv_icon_main {
        max-width: calc(25% - 82px)
    }
}

@media screen and (max-width: 1024px) {
    .hire_services .dedicated_services_list .dedicated_serv_icon_main {
        max-width: calc(25% - 23px)
    }
}

@media screen and (max-width: 991px) {
    .hire_services .dedicated_services_list .dedicated_serv_icon_main {
        max-width: calc(33.33% - 20px);
        width: 33.33%
    }
}

@media screen and (max-width: 576px) {
    .hire_services .dedicated_services_list .dedicated_serv_icon_main {
        max-width: calc(50% - 15px);
        width: 50%
    }
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main:hover .dedicated-servi-bg::after {
    top: -5px;
    left: -5px
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedicated-servi-bg {
    width: 120px;
    height: 120px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .5s all;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 12px
}

@media screen and (max-width: 576px) {
    .hire_services .dedicated_services_list .dedicated_serv_icon_main .dedicated-servi-bg {
        width: 100px;
        height: 100px;
        font-size: 40px
    }
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedicated-servi-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(0, 0, 0, .3);
    left: 5px;
    top: 5px;
    border-radius: 50%;
    transition: .3s ease-in-out
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-2 {
    background-color: #f5ecf9
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-3 {
    background-color: #e8f0f5
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-4 {
    background-color: #feefe8
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-5 {
    background-color: #ffebec
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-6 {
    background-color: #e8f0f5
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-7 {
    background-color: #fdedec
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-8 {
    background-color: #f5ecf9
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-9 {
    background-color: #e5e5e5
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-10 {
    background-color: #e7f9ef
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-11 {
    background-color: #e8f0f5
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-12 {
    background-color: #ecf5f9
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-13 {
    background-color: #e5f0f4
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-14 {
    background-color: #feefe8
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-21 {
    background-color: #eaeaf2
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-24 {
    background-color: #f5ecf9
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main .dedc-serv-icob-bg-25 {
    background-color: #fef4e5
}

.hire_services .dedicated_services_list .dedicated_serv_icon_main h3 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px
}

.who-we-are {
    padding: 40px 0
}

@media screen and (max-width: 767px) {
    .who-we-are {
        padding: 30px 0
    }
}

.who-we-are .sec-title {
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .who-we-are .sec-title {
        margin-bottom: 0px
    }
}

.who-we-are .main {
    margin-bottom: 45px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    color: #1d1e31
}

.who-we-are .main:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .who-we-are .main:last-child {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .main {
        margin-bottom: 20px;
        margin-top: 0px;
        max-width: 100%
    }
}

.who-we-are .main .title-main {
    font-family: "GilroyBold", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: #202133;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px
}

@media only screen and (max-width: 991px) {
    .who-we-are .main .title-main {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .who-we-are .main .title-main {
        margin-bottom: 10px;
        padding-left: 50px
    }
}

@media screen and (max-width: 600px) {
    .who-we-are .main .title-main {
        font-size: 20px
    }
}

.who-we-are .main .title-main.title-one::before {
    background-color: #a0e4d5
}

.who-we-are .main .title-main.title-two::before {
    background-color: #9985ff
}

.who-we-are .main .title-main.title-three::before {
    background-color: #ffd45e
}

.who-we-are .main .title-main.title-four::before {
    background-color: #ffb4bc
}

.who-we-are .main .title-main::before {
    content: "";
    background-color: #a0e4d5;
    width: 30px;
    height: 50px;
    border-radius: 150px 0 0 150px;
    position: absolute;
    left: -10px;
    top: 0px
}

@media screen and (max-width: 767px) {
    .who-we-are .main .title-main::before {
        left: 0px
    }
}

.who-we-are .main .description {
    margin-top: 5px;
    margin-bottom: 0px
}

.who-we-are .inner-left {
    padding: 70px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .who-we-are .inner-left {
        padding: 40px 0
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-left {
        padding: 0px 0
    }
}

.who-we-are .inner-left .right-slant .anmtn-element {
    height: 100%;
    width: 25vw;
    position: absolute;
    right: 0;
    top: 0
}

.who-we-are .inner-left .right-slant .anmtn-element .animated-cuts-right {
    height: 100%;
    width: 100%
}

.who-we-are .inner-left .right-slant .anmtn-element .right-bg {
    background-color: #f4f7ff;
    height: 100%;
    width: 100%
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-left .right-slant .anmtn-element .right-bg {
        display: none
    }
}

.who-we-are .inner-left .right-slant::after {
    content: "";
    right: 0;
    top: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    pointer-events: none;
    background-size: 150px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    background-image: url(https://cdn.cmarix.com/images/elements/doted.svg)
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-left .right-slant::after {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-left .row .col-lg-6.approach-box {
        margin-bottom: 20px
    }
}

.who-we-are .inner-left picture img {
    width: 100%;
    max-width: 450px;
    border-radius: 40px;
    float: none;
    margin: 0 auto
}

@media screen and (max-width: 1200px) {
    .who-we-are .inner-left picture img {
        max-width: 420px;
        border-radius: 30px
    }
}

@media screen and (max-width: 991px) {
    .who-we-are .inner-left picture img {
        max-width: 380px;
        border-radius: 30px
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-left picture img {
        max-width: 100%;
        border-radius: 20px
    }
}

@media screen and (max-width: 575px) {
    .who-we-are .inner-left picture img {
        border-radius: 10px
    }
}

.who-we-are .inner-right {
    padding: 70px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 80px 0
}

@media screen and (max-width: 1440px) {
    .who-we-are .inner-right {
        margin: 50px 0
    }
}

@media screen and (max-width: 1200px) {
    .who-we-are .inner-right {
        margin: 40px 0
    }
}

@media screen and (max-width: 991px) {
    .who-we-are .inner-right {
        padding: 30px 0
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-right {
        padding: 0 !important;
        margin: 0px 0 0
    }
}

@media screen and (max-width: 575px) {
    .who-we-are .inner-right {
        margin: 10px 0
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-right .row {
        flex-direction: column-reverse
    }
}

.who-we-are .inner-right .left-slant {
    position: absolute;
    left: 0;
    height: 100%;
    width: 25vw
}

.who-we-are .inner-right .left-slant .anmtn-element {
    height: 100%;
    width: 100%
}

.who-we-are .inner-right .left-slant .anmtn-element .animated-cuts-left {
    height: 100%;
    width: 100%
}

.who-we-are .inner-right .left-slant .anmtn-element .left-bg {
    background-color: #f4f7ff;
    height: 100%;
    width: 100%
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-right .left-slant .anmtn-element .left-bg {
        display: none
    }
}

.who-we-are .inner-right .left-slant::after {
    content: "";
    left: 0;
    top: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    pointer-events: none;
    background-size: 150px;
    background-repeat: no-repeat;
    background-image: url(https://cdn.cmarix.com/images/elements/doted.svg);
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-right .left-slant::after {
        display: none
    }
}

.who-we-are .inner-right img {
    width: 100%;
    max-width: 450px;
    border-radius: 40px;
    float: none;
    margin: 0 auto
}

@media screen and (max-width: 1200px) {
    .who-we-are .inner-right img {
        max-width: 350px
    }
}

@media screen and (max-width: 991px) {
    .who-we-are .inner-right img {
        max-width: 280px;
        border-radius: 30px
    }
}

@media screen and (max-width: 767px) {
    .who-we-are .inner-right img {
        max-width: 100%;
        border-radius: 20px
    }
}

@media screen and (max-width: 575px) {
    .who-we-are .inner-right img {
        border-radius: 10px
    }
}

.who-we-are .row {
    align-items: center;
    position: relative;
    z-index: 99
}

/*# sourceMappingURL=hire.min.css.map */