﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --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;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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 {
    padding: 0;
    border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.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;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 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 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff;
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db;
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb;
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb;
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba;
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb;
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca;
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block;
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block;
}

.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;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745;
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745;
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block;
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545;
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545;
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.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 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.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 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.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"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    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-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.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-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    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-right-radius: 0;
    border-bottom-left-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"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.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(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.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 {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 0.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 {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.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-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-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-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 250px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-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-top-left-radius: 0;
        border-bottom-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: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    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 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .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);
    }

    .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;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="top"]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.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 {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !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;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.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: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !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: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.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;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: 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;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.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;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
    right: 17px;
}

#fp-nav.fp-left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
    bottom: 17px;
}

.fp-slidesNav.fp-top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important;
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url(https://www.thegatewaydigital.com/wp-content/themes/gd/images/ajax-loader.gif) center center no-repeat;
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../font/slick.eot);
    src: url(../font/slick.eot) format("embedded-opentype"), url(../font/slick.woff) format("woff"), url(../font/slick.ttf) format("truetype"), url(../font/slick.svg) format("svg");
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    display: none !important;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "â†";
}

[dir="rtl"] .slick-prev:before {
    content: "â†’";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "â†’";
}

[dir="rtl"] .slick-next:before {
    content: "â†";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}

@font-face {
    font-family: FontAwesome;
    src: url(../font/fontawesome-webfont.eot);
    src: url(../font/fontawesome-webfont.eot) format("embedded-opentype"), url(../font/fontawesome-webfont.woff2) format("woff2"), url(../font/fontawesome-webfont.woff) format("woff"),
        url(../font/fontawesome-webfont.ttf) format("truetype"), url(../font/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-times:before {
    content: "\f00d";
}

.fa-check:before {
    content: "\f00c";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-bar-chart:before {
    content: "\f080";
}

.fa-handshake-o:before {
    content: "\f2b5 ";
}

.easeEffect {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.dl2 {
    transition-delay: 0.2s !important;
}

.dl3 {
    transition-delay: 0.4s !important;
}

.dl4 {
    transition-delay: 0.6s !important;
}

.dl5 {
    transition-delay: 0.8s !important;
}

.dl6 {
    transition-delay: 1s !important;
}

.dl7 {
    transition-delay: 1.2s !important;
}

.dl8 {
    transition-delay: 1.4s !important;
}

.dl9 {
    transition-delay: 1.6s !important;
}

.dl10 {
    transition-delay: 1.8s !important;
}

.anim-left {
    position: relative;
    left: -100%;
    opacity: 0;
}

.active .anim-left {
    position: relative;
    left: 0;
    opacity: 1;
}

.anim-right {
    position: relative;
    right: -100%;
    opacity: 0;
}

.active .anim-right {
    position: relative;
    right: 0;
    opacity: 1;
}

.anim-bottom {
    position: relative;
    bottom: -200px;
    opacity: 0;
}

.active .anim-bottom {
    position: relative;
    bottom: 0;
    opacity: 1;
}

body {
    -webkit-animation: pagefadein 2s;
    -moz-animation: pagefadein 2s;
    -ms-animation: pagefadein 2s;
    -o-animation: pagefadein 2s;
    animation: pagefadein 2s;
    font-weight: inherit;
    font-size: 16px;
    line-height: 26px;
    font-family: montserratRegular;
    font-weight: 400;
    color: #000;
}

@-webkit-keyframes pagefadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes pagefadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@font-face {
    font-family: montserratLight;
    src: url(../font/Montserrat-Light.eot);
    src: url(../font/Montserrat-Light.eot) format("embedded-opentype"), url(../font/Montserrat-Light.woff2) format("woff2"), url(../font/Montserrat-Light.woff) format("woff"), url(../font/Montserrat-Light.ttf) format("truetype"),
        url(../font/Montserrat-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: montserratRegular;
    src: url(../font/Montserrat-Regular.eot);
    src: url(../font/Montserrat-Regular.eot) format("embedded-opentype"), url(../font/Montserrat-Regular.woff2) format("woff2"), url(../font/Montserrat-Regular.woff) format("woff"),
        url(../font/Montserrat-Regular.ttf) format("truetype"), url(../font/Montserrat-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: montserratMedium;
    src: url(../font/Montserrat-Medium.eot);
    src: url(../font/Montserrat-Medium.eot) format("embedded-opentype"), url(../font/Montserrat-Medium.woff2) format("woff2"), url(../font/Montserrat-Medium.woff) format("woff"),
        url(../font/Montserrat-Medium.ttf) format("truetype"), url(../font/Montserrat-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: montserratMediumItalic;
    src: url(../font/Montserrat-MediumItalic.eot);
    src: url(../font/Montserrat-MediumItalic.eot) format("embedded-opentype"), url(../font/Montserrat-MediumItalic.woff2) format("woff2"), url(../font/Montserrat-MediumItalic.woff) format("woff"),
        url(../font/Montserrat-MediumItalic.ttf) format("truetype"), url(../font/Montserrat-MediumItalic.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: montserratBold;
    src: url(../font/Montserrat-Bold.eot);
    src: url(../font/Montserrat-Bold.eot) format("embedded-opentype"), url(../font/Montserrat-Bold.woff2) format("woff2"), url(../font/Montserrat-Bold.woff) format("woff"), url(../font/Montserrat-Bold.ttf) format("truetype"),
        url(../font/Montserrat-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: montserratSemiBold;
    src: url(../font/Montserrat-SemiBold.eot);
    src: url(../font/Montserrat-SemiBold.eot) format("embedded-opentype"), url(../font/Montserrat-SemiBold.woff2) format("woff2"), url(../font/Montserrat-SemiBold.woff) format("woff"),
        url(../font/Montserrat-SemiBold.ttf) format("truetype"), url(../font/Montserrat-SemiBold.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: montserratBlack;
    src: url(../font/Montserrat-Black.eot);
    src: url(../font/Montserrat-Black.eot) format("embedded-opentype"), url(../font/Montserrat-Black.woff2) format("woff2"), url(../font/Montserrat-Black.woff) format("woff"), url(../font/Montserrat-Black.ttf) format("truetype"),
        url(../font/Montserrat-Black.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: robotoSlabMediumItalic;
    src: url(../font/RobotoSlab-Medium.eot);
    src: url(../font/RobotoSlab-Medium.eot) format("embedded-opentype"), url(../font/RobotoSlab-Medium.woff2) format("woff2"), url(../font/RobotoSlab-Medium.woff) format("woff"),
        url(../font/RobotoSlab-Medium.ttf) format("truetype"), url(../font/RobotoSlab-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Conv_RobotoSlab-Regular;
    src: url(../font/RobotoSlab-Regular.eot);
    src: local("â˜º"), url(../font/RobotoSlab-Regular.woff) format("woff"), url(../font/RobotoSlab-Regular.ttf) format("truetype"), url(../font/RobotoSlab-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fw-100-thin {
    font-family: montserratLight;
}

.fw-300-light {
    font-family: montserratLight;
}

.fw-300-lightCondensed {
    font-family: roboto_condensedlight;
}

.fw-400-regular {
    font-family: montserratRegular;
}

.fw-500-medium {
    font-family: montserratMedium;
}

.fw-700-bold {
    font-family: montserratBold;
}

.fw-900-black {
    font-family: montserratBlack;
}

.f-msRegular {
    font-family: montserratRegular;
}

.f-msBold {
    font-family: montserratBold;
}

.f-msSemiBold {
    font-family: montserratSemiBold;
}

.sectionTitle {
    font-family: montserratBlack;
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.sectionTitle::after {
    content: "";
    width: 45px;
    height: 35px;
    background: url(../image/title-squares.png) no-repeat;
    top: -26px;
    right: 22px;
    position: relative;
    display: inline-block;
}

.main-menu {
    width: 100%;
}

.navbar {
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #343539;
    font-family: montserratSemiBold;
    font-size: 16px;
    text-transform: uppercase;
}

.sub-link-header {
    color: #6b6b6b;
    padding: 0;
    margin: 0;
    font-family: montserratSemiBold;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #03045e;
    outline: 0;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #fff;
}

.dropdown-menu {
    margin-top: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-item {
    padding: 0;
    position: relative;
    margin-right: 0;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
    color: #000;
    font-family: montserratSemiBold;
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 5px;
    margin: 0;
    line-height: 1.4;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {
    color: #03045e;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../image/menu-icon.png);
}

.menuTitleBdr {
    border-bottom: 2px solid #03045e;
    width: 50px;
    margin-left: 0.25rem;
}

.digitalSubMeuItems {
    padding: 0;
    margin-left: -15px;
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .nav-item {
        padding: 1.157rem 0.1rem;
        margin: 0 0.25rem;
    }

    .navbar .dropdown {
        position: relative;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 79px;
        -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.49);
        -moz-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.49);
        box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.49);
        border-radius: 0;
        border-top: 1px solid #d0d1d3;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .services-menu {
        position: fixed !important;
    }

    .plateforms-menu {
        position: fixed !important;
    }

    .industris-menu {
        position: fixed !important;
    }

    .career-menu {
        position: fixed !important;
    }

    .about-menu {
        position: fixed !important;
    }

    .digitalMenu {
        position: relative;
    }

    .digitalMenuHover {
        background-color: #f1f1f1;
    }

    .nav-item.digitalMenu a.nav-link::after {
        position: absolute;
        right: auto;
        bottom: 11px;
        width: 18px;
        height: 9px;
        background: url(../image/menu-arrow-right2.png);
        content: "";
    }

    .digiSub {
        display: none;
        background-color: #f1f1f1;
        border-bottom: 3px solid #e8e8e8;
        border-right: 3px solid #e8e8e8;
        min-height: 300px;
        padding: 20px 10px 10px 15px;
        text-align: left;
        min-width: 200px;
    }

    .digiSub ul li {
        list-style: none;
        font-size: 14px;
        line-height: 1.4;
        padding-bottom: 10px;
        font-family: montserratRegular;
    }

    .digiSub ul li a:hover {
        text-decoration: none !important;
        border: 0 !important;
        color: #03045e;
    }

    .navbar .dropdown .dropdown-menu:hover,
    .navbar .dropdown:hover .dropdown-menu {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .digitalSubMeuItems {
        display: none;
    }
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #f37021;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

b,
dt,
strong,
th {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

address,
dd,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table,
ul {
    margin: 0;
    padding: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

legend {
    white-space: normal;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
}

table table {
    margin: 0;
}

td,
th {
    border: none;
    padding: 8px 10px;
}

caption,
td,
th {
    font-weight: 400;
}

.font65 {
    font-size: 65px;
    line-height: 65px;
}

.font60 {
    font-size: 60px;
    line-height: 60px;
}

.font50 {
    font-size: 50px;
    line-height: 50px;
}

.font135 {
    font-size: 135px;
    line-height: 135px;
}

.font80 {
    font-size: 80px;
    line-height: 80px;
}

.font100 {
    font-size: 100px;
    line-height: 100px;
}

.font150 {
    font-size: 150px;
    line-height: 150px;
}

.font40 {
    font-size: 40px;
    line-height: 40px;
}

.font32 {
    font-size: 32px;
    line-height: 32px;
}

.font30 {
    font-size: 30px;
    line-height: 35px;
}

.font28 {
    font-size: 28px;
    line-height: 30px;
}

.font36 {
    font-size: 36px;
    line-height: 36px;
}

.font25 {
    font-size: 22px;
    line-height: 25px;
}

.font22 {
    font-size: 22px;
    line-height: 22px;
}

.font20 {
    font-size: 20px;
    line-height: 20px;
}

.font15 {
    font-size: 15px;
    line-height: 15px;
}

.font18 {
    font-size: 18px;
    line-height: 15px;
}

.text-white {
    color: #fff;
}

.l-height50 {
    line-height: 1.5;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 70px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.ml-100 {
    margin-left: 90px;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb6 {
    padding-bottom: 6px;
}

.container-fluid {
    border: 0 solid red;
}

.bb-yellow-4 {
    border-bottom: 4px solid #fbaa0f;
}

.bb-orange-4 {
    border-bottom: 4px solid #f37021;
}

.bb-green-4 {
    border-bottom: 4px solid #00d2d0;
}

.bb-green2-4 {
    border-bottom: 4px solid #049569;
}

.bb-blue-4 {
    border-bottom: 4px solid #3ac9f5;
}

.bb-maroon-4 {
    border-bottom: 4px solid #98014a;
}

.bb-orange-2 {
    border-bottom: 2px solid #f37021;
}

.bb-green-2 {
    border-bottom: 2px solid #00d2d0;
}

.bb-green2-2 {
    border-bottom: 2px solid #049569;
}

.bb-blue-2 {
    border-bottom: 2px solid #3ac9f5;
}

.bb-maroon-2 {
    border-bottom: 2px solid #98014a;
}

.bb-purple-4 {
    border-bottom: 4px solid #03045e;
}

.bb-purple-2 {
    border-bottom: 2px solid #03045e;
}

.bb-black-4 {
    border-bottom: 4px solid #252525;
}

.bb-black1-4 {
    border-bottom: 4px solid #adaaaa;
}

.bdr-orange {
    border-color: #f37021;
}

.bdr-green {
    border-color: #00d2d0;
}

.bdr-green2 {
    border-color: #049569;
}

.bdr-blue {
    border-color: #3ac9f5;
}

.bdr-maroon {
    border-color: #98014a;
}

.text-orange {
    color: #f37021;
}

.text-green {
    color: #00d2d0;
}

.text-green2 {
    color: #049569;
}

.text-blue {
    color: #3ac9f5;
}

.text-maroon {
    color: #98014a;
}

.text-yellow {
    color: #fbaa0f;
}

.text-purple {
    color: #03045e;
}

.bg-orange {
    background-color: #f37021;
}

.bg-green {
    background-color: #00d2d0;
}

.bg-green2 {
    background-color: #049569;
}

.bg-blue {
    background-color: #3ac9f5;
}

.bg-maroon {
    background-color: #98014a;
}

.bg-lightGray {
    background-color: #f5f7f9;
}

.bg-lightGray2 {
    background-color: #fafcfc;
}

.w-50p {
    width: 50px;
}

.w-190p {
    width: 190px;
}

.w-100p {
    width: 100px;
}

.borderGray {
    border: 1px solid #c8c8c8;
}

.btnBlack {
    background-color: #0077b6;
    color: #fff;
    padding: 10px;
}

.btnBlack:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 0;
    border-bottom: 1px solid #d0d1d3;
    background: rgba(255, 255, 255, 0.9);
}

.logo {
    background: url(../image/logo.png) left top no-repeat;
    width: 244px;
    height: 46px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 100%;
}

.top-menu {
    position: absolute;
    right: 15px;
    top: 13px;
}

.top-menu li {
    float: left;
    list-style-type: none;
}

.top-menu li:first-child a:after {
    display: none;
}

.top-menu li a {
    text-decoration: none;
    font-size: 24px;
    position: relative;
    padding: 0 10px;
}

.top-menu li:last-child a {
    padding-right: 0;
}

@keyframes headerbg {
    from {
        background-color: red;
    }

    to {
        background-color: #ff0;
    }
}

#header.header-fixed {
    position: fixed;
    transition: all 0.5s;
    background: #fff;
    animation: smoothScroll 1s forwards;
}

.flash-screen {
    background: #fff;
    height: 100vh;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.flash-screen h1 {
    margin-bottom: 20px;
}

.flash-title {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.celebrate {
    background: #e3e7ea;
    height: calc(100vh - 80px);
    padding: 0;
    position: relative;
}

.playViz {
    color: #fff;
    z-index: 1;
    position: relative;
    text-align: center;
}

.video-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gdVideo,
.introVideo {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video-container button {
    position: absolute;
    bottom: 100px;
    right: 30px;
    opacity: 0.5;
}

.video-container button:active,
.video-container button:focus {
    outline: 0;
    border: none;
}

.mute-video {
    background: url(../image/sound_off.png) no-repeat center;
    background-size: 32px;
    border: 0 solid #fff;
    width: 32px;
    height: 32px;
    outline: 0;
    z-index: 1;
}

.unmute-video {
    background: url(../image/sound_on.png) no-repeat center;
    background-size: 32px;
    border: 0 solid #fff;
    outline: 0;
}

.consult-digital-remote ul {
    margin-top: 90px;
    width: 100%;
}

.consult-digital-remote ul li {
    list-style: none;
    padding: 20px 0 20px 100px;
}

.consult-digital-remote l li a {
    display: block;
}

.consult-digital-remote ul li a span {
    display: block;
    margin-top: 10px;
}

.easeEffect {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.consult-content {
    padding: 0 90px 0 90px;
    padding-top: 90px;
    text-align: center;
    color: #fff;
}

.consult-content ul {
    display: flex;
    flex-wrap: wrap;
}

.consult-content ul li {
    list-style: none;
    padding: 10px 20px;
    width: 25%;
}

.consult-content ul li img {
    margin-bottom: 5px;
}

.consult-content ul li span {
    display: block;
    font-family: roboto_condensedregular;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
}

.title-cnt h2 {
    margin-bottom: 20px;
}

.consult-content ul {
    margin-top: 50px;
}

.digital-bg {
    background: url(../image/digital-bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

.consulting-bg {
    background: url(../image/consulting-bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

.remoteEng-bg {
    background: url(../image/remote-bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

#digital-details,
#remoteEng-details {
    display: none;
}

.consult-links li a {
    position: relative;
    display: block;
}

.consult-links li a.active:after {
    top: 50%;
    content: "";
    height: 0;
    width: 0;
    left: auto;
    position: absolute;
    pointer-events: none;
    -ms-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    border-style: solid;
    border-color: transparent;
    transition: all 0.4s 0s cubic-bezier(0.32, 0.01, 0, 1);
    right: 0;
    border-width: 15px;
    -ms-transform-origin: right center;
    transform-origin: left center;
    border-right-color: #9f1f5d;
}

.our-services {
    background-color: #fff;
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
}

.servicesBox {
    height: auto;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
}

.servicesBox img {
    width: 100%;
}

.morePlus {
    font-family: montserratLight;
    font-size: 44px;
    padding: 3px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    z-index: 1;
}

.morePlus:hover {
    color: initial;
}

.morePlus.active {
    transform: rotate(45deg);
}

.servicesHover {
    position: absolute;
    background-color: rgba(251, 170, 15, 0.9);
    width: 100%;
    height: 100%;
    display: none;
}

.servicesHover.show {
    display: block;
    padding: 0;
    transition: all 3s;
}

.servicesHover ul {
    padding-top: 10px;
}

.servicesHover li {
    list-style: none;
}

.servicesHover li a {
    color: #fff;
    font-size: 16px;
    font-family: montserratSemiBold;
    display: block;
    padding: 5px 15px;
}

.servicesHover li a:hover {
    color: #03045e;
    border-top: 1px solid #03045e;
    border-bottom: 1px solid #03045e;
}

.home-products {
    background: #f3f3f3;
    padding-top: 0;
    padding-bottom: 50px;
}

.prod-container {
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 315px;
    overflow: hidden;
}

.prod-list {
    margin: 0;
    padding: 0;
}

.prod-list li {
    margin: 0;
    padding: 0 15px;
    float: left;
    list-style-type: none;
    width: 16%;
    text-align: center;
    border-right: 1px solid #ddd;
}

.prod-list li img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.prod-list li:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.prod-list li:last-child {
    border-right: 0;
}

.prod-list li.active>a {
    background: 0 0 !important;
}

.prod-list li.active img {
    filter: grayscale(0);
    opacity: 1;
}

.platformsCnt .prod-list li img {
    filter: grayscale(0);
    opacity: 1;
}

.prod-autodap-bg img,
.prod-finfacets-bg img,
.prod-leap-bg img,
.prod-papilio-bg img,
.prod-probatio-bg img,
.prod-tasqmate-bg img {
    max-width: 65%;
}

.prod-info {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

.prod-info .p-logo {
    width: 50%;
    margin-bottom: 10px;
}

.prod-info .p-title {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 30px;
}

.prod-info .p-title strong {
    font-family: montserratbold;
    display: block;
}

.prod-info .p-title span {
    color: #f48145;
    display: block;
}

.prod-info .p-desc {
    margin-bottom: 30px;
}

.p-btn {
    margin-top: 40px;
}

.btn-type1 {
    background: #000;
    padding: 6px 16px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #000;
}

.btn-type1:hover {
    color: #000;
    background: #fff;
}

.btn-type1.orange {
    background: #f36e17;
    color: #fff;
    border: 2px solid #f36e17;
}

.btn-type1.orange:hover {
    color: #f36e17;
    background: #fff;
}

.prod-papilio-bg .p-logo img {
    width: 50%;
}

.prod-leap-bg .p-logo img {
    width: 60%;
}

.prod-finfacets-bg .p-logo img {
    width: 70%;
}

#finfacets,
#leap,
#papilio,
#probatio,
#tasqmate {
    display: none;
}

.pic-desk {
    display: block;
}

.pic-mobile {
    display: none;
}

.prod-info.papilio {
    margin-top: 50px;
}

#papilio .btn-type1,
#probatio .btn-type1,
#tasqmate .btn-type1 {
    background: #231f20;
    border: 2px solid #231f20;
}

#papilio .btn-type1:hover,
#probatio .btn-type1:hover,
#tasqmate .btn-type1:hover {
    background: #fff;
    color: #231f20;
}

#leap .btn-type1 {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#leap .btn-type1:hover {
    background: #fff;
    color: #000;
}

#autodap .btn-type1 {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#autodap .btn-type1:hover {
    background: #fff;
    color: #000;
}

#finfacets .btn-type1 {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#finfacets .btn-type1:hover {
    background: #fff;
    color: #000;
}

.sp-prod-mob {
    display: none;
}

.leap .header-style3.mt-50 {
    margin-top: 40px;
}

.industy {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.feed_items {
    min-height: 38vh;
    margin-top: 10px;
}

.feed_items .feed_item {
    height: 76vh;
    background: 0 0;
    position: relative;
    overflow: hidden;
}

.feed_items .half_cols .feed_item {
    height: 38vh;
    background: 0 0;
}

.successStory .half_cols:nth-child(n + 3) .textCol.feed_item {
    order: 1;
}

.successStory .half_cols:nth-child(n + 3) .feed_item {
    order: 2;
}

.acf-map {
    border: none !important;
    height: 100% !important;
}

.feed-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}

.feed-item-content-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
}

.feed-item-content-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#wrapper .feed-item-content-background-image {
    background-color: transparent !important;
}

#indexSlider .feed-item-content-background-image {
    background-color: #19191e;
}

.bg-zoom {
    transition: transform 0.5s cubic-bezier(0.32, 0.01, 0, 1);
}

.feed-item-content-copy {
    width: 100%;
    height: 50%;
    padding: 5%;
    z-index: 200;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.half_cols .feed-item-content-copy {
    height: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.feed-item-content-copy a {
    text-decoration: none;
}

.feed-item-content-copy .eyebrow {
    font-size: 24px;
    color: #fff;
    text-align: left;
    transition: all 0.3s ease;
    width: 100%;
    line-height: 24px;
    font-family: montserratBlack;
}

.feed-item-content-copy .headline {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
    text-align: left;
    transition: all 0.3s ease;

}

.half_cols .eyebrow {
    color: #000;
    margin-bottom: 5px;
}

.half_cols .headline {
    color: #2c2c2c;
}

.full_img .bg-zoom:before {
    opacity: 0.4 !important;
}

.eyebrow {
    margin-bottom: 5px;
}

.feed_item:hover .bg-zoom {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.feed-item-content-copy .arrow {
    -ms-flex-order: 4;
    order: 4;
    font-size: 20px;
    position: absolute;
    margin-top: 0.4em;
    left: 12%;
    margin-left: -0.8077rem;
    animation: 0.2s cubic-bezier(0.32, 0.01, 0, 1) 0s forwards arrow-slideout;
    opacity: 0;
}

.full_img .feed-item-content-copy .arrow {
    color: #000 !important;
    left: 66px;
}

.feed_item:hover .feed-item-content-copy .arrow {
    animation: 0.2s cubic-bezier(0.32, 0.01, 0, 1) 0s forwards arrow-slidein;
    opacity: 1;
}

.feed_items .half_cols .combine_cols .textCol {
    background: #fff;
}

.feed_item {
    padding: 0;
}

.combine_cols:hover .feed_item .feed-item-content-copy .arrow {
    animation: 0.2s cubic-bezier(0.32, 0.01, 0, 1) 0s forwards arrow-slidein;
    opacity: 1;
}

.combine_cols:hover .bg-zoom {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.half_cols .feed-item-content-copy:after {
    top: 50%;
    content: none;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    border-style: solid;
    border-color: transparent;
    transition: all 0.5s 0s cubic-bezier(0.32, 0.01, 0, 1);
    right: -1.2em;
    border-width: 1em 0 1em calc(1em * 1.3);
    -ms-transform-origin: left center;
    transform-origin: left center;
    content: "";
}

@keyframes arrow-slidein {
    0% {
        opacity: 0;
        transform: translateX(-200%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes arrow-slideout {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(200%);
    }
}

.l-arrow:after,
.r-arrow:after {
    top: 25%;
    content: "";
    height: 0;
    width: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    -ms-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    border-style: solid;
    border-color: transparent;
    transition: all 0.4s 0s cubic-bezier(0.32, 0.01, 0, 1);
    right: -1.2em;
    border-width: 0.8em 0 0.8em calc(0.8em * 1.3);
    -ms-transform-origin: left center;
    transform-origin: left center;
    border-left-color: #fff;
}

.r-arrow:after {
    right: -1px;
    border-width: 0.8em calc(0.8em * 1.4) 0.8em 0;
    border-right-color: #fff;
    left: auto;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.combine_cols:hover .l-arrow:after,
.combine_cols:hover .r-arrow:after {
    -ms-transform: translateY(-50%) scale(2);
    transform: translateY(-50%) scale(2);
}

.dark-hover:focus .bg-zoom:before,
.dark-hover:hover .bg-zoom:before {
    opacity: 0;
    transition: opacity 0.3s 0s cubic-bezier(0.32, 0.01, 0, 1);
}

.dark-hover .bg-zoom:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.32, 0.01, 0, 1);
    content: "";
}

.dark-hover:hover .protfolio_overlly {
    opacity: 1;
}

.protfolio_overlly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-align: center;
    padding: 35px;
}

.protfolio_overlly {
    background: #fff;
    padding: 0;
    z-index: -1;
    opacity: 1;
    transition: all 0.4s 0s cubic-bezier(0.32, 0.01, 0, 1);
}

.dark-hover:hover .protfolio_overlly {
    background: #19191e;
}

.dark-hover:hover .l-arrow:after {
    border-left-color: #19191e;
}

.dark-hover:hover .r-arrow:after {
    border-right-color: #19191e;
}

.dark-hover:hover .eyebrow,
.dark-hover:hover .headline {
    color: #fff;
}

.homepage .protfolio_overlly_table:after,
.protfolio_overlly_table:before {
    border: none;
}

.feed-item-content-copy {
    height: 100%;
    padding: 5% 10%;
}

.dark-hover:hover .bg-zoom:before,
.homepage .dark-hover:focus .bg-zoom:before {
    opacity: 0;
}

.full_img .bg-zoom:before {
    opacity: 0 !important;
}

.protfolio_overlly_table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    padding: 35px;
    z-index: 1;
}

.dark-hover:hover .protfolio_overlly_table:after,
.dark-hover:hover .protfolio_overlly_table:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.feed-item-content:hover .arrow,
.feed-item-content:hover .eyebrow,
.feed-item-content:hover .headline {
    color: #fff;
}

.dark-hover:hover .text-wrapper .arrow,
.dark-hover:hover .text-wrapper .eyebrow,
.dark-hover:hover .text-wrapper .headline {
    color: #fff !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.gdtoday {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.gdtoday .sectionTitle {
    padding-bottom: 30px;
}

.masonry-wrapper {
    padding: 0;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.masonry {
    columns: 2;
    column-gap: 30px;
}

.masonry-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    box-shadow: 1px 9px 9px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
        columns: 4;
        padding-bottom: 50px;
    }

    .insight4 .masonry {
        columns: 4;
        display: flex;
        flex-wrap: wrap;
    }

    .insight4 .masonry a {
        width: calc(25%);
        height: fit-content;
        margin: inherit;
    }

    .insight4 .masonry a:nth-child(4n + 1) {
        order: 1;
    }

    .insight4 .masonry a:nth-child(4n + 2) {
        order: 2;
    }

    .insight4 .masonry a:nth-child(4n + 3) {
        order: 3;
    }

    .insight4 .masonry a:nth-child(4n) {
        order: 4;
    }
}

@media only screen and (min-width: 1024px) {
    .masonry {
        columns: 4;
        padding-bottom: 50px;
    }

    .insight4 .masonry {
        columns: 4;
        display: flex;
    }

    .insight4 .masonry a {
        width: 22.5%;
        /*height: fit-content;
        margin: inherit;*/
    }

    .insight4 .masonry a:nth-child(4n + 1) {
        order: 1;
    }

    .insight4 .masonry a:nth-child(4n + 2) {
        order: 2;
    }

    .insight4 .masonry a:nth-child(4n + 3) {
        order: 3;
    }

    .insight4 .masonry a:nth-child(4n) {
        order: 4;
    }

    .home .masonry {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1280px) {
    .masonry-wrapper {
        max-width: 1272px;
    }
}

.masonry {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: nowrap;
}

.home .masonry {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.masonry .masonry-item {
    width: 22.5%;
}

.masonry-content,
.masonry-item {
    border-radius: 0;
    overflow: hidden;
}

.masonry .masonry-item h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: montserratRegular !important;
    word-break: break-word;
}

.masonry-item,
::-ms-backdrop {
    display: block;
}

.masonry-item:hover {
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    color: #000;
}

.masonry-item .insightImg img {
    width: 100%;
}

.masonry-content {
    overflow: hidden;
}

.masonry-item {
    color: #111;
    background-color: #fff;
}

.masonry-description,
.masonry-title {
    margin: 0;
    padding: 20px;
}

.masonry-title {
    font-size: 19px;
    color: #000 !important;
    font-family: montserratRegular;
    word-break: break-all;
}

.masonry-title span {
    display: block;
    color: #000 !important;
    font-size: 17px;
    font-family: montserratRegular;
}

.masonry-description {
    font-size: 14px;
    padding-top: 0;
    line-height: 21px;
}

.insightImg .insightImgType {
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-family: montserratSemiBold;
    margin-top: 0;
    width: 70px;
}

.fullwidth {
    padding: 0 !important;
}

.aboutus {
    background: url(../image/about-us.jpg) center top no-repeat;
    width: 100%;
    height: 570px;
    background-size: 100%;
    position: absolute;
    top: 70px;
}

.aboutus-cnt {
    margin-top: 380px;
    padding: 0 100px;
}

.about-points-cnt {
    width: 80%;
    margin: 30px auto 0;
}

.about-p {
    margin-bottom: 20px;
}

.text-orange {
    color: #f37021;
}

.getin-touch {
    background: #212121;
    padding-top: 80px;
    position: relative;
    margin-top: 0;
}

.getin-touch-form {
    background: #fff;
    border: 1px solid #f37021;
    padding: 30px 30px 15px;
    position: relative;
    width: 40%;
}

.getin-touch-form .form h3 {
    font-size: 30px;
    font-family: montserratBold;
    margin-bottom: 20px;
}

.getin-touch-form .form-control {
    border-radius: 0;
    border: 1px solid #f37021;
    font-size: 14px;
    font-family: montserratRegular;
}

.getin-touch-form .form-control:focus {
    box-shadow: none;
}

.selected-flag {
    margin-top: 20px;
}

.selected-flag p {
    background: #f3f3f3;
    margin-bottom: 2px;
    padding: 5px 10px;
    width: 160px;
    font-size: 14px;
}

.getin-touch:before {
    position: absolute;
    width: 100%;
    height: calc(50% + 35px);
    left: 0;
    top: 0;
    background: #fff;
    content: "";
}

.getin-touch-form p {
    margin-bottom: 5px;
}

.footer-links {
    background: #212121;
    padding: 50px 0 30px 0;
}

.footer-links ul {
    margin-bottom: 20px;
}

.footer-links ul li {
    list-style: none;
    font-family: montserratRegular;
    padding-bottom: 10px;
    line-height: 20px;
}

.footer-links a {
    font-size: 14px;
    font-family: montserratRegular;
    color: #c8c8c8;
}

.footer-links H3 {
    font-size: 24px;
    line-height: 24px;
    font-family: montserratBold;
    margin-bottom: 20px;
    color: #f3f3f3;
}

.footer-links H4 {
    font-family: montserratSemiBold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #f3f3f3;
}

.copyright-txt a:hover,
.footer-links a:hover {
    color: #fbaa0f;
    text-decoration: underline;
}

.copyright-bar {
    background: #212121;
    color: #646464;
    padding: 10px 0;
    font-family: montserratRegular;
    border-top: 1px solid #383838;
}

.copyright-txt {
    font-size: 13px;
    line-height: 20px;
}

.copyright-txt a {
    color: #646464;
}

.opacity3 {
    opacity: 0.7;
}

.address-box {
    background: #0077b6;
    width: 60%;
    height: 250px;
    color: #fff;
}

.address-box .address p {
    margin-bottom: 10px !important;
}

.address-box .address {
    padding: 30px 25px;
}

.address-box .address a {
    color: #fff;
}

.address-box .address a:hover {
    color: #000;
    text-decoration: underline;
}

.getin-touch-form p {
    margin-bottom: 5px;
}

.address-box .address .font20 {
    font-family: montserratbold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.address-form {
    display: flex;
    align-items: center;
}

.btn-submit {
    background: #000;
    color: #fff;
    padding: 8px 16px;
    font-family: montserratbold;
    font-size: 1em;
}

.btn-submit:hover {
    background: #f37021;
    color: #000;
}

.waves {
    position: absolute;
    width: 100%;
    height: 50vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 200px;
    bottom: 0;
    left: 0;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

.text-wrapper,
.text-wrapper1 {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
    text-align: center;
}

.letter,
.letter1 {
    display: inline-block;
    line-height: 1em;
}

.services-page .top-banner-title {
    text-align: left;
    padding: 60px 0 30px;
}

.services-page .top-banner-title h3 {
    font-size: 18px;
}

.services-page .top-banner-title .sectionTitle {
    text-align: left;
    margin-bottom: 0;
}

.services-page .top-banner-img {
    border-bottom-width: 40px;
    border-bottom-style: solid;
    min-height: 340px;
}

.cloud-transformation-bg {
    background: url(../image/cloud-transformation.jpg) center center no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.services-page .banner-txt-cnt {
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding: 30px 0;
}

.services-page .banner-txt1 {
    font-family: montserratBlack;
    font-size: 32px;
    line-height: 38px;
    text-shadow: 3px 3px 5px #000;
    text-align: right;
    width: 40%;
    margin-right: 30px;
}

.services-page .banner-txt2 {
    font-size: 24px;
    text-shadow: 3px 3px 5px #000;
    width: 38%;
    border-left: 1px solid #c2c8d2;
    padding-left: 20px;
}

.services-page .intro-sec {
    padding: 80px 0;
}

.services-page .intro-sec-img {
    display: flex;
    align-items: center;
    height: 100%;
}

.services-page .intro-sec-details {
    padding-right: 100px;
}

.services-page .intro-sec h4 {
    font-family: montserratMedium;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}

.services-page .intro-highlight {
    background: #fafbfb url(../image/hightlight-img.png) right bottom no-repeat;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    position: relative;
    padding: 30px 280px 30px 20px;
    font-family: montserratSemiBold;
    font-size: 20px;
    line-height: 30px;
    margin-top: 80px;
}

.services-page .intro-highlight:before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 10px;
    background: #000;
    content: "";
    bottom: 0;
}

.services-page .intro-highlight:after {
    position: absolute;
    right: 0;
    width: 3px;
    height: 10px;
    background: #000;
    content: "";
    bottom: 0;
}

.services-page.green .top-banner-img {
    border-bottom-color: #009a6b;
}

.services-page.green .intro-highlight span {
    color: #009a6b;
}

.services-page.green .intro-highlight {
    border-bottom-color: #009a6b;
}

.services-page.green .intro-highlight:before {
    background: #009a6b;
}

.services-page.green .intro-highlight:after {
    background: #009a6b;
}

.services-page.green .view-more {
    background: #009a6b url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page.green .achievement-box:before {
    background: #009a6b url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page.sea-green .top-banner-img {
    border-bottom-color: #00d2d0;
}

.services-page.sea-green .intro-highlight span {
    color: #00d2d0;
}

.services-page.sea-green .intro-highlight {
    border-bottom-color: #00d2d0;
}

.services-page.sea-green .intro-highlight:before {
    background: #00d2d0;
}

.services-page.sea-green .intro-highlight:after {
    background: #00d2d0;
}

.services-page.sea-green .view-more {
    background: #00d2d0 url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page.sea-green .achievement-box:before {
    background: #00d2d0 url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page.orange .top-banner-img {
    border-bottom-color: #f37021;
}

.services-page.orange .intro-highlight span {
    color: #f37021;
}

.services-page.orange .intro-highlight {
    border-bottom-color: #f37021;
}

.services-page.orange .intro-highlight:before {
    background: #f37021;
}

.services-page.orange .intro-highlight:after {
    background: #f37021;
}

.services-page.orange .view-more {
    background: #f37021 url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page.orange .achievement-box:before {
    background: #f37021 url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page.blue .top-banner-img {
    border-bottom-color: #3ac9f5;
}

.services-page.blue .intro-highlight span {
    color: #3ac9f5;
}

.services-page.blue .intro-highlight {
    border-bottom-color: #3ac9f5;
}

.services-page.blue .intro-highlight:before {
    background: #3ac9f5;
}

.services-page.blue .intro-highlight:after {
    background: #3ac9f5;
}

.services-page.blue .view-more {
    background: #3ac9f5 url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page.blue .achievement-box:before {
    background: #3ac9f5 url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page.pink .top-banner-img {
    border-bottom-color: #98014a;
}

.services-page.pink .intro-highlight span {
    color: #98014a;
}

.services-page.pink .intro-highlight {
    border-bottom-color: #98014a;
}

.services-page.pink .intro-highlight:before {
    background: #98014a;
}

.services-page.pink .intro-highlight:after {
    background: #98014a;
}

.services-page.pink .view-more {
    background: #98014a url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page.pink .achievement-box:before {
    background: #98014a url(../image/viewmore-arrow.png) right 20px center no-repeat;
}

.services-page .capabilities {
    background: #eceeef;
    padding: 70px 0 50px;
}

.capability-box-cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
}

.capability-box {
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px 30px 60px;
    margin: 12px 10px;
    position: relative;
}

.capability-box .icon {
    float: right;
    margin-top: 0;
}

.capability-box h4 {
    font-family: montserratSemiBold;
    margin-bottom: 10px;
    font-size: 24px;
}

.capability-box p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
    padding-right: 110px;
    padding-bottom: 20px;
}

.capability-box.wid40 {
    flex-basis: 40%;
    max-width: none;
}

.capability-box.wid50 {
    flex-basis: 48%;
    max-width: none;
}

.capability-box.wid60 {
    flex-basis: 56%;
    max-width: none;
}

.capability-box .view-more {
    position: absolute;
    bottom: 0;
}

.view-more {
    font-family: montserratSemiBold;
    font-size: 16px;
    color: #fff;
    padding: 10px 50px 10px 20px;
    display: inline-block;
    position: relative;
}

.view-more:hover {
    color: #fff;
}

.view-more:before {
    position: absolute;
    left: 5%;
    top: -4px;
    width: 95%;
    height: 4px;
    background: #e5e5e5;
    content: "";
}

.view-more:after {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 4px;
    height: 95%;
    background: #e5e5e5;
    content: "";
}

.achievements {
    padding: 70px 0 30px;
    border-bottom: 1px solid #eceeef;
}

.achievement-box-cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.achievement-box {
    flex-basis: 45.5%;
    border-top: 1px solid #b2b2b2;
    padding: 30px 30px 30px 90px;
    font-size: 18px;
    position: relative;
    margin: 20px 20px;
}

.achievement-box:before {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: -15px;
    content: "";
}

.achievement-box:after {
    width: 60px;
    height: 60px;
    background: #e5e5e5;
    position: absolute;
    left: -4px;
    top: -11px;
    content: "";
    z-index: -1;
}

.achievement-box .wb {
    position: absolute;
    left: 40px;
    top: -1px;
    width: 20px;
    height: 1px;
    background: #fff;
}

.platform-bg {
    background: url(../image/platform-bg.jpg) center center no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.achievements .sectionTitle {
    margin-bottom: 60px;
}

.services.industy {
    padding-bottom: 0;
}

.future-engineering-page {
    padding-top: 0;
}

.future-engineering-page .top-banner {
    min-height: 370px;
    background: #ddd;
    display: flex;
}

.left-img {
    background: url(../image/future-eng-bg.jpg) center center no-repeat;
    width: 50%;
    height: 370px;
    background-size: cover !important;
}

.right-title {
    background: #3ac9f5;
    width: 50%;
    color: #fff;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.right-title .title {
    max-width: 580px;
}

.right-title .title h3 {
    font-family: montserratLight;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.right-title .title h2 {
    font-family: montserratBlack;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
}

.right-title .title p {
    font-family: montserratLight;
    font-size: 20px;
}

.future-engineering-page .intro-sec {
    padding: 50px 0;
}

.future-engineering-page .intro-sec-img {
    display: flex;
    align-items: center;
    height: 100%;
}

.future-engineering-page .intro-sec-details {
    padding-right: 100px;
}

.future-engineering-page .intro-sec h4 {
    font-family: montserratMedium;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}

.future-engineering-page .capabilities {
    background: #eceeef;
    padding: 60px 0 50px;
}

.use-cases-cnt {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.use-cases {
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    flex-basis: calc(25% - 20px);
    margin: 10px;
    background: #fff;
    transition: all 0.5s;
}

.use-cases .cases-photo {
    height: 237px;
    overflow: hidden;
}

.use-cases .cases-photo img {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}

.use-cases .cases-content {
    padding: 20px;
    background-color: #fff;
}

.use-cases .cases-content p {
    font-size: 14px;
    line-height: 22px;
}

.use-cases h3 {
    font-size: 24px;
    font-family: montserratSemiBold;
    margin-bottom: 5px;
}

.use-cases:hover {
    transform: scale(1.02);
}

.expert-speak {
    padding: 0 0 90px;
}

.expert-speak-details {
    position: relative;
    margin-top: 100px;
}

.expert-img {
    width: 285px;
    border-bottom: 2px solid #3ac9f5;
}

.expert-comments {
    position: absolute;
    right: 30px;
    top: -50px;
    z-index: 1;
    width: calc(100% - 285px);
    left: auto;
}

.expert-comments-details {
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    border: 1px solid #d5dfe2;
    font-family: Conv_RobotoSlab-Regular;
    font-size: 20px;
    line-height: 36px;
    background: #fff;
    position: relative;
}

.expert-comments-details:before {
    position: absolute;
    left: -57px;
    top: -38px;
    background: url(../image/quote-top.png) left top no-repeat;
    width: 77px;
    height: 58px;
    content: "";
}

.expert-comments-details:after {
    position: absolute;
    right: -57px;
    bottom: -38px;
    background: url(../image/quote-bottom.png) left top no-repeat;
    width: 77px;
    height: 58px;
    content: "";
}

.expert-profile {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.expert-profile p {
    padding: 0 40px;
}

.expert-profile p.name {
    font-size: 22px;
    color: #3ac9f5;
    font-family: montserratSemiBold;
    text-align: center;
}

.expert-profile p.designation {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-family: montserratSemiBold;
    font-size: 14px;
}

.newsletter {
    background: #3ac9f5;
    padding: 50px 0;
}

.newsletter-title {
    font-family: montserratBlack;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

.newsletter-title span {
    font-family: montserratLight;
    font-size: 24px;
    display: block;
}

.subscribe {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.subscribe input {
    border: 0;
    border-bottom: 1px solid #000;
    background: url(../image/subscribe-email.png) left center no-repeat;
    font-size: 20px;
    color: #000;
    font-style: italic;
    width: 70%;
    padding: 0 0 0 60px;
    position: relative;
}

.subscribe:before {
    position: absolute;
    left: 45px;
    top: 15px;
    content: "";
    width: 1px;
    height: 25px;
    background: #333;
}

.subscribe input:focus {
    border: 0;
    box-shadow: none;
}

.subscribe button {
    font-family: montserratBold;
    font-size: 24px;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 15px 20px;
    background: 0 0;
}

.subscribe ::-webkit-input-placeholder {
    color: #000;
}

.insights {
    padding: 0 0 0;
}

.client-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    opacity: 1;
    border-bottom: 1px solid #999;
    overflow: hidden;
    height: 61px;
}

.carouselTicker {
    overflow: hidden;
    float: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.carouselTicker__list {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.carouselTicker__item {
    margin: 0 20px;
    float: left;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.carouselTicker__item img {
    max-width: 100%;
}

.pageHeader {
    font-size: 48px;
    font-family: montserratBlack;
    color: #2b388f;
    position: relative;
    padding-top: 55px;
    padding-bottom: 35px;
    padding-right: 24px;
}

.pageHeaderBox {
    height: 210px;
}

.pageHeader::before {
    width: 200px;
    height: 200px;
    background: #caf0f8;
    position: absolute;
    left: -30px;
    top: 10px;
    content: "";
    z-index: -1;
}

.pageHeader::after {
    width: 100px;
    height: 9px;
    background: #fbaa0f;
    position: absolute;
    left: 0;
    bottom: 25px;
    content: "";
    z-index: -1;
}

.pageSubHeader {
    font-size: 34px;
    font-family: montserratBlack;
    color: #000;
    position: relative;
    padding-top: 50px;
}

.pageHeaderCnt {
    font-size: 24px;
    font-family: montserratMedium;
    color: #000;
    padding: 15px 0 10px 0;
}

.pageHeaderCnt span {
    font-family: montserratBlack;
}

.pageHeaderCnt2 {
    padding-top: 30px;
}

.about-csr .point-cnt .borderline {
    border-left: 1px solid #dee2e6 !important;
}

.csr-new .point-cnt .borderline {
    border-left: 1px solid #dee2e6 !important;
}

.flashText {
    font-family: montserratMediumItalic;
    font-size: 18px;
    margin-left: 50px;
    margin-top: 110px;
    position: relative;
    text-align: left;
}

.flashText::before {
    width: 40%;
    height: 9px;
    background: #fbaa0f;
    position: absolute;
    left: 0;
    top: -25px;
    content: "";
    z-index: -1;
}

.headerNoSquare {
    font-size: 48px;
    font-family: montserratBlack;
    color: #000;
    position: relative;
    display: inline-block;
}

.headerSquare {
    font-size: 40px;
    font-family: montserratBlack;
    color: #03045e;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 60px 0;
}

.headerSquare::before {
    width: 80px;
    height: 80px;
    background: #caf0f8;
    position: absolute;
    left: -15px;
    top: -10px;
    content: "";
    z-index: -1;
    border-bottom: 5px solid #fbaa0f;
}

.successStory {
    padding-top: 100px;
}

.platformsCnt .main-content {
    padding-top: 0;
}

.haddingPading {
    padding-top: 20px;
    padding-bottom: 70px;
}

.serCntBlock {
    padding-top: 60px;
    padding-right: 60px;
}

.industry-page {
    padding-top: 50px;
}

.achievementCnt,
.platformsCnt,
.segmentsCnt,
.serviceOfferingCnt {
    padding-top: 100px;
}

.industry-page .achievementCnt,
.industry-page .serviceOfferingCnt {
    padding-bottom: 0;
}

.achievementTxtBlock {
    padding-top: 60px;
}

.achievementTxtBlock p {
    padding-top: 20px;
}

.achievementNum {
    font-family: montserratBlack;
    font-size: 48px;
    color: #00b4d8;
}

.segmentsBox {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.segmentsBox h3 {
    font-size: 18px;
    color: #0056b3;
    font-family: montserratSemiBold;
    padding: 20px 0 10px;
}

.segmentsCntBoxes {
    padding-top: 0;
}

.serviceOfferingBox {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0;
    height: 180px;
    background: #edfafd;
}

.serviceOfferingCnt .serviceOfferingBox:hover {
    box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.1);
}

.segmentsCntBoxes a:hover {
    color: #000 !important;
}

.segmentsCntBoxes img:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

.serviceOfferingBoxes {
    padding-bottom: 0;
}

.iconImg {
    position: relative;
    text-align: center;
}

.iconImg::before {
    width: 47px;
    height: 47px;
    background: #eaeaeb;
    position: absolute;
    left: 30%;
    bottom: 0;
    content: "";
    z-index: -1;
}

.serviceOfferingBox h3 {
    font-size: 16px;
    font-family: montserratMedium;
    text-align: center;
    padding-top: 30px;
}

.blue48bold {
    font-family: montserratBlack;
    font-size: 48px;
    color: #2b388f;
}

.serviceOfferingBox1 {
    position: relative;
    padding-right: 50px;
    min-height: 150px;
    margin-bottom: 20px;
}

.serviceOfferingBox1::before {
    width: 150px;
    height: 150px;
    background: #edfafd;
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    z-index: -1;
}

.serviceOfferingBox1 h2 {
    font-family: montserratBold;
    font-size: 24px;
    padding-bottom: 8px;
    padding-top: 15px;
}

.serviceOfferingBox1 p {
    padding-top: 20px;
    line-height: 1.5;
    font-size: 14px;
}

.service-page.orange .pageHeader {
    color: #f37021;
}

.service-page.orange .achievementNum {
    color: #f37021;
}

.service-page.orange .highlightText {
    color: #f37021;
    font-family: montserratSemiBold;
}

.service-page.orange .serviceOfferingCnt a:hover {
    color: #f37021;
}

.service-page.purple .pageHeader {
    color: #03045e;
}

.service-page.purple .achievementNum {
    color: #00b4d8;
}

.service-page.purple .highlightText {
    color: #03045e;
    font-family: montserratSemiBold;
}

.service-page.purple .serviceOfferingCnt a:hover {
    color: #03045e;
}

.service-page.blue .pageHeader {
    color: #0081ee;
}

.service-page.blue .achievementNum {
    color: #0081ee;
}

.service-page.blue .highlightText {
    color: #0081ee;
    font-family: montserratSemiBold;
}

.service-page.blue .serviceOfferingCnt a:hover {
    color: #0081ee;
}

.service-page.green .pageHeader {
    color: #009a6b;
}

.service-page.green .achievementNum {
    color: #009a6b;
}

.service-page.green .highlightText {
    color: #009a6b;
    font-family: montserratSemiBold;
}

.service-page.green .serviceOfferingCnt a:hover {
    color: #009a6b;
}

.service-page.magenta .pageHeader {
    color: #98014a;
}

.service-page.magenta .achievementNum {
    color: #98014a;
}

.service-page.magenta .highlightText {
    color: #98014a;
    font-family: montserratSemiBold;
}

.service-page.magenta .serviceOfferingCnt a:hover {
    color: #98014a;
}

.industry-page.purple .pageHeader {
    color: #03045e;
}

.industry-page.purple .achievementNum {
    color: #00b4d8;
}

.industry-page.purple .highlightText {
    color: #03045e;
    font-family: montserratSemiBold;
}

.industry-page.purple .serviceOfferingCnt a:hover {
    color: #03045e;
}

.insightsInd {
    padding-top: 0;
}

.blockchain-development .insightsInd,
.service-page .insightsInd {
    padding-top: 0;
    background-color: #f5f7f9;
}

.service-page {
    padding-top: 50px;
}

.imageContent {
    text-align: center;
}

.techVision {
    background: url(../image/services-casestudy-bg-img.jpg) top center no-repeat;
    width: 100%;
    min-height: 450px;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.techVisionHeader {
    font-size: 28px;
    font-family: montserratBold;
    padding-right: 30px;
    padding-bottom: 0;
}

.techVisionCnt p {
    font-size: 16px;
    padding: 15px 30px 10px 0;
}

.whyUs {
    padding-top: 0;
}

.whyusCnt {
    padding-top: 0;
    padding-right: 80px;
}

.whyUs .serviceOfferingBox {
    min-height: 140px;
}

.serOffer {
    display: table;
    width: 100%;
}

.serOffer .serviceOfferingBox {
    display: table-cell;
    vertical-align: middle;
}

.whyusBoxTxt {
    padding-top: 10px;
    font-size: 14px;
    font-family: montserratSemiBold;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.alliances {
    padding-top: 0;
    padding-bottom: 0;
}

.partnersLogo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid silver;
    height: 200px;
    margin-top: 50px;
}

.viewMoreBtn {
    color: #000;
    font-size: 14px;
}

.viewMoreBtn:hover {
    text-decoration: underline;
}

.readMoreBtnBox {
    padding-top: 40px;
    z-index: 2;
    position: relative;
}

.readMoreBtnBox::before {
    height: 52px;
    width: 52px;
    background-color: #caf0f8;
    position: absolute;
    left: 0;
    bottom: -12px;
    content: "";
    z-index: -1;
    display: none;
}

.readMoreBtn {
    color: #000;
    font-size: 14px;
    background-color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: montserratSemiBold;
    margin-left: 15px;
}

.case-study {
    padding-top: 0;
    padding-bottom: 0;
}

.case-study .breadcrumb {
    background: 0 0;
    padding: 0.75rem 0;
    margin: 0;
}

.case-study .breadcrumb a {
    color: #fff;
}

.case-study .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.case-study .breadcrumb .breadcrumb-item:before {
    content: ">";
    color: #fff;
}

.case-study .breadcrumb .breadcrumb-item:first-child::before {
    content: "";
}

.case-study .breadcrumb-container {
    padding-top: 60px;
    padding-bottom: 0;
}

.case-study .breadcrumb-container .sectionTitle {
    color: #fff;
}

.case-study .breadcrumb-container .sectionTitle::after {
    display: none;
}

.case-study .banner-container.theme-bg {
    background: 0 0;
    position: relative;
    border-bottom: 1px solid #3ac9f5;
}

.case-study .banner-container.theme-bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
}

.case-study .banner-container .nav-link {
    font-family: montserratRegular;
}

.case-study .banner-container .nav-link.active {
    font-family: montserratSemiBold;
}

.case-study-blog p {
    margin-bottom: 20px;
}

.case-study-blog hr {
    border-top-color: rgba(0, 0, 0, 0.3);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.case-study-blog .list {
    margin: 0;
    padding: 0;
}

.case-study-blog .list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
}

.case-study-blog .list li::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

.case-study-blog .media-body h5 {
    font-size: 13px;
    font-family: montserratSemiBold;
}

.case-study-blog .media-body p {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: normal;
}

.case-study-blog .media-body h4 {
    font-family: montserratBold;
}

.case-study-blog h4 {
    margin-bottom: 10px;
}

.insightTitle {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
    background: 0 0;
}

.insightTitle ul li {
    font-family: montserratSemiBold;
}

.input-group.Subcribe .form-control {
    border: 0;
    border-bottom: solid 1px #000;
    border-radius: 0;
}

.input-group.Subcribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
}

.insights-details-left-cnt ul {
    padding-left: 40px;
    padding-bottom: 20px;
}

.insights-details-left-cnt h3 {
    font-size: 30px;
    font-family: montserratBold;
    padding-bottom: 20px;
}

.insights-details-left-cnt h4 {
    font-size: 25px;
    font-family: montserratSemiBold;
}

.insights-details-right-cnt h3 {
    font-size: 30px;
    font-family: montserratSemiBold;
    padding: 0 0 20px 0;
}

.case-study-blog-left-cnt ul {
    padding-left: 40px;
    padding-bottom: 20px;
}

.case-study-blog-left-cnt h3 {
    font-size: 30px;
    font-family: montserratBold;
    padding-bottom: 30px;
}

.case-study-blog-left-cnt h4 {
    font-size: 25px;
    font-family: montserratSemiBold;
}

.case-study-blog-right-cnt h3 {
    font-size: 30px;
    font-family: montserratSemiBold;
    padding: 0 0 20px 0;
}

.case-study-blog-left-cnt ul {
    padding: 0;
    margin: 0;
    font-family: montserratSemiBold;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.case-study-blog-left-cnt ul li {
    list-style: none;
    padding-right: 40px;
    padding-bottom: 15px;
    display: inline-flex;
}

.case-study-blog-left-cnt ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

.font13 {
    font-size: 13px;
    line-height: 13px;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.case-study-blog .media>div {
    width: 106px;
    margin-right: 15px;
}

.input-group.Subcribe .es_txt_email {
    border: 0;
    border-bottom: solid 1px #000;
    border-radius: 0;
    padding: 6px 12px;
    width: 100%;
}

.input-group.Subcribe .es_submit_button {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    margin-top: 10px;
}

.case-study-blog .emaillist form {
    display: block;
}

.input-group.Subcribe .es-field-wrap {
    margin-bottom: 0;
}

.input-group.Subcribe .es_submit_button:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.subscribe .es_txt_email {
    border: 0;
    border-bottom: 1px solid #000;
    background: url(../image/subscribe-email.png) left center no-repeat;
    font-size: 20px;
    color: #000;
    font-style: italic;
    width: 100%;
    padding: 16px 15px 15px 60px;
    position: relative;
}

.subscribe .es_submit_button {
    font-family: montserratBold;
    font-size: 24px;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 15px 20px;
    background: 0 0;
    width: auto;
    font-style: normal;
}

.subscribe .emaillist {
    width: 100%;
}

.subscribe .emaillist form {
    display: flex;
}

.subscribe .emaillist form label {
    width: 100%;
}

.subscribe .es-field-wrap {
    margin-bottom: 0;
    display: flex;
    flex-basis: 100%;
}

.case-study-blog .emaillist form label {
    pointer-events: inherit;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
}

.case-study-blog .emaillist {
    width: 100%;
}

.green .theme-bg,
.green.case-study .banner-container.theme-bg::before {
    background: #009a6b;
}

.sea-green .theme-bg,
.sea-green.case-study .banner-container.theme-bg::before {
    background: #00d2d0;
}

.orange .theme-bg,
.orange.case-study .banner-container.theme-bg::before {
    background: #f37021;
}

.blue .theme-bg,
.blue.case-study .banner-container.theme-bg::before {
    background: #3ac9f5;
}

.pink .theme-bg,
.pink.case-study .banner-container.theme-bg::before {
    background: #98014a;
}

.green .expert-img,
.green.case-study .banner-container.theme-bg {
    border-bottom-color: #009a6b;
}

.sea-green .expert-img,
.sea-green.case-study .banner-container.theme-bg {
    border-bottom-color: #00d2d0;
}

.orange .expert-img,
.orange.case-study .banner-container.theme-bg {
    border-bottom-color: #f37021;
}

.blue .expert-img,
.blue.case-study .banner-container.theme-bg {
    border-bottom-color: #3ac9f5;
}

.pink .expert-img,
.pink.case-study .banner-container.theme-bg {
    border-bottom-color: #98014a;
}

.green .newsletter,
.green .right-title {
    background: #009a6b;
}

.sea-green .newsletter,
.sea-green .right-title {
    background: #00d2d0;
}

.orange .newsletter,
.orange .right-title {
    background: #f37021;
}

.blue .newsletter,
.blue .right-title {
    background: #3ac9f5;
}

.pink .newsletter,
.pink .right-title {
    background: #98014a;
}

.green .expert-profile p.name {
    color: #009a6b;
}

.sea-green .expert-profile p.name {
    color: #00d2d0;
}

.orange .expert-profile p.name {
    color: #f37021;
}

.blue .expert-profile p.name {
    color: #3ac9f5;
}

.pink .expert-profile p.name {
    color: #98014a;
}

.about {
    margin-top: 0;
}

.about .top-banner-img {
    min-height: 430px;
}

.about-overview-bg {
    background: url(../image/about-overview-banner.jpg) top center no-repeat;
    width: 100%;
    height: 430px;
    background-size: cover;
}

.about-overview .banner-txt-cnt {
    color: #fff;
    padding-top: 290px;
}

.whoweare p {
    padding: 0 20px;
}

.banner-txt-cnt hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about .banner-txt1 {
    font-size: 28px;
    font-family: montserratBold;
    line-height: 1.2;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.5);
}

.about .banner-txt2 {
    font-size: 18px;
    font-family: montserratLight;
    letter-spacing: 15px;
}

.motivation {
    padding: 40px 0 50px 0;
}

.motivation .block1,
.motivation .block2 {
    border-right: 1px solid #898886;
}

.motivation .block1 h2,
.motivation .block2 h2,
.motivation .block3 h2 {
    font-size: 28px;
    font-family: montserratBold;
}

.motivation .block1 p {
    padding-right: 20px;
}

.motivation .block2,
.motivation .block3 {
    padding-left: 30px;
}

.motivation .block3 {
    border-right: 0 solid #898886;
}

.valueQuote {
    font-size: 22px;
    font-style: italic;
    font-family: Conv_RobotoSlab-Regular;
    color: #000;
    padding: 20px 80px;
    line-height: 30px;
    position: relative;
}

.valueQuote::before {
    content: "";
    background: url(../image/quote-open.png);
    height: 35px;
    width: 46px;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: -1;
}

.valueQuote::after {
    content: "";
    background: url(../image/quote-close.png);
    height: 35px;
    width: 46px;
    position: absolute;
    right: auto;
    bottom: 10px;
    z-index: -1;
}

.bb-black {
    border-bottom: 1px solid #000;
}

.our-dna-bg {
    background: url(../image/bg-img-our-dna.png) top center no-repeat #f5f7f7;
    width: 100%;
    height: 795px;
    background-size: cover;
}

.our-dna-bg ul {
    padding-left: 30px;
    padding-top: 30px;
}

.our-dna-bg ul li {
    list-style-image: url(../image/arrow-list.png);
}

.dna-cont {
    padding-top: 350px;
    max-width: 55%;
}

.about-overview .getin-touch:before {
    background: #f5f7f9;
}

.about-overview .whoweare p {
    padding-bottom: 30px;
}

.factsheet {
    padding: 70px 0 50px;
}

.about-factsheet-bg {
    background: url(../image/about-factsheet-banner.jpg) top center no-repeat;
    width: 100%;
    height: 430px;
    background-size: cover;
}

.factsheet-icons-cnt p {
    font-size: 16px;
}

.factsheet-icons-cnt p span {
    font-weight: 700;
}

.factsheet-icons-cnt p {
    padding-top: 30px;
    padding-bottom: 20px;
}

.factsheet hr {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.awards {
    padding: 70px 0 0;
}

.awards .awardBox {
    border: 1px solid #000;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    height: 350px;
    max-width: 392px;
    margin-bottom: 30px;
}

.awards .awardBox p {
    padding: 20px;
}

.awards .awardBox p span {
    font-weight: 700;
}

.about-factsheet .getin-touch:before {
    background: #f5f7f9;
}

.whoweare {
    padding: 70px 0 0;
}

.about-csr .whoweare {
    padding: 70px 0 0;
}

.our-values {
    padding: 50px 0 80px;
}

.about-overview .our-values {
    padding: 70px 0 0;
}

.leadership {
    padding: 50px 0 0;
    width: 100%;
}

.leadership .sectionTitle {
    padding-left: 45px;
}

.about-leadership-bg {
    background: url(../image/about-leadership-banner.jpg) top center no-repeat;
    width: 100%;
    height: 430px;
    background-size: cover;
}

.about .about-leadership-bg .banner-txt2 {
    letter-spacing: normal;
    font-size: 40px;
    line-height: 1.2;
}

.leadership .card {
    border: 1px solid #c8c8c8;
    border-radius: 0;
    height: 100%;
    transition: 0.5s;
}

.boardMember .card-title {
    font-size: 24px;
    font-family: montserratBold;
    margin-bottom: 0.4rem;
}

.boardMember .card-body p {
    font-size: 16px;
    font-family: montserratMedium;
    line-height: 1.2;
}

.exeMngmt .card-title {
    font-size: 20px;
    font-family: montserratMedium;
    margin-bottom: 0.4rem;
}

.exeMngmt .card-body p {
    font-size: 14px;
    font-family: montserratRegular;
    line-height: 1.2;
}

.about-corporate .whoweare img {
    width: 100%;
}

.about-corporate .whoweare p {
    padding: 0;
}

.logo-hover-gd {
    background: url(../image/logo-hover-gd.png) center center no-repeat;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-size: cover;
    background-color: #fff;
}

.card-img-overlay>.logo-hover-gd,
.card-img-overlay>p {
    visibility: hidden;
}

.card-img-overlay:hover .logo-hover-gd,
.card-img-overlay:hover p {
    visibility: visible;
}

.logo-hover-tgc {
    background: url(../image/logo-hover-tgc.png) center center no-repeat;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-size: cover;
    background-color: #fff;
}

.card-img-overlay>.logo-hover-tgc,
.card-img-overlay>p {
    visibility: hidden;
}

.card-img-overlay:hover .logo-hover-tgc,
.card-img-overlay:hover p {
    visibility: visible;
}

.logo-hover-af {
    background: url(../image/logo-hover-autofacet.png) center center no-repeat;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-size: cover;
    background-color: #fff;
}

.card-img-overlay>.logo-hover-af,
.card-img-overlay>p {
    visibility: hidden;
}

.card-img-overlay:hover .logo-hover-af,
.card-img-overlay:hover p {
    visibility: visible;
}

.logo-hover-autodap {
    background: url(../image/logo-hover-autodap.png) center center no-repeat;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-size: cover;
    background-color: #fff;
}

.card-img-overlay>.logo-hover-autodap,
.card-img-overlay>p {
    visibility: hidden;
}

.card-img-overlay:hover .logo-hover-autodap,
.card-img-overlay:hover p {
    visibility: visible;
}

.logo-hover-tacbridge {
    background: url(https://www.thegatewaydigital.com/wp-content/themes/gd/images/logo-hover-tacbridge.png) center center no-repeat;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-size: cover;
    background-color: #fff;
}

.card-img-overlay>.logo-hover-tacbridge,
.card-img-overlay>p {
    visibility: hidden;
}

.card-img-overlay:hover .logo-hover-tacbridge,
.card-img-overlay:hover p {
    visibility: visible;
}

.logo-hover-alvarium {
    background: url(../image/logo-hover-alvarium.png) center center no-repeat;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-size: cover;
    background-color: #fff;
}

.card-img-overlay>.logo-hover-alvarium,
.card-img-overlay>p {
    visibility: hidden;
}

.card-img-overlay:hover .logo-hover-alvarium,
.card-img-overlay:hover p {
    visibility: visible;
}

.logo-hover-gsecurelab {
    background: url(../image/logo-hover-gsecurelab.png) center center no-repeat;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-size: cover;
    background-color: #fff;
}

.card-img-overlay>.logo-hover-gsecurelab,
.card-img-overlay>p {
    visibility: hidden;
}

.card-img-overlay:hover .logo-hover-gsecurelab,
.card-img-overlay:hover p {
    visibility: visible;
}

.logo-hover-dilx {
    background: url(../image/logo-hover-dilx.png) center center no-repeat;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-size: cover;
    background-color: #fff;
}

.card-img-overlay>.logo-hover-dilx,
.card-img-overlay>p {
    visibility: hidden;
}

.card-img-overlay:hover .logo-hover-dilx,
.card-img-overlay:hover p {
    visibility: visible;
}

.logo-hover {
    background: url(../image/logo-gateway-digital2.png) top center no-repeat;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background-size: cover;
}

.card-img-overlay>.logo-hover,
.card-img-overlay>p {
    visibility: hidden;
}

.card-img-overlay:hover .logo-hover,
.card-img-overlay:hover p {
    visibility: visible;
}

.card-img-overlay a {
    color: #fff;
    padding: 0 8px;
    margin: 0;
    border: 0 solid;
    letter-spacing: -5px;
    font-size: 42px;
    border-radius: 0;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
}

.card-img-overlay a:hover {
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
}

.card-img-overlay p {
    padding-bottom: 75px;
}

.exeMngmt .card-img-overlay p {
    padding-bottom: 70px;
}

.exeMngmt .card-img-overlay.fourline p {
    padding-bottom: 65px;
}

.about-corporate {
    margin-top: 0;
}

.about-corporate-bg {
    background: url(../image/about-corporate-banner.jpg) top center no-repeat;
    width: 100%;
    height: 430px;
    background-size: cover;
}

.about.about-corporate .banner-txt1 {
    display: inline-block;
}

.headding-line {
    position: relative;
    line-height: 1.2;
}

.headding-line::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    background-color: #009a6b;
    height: 3px;
    display: block;
    margin-bottom: 20px;
}

.terms-condition-bg {
    background: url(../image/terms-condition-banner.jpg) top center no-repeat;
    width: 100%;
    height: 430px;
    background-size: cover;
}

.termofUsrTtl {
    font-size: 36px;
    font-family: montserratMedium;
    padding-top: 50px;
    padding-bottom: 30px;
}

.about-csr {
    margin-top: 0;
}

.about-csr p {
    margin-bottom: 15px;
    padding: 0 0 20px;
}

.about-csr-bg {
    background: url(../image/about-csr-banner.jpg) top center no-repeat;
    width: 100%;
    height: 430px;
    background-size: cover;
}

.about.about-csr .banner-txt1 {
    display: inline-block;
}

.relative {
    position: relative;
}

.above-headding-line {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 38px;
    font-family: montserratMedium;
    text-align: left;
}

.line-bottom {
    height: 3px;
    background-color: #fff;
    display: inline-block;
    width: 50px;
}

.point-cnt {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.point-cnt h4 {
    margin-bottom: 0;
}

.point-cnt hr {
    margin: 2rem 0;
}

.csr-new .point-cnt hr {
    margin-bottom: 2em;
}

.imgCSR img {
    width: 100%;
}

.about-group {
    margin-top: 00px;
}

.about-group-bg {
    background: url(../image/about-group-banner.jpg) top center no-repeat;
    width: 100%;
    height: 430px;
    background-size: cover;
}

.about.about-group .banner-txt1 {
    display: inline-block;
}

.w-70x {
    width: 70px;
    margin: 10px 0 30px 0 !important;
}

.about-alliances {
    margin-top: 0;
}

.about-alliances p {
    margin-bottom: 15px;
}

.about-alliances-bg {
    background: url(../image/about-alliances-banner.jpg) top center no-repeat;
    width: 100%;
    height: 430px;
    background-size: cover;
}

.about.about-alliances .banner-txt1 {
    display: inline-block;
}

.partners .card {
    border-radius: 0;
}

.partners .card-body {
    min-height: 170px;
    justify-content: center;
    display: flex;
}

.partners .card-body img {
    margin: auto;
    display: inline;
}

.bg-dblue {
    background-color: #192c5e;
}

.bg-maroon {
    background-color: #8b162c;
}

.bg-lightGrey {
    background-color: #f5f5f5;
}

.about-history {
    margin-top: 0;
}

.about-history p {
    margin-bottom: 25px;
    line-height: 1.2;
    white-space: normal;
}

.about-history-bg {
    background: url(../image/about-our-story-banner.jpg) top center no-repeat;
    width: 100%;
    height: 430px;
    background-size: cover;
}

.about.about-history .banner-txt1 {
    display: inline-block;
}

.about.about-history .banner-txt1 span {
    font-family: montserratLight;
}

.history-section {
    height: 550px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
    transform-origin: 50% 0;
}

.history-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.history-section ul li {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    line-height: 18px;
    left: 0;
    bottom: 0;
}

.history-section ul li span {
    font-family: montserratBold;
    display: block;
}

.history-section ul li:nth-child(1) {
    left: 353px;
    bottom: 45px;
    width: 250px;
}

.history-section ul li:nth-child(2) {
    left: 500px;
    bottom: 125px;
    width: 250px;
}

.history-section ul li:nth-child(3) {
    left: 143px;
    bottom: 230px;
    width: 250px;
    text-align: right;
}

.history-section ul li:nth-child(4) {
    left: 175px;
    bottom: inherit;
    top: 80px;
    width: 250px;
    text-align: right;
}

.history-section ul li:nth-child(5) {
    left: 650px;
    bottom: inherit;
    top: 50px;
    width: 280px;
}

.history-section ul li:nth-child(6) {
    left: 520px;
    bottom: inherit;
    top: 240px;
    width: 280px;
    text-align: right;
}

.history-section ul li:nth-child(7) {
    left: 710px;
    bottom: 100px;
    width: 280px;
    text-align: right;
}

.history-section ul li:nth-child(8) {
    left: 1230px;
    bottom: 180px;
    width: 280px;
}

.history-section ul li:nth-child(9) {
    left: 1310px;
    bottom: 335px;
    width: 280px;
}

.history-section ul li:nth-child(10) {
    left: 954px;
    bottom: inherit;
    top: 60px;
    width: 280px;
    text-align: right;
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #03045e;
}

.sticky-right {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 200;
}

ul.heateor_sss_sharing_ul li {
    padding: 0 25px !important;
}

.banner-txt1 {
    color: #fff;
}

.about-alliances .banner-txt-cnt,
.about-corporate .banner-txt-cnt,
.about-csr .banner-txt-cnt,
.about-factsheet .banner-txt-cnt,
.about-group .banner-txt-cnt,
.about-history .banner-txt-cnt,
.about-leadership .banner-txt-cnt {
    padding-top: 290px;
}

.border-left-sm,
.border-right-sm {
    border-left: 0;
}

.groupLogoTxt {
    padding: 10px 10px 10px 0 !important;
    border-top: 1px solid #f5f5f5;
    font-family: montserratSemiBold;
    font-size: 12px;
    color: #444;
    line-height: 1.5;
}

.ng-name-vision {
    display: block;
    padding: 10px;
    background-color: #ebebeb;
    max-width: 400px;
    font-family: montserratBlack;
}

.ng-name-vision p.ng-name {
    font-size: 22px;
}

.ng-name-vision .designation-ng {
    font-size: 16px;
    font-style: italic;
    font-family: montserratRegular;
}

.value-quote {
    font-size: 17px;
    font-style: italic;
    font-family: montserratRegular;
}

.value-quote::before {
    content: "";
    background: url(../image/quote-open-small.png) no-repeat;
    height: 18px;
    width: 24px;
    left: -15px;
    position: absolute;
}

.value-quote::after {
    content: "";
    background: url(../image/quote-close-small.png) center top no-repeat;
    height: 18px;
    width: 44px;
    position: absolute;
}

.our-cnt {
    padding-top: 50px;
}

.csr {
    padding: 80px 0 50px;
}

.csr .point-cnt {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.btnBlack {
    background-color: #0077b6;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #0077b6;
}

.factsheet-cnt {
    padding-top: 20px;
}

.factsheet-cnt p {
    text-align: center;
    padding: 10px 0;
}

.our-history-new {
    height: calc(100vh - 80px);
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 0;
    position: relative;
}

.timeline-main-cnt {
    display: flex;
    min-height: 560px;
}

.timeline-container-new {
    width: 100%;
    height: 100%;
}

.about-history {
    margin-top: 0;
}

.about-history p {
    white-space: normal;
}

.history-time {
    position: relative;
    z-index: 0;
}

.timeline {
    text-align: center;
    width: 170px;
    margin: 0;
    position: relative;
    z-index: 1;
    top: 35px;
}

.timeline:before {
    background: #dfe3e4;
    content: " ";
    display: block;
    height: 432px;
    margin-top: 0;
    width: 1px;
    left: 6px;
    top: 5px;
    position: absolute;
}

.timeline li {
    border-radius: 12px;
    display: block;
    margin-bottom: 60px;
    cursor: pointer;
    list-style: none;
    position: relative;
    color: #bbb;
    text-align: left;
    padding-left: 25px;
}

.timeline li:before {
    border-radius: 15px;
    width: 15px;
    height: 15px;
    border: 3px solid #888;
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: -1px;
    background: #fff;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.timeline li:hover {
    color: #000;
    font-weight: 700;
}

.timeline li:hover:before {
    border: 6px solid #ff4d00;
    border-radius: 21px;
    width: 21px;
    height: 21px;
    top: 1px;
    left: -4px;
}

.timeline li span {
    font-family: montserratRegular;
    font-size: 16px;
}

.timeline-image {
    text-align: center;
}

.timeline-description {
    text-align: left;
    padding: 0 20px;
    white-space: normal;
    position: relative;
    top: 25px;
}

.timeline li.timeline-active {
    transition: background 0.2s;
}

.timeline li.timeline-active span {
    color: #ff4d00;
    font-weight: 700;
}

.timeline li.timeline-active:before {
    border-radius: 15px;
    width: 15px;
    height: 15px;
    border: 3px solid #ff4d00;
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: -1px;
    background: #fff !important;
}

.timeline-description-h {
    color: #212529;
    font-family: montserratRegular;
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.timeline-description-h:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #fcaf38;
    content: "";
}

.timeline li.timeline-active:after {
    content: "";
    height: 27px;
    left: -7px;
    opacity: 0.8;
    position: absolute;
    top: -2px;
    transform: scale(0.714);
    width: 27px;
    z-index: 1;
    animation: 1s linear 0.1s infinite normal none running thumbnail-animation;
    border-width: 1px;
    border-style: solid;
    border-color: #ee652a;
    border-image: initial;
    border-radius: 100%;
}

@keyframes thumbnail-animation {
    to {
        opacity: 0;
        transform: scale(1);
    }
}

.timline-description-system {
    font-family: montserratRegular;
}

.timeline-description-p {
    font-family: montserratRegular;
    margin-bottom: 20px;
}

.timeline-description-year {
    font-size: 50px;
    line-height: 60px;
    color: #a9a9a9;
    margin-top: 0;
    font-family: montserratBlack;
}

.timeline-container-new .carousel {
    margin: 25px auto 0;
}

.timeline-container-new .carousel-inner {
    background: #efefef;
}

.timeline-container-new .yellowbox {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    background: #fcaf38;
    width: 50px;
    height: 50px;
    z-index: 0;
}

.timeline-container-new .orangebox {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 20px;
    background: #ff4d00;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.timeblock-cnt {
    display: none;
}

.timeblock-cnt:first-child {
    display: block;
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-users:before {
    content: "\f0c0";
}

.timline-description-location {
    margin-bottom: 10px;
}

.timline-description-location i {
    font-size: 30px;
}

.points li {
    list-style: none;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-left: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    padding-left: 30px;
}

.points li.map:before {
    content: "\f041";
    position: absolute;
    left: 0;
    top: 8px;
    font-family: FontAwesome;
    font-size: 20px;
}

.points li.client:before {
    content: "\f0c0";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: FontAwesome;
    font-size: 16px;
}

.histry-opener {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.histry-opener .left1997 {
    flex-basis: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.histry-opener .title {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
}

.histry-opener .title span {
    font-size: 40px;
    line-height: 40px;
    display: block;
}

.histry-opener .right2020 {
    flex-basis: 50%;
    background: #fcaf38;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.histry-opener .left1997 .dotline {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    height: 2px;
    border-top: 2px dotted #fff;
    content: "";
}

.histry-opener .left1997 .dotline:after {
    position: absolute;
    left: 0;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    border-radius: 5px;
}

.histry-opener .right2020 .dotline {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40%;
    height: 2px;
    border-top: 2px dotted #fff;
    content: "";
}

.histry-opener .right2020 .dotline:after {
    position: absolute;
    right: 0;
    top: -6px;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    border-radius: 5px;
}

.our-history-new:hover .left1997 {
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.our-history-new:hover .right2020 {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.our-history-new:hover .history-time {
    z-index: 2;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.our-history-new:hover .histry-opener {
    z-index: 2;
}

.cnt1997,
.cnt2020 {
    display: flex;
    position: relative;
    width: 60%;
}

.cnt2020 {
    justify-content: flex-end;
}

.timeline li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
    .histry-opener .title {
        font-size: 80px;
        line-height: 80px;
    }

    .histry-opener .title span {
        font-size: 30px;
        line-height: 30px;
    }

    .our-history-new {
        height: auto;
        padding: 50px 0;
    }

    .timeline-description-h {
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .histry-opener .title {
        font-size: 60px;
        line-height: 60px;
    }

    .histry-opener .title span {
        font-size: 24px;
        line-height: 24px;
    }

    .timeline-container-new .carousel {
        margin-top: 20px;
    }

    .timeline-block {
        margin: 0 20px;
    }

    .timeline-description-h {
        font-size: 22px;
        line-height: 28px;
    }

    .timeline-description-year {
        font-size: 40px;
    }

    .timeline-logo img {
        max-width: 70%;
    }
}

@media screen and (max-width: 991px) {
    .histry-opener .title {
        font-size: 46px;
        line-height: 46px;
    }

    .histry-opener .title span {
        font-size: 20px;
        line-height: 20px;
    }

    .timeline-container-new .carousel {
        width: 370px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .timeline-logo img {
        max-width: 40%;
    }

    .timeline-description-year {
        margin-top: 0;
    }

    .timeline-block {
        margin: 0;
    }

    .timeline-description {
        top: -10px;
    }

    .timeline {
        top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .histry-opener .title {
        font-size: 36px;
        line-height: 36px;
    }

    .histry-opener .title span {
        font-size: 17px;
        line-height: 17px;
    }

    .timeline-container-new .carousel {
        width: 505px;
        margin-top: 0;
        position: absolute;
        left: 50%;
        margin-left: -320px;
    }

    .timeline-container-new .orangebox {
        right: -10px;
        bottom: 30px;
        width: 30px;
        height: 30px;
    }

    .timeline-container-new .yellowbox {
        left: -15px;
        top: -15px;
        width: 30px;
        height: 30px;
        z-index: 1;
    }

    .timeline-blocks li {
        margin: 0;
    }

    .timeline-description {
        padding: 0 20px;
        margin-top: 460px;
    }

    .timeline-description-h {
        font-size: 20px;
        line-height: 26px;
    }

    .timeline-description-year {
        font-size: 32px;
    }

    .histry-opener {
        display: none;
    }

    .timeline {
        top: 0;
        margin-top: 465px;
    }
}

@media screen and (max-width: 575px) {
    .histry-opener .title {
        font-size: 30px;
        line-height: 30px;
    }

    .histry-opener .title span {
        font-size: 14px;
        line-height: 14px;
    }

    .cnt1997,
    .cnt2020 {
        width: 80%;
    }

    .timeline-container-new .carousel {
        width: 290px;
        margin-top: 0;
        left: 50%;
        margin-left: -190px;
    }

    .timeline-description {
        padding: 0;
        margin-top: 295px;
    }

    .timeline li span {
        font-size: 13px;
        position: relative;
        top: 1px;
    }

    .timeline-description-h {
        font-size: 16px;
        line-height: 22px;
    }

    .timeline-description-year {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .timeline li {
        padding-left: 22px;
    }

    .timeline:before {
        height: 418px;
    }

    .timeline {
        width: 140px;
        left: -5px;
        top: 0;
        margin-top: 285px;
    }
}

.who-we-are {
    margin-top: 30px;
}

.whoweareBg {
    padding: 20px 70px;
}

.whoweareBg h1 {
    color: #03045e;
}

.whoweareBg h2 {
    font-size: 24px;
    font-family: montserratSemiBold;
    padding: 20px 0;
    line-height: 1.1;
}

.whoweareBg p {
    padding-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}

.whoweareImg {
    padding-top: 0;
    text-align: right;
}

.corp-govt {
    padding: 80px 0 0;
}

.corp-govt h2,
.csr h2 {
    font-size: 48px;
    font-family: montserratBlack;
}

.corp-govt-cnt p {
    padding-top: 20px;
}

.our-belief {
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.our-belief p {
    padding: 30px;
    font-size: 24px;
    font-family: montserratMedium;
    line-height: 1.3;
}

.headding-line {
    position: relative;
    line-height: 1.2;
}

.headding-line::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    background-color: #009a6b;
    height: 3px;
    display: block;
    margin-bottom: 20px;
}

.rewads {
    padding: 80px 0 0;
}

.rewads .awardBox {
    border: 1px solid #000;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    min-height: 350px;
}

.rewads .awardBox img {
    width: 100%;
}

.rewads .awardBox p {
    padding: 20px;
}

.rewads .awardBox p span {
    font-weight: 700;
}

.leadership-page {
    padding-top: 60px;
}

.leadership-banner h2 {
    font-size: 28px;
    font-family: montserratMedium;
    padding: 30px 0;
    line-height: 1.2;
}

.homeText {
    padding-top: 30px;
}

.headerHome {
    position: relative;
    min-height: 400px;
}

.homeText2 {
    font-size: 18px;
    font-family: montserratRegular;
    padding: 40px 0 0 0;
    line-height: 1.4;
}

.homeText3 {
    font-size: 24px;
    font-family: montserratBold;
    padding: 40px 0 0 0;
    line-height: 1.2;
}

.graybox {
    position: absolute;
    top: 20px;
    left: -50px;
    height: 260px;
    width: 200px;
    background-color: #edfafd;
    z-index: -2;
}

.headerHome {
    padding-top: 80px;
}

.homeHeaderText {
    font-size: 30px;
    font-family: montserratRegular;
    line-height: 1.1;
}

.gdtoday .homeHeaderText {
    padding-left: 85px;
}

.homeHeaderText span {
    font-family: montserratRegular;
}

.csr-new {
    padding: 70px 0 0;
}

.gdcareer {
    padding-bottom: 30px;
}

.purpleFill9 {
    width: 100px;
    height: 9px;
    background: #03045e;
    margin-top: 10px;
}

.yellowFill9 {
    width: 100px;
    height: 9px;
    background: #fbaa0f;
    margin-top: 10px;
}

.posRel {
    position: relative;
}

.vid-gd-8 {
    width: 100%;
    height: auto;
    z-index: -1;
}

.smart-solution {
    padding-top: 0;
}

.smart-solution .headerSquare {
    text-align: right;
    line-height: 0.6;
    padding-top: 15px;
}

.smart-solution .headerSquare:before {
    top: 2px;
}

.smart-solution .headerSquare span {
    font-size: 18px;
    font-family: montserratRegular;
}

.solutionH2 {
    font-size: 24px;
    font-family: montserratRegular;
    padding-top: 30px;
    padding-bottom: 10px;
}

.smartsolutionCnt {
    padding-top: 0;
}

.smartsolutionIcons {
    display: flex;
    align-items: start;
}

.smartsolutionIcons {
    display: flex;
    align-items: start;
    padding-bottom: 40px;
}

.smartsolutionIcons p {
    padding-left: 20px;
}

.smartsolutionIcons p {
    padding-left: 20px;
    padding-top: 0;
    margin-right: 35px;
    line-height: 1.5;
}

.txt-purple {
    color: #03045e;
}

.aboutNew .pageHeader {
    color: #000;
    padding-bottom: 5px;
    font-size: 47px;
}

.aboutNew .pageHeaderBox {
    height: auto;
    margin-bottom: 50px;
}

.aboutNew .pageHeader::after {
    display: none;
}

.aboutNew .pageHeaderTxt {
    position: relative;
}

.aboutNew .pageHeaderTxt:after {
    width: 100px;
    height: 9px;
    background: #fbaa0f;
    position: absolute;
    left: 0;
    bottom: -16px;
    content: "";
    z-index: -1;
}

.aboutNew .pageHeader::before {
    height: 300px;
}

.aboutNew .pageHeaderCnt2 {
    padding-top: 0;
}

.aboutNew .pageHeaderCnt span {
    font-family: montserratMedium;
}

.aboutNew .pageHeaderInner {
    font-size: 36px;
    margin-top: 20px;
}

.aboutNew .factsheet-icons-cnt p span {
    font-weight: 600;
}

.aboutNew .factsheet-icons-cnt .fact-cnt {
    padding: 0 20px;
}

.aboutNew hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.aboutNew .futureDigitalInnovation {
    padding-top: 100px;
}

.aboutNew .futureDigitalInnovation .headerSquare {
    margin-bottom: 40px;
}

.aboutNew .futureDigitalInnovation .headerSquare span {
    font-size: 20px;
    text-align: right;
    display: block;
    font-family: montserratRegular;
}

.aboutNew .futureListCnt {
    margin-top: 30px;
}

.aboutNew .futureListCnt .title {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: montserratMedium;
    position: relative;
    text-transform: uppercase;
}

.aboutNew .futureListCnt .title:before {
    width: 20px;
    height: 20px;
    background: #ffc107;
    position: absolute;
    left: -5px;
    top: -5px;
    content: "";
    z-index: -1;
}

.aboutNew .futureListCnt .futureIcon {
    padding: 0;
    margin-top: 40px;
    transition: all 0.5s;
    display: inline-block;
}

.aboutNew .futureListCnt .futureIcon:hover {
    transform: rotate(1deg) scale(1.02);
}

.aboutNew .viewMoreLink {
    background: #fbaa0f;
    color: #000;
    padding: 10px 20px;
    font-family: montserratMedium;
    box-shadow: 5px 10px 5px #ccc;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.5s;
}

.aboutNew .viewMoreLink:hover {
    background: #000;
    color: #fbaa0f;
}

.aboutNew .whyusCnt {
    padding-top: 0;
}

.aboutNew .moreInfoBlock {
    margin-top: 20px;
}

.aboutNew .clickHereBtn {
    background: #fbaa0f;
    color: #000;
    padding: 5px 20px;
    font-family: montserratMedium;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    margin-top: 10px;
}

.aboutNew .clickHereBtn:hover {
    background: #000;
    color: #fbaa0f;
}

.aboutNew .clickHereBtn:after {
    width: 20px;
    height: 20px;
    background: #ff4d00;
    position: absolute;
    right: -9px;
    bottom: -5px;
    content: "";
    z-index: 1;
    transition: all 0.5s;
}

.aboutNew .clickHereBtn:hover:after {
    transform: rotate(90deg);
}

.text-Darkorange {
    color: #ff4d00;
}

.headerSquare:before {
    transform: rotate(0);
    transition: all 0.5s;
}

.headerSquare:hover:before {
    transform: rotate(45deg);
    transition: all 0.5s;
}

.homeSections .futureDigitalInnovation {
    padding-top: 0;
}

.homeSections .futureDigitalInnovation .headerSquare {
    margin-bottom: 10px;
}

.homeSections .futureListCnt {
    margin-top: 0;
}

.homeSections .futureListCnt .title {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: montserratMedium;
    position: relative;
    text-transform: uppercase;
    line-height: 1.3;
    height: 30px;
}

.homeSections .futureListCnt .title:before {
    width: 20px;
    height: 20px;
    background: #ffc107;
    position: absolute;
    left: -5px;
    top: -5px;
    content: "";
    z-index: -1;
}

.homeSections .futureListCnt .futureIcon {
    padding: 0;
    margin-top: 40px;
    transition: all 0.5s;
    display: inline-block;
}

.homeSections .futureListCnt .futureIcon img {
    width: 130px;
}

.homeSections .futureListCnt .futureIcon:hover {
    transform: rotate(1deg) scale(1.02);
}

.homeSections .viewMoreLink {
    background: #fbaa0f;
    color: #000;
    padding: 10px 20px;
    font-family: montserratMedium;
    box-shadow: 5px 10px 5px #ccc;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.5s;
}

.homeSections .viewMoreLink:hover {
    background: #000;
    color: #fbaa0f;
}

.homeSections .moreInfoBlock {
    margin-top: 20px;
}

.homeSections .clickHereBtn {
    background: #fbaa0f;
    color: #000;
    padding: 5px 20px;
    font-family: montserratMedium;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    margin-top: 10px;
}

.homeSections .clickHereBtn:hover {
    background: #000;
    color: #fbaa0f;
}

.homeSections .clickHereBtn:after {
    width: 20px;
    height: 20px;
    background: #ff4d00;
    position: absolute;
    right: -9px;
    bottom: -5px;
    content: "";
    z-index: 1;
    transition: all 0.5s;
}

.homeSections .clickHereBtn:hover:after {
    transform: rotate(90deg);
}

.text-Darkorange {
    color: #ff4d00;
}

.mt55 {
    margin-top: -55px;
}

.aboutNew .whoweare {
    padding-top: 0;
}

.card-group.partners {
    flex-wrap: wrap;
    margin-top: 10px;
}

.card-group.partners .card {
    flex-basis: 20%;
}

.partners .card-body {
    min-height: 130px;
}

.aboutNew .partners.card-group>.card+.card {
    border-left: 1px solid #ddd;
}

.connect-transform-innovate-anim {
    width: 350px;
    height: 270px;
    margin-top: 50px;
    position: relative;
}

.connect-transform-innovate-anim img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}

.achievementTxtBlock li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #fbaa0e;
}

.achievementTxtBlock li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fbaa0e;
}

.achievementTxtBlock li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

.interactive p.flashText {
    margin-top: 0;
}

.analytics-as-a-service p.flashText,
.animation p.flashText,
.animation-038-igaming p.flashText,
.application-security-testing-service p.flashText,
.applied-intelligence p.flashText,
.banking-and-financial-services p.flashText,
.blockchain-development p.flashText,
.center-of-excellence p.flashText,
.cloud-consulting p.flashText,
.cloud-management-038-infrastructure p.flashText,
.cloud-migration p.flashText,
.cloud-security p.flashText,
.cloud-security-services p.flashText,
.cloud-transformation p.flashText,
.compliance-038-cyber-security-risk-management-services p.flashText,
.connected p.flashText,
.connected-automobiles p.flashText,
.connected-health p.flashText,
.connected-manufacturing p.flashText,
.connected-stores p.flashText,
.consumer-packaged-goods p.flashText,
.conversational-ai p.flashText,
.crypto-services p.flashText,
.cyber-security-transfiguration-services p.flashText,
.data-analytics p.flashText,
.digital-marketing-services p.flashText,
.end-point-protection-038-prevention-for-social-engineering-attacks p.flashText,
.end-to-end-system-testing p.flashText,
.enterprise-platform-development p.flashText,
.extended-reality p.flashText,
.identity-access-management p.flashText,
.igaming-services p.flashText,
.immersive-shopping p.flashText,
.internet-of-things p.flashText,
.iot-testing p.flashText,
.machine-learning p.flashText,
.mobile-device-security p.flashText,
.mobility-as-a-service p.flashTexts,
.operational-technology-security-solutions p.flashText,
.performance-testing p.flashText,
.product-engineering p.flashText,
.product-lifecycle-management p.flashText,
.smart-contracts p.flashText,
.threat-intelligence-services p.flashText,
.vulnerability-assessment-and-testing p.flashText {
    margin-top: 30px;
}

.augmented-reality p.flashText {
    margin-top: 50px;
}

.cyber-security-services p.flashText {
    margin-top: 0;
}

.smart-displays p.flashText {
    margin-top: 30px;
}

.digital-signage p.flashText {
    margin-top: 0;
}

.virtual-reality p.flashText {
    margin-top: 20px;
}

.cloud-migration .alliances .partnersLogo,
.cloud-transformation .alliances .partnersLogo {
    flex-basis: 20%;
}

.partnersLogo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid silver;
    height: 180px;
    margin-top: 0;
}

.service-page.purple .highlightText,
span.highlightText {
    color: #03045e;
    font-family: montserratSemiBold;
}

.pageHeaderCnt {
    font-size: 24px;
    font-family: montserratMedium;
    color: #000;
    padding: 15px 0 10px 0;
    line-height: 1.3;
}

a:hover {
    color: #03045e;
}

.achievementCnt,
.platformsCnt,
.segmentsCnt,
.serviceOfferingCnt {
    padding-top: 0;
}

.successStory {
    padding-top: 0;
}

.case-study .breadcrumb-container .sectionTitle {
    color: #fff;
}

.case-study .banner-container.theme-bg {
    background: 0 0;
    position: relative;
    border-bottom: 0 solid #3ac9f5;
}

.orange .theme-bg,
.orange.case-study .banner-container.theme-bg::before {
    background: #19191e;
}

.applied-intelligence .segmentsCntBoxes a,
.center-of-excellence a.card.bg-light-blue,
.cognitive-ai .card-deck.segmentsCntBoxes .card a,
.cognitive-computing .segmentsCntBoxes a,
.digital-marketing-services .segmentsCntBoxes a,
.entertainment-038-online-gaming .serviceOfferingBoxes a,
.fiveg-technology .card-deck.segmentsCntBoxes .card a,
.fiveg-technology .serviceOfferingBoxes a,
.fiveg-technology .whatWeDo .card-deck a.card.bg-light-blue,
.healthcare-038-life-science .segmentsCntBoxes a,
.legal .segmentsCntBoxes a,
.legal-and-regulatory .segmentsCntBoxes a,
.oil-038-gas .segmentsCntBoxes a,
.retail .whatWeDo .card-deck a.card.bg-light-blue,
.scientific-and-engineering .segmentsCntBoxes a {
    pointer-events: none;
    cursor: inherit;
}

.agile-transformation .achievementCnt.whyUsCnt {
    padding-top: 0;
}

.Explore-Our-Methologies-block {
    padding: 30px 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.Explore-Our-Methologies-block a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Explore-Our-Methologies-block a:hover i.fa.fa-arrow-right {
    color: #fbaa0f;
}

li.process-itam {
    padding: 5px 15px;
    color: #03045e;
    font-size: 16px;
    line-height: 1.3;
}

.servicesBox.process-container-box .servicesHover {
    background-color: #caf0f8;
}

.servicesBox.process-container-box {
    min-height: 300px;
}

.process-container-uperItem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-container-uperItem img {
    width: auto;
}

.process-container-uperItem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicesBox.process-container-box {
    min-height: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.custom-service-card span.hitw-bottom,
.custom-service-card span.hitw-top,
.custom-service-card:last-child span.hitw-top,
.legacy-product-migration .custom-service-card:first-child span.hitw-bottom,
.legacy-product-migration .custom-service-card:last-child span.hitw-bottom,
.legacy-product-migration .custom-service-card:last-child span.hitw-top,
.legacy-product-migration .custom-service-card:nth-child(2) span.hitw-top,
.legacy-product-migration .custom-service-card:nth-child(3) span.hitw-bottom,
.product-conceptualization-and-innovation .custom-service-card:first-child span.hitw-bottom,
.product-conceptualization-and-innovation .custom-service-card:last-child span.hitw-bottom,
.product-conceptualization-and-innovation .custom-service-card:last-child span.hitw-top,
.product-conceptualization-and-innovation .custom-service-card:nth-child(2) span.hitw-top,
.product-maintenance-038-support .custom-service-card span.hitw-bottom,
.product-maintenance-038-support .custom-service-card span.hitw-top {
    display: none;
}

.legacy-product-migration .section.our-services .row.pt-5,
.product-conceptualization-and-innovation .section.our-services .row.pt-5 {
    padding: 4em 0 4em !important;
}

.process-container-uperItem p {
    text-align: center;
}

.product-maintenance-038-support .custom-service-card {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.product-maintenance-038-support .servicesBox.process-container-box {
    min-height: 350px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.agile-transformation .achievementCnt.whyUsCnt {
    padding-top: 80px;
}

.legacy-product-migration .techVision {
    margin-top: 0;
}

.product-conceptualization-and-innovation .custom-service-card,
.product-promotion .custom-service-card {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.bg-light-blue {
    background: #edfafd;
    border: none;
    border-top: 10px solid #03045e;
    border-radius: 0;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.whatWeDo {
    padding-top: 0;
}

.whatWeDo .card-deck h4.card-title {
    font-size: 1.2em;
    color: #03045e;
    font-family: montserratbold;
    position: relative;
}

h4.card-title:after {
    width: 100px;
    height: 4px;
    background: #fbaa0f;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    z-index: 1;
}

.whatWeDo-digram-img {
    padding-top: 0;
}

.whyusCnt.benefits-text .achievementTxtBlock {
    border-left: 5px solid #03045e;
    background: #edfafd;
    padding: 10px;
    margin: 15px 0 0;
    line-height: 1.3;
}

.whyusCnt.benefits-text .achievementTxtBlock:first-child {
    margin: 0 0 0;
}

.services-advantages-cnt .whyusCnt.benefits-text {
    padding-right: 0;
}

.card-deck a.card.bg-light-blue:hover {
    color: #03045e;
    box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.1);
    background: #90e0ef;
}

.whyusCnt.whyUs-text .achievementTxtBlock {
    margin-top: 20px;
}

.col-md-6.r-img-container {
    display: flex;
    align-items: center;
}

.custom-software-engineering a.card.bg-light-blue,
.enterprise-mobility a.card.bg-light-blue {
    flex-basis: 30% !important;
    margin-top: 0;
}

.agile-transformation a.card.bg-light-blue {
    flex-basis: 40% !important;
    margin-top: 30px;
}

a.cta-btn {
    padding: 20px;
    background: #03045e;
    color: #fff;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
}

a.cta-btn:hover {
    background: #fbaa0f;
    color: #fff;
}

ul.arrow li {
    list-style: none;
    position: relative;
    padding: 10px 0 0 20px;
}

ul.arrow li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    height: 8px;
    width: 8px;
    border: 1px solid #fbaa0f;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .card-deck.segmentsCntBoxes .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 40%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .banking-and-financial-services .card-deck.segmentsCntBoxes .card:last-child .segmentsBox,
    .cognitive-computing .card-deck.segmentsCntBoxes .card:last-child .segmentsBox,
    .healthcare-038-lifesciences .card-deck.segmentsCntBoxes .card:last-child .segmentsBox {
        display: flex;
        justify-content: space-between;
    }

    .healthcare-038-lifesciences .card-deck.segmentsCntBoxes .card:last-child .segmentsBox {
        display: block;
        justify-content: space-between;
    }

    .banking-and-financial-services .card-deck.segmentsCntBoxes .card:last-child .segmentsBox .segmentsBoxCnt,
    .cognitive-computing .card-deck.segmentsCntBoxes .card:last-child .segmentsBox .segmentsBoxCnt,
    .healthcare-038-lifesciences .card-deck.segmentsCntBoxes .card:last-child .segmentsBox .segmentsBoxCnt {
        padding-left: 45px;
    }
}

@media (min-width: 1025px) {
    .card-deck.segmentsCntBoxes .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .banking-and-financial-services .card-deck.segmentsCntBoxes .card:last-child .segmentsBox,
    .cognitive-computing .card-deck.segmentsCntBoxes .card:last-child .segmentsBox {
        display: inherit;
        justify-content: inherit;
    }

    .banking-and-financial-services .card-deck.segmentsCntBoxes .card:last-child .segmentsBox .segmentsBoxCnt,
    .cognitive-computing .card-deck.segmentsCntBoxes .card:last-child .segmentsBox .segmentsBoxCnt {
        padding-left: inherit;
    }
}

@media (max-width: 1399px) {
    .product-promotion .custom-service-card .servicesBox.process-container-box {
        min-height: 325px;
    }
}

@media (max-width: 1199px) {

    .cloud-migration .alliances .partnersLogo,
    .cloud-transformation .alliances .partnersLogo {
        flex-basis: 20%;
        height: 125px;
    }

    .product-promotion .custom-service-card .servicesBox.process-container-box {
        min-height: 365px;
    }
}

@media (max-width: 991px) {
    .card-deck .card.bg-light-blue {
        flex-basis: 40%;
        margin-bottom: 25px;
    }

    .whatWeDo-digram-img {
        padding-top: 0;
    }

    .services-advantages-cnt .whyusCnt {
        padding-right: 40px;
    }

    .cloud-migration .alliances .partnersLogo,
    .cloud-transformation .alliances .partnersLogo {
        flex-basis: 20%;
        height: 100px;
        padding: 7px;
    }

    .product-promotion .custom-service-card .servicesBox.process-container-box {
        min-height: 375px;
    }
}

@media (max-width: 767px) {
    .services-advantages-cnt .whyusCnt {
        padding-right: 0;
    }

    .custom-software-engineering a.card.bg-light-blue,
    .enterprise-mobility a.card.bg-light-blue {
        margin-top: 20px;
    }

    .card-deck.segmentsCntBoxes .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .digital-marketing-services .card-deck.segmentsCntBoxes .card {
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .product-conceptualization-and-innovation .custom-service-card,
    .product-promotion .custom-service-card {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cloud-migration .alliances .partnersLogo,
    .cloud-transformation .alliances .partnersLogo {
        flex-basis: 33%;
        height: 100px;
        padding: 7px;
    }

    .alliances .row:last-child {
        justify-content: center;
        margin-top: 30px;
        padding: 0 15px;
    }

    .partnersLogo {
        border: 1px solid silver !important;
        margin-top: 15px !important;
    }

    .product-promotion .custom-service-card .servicesBox.process-container-box {
        min-height: 330px;
    }
}

@media (max-width: 575px) {
    header {
        padding: 0 0 !important;
    }

    .cloud-migration .alliances .partnersLogo,
    .cloud-transformation .alliances .partnersLogo {
        flex-basis: 48%;
        height: 100px;
        padding: 0 15px;
    }

    .alliances .row:last-child {
        justify-content: space-around;
        margin-top: 30px;
        padding: 0 15px;
    }

    .card-deck.segmentsCntBoxes .card {
        margin-right: 0;
        margin-left: 0;
    }

    .digital-marketing-services .card-deck.segmentsCntBoxes .card {
        margin-right: 0;
        margin-left: 0;
    }

    .product-conceptualization-and-innovation .custom-service-card,
    .product-promotion .custom-service-card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-promotion .custom-service-card .servicesBox.process-container-box {
        min-height: 300px;
    }
}

.servicesBox.box4 {
    min-height: 300px;
    transition: all 0.5s;
    overflow: visible;
}

.servicesBox.box4 .servicesHover {
    padding: 20px;
    font-size: 14px;
}

.onshore {
    font-size: 14px;
    display: block;
}

.servicesBox.box4 .servicesHover {
    z-index: 1;
}

.servicesBox.box4 .font14 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.pall20 {
    padding: 20px;
    min-height: 260px;
}

.servicesBox.box4 .alvarium {
    background: #000;
    color: #fff;
}

.servicesBox.box4 .global {
    background: grey;
    color: #fff;
}

.servicesBox.box4 .solution {
    background: #dcdcdc;
    color: #000;
}

.servicesBox.box4 .dna {
    background: #f7f7f7;
    color: #000;
}

.servicesBox.box4:hover {
    transition: all 0.5s;
}

.headerHome .headerSquare,
.smart-solution .headerSquare {
    line-height: normal;
}

.headerHome .headerSquare span,
.smart-solution .headerSquare span {
    position: relative;
    top: -20px;
}

.headerHome .homeHeaderText .homeText2 {
    padding-top: 0;
}

.masonry-content p {
    font-size: 14px;
    padding: 20px;
    padding-top: 0;
}

.servicesBox.equalto,
.servicesBox.plus {
    position: relative;
}

.servicesBox.equalto:after,
.servicesBox.plus:after {
    position: absolute;
    right: -40px;
    top: 50%;
    content: "+";
    font-size: 50px;
    background: #fff;
    color: #fbaa0f;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    z-index: 5;
    font-family: montserratBold;
}

.servicesBox.equalto:after {
    content: "=";
}

.pageHeader span.txt1 {
    font-family: montserratLight;
    color: #000;
}

.aboutNew .pageHeader {
    color: #03045e;
}

.aboutNew .imageContent img {
    max-width: 80%;
}

.achievementNum {
    font-size: 38px;
}

.achievementTxtBlock {
    padding-top: 0;
    border-left: 5px solid #caf0f8;
    margin-top: 0;
    margin-bottom: 40px;
}

.whyusCnt p {
    padding-bottom: 1em;
}

.purple-border .achievementTxtBlock {
    border-left: 5px solid #caf0f8;
}

.flashText::before {
    animation: mymove2 5s infinite;
}

@keyframes mymove {
    0% {
        width: 0;
        background: #6610f2;
    }

    50% {
        width: 25%;
        background: #fbaa0f;
    }

    100% {
        width: 50%;
        background: #00b4d8;
    }
}

.bb-yellow-4 {
    animation: mymove1 5s infinite;
}

@keyframes mymove1 {
    0% {
        border-bottom-color: #00b4d8;
    }

    50% {
        border-bottom-color: #fbaa0f;
    }

    100% {
        border-bottom-color: #00b4d8;
    }
}

.homeHeaderText {
    font-style: normal;
}

.innovation-box-cnt {
    display: flex;
    flex-wrap: wrap;
}

.innovation-box-cnt .innovate-box {
    flex-basis: 20%;
    border: 5px solid #fff;
    background: #edfafd;
    text-align: center;
    text-transform: uppercase;
    font-family: montserratMedium;
    transition: all 0.5s;
}

.innovation-box-cnt .innovate-box:nth-child(odd) {
    background: #caf0f8;
}

.innovation-box-cnt .innovate-box:hover {
    background: #ffc107;
    transform: scale(0.95);
}

.innovation-box-cnt .innovate-box a {
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding: 30px 20px;
    height: 100%;
}

.innovation-box-cnt .innovate-box a p+p {
    margin-top: 15px;
}

.headerHomeNew .homeHeaderText {
    padding-right: 0;
}

.headerHomeNew .homeText2 {
    padding-top: 0;
}

.headerHomeNew .homeText3 {
    font-size: 16px;
    line-height: 1.5;
    font-family: montserratRegular;
    padding-top: 20px;
}

.headerHomeNew .servicesBox {
    border-color: #00b4d8;
}

.headerHomeNew .servicesBox.box4 {
    min-height: 180px;
    display: flex;
    align-items: center;
}

.headerHomeNew .servicesBox.plus:after {
    font-size: 40px;
    color: #00b4d8;
    background: 0 0;
}

.headerHomeNew .servicesBox.box4 .servicesHover {
    font-size: 13px;
    line-height: 20px;
}

.headerHomeNew .servicesBox.box4 .alvarium {
    background: #edfafd;
    color: #000;
}

.headerHomeNew .servicesBox.box4 .global {
    background: #edfafd;
    color: #000;
}

.headerHomeNew .servicesBox.box4 .solution {
    background: #edfafd;
    color: #000;
}

.headerHomeNew .servicesBox.box4 .dna {
    background: #edfafd;
    color: #000;
}

.headerHomeNew .font25 {
    font-size: 20px;
}

.headerHomeNew .HomerightSideBox {
    padding-left: 100px;
    border-left: 5px solid #00b4d8;
}

.clickHereBtn {
    background: #fbaa0f;
    color: #000;
    padding: 5px 20px;
    font-family: montserratMedium;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    margin-top: 10px;
}

.clickHereBtn:hover {
    background: #03045e;
    color: #fff;
}

.clickHereBtn:after {
    width: 20px;
    height: 20px;
    background: #ff4d00;
    position: absolute;
    right: -9px;
    bottom: -5px;
    content: "";
    z-index: 1;
    transition: all 0.5s;
}

.clickHereBtn:hover:after {
    transform: rotate(90deg);
}

.headerHomeNew .HomerightSideBox .ImageContentBox p {
    padding: 10px;
}

.headerHomeNew .font25 {
    font-size: 15px;
}

.headerHomeNew .servicesBox.box4 {
    display: block;
    min-height: 202px;
}

.headerHomeNew .servicesBox.box4 .ImageContentBox .bb-black-4 {
    height: 110px;
    overflow: hidden;
}

.headerHomeNew .servicesBox.box4.h185 {
    min-height: 185px;
}

.headerHomeNew .servicesBox.box4 .alvarium {
    background: #000;
    color: #fff;
}

.headerHomeNew .servicesBox.box4 .global {
    background: grey;
    color: #fff;
}

.headerHomeNew .servicesBox.box4 .solution {
    background: #dcdcdc;
    color: #000;
}

.headerHomeNew .servicesBox.box4 .dna {
    background: #f7f7f7;
    color: #000;
}

.box4Cnt {
    position: relative;
}

.box4Cnt:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -43px;
    margin-top: -5px;
    content: "+";
    font-size: 150px;
    color: #03045e;
}

.lead-title {
    color: #03045e;
}

.internal-links.fiveg .serviceOfferingBoxes a,
.internal-links.scientific-and-engineering .serviceOfferingBoxes a {
    cursor: default;
}

.pb150 {
    padding-bottom: 180px;
}

.pt-80 {
    padding-top: 80px;
}

.homeSections .futureDigitalInnovation .headerSquare {
    text-align: right;
}

.homeSections .futureDigitalInnovation .headerSquare span,
.smart-solution .headerSquare span {
    position: relative;
    top: -20px;
}

.homeSections .futureDigitalInnovation .headerSquare span {
    font-size: 18px;
    font-family: montserratRegular;
}

.gdtoday .mt-90 {
    margin-top: 50px;
}

.best-ecperience-txt {
    position: absolute;
    right: 32px;
    bottom: 70px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.res .pageHeaderBox {
    margin-bottom: 20px;
}

.res .pageHeader {
    font-size: 24px;
    padding-top: 80px;
}

.res .flashText {
    margin-top: 0;
}

.res .pageHeader::after {
    display: none;
}

.res .subHead {
    font-size: 24px;
    font-family: montserratBlack;
    color: #2b388f;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.res .subHead::before {
    width: 50px;
    height: 50px;
    background: #caf0f8;
    position: absolute;
    left: -15px;
    top: -10px;
    content: "";
    z-index: -1;
}

.res .quoteline {
    font-size: 18px;
    font-style: italic;
    text-align: right;
}

.res .mt-50 {
    margin-top: 30px;
}

.res .hightlightTitle {
    border-left: 8px solid #03045e;
    background: #edfafd;
    font-size: 16px;
    font-style: italic;
    padding: 10px;
    margin-top: 10px;
}

.res .expertBox {
    margin-top: 50px;
}

.res .expertBox .pageHeader {
    padding-bottom: 10px;
    padding-top: 40px;
}

.res .wisdomBox {
    margin-top: 30px;
}

.res .wisdomBox p {
    margin-top: 10px;
}

.res .wisdomBox .pageHeaderBox .pageHeader {
    padding-bottom: 10px;
    padding-top: 0;
}

.res .wisdomBox .pageHeaderBox .pageHeader::before {
    display: none;
}

.res.pageSubHeader {
    font-size: 20px;
    padding-top: 30px;
    font-family: montserratBold;
    line-height: 30px;
}

.keyParameters {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.keyPoints {
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-basis: calc(20% - 10px);
    height: 200px;
    perspective: 1000px;
    padding: 0;
    margin: 5px 5px;
    font-size: 16px;
    text-align: center;
}

.keyPoints-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    background: #edfafd;
    padding: 20px;
    transition: all 0.5s;
}

.keyPoints-inner img {
    width: 100%;
    height: 100%;
}

.keyPoints:hover .keyPoints-inner {
    transform: rotateY(5deg);
    background: #7abaff;
    transform: scale(1.01);
}

.keyPoints-back,
.keyPoints-front {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.keyPoints-front {
    font-weight: 700;
}

.keyPoints-back {
    transform: rotateY(180deg);
    display: none;
}

.keyPoints:nth-child(odd):hover .keyPoints-inner {
    background: #ffdf7e;
}

.whatSetUpStart {
    margin-top: 0;
}

.whatSetUpStart .headerSquare {
    margin-bottom: 50px;
    color: #03045e;
}

.whatSetUpStart .tabCont {
    background: #edfafd;
    border-left: 10px solid #fbaa0f;
    padding: 30px 50px 30px 100px;
}

.whatSetUpStart .tabCont p {
    margin-bottom: 20px;
}

.whatSetUpStartTab {
    margin-top: 30px;
}

.whatSetUpStart .nav-link {
    font-size: 32px;
    line-height: 40px;
    color: #868686;
    padding: 20px 20px 20px 0;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.whatSetUpStart .nav-link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    background: #e1e1e1;
    width: 50%;
    content: "";
}

.whatSetUpStart .nav-link.active {
    color: #000;
    background: 0 0;
    font-family: montserratBold;
}

.whatSetUpStart .nav-link.active:after {
    background: #fbaa0f;
}

.whatSetUpStart .tabCont ul {
    margin: 10px 0 20px 50px;
}

.whatSetUpStart .tabCont ul li {
    list-style: disc;
}

.OpratingTab {
    margin-top: 20px;
}

.OpratingTab .nav-link {
    font-size: 22px;
    line-height: 22px;
    color: #868686;
    display: inline-block;
    padding: 5px 20px;
    border-left: 5px solid #0fb5d8;
    width: auto;
}

.OpratingTab .nav-link:after {
    display: none;
}

.OpratingTab .nav-link:first-child {
    padding-left: 0;
    border-left: 0;
}

.OpratingTab .nav {
    margin-bottom: 20px;
}

.font18BI {
    font-size: 18px;
    font-weight: 700;
}

.OpratingTab .tabCont {
    background: 0 0;
    border: 0;
    padding-left: 0;
    display: flex;
    padding-bottom: 0;
}

.OpratingTab .tabCont .tabImg {
    flex-basis: 30%;
    text-align: center;
}

.OpratingTab .tabCont .tabImgDetails {
    flex-basis: 70%;
}

.OpratingTab .tabCont .tabImgDetails ul {
    margin: 10px 0 20px 50px;
}

.bg-gray {
    background: #e9ecef !important;
}

.quoteLine {
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    font-weight: 700;
}

.quoteline1 {
    font-size: 24px;
    font-family: montserratBold;
    color: #000;
    position: relative;
    margin-top: 50px;
}

.tooltech-page .Explore-Our-Methologies {
    padding-top: 50px;
}

.toolTechCnt {
    padding-top: 80px;
}

.techTitle {
    font-size: 28px;
    font-family: montserratRegular;
    line-height: 1;
    border-left: 5px solid #00c0f3;
    padding: 10px 0 10px 20px;
    margin-top: 0;
}

.techListItem p {
    padding: 25px 0;
    border-bottom: 1px solid #d9d9d9;
}

.techListItem p:last-child {
    border-bottom: 0 solid #d9d9d9;
}

.tooltech-page .Explore-Our-Methologies-block {
    padding: 30px 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.tooltech-page .Explore-Our-Methologies-block a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tooltech-page .Explore-Our-Methologies-block a:hover i.fa.fa-arrow-right {
    color: #fbaa0f;
}

.tabCont .imgBox {
    margin-bottom: 50px;
}

.advantage-achievement {
    display: flex;
    margin-top: 50px;
    position: relative;
}

.advantage-achievement .advCnt {
    width: calc(50% - 10px);
    display: block;
    margin: 0 5px;
}

.advantage-achievement a {
    background: #e4f7fb;
    font-size: 30px;
    color: #03045e;
    border-bottom: 5px solid #fbaa0f;
    padding: 10px 20px;
    font-family: montserratBlack;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.advCnt {
    position: relative;
    height: 50px;
    overflow: hidden;
    z-index: 1;
}

.advHover {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    background: #1984bd;
    padding: 20px;
    color: #fff;
    transition: all 0.5s;
}

.advHover ul li {
    list-style: none;
    margin: 10px 0;
    position: relative;
    padding: 0 30px;
}

.advHover ul li span {
    color: #fbaa0f !important;
    font-family: montserratBlack;
    font-size: 24px;
}

.advHover.adv ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fbaa0f;
}

.advantage-achievement .advCnt:hover {
    height: auto;
    overflow: visible;
}

.advantage-achievement .advCnt:hover .advHover {
    opacity: 1;
    bottom: 49px;
}

.advantage-achievement .advCnt:hover a {
    background: #1984bd;
    color: #fff;
}

.product-img {
    margin-top: 50px;
}

.ourCapabilities-new {
    display: flex;
    margin-top: 0;
    margin-bottom: 50px;
}

.ourCapabilities-new .ourCapBox {
    width: 20%;
    margin: 0 5px;
}

.ourCapabilities-new .ourCapBox .capBox {
    margin-top: 0;
    margin-bottom: 30px;
}

.ourCapabilities-new .ourCapBox .capBox .capBoxTitle {
    font-size: 18px;
    font-family: montserratBold;
    border-radius: 20px 20px 20px 0;
    padding: 10px 10px 20px;
    border: 5px solid #fbaa0f;
    border-left: 0;
    min-height: 92px;
    display: flex;
    align-items: center;
}

.ourCapabilities-new .ourCapBox .capBox .capBoxDesc {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px 0 20px 20px;
    border: 5px solid #fbaa0f;
    border-right: 0;
    margin-top: -20px;
    font-size: 14px;
    line-height: 20px;
}

.lightBlue {
    background: #90e0ef;
}

.DarkBlue {
    background: #0077b6;
    color: #fff;
}

.MidBlue {
    background: #00b4d8;
    color: #fff;
}

.capBoxBlue {
    background: #03045e;
    border-radius: 20px;
    padding: 5px;
}

.capBoxBlue .CapTitle {
    font-size: 26px;
    color: #fff;
    font-family: montserratBlack;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px;
}

.capBoxBlue .CapDesc {
    background: #fbaa0f;
    border-radius: 10px;
    padding: 20px;
}

.CapDescInfo {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 68px 0;
}

.CapDescInfo .number {
    font-size: 40px;
    font-family: montserratBlack;
    margin-bottom: 10px;
}

.subTextLine {
    margin-top: 0;
}

.ourProcessNew {
    position: relative;
    min-height: 534px;
    margin-bottom: 0;
}

.processImg {
    position: absolute;
    width: 538px;
    height: 534px;
    left: 50%;
    margin-left: -267px;
}

.ourProcessNew .process {
    position: absolute;
    width: 320px;
}

.ourProcessNew .process .title {
    font-size: 20px;
    font-family: montserratBold;
}

.ourProcessNew .process1 {
    text-align: right;
    left: 85px;
    top: 60px;
}

.ourProcessNew .process1 p.title {
    font-size: 20px;
    font-family: montserratBold;
    color: #00b5d9;
}

.ourProcessNew .process2 {
    right: 80px;
    top: 90px;
}

.ourProcessNew .process2 p.title {
    color: #000160;
}

.ourProcessNew .process3 {
    right: 60px;
    bottom: 80px;
}

.ourProcessNew .process3 p.title {
    color: #0078ba;
}

.ourProcessNew .process4 {
    left: 80px;
    bottom: 80px;
    text-align: right;
}

.ourProcessNew .process4 p.title {
    color: #ffac00;
}

.LimeLightLinks {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.LimeLightLinks .links4 {
    display: block;
    background: url(../image/arrow-limelight.png) left top no-repeat;
    overflow: hidden;
    height: 82px;
    width: calc(50% - 20px);
    margin: 30px 10px 0 10px;
    border-radius: 50px;
    font-size: 22px;
    font-family: montserratBold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LimeLightLinks .links4.blueLinks {
    background-position: -2px 0;
    border: 2px solid #00b4d8;
    color: #00b4d8;
}

.LimeLightLinks .links4.DarkblueLinks {
    background-position: -2px -165px;
    border: 2px solid #0077b6;
    color: #0077b6;
}

.LimeLightLinks .links4.YellowLinks {
    background-position: -2px -83px;
    border: 2px solid #fbaa0f;
    color: #fbaa0f;
}

.LimeLightLinks .links4.LightblueLinks {
    background-position: -2px -247px;
    border: 2px solid #90e0ef;
    color: #90e0ef;
}

.LimeLightLinks .links4:hover {
    color: #000;
}

.w100 {
    width: 100% !important;
}

.our-services.process {
    padding-top: 0;
    padding-bottom: 0;
}

.keyTitle {
    font-size: 30px;
    font-family: montserratBold;
    margin-bottom: 30px;
    margin-top: 30px;
}

.keyBenefitBox {
    display: flex;
}

.keyBenefits {
    background: #0077b6;
    color: #fff;
    padding: 20px 30px 20px 70px;
    position: relative;
    margin: 0 7px;
    flex-basis: 33.33%;
}

.keyBenefits:before {
    background: url(../image/pin.png) left top no-repeat;
    content: "";
    position: absolute;
    left: 20px;
    top: -13px;
    width: 38px;
    height: 65px;
}

.tools-technologyCnt {
    display: flex;
    margin-top: 50px;
}

.tools-technologyCnt .toolsBox {
    border: 3px solid #ddd;
    flex-basis: 15.66%;
    text-align: center;
    margin: 0 5px;
    padding: 0 0 20px;
    height: 100%;
}

.tools-technologyCnt .toolsBox .flipBg {
    background: url(../image/tools-bg.png) center top no-repeat;
    width: 180px;
    height: 48px;
    overflow: hidden;
    display: block;
    font-size: 16px;
    font-family: montserratMedium;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
    line-height: 48px;
    margin-top: -12px;
    margin-bottom: 20px;
    background-size: 100%;
}

.tools-technologyCnt .toolsBox .flipBg.bg1 {
    background-position: 0 top;
}

.tools-technologyCnt .toolsBox .flipBg.bg2 {
    background-position: 0 -99px;
}

.tools-technologyCnt .toolsBox .flipBg.bg3 {
    background-position: 0 -147px;
}

.tools-technologyCnt .toolsBox .flipBg.bg4 {
    background-position: 0 -196px;
}

.tools-technologyCnt .toolsBox .flipBg.bg5 {
    background-position: 0 bottom;
}

.retail p.flashText {
    margin-top: 30px;
}

.retail p.hightlightTitle {
    border-left: 8px solid #03045e;
    background: #edfafd;
    font-size: 16px;
    font-style: italic;
    padding: 10px;
    margin-top: 10px;
}

.productServiceInner {
    padding: 40px 20px 40px 40px;
    background: #eaeaea;
    border-radius: 0 12px 12px 0;
    margin: 0 0 30px;
    min-height: 250px;
    position: relative;
}

.productServiceInner:before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    background: red;
    left: 0;
    top: 0;
    z-index: 2;
    box-shadow: 4px 0 12px #828282;
}

h3.title {
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 24px;
}

.productServiceOuter.item-nevyblue .productServiceInner:before {
    background: #03045e;
}

.productServiceOuter.item-blue .productServiceInner:before {
    background: #00b4d8;
}

.productServiceOuter.item-yellow .productServiceInner:before {
    background: #fbaa0f;
}

.section.our-services.targeted-cxo-container .custom-service-card {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.section.our-services.targeted-cxo-container .custom-service-card .servicesBox.process-container-box {
    min-height: 235px;
    border: none;
}

.section.our-services.targeted-cxo-container .custom-service-card .servicesBox.process-container-box .servicesHover {
    justify-content: center;
    padding: 15px;
    text-align: center;
    font-size: 1em;
    background-color: rgb(251 170 15);
    line-height: 1.4;
}

.section.our-services.targeted-cxo-container .custom-service-card:nth-child(odd) .servicesBox.process-container-box {
    background: #90e0ef;
}

.section.our-services.targeted-cxo-container .custom-service-card:nth-child(even) .servicesBox.process-container-box {
    background: #edfafd;
}

.targeted-cxo-container .process-container-uperItem p {
    text-align: center;
    font-size: 18px;
    color: #0056b3;
    font-family: montserratSemiBold;
    padding: 20px 0 10px;
}

.offshorePoints p.hightlightTitle {
    border-left: 8px solid #03045e;
    background: #edfafd;
    font-size: 14px;
    font-style: italic;
    padding: 10px;
    margin-top: 10px;
}

.OfferingBoxesvdata {
    margin-top: 0;
}

.OfferingBoxesvdata .serviceOfferingBox1 {
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 20px;
    padding-left: 50px;
}

.OfferingBoxesvdata .serviceOfferingBox1::before {
    height: 150px;
    left: 20px;
    top: 0;
}

.OfferingBoxesvdata .last .col-md-12:last-child .serviceOfferingBox1 {
    margin-bottom: 0;
}

.techExpertisePoint li {
    padding: 5px 0;
}

.focus-areas .achievementNum {
    display: block;
    margin-bottom: 8px;
    font-size: 25px;
}

.product-promotion .custom-service-card .servicesBox.process-container-box .servicesHover {
    background: #ffac00;
}

.product-conceptualization-and-innovation .custom-service-card:nth-child(1) .servicesBox.process-container-box .servicesHover {
    background: #00b5d9;
}

.product-conceptualization-and-innovation .custom-service-card:nth-child(2) .servicesBox.process-container-box .servicesHover {
    background: #000160;
}

.product-conceptualization-and-innovation .custom-service-card:nth-child(3) .servicesBox.process-container-box .servicesHover {
    background: #ffac00;
}

.product-conceptualization-and-innovation .custom-service-card .servicesBox.process-container-box .servicesHover li.process-itam {
    color: #fff;
}

.card-deck.segmentsCntBoxes .card:last-child {
    margin-bottom: 0;
}

mt-80 {
    margin-top: 80px;
}

mb-80 {
    margin-bottom: 80px;
}

.achievementTxtBlock:last-child {
    margin-bottom: 0;
}

.achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0;
}

.card-deck.segmentsCntBoxes .card:nth-last-child(2) {
    margin-bottom: 0;
}

.card-deck.segmentsCntBoxes .card:nth-last-child(3) {
    margin-bottom: 0;
}

.achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 50px;
}

.pad-bottom30 {
    padding-bottom: 30px;
}

.pad-bottom50 {
    padding-bottom: 50px;
}

.serviceOfferingBoxes.ourCap {
    padding-bottom: 30px;
}

.smart-displays .serviceOfferingBoxes.ourCap {
    padding-bottom: 0;
}

.serviceOfferingBoxes.keyExpert div:last-child .serviceOfferingBox1,
.serviceOfferingBoxes.keyExpert div:nth-last-child(2) .serviceOfferingBox1 {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.mobility-as-a-service .serviceOfferingBoxes.keyExpert div:last-child .serviceOfferingBox1,
.mobility-as-a-service .serviceOfferingBoxes.keyExpert div:nth-last-child(2) .serviceOfferingBox1 {
    padding-bottom: 0;
}

.enterprise-application-development .achievementCnt.pad-bottom50 {
    padding-bottom: 0;
}

.application-modernization .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2),
.custom-software-engineering .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2),
.enterprise-mobility .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2),
.software-maintenance-and-support .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0;
}

.enterprise-mobility a.card.bg-light-blue {
    margin-bottom: 30px;
}

.enterprise-mobility a.card.bg-light-blue:last-child {
    margin-bottom: 0;
}

.ourCapabilities-new .ourCapBox .capBox:last-child {
    margin-bottom: 0;
}

.OfferingBoxesvdata .Schild:last-child .serviceOfferingBox1 {
    margin-bottom: 0;
}

.cloud-transformation .achievementCnt.pad-bottom50 {
    padding-bottom: 0;
}

.cloud-consulting .serviceOfferingBoxes.keyExpert div:last-child .serviceOfferingBox1,
.cloud-consulting .serviceOfferingBoxes.keyExpert div:nth-last-child(2) .serviceOfferingBox1 {
    margin-bottom: 0;
}

.cloud-migration .achievementCnt.pad-bottom50,
.quality-engineering .achievementCnt.pad-bottom50 {
    padding-bottom: 0;
}

.mobility-as-a-service .serviceOfferingBoxes.keyExpert div:last-child .serviceOfferingBox1,
.mobility-as-a-service .serviceOfferingBoxes.keyExpert div:nth-last-child(2) .serviceOfferingBox1 {
    margin-bottom: 0;
}

.quality-engineering .alliances {
    padding-bottom: 50px;
}

.application-security-testing-service .serviceOfferingBoxes.keyExpert div:last-child .serviceOfferingBox1 {
    padding-bottom: 0;
}

.banking-and-financial-services .expert-speak {
    padding-bottom: 150px;
}

.productServiceOuter:last-child .productServiceInner,
.productServiceOuter:nth-last-child(2) .productServiceInner,
.productServiceOuter:nth-last-child(3) .productServiceInner {
    margin-bottom: 0;
}

.healthcare-038-lifesciences .platformsCnt {
    padding-bottom: 50px;
}

.healthcare-038-lifesciences .card-deck.segmentsCntBoxes .card:nth-last-child(2),
.healthcare-038-lifesciences .card-deck.segmentsCntBoxes .card:nth-last-child(3) {
    margin-bottom: 15px;
}

.digital-content-engineering .card-deck.segmentsCntBoxes .card:nth-last-child(2),
.digital-content-engineering .card-deck.segmentsCntBoxes .card:nth-last-child(3) {
    margin-bottom: 15px;
}

.page-template-about .smartsolutionIcons:last-child,
.page-template-about .smartsolutionIcons:nth-last-child(2),
.page-template-about .smartsolutionIcons:nth-last-child(3) {
    padding-bottom: 0;
}

.page-template-about .smartsolutionCnt {
    margin-top: -40px;
}

.OffshorePointsList {
    padding-top: 30px;
}

.OffshorePointsList ul {
    margin: 20px 0 20px 30px;
}

.OffshorePointsList li {
    list-style: disc;
}

.OffshorePointsList p {
    margin-bottom: 20px;
}

.border-all {
    border: 1px solid #ddd;
    padding: 20px;
}

.servicesBox.box4 {
    margin-bottom: 0;
}

.blue1 .theme-bg,
.blue1.case-study .banner-container.theme-bg::before {
    background: #03045e;
}

.blue2 .theme-bg,
.blue2.case-study .banner-container.theme-bg::before {
    background: #0077b6;
}

.blue3 .theme-bg,
.blue3.case-study .banner-container.theme-bg::before {
    background: #00b4d8;
}

.bb-blue-4,
.bb-green-4,
.bb-green2-4,
.bb-maroon-4,
.bb-orange-4 {
    border-bottom: 4px solid #90e0ef;
}

.bg-blue,
.bg-green,
.bg-green2,
.bg-maroon,
.bg-orange {
    background-color: #fbaa0f;
}

.cloud-transformation .alliances,
.enterprise-application-development .alliances,
.product-engineering .alliances {
    padding-bottom: 50px;
}

.product-promotion .our-services {
    padding-bottom: 0;
}

.banking-and-financial-services .achievementTxtBlock:nth-last-child(2),
.cloud-transformation .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 40px;
}

.center-of-excellence .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0;
}

.compliance-038-cyber-security-risk-management-services .serviceOfferingBoxes.keyExpert div:last-child .serviceOfferingBox1 {
    padding-bottom: 0;
}

.robotic-process-automation .segmentsCnt .card-deck.segmentsCntBoxes .card:nth-last-child(2),
.robotic-process-automation .segmentsCnt .card-deck.segmentsCntBoxes .card:nth-last-child(3) {
    margin-bottom: 15px;
}

.digital-marketing-services .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 40px;
}

.homeSections .insights {
    padding: 0 0 0;
    padding-bottom: 30px;
}

.interactive .serviceOfferingBox {
    margin: 0;
}

.footer-links H3 a {
    font-size: 24px;
    line-height: 24px;
    font-family: montserratBold;
    margin-bottom: 20px;
    color: #f3f3f3;
}

.footer-links H3 a:hover {
    text-decoration: none;
}

.case-study .font50 {
    font-size: 40px;
}

.case-study .insightTitle {
    padding-bottom: 40px;
}

.case-study .insights-details-left-cnt p:last-child {
    margin-bottom: 0;
}

.OpratingTab.our-pillars .tabCont {
    display: block;
    padding-top: 0;
}

.address-form {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.address-box {
    background: #0077b6;
    width: 100%;
    height: auto;
    color: #fff;
    position: relative;
}

.getin-touch-form .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    font-size: 14px;
    font-family: montserratRegular;
    text-align: left;
    opacity: 1;
    top: 1em;
    color: #000;
    padding-left: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.getin-touch {
    background: #fff;
    padding-top: 10px;
    position: relative;
    margin-top: 0;
}

.getin-touch-form {
    background: #fff;
    border: 1px solid #fff;
    padding: 30px 30px 30px;
    position: relative;
    width: 100%;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid red;
}

.getin-touch-form .form h3 {
    font-size: 30px;
    font-family: montserratBold;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #000;
}

.getin-touch-form input.wpcf7-form-control.wpcf7-submit.btn-type1.orange {
    width: 140px;
    border-radius: 0;
    background: #0077b6;
    border: 2px solid #0077b6;
}

.getin-touch-form input.wpcf7-form-control.wpcf7-submit.btn-type1.orange:hover {
    background: #fff;
    color: #0077b6;
}

.footer-country {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 10px;
    padding: 12px 20px 14px;
}

.footer-country p {
    margin-bottom: 5px;
    text-align: left;
}

.footer-country ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-country ul li {
    list-style: none;
    width: 33.33%;
    margin: 5px 0;
}

.footer-country ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    pointer-events: none;
    cursor: inherit;
}

.footer-country ul li a img {
    max-width: 30px;
    margin-right: 5px;
}

.address-box .address {
    padding: 10px 20px 0;
}

.country-add {
    display: none;
}

.country-add:first-child {
    display: block;
}

.address-box .address p.font16 img {
    max-width: 30px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.address-box .address a.btn.btn-contactUs {
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    display: inline-block;
    border-radius: 0;
    width: 100%;
    max-width: 275px;
}

.address-box .address a.btn.btn-contactUs:hover {
    color: #fff;
    text-decoration: none;
    background: 0 0;
    border: 1px solid #fff;
}

.banner-caption h2 {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #03045e;
    text-transform: uppercase;
}

.banner-caption h3.name {
    font-size: 20px;
    margin: 15px 0;
    border-bottom: 2px solid #6c757d;
    padding-bottom: 15px;
}

.custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 {
    display: block;
    height: 49px;
}

.custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container {
    display: block;
    width: 100% !important;
}

.custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container .select2-selection--single {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    font-size: 14px;
    font-family: montserratRegular;
    text-align: left;
    opacity: 1;
    top: 1em;
    color: #000;
    padding-left: 0.5rem;
}

.custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 1px;
    width: 20px;
}

.custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d;
}

.custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.custom-row-footer {
    position: absolute;
    bottom: 0;
}

h3.global-titale-lable,
h3.office-titale-lable {
    padding: 20px 20px 0;
    font-size: 1.125em;
    font-weight: 600;
}

.address-box>.row>.col-sm-6.col-lg-7 {
    border-right: 1px solid #fff;
    padding: 0 0 0 32px;
}

.address-box .address.country2 {
    padding-left: 40px;
}

.contact-us-clock {
    background: #01001f;
    margin-top: 50px;
    padding: 50px 0;
}

.phonr-img {
    margin-top: -65px;
}

.contact-us-clock ul li {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #232246;
}

.contact-us-clock ul li.office-open {
    color: #fbaa0f;
}

.contact-us-clock ul li.office-open a {
    color: #fbaa0f;
}

.contact-us-clock ul li.office-close {
    color: #929090;
}

.contact-us-clock ul li.office-close a {
    color: #929090;
}

.contact-us-clock .contact-header {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: montserratBold;
    text-transform: uppercase;
}

.contact-us-clock .contact-header .city-time {
    font-size: 20px !important;
    font-family: montserratBold !important;
}

.contact-us-clock .contact-header .city-name {
    font-size: 20px !important;
    font-family: montserratBold !important;
}

.contact-us-clock ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.contact-us-clock .city-img {
    width: 25%;
}

.contact-us-clock .city-time {
    width: 15%;
    font-size: 32px;
    line-height: 32px;
    font-family: montserratRegular;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-clock .city-name {
    width: 25%;
    font-size: 32px;
    line-height: 32px;
    font-family: montserratBlack;
    text-transform: uppercase;
}

.contact-us-clock .office-address {
    width: 25%;
}

.contact-us-clock .office-address strong {
    font-family: montserratBold;
}

.contact-us-clock .office-contact {
    width: 25%;
}

.contact-us-clock .office-contact strong {
    font-family: montserratBold;
}

.contact-us-clock .city-name span {
    font-size: 32px;
    line-height: 32px;
    font-family: montserratRegular;
    display: block;
}

.zoetermeer {
    background: url(../image/zoetermeer.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.ahmedabad,
.gandhinagar {
    background: url(../image/ahmedabad.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.pune {
    background: url(../image/pune.png) left top no-repeat;
    width: 250px;
    height: 71px;
}

.brussels {
    background: url(../image/brussels.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.copenhagen {
    background: url(../image/copenhagen.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.johannesburg {
    background: url(../image/johannesburg.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.tokyo {
    background: url(../image/tokyo.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.toronto {
    background: url(../image/toronto.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.frankfurt {
    background: url(../image/frankfurt.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.paris {
    background: url(../image/paris.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.london {
    background: url(../image/london.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.helsinki {
    background: url(../image/helsinki.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.oslo {
    background: url(../image/oslo.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.stockholm {
    background: url(../image/stockholm.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.dubai {
    background: url(../image/dubai.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.reykyavik {
    background: url(../image/reykyavik.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.houston {
    background: url(../image/houston.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .zoetermeer {
    background: url(../image/zoetermeer-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .ahmedabad,
.contact-us-clock ul li.office-close .gandhinagar {
    background: url(../image/ahmedabad-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .pune {
    background: url(../image/pune-gray.png) left top no-repeat;
    width: 250px;
    height: 71px;
}

.contact-us-clock ul li.office-close .brussels {
    background: url(../image/brussels-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .copenhagen {
    background: url(../image/copenhagen-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .johannesburg {
    background: url(../image/johannesburg-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .tokyo {
    background: url(../image/tokyo-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .toronto {
    background: url(../image/toronto-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .frankfurt {
    background: url(../image/frankfurt-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .paris {
    background: url(../image/paris-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .london {
    background: url(../image/london-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .helsinki {
    background: url(../image/helsinki-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .oslo {
    background: url(../image/oslo-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .stockholm {
    background: url(../image/stockholm-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .dubai {
    background: url(../image/dubai-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .reykyavik {
    background: url(../image/reykyavik-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.contact-us-clock ul li.office-close .houston {
    background: url(../image/houston-gray.png) left top no-repeat;
    width: 250px;
    height: 70px;
}

.btn.btnBlack.back-btn {
    border-radius: 0;
    margin-top: -10px;
    margin-bottom: 20px;
}

.homeSections .btn.btnBlack.back-btn,
.page-template-Home .back-btn-top {
    display: none;
}

.advantage-achievement a {
    position: relative;
}

.advantage-achievement a:after {
    position: absolute;
    content: "\f176";
    right: 20px;
    top: 10px;
    font-family: FontAwesome;
    font-weight: 400;
}

.robotic-process-automation .card-deck.segmentsCntBoxes a {
    pointer-events: none;
}

.product-promotion .serviceOfferingCnt a {
    pointer-events: none;
    cursor: default;
}

.banner-caption {
    position: relative;
}

.linkedinIcon {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.terms-condition ul.policy-list li {
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 20px;
}

.back-btn-top {
    border: 0;
    background: #fbaa0f;
    color: #fff;
    position: absolute;
    right: 0;
    top: 80px;
    padding: 0 10px;
    font-size: 12px;
    z-index: 100;
}

.back-btn-top:focus {
    outline: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.OpratingTab .tab-content {
    padding-bottom: 30px;
}

.leadership .card:hover {
    transform: scale(1.02);
    transition: 0.5s;
    border: 1px solid #03045e;
}

.resVideo .video-container button {
    bottom: 40px;
}

.resVideo .best-ecperience-txt {
    bottom: 10px;
    color: #000;
}

.resVideo .mute-video {
    background: url(../image/sound_off_res.png) no-repeat center;
    background-size: 32px;
    border: 0 solid #fff;
    width: 32px;
    height: 32px;
    outline: 0;
    z-index: 1;
}

.resVideo .unmute-video {
    background: url(../image/sound_on_res.png) no-repeat center;
    background-size: 32px;
    border: 0 solid #fff;
    outline: 0;
}

.celebrate.resVideo .gdVideo {
    height: 100%;
}

.celebrate.resVideo {
    background: #fff;
}

.country-page-specific .celebrate {
    height: 70vh !important;
}

.sweden-bg {
    display: flex;
    align-items: flex-end;
    background: url(../image/sweden-bg.jpg) center top / cover no-repeat;
}

.uk-bg {
    display: flex;
    align-items: flex-end;
    background: url(../image/uk_banner.jpg) center top / cover no-repeat;
}

.usa-bg {
    display: flex;
    align-items: flex-end;
    background: url(../image/usa_banner.jpg) center top / cover no-repeat;
}

.norway-bg {
    display: flex;
    align-items: flex-end;
    background: url(../image/norway_banner.jpg) center top / cover no-repeat;
}

.germany-bg {
    display: flex;
    align-items: flex-end;
    background: url(../image/germany_banner.jpg) center top / cover no-repeat;
}

.island-bg {
    display: flex;
    align-items: flex-end;
    background: url(../image/Iceland_Banner.jpg) center top / cover no-repeat;
}

.nl-bg {
    display: flex;
    align-items: flex-end;
    background: url(../image/NL_Banner.jpg) center top / cover no-repeat;
}

.meet-person .card:hover {
    transform: scale(1);
}

.country-uk .country-banner-title {
    background: rgb(200 16 46 / 0.8);
}

.country-usa .country-banner-title {
    background: rgb(0 40 104 / 0.8);
}

.country-fi .country-banner-title {
    background: rgb(0 47 108 / 0.8);
}

.country-is .country-banner-title {
    background: rgb(0 36 125 / 0.8);
}

.country-nl .country-banner-title {
    background: rgb(255 79 0 / 0.8);
}

.country-nl .country-banner-title span {
    color: #03045e;
}

.country-nl .country-banner-title::after {
    background: #03045e;
}

.country-sweden-page .exeMngmt .card-title {
    width: 80%;
}

.country-sweden-page .exeMngmt .card-body p {
    width: 80%;
}

.exeMngmt .card-title {
    width: 80%;
}

.exeMngmt .card-body p {
    width: 80%;
}

.meet-person .card-title,
.meet-person .card-body p {
    width: 80%;
}

.meet-person .card-body {
    padding: 0.8rem;
}

.meet-person .card-title {
    font-size: 20px;
    font-family: montserratMedium;
    margin-bottom: 0.4rem;
}

.meet-person .card-body p {
    font-size: 14px;
    font-family: montserratRegular;
    line-height: 1.2;
}

.meet-person .linkedinLinks {
    bottom: 12px;
}

.country-sweden-page .linkedinLinks {
    bottom: 10px;
}

.country-uk .linkedinLinks {
    bottom: 18px;
}

.country-usa .linkedinLinks {
    bottom: 18px;
}

.footer-country.head-quarters ul li {
    width: 50%;
}

.country-fi .our-services,
.country-germany .our-services,
.country-is .our-services,
.country-norway .our-services,
.country-nl .our-services,
.country-sweden-page .our-services,
.country-uk .our-services,
.country-usa .our-services {
    padding-bottom: 50px;
}

/*.country-fi .linkedinLinks {
    right: 15px;
    bottom: 9px;
}*/
.country-norway .country-banner-title {
    background: rgb(200 16 46 / 0.8);
}

.country-norway .country-banner-title span {
    color: rgb(0 48 135);
}

.country-norway .country-banner-title::after {
    background: rgb(0 48 135);
}

.country-norway .diff-boxes {
    width: 33.33%;
}

.country-norway .servicesBox .font25 {
    font-size: 20px;
}

.country-norway .servicesBox.box4 .servicesHover {
    line-height: 22px;
}

.country-norway .servicesBox .service-desc {
    line-height: 19px;
}

.country-germany .country-banner-title {
    color: #000;
    background: rgb(255 204 0 / 0.8);
    width: 60%;
}

.country-germany .country-banner-title span {
    color: #ff0000;
}

.country-germany .country-banner-title::after {
    background: rgb(3 4 94);
}

.country-banner-title {
    font-size: 30px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    text-align: left;
    position: relative;
    margin-bottom: 50px;
    width: 55%;
    font-family: montserratBold;
    background: rgba(3, 4, 94, 0.8);
    padding: 30px 20px 50px;
}

.country-banner-title span {
    color: rgb(251, 170, 18);
    font-family: montserratMedium;
}

.country-banner-title::after {
    position: absolute;
    left: 20px;
    bottom: 25px;
    height: 10px;
    content: "";
    width: 150px;
    background: rgb(251, 170, 18);
}

.headerHomeNew .homeHeaderText {
    padding-right: 0;
}

.headerHomeNew .homeText2 {
    padding-top: 0;
}

.homeText2 {
    font-size: 18px;
    font-family: montserratRegular;
    padding: 40px 0 0 0;
    line-height: 1.4;
}

.meet-person {
    display: flex;
}

.meet-img {
    width: 30%;
}

.meet-person-details {
    padding-left: 80px;
    font-size: 16px;
    color: rgb(3, 4, 94);
    width: 70%;
}

.meet-person-details .meet-title {
    font-size: 48px;
    line-height: 50px;
    font-family: montserratBlack;
}

.meet-person-details .meet-name {
    font-size: 48px;
    line-height: 50px;
    font-family: montserratMedium;
    color: rgb(251, 170, 15);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.meet-person-details .meet-name::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 5px;
    content: "";
    width: 25%;
    background: rgb(251, 170, 15);
}

.meet-person-details .meet-desig {
    font-size: 20px;
    line-height: 30px;
    font-family: montserratMedium;
    margin-bottom: 20px;
}

.meet-person-details .meet-desig span {
    font-size: 15px;
    font-family: montserratMedium;
    margin-bottom: 20px;
    display: block;
}

/*.linkedinLinks { position: absolute; right: 20px; bottom: 30px;}*/
.linkedinLinks {
    position: absolute;
    right: 15px;
    bottom: 41px;
}

.exeMngmt .card-body p {
    font-size: 14px;
    font-family: montserratRegular;
    line-height: 1.2;
}

.exeMngmt .card-title {
    font-size: 20px;
    font-family: montserratMedium;
    margin-bottom: 0.4rem;
}

.diff-box-cnt {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

.diff-box {
    display: flex;
    align-items: center;
    box-shadow: rgb(136, 136, 136) 0px 0px 5px;
    padding: 20px 20px;
    margin: 15px 10px;
}

.diff-boxes {
    width: 25%;
}

.diff-box.height97 {
    height: 97px;
}

.diff-box.height195 {
    height: 187px;
}

.diff-box:hover {
    background: rgb(221, 221, 221);
}

.ly {
    background: rgb(251, 170, 18);
}

.lb {
    background: rgb(202, 240, 248);
}

.gdtoday {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-bottom: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.finland-bg {
    display: flex;
    align-items: flex-end;
    background: url(../image/finland-bg.png) center top / cover no-repeat;
}

.country-sweden-page .diff-boxes {
    width: 33.33%;
    font-weight: bold;
    font-size: 16px;
}

.footer-country ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
}

.stay-connected .download-pdf {
    background: #f36e17;
    color: #fff;
    border: 2px solid #f36e17;
    padding: 12px 6px;
    text-decoration: none;
    display: inline-block;
}

.stay-connected .download-pdf:hover {
    color: #000;
    text-decoration: none;
}

.country-fi .half_cols:nth-child(5) .dark-hover,
.country-fi .half_cols:nth-child(6) .dark-hover {
    flex-direction: row-reverse;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.insights-details-left-cnt ul {
    margin: 0 0 25px;
    padding: 0;
}

.insights-details-left-cnt ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}

.insights-details-left-cnt ul li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "»";
    font-size: 20px;
    line-height: 20px;
    color: #005a96;
    font-weight: bold;
}

/*blog css*/
.ep-latest-outer {
    display: flex;
    border-left: 8px solid #fbaa0f !important;
    box-shadow: 0 0 10px -3px #ccc;
    border: 1px solid #fbaa0f;
    margin-bottom: 20px;
}

.ep-latest-outer .txt-box {
    /* flex-basis: 65%; */
    font-size: 14px;
    padding: 20px;
}

.events-cnt1 .ep-latest-outer .txt-box h3 {
    font-family: "montserratBold";
    font-size: 22px;
    color: #03045e;
}

.events-cnt1 .ep-latest-outer .txt-box .date {
    font-family: "montserratRegular";
    font-size: 12px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.readmore {
    background: #fbaa0f;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #fff;
    padding: 5px;
}

.subscribe-blog {
    margin-bottom: 30px;
    background: #ddd;
    padding: 20px;
}

/*.subscribe-email input{margin-bottom: 10px;}*/
.subscribe-email button {
    background: #000;
    color: #fff;
    padding: 8px 16px;
    font-family: "montserratbold";
    font-size: 1em;
    border: 0;
}

.subscribe-email button:hover {
    background: #f37021;
    color: #000;
}

.subscribe-email .es_txt_email {
    width: 100%;
    margin-bottom: 0px;
}

.subscribe-email .es-field-wrap label {
    width: 100%;
}

.subscribe-email .es_submit_button {
    background: #000;
    color: #fff;
    padding: 8px 16px;
    font-family: "montserratbold";
    font-size: 1em;
    border: 0;
}

.subscribe-email .es_submit_button:hover {
    background: #f37021;
    color: #000;
}

.blog-category {
    margin-bottom: 30px;
    background: #ddd;
    padding: 20px;
}

.blog-recent-post {
    margin-bottom: 30px;
    background: #ddd;
    padding: 20px;
}

.subscribe-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "montserratbold";
    text-transform: uppercase;
}

.subscribe-list {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 14px;
}

.subscribe-list li {
    margin: 5px 0;
    padding: 0;
}

.subscribe-list li a {
    position: relative;
    display: block;
    padding-left: 5px;
}

.subscribe-list li a::before {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 17px !important;
    position: absolute;
    left: -10px;
    top: -2px;
}

.events-cnt1 .ep-latest-outer .txt-box .date {
    font-family: "montserratRegular";
    font-size: 12px;
    position: relative;
    padding-bottom: 10px;
}

.events-cnt1 .ep-latest-outer .txt-box .date:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #fd7e14;
    content: "";
    width: 20%;
}

.events-cnt1 .ep-latest-outer .txt-box h3 {
    font-size: 22px;
}

.orange-txt {
    color: #fd7e14;
}

.readmore {
    background: #fbaa0f;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #fff;
    padding: 5px;
}

.readmore a {
    color: #fff;
}

.readmore:hover {
    background: #000;
}

.pagination {
    display: inline-block;
    margin-top: 50px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #000;
    color: white;
    border: 1px solid #000;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.insights-list .masonry-description {
    padding: 0;
}

.postloadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.postloadmore:hover {
    background-color: #767676;
    color: #fff;
}

.page-template-igaming .pageHeader::before {
    background: #fbaa0f;
}

.page-template-igaming .pageHeader {
    font-size: 100px;
    font-family: montserratBlack;
    color: #03045e;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-igaming .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #03045e;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 0px;
    text-transform: uppercase;
}

.page-template-igaming .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: "";
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-igaming .keyPoints-back,
.page-template-igaming .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-igaming .achievementNum {
    font-family: montserratBlack;
    font-size: 48px;
    color: #03045e;
    font-size: 1em;
}

.page-template-igaming .keyPoints-inner {
    padding: 10px;
}

.page-template-igaming .achievementTxtBlock {
    padding-top: 0;
    border-left: 10px solid #fbaa0f;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-template-igaming .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 40px;
}

.page-template-igaming .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-igaming .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
    z-index: -1;
}

.page-template-igaming .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

a.btn.btn-blue.getInTouch-btn,
a.btn.btn-blue.getInTouch-btn-new {
    width: 100%;
    background: #03045e;
    color: #fff;
    font-size: 1.54em;
    max-width: 90%;
    font-family: montserratMedium;
}

.pos-relative {
    position: relative;
}

a.btn.btn-blue.getInTouch-btn:hover,
a.btn.btn-blue.getInTouch-btn-new:hover {
    background: #fbaa0f;
}

.footer-links .bb-orange-2 {
    border-bottom: 2px solid #fbaa0f;
}

.page-template-igaming-new {
    background: #58e1f1;
}

.page-template-igaming-new .pageHeader::before {
    background: #fbaa0f;
}

.page-template-igaming-new .pageHeader {
    font-size: 100px;
    font-family: montserratBlack;
    color: #03045e;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-igaming-new .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #010161;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 0px;
    text-transform: uppercase;
}

.page-template-igaming-new .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-igaming-new .keyPoints-back,
.page-template-igaming-new .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-igaming-new .achievementNum {
    font-family: montserratBlack;
    font-size: 48px;
    color: #03045e;
    font-size: 1em;
}

.page-template-igaming-new .keyPoints-inner {
    padding: 0px;
}

.page-template-igaming-new .achievementTxtBlock {
    padding-top: 0;
    border-left: 10px solid #010161;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-template-igaming-new .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 40px;
}

.page-template-igaming-new .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-igaming-new .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-igaming-new.flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}




.page-template-igaming-new a.btn.btn-blue.getInTouch-btn {
    width: 100%;
    background: #010161;
    color: #fff;
    font-size: 1.54em;
    max-width: 100%;
    font-family: montserratMedium;
    margin-top: -100px;
}

.page-template-igaming-new .getin-touch-form {
    display: none;
}


.page-template-igaming-new .getin-touch:before {
    background: #58e1f1;

}

.tellme-more {
    display: none;
    text-align: left;
}

.tellme-more .form-control {
    border: 1px solid #010161;
    height: auto;
    padding: 10px;
}

.tellme-more .btn-type1.orange {
    border-radius: .25rem;
}

.tellme-more label {
    position: absolute;
    left: -9999px;
}



/* Norway COE page */
.page-template-lp-coe .pageHeader::before {
    background: #fbaa0f;
}

.page-template-lp-coe .pageHeader {
    font-size: 60px;
    font-family: montserratBlack;
    color: #03045e;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-lp-coe .headerSquare {
    font-size: 2.2em;
    font-family: montserratBlack;
    color: #03045e;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 30px;
    text-transform: uppercase;
}

.page-template-lp-coe .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-lp-coe .keyPoints-back,
.page-template-lp-coe .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-lp-coe .achievementNum {
    font-family: 'montserratMedium';
    font-size: 22px;
    color: #03045e;
}

.page-template-lp-coe .keyPoints-inner {
    padding: 0px;
}

.page-template-lp-coe .achievementTxtBlock {
    padding-top: 0;
    border-left: 10px solid #fbaa0f;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-template-lp-coe .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 40px;
}

.page-template-lp-coe .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-lp-coe .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-lp-coe .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

/*.page-template-lp-coe .getin-touch-form{ display: none;}*/
.page-template-lp-coe .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 150px;
    font-size: 18px;
}

.page-template-lp-coe .keyParameters {
    margin-bottom: 0px;
}

.page-template-lp-coe span.highlightText {
    font-size: 40px;
    font-family: montserratBlack;
    margin-bottom: 20px;
    color: #000;
}

.page-template-lp-coe a.btn.btn-blue.getInTouch-btn,
.page-template-lp-coe a.btn.btn-blue.getInTouch-btn-new {
    font-size: 1.2em;
}

.email-subs {
    width: 90%;
    margin: 30px auto 0;
}

.email-subs .form-control {
    width: 100%;
    border-radius: 0;
    border: 1px solid #03045e;
}

.page-template-lp-coe .achievementCnt.ourAdvantagesCnt .achievementNum {
    font-family: 'montserratBlack';
    font-size: 38px;
    color: #03045e;
}

.page-template-lp-coe span.highlightText1 {
    color: #03045e;
    font-family: montserratBlack;
    font-size: 20px;


}



/* Norway COE-GSL page */
.page-template-lp-coe-gsl .pageHeader::before {
    background: #fbaa0f;
}

.page-template-lp-coe-gsl .pageHeader {
    font-size: 60px;
    font-family: montserratBlack;
    color: #03045e;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-lp-coe-gsl .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #03045e;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 0px;
    text-transform: uppercase;
}

.page-template-lp-coe-gsl .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-lp-coe-gsl .keyPoints-back,
.page-template-lp-coe-gsl .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-lp-coe-gsl .achievementNum {
    font-family: 'montserratBold';
    font-size: 48px;
    color: #03045e;
    font-size: 1.2em;
}

.page-template-lp-coe-gsl .keyPoints-inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-template-lp-coe-gsl .achievementTxtBlock {
    padding-top: 0;
    border-left: 10px solid #fbaa0f;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-template-lp-coe-gsl .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 40px;
}

.page-template-lp-coe-gsl .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-lp-coe-gsl .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-lp-coe-gsl .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

.page-template-lp-coe-gsl .getin-touch-form {
    display: none;
}

.page-template-lp-coe-gsl .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-coe-gsl .keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-coe-gsl .keyParameters {
    margin-bottom: 30px;
}

/* .page-template-lp-coe-gsl span.highlightText{ font-size: 40px; font-family: montserratBlack; margin-bottom: 20px; color: #000;} */
.page-template-lp-coe-gsl a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
}

.email-subs {
    width: 90%;
    margin: 30px auto 0;
}

.email-subs .form-control {
    width: 100%;
    border-radius: 0;
    border: 1px solid #03045e;
}

.christmasvideo {
    width: 100%;
}



/* SWEDEN COE-GSL page */
.page-template-lp-coe-sweden-gsl .pageHeader::before {
    background: #fbaa0f;
}

.page-template-lp-coe-sweden-gsl .pageHeader {
    font-size: 60px;
    font-family: montserratBlack;
    color: #03045e;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-lp-coe-sweden-gsl .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #03045e;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 0px;
    text-transform: uppercase;
}

.page-template-lp-coe-sweden-gsl .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-lp-coe-sweden-gsl .keyPoints-back,
.page-template-lp-coe-sweden-gsl .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-lp-coe-sweden-gsl .achievementNum {
    font-family: 'montserratBold';
    font-size: 48px;
    color: #03045e;
    font-size: 1.2em;
}

.page-template-lp-coe-sweden-gsl .keyPoints-inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-template-lp-coe-sweden-gsl .achievementTxtBlock {
    padding-top: 0;
    border-left: 10px solid #fbaa0f;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-template-lp-coe-sweden-gsl .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 40px;
}

.page-template-lp-coe-sweden-gsl .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-lp-coe-sweden-gsl .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-lp-coe-sweden-gsl .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

.page-template-lp-coe-sweden-gsl .getin-touch-form {
    display: none;
}

.page-template-lp-coe-sweden-gsl .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-coe-sweden-gsl .keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-coe-sweden-gsl .keyParameters {
    margin-bottom: 30px;
}

.page-template-lp-coe-sweden-gsl a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
}


.highlightText {
    color: #03045e;
    font-family: montserratBlack;
    font-size: 20px;
    margin-bottom: 10px;
}


.whyusCnt.card-deck.quote-container {
    padding-bottom: 1em;
    padding: 30px;
}

.value-quote {
    font-size: 17px;
    font-style: italic;
    font-family: 'montserratRegular';
    padding-top: 40px;
}

.value-quote::before {
    content: '';
    background: url(../image/quote-open-small.png) no-repeat;
    height: 18px;
    width: 24px;
    left: 0px;
    position: absolute;
}

.value-quote::after {
    content: '';
    background: url(../image/quote-close-small.png) center top no-repeat;
    height: 18px;
    width: 44px;
    position: absolute;
}

/* SWEDEN AUTOMOTIVE page */
.page-template-lp-automotive .pageHeader::before {
    background: #f2f2f2;
}

.page-template-lp-automotive .pageHeader::after,
.page-template-lp-automotive .servicesBox.plus:after {
    display: none;
}

.page-template-lp-automotive .pageHeader {
    font-size: 60px;
    font-family: montserratBlack;
    color: #1f76b5;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-lp-automotive .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #1f76b5;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 20px;
    text-transform: uppercase;
}

.page-template-lp-automotive .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-lp-automotive .pageHeaderBox {
    margin-bottom: 50px;
}


.page-template-lp-automotive .keyPoints-back,
.page-template-lp-automotive .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-lp-automotive .achievementNum {
    font-family: 'montserratBold';
    font-size: 34px;
    color: #414042;
}

.page-template-lp-automotive .keyPoints-inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-template-lp-automotive .achievementTxtBlock {
    padding-top: 0;
    border-left: 5px solid #42eefd;
    margin-top: 10px;
    margin-bottom: 0px;
}

.page-template-lp-automotive .achievementTxtBlock:nth-last-child(2),
.page-template-lp-automotive .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0px;
}

.page-template-lp-automotive .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-lp-automotive .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-lp-automotive .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

.page-template-lp-automotive .getin-touch-form {
    display: block;
}

.page-template-lp-automotive .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-automotive .keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-automotive .keyParameters {
    margin-bottom: 30px;
}

.page-template-lp-automotive a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
    background: #414042;
    box-shadow: 1px 1px 5px 1px #2196f3;
}

.page-template-lp-automotive a.btn.btn-blue.getInTouch-btn:hover {
    background: #1f76b5;
}

.page-template-lp-automotive .btn-type1.orange {
    background: #42eefd;
    color: #03045e;
    border: 2px solid #42eefd;
    text-transform: uppercase;
}

.page-template-lp-automotive .tellme-more .form-control {
    border: 1px solid #02223c;
    height: auto;
    padding: 10px;
    color: #1f76b5;
    font-weight: bold;
    text-align: center;
}

.page-template-lp-automotive .tellme-more .form-control::placeholder {
    color: #1f76b5;
}

.page-template-lp-automotive .serviceOfferingBox {
    margin-top: 0;
    background: #fff;
    margin-bottom: 0;
}

.page-template-lp-automotive .serviceOfferingBox h3 {
    font-size: 24px;
}

.page-template-lp-automotive .font25 {
    font-size: 34px;
    color: #1f76b5;
}

.page-template-lp-automotive .servicesBox.box4 .font14 {
    font-size: 16px;
}

.page-template-lp-automotive .serviceOfferingBoxes.ourCap {
    padding-bottom: 0;
}

.page-template-lp-automotive .servicesBox.box4 {
    min-height: 320px;
}

/*.page-template-lp-automotive div.wpcf7-response-output{ display: none !important;}*/
.page-template-lp-automotive .wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}




/*02-04-2020*/
.corona-box {
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 9999;
    display: flex;
    transition: 1s;
    align-items: center;
}

.corona-box .corona-plus {
    position: relative;
}

.corona-box .corona-plus:before {
    content: '+';
    padding: 0 15px;
    color: #fff;
    font-size: 30px;
    background-color: #0e76bd;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.50)
}

.corona-box.right0 .corona-plus:before {
    content: '-';
}

/*.corona-box .corona-minus {background-color: #0e76bd; padding:  15px 15px  22px 15px; color: #fff; font-size: 40px; font-weight: 700; cursor: pointer;}
.corona-box .corona-minus {display: none;}*/
.corona-box .corona-img {
    width: 100px;
    height: 100px;
    transition: 1s;
}

.corona-box .corona-txt {
    background-color: #0e76bd;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.corona-box .corona-txt a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.right0 {
    right: 0;
}

#coeworkshopreg .modal-content {
    border-radius: 0;
    border: 10px solid #fff;
    background: #03045e;
    color: #fff;
}

#coeworkshopreg .close {
    color: #fff;
    opacity: 1;
}

#coeworkshopreg .workshop-btn {
    background-color: #fbaa0f;
    width: 170px;
    float: right;
    border: none;
    font-weight: 600;
}

#coeworkshopreg .form-control {
    height: calc(2em + 0.75rem + 2px);
    padding: 0.25rem 0.75rem;
    font-size: .9rem;
}

#coeworkshopreg .wpcf7-validation-errors {
    display: none !important;
}

.video-css {
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    z-index: 100;
    cursor: pointer;
}



/* Germany Transport Logistic Dilx page */
.page-template-lp-germany-transport-logistics .pageHeader::before {
    background: #f2f2f2;
}

.page-template-lp-germany-transport-logistics .pageHeader::after,
.page-template-lp-germany-transport-logistics .servicesBox.plus:after {
    display: none;
}

.page-template-lp-germany-transport-logistics .pageHeader {
    font-size: 60px;
    font-family: montserratBlack;
    color: #005a96;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-lp-germany-transport-logistics .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #005a96;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 20px;
    text-transform: uppercase;
}

.page-template-lp-germany-transport-logistics .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-lp-germany-transport-logistics .pageHeaderBox {
    margin-bottom: 50px;
}


.page-template-lp-germany-transport-logistics .keyPoints-back,
.page-template-lp-germany-transport-logistics .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-lp-germany-transport-logistics .achievementNum {
    font-family: 'montserratBold';
    font-size: 34px;
    color: #005a96;
}

.page-template-lp-germany-transport-logistics .keyPoints-inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-template-lp-germany-transport-logistics .achievementTxtBlock {
    padding-top: 0;
    border-left: 5px solid #23bdbd;
    margin-top: 10px;
    margin-bottom: 0px;
}

.page-template-lp-germany-transport-logistics .achievementTxtBlock:nth-last-child(2),
.page-template-lp-germany-transport-logistics .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0px;
}

.page-template-lp-germany-transport-logistics .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-lp-germany-transport-logistics .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-lp-germany-transport-logistics .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

.page-template-lp-germany-transport-logistics .getin-touch-form {
    display: block;
}

.page-template-lp-germany-transport-logistics .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-germany-transport-logistics .keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-germany-transport-logistics .keyParameters {
    margin-bottom: 30px;
}

.page-template-lp-germany-transport-logistics a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
    background: #414042;
    box-shadow: 1px 1px 5px 1px #2196f3;
}

.page-template-lp-germany-transport-logistics a.btn.btn-blue.getInTouch-btn:hover {
    background: #1f76b5;
}

.page-template-lp-germany-transport-logistics .btn-type1.orange {
    background: #23bdbd;
    color: #ffffff;
    border: 2px solid #23bdbd;
    text-transform: uppercase;
}

.page-template-lp-germany-transport-logistics .tellme-more .form-control {
    border: 1px solid #02223c;
    height: auto;
    padding: 10px;
    color: #1f76b5;
    font-weight: bold;
    text-align: center;
}

.page-template-lp-germany-transport-logistics .tellme-more .form-control::placeholder {
    color: #1f76b5;
}

.page-template-lp-germany-transport-logistics .serviceOfferingBox {
    margin-top: 0;
    /* background: #fff; margin-bottom:0;*/
}

/* .page-template-lp-germany-transport-logistics .serviceOfferingBox h3 {font-size: 18px;} */
/* .page-template-lp-germany-transport-logistics .font25{ color: #1f76b5;} */
.page-template-lp-germany-transport-logistics .servicesBox.box4 .font14 {
    font-size: 16px;
}

.page-template-lp-germany-transport-logistics .serviceOfferingBoxes.ourCap {
    padding-bottom: 0;
}

.page-template-lp-germany-transport-logistics .servicesBox.box4 {
    min-height: 250px;
    margin-bottom: 30px;
}

.page-template-lp-germany-transport-logistics .wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}


.page-template-lp-germany-transport-logistics .hexagon-boxes {
    width: 630px;
    height: 450px;
    position: relative;
    margin: 80px auto 0 auto;
}

.page-template-lp-germany-transport-logistics .hexagon {
    width: 150px;
    height: 80px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
}

.page-template-lp-germany-transport-logistics .hexagon,
.hexagon:before,
.hexagon:after {
    background: red;
}

.page-template-lp-germany-transport-logistics .hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 31px;
    width: 88px;
    height: 86px;
    transform: rotate(145deg) skew(22.5deg);
}

.page-template-lp-germany-transport-logistics .hexagon:hover {
    transform: scale(1.1);
}

.page-template-lp-germany-transport-logistics .hexagon:before {
    top: -42px;
}

.page-template-lp-germany-transport-logistics .hexagon:after {
    top: 37px;
}

.page-template-lp-germany-transport-logistics .hexagon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 80px;
    background: red;
    z-index: 1;
}

.page-template-lp-germany-transport-logistics .hexagon span a {
    display: block;
    margin-top: -8px;
    color: #000;
}

.page-template-lp-germany-transport-logistics .hexagon p {
    margin: 0;
    font-family: 'montserratSemiBold';
}

.page-template-lp-germany-transport-logistics .hexagon .orbit {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-family: 'montserratBlack';
    display: block;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
}

.page-template-lp-germany-transport-logistics .hexagon .orbit-txt {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    font-family: 'montserratMedium';
}

.page-template-lp-germany-transport-logistics .hexagon .c-blue {
    color: #005a96 !important;
}

.page-template-lp-germany-transport-logistics .hexagon.cbg-blue,
.page-template-lp-germany-transport-logistics .hexagon.cbg-blue:before,
.page-template-lp-germany-transport-logistics .hexagon.cbg-blue:after,
.page-template-lp-germany-transport-logistics .hexagon.cbg-blue span {
    background: #005a96;
}

.page-template-lp-germany-transport-logistics .hexagon.cbg-blue1,
.page-template-lp-germany-transport-logistics .hexagon.cbg-blue1:before,
.page-template-lp-germany-transport-logistics .hexagon.cbg-blue1:after,
.page-template-lp-germany-transport-logistics .hexagon.cbg-blue1 span {
    background: #1cbdbd;
}

.page-template-lp-germany-transport-logistics .hexagon .c-blue1 {
    color: #1cbdbd;
}

.page-template-lp-germany-transport-logistics .hexagon.cbg-yellow,
.page-template-lp-germany-transport-logistics .hexagon.cbg-yellow:before,
.page-template-lp-germany-transport-logistics .hexagon.cbg-yellow:after,
.page-template-lp-germany-transport-logistics .hexagon.cbg-yellow span {
    background: #fcde05;
}

.page-template-lp-germany-transport-logistics .hexagon.cbg-blue1 {
    background: #1cbdbd;
}

.page-template-lp-germany-transport-logistics .xchange {
    position: absolute;
    left: 93px;
    top: 50px;
}

.page-template-lp-germany-transport-logistics .chain {
    position: absolute;
    left: 257px;
    top: 50px;
}

.page-template-lp-germany-transport-logistics .optimism {
    position: absolute;
    left: 420px;
    top: 50px;
}

.page-template-lp-germany-transport-logistics .intel {
    position: absolute;
    left: 15px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics .ecomm {
    position: absolute;
    left: 180px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics .portals {
    position: absolute;
    left: 343px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics .ping {
    position: absolute;
    left: 506px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics .control {
    position: absolute;
    left: 99px;
    top: 338px;
}

.page-template-lp-germany-transport-logistics .connect {
    position: absolute;
    left: 265px;
    top: 338px;
}

.page-template-lp-germany-transport-logistics .delite {
    position: absolute;
    left: 429px;
    top: 338px;
}

.page-template-lp-germany-transport-logistics .bb-black-4 {
    border-bottom: 4px solid #23bdbd;
}


.page-template-lp-germany-transport-logistics .saas-model-block ul li {
    list-style: none;
    margin-left: 5px;
    margin-bottom: 30px;
    border-left: 5px solid #23bdbd;
    padding-left: 15px;
}






/* .page-template-lp-germany-transport-logistics .saas-model-block {display: flex; align-items: center; height: 100%;} */





.page-template-Country-sweden .servicesBox.box4.custome-box-size {
    min-height: 260px;
}


/* SWEDEN GSECURELABS page */
.page-template-lp-gsl .pageHeader::before {
    background: #fdf3e7;
}

.page-template-lp-gsl .pageHeader::after,
.page-template-lp-gsl .servicesBox.plus:after {
    display: none;
}

.page-template-lp-gsl .pageHeader {
    font-size: 60px;
    font-family: montserratBlack;
    color: #00497e;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-lp-gsl .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #00497e;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 20px;
    text-transform: uppercase;
}

.page-template-lp-gsl .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-lp-gsl .pageHeaderBox {
    margin-bottom: 50px;
}


.page-template-lp-gsl .keyPoints-back,
.page-template-lp-gsl .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-lp-gsl .achievementNum {
    font-family: 'montserratBold';
    font-size: 34px;
    color: #414042;
}

.page-template-lp-gsl .keyPoints-inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-template-lp-gsl .achievementTxtBlock {
    padding-top: 0;
    border-left: 5px solid #42eefd;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: montserratBold;
}

.page-template-lp-gsl .achievementTxtBlock:nth-last-child(2),
.page-template-lp-gsl .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0px;
}

.page-template-lp-gsl .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-lp-gsl .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-lp-gsl .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

.page-template-lp-gsl .getin-touch-form {
    display: block;
}

.page-template-lp-gsl .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-gsl .keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-gsl .keyParameters {
    margin-bottom: 30px;
}

.page-template-lp-gsl a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
    background: #414042;
    box-shadow: 1px 1px 5px 1px #00497e;
}

.page-template-lp-gsl a.btn.btn-blue.getInTouch-btn:hover {
    background: #00497e;
}

.page-template-lp-gsl .btn-type1.orange {
    background: #f8a51a;
    color: #03045e;
    border: 2px solid #f8a51a;
    text-transform: uppercase;
}

.page-template-lp-gsl .tellme-more .form-control {
    border: 1px solid #02223c;
    height: auto;
    padding: 10px;
    color: #1f76b5;
    font-weight: bold;
    text-align: center;
}

.page-template-lp-gsl .tellme-more .form-control::placeholder {
    color: #1f76b5;
}

.page-template-lp-gsl .serviceOfferingBox {
    box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    margin: 20px 0;
    height: 180px;
    background: #edfafd;
}

.page-template-lp-gsl .serviceOfferingBox h3 {
    font-size: 16px;
    font-family: montserratMedium;
    text-align: center;
    padding-top: 15px;
}

.page-template-lp-gsl .font25 {
    font-size: 34px;
    color: #1f76b5;
}

.page-template-lp-gsl .servicesBox.box4 .font14 {
    font-size: 16px;
}

.page-template-lp-gsl .serviceOfferingBoxes.ourCap {
    padding-bottom: 0;
}

.page-template-lp-gsl .servicesBox.box4 {
    min-height: 320px;
}

.page-template-lp-gsl div.wpcf7-response-output {
    display: none !important;
}


/* SWEDEN Dilx page */
.page-template-lp-transport-logistics .pageHeader::before {
    background: #f2f2f2;
}

.page-template-lp-transport-logistics .pageHeader::after,
.page-template-lp-transport-logistics .servicesBox.plus:after {
    display: none;
}

.page-template-lp-transport-logistics .pageHeader {
    font-size: 60px;
    font-family: montserratBlack;
    color: #005a96;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-lp-transport-logistics .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #005a96;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 20px;
    text-transform: uppercase;
}

.page-template-lp-transport-logistics .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-lp-transport-logistics .pageHeaderBox {
    margin-bottom: 50px;
}


.page-template-lp-transport-logistics .keyPoints-back,
.page-template-lp-transport-logistics .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-lp-transport-logistics .achievementNum {
    font-family: 'montserratBold';
    font-size: 34px;
    color: #005a96;
}

.page-template-lp-transport-logistics .keyPoints-inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-template-lp-transport-logistics .achievementTxtBlock {
    padding-top: 0;
    border-left: 5px solid #23bdbd;
    margin-top: 10px;
    margin-bottom: 0px;
}

.page-template-lp-transport-logistics .achievementTxtBlock:nth-last-child(2),
.page-template-lp-transport-logistics .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0px;
}

.page-template-lp-transport-logistics .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-lp-transport-logistics .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-lp-transport-logistics .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

.page-template-lp-transport-logistics .getin-touch-form {
    display: block;
}

.page-template-lp-transport-logistics .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-transport-logistics .keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-transport-logistics .keyParameters {
    margin-bottom: 30px;
}

.page-template-lp-transport-logistics a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
    background: #414042;
    box-shadow: 1px 1px 5px 1px #2196f3;
}

.page-template-lp-transport-logistics a.btn.btn-blue.getInTouch-btn:hover {
    background: #1f76b5;
}

.page-template-lp-transport-logistics .btn-type1.orange {
    background: #23bdbd;
    color: #ffffff;
    border: 2px solid #23bdbd;
    text-transform: uppercase;
}

.page-template-lp-transport-logistics .tellme-more .form-control {
    border: 1px solid #02223c;
    height: auto;
    padding: 10px;
    color: #1f76b5;
    font-weight: bold;
    text-align: center;
}

.page-template-lp-transport-logistics .tellme-more .form-control::placeholder {
    color: #1f76b5;
}

.page-template-lp-transport-logistics .serviceOfferingBox {
    margin-top: 0;
    /* background: #fff; margin-bottom:0;*/
}

/* .page-template-lp-transport-logistics .serviceOfferingBox h3 {font-size: 18px;} */
/* .page-template-lp-transport-logistics .font25{ color: #1f76b5;} */
.page-template-lp-transport-logistics .servicesBox.box4 .font14 {
    font-size: 16px;
}

.page-template-lp-transport-logistics .serviceOfferingBoxes.ourCap {
    padding-bottom: 0;
}

.page-template-lp-transport-logistics .servicesBox.box4 {
    min-height: 250px;
    margin-bottom: 30px;
}

/*.page-template-lp-transport-logistics div.wpcf7-response-output{ display: none !important;}*/


.page-template-lp-transport-logistics .hexagon-boxes {
    width: 630px;
    height: 450px;
    position: relative;
    margin: 80px auto 0 auto;
}

.page-template-lp-transport-logistics .hexagon {
    width: 150px;
    height: 80px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
}

.page-template-lp-transport-logistics .hexagon,
.hexagon:before,
.hexagon:after {
    background: red;
}

.page-template-lp-transport-logistics .hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 31px;
    width: 88px;
    height: 86px;
    transform: rotate(145deg) skew(22.5deg);
}

.page-template-lp-transport-logistics .hexagon:hover {
    transform: scale(1.1);
}

.page-template-lp-transport-logistics .hexagon:before {
    top: -42px;
}

.page-template-lp-transport-logistics .hexagon:after {
    top: 37px;
}

.page-template-lp-transport-logistics .hexagon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 80px;
    background: red;
    z-index: 1;
}

.page-template-lp-transport-logistics .hexagon span a {
    display: block;
    margin-top: -8px;
    color: #000;
}

.page-template-lp-transport-logistics .hexagon p {
    margin: 0;
    font-family: 'montserratSemiBold';
}

.page-template-lp-transport-logistics .hexagon .orbit {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-family: 'montserratBlack';
    display: block;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
}

.page-template-lp-transport-logistics .hexagon .orbit-txt {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    font-family: 'montserratMedium';
}

.page-template-lp-transport-logistics .hexagon .c-blue {
    color: #005a96 !important;
}

.page-template-lp-transport-logistics .hexagon.cbg-blue,
.page-template-lp-transport-logistics .hexagon.cbg-blue:before,
.page-template-lp-transport-logistics .hexagon.cbg-blue:after,
.page-template-lp-transport-logistics .hexagon.cbg-blue span {
    background: #005a96;
}

.page-template-lp-transport-logistics .hexagon.cbg-blue1,
.page-template-lp-transport-logistics .hexagon.cbg-blue1:before,
.page-template-lp-transport-logistics .hexagon.cbg-blue1:after,
.page-template-lp-transport-logistics .hexagon.cbg-blue1 span {
    background: #1cbdbd;
}

.page-template-lp-transport-logistics .hexagon .c-blue1 {
    color: #1cbdbd;
}

.page-template-lp-transport-logistics .hexagon.cbg-yellow,
.page-template-lp-transport-logistics .hexagon.cbg-yellow:before,
.page-template-lp-transport-logistics .hexagon.cbg-yellow:after,
.page-template-lp-transport-logistics .hexagon.cbg-yellow span {
    background: #fcde05;
}

.page-template-lp-transport-logistics .hexagon.cbg-blue1 {
    background: #1cbdbd;
}

.page-template-lp-transport-logistics .xchange {
    position: absolute;
    left: 93px;
    top: 50px;
}

.page-template-lp-transport-logistics .chain {
    position: absolute;
    left: 257px;
    top: 50px;
}

.page-template-lp-transport-logistics .optimism {
    position: absolute;
    left: 420px;
    top: 50px;
}

.page-template-lp-transport-logistics .intel {
    position: absolute;
    left: 15px;
    top: 193px;
}

.page-template-lp-transport-logistics .ecomm {
    position: absolute;
    left: 180px;
    top: 193px;
}

.page-template-lp-transport-logistics .portals {
    position: absolute;
    left: 343px;
    top: 193px;
}

.page-template-lp-transport-logistics .ping {
    position: absolute;
    left: 506px;
    top: 193px;
}

.page-template-lp-transport-logistics .control {
    position: absolute;
    left: 99px;
    top: 338px;
}

.page-template-lp-transport-logistics .connect {
    position: absolute;
    left: 265px;
    top: 338px;
}

.page-template-lp-transport-logistics .delite {
    position: absolute;
    left: 429px;
    top: 338px;
}

.page-template-lp-transport-logistics .bb-black-4 {
    border-bottom: 4px solid #23bdbd;
}


.page-template-lp-transport-logistics .saas-model-block ul li {
    list-style: none;
    margin-left: 5px;
    margin-bottom: 30px;
    border-left: 5px solid #23bdbd;
    padding-left: 15px;
}






/* .page-template-lp-transport-logistics .saas-model-block {display: flex; align-items: center; height: 100%;} */





.page-template-Country-sweden .servicesBox.box4.custome-box-size {
    min-height: 260px;
}

.sa-bg {
    display: flex;
    align-items: flex-end;
    background: url(../image/sa_banner.jpg) center top / cover no-repeat;
}

.country-sa .country-banner-title {
    background: rgb(0 122 77 / 80%);
}



/* 10-05-2021 */

/* Germany Transport Logistic Dilx page */
.page-template-lp-germany-transport-logistics-new .pageHeader::before {
    background: #f2f2f2;
}

.page-template-lp-germany-transport-logistics-new .pageHeader::after,
.page-template-lp-germany-transport-logistics-new .servicesBox.plus:after {
    display: none;
}

.page-template-lp-germany-transport-logistics-new .pageHeader {
    font-size: 43px;
    font-family: montserratBlack;
    color: #005a96;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-lp-germany-transport-logistics-new .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #005a96;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 20px;
    text-transform: uppercase;
}

.page-template-lp-germany-transport-logistics-new .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-lp-germany-transport-logistics-new .pageHeaderBox {
    margin-bottom: 50px;
}


.page-template-lp-germany-transport-logistics-new .keyPoints-back,
.page-template-lp-germany-transport-logistics-new .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-lp-germany-transport-logistics-new .achievementNum {
    font-family: 'montserratBold';
    font-size: 34px;
    color: #005a96;
}

.page-template-lp-germany-transport-logistics-new .keyPoints-inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-template-lp-germany-transport-logistics-new .achievementTxtBlock {
    padding-top: 0;
    border-left: 5px solid #23bdbd;
    margin-top: 10px;
    margin-bottom: 0px;
}

.page-template-lp-germany-transport-logistics-new .achievementTxtBlock:nth-last-child(2),
.page-template-lp-germany-transport-logistics-new .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0px;
}

.page-template-lp-germany-transport-logistics-new .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-lp-germany-transport-logistics-new .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-lp-germany-transport-logistics-new .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

.page-template-lp-germany-transport-logistics-new .getin-touch-form {
    display: block;
}

.page-template-lp-germany-transport-logistics-new .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-germany-transport-logistics-new .keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-germany-transport-logistics-new .keyParameters {
    margin-bottom: 30px;
}

.page-template-lp-germany-transport-logistics-new a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
    background: #414042;
    box-shadow: 1px 1px 5px 1px #2196f3;
}

.page-template-lp-germany-transport-logistics-new a.btn.btn-blue.getInTouch-btn:hover {
    background: #1f76b5;
}

.page-template-lp-germany-transport-logistics-new .btn-type1.orange {
    background: #23bdbd;
    color: #ffffff;
    border: 2px solid #23bdbd;
    text-transform: uppercase;
}

.page-template-lp-germany-transport-logistics-new .tellme-more .form-control {
    border: 1px solid #02223c;
    height: auto;
    padding: 10px;
    color: #1f76b5;
    font-weight: bold;
    text-align: center;
}

.page-template-lp-germany-transport-logistics-new .tellme-more .form-control::placeholder {
    color: #1f76b5;
}

.page-template-lp-germany-transport-logistics-new .serviceOfferingBox {
    margin-top: 0;
    /* background: #fff; margin-bottom:0;*/
}

/* .page-template-lp-germany-transport-logistics-new .serviceOfferingBox h3 {font-size: 18px;} */
/* .page-template-lp-germany-transport-logistics-new .font25{ color: #1f76b5;} */
.page-template-lp-germany-transport-logistics-new .servicesBox.box4 .font14 {
    font-size: 16px;
}

.page-template-lp-germany-transport-logistics-new .serviceOfferingBoxes.ourCap {
    padding-bottom: 0;
}

.page-template-lp-germany-transport-logistics-new .servicesBox.box4 {
    min-height: 250px;
    margin-bottom: 30px;
}

.page-template-lp-germany-transport-logistics-new div.wpcf7-response-output {
    display: none !important;
}


.page-template-lp-germany-transport-logistics-new .hexagon-boxes {
    width: 630px;
    height: 450px;
    position: relative;
    margin: 80px auto 0 auto;
}

.page-template-lp-germany-transport-logistics-new .hexagon {
    width: 150px;
    height: 80px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
}

.page-template-lp-germany-transport-logistics-new .hexagon,
.hexagon:before,
.hexagon:after {
    background: red;
}

.page-template-lp-germany-transport-logistics-new .hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 31px;
    width: 88px;
    height: 86px;
    transform: rotate(145deg) skew(22.5deg);
}

.page-template-lp-germany-transport-logistics-new .hexagon:hover {
    transform: scale(1.1);
}

.page-template-lp-germany-transport-logistics-new .hexagon:before {
    top: -42px;
}

.page-template-lp-germany-transport-logistics-new .hexagon:after {
    top: 37px;
}

.page-template-lp-germany-transport-logistics-new .hexagon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 80px;
    background: red;
    z-index: 1;
}

.page-template-lp-germany-transport-logistics-new .hexagon span a {
    display: block;
    margin-top: -8px;
    color: #000;
}

.page-template-lp-germany-transport-logistics-new .hexagon p {
    margin: 0;
    font-family: 'montserratSemiBold';
}

.page-template-lp-germany-transport-logistics-new .hexagon .orbit {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-family: 'montserratBlack';
    display: block;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
}

.page-template-lp-germany-transport-logistics-new .hexagon .orbit-txt {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    font-family: 'montserratMedium';
}

.page-template-lp-germany-transport-logistics-new .hexagon .c-blue {
    color: #005a96 !important;
}

.page-template-lp-germany-transport-logistics-new .hexagon.cbg-blue,
.page-template-lp-germany-transport-logistics-new .hexagon.cbg-blue:before,
.page-template-lp-germany-transport-logistics-new .hexagon.cbg-blue:after,
.page-template-lp-germany-transport-logistics-new .hexagon.cbg-blue span {
    background: #005a96;
}

.page-template-lp-germany-transport-logistics-new .hexagon.cbg-blue1,
.page-template-lp-germany-transport-logistics-new .hexagon.cbg-blue1:before,
.page-template-lp-germany-transport-logistics-new .hexagon.cbg-blue1:after,
.page-template-lp-germany-transport-logistics-new .hexagon.cbg-blue1 span {
    background: #1cbdbd;
}

.page-template-lp-germany-transport-logistics-new .hexagon .c-blue1 {
    color: #1cbdbd;
}

.page-template-lp-germany-transport-logistics-new .hexagon.cbg-yellow,
.page-template-lp-germany-transport-logistics-new .hexagon.cbg-yellow:before,
.page-template-lp-germany-transport-logistics-new .hexagon.cbg-yellow:after,
.page-template-lp-germany-transport-logistics-new .hexagon.cbg-yellow span {
    background: #fcde05;
}

.page-template-lp-germany-transport-logistics-new .hexagon.cbg-blue1 {
    background: #1cbdbd;
}

.page-template-lp-germany-transport-logistics-new .xchange {
    position: absolute;
    left: 93px;
    top: 50px;
}

.page-template-lp-germany-transport-logistics-new .chain {
    position: absolute;
    left: 257px;
    top: 50px;
}

.page-template-lp-germany-transport-logistics-new .optimism {
    position: absolute;
    left: 420px;
    top: 50px;
}

.page-template-lp-germany-transport-logistics-new .intel {
    position: absolute;
    left: 15px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics-new .ecomm {
    position: absolute;
    left: 180px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics-new .portals {
    position: absolute;
    left: 343px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics-new .ping {
    position: absolute;
    left: 506px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics-new .control {
    position: absolute;
    left: 99px;
    top: 338px;
}

.page-template-lp-germany-transport-logistics-new .connect {
    position: absolute;
    left: 265px;
    top: 338px;
}

.page-template-lp-germany-transport-logistics-new .delite {
    position: absolute;
    left: 429px;
    top: 338px;
}

.page-template-lp-germany-transport-logistics-new .bb-black-4 {
    border-bottom: 4px solid #23bdbd;
}


.page-template-lp-germany-transport-logistics-new .saas-model-block ul li {
    list-style: none;
    margin-left: 5px;
    margin-bottom: 30px;
    border-left: 5px solid #23bdbd;
    padding-left: 15px;
}

.page-template-lp-germany-transport-logistics-new .services-advantages-cnt .form-row label {
    display: none;
}

.page-template-lp-germany-transport-logistics-new .getin-touch-form.request-demo {
    background: #59d1d2;
    padding: 30px;
    border-radius: 10px;
    margin-top: 60px;
}

.page-template-lp-germany-transport-logistics-new .getin-touch-form.request-demo h3 {
    font-size: 29px;
    font-family: montserratBlack;
    margin-bottom: 30px;
    color: #005a96;
    text-transform: uppercase;
}

.page-template-lp-germany-transport-logistics-new .address-form .getin-touch-form {
    display: none
}

.page-template-lp-germany-transport-logistics-new .getin-touch:before {
    height: auto;
}

.page-template-lp-germany-transport-logistics-new span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.page-template-lp-germany-transport-logistics-new .hexagon-boxes {
    width: 670px;
    height: 470px;
    margin: 80px 0 0 0;
}

.page-template-lp-germany-transport-logistics-new .bookdemo .achievementNum {
    font-size: 20px;
}

.page-template-lp-germany-transport-logistics-new .bookdemo .achievementTxtBlock {
    margin-top: 20px;
}

/* France Digital Supply Chain page */

.page-template-lp-france-digitizing-supply-chain .achievementTxtBlock {
    padding-top: 0;
    border-left: 5px solid #23bdbd;
    margin-top: 10px;
    margin-bottom: 0px;
}

.page-template-lp-france-digitizing-supply-chain .achievementTxtBlock:nth-last-child(2),
.page-template-lp-france-digitizing-supply-chain .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0px;
}

.page-template-lp-france-digitizing-supply-chain .serviceOfferingBox {
    margin-top: 0;
    /* background: #fff; margin-bottom:0;*/
}

.page-template-lp-france-digitizing-supply-chain .servicesBox.box4 .font14 {
    font-size: 16px;
}

.page-template-lp-france-digitizing-supply-chain .serviceOfferingBoxes.ourCap {
    padding-bottom: 0;
}

.page-template-lp-france-digitizing-supply-chain .servicesBox.box4 {
    min-height: 250px;
    margin-bottom: 30px;
}

.page-template-lp-france-digitizing-supply-chain .hexagon-boxes {
    width: 630px;
    height: 450px;
    position: relative;
    margin: 80px auto 0 auto;
}

.page-template-lp-france-digitizing-supply-chain .hexagon {
    width: 150px;
    height: 80px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
}

.page-template-lp-france-digitizing-supply-chain .hexagon,
.hexagon:before,
.hexagon:after {
    background: red;
}

.page-template-lp-france-digitizing-supply-chain .hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 31px;
    width: 88px;
    height: 86px;
    transform: rotate(145deg) skew(22.5deg);
}

.page-template-lp-france-digitizing-supply-chain .hexagon:hover {
    transform: scale(1.1);
}

.page-template-lp-france-digitizing-supply-chain .hexagon:before {
    top: -42px;
}

.page-template-lp-france-digitizing-supply-chain .hexagon:after {
    top: 37px;
}

.page-template-lp-france-digitizing-supply-chain .hexagon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 80px;
    background: red;
    z-index: 1;
}

.page-template-lp-france-digitizing-supply-chain .hexagon span a {
    display: block;
    margin-top: -8px;
    color: #000;
}

.page-template-lp-france-digitizing-supply-chain .hexagon p {
    margin: 0;
    font-family: 'montserratSemiBold';
}

.page-template-lp-france-digitizing-supply-chain .hexagon .orbit {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-family: 'montserratBlack';
    display: block;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
}

.page-template-lp-france-digitizing-supply-chain .hexagon .orbit-txt {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    font-family: 'montserratMedium';
}

.page-template-lp-france-digitizing-supply-chain .hexagon .c-blue {
    color: #005a96 !important;
}

.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-blue,
.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-blue:before,
.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-blue:after,
.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-blue span {
    background: #005a96;
}

.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-blue1,
.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-blue1:before,
.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-blue1:after,
.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-blue1 span {
    background: #1cbdbd;
}

.page-template-lp-france-digitizing-supply-chain .hexagon .c-blue1 {
    color: #1cbdbd;
}

.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-yellow,
.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-yellow:before,
.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-yellow:after,
.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-yellow span {
    background: #fcde05;
}

.page-template-lp-france-digitizing-supply-chain .hexagon.cbg-blue1 {
    background: #1cbdbd;
}

.page-template-lp-france-digitizing-supply-chain .xchange {
    position: absolute;
    left: 93px;
    top: 50px;
}

.page-template-lp-france-digitizing-supply-chain .chain {
    position: absolute;
    left: 257px;
    top: 50px;
}

.page-template-lp-france-digitizing-supply-chain .optimism {
    position: absolute;
    left: 420px;
    top: 50px;
}

.page-template-lp-france-digitizing-supply-chain .intel {
    position: absolute;
    left: 15px;
    top: 193px;
}

.page-template-lp-france-digitizing-supply-chain .ecomm {
    position: absolute;
    left: 180px;
    top: 193px;
}

.page-template-lp-france-digitizing-supply-chain .portals {
    position: absolute;
    left: 343px;
    top: 193px;
}

.page-template-lp-france-digitizing-supply-chain .ping {
    position: absolute;
    left: 506px;
    top: 193px;
}

.page-template-lp-france-digitizing-supply-chain .control {
    position: absolute;
    left: 99px;
    top: 338px;
}

.page-template-lp-france-digitizing-supply-chain .connect {
    position: absolute;
    left: 265px;
    top: 338px;
}

.page-template-lp-france-digitizing-supply-chain .delite {
    position: absolute;
    left: 429px;
    top: 338px;
}

.page-template-lp-france-digitizing-supply-chain .bb-black-4 {
    border-bottom: 4px solid #23bdbd;
}



/* 03-09-2021 - Pankaj */

.half_cols:nth-child(3) .r-arrow:after,
.half_cols:nth-child(4) .r-arrow:after {
    right: auto;
    border-width: 0.8em 0 0.8em calc(0.8em * 1.4);
    border-right-color: #fff;
    left: 0;
    transform-origin: left center;
}

.half_cols:nth-child(3) .dark-hover:hover .r-arrow:after,
.half_cols:nth-child(4) .dark-hover:hover .r-arrow:after {
    border-left-color: #19191e;
}

.home .half_cols:nth-child(3) a:first-child .r-arrow:after,
.home .half_cols:nth-child(4) a:first-child .r-arrow:after {
    right: -1px;
    border-width: 0.8em calc(0.8em * 1.4) 0.8em 0;
    border-right-color: #fff;
    left: auto;
    transform-origin: right center;
}

.home .half_cols:nth-child(3) a:first-child .dark-hover:hover .r-arrow:after,
.home .half_cols:nth-child(4) a:first-child .dark-hover:hover .r-arrow:after {
    border-right-color: #19191e;
}

.getin-touch span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.custom-software-engineering a.card.bg-light-blue,
.application-modernization a.card.bg-light-blue {
    cursor: default;
}

.OpratingTab .nav-link:hover {
    color: #000;
}

.card-deck.segmentsCntBoxes .card:nth-last-child(3) {
    margin-bottom: 15px;
}

.quickbox {
    position: fixed;
    top: 150px;
    right: 0;
    border-style: none;
    z-index: 1000;
    margin: 20px 0;
}

.page-template-lp-automotive-partner-uk .pageHeaderCnt {
    font-size: 18px;
}

.page-template-lp-automotive-partner-uk .getin-touch-form {
    background: #fbac10;
}

.page-template-lp-automotive-partner-uk .serviceOfferingBox {
    height: auto;
    padding: 0;
    min-height: 390px;
}

.page-template-lp-automotive-partner-uk .serviceOfferingBox h3 {
    background: #fbaa0f;
    padding-top: 0;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.page-template-lp-automotive-partner-uk .serviceOfferingBox p {
    padding: 15px;
}

.page-template-lp-automotive-partner-uk .serviceOfferingBox .iconImg img {
    width: 100%;
}

.page-template-lp-automotive-partner-uk .achievementTxtBlock {
    border: 0;
    font-size: 22px;
}

.page-template-lp-automotive-partner-uk .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 40px;
}

.page-template-lp-automotive-partner-uk .achievementNum {
    color: #03045e;
}

.page-template-lp-automotive-partner-uk .address-form .getin-touch-form {
    display: none;
}

.page-template-lp-automotive-partner-uk .getin-touch:before {
    position: relative;
}


.page-template-lp-automotive-partner-uk .getin-touch-form {
    display: block;
}

.page-template-lp-automotive-partner-uk .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-automotive-partner-uk.keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-automotive-partner-uk .keyParameters {
    margin-bottom: 30px;
}

.page-template-lp-automotive-partner-uk a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
    background: #414042;
    box-shadow: 1px 1px 5px 1px #2196f3;
}

.page-template-lp-automotive-partner-uk a.btn.btn-blue.getInTouch-btn:hover {
    background: #1f76b5;
}

.page-template-lp-automotive-partner-uk .btn-type1.orange {
    background: #23bdbd;
    color: #ffffff;
    border: 2px solid #23bdbd;
    text-transform: uppercase;
}

.page-template-lp-automotive-partner-uk .tellme-more .form-control {
    border: 1px solid #02223c;
    height: auto;
    padding: 10px;
    color: #1f76b5;
    font-weight: bold;
    text-align: center;
}

.page-template-lp-automotive-partner-uk .tellme-more .form-control::placeholder {
    color: #1f76b5;
}


/*Autofacets AF-X Platforms UK Landing Page*/

.page-template-lp-autofacets-af-x-platforms-uk .pageHeaderCnt {
    font-size: 18px;
}

.page-template-lp-autofacets-af-x-platforms-uk .getin-touch-form {
    background: #fbac10;
}

.page-template-lp-autofacets-af-x-platforms-uk .serviceOfferingBox {
    height: auto;
    padding: 0;
    min-height: 390px;
}

.page-template-lp-autofacets-af-x-platforms-uk .serviceOfferingBox h3 {
    background: #fbaa0f;
    padding-top: 0;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.page-template-lp-autofacets-af-x-platforms-uk .serviceOfferingBox p {
    padding: 15px;
}

.page-template-lp-autofacets-af-x-platforms-uk .serviceOfferingBox .iconImg img {
    width: 100%;
}

.page-template-lp-autofacets-af-x-platforms-uk .achievementTxtBlock {
    border: 0;
    font-size: 22px;
}

.page-template-lp-autofacets-af-x-platforms-uk .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 40px;
}

.page-template-lp-autofacets-af-x-platforms-uk .achievementNum {
    color: #03045e;
}

.page-template-lp-autofacets-af-x-platforms-uk .address-form .getin-touch-form {
    display: none;
}

.page-template-lp-autofacets-af-x-platforms-uk .getin-touch:before {
    position: relative;
}


.page-template-lp-autofacets-af-x-platforms-uk .getin-touch-form {
    display: block;
}

.page-template-lp-autofacets-af-x-platforms-uk .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-autofacets-af-x-platforms-uk.keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-autofacets-af-x-platforms-uk .keyParameters {
    margin-bottom: 30px;
}

.page-template-lp-autofacets-af-x-platforms-uk a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
    background: #414042;
    box-shadow: 1px 1px 5px 1px #2196f3;
}

.page-template-lp-autofacets-af-x-platforms-uk a.btn.btn-blue.getInTouch-btn:hover {
    background: #1f76b5;
}

.page-template-lp-autofacets-af-x-platforms-uk .btn-type1.orange {
    background: #23bdbd;
    color: #ffffff;
    border: 2px solid #23bdbd;
    text-transform: uppercase;
}

.page-template-lp-autofacets-af-x-platforms-uk .tellme-more .form-control {
    border: 1px solid #02223c;
    height: auto;
    padding: 10px;
    color: #1f76b5;
    font-weight: bold;
    text-align: center;
}

.page-template-lp-autofacets-af-x-platforms-uk .tellme-more .form-control::placeholder {
    color: #1f76b5;
}


/* Germany Transport Logistic Dilx page germany-lang */
.page-template-lp-germany-transport-logistics-in-germany-lang .pageHeader::before {
    background: #f2f2f2;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .pageHeader::after,
.page-template-lp-germany-transport-logistics-new-lang .servicesBox.plus:after {
    display: none;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .pageHeader {
    font-size: 43px;
    font-family: montserratBlack;
    color: #005a96;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 68px;
    padding-left: 25px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .headerSquare {
    font-size: 1.75em;
    font-family: montserratBlack;
    color: #005a96;
    position: inherit;
    display: inline-block;
    z-index: 1;
    margin: 60px 0 20px;
    text-transform: uppercase;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .headerSquare::before {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    left: -15px;
    top: -10px;
    content: '';
    z-index: -1;
    border-bottom: 0px solid #fbaa0f;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .pageHeaderBox {
    margin-bottom: 50px;
}


.page-template-lp-germany-transport-logistics-in-germany-lang .keyPoints-back,
.page-template-lp-germany-transport-logistics-new-lang .keyPoints-front {
    position: relative;
    left: 0;
    top: 0;
    padding: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    justify-content: center;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .achievementNum {
    font-family: 'montserratBold';
    font-size: 34px;
    color: #005a96;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .keyPoints-inner {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .achievementTxtBlock {
    padding-top: 0;
    border-left: 5px solid #23bdbd;
    margin-top: 10px;
    margin-bottom: 0px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .achievementTxtBlock:nth-last-child(2),
.page-template-lp-germany-transport-logistics-new-lang .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .flashText {
    margin-left: 54px;
    margin-right: 20px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .flashText::before {
    width: 10px;
    height: 100%;
    background: #00b4d8;
    position: absolute;
    left: -30px;
    top: 0;
    content: '';
    z-index: -1;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .flashText span.highlightText {
    font-size: 1.5em;
    color: #000;
    font-family: montserratBlack;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .getin-touch-form {
    display: block;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .keyPoints {
    flex-basis: calc(25% - 10px);
    height: 200px;
    font-size: 18px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .keyPoints-inner .iconImg::before {
    background: transparent;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .keyParameters {
    margin-bottom: 30px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang a.btn.btn-blue.getInTouch-btn {
    font-size: 1.2em;
    background: #414042;
    box-shadow: 1px 1px 5px 1px #2196f3;
}

.page-template-lp-germany-transport-logistics-in-germany-lang a.btn.btn-blue.getInTouch-btn:hover {
    background: #1f76b5;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .btn-type1.orange {
    background: #23bdbd;
    color: #ffffff;
    border: 2px solid #23bdbd;
    text-transform: uppercase;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .tellme-more .form-control {
    border: 1px solid #02223c;
    height: auto;
    padding: 10px;
    color: #1f76b5;
    font-weight: bold;
    text-align: center;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .tellme-more .form-control::placeholder {
    color: #1f76b5;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .serviceOfferingBox {
    margin-top: 0;
    /* background: #fff; margin-bottom:0;*/
}

/* .page-template-lp-germany-transport-logistics-in-germany-lang .serviceOfferingBox h3 {font-size: 18px;} */
/* .page-template-lp-germany-transport-logistics-in-germany-lang .font25{ color: #1f76b5;} */
.page-template-lp-germany-transport-logistics-in-germany-lang .servicesBox.box4 .font14 {
    font-size: 16px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .serviceOfferingBoxes.ourCap {
    padding-bottom: 0;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .servicesBox.box4 {
    min-height: 250px;
    margin-bottom: 30px;
}


.page-template-lp-germany-transport-logistics-in-germany-lang form.wpcf7-form.invalid .wpcf7-response-output {
    display: none !important
}


.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon-boxes {
    width: 630px;
    height: 450px;
    position: relative;
    margin: 80px auto 0 auto;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon {
    width: 150px;
    height: 80px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon,
.hexagon:before,
.hexagon:after {
    background: red;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 31px;
    width: 88px;
    height: 86px;
    transform: rotate(145deg) skew(22.5deg);
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon:hover {
    transform: scale(1.1);
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon:before {
    top: -42px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon:after {
    top: 37px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 80px;
    background: red;
    z-index: 1;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon span a {
    display: block;
    margin-top: -8px;
    color: #000;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon p {
    margin: 0;
    font-family: 'montserratSemiBold';
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon .orbit {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-family: 'montserratBlack';
    display: block;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon .orbit-txt {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    position: relative;
    ;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    font-family: 'montserratMedium';
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon .c-blue {
    color: #005a96 !important;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-blue,
.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-blue:before,
.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-blue:after,
.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-blue span {
    background: #005a96;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-blue1,
.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-blue1:before,
.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-blue1:after,
.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-blue1 span {
    background: #1cbdbd;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon .c-blue1 {
    color: #1cbdbd;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-yellow,
.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-yellow:before,
.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-yellow:after,
.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-yellow span {
    background: #fcde05;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon.cbg-blue1 {
    background: #1cbdbd;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .xchange {
    position: absolute;
    left: 93px;
    top: 50px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .chain {
    position: absolute;
    left: 257px;
    top: 50px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .optimism {
    position: absolute;
    left: 420px;
    top: 50px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .intel {
    position: absolute;
    left: 15px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .ecomm {
    position: absolute;
    left: 180px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .portals {
    position: absolute;
    left: 343px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .ping {
    position: absolute;
    left: 506px;
    top: 193px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .control {
    position: absolute;
    left: 99px;
    top: 338px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .connect {
    position: absolute;
    left: 265px;
    top: 338px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .delite {
    position: absolute;
    left: 429px;
    top: 338px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .bb-black-4 {
    border-bottom: 4px solid #23bdbd;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .bookdemo .achievementNum {
    font-size: 20px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .bookdemo .achievementTxtBlock {
    margin-top: 20px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .saas-model-block ul li {
    list-style: none;
    margin-left: 5px;
    margin-bottom: 30px;
    border-left: 5px solid #23bdbd;
    padding-left: 15px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .services-advantages-cnt .form-row label {
    display: none;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .getin-touch-form.request-demo {
    background: #59d1d2;
    padding: 30px;
    border-radius: 10px;
    margin-top: 60px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .getin-touch-form.request-demo h3 {
    font-size: 29px;
    font-family: montserratBlack;
    margin-bottom: 30px;
    color: #005a96;
    text-transform: uppercase;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .address-form .getin-touch-form {
    display: none
}

.page-template-lp-germany-transport-logistics-in-germany-lang .getin-touch:before {
    height: auto;
}

.page-template-lp-germany-transport-logistics-in-germany-lang span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .hexagon-boxes {
    width: 670px;
    height: 470px;
    margin: 80px 0 0 0;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .bookdemo .achievementNum {
    font-size: 20px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .bookdemo .achievementTxtBlock {
    margin-top: 20px;
}

.page-template-lp-germany-transport-logistics-in-germany-lang .achievementCnt.ourAdvantagesCnt .achievementTxtBlock:nth-last-child(2) {
    margin-bottom: 0;
}



.image-left {
    float: left;
    padding: 0px 20px 20px 0;
    width: 310px;
    margin-bottom: 20px;
}

.image-right {
    float: right;
    padding: 0 20px;
    width: 300px;

}

.image-block-right {
    display: inline-block;
    margin-bottom: 30px;
}

.image-block-left {
    display: inline-block;
}

p.bottom-text-container {
    background: #0077b6;
    padding: 10px;
    text-align: center;
    color: #fff;
}

p.bottom-text-container a {
    color: #fff;
}

.christmas-lead-form .form-group {
    font-size: 14px;
    font-family: montserratRegular;
    padding: 20px;
    background: #fafafa;
    display: block;
    border-bottom: 2px solid #ddd;
}

.christmas-lead-form .form-group label {
    display: block;
    top: 0;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.christmas-lead-form .form-group .wpcf7-form-control-wrap {
    line-height: normal;
}

.christmas-lead-form .form-group .wpcf7-form-control-wrap span.wpcf7-list-item {
    display: block;
    padding: 5px 0;
}

.christmas-lead-form .form-group .wpcf7-form-control-wrap span.wpcf7-list-item input {
    display: inline-block;
    width: auto;
}

.christmas-lead-form .wpcf7-validation-errors {
    display: none !important;
}

.page-template-christmas-lead-form .getin-touch:before {
    display: none !important;
}

.page-template-christmas-lead-form .getin-touch-form {
    display: none !important;
}

.page-template-Country-finland .masonry-title,
.page-template-Country-sweden .masonry-title,
.page-template-Country-english .masonry-title,
.page-template-Country-germany .masonry-title,
.page-template-Country-is .masonry-title,
.page-template-Country-norway .masonry-title,
.page-template-Country-sa .masonry-title {
    min-height: 135px;
    word-break: break-word;
    font-size: 19px;
    font-family: 'montserratRegular' !important;
}

.page-template-insight-list h1 {
    color: #fff;
    font-size: 40px;
    font-family: montserratRegular !important;
    padding-bottom: 25px;
    padding-top: 25px;
}

.page-template-insight-list .masonry {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.page-template-insight-list .masonry .masonry-item {
    width: 22.5%;
}

.page-template-insight-list .masonry .masonry-item h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: montserratRegular !important;
}

.page-template-success-stories .masonry-title {
    min-height: 135px;
    word-break: break-word;
    font-size: 19px;
    font-family: 'montserratRegular';
}

.page-template-success-stories h1 {
    color: #fff;
    font-size: 40px;
    font-family: montserratRegular;
    padding-bottom: 25px;
    padding-top: 25px;
}

.page-template-success-stories .masonry {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.page-template-success-stories .masonry .masonry-item {
    width: 22.5%;
    box-shadow: none;
    border: 1px solid #ddd;
}

.page-template-success-stories .masonry .masonry-item h3 {
    font-size: 18px;
    line-height: 24px;
}

/*floater subscription form */
#frmContact {
    display: none;
    padding: 10px;
    width: 235px;
}

#frmContact input {
    border: 1px solid #fff;
    font-size: 14px;
    padding: 5px;
    color: #000;
    background-color: #fff;
}

#contact-box {
    position: fixed;
    right: 0;
    top: 210px;
    z-index: 201;
    border-right: 0;
    background-color: #00b1d8;
    border: 3px solid #0077b6;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

#closeSubscription {
    float: right;
    color: #fff
}

#frmContact input[type=submit] {
    background: #000;
    color: #fff;
    font-weight: bold;
    width: auto;
    border: none;
    border-radius: 2px;
    border-radius: 20px;
    padding: 6px 15px;
}

#frmContact .es_subscription_message.success {
    color: #fff;
    font-size: 12px;
    line-height: 12px !important;
}

div#frmContact label {
    position: relative;
    top: auto;
    left: auto;
    pointer-events: inherit;
    color: #fff;
}

.page-template-Thank-you .getin-touch-form {
    display: none
}

.page-template-Thank-you .message {
    text-align: center;
    padding: 37px 0px 202px 0px;
}

.page-template-Thank-you .getin-touch:before {
    height: 0;
}

#wpcf7-f5-o1 .wpcf7-form.sent .wpcf7-response-output {
    display: none;
}

.year25 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 110px;
}

.year25 img {
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #2fc0eb;
}

.emaillist label {
    display: block;
    margin-bottom: 0.5rem;
    position: relative;
    pointer-events: auto;
    top: auto;
}

.emaillist form {
    position: relative;
    display: flex;
}

.emaillist form .es-field-wrap input {
    font-size: 14px;
}

.emaillist form .es-field-wrap {
    width: 100%;
    margin-right: 15px;
}

.emaillist label br {
    display: none;
}

.email-subs {
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    background: #f5f7f9;
    padding: 20px;
}

.email-subs h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#newsletterForm .emaillist form .es_submit_button {
    width: 140px;
    border-radius: 0;
    background: #0077b6;
    border: 2px solid #0077b6;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    top: -18px;
}

#newsletterForm .emaillist form .es_submit_button:hover {
    background: #fff;
    color: #0077b6;
}

#newsletterForm .emaillist form .es_spinner_image {
    display: none;
    float: none;
    position: absolute;
    bottom: 4px;
    right: 200px;
}

.proptech-bg {
    display: flex;
    align-items: center;
    background: url(../image/banner-protech.jpg) center top / cover no-repeat;
}

.proptech-bg .country-banner-title {
    margin-bottom: 0;
}


.proptech .achievementTxtBlockCnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.proptech .achievementTxtBlock {
    background: #edfafd;
    border-left: 8px solid #fbaa0f;
    font-size: 18px;
    font-family: montserratBold;
    min-height: 80px;
    display: flex;
    align-items: center;
    width: 45%;
    padding: 0 20px;
}

.proptech .ourAdvantagesCnt .achievementNum {
    display: block;
    color: #03045e;
    margin-bottom: 10px;
    font-size: 50px;
}

.proptech .ourAdvantagesCnt .keyBlock {
    background: none;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    border-right: 1px solid #e4e2e0;
}

.proptech .ourAdvantagesCnt .keyBlock:last-child {
    border-right: 0;
}

.proptech .serviceOfferingBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.proptech .serviceOfferingBox h3 {
    padding-top: 0;
    font-size: 18px;
    font-family: montserratBold;
    line-height: 26px;
}

.proptech .services-cnt .pageHeaderCnt2 {
    font-size: 20px;
    margin-bottom: 30px;
}

.proptech .list-v {
    margin: 0;
    padding: 0;
}

.proptech .list-v li {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e4e2e0;
}

.proptech .list-v li p span {
    display: block;
}

.proptech .list-v li p span:first-child {
    font-family: montserratBold;
    font-size: 20px;
}

.proptech .list-h {
    margin: 60px 0 0 0;
    padding: 0;
    display: flex;
}

.proptech .list-h li {
    margin: 0;
    padding: 0;
    border-right: 1px solid #e4e2e0;
    text-align: center;
    font-size: 20px;
    font-family: montserratBold;
    display: flex;
    align-items: center;
}

.proptech .list-h li:last-child {
    border-right: 0;
}

.proptech .list-h li p span {
    display: block;
    margin-bottom: 20px;
}

.proptech .list-h li p span+span {
    margin-bottom: 0;
}

.proptech a.btn-links {
    background: #fbaa0f;
    padding: 15px 20px;
    border-radius: 10px;
    color: #03045e;
    font-size: 20px;
    display: inline-block;
    font-family: montserratBold;
    margin: 0 10px;
}

.our-digital-expertise-bg {
    display: flex;
    align-items: center;
    background: url(../image/ode-banner.jpg) center top / cover no-repeat;
}

.our-digital-expertise-bg .country-banner-title {
    font-size: 40px;
    line-height: 50px;
}

.our-digital-expertise .contact-form {
    background: #004b87;
    color: #fff;
    padding: 50px 50px 20px;
    border-radius: 10px;
    margin-top: -250px;
}

.our-digital-expertise .contact-form p:first-child {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.our-digital-expertise .contact-form .form-control {
    height: auto;
}

.our-digital-expertise .contact-form .btn-type1.orange {
    background: #fbaa0f;
    border: 2px solid #fbaa0f;
    color: #000;
}

.our-digital-expertise .contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #fbaa0f;
}

.our-digital-expertise .contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    border: 1px solid #00a0d2;
    font-size: 12px;
}

.our-digital-expertise .capabilities-tool p {
    font-size: 24px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 600;
}

.our-digital-expertise .capabilities-tool p:before {
    position: absolute;
    width: 100px;
    height: 3px;
    background: #fbaa0f;
    content: '';
    left: 50%;
    margin-left: -50px;
    bottom: 0;
}

.our-digital-expertise .capabilities-tool ul li {
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.our-digital-expertise .capabilities-tool ul li:last-child {
    border-bottom: 0;
}

.our-digital-expertise .serviceOfferingBoxes.ourCap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.our-digital-expertise .serviceOfferingBoxes.ourCap .serviceOfferingBox {
    width: calc(20% - 15px);
    text-align: center;
    height: auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-digital-expertise .serviceOfferingBoxes.ourCap .serviceOfferingBox h3 {
    padding-top: 15px;
}

.our-digital-expertise .achievementCnt.ourAdvantagesCnt .col-sm-6:first-child img {
    margin-bottom: 30px;
}

.news-main-description {
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.news-main-description .feature-img {
    max-height: 200px;
    overflow: hidden;
}

.news-main-description .title {
    font-size: 18px;
    color: #004b87;
    padding: 20px 20px 0;
    font-weight: bold;
}

.news-main-description .description {
    padding: 10px 20px;
    font-size: 14px;
}

.news-main-description .morelinks-cnt {
    padding: 0 20px 20px;
    font-size: 14px;
    text-align: right;
}

.news-main-description .morelinks-cnt a {
    background: #004b87;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}

.newsletter-slider.owl-carousel .item {
    margin: 0 5px;
    border: 1px solid #f1f1f1;
}

.newsletter-slider.owl-carousel .item .img {
    max-height: 200px;
    overflow: hidden;
}

.newsletter-slider.owl-carousel .item a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 20px 20px 10px;
    font-weight: bold;
    display: inline-block;
}

.newsletter-slider.owl-carousel .item .description {
    padding: 0px 20px 10px;
    font-size: 13px !important;
}

.newsletter-slider.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    width: 100%;
}

.newsletter-slider.owl-carousel .owl-nav button.owl-prev,
.newsletter-slider.owl-carousel .owl-nav button.owl-next {
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 5px;
}

.newsletter-slider.owl-carousel .owl-nav button.owl-prev {
    left: -22px;
    position: relative;
}

.newsletter-slider.owl-carousel .owl-nav button.owl-next {
    right: -22px;
    position: relative;
}


.newsletter-bg {
    display: flex;
    align-items: center;
    background: url(../image/newsletter-bg.jpg) right center / cover no-repeat;
}

.country-norway .country-banner-title.news {
    background: none;
    margin-bottom: 0;
    width: 60%;
}

.country-norway .country-banner-title.news:after {
    display: none;
}

.country-norway .country-banner-title.news p {
    font-size: 24px;
    font-family: montserratMedium;
}

.newsletter-subscribe {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    width: 35%;
}

.newsletter-subscribe p {
    font-size: 20px;
    color: #004b87;
    font-weight: bold;
}

.newsletter-subscribe p+p {
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
    line-height: 16px;
}

.newsletter-subscribe .emaillist form {
    display: block;
}

.newsletter-subscribe .emaillist form .es-field-wrap input {
    font-size: 12px;
    background: #d9d9d9;
    padding: 5px 20px;
    border-radius: 5px;
}

.newsletter-subscribe .emaillist form .es_submit_button {
    background: #004b87;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}

.newsletter-header {
    background: #e9e8e8;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.newsletter-header .headerSquare {
    padding: 10px 20px;
    margin: 0;
    background: #004b87;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    margin-bottom: 0 !important;
    font-family: montserratSemiBold;
}

.newsletter-header .headerSquare:before {
    display: none;
}

.newsletter-header ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.newsletter-header ul li {
    border-right: 1px solid #9b9b9b;
    padding: 20px 20px 20px 30px;
    position: relative;
    color: #004b87;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.newsletter-header ul li:before {
    position: absolute;
    left: 10px;
    top: 24px;
    width: 10px;
    height: 10px;
    background: #000;
    content: '';
}

.newsletter-header ul li a {
    color: #004b87;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
}

.newsletter-header ul li:last-child {
    border: 0;
}

.style-title {
    margin: 10px 0 20px;
    font-size: 22px;
    line-height: normal;
    color: #0a0a0a;
    font-weight: bold;
}

.page-template-newsletter .address-form,
.page-template-newsletter #newsletterForm,
.single-newsletter .address-form,
.single-newsletter #newsletterForm {
    display: none;
}

.contact-form-cnt {
    border-radius: 10px;
    background: #d9d9d9;
    margin: 20px 0;
}

.contact-form-cnt .contact-title.style-title {
    background: #d9d9d9;
    color: #000;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form-cnt .contact-title.style-title {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.contact-form-cnt .form-row .form-group {
    width: 47%;
    margin: 10px 1.5%;
}

.contact-form-cnt .wpcf7 {
    padding: 0 20px;
}

.contact-form-cnt input[type="text"],
.contact-form-cnt input[type="email"],
.contact-form-cnt textarea,
.contact-form-cnt input[type="password"] {
    padding: 10px 20px;
    border: 1px solid #eee;
}

.contact-form-cnt .form-row .form-group.textarea {
    width: 100%;
}

.contact-form-cnt .wpcf7-form-control.wpcf7-submit {
    background: #fff !important;
    color: #000 !important;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    width: 200px;
    margin: 20px auto 0;
}



.page-template-newsletter .country-page-specific .celebrate {
    height: 50vh !important;
}

.singleNewsletterList {}

.singleNewsletterList h4 {
    color: #fff;
    margin: 0;
    padding: 20px 12px 10px;
    text-align: center;
    background: #1c75bc;
}

.singleNewsletterList ul {
    background: #9b9b9b;
    margin: 0 0 30px;
    padding: 20px;
}

.singleNewsletterList ul li {
    list-style: none;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.singleNewsletterList ul li h4 {
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 20px 10px 10px;
    font-weight: bold;
    line-height: 20px;
    background: none;
    font-family: montserratBlack;
}

.singleNewsletterList ul li .featuredSidebarDetail {
    padding: 0px;
}

.singleNewsletterList ul li .featuredSidebarDetail .description {
    margin: 10px 0;
    font-size: 14px;
}

.singleNewsletterList ul li .featuredSidebarDetail .explore-more {
    background: #9b9b9b;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
}

.single-newsletter .case-study-blog h3 {
    background: #9b9b9b;
    text-align: center;
}

.single-newsletter .case-study-blog h3 img {
    position: relative;
    top: -8px;
}

.single-newsletter .case-study .font50 {
    font-size: 30px;
    font-family: montserratBlack;
    margin-bottom: 10px;
}

.single-newsletter .insights-details-left-cnt ul.list-unstyled {
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.single-newsletter .insights-details-left-cnt ul.list-unstyled li {
    padding-left: 0;
    border-right: 2px solid #ddd;
    padding-right: 20px;
}

.single-newsletter .insights-details-left-cnt ul.list-unstyled li:last-child {
    border: 0;
}

.single-newsletter .insights-details-left-cnt ul.list-unstyled li::before {
    display: none;
}

/*FAQ*/
.FAQ {
    padding: 0 0 30px;
}

.FAQ .faq-img {
    /* max-width: 530px; */
    max-width: 100%;
    padding: 30px 0;
    margin-left: 0;
}

.FAQ .FAQ-banner .left-content {
    display: flex;
    align-items: center;
}

.FAQ .FAQ-banner .left-content img {
    width: 120px;
}

.FAQ .accordion-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    float: left;
}

.FAQ .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 1px solid #0077b6;
    margin-bottom: 10px;
}

.FAQ .set>a {
    display: block;
    font-size: 18px;
    padding: 18px 40px 18px 20px;
    position: relative;
    font-family: 'montserratMedium';
    text-decoration: none;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.FAQ .set>a.active {
    background-color: #0077b6;
    color: #fff;
}

.FAQ .set .content {
    background-color: #ededed;
    border-bottom: 1px solid #ddd;
    display: none;
    padding: 10px 10px;
}

.FAQ .set .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.FAQ .set>a i {
    float: right;
    margin-top: 2px;
    position: absolute;
    right: 20px;
    top: 35%;
}

@media only screen and (max-width: 767px) {
    .FAQ .container-fluid {
        padding: 0 15px;
    }
}

.landing-page-demo-form {
    background: #ddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    margin-top: 60px;
}

.landing-page-demo-form h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: montserratBlack;
}

.landing-page-demo-form.gd {
    background: #fbaa0f;
}

.landing-page-demo-form.gd .form-control {
    border: 1px solid #a97d01;
    height: auto;
}

.landing-page-demo-form.gd .btn-type5 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    text-align: left;
}

/* Landing page form MS Offerings */

.ms-Offerings-bg {
    display: flex;
    align-items: center;
    background: url(../image/OY_MS_Banner_withBG.jpg) center top / cover no-repeat;
}


.ms-Offerings .eyebrow {
    font-size: 24px;
    color: #fff;
    text-align: left;
    transition: all 0.3s ease;
    width: 100%;
    line-height: 24px;
    font-family: montserratBlack;
    color: #000;
    margin-bottom: 5px;
}

.page-template-lp-hcs-inquiry .back-btn-top {
    display: none;
}


.lets-talk {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 15px;
    background: #fff;
    transition: background 0.5s;
    margin: 0px;
    border: 2px solid #fff;
    color: #03045e;
}

.lets-talk:hover {
    color: #fff;
    background: #03045e;
}

.btn-get-started {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 15px;
    transition: 0.5s;
    margin: 20px 0 0;
    border: 2px solid #fff;
    color: #fff;
    background: #00bdd5;
}

.btn-get-started:hover {
    color: #fff;
    background: #03045e;
    border: 2px solid #00bdd5;
}


.insight4 .masonry .masonry-item {
    width: 100% !important;
}

.modal-title {
    font-size: 22px;
    font-weight: 700;
}

.modal-body {
    padding: 30px;
}

.techVision.bookdemo {
    text-align: center;
    min-height: auto;
    margin-top: 0;
}

.service-page .insightsInd .owl-carousel .owl-item {
    padding: 0 20px;
}

.service-page .insightsInd .owl-carousel .owl-item .insightImg {
    max-height: 250px;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #90e0ef;
}

.service-page .insightsInd .owl-carousel .owl-item .insightImg .insightImgType {
    position: absolute;
    bottom: 0;
}

.service-page .insightsInd .owl-carousel .owl-item .masonry-item h3 {
    min-height: 140px;
}

.newsletter-slider.owl-carousel .owl-nav button.owl-prev,
.newsletter-slider.owl-carousel .owl-nav button.owl-next {
    background: #03045e;
    color: #fff;
}


.feature-benefit {
    background: #ebfdff;
    padding: 30px;
    margin-top: 30px;
}

.feature-benefit.achievements {
    background: #f5f1fd;
}

.feature-benefit h3 {
    font-size: 30px;
    font-family: montserratBold;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.feature-benefit p {
    margin-bottom: 15px;
}

.feature-benefit-slider ul li {
    position: relative;
    margin: 5px 0;
    padding: 0 30px 0 70px;
}

.feature-benefit-slider ul li:before {
    position: absolute;
    left: 36px;
    top: 11px;
    width: 20px;
    height: 2px;
    background: #0069d9;
    content: '';
}

.feature-achievement-cnt .owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: auto;
    width: 60px;
    bottom: -20px;
    right: 0;
}

.feature-achievement-cnt .owl-carousel .owl-nav button.owl-next span {
    font-size: 60px;
    line-height: 40px;
}

.feature-achievement-cnt .owl-carousel .owl-nav button.owl-prev span {
    font-size: 60px;
    line-height: 40px;
}

.feature-achievement-cnt .owl-carousel .owl-nav button.owl-next:focus,
.feature-achievement-cnt .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.achievement-items {
    padding: 0;
}

.achievement-items .number {
    font-size: 40px;
    line-height: 40px;
    font-family: montserratBold;
    margin-bottom: 0 !important;
}

a.contactus {
    background-color: #fbaa0f;
    /* color: #fff !important; */
    font-size: 12px !important;
    border-radius: 7px;
    padding: 26px;
}

#insight-slider,
#success-story-slider {
    padding-bottom: 50px;
}

.masonry-item1 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    box-shadow: 1px 9px 9px rgb(0 0 0 / 5%);
    background: #fff;
}

.masonry-content1,
.masonry-item1 {
    border-radius: 0;
    overflow: hidden;
    pointer-events: auto;
    cursor: pointer;
}

.masonry-title1 {
    font-size: 19px;
    color: #000 !important;
    font-family: montserratRegular;

}

.masonry-description1,
.masonry-title1 {
    margin: 0;
    padding: 20px;
}

.page-template-Services-Level-1 .service-page .insightsInd .owl-carousel .owl-item .masonry-item1 h3 {
    min-height: 140px;
}

.masonry-item1:hover {
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    color: #000;
}

.page-template-Services-Level-1 .masonry-description1,
.masonry-title1 {
    min-height: 130px;
}

#success-story-slider.newsletter-slider.owl-carousel .owl-nav,
#insight-slider.newsletter-slider.owl-carousel .owl-nav {
    top: 36%;
}

.masonry-title1 .eyebrow {
    font-size: 14px;
    text-transform: uppercase;
}

.masonry-title1 .headline {
    font-weight: 600;
    font-size: 16px;
}

#capability-slider .owl-item img {
    width: auto;
    margin: 0 auto;
}


.tools-technologyCnt .tools-techno-left {
    width: 20%;
}

.tools-technologyCnt .tools-techno-right {
    width: 80%;
    padding: 0 0 0 50px;
}

.tools-technologyCnt .tools-techno-left .nav-link {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    display: block;
    padding: 15px 10px;
    width: 100%;
    background: #f6f7f9;
    text-align: center;
    border: 0;
    border-radius: 15px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.tools-technologyCnt .tools-techno-left .nav-link.active {
    background: #d4f3f8;
}

.tools-technologyCnt .tools-techno-right ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.tools-technologyCnt .tools-techno-right ul li {
    width: 25%;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.getin-touch-form {
    background: #e3f8fb;
    margin-bottom: 30px;
    padding: 50px;
    border-radius: 20px;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
}

#newsletterForm {
    display: none;
}

.getin-touch-form input.wpcf7-form-control.wpcf7-submit.btn-type1.orange {
    width: 180px;
    border-radius: 15px;
    background: #03045e;
    border: 2px solid #03045e;
    padding: 12px 20px;
    font-size: 18px;
}

.getin-touch-form .form-control {
    background-color: transparent;
    border-bottom: 2px solid #c7c7c7;
    font-weight: 700;
}

a.contactus:hover {
    color: #fff !important;
}

/* Healthcare Landing Page */
.section-pad {
    padding: 80px 0;
}

.lp-h1 {
    font-size: 44px;
    font-family: montserratBlack;
    margin-bottom: 30px;
}

.lp-button {
    background: #26BDEE;
    padding: 10px 30px;
    border-radius: 30px;
    font-family: montserratBold;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    transition: .5s;
}

.lp-button:hover {
    background: #000;
    color: #26BDEE !important;
}

.lp-box {
    text-align: center;
    padding: 20px;
}

.lp-box .lp-icon {
    margin-bottom: 20px;
}

.lp-box .lp-title {
    margin-bottom: 10px;
    font-family: montserratBold;
    font-size: 18px;
}

.lp-sub-title {
    margin-bottom: 30px;
    font-family: montserratBold;
    font-size: 20px;
}

.exp-box {
    text-align: center;
    padding: 20px;
}

.exp-box .lp-icon {
    background: #e5fafd;
    padding: 20px;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.exp-box .lp-icon img {
    max-width: 100px;
}

.exp-box .lp-title {
    margin-top: 20px;
    font-family: montserratBold;
    font-size: 18px;
}

.img-box {
    border: 1px solid #ddd;
    border-radius: 20px;
}

.img-box .lp-icon {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.img-box .lp-title {
    padding: 20px;
}


.customInsight .owl-carousel .owl-item .insightImg {
    max-height: 250px;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #90e0ef;
}

.customInsight .owl-carousel .owl-item {
    padding: 0 20px;
}

.tab-d1 {
    border: 1px solid #0056b3;
    width: 50%;
    margin: 50px auto 30px;
    border-radius: 10px;
    background: #03045e;
}

.tab-d1 .nav-link {
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.tab-d1 .nav-link.active {
    background: #fbaa0f;
    border-radius: 10px;
}

.card-deck.segmentsCntBoxes .segmentsBoxCnt {
    max-height: 190px;
}

.banner-ticker {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #fbaa0f;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #fff;
}

.modal-title {
    font-size: 22px;
    font-weight: 700;
}

.page-template-lp-software_development_ppc .exp-box {
    padding-top: 100px;
}

.page-template-lp-software_development_ppc .exp-box .lp-icon {
    background: #fff;
    padding: 20px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #17407b;
    position: relative;
    margin-top: -100px;
}

.page-template-lp-software_development_ppc .exp-box .inner-box {
    border: 1px solid #96d0d9;
    border-radius: 13px;
    padding: 10px 43px;
    background: #fff;
    min-height: 150px;
}

.page-template-lp-software_development_ppc .intro {
    display: flex;
    align-items: center;
    height: calc(100vh - 80px) !important;
}

.page-template-lp-software_development_ppc .intro1 {
    height: calc(100vh - 80px) !important;
    position: relative;
    padding: 0;
}

.page-template-lp-software_development_ppc .video-container1 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.page-template-lp-software_development_ppc #slide1 {
    background-image: url(../image/sw-banner1.png);
    color: #fff;
    padding: 0;
}

.page-template-lp-software_development_ppc #slide2 {
    background-image: url(https://www.thegatewaydigital.com/wp-content/themes/gd/images/sw-banner2.png);
    color: #fff;
}

.page-template-lp-software_development_ppc #slide3 {
    background-image: url(https://www.thegatewaydigital.com/wp-content/themes/gd/images/sw-banner3.png);
    color: #fff;
}

.page-template-lp-software_development_ppc #ourexpertiesslider .owl-nav button.owl-prev,
.page-template-lp-software_development_ppc #ourexpertiesslider .owl-nav button.owl-next {
    background: #fff;
    color: #03045e;
}

.page-template-lp-software_development_ppc #ourexpertiesslider.owl-carousel .owl-nav {
    top: 60%;
}

.page-template-lp-software_development_ppc #ladingpageslider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: relative;
    top: -125px;
}

.page-template-lp-software_development_ppc .our-innovation .lp-box .lp-icon {
    background: #eee;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 20px;
}

.page-template-lp-software_development_ppc .tools-technologyCnt .tools-techno-right {
    width: 100%;
    padding: 0;
}

.page-template-lp-software_development_ppc .tools-techno-list .nav {
    justify-content: center;
    background-color: #f5f6f8;
}

.page-template-lp-software_development_ppc .tools-techno-list .nav .nav-link {
    font-weight: bold;
}

.page-template-lp-software_development_ppc .tools-techno-list .nav-link.active {
    color: #073e76;
    border-bottom: 3px solid #073e76;
    font-weight: bold;
}

.page-template-lp-software_development_ppc .partners .card-body {
    align-items: center;
}

.page-template-lp-software_development_ppc #slide1 .landing-page-demo-form h3 {
    color: #000;
}

.sw-dev .tools-technologyCnt .tools-techno-left {
    width: 30%;
    background: #08377A;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
}

.sw-dev .tools-technologyCnt .tools-techno-right ul li {
    margin-bottom: 30px;
}

.sw-dev .tools-technologyCnt .tools-techno-left .nav-link.active {
    background: #fbaa0f;
}


.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

/*Digital Logistics Solutions Landingpage*/
.page-template-lp-digital-logistics-solutions-landingpage .exp-box {
    padding-top: 100px;
}

.page-template-lp-digital-logistics-solutions-landingpage .exp-box .lp-icon {
    background: #fff;
    padding: 20px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #17407b;
    position: relative;
    margin-top: -100px;
}

.page-template-lp-digital-logistics-solutions-landingpage .exp-box .inner-box {
    border: 1px solid #96d0d9;
    border-radius: 13px;
    padding: 10px 43px;
    background: #fff;
    min-height: 150px;
}

.page-template-lp-digital-logistics-solutions-landingpage .intro {
    display: flex;
    align-items: center;
    height: calc(100vh - 80px) !important;
}

.page-template-lp-digital-logistics-solutions-landingpage .intro1 {
    height: calc(100vh - 80px) !important;
    position: relative;
    padding: 0;
}

.page-template-lp-digital-logistics-solutions-landingpage .video-container1 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.page-template-lp-digital-logistics-solutions-landingpage #slide1 {
    background-image: url(../image/banner-img.png);
    color: #fff;
    padding: 0;
}

.page-template-lp-digital-logistics-solutions-landingpage #slide1 .landing-page-demo-form h3 {
    color: #000;
}

.page-template-lp-digital-logistics-solutions-landingpage .our-innovation ul li {
    list-style: disc;
}

.page-template-lp-digital-logistics-solutions-landingpage .supply-chain-challanges ul li {
    list-style: disc;
    color: #fff;
}

.page-template-lp-digital-logistics-solutions-landingpage .tick-list {
    margin: 0;
    padding: 0;
}

.page-template-lp-digital-logistics-solutions-landingpage .tick-list li {
    position: relative;
    padding-left: 50px;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 22px;
}

.page-template-lp-digital-logistics-solutions-landingpage .tick-list li:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: '';
    background: url(../image/tick.png) left center no-repeat;
    width: 30px;
    height: 30px;
}

.blue-dot-list {
    margin: 0;
    padding: 0;
}

.blue-dot-list li {
    margin: 5px 0;
    padding: 0;
    list-style: none !important;
    position: relative;
    text-align: left;
    padding-left: 25px;
}

.blue-dot-list li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #00c0f3;
    content: '';
    left: 0;
    top: 6px;
}

.white-dot-list {
    margin: 0;
    padding: 0;
}

.white-dot-list li {
    margin: 5px 0;
    padding: 0;
    list-style: none !important;
    position: relative;
    text-align: left;
    padding-left: 25px;
}

.white-dot-list li:before {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    content: '';
    left: 0;
    top: 6px;
}


/*Mobile App Development landing page*/
.page-template-lp-mobile-app-development .exp-box {
    padding-top: 100px;
}

.page-template-lp-mobile-app-development .exp-box .lp-icon {
    background: #fff;
    padding: 20px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #17407b;
    position: relative;
    margin-top: -100px;
}

.page-template-lp-mobile-app-development .exp-box .inner-box {
    border: 1px solid #96d0d9;
    border-radius: 13px;
    padding: 10px 43px;
    background: #fff;
    min-height: 150px;
}

.page-template-lp-mobile-app-development .intro {
    display: flex;
    align-items: center;
    height: calc(100vh - 80px) !important;
}

.page-template-lp-mobile-app-development .intro1 {
    height: calc(100vh - 80px) !important;
    position: relative;
    padding: 0;
}

.page-template-lp-mobile-app-development .video-container1 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.page-template-lp-mobile-app-development #slide1 {
    background-image: url(../image/sw-banner1.png);
    color: #fff;
    padding: 0;
}

.page-template-lp-mobile-app-development #slide2 {
    background-image: url(https://www.thegatewaydigital.com/wp-content/themes/gd/images/sw-banner2.png);
    color: #fff;
}

.page-template-lp-mobile-app-development #slide3 {
    background-image: url(https://www.thegatewaydigital.com/wp-content/themes/gd/images/sw-banner3.png);
    color: #fff;
}

.page-template-lp-mobile-app-development #ourexpertiesslider .owl-nav button.owl-prev,
.page-template-lp-mobile-app-development #ourexpertiesslider .owl-nav button.owl-next {
    background: #fff;
    color: #03045e;
}

.page-template-lp-mobile-app-development #ourexpertiesslider.owl-carousel .owl-nav {
    top: 60%;
}

.page-template-lp-mobile-app-development #ladingpageslider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: relative;
    top: -125px;
}

.page-template-lp-mobile-app-development .our-innovation .lp-box .lp-icon {
    background: #1CCEF2;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 20px;
}

.page-template-lp-mobile-app-development .tools-technologyCnt .tools-techno-right {
    width: 100%;
    padding: 0;
}

.page-template-lp-mobile-app-development .tools-techno-list .nav {
    justify-content: center;
    background-color: #f5f6f8;
}

.page-template-lp-mobile-app-development .tools-techno-list .nav .nav-link {
    font-weight: bold;
}

.page-template-lp-mobile-app-development .tools-techno-list .nav-link.active {
    color: #073e76;
    border-bottom: 3px solid #073e76;
    font-weight: bold;
}

.page-template-lp-mobile-app-development .partners .card-body {
    align-items: center;
}

.page-template-lp-mobile-app-development #slide1 .landing-page-demo-form h3 {
    color: #000;
}

#reload_captcha img {
    width: 100%;
}

.fa-twitter:before {
    content: url(../image/twitterX_white.png);
}

/* Finland Landing Page */

.gd-oy-header {}

.gd-oy-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gd-oy-menu a {
    width: 250px;
    height: 55px;
}

.page-template-lp-gd-oy-landingpage header,
.page-template-lp-gd-oy-landingpage .address-box,
.page-template-lp-gd-oy-landingpage .footer-links,
.page-template-lp-gd-oy-landingpage .copyright-bar,
.page-template-lp-gd-oy-landingpage .getin-touch {
    display: none;
}

.gd-oy-header span {
    text-align: right;
}

.gd-oy-title {
    background: #FBAA0F;
    color: #03045E;
    font-size: 34px;
    padding: 40px 20px 30px;
    font-family: montserratBlack;
    position: relative;
    margin-bottom: 50px;
}

.gd-oy-title:before {
    position: absolute;
    left: 20px;
    bottom: 13px;
    height: 5px;
    width: 40%;
    background: #03045E;
    content: '';
}

.main-banner {
    padding: 100px 0;
    color: #fff;
}

.banner-bg {
    background: url(../image/main-banner.png) center center no-repeat;
    background-size: cover;
}

.too-bsy-link {
    font-weight: bold;
    font-family: montserratBold;
    margin-top: 20px;
    display: inline-block;
    color: #03045E;
    text-decoration: underline;
}

.PE-offering-cnt {
    display: flex;
    margin-top: 30px;
}

.PE-offering-element {
    width: 20%;
    text-align: center;
    padding: 20px;
    position: relative;
}

.PE-offering-element::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../image/sep-line.png) left top no-repeat;
    width: 6px;
    height: 162px;
}

.PE-offering-element:last-child:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: url(../image/sep-line.png) left top no-repeat;
    width: 6px;
    height: 162px;
}

.PE-offering-element img {
    margin-bottom: 20px;
}

.gateway-credentials {
    padding: 50px 0;
}

.lp-h2 {
    font-size: 30px;
    font-family: montserratBold;
    margin-bottom: 30px;
    margin-top: 30px;
}

.black-dot-list {
    margin: 0;
    padding: 0;
}

.black-dot-list li {
    margin: 15px 0;
    padding: 0;
    list-style: none !important;
    position: relative;
    text-align: left;
    padding-left: 25px;
}

.black-dot-list li:before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #000;
    content: '';
    left: 0;
    top: 8px;
}

.customer-cases {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.customer-cases-element {
    width: 49%;
    background: #03045E;
    padding: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.customer-cases-element strong {
    font-family: montserratBold;
}

.customer-cases-element.bg-none {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-more-btn {
    background: #FBAA0F;
    font-size: 18px;
    font-family: montserratBold;
    padding: 12px 22px;
    border-radius: 16px;
}

.certificates-compliance {
    padding: 50px 0;
}

.certificates-compliance img {
    max-width: 70%;
}

.page-template-lp-gd-oy-landingpage .getin-touch-form {
    display: none;
}

.certificates-compliance .partners .card-body {
    display: block;
    text-align: center;
}

.certificates-compliance .partners .card-body p {
    font-family: montserratBold;
    margin-top: 10px;
    line-height: 18px;
}

.certificates-compliance .card-group.partners .card .card-body {
    display: flex;
    align-items: center;
}

.page-template-lp-gd-oy-landingpage .certificates-compliance .card-group.partners .card:first-child img {
    max-width: 100%;
}

.fin-contact-section {
    background: #012f6b url(../image/contact-bg.png) center 50px no-repeat;
    min-height: 300px;
    color: #fff;
}

.fin-contact-section .address {
    padding: 30px;
}

.fin-contact-section .address a {
    color: #fff;
}

.fin-contact-section .address a.btn.btn-contactUs {
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    display: inline-block;
    border-radius: 0;
    width: 100%;
    max-width: 275px;
    border: 0;
}


.customer-cases-study {}

.customer-cases-links {
    display: flex;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #33347a !important;
    font-family: montserratBold;
    line-height: 36px;
    text-align: center;
}

.customer-cases-links p {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e1e1e1;
    transition: .5s;
}

.customer-cases-links p.left,
.customer-cases-links p.right {
    position: relative;
}

.customer-cases-links p.left:before {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e1e1e1;
    content: '';
    position: absolute;
    right: -28px;
    z-index: 1;
    transition: .5s;
}

.customer-cases-links p.right:before {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #e1e1e1;
    content: '';
    position: absolute;
    left: -28px;
    z-index: 1;
    transition: .5s;
}

.customer-cases-links:hover p {
    background: #004085;
    color: #fff;
}

.customer-cases-links:hover p.left::before {
    border-left: 30px solid #004085;
}

.customer-cases-links:hover p.right::before {
    border-right: 30px solid #004085;
}

.customer-cases-links p img {
    transition: .5s;
}

.customer-cases-links:hover p img {
    scale: 1.1;
}

.customer-cases-links p.overflow-hidden {
    overflow: hidden;
}

.custom-md-8 {
    max-width: 62.666667% !important;
}

.offerings_block_mp {
    margin-right: 1.25rem !important
}

.offerings_block_mp .black-dot-list li:before {
    color: #03045e !important;
    background: #03045e !important;
    width: 7px;
    height: 7px
}

.bg_list_mp {
    background-color: #dedede
}

.de_box4 {
    min-height: 328px !important
}

.de_serviceBox {
    min-height: 468px !important
}

.height195.de {
    height: 250px !important;
}

.height97.de {
    height: 120px !important;
}

@media (max-width:991px) {
    .gd-oy-title {
        font-size: 28px;
    }

    .landing-page-demo-form.gd {
        margin-top: 30px !important;
    }

    .PE-offering-cnt {
        flex-wrap: wrap;
    }

    .PE-offering-element {
        width: 33.33%;
    }

    .lp-h2 {
        font-size: 24px;
    }

    .customer-cases-links {
        font-size: 1.2rem;
        line-height: 30px;
    }

    .custom-md-8 {
        max-width: 59.666667% !important;
    }

    .de_box4 {
        min-height: 286px !important
    }

    .height97.de {
        height: 197px !important;
        font-size: 90% !important
    }

    .height195.de {
        height: 300px !important;
        font-size: 90% !important
    }
}

@media (max-width:1200px) {
    .custom-md-8 {
        max-width: 59.666667% !important;
    }

    .de_box4 {
        min-height: 328px !important
    }

    .height97.de {
        height: 197px !important;
        font-size: 84% !important
    }

    .height195.de {
        height: 300px !important;
        font-size: 84% !important
    }
}

@media (max-width:767px) {
    .gd-oy-menu a {
        height: auto;
    }

    .gd-oy-header span img {
        max-width: 70%;
    }

    .PE-offering-element::before {
        display: none;
    }

    .PE-offering-element {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 5px dashed #000;
    }

    .customer-cases-element {
        width: 100%;
    }

    .PE-offering-element:last-child:after {
        display: none;
    }

    .page-template-lp-gd-oy-landingpage .certificates-compliance .card-group.partners .card:first-child img {
        max-width: 200px;
    }

    .page-template-lp-gd-oy-landingpage .card-group>.card+.card,
    .page-template-lp-gd-sweden-landingpage .card-group>.card+.card,
    .page-template-lp-gd-norway-landingpage .card-group>.card+.card {
        margin-left: inherit;
        border-left: 1px solid rgba(0, 0, 0, 0.125);
    }

    .customer-cases-links {
        line-height: 20px;
        text-align: center;
    }

    .customer-cases-links p.left:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #e1e1e1;
        right: -15px;
        z-index: 1;
    }

    .customer-cases-links p.right:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #e1e1e1;
        left: -15px;
        z-index: 1;
    }

    .page-template-lp-gd-sweden-landingpage .certificates-compliance .card-group.partners .card:first-child img {
        max-width: 115px;
    }

    .customer-cases-element.cred_box p {
        font-size: 1.1rem !important;
    }

    .offerings_block_mp {
        margin-right: 0rem !important;
        margin-bottom: 1.25rem
    }

    .custom-md-8 {
        max-width: 100% !important;
    }

    .diff-box.height195,
    .diff-box.height97 {
        height: auto !important;
        font-size: 100% !important;
    }

}

@media (max-width:575px) {
    .customer-cases-links {
        line-height: 20px;
        text-align: center;
    }

    .customer-cases-links p {
        font-size: 12px;
        line-height: 16px;
    }

}

/* sweden lp */
.customer-cases-element.cred_box {
    border-radius: 40px;
    background-color: #0077B6 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-cases-element.cred_box p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 800;
}

.text-black {
    color: black !important
}

.page-template-lp-gd-sweden-landingpage .address-box,
.page-template-lp-microsoft-partners-campaign-fi .address-box,
.page-template-lp-microsoft-partners-campaign-fi .address-form,
.page-template-lp-gd-sweden-landingpage .footer-links,
.page-template-lp-gd-sweden-landingpage .copyright-bar,
.page-template-lp-gd-sweden-landingpage .getin-touch {
    display: none;
}

.page-template-lp-gd-norway-landingpage .address-box,
.page-template-lp-gd-norway-landingpage .footer-links,
.page-template-lp-gd-norway-landingpage .copyright-bar,
.page-template-lp-gd-norway-landingpage .getin-touch {
    display: none;
}

.page-template-lp-as-x-microsoft-norway .address-form,
.page-template-lp-as-x-microsoft-norway a.btn.btnBlack.btn-contactUs {
    display: none !important;
}

.page-template-lp-microsoft-partners-campaign-fi header {
    display: none !important
}

.page-template-lp-microsoft-partners-campaign-fi .footer-links,
.page-template-lp-microsoft-partners-campaign-fi .copyright-bar {
    display: none !important
}

.customer-cases-element.mp_customer_cases {
    border-radius: 30px
}

.page-template-Country-finland .card-group.partners {
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0 10px;
}

.page-template-Country-finland .partners .card-body {
    text-align: center;
}

.page-template-Country-finland .partners .card-body img {
    max-width: 60%;
}


/*GD Slush Finland 2023 start*/

.page-template-lp-gd-slush-2023-finland-landingpage .lp-h1 {
    font-size: 33px;
    line-height: 44px;
}

.page-template-lp-gd-slush-2023-finland-landingpage .gd-oy-title {
    font-size: 30px;
}

.page-template-lp-gd-slush-2023-finland-landingpage .landing-page-demo-form {
    box-shadow: none;
}

.page-template-lp-gd-slush-2023-finland-landingpage .newsbox-main-menu {
    display: none;
}

.page-template-lp-gd-slush-2023-finland-landingpage .landing-page-demo-form.gd {
    background: #fff;
}

.page-template-lp-gd-slush-2023-finland-landingpage .landing-page-demo-form h3 {
    color: #000;
}

.page-template-lp-gd-slush-2023-finland-landingpage .landing-page-demo-form h4 {
    color: #000;
    font-weight: bold;
    font-family: montserratBold;
    font-size: 21px;
    margin-bottom: 20px;
}

.page-template-lp-gd-slush-2023-finland-landingpage .landing-page-demo-form span {
    color: #000;
    font-weight: bold;
    font-family: montserratBold;
    font-size: 21px;
    display: block;
}

.page-template-lp-gd-slush-2023-finland-landingpage .landing-page-demo-form p {
    color: #000;
    font-weight: bold;
}

.page-template-lp-gd-slush-2023-finland-landingpage .banner-bg {
    background: url(../image/main-banner-slush-2023.png) center center no-repeat;
    background-size: cover;
}

.page-template-lp-gd-slush-2023-finland-landingpage .getin-touch-form {
    display: none;
}

.page-template-lp-gd-slush-2023-finland-landingpage .address-box {
    display: none;
}

.page-template-lp-gd-slush-2023-finland-landingpage .footer-links {
    display: none;
}

.page-template-lp-gd-slush-2023-finland-landingpage .copyright-bar {
    display: none;
}

.page-template-lp-gd-slush-2023-finland-landingpage .getin-touch {
    display: none;
}

.page-template-lp-gd-slush-2023-finland-landingpage .getin-touch:before {
    display: none;
}

@media (max-width:991px) {
    .page-template-lp-gd-slush-2023-finland-landingpage .gd-oy-title {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    .page-template-lp-gd-slush-2023-finland-landingpage .gd-oy-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .page-template-lp-gd-slush-2023-finland-landingpage .lp-h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .mb-5 {
        margin-bottom: 1.8rem !important;
    }

    .page-template-lp-gd-slush-2023-finland-landingpage .landing-page-demo-form.gd {
        margin-top: 0px !important;
    }

    .page-template-lp-gd-slush-2023-finland-landingpage .main-banner {
        padding: 50px 0;
    }

    .page-template-lp-gd-slush-2023-finland-landingpage .too-bsy-link {
        margin-top: 5px;
    }

    .page-template-lp-gd-slush-2023-finland-landingpage .landing-page-demo-form h4 {
        margin-bottom: 5px;
    }
}

/*GD Slush Finland 2023 End*/

/* faq css start */

.faq-section {
    margin: 30px 0;
}


.faq-section .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    /* border: 1px solid #ebebeb; */
    margin-bottom: 25px;
    border-radius: 10px;

}

.faq-section .set>a {
    display: block;
    font-size: 22px;
    line-height: 35px;
    padding: 18px 100px 18px 40px;
    background: #ebebeb;
    color: #4B4B4B;
    position: relative;
    transition: all 0.5s ease;

    border-radius: 10px;
    font-family: 'montserratMedium';
    transition: all 0.5 ease;

}

.faq-section .set>a.active {
    background: #061198;
    color: #fff;
    transition: all 0.5s ease;
    /* font-family: 'montserratSemiBold'; */

}

.faq-section .set>a i {
    float: right;
    margin-top: 2px;
    position: absolute;
    right: 20px;
    top: 35%;
}

.faq-section .set .content {
    display: none;
    padding: 40px 30px 30px 40px;
    font-size: 20px;

    border: 1px solid #ebebeb;
    margin-top: -15px;
    border-radius: 10px;

    /* transition: all 0.5s ease; */
}


@media (max-width:767px) {
    .faq-section .set>a {
        font-size: 18px;
        line-height: 28px;
        padding: 18px 70px 18px 30px;
    }

    .faq-section .set .content {
        font-size: 16px;
        padding: 40px 30px 30px 30px;
    }
}

@media (max-width:575px) {
    .faq-section .set>a {
        font-size: 16px;
        line-height: 25px;
        padding: 18px 50px 18px 30px;
    }

    .faq-section .set .content {
        font-size: 14px;
        padding: 35px 20px 30px 20px;
    }
}

.pointer-none {
    pointer-events: none;

}

.title_aglin {
    text-align: left;
}

.title_aglin img {
    max-width: 100%
}

.title_aglin h1,
.title_aglin h2,
.title_aglin h3,
.title_aglin h4,
.title_aglin h5,
.title_aglin h6 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}