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

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

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

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

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

.bg-c-white{
   background-color: #ffffff!important;
} 

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

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

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

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

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

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

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

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

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

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

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

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

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

ul {
    padding-left: 2rem
}

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

ul ul {
    margin-bottom: 0
}

b {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

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

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

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

img,
svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

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

textarea {
    resize: vertical
}

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

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

legend+* {
    clear: left
}

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

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

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

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

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

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

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

iframe {
    border: 0
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1220px
    }
}

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

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

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-check .form-check-input {
    float: left;
    margin-left: -1.65em;
    border: 2px solid var(--tg-theme-primary);
}

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

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

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

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

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

.form-check-input:checked {
    background-color: var(--tg-theme-primary);
}

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

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

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

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

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

.request__radio-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.request__radio-wrap .form-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.2;
  gap: 6px;
  min-height: auto;
  padding: 0;
}
.request__radio-wrap .form-check-input {
  margin: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #BEBEBE;
}
.request__radio-wrap .form-check-input:checked {
  background-color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.request__radio-wrap .form-check-input:checked ~ .form-check-label {
  color: var(--tg-body-color);
}
.request__radio-wrap .form-check-input:focus {
  box-shadow: none;
}
.request__radio-wrap .form-check-label {
  font-size: 16px;
  font-weight: 500;
  color: #838383;
  user-select: none;
}
.request__radio-wrap-two .form-check-input:checked {
  background-color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn: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:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}



.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@media only screen and (max-width: 500px) {
    #manage{
        margin: 0 0.3rem 1rem 2.5rem;
    }
}

.blue-block{
    background-color: var(--tg-theme-quaternary);
    color: #fff !important;
}

.cookie-text {
color: var(--text-primary);
}

@media only screen and (min-width: 992px) {
    .all-button {
        padding-top:2rem!important;
    }
}

.cookie-img{
    float: left;
    margin-top: .5rem;
    margin-right: 1rem;
    vertical-align: top;
}
@media only screen and (min-width: 992px) {
#cookie-checkbox {
display: block;
  max-height: 30vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
#cookie-checkbox:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  height: 20%;
  bottom: 0px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  pointer-events: none;
  margin-bottom: 1rem;
}
}
#cookie-all-text{
    position: unset;
    font-size: .9rem;
}
@media only screen and (max-width: 991px) {
    
#cookie-all-text {
    display: block;
    max-height: 22vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
#cookie-all-text:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  height: 20%;
  bottom: 0px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  pointer-events: none;
}
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.45)!important;
}

#cookie-banner {
    background: var(--secondary);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    border-top: 1px solid #ddd;
    display: none;
    z-index: 1;
}
#cookie-banner p {
    margin: 0;
    font-size: 14px;
}
#cookie-banner a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline !important;
}
#cookie-banner a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 992px) {
    .decline {
        position: absolute;
        margin-left: -170px;
    }
}

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

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

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

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

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

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

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

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

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

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    filter: var(--bs-btn-close-white-filter)
}

[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
    .sticky-sm-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
    .sticky-md-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
    .sticky-lg-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
    .sticky-xl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.align-top {
    vertical-align: top !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

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

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-wrap {
    white-space: normal !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.link-opacity-10 {
    --bs-link-opacity: 0.1
}

.link-opacity-25 {
    --bs-link-opacity: 0.25
}

.link-opacity-50 {
    --bs-link-opacity: 0.5
}

.link-opacity-75 {
    --bs-link-opacity: 0.75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.visible {
    visibility: visible !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media (min-width:576px) {
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .text-sm-start {
        text-align: left !important
    }
    .text-sm-end {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .text-md-start {
        text-align: left !important
    }
    .text-md-end {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .text-lg-start {
        text-align: left !important
    }
    .text-lg-end {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .text-xl-start {
        text-align: left !important
    }
    .text-xl-end {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(500px);
        transform: translateX(500px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        transform: translateX(500px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(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: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-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: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-500px:before {
    content: "\f26e"
}

.fa-ad:before {
    content: "\f641"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-box:before {
    content: "\f466"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-clock:before {
    content: "\f017"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-download:before {
    content: "\f019"
}

.fa-edge:before {
    content: "\f282"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-fill:before {
    content: "\f575"
}

.fa-flag:before {
    content: "\f024"
}

.fa-gg:before {
    content: "\f260"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-info:before {
    content: "\f129"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-less:before {
    content: "\f41d"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-map:before {
    content: "\f279"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-question:before {
    content: "\f128"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-running:before {
    content: "\f70c"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-video:before {
    content: "\f03d"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-youtube:before {
    content: "\f167"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://europrotrans.hu/assets/fonts/fa-brands-400.eot);
    src: url(https://europrotrans.hu/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://europrotrans.hu/assets/fonts/fa-brands-400.woff2) format("woff2"), url(https://europrotrans.hu/assets/fonts/fa-brands-400.woff) format("woff"), url(https://europrotrans.hu/assets/fonts/fa-brands-400.ttf) format("truetype"), url(https://europrotrans.hu/assets/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://europrotrans.hu/assets/fonts/fa-regular-400.eot);
    src: url(https://europrotrans.hu/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://europrotrans.hu/assets/fonts/fa-regular-400.woff2) format("woff2"), url(https://europrotrans.hu/assets/fonts/fa-regular-400.woff) format("woff"), url(https://europrotrans.hu/assets/fonts/fa-regular-400.ttf) format("truetype"), url(https://europrotrans.hu/assets/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://europrotrans.hu/assets/fonts/fa-solid-900.eot);
    src: url(https://europrotrans.hu/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://europrotrans.hu/assets/fonts/fa-solid-900.woff2) format("woff2"), url(https://europrotrans.hu/assets/fonts/fa-solid-900.woff) format("woff"), url(https://europrotrans.hu/assets/fonts/fa-solid-900.ttf) format("truetype"), url(https://europrotrans.hu/assets/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-family: flaticon;
    src: url(https://europrotrans.hu/assets/fonts/flaticon_lgdt.eot);
    src: url(https://europrotrans.hu/assets/fonts/flaticon_lgdt.eot?#iefix) format("embedded-opentype"), url(https://europrotrans.hu/assets/fonts/flaticon_lgdt.woff2) format("woff2"), url(https://europrotrans.hu/assets/fonts/flaticon_lgdt.woff) format("woff"), url(https://europrotrans.hu/assets/fonts/flaticon_lgdt.ttf) format("truetype"), url(https://europrotrans.hu/assets/fonts/flaticon_lgdt.svg#Flaticon) format("svg")
}

i[class*=" flaticon-"]:before,
i[class^=flaticon-]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.flaticon-cargo:before {
    content: "\f101"
}

.flaticon-protected:before {
    content: "\f103"
}

.flaticon-cargo-1:before {
    content: "\f10a"
}

.flaticon-box:before {
    content: "\f10b"
}

.flaticon-warehouse:before {
    content: "\f10c"
}

.flaticon-container:before {
    content: "\f10e"
}

.flaticon-warehouse-1:before {
    content: "\f10f"
}

.flaticon-delivery:before {
    content: "\f110"
}

.flaticon-placeholder:before {
    content: "\f116"
}

.flaticon-support:before {
    content: "\f11f"
}

.flaticon-telephone:before {
    content: "\f124"
}

.flaticon-down:before {
    content: "\f126"
}

.flaticon-right-up:before {
    content: "\f128"
}

.flaticon-up-right-arrow:before {
    content: "\f12a"
}

.flaticon-check:before {
    content: "\f12b"
}

.flaticon-send:before {
    content: "\f12e"
}

.flaticon-down-arrow:before {
    content: "\f12f"
}

.flaticon-left-arrow:before {
    content: "\f130"
}

.flaticon-right-arrow:before {
    content: "\f131"
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev {
    left: 10px;
    right: auto
}

.swiper-button-prev:after {
    content: 'prev'
}

.swiper-button-next {
    right: 10px;
    left: auto
}

.swiper-button-next:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

/*! jQuery UI - v1.11.4 - 2018-03-01
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Banner Container Styles for Hover Effect */
.banner-container {
    position: relative;
    width: 100%;
}

.banner-wrapper {
    position: relative;
    min-height: 500px;
}

.slider__single-two {
    padding: 300px 0 120px;
    opacity: 0;
    /*visibility: hidden;*/
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.slider__single-two.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    /* position marad absolute! */
}

.slider__single-two.fade-out {
    opacity: 0 !important;
}

/* Responsive padding */
@media (max-width:1500px) {
    .slider__single-two {
        padding: 260px 0 140px;
    }
}

@media (max-width:767.98px) {
    .slider__single-two {
        padding: 120px 0 160px;
    }
}



/* Szöveg animációk banner váltáskor */
.slider__single-two.active .slider__content-two .sub-title {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.slider__single-two.active .slider__content-two .title {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.slider__single-two.active .slider__content-two p {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

/* Alapállapot - szövegek láthatatlanok */
.slider__single-two .slider__content-two .sub-title,
.slider__single-two .slider__content-two .title,
.slider__single-two .slider__content-two p {
    opacity: 0;
    transform: translateY(30px);
}

/* Aktív banner szövegei láthatóak */
.slider__single-two.active .slider__content-two .sub-title,
.slider__single-two.active .slider__content-two .title,
.slider__single-two.active .slider__content-two p {
    opacity: 1;
    transform: translateY(0);
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-widget {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd 50% bottom repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #4297d7;
    background: #5c9ccc 50% 50% repeat-x;
    color: #fff;
    font-weight: 700
}

.ui-widget-header a {
    color: #fff
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-0 {
    padding-left: 0
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 35px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.f-700 {
    font-weight: 700
}

.f-600 {
    font-weight: 600
}

.f-500 {
    font-weight: 500
}

.f-400 {
    font-weight: 400
}

.f-300 {
    font-weight: 300
}

.white-bg {
    background: #fff
}

.theme-bg {
    background: #222
}

.white-color {
    color: #fff
}

.theme-color {
    color: #222
}

[data-overlay] {
    position: relative
}

[data-overlay]::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

[data-overlay="3"]::before {
    opacity: .3
}

[data-overlay="4"]::before {
    opacity: .4
}

[data-overlay="5"]::before {
    opacity: .5
}

[data-overlay="6"]::before {
    opacity: .6
}

[data-overlay="7"]::before {
    opacity: .7
}

[data-overlay="8"]::before {
    opacity: .8
}

[data-overlay="9"]::before {
    opacity: .9
}

@font-face {
    font-family: flaticon_tg_default;
    src: url(https://europrotrans.hu/assets/fonts/flat-icon/flaticon_tg_default.ttf?e3deef4d25a8a816ffcc2046eac5a266) format("truetype"), url(https://europrotrans.hu/assets/fonts/flat-icon/flaticon_tg_default.woff?e3deef4d25a8a816ffcc2046eac5a266) format("woff"), url(https://europrotrans.hu/assets/fonts/flat-icon/flaticon_tg_default.woff2?e3deef4d25a8a816ffcc2046eac5a266) format("woff2"), url(https://europrotrans.hu/assets/fonts/flat-icon/flaticon_tg_default.eot?e3deef4d25a8a816ffcc2046eac5a266#iefix) format("embedded-opentype"), url(https://europrotrans.hu/assets/fonts/flat-icon/flaticon_tg_default.svg?e3deef4d25a8a816ffcc2046eac5a266#flaticon_tg_default) format("svg")
}

i[class*=" tg-flaticon-"]:before,
i[class^=tg-flaticon-]:before {
    font-family: flaticon_tg_default !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=tg-flaticon-] {
    display: block;
    line-height: 0
}

.tg-flaticon-menu:before {
    content: "\f101"
}

.tg-flaticon-menu-1:before {
    content: "\f102"
}

.tg-flaticon-menu-2:before {
    content: "\f104"
}

.tg-flaticon-close:before {
    content: "\f105"
}

.tg-flaticon-close-1:before {
    content: "\f106"
}

.tg-flaticon-arrow-up:before {
    content: "\f108"
}

:root {
    --tg-body-font-family: 'Sarabun', sans-serif;
    --tg-heading-font-family: 'Sarabun', sans-serif;
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-size: 18px;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-body-color: #666666;
    --tg-heading-color: #000038;
    --tg-theme-primary: #c12032;
    --tg-theme-primary-two: #d70006;
    --tg-theme-secondary: #ffb930;
    --tg-theme-tertiary: #385290;
    --tg-theme-quaternary: #003865;
    --tg-color-dark-blue: #0E104B;
    --tg-color-dark-blue-two: #001B31;
    --tg-color-dark-blue-three: #0F2C44;
    --tg-color-yellow-light: #FFB930;
    --tg-color-yellow-light-2: #DED9CE;
    --tg-color-white-default: #ffffff;
    --tg-color-sky-blue: #7EA7C8;
    --tg-color-sky-blue-two: #7E93A4;
    --tg-color-gray-1: #DCDCEC;
    --tg-color-gray-2: #C3C3EC;
    --tg-color-gray-3: #EDF6FA;
    --tg-color-gray-4: #F3F8F9;
    --tg-color-gray-5: #DDE3FF;
    --tg-color-gray-6: #96A1B8;
    --tg-color-gray-7: #4C4C5B;
    --tg-color-gray-8: #a6a6a6;
    --tg-color-gray-9: #fceff0;
    --tg-color-gray-10: #F6F6F6;
    --tg-color-gray-11: #F8F8F8;
    --tg-color-gray-12: #F9F9F9;
    --tg-color-gray-13: #696969;
    --tg-color-dark: #1C1A4A;
    --tg-color-black-1: #06042E;
    --tg-color-black-2: #151515;
    --tg-color-black-3: #00002F;
    --tg-color-black-4: #2d2d2d;
    --tg-color-black-5: #000;
    --tg-border-1: #5A5A8E;
    --tg-border-2: #DCE5E9;
    --tg-border-3: #B2BFC5;
    --tg-border-4: #E8ECED;
    --tg-border-5: #C3C3E1;
    --tg-border-6: #E0E0E0;
    --tg-border-7: #E2E2E2;
    --tg-border-8: #DBDBDB;
    --tg-border-9: #FF755E;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300
}

body {
    font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
    line-height: var(--tg-body-line-height)
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a,
button {
    color: var(--tg-theme-primary);
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.btn:focus,
.button:focus,
a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

a:hover,
button:hover {
    color: var(--tg-theme-primary);
    text-decoration: none
}

button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    margin-top: 0;
    font-weight: var(--tg-fw-bold);
    line-height: var(--tg-heading-line-height);
    text-transform: unset
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

.list-wrap {
    margin: 0;
    padding: 0
}

.list-wrap li {
    list-style: none
}

p {
    font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
    margin-bottom: 15px
}

label {
    color: var(--tg-heading-color);
    /*cursor: pointer;*/
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-fw-regular)
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%
}

::-moz-selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none
}

::-moz-selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none
}

::selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none
}

input,
textarea {
    color: var(--tg-body-color)
}

::-moz-placeholder {
    color: var(--tg-body-color);
    font-size: var(--tg-body-font-size);
    opacity: 1
}

::placeholder {
    color: var(--tg-body-color);
    font-size: var(--tg-body-font-size);
    opacity: 1
}

.fix {
    overflow: hidden
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.row {
    --bs-gutter-x: 30px
}

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

.gutter-24 {
    --bs-gutter-x: 24px
}

.gutter-20 {
    --bs-gutter-x: 20px
}

@media (min-width:992px) {
    .request__form-two .gutter-20{
        margin-left:24px;
        margin-right:24px;
    }
}

.gutter-60 {
    --bs-gutter-x: 60px
}

@media (max-width:1800px) {
    .gutter-60 {
        --bs-gutter-x: 40px
    }
}

@media (max-width:1500px) {
    .gutter-60 {
        --bs-gutter-x: 30px
    }
}

@media (max-width:1199.98px) {
    .gutter-60 {
        --bs-gutter-x: 20px
    }
}

.container {
    max-width: 1250px
}

@media (max-width:1500px) {
    .container {
        max-width: 1250px
    }
}

@media (max-width:1199.98px) {
    .container {
        max-width: 960px
    }
}

@media (max-width:991.98px) {
    .container {
        max-width: 720px
    }
}

@media (max-width:767.98px) {
    .container {
        max-width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .container {
        max-width: 540px
    }
}

.custom-container {
    max-width: 1810px
}

@media (max-width:1800px) {
    .custom-container {
        max-width: 1580px
    }
}

@media (max-width:1500px) {
    .custom-container {
        max-width: 100%
    }
}

@media (max-width:1199.98px) {
    .custom-container {
        max-width: 960px
    }
}

@media (max-width:991.98px) {
    .custom-container {
        max-width: 720px
    }
}

@media (max-width:767.98px) {
    .custom-container {
        max-width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .custom-container {
        max-width: 540px
    }
}

.custom-container-two {
    max-width: 1640px
}

@media (max-width:1800px) {
    .custom-container-two {
        max-width: 1580px
    }
}

@media (max-width:1500px) {
    .custom-container-two {
        max-width: 100%
    }
}

@media (max-width:1199.98px) {
    .custom-container-two {
        max-width: 960px
    }
}

@media (max-width:991.98px) {
    .custom-container-two {
        max-width: 720px
    }
}

@media (max-width:767.98px) {
    .custom-container-two {
        max-width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .custom-container-two {
        max-width: 540px
    }
}

.custom-container-three {
    max-width: 1520px
}

@media (max-width:1800px) {
    .custom-container-three {
        max-width: 1520px
    }
}

@media (max-width:1500px) {
    .custom-container-three {
        max-width: 100%
    }
}

@media (max-width:1199.98px) {
    .custom-container-three {
        max-width: 960px
    }
}

@media (max-width:991.98px) {
    .custom-container-three {
        max-width: 720px
    }
}

@media (max-width:767.98px) {
    .custom-container-three {
        max-width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .custom-container-three {
        max-width: 540px
    }
}

.tg-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: var(--tg-color-white-default);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px 28px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
    gap: 10px;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%
}

.btn svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.btn svg path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.btn svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.btn svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s
}

.btn:focus,
.btn:focus-visible,
.btn:hover {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary)
}

.btn:focus svg path:nth-of-type(1),
.btn:focus-visible svg path:nth-of-type(1),
.btn:hover svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s
}

.btn:focus svg path:nth-of-type(2),
.btn:focus-visible svg path:nth-of-type(2),
.btn:hover svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.btn-two {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    border: 1px solid var(--tg-border-5);
    padding: 16px 27px
}

.btn-two:focus,
.btn-two:focus-visible,
.btn-two:hover {
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
    color: var(--tg-color-white-default)
}

.btn-three {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary)
}

.btn-three:hover {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default)
}

.btn.red-btn {
    background: var(--tg-theme-primary)
}

.btn.red-btn:hover {
    background: var(--tg-color-black-2)
}

.border-btn {
    border: 1px solid var(--tg-border-5);
    background: 0 0;
    color: var(--tg-color-white-default);
    padding: 16px 27px
}

.border-btn:hover {
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary)
}

.border-btn-two {
    border: 1px solid var(--tg-border-8);
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    padding: 16px 27px
}

.border-btn-two:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default)
}

.white-btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary)
}

.white-btn:focus-visible,
.white-btn:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary)
}

@-webkit-keyframes hoverShine {
    100% {
        left: 125%
    }
}

@keyframes hoverShine {
    100% {
        left: 125%
    }
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0)
    }
    50% {
        -webkit-transform: rotateX(0) translateY(-20px);
        -moz-transform: rotateX(0) translateY(-20px);
        -ms-transform: rotateX(0) translateY(-20px);
        -o-transform: rotateX(0) translateY(-20px);
        transform: rotateX(0) translateY(-20px)
    }
    100% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0)
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0)
    }
    50% {
        -webkit-transform: rotateX(0) translateY(-20px);
        -moz-transform: rotateX(0) translateY(-20px);
        -ms-transform: rotateX(0) translateY(-20px);
        -o-transform: rotateX(0) translateY(-20px);
        transform: rotateX(0) translateY(-20px)
    }
    100% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0)
    }
}

@keyframes rightToLeft {
    0% {
        transform: translateX(-30px)
    }
    50% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(-30px)
    }
}

@keyframes ribbonRotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25%,
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.rotateme-two {
    -webkit-animation-name: rotateme-two;
    animation-name: rotateme-two;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme-two {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes rotateme-two {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(.645, .045, .355, 1) .4s;
    opacity: 0
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(.645, .045, .355, 1) .4s;
    opacity: 0
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(.645, .045, .355, 1);
    opacity: 0
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes taRotation {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(90deg)
    }
    50% {
        transform: rotate(180deg)
    }
    75% {
        transform: rotate(270deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes bar-top {
    0% {
        transform: scale(0, 1)
    }
    12.5% {
        transform: scale(1, 1)
    }
    87.5% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(0, 1)
    }
}

@keyframes bar-right {
    0% {
        transform: scale(1, 0)
    }
    12.5% {
        transform: scale(1, 0)
    }
    25% {
        transform: scale(1, 1)
    }
    75% {
        transform: scale(1, 1)
    }
    87.5% {
        transform: scale(1, 0)
    }
    100% {
        transform: scale(1, 0)
    }
}

@keyframes bar-bottom {
    0% {
        transform: scale(0, 1)
    }
    25% {
        transform: scale(0, 1)
    }
    37.5% {
        transform: scale(1, 1)
    }
    62.5% {
        transform: scale(1, 1)
    }
    75% {
        transform: scale(0, 1)
    }
    100% {
        transform: scale(0, 1)
    }
}

@keyframes bar-left {
    0% {
        transform: scale(1, 0)
    }
    37.5% {
        transform: scale(1, 0)
    }
    50% {
        transform: scale(1, 1)
    }
    62.5% {
        transform: scale(1, 0)
    }
    100% {
        transform: scale(1, 0)
    }
}

.white-bg {
    background: var(--tg-color-white-default)
}

.breadcrumb__bg {
    background-size: cover;
    background-position: center;
    padding: 350px 0 150px;
    position: relative;
    z-index: 1
}

@media (max-width:2000px) {
    .breadcrumb__bg {
        padding: 315px 0 105px
    }
}

@media (max-width:1500px) {
    .breadcrumb__bg {
        padding: 260px 0 100px
    }
}

.breadcrumb__content .title {
    margin-bottom: 15px;
    font-size: 48px;
    color: var(--tg-color-white-default)
}

@media (max-width:1500px) {
    .breadcrumb__content .title {
        font-size: 45px
    }
}

@media (max-width:991.98px) {
    .breadcrumb__content .title {
        font-size: 42px
    }
}

@media (max-width:767.98px) {
    .breadcrumb__content .title {
        font-size: 38px
    }
}

.breadcrumb__content .breadcrumb {
    margin-bottom: 0;
    gap: 10px
}

.breadcrumb__content .breadcrumb span {
    font-size: 16px;
    color: var(--tg-theme-primary);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1
}

.breadcrumb__content .breadcrumb span a {
    color: var(--tg-color-gray-8)
}

.breadcrumb__content .breadcrumb span a:hover {
    color: var(--tg-theme-primary)
}

.breadcrumb__content .breadcrumb span i {
    color: var(--tg-color-gray-8);
    font-weight: 700;
    line-height: 0
}

.title-style {
    background: var(--tg-theme-primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 30px 55px 0;
    position: relative;
    z-index: 1
}

@media (max-width:1199.98px) {
    .title-style {
        padding: 35px 25px 40px 0
    }
}

.title-style::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    min-width: 200%;
    height: 100%;
    background: var(--tg-theme-primary);
    z-index: -1
}

.title-style .shape {
    position: absolute;
    z-index: -1;
    left: -88%;
    bottom: 0;
    max-width: 335px
}

@media (max-width:1800px) {
    .title-style .shape {
        left: -68%
    }
}

@media (max-width:1500px) {
    .title-style .shape {
        max-width: 300px;
        left: -50%
    }
}

@media (max-width:1199.98px) {
    .title-style .shape {
        max-width: 220px;
        left: -36%
    }
}

@media (max-width:991.98px) {
    .title-style .shape {
        left: -25%
    }
}

.title-style-right {
    background: var(--tg-theme-primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 0 55px 30px;
    position: relative;
    z-index: 1
}

@media (max-width:1199.98px) {
    .title-style-right {
        padding: 35px 0 40px 25px
    }
}

.title-style-right::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: var(--tg-theme-primary);
    z-index: -1
}

.scroll__top {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    color: var(--tg-color-white-default);
    text-align: center;
    cursor: pointer;
    background: var(--tg-theme-primary);
    transition: 1s ease;
    border: none
}

@media (max-width:1199.98px) {
    .scroll__top {
        right: 25px;
        bottom: 25px
    }
}

@media (max-width:991.98px) {
    .scroll__top {
        right: 30px
    }
}

@media (max-width:767.98px) {
    .scroll__top {
        right: 15px;
        width: 30px;
        height: 30px
    }
}

.scroll__top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}

.scroll__top:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default)
}

.scroll__top-two {
    background: var(--tg-theme-primary)
}

.scroll__top-two:hover {
    background: var(--tg-color-black-2)
}

.section__title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--tg-theme-primary);
    margin-bottom: 8px
}

.section__title .title {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 800
}

@media (max-width:1199.98px) {
    .section__title .title {
        font-size: 36px
    }
}

@media (max-width:767.98px) {
    .section__title .title {
        font-size: 32px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section__title .title {
        font-size: 34px
    }
}

@media (max-width:991.98px) {
    .section__title .title br {
        display: none
    }
}

.section__title p {
    margin-bottom: 0;
    margin-top: 20px
}

@media (max-width:767.98px) {
    .section__title p br {
        display: none
    }
}

.section__title.white-title .sub-title {
    color: var(--tg-color-white-default)
}

.section__title.white-title .title {
    color: var(--tg-color-white-default)
}

.section__title-two .sub-title {
    color: var(--tg-theme-primary)
}

.section__title-two .title {
    color: var(--tg-color-black-2)
}

.section__content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55
}

.section__content.white-content p {
    color: var(--tg-color-white-default)
}

.tg-header__area-four.sticky-menu .mobile-nav-toggler-two {
    color: var(--tg-color-black-2)
}

.tgmobile__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -ms-transition: all .3s cubic-bezier(.785, .135, .15, .86) e;
    -o-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%)
}

.tgmobile__menu .navbar-collapse {
    display: block !important
}

.tgmobile__menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left
}

.tgmobile__menu .nav-logo img {
    width: 150px
}

.tgmobile__menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
}

.tgmobile__menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.tgmobile__menu .navigation li.active>a {
    color: var(--tg-theme-primary)
}

.tgmobile__menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 10px 60px 10px 28px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-heading-color);
    text-transform: capitalize;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: none
}

.tgmobile__menu .navigation li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 2px;
    background: var(--tg-theme-primary);
    pointer-events: none
}

.tgmobile__menu .navigation li ul li>a {
    margin-left: 20px
}

.tgmobile__menu .navigation li ul li ul li a {
    margin-left: 40px
}

.tgmobile__menu .navigation li ul li ul li ul li a {
    margin-left: 60px
}

.tgmobile__menu .navigation li>.mega-menu--services,
.tgmobile__menu .navigation li>ul {
    display: none
}

.tgmobile__menu .navigation li>ul>li>ul {
    display: none
}

.tgmobile__menu .navigation li>.mega-menu--services,
.tgmobile__menu .navigation ul {
    padding: 0;
    margin: 0
}

.tgmobile__menu .navigation ul li a {
    display: block
}

.tgmobile__menu .navigation ul li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize
}

.tgmobile__menu .navigation:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tgmobile__menu .navigation>li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.tgmobile__menu .navigation>li.active>a::before {
    height: 100%
}

.tgmobile__menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 14px;
    color: var(--tg-theme-primary);
    cursor: pointer;
    padding: 8px;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.tgmobile__menu .close-btn i[class^=flaticon-]:before {
    font-weight: var(--tg-fw-bold) !important
}

.tgmobile__menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .5)
}

.tgmobile__menu .social-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.tgmobile__menu .social-links ul li {
    position: relative;
    display: inline-block;
    margin: 0 6px 10px
}

.tgmobile__menu .social-links ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--tg-body-color);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.tgmobile__menu .social-links ul li a:hover {
    border-color: var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default)
}

.tgmobile__menu .tgmenu__action {
    padding: 0 0;
    margin: 0 0
}

.tgmobile__menu .tgmenu__action>ul {
    margin: 0 0;
    padding: 30px 20px 0;
    justify-content: center;
    gap: 0 15px
}

.tgmobile__menu .tgmenu__action>ul li {
    margin: 0 0
}

.tgmobile__menu .tgmenu__action>ul .header-btn {
    display: block
}

.tgmobile__menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-color-white-default);
    padding: 0 0;
    z-index: 5;
    box-shadow: -9px 0 14px 0 rgba(0, 0, 0, .06)
}

.tgmobile__menu-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--tg-color-white-default);
    margin-right: 30px;
    top: 15px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .tgmobile__menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu-visible .tgmobile__menu-backdrop {
    opacity: 1;
    visibility: visible
}

.mobile-menu-visible .tgmobile__menu .close-btn {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.counter__area-two {
    background-image: linear-gradient(to bottom, var(--tg-theme-quaternary) 50%, #00000000 0);
}

.counter__area-three {
    background-image: linear-gradient(to bottom, #ffffff 50%, #00000000 0);
}

.counter__bg {
    background-size: cover;
    background-position: center;
    background-color: var(--tg-theme-primary)
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter__wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter__wrap-two {
        display: block
    }
}

.counter__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 60px
}

@media (max-width:767.98px) {
    .counter__item {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .counter__item {
        margin-bottom: 0
    }
}

.counter__item:last-child {
    margin-bottom: 0
}

.counter__item-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center
}

.counter__item-three {
    margin-bottom: 30px
}

.counter__item-three:last-child {
    margin-bottom: 0
}

.counter__item-four {
    margin-bottom: 25px;
    position: relative;
    z-index: 1
}

.counter__item-wrap {
    background: var(--tg-theme-primary);
    position: relative;
    padding: 80px 0 50px 70px;
    z-index: 2
}

@media (max-width:1199.98px) {
    .counter__item-wrap {
        padding: 100px 0 70px 30px
    }
}

@media (max-width:767.98px) {
    .counter__item-wrap {
        padding: 80px 0 50px 0
    }
}

.counter__item-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    min-width: 300%;
    height: 100%;
    background: var(--tg-theme-primary);
    z-index: -1
}

.counter__icon {
    font-size: 70px;
    line-height: 0;
    color: #29abe2
}

@media (max-width:1199.98px) {
    .counter__icon {
        font-size: 55px
    }
}

.counter__icon-two {
    font-size: 80px;
    line-height: 0;
    color: var(--tg-color-white-default)
}

@media (max-width:1199.98px) {
    .counter__icon-two {
        font-size: 55px
    }
}

.counter__icon-three {
    color: var(--tg-theme-primary)
}

.counter__icon-four {
    color: var(--tg-color-white-default)
}

.counter__content .count {
    margin-bottom: 5px;
    font-size: 36px;
    color: var(--tg-color-white-default);
    line-height: 1
}

@media (max-width:767.98px) {
    .counter__content .count {
        font-size: 32px
    }
}

.counter__content>p {
    margin-bottom: 0;
    font-size: 17px;
    color: var(--tg-color-white-default)
}

.counter__content-two .count {
    color: var(--tg-color-gray-9);
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 800;
    line-height: .8
}

@media (max-width:1500px) {
    .counter__content-two .count {
        font-size: 50px
    }
}

@media (max-width:1199.98px) {
    .counter__content-two .count {
        font-size: 40px
    }
}

.counter__content-two>p {
    color: var(--tg-color-gray-9);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0
}

.counter__content-three .count {
    color: var(--tg-color-black-2)
}

.counter__content-three p {
    color: var(--tg-body-color)
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: auto;
    background: linear-gradient(to bottom, #355290 0, #35529073 75%, #35529000 100%)
}

.tg-header__top {
    padding: 10px 25px
}

@media (max-width:767.98px) {
    .tg-header__top {
        display: none
    }
}

.tg-header__top-two {
    background: 0 0;
    border-bottom: 1px solid var(--tg-border-7)
}

.tg-header__top-three {
    padding: 11px 0
}

.tg-header__top-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 35px
}

@media (max-width:1199.98px) {
    .tg-header__top-info {
        justify-content: center;
        margin-bottom: 8px
    }
}

@media (max-width:991.98px) {
    .tg-header__top-info {
        margin-bottom: 0;
        display: none
    }
}

.tg-header__top-info li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tg-color-gray-1);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 1.4
}

.tg-header__top-info li::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: var(--tg-border-1)
}

.tg-header__top-info li:last-child::before {
    display: none
}

.tg-header__top-info li i {
    color: var(--tg-theme-secondary);
    font-size: 18px;
    line-height: 0
}

.tg-header__top-info li a {
    color: var(--tg-color-gray-1)
}

.tg-header__top-info li a:hover {
    color: var(--tg-color-white-default)
}

.tg-header__top-info-two li {
    color: var(--tg-color-gray-7)
}

.tg-header__top-info-two li::before {
    background: var(--tg-border-7)
}

.tg-header__top-info-two li a {
    color: var(--tg-color-gray-7)
}

.tg-header__top-info-two li a:hover {
    color: var(--tg-theme-primary)
}

.tg-header__top-info-two li i {
    color: var(--tg-theme-primary)
}

.tg-header__top-info-three li {
    color: var(--tg-color-white-default)
}

.tg-header__top-info-three li::before {
    background: var(--tg-body-color)
}

.tg-header__top-info-three li a {
    color: var(--tg-color-white-default)
}

.tg-header__top-info-three li a:hover {
    color: var(--tg-color-white-default)
}

.tg-header__top-info-three li i {
    color: var(--tg-color-white-default)
}

.tg-header__top-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px
}

@media (max-width:1199.98px) {
    .tg-header__top-right {
        justify-content: center
    }
}

.tg-header__top-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 40px
}

.tg-header__top-menu li {
    position: relative;
    line-height: 1.4
}

.tg-header__top-menu li::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: var(--tg-border-1)
}

.tg-header__top-menu li a {
    font-size: 14px;
    color: var(--tg-color-gray-1);
    font-weight: 500;
    text-transform: capitalize
}

.tg-header__top-menu li a:hover {
    color: var(--tg-color-white-default)
}

.tg-header__top-menu-two li::before {
    background: var(--tg-border-7)
}

.tg-header__top-menu-two li a {
    color: var(--tg-color-gray-7)
}

.tg-header__top-menu-two li a:hover {
    color: var(--tg-theme-primary)
}

.tg-header__top-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px
}

.tg-header__top-social>span {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray-1)
}

.tg-header__top-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px
}

.tg-header__top-social .list-wrap li a {
    font-size: 15px;
    color: var(--tg-border-2)
}

.tg-header__top-social .list-wrap li a i {
    font-size: 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.tg-header__top-social .list-wrap li a:hover {
    color: var(--tg-theme-secondary)
}

.tg-header__top-social-two span {
    color: var(--tg-color-gray-7)
}

.tg-header__top-social-two .list-wrap li a {
    color: var(--tg-color-gray-7)
}

.tg-header__top-social-two .list-wrap li a:hover {
    color: var(--tg-theme-primary)
}

.tg-header__top-social-three span {
    color: var(--tg-color-white-default)
}

.tg-header__top-social-three .list-wrap li a {
    color: var(--tg-color-white-default)
}

.tg-header__top-social-three .list-wrap li a:hover {
    color: var(--tg-color-gray-8)
}

.tg-header__inner-wrap {
    display: flex;
    align-items: center
}

.tg-header__logo-wrap {
    width: 12.5%;
    flex: 0 0 auto;
    text-align: center
}

@media (max-width:1199.98px) {
    .tg-header__logo-wrap {
        display: none
    }
}

.tg-header__right-side {
    flex-grow: 1;
    border-left: 1px solid var(--tg-color-gray-5)
}

.tg-header__area {
    background: rgba(255, 255, 255, .3);
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px 0
}

.tg-header__area-two {
    padding: 0 25px
}

@media (max-width:767.98px) {
    .tg-header__area-two {
        padding: 0 0
    }
}

@media (max-width:1199.98px) {
    .tg-header__area-two .tgmenu__wrap {
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .tg-header__area-two .tgmenu__wrap {
        padding: 20px 30px
    }
}

.tg-header__area-two .tgmenu__navbar-wrap>ul>li.active>a,
.tg-header__area-two .tgmenu__navbar-wrap>ul>li:hover>a {
    color: var(--tg-theme-primary)
}

.tg-header__area-two .tgmenu__navbar-wrap>ul>li.active>a::after,
.tg-header__area-two .tgmenu__navbar-wrap>ul>li:hover>a::after {
    color: var(--tg-theme-primary)
}

.tg-header__area-two .tgmenu__navbar-wrap>ul>li>.sub-menu li.active>a,
.tg-header__area-two .tgmenu__navbar-wrap>ul>li>.sub-menu li:hover>a {
    color: var(--tg-theme-primary)
}

.tg-header__area-three {
    background: 0 0;
    box-shadow: none
}

.tg-header__area-three .tgmenu__wrap {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media (max-width:1199.98px) {
    .tg-header__area-three .tgmenu__wrap {
        padding: 17px 0
    }
}

.tg-header__area-three .tgmenu__navbar-wrap>ul {
    margin: 0 0 0 70px
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-color-white-default)
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li>a::after {
    color: var(--tg-color-white-default)
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li.active>a,
.tg-header__area-three .tgmenu__navbar-wrap>ul>li:hover>a {
    color: var(--tg-theme-primary)
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li.active>a::after,
.tg-header__area-three .tgmenu__navbar-wrap>ul>li:hover>a::after {
    color: var(--tg-theme-primary)
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a {
    color: var(--tg-theme-primary)
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li .sub-menu>li.active>a {
    color: var(--tg-theme-primary)
}

.tg-header__area-three.sticky-menu .logo {
    display: none
}

.tg-header__area-three.sticky-menu .logo.d-none {
    display: flex !important
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-color-black-2)
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li>a::after {
    color: var(--tg-color-black-2)
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li>a:hover {
    color: var(--tg-theme-primary)
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li>a:hover::after {
    color: var(--tg-theme-primary)
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li.active>a {
    color: var(--tg-theme-primary)
}

.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap>ul>li.active>a::after {
    color: var(--tg-theme-primary)
}

.tg-header__area-three.sticky-menu .header-contact-two .icon {
    border: 2px solid var(--tg-border-7);
    color: var(--tg-color-black-2)
}

.tg-header__area-three.sticky-menu .header-contact-two .content span {
    color: var(--tg-color-gray-8)
}

.tg-header__area-three.sticky-menu .header-contact-two .content a {
    color: var(--tg-color-black-2)
}

.tg-header__area-three.sticky-menu .header-contact-two .content a:hover {
    color: var(--tg-theme-primary)
}

.tg-header__area-three.sticky-menu .header-btn .btn {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default)
}

.tg-header__area-three.sticky-menu .mobile-nav-toggler-two {
    color: var(--tg-theme-primary)
}

.menu-label {
    font-size: 13px
}

.tg-header__area-four {
    background: 0 0;
    box-shadow: none
}

.tg-header__area-four .logo a {
    background: var(--tg-color-white-default);
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (max-width:1199.98px) {
    .tg-header__area-four .logo a {
        padding: 17px 37px
    }
}

@media (max-width:767.98px) {
    .tg-header__area-four .logo a {
        padding: 17px 24px
    }
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-color-white-default);
    padding: 42px 14px
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li>a::after {
    color: var(--tg-color-white-default)
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li>a:hover {
    color: var(--tg-theme-primary)
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li>a:hover::after {
    color: var(--tg-theme-primary)
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li.active>a,
.tg-header__area-four .tgmenu__navbar-wrap>ul>li:hover>a {
    color: var(--tg-theme-secondary)
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li.active>a::after,
.tg-header__area-four .tgmenu__navbar-wrap>ul>li:hover>a::after {
    color: var(--tg-theme-secondary)
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a {
    color: var(--tg-theme-primary)
}

.tg-header__area-four .tgmenu__navbar-wrap>ul>li .sub-menu>li.active>a {
    color: var(--tg-theme-primary)
}

@media (max-width:1199.98px) {
    .tg-header__area-four .tgmenu__wrap {
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .tg-header__area-four .tgmenu__wrap {
        padding: 0
    }
}

.tg-header__area-four.sticky-menu {
    border: none
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-color-black-2)
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li>a::after {
    color: var(--tg-color-black-2)
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li>a:hover {
    color: var(--tg-theme-primary)
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li>a:hover::after {
    color: var(--tg-theme-primary)
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li.active>a {
    color: var(--tg-theme-primary)
}

.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap>ul>li.active>a::after {
    color: var(--tg-theme-primary)
}

.tg-header__area-four.sticky-menu .header-contact-two .icon {
    border: 2px solid var(--tg-border-7);
    color: var(--tg-theme-quaternary)
}

.tg-header__area-four.sticky-menu .header-contact-two .icon img {
    filter: invert(0) !important
}

.tg-header__area-four.sticky-menu .header-contact-two .content span {
    color: var(--tg-theme-primary)
}

.tg-header__area-four.sticky-menu .header-contact-two .content a {
    color: var(--tg-color-black-2)
}

.tg-header__area-four.sticky-menu .header-contact-two .content a:hover {
    color: var(--tg-theme-primary)
}

.tg-header__area .mobile-nav-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-color-gray-2);
    display: none;
    font-size: 30px;
    line-height: 0;
    color: var(--tg-theme-primary);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width:1199.98px) {
    .tg-header__area .mobile-nav-toggler {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 0 0 auto;
        align-items: center
    }
}

.tg-header__area .mobile-nav-toggler-two {
    color: var(--tg-color-white-default)
}

.tg-header__area .mobile-nav-toggler-two:hover {
    color: var(--tg-theme-primary)
}

.tgmenu__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media (max-width:1199.98px) {
    .tgmenu__wrap {
        padding-right: 25px
    }
}

@media (max-width:767.98px) {
    .tgmenu__wrap {
        justify-content: space-between;
        padding: 20px 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tgmenu__wrap {
        padding: 20px 30px
    }
}

.tgmenu__wrap .logo {
    max-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative !important;
    background-color: #fff;
    margin-left: -15px
}

.tgmenu__wrap .logo::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1
}

.tgmenu__wrap .logo-style .before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    right: -81px;
    position: absolute;
    border-bottom: 100px solid #fff;
    border-right: 81px solid transparent;
    padding-left: 1px
}

.tgmenu__wrap .logo-style .after {
    top: -20px;
    right: -58px;
    width: 3px;
    height: 139px;
    content: "";
    position: absolute;
    background-image: repeating-linear-gradient(to bottom, #fff 0 10px, transparent 10px 20px);
    -webkit-transform: rotate(-39deg);
    transform: rotate(-39deg)
}

.tgmenu__wrap .logo img {
    max-height: 66px
}

.tgmenu__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media (max-width:991.98px) {
    .tgmenu__nav {
        justify-content: space-between
    }
}

.tgmenu__nav-left-side {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.tgmenu__nav-left-side .logo {
    margin-left: 25px
}

@media (max-width:767.98px) {
    .tgmenu__nav-left-side .logo {
        margin: 0
    }
}

.tgmenu__navbar-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1
}

.tgmenu__navbar-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 auto
}

.tgmenu__navbar-wrap ul>li {
    list-style: none;
    display: block;
    position: relative
}

@media (max-width:1199.98px) {
    .tgmenu__navbar-wrap ul>li {
        margin-right: 15px
    }
}

.tgmenu__navbar-wrap ul>li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-heading-color);
    padding: 32px 14px;
    display: flex;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: var(--tg-heading-font-family)
}

.tgmenu__navbar-wrap ul>li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 300px;
    border: 1px solid #f5f5f5;
    background: var(--tg-color-white-default);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, .15);
    -moz-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, .15);
    box-shadow: 0 30px 70px 0 rgba(137, 139, 142, .15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9
}

.tgmenu__navbar-wrap ul>li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0
}

.tgmenu__navbar-wrap ul>li .sub-menu>li {
    margin-left: 0;
    text-align: left;
    display: block
}

.tgmenu__navbar-wrap ul>li .sub-menu>li a {
    padding: 8px 15px 8px 25px;
    line-height: 1.4;
    display: block;
    color: var(--tg-heading-color);
    text-transform: capitalize
}

.tgmenu__navbar-wrap ul>li .sub-menu>li.active>a,
.tgmenu__navbar-wrap ul>li .sub-menu>li:hover>a {
    color: var(--tg-theme-secondary)
}

.tgmenu__navbar-wrap ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.tgmenu__main-menu li.menu-item-has-children>a::after {
    content: "\f126";
    font-weight: 700;
    font-family: flaticon;
    color: #686677;
    margin-left: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    line-height: 1;
    transform: translateY(2px);
    font-size: 14px
}

.tgmenu__main-menu li.menu-item-has-children>a:hover {
    color: var(--tg-theme-secondary)
}

.tgmenu__main-menu li.menu-item-has-children:hover>a::after {
    color: var(--tg-theme-secondary)
}

.tgmenu__main-menu li.menu-item-has-children.active>a::after {
    color: var(--tg-theme-secondary)
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children>a::after {
    content: "\f126";
    font-weight: 700;
    font-family: flaticon;
    color: #686677;
    margin-left: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    line-height: 1;
    transform: translateY(2px);
    font-size: 14px
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children.active a::after,
.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children:hover a::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--tg-theme-primary)
}

.tgmenu__action {
    margin-right: 25px
}

@media (max-width:1199.98px) {
    .tgmenu__action {
        margin-right: 25px;
        margin-left: auto
    }
}

.tgmenu__action ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 10px
}

.tgmenu__action ul li {
    position: relative;
    margin-left: 30px
}

@media (max-width:1199.98px) {
    .tgmenu__action ul li {
        margin-left: 20px
    }
}

.tgmenu__action ul li:first-child {
    margin-left: 0
}

.tgmenu__action ul .header-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px
}

.tgmenu__action ul .header-contact .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
    color: var(--tg-theme-primary);
    line-height: 0;
    font-size: 20px
}

.tgmenu__action ul .header-contact .content span {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-body-color);
    margin-bottom: 5px
}

.tgmenu__action ul .header-contact .content a {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-heading-color)
}

.tgmenu__action ul .header-contact .content a:hover {
    color: var(--tg-theme-secondary)
}

.tgmenu__action ul .header-contact-two .icon {
    width: 38px;
    height: 38px;
    background: 0 0;
    border: 2px solid var(--tg-color-white-default);
    color: var(--tg-color-white-default);
    font-size: 16px
}

.tgmenu__action ul .header-contact-two .content span {
    color: var(--tg-color-white-default)
}

.tgmenu__action ul .header-contact-two .content a {
    color: var(--tg-color-white-default)
}

.tgmenu__action ul .header-contact-two .content a:hover {
    color: var(--tg-color-white-default)
}

.tgmenu__action ul .header-btn {
    margin-left: 25px;
    margin-right: -15px
}

@media (max-width:1199.98px) {
    .tgmenu__action ul .header-btn {
        display: none
    }
}

.tgmenu__action ul .header-btn .btn {
    color: var(--tg-color-white-default);
    font-size: 15px;
    gap: 10px;
    padding: 15px 23px;
    background: var(--tg-theme-secondary);
    text-transform: uppercase
}

.tgmenu__action ul .header-btn .btn i {
    line-height: 0;
    font-size: 18px;
    transform: translateY(1px)
}

.tgmenu__action ul .header-btn .btn::after {
    display: none
}

.tgmenu__action ul .header-btn .btn:hover {
    background: var(--tg-theme-primary)
}

.tgmenu__action-two {
    margin-right: 0
}

.tgmenu__action-two>.list-wrap {
    height: 100%;
    align-items: normal
}

@media (max-width:1199.98px) {
    .tgmenu__action-two>.list-wrap {
        margin-left: 40px
    }
}

.tgmenu__action-two>.list-wrap li {
    margin-left: 0
}

.tgmenu__action-two>.list-wrap li.header-btn {
    height: 100%;
    display: flex;
    align-items: center
}

.tgmenu__action-two>.list-wrap li.header-btn .btn {
    background: var(--tg-theme-primary)
}

.tgmenu__action-two>.list-wrap li.header-btn .btn:hover {
    background: var(--tg-color-black-2)
}

.tgmenu__action-two>.list-wrap li:last-child {
    margin-left: 25px
}

.tgmenu__action-three {
    margin-right: 0
}

@media (max-width:1199.98px) {
    .tgmenu__action-three {
        margin-right: 25px
    }
}

.tgmenu__action-three>ul li.header-btn {
    height: 100%;
    display: flex;
    align-items: center
}

.tgmenu__action-three>ul li.header-btn .btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    font-size: 14px;
    padding: 15px 23px 16px
}

.tgmenu__action-three>ul li.header-btn .btn svg {
    width: 12px;
    height: auto;
    transform: translateY(.5px)
}

.tgmenu__action-three>ul li.header-btn .btn:hover {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default)
}

.tgmenu__action-four {
    margin-right: 0
}

@media (max-width:1199.98px) {
    .tgmenu__action-four {
        margin-right: 25px
    }
}

.tgmenu__action-four>ul li.header-btn .btn {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default)
}

.tgmenu__action-four>ul li.header-btn .btn:hover {
    background: var(--tg-theme-secondary)
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 99;
    background: var(--tg-color-white-default);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0;
    opacity: 0
}

.sticky-menu.sticky-menu__show {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    opacity: 1
}

.banner__bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    min-height: 625px
}

@media (max-width:1500px) {
    .banner__bg {
        min-height: 560px;
        padding: 40px 0 0
    }
}

@media (max-width:1199.98px) {
    .banner__bg {
        min-height: 500px
    }
}

.banner__bg-two {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    min-height: 740px;
    padding: 220px 0 100px
}

@media (max-width:1199.98px) {
    .banner__bg-two {
        min-height: 560px;
        padding: 240px 0 100px
    }
}

@media (max-width:991.98px) {
    .banner__bg-two {
        min-height: 550px;
        padding: 245px 0 350px
    }
}

@media (max-width:767.98px) {
    .banner__bg-two {
        padding: 145px 0 280px
    }
}

.banner__content {
    padding: 100px 0 160px
}

@media (max-width:1199.98px) {
    .banner__content {
        padding: 60px 0 100px
    }
}

@media (max-width:991.98px) {
    .banner__content {
        padding: 40px 0 50px;
        text-align: center
    }
}

.banner__content .sub-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
    display: block;
    margin-bottom: 5px
}

.banner__content .title {
    font-size: 60px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1.1
}

@media (max-width:1500px) {
    .banner__content .title {
        font-size: 56px
    }
}

@media (max-width:1199.98px) {
    .banner__content .title {
        font-size: 48px
    }
}

@media (max-width:991.98px) {
    .banner__content .title {
        font-size: 52px
    }
}

@media (max-width:767.98px) {
    .banner__content .title {
        font-size: 42px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .banner__content .title {
        font-size: 45px
    }
}

.banner__content p {
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: capitalize;
    width: 85%
}

@media (max-width:1199.98px) {
    .banner__content p {
        width: 100%
    }
}

.banner__content-two {
    margin-top: 40px
}

@media (max-width:991.98px) {
    .banner__content-two {
        margin-top: 0;
        text-align: center;
        margin-bottom: 50px
    }
}

.banner__content-two .title {
    color: var(--tg-color-white-default);
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (max-width:1500px) {
    .banner__content-two .title {
        font-size: 55px
    }
}

@media (max-width:1199.98px) {
    .banner__content-two .title {
        font-size: 38px
    }
}

@media (max-width:991.98px) {
    .banner__content-two .title {
        font-size: 42px
    }
}

@media (max-width:767.98px) {
    .banner__content-two .title {
        font-size: 38px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .banner__content-two .title {
        font-size: 42px
    }
}

.banner__content-two .title img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid var(--tg-color-white-default);
    width: 180px;
    height: 55px;
    object-fit: cover;
    transform: translateY(-6px)
}

.banner__content-two p {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 500;
    color: #c8dcec;
    line-height: 1.55
}

.banner__img {
    margin-left: -70px
}

@media (max-width:1199.98px) {
    .banner__img {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .banner__img {
        text-align: center
    }
}

@media (max-width:1500px) {
    .banner__img img {
        max-width: 550px
    }
}

@media (max-width:1199.98px) {
    .banner__img img {
        max-width: 100%
    }
}

@media (max-width:991.98px) {
    .banner__img img {
        max-width: 500px
    }
}

@media (max-width:767.98px) {
    .banner__img img {
        max-width: 100%
    }
}

.banner__img-two {
    position: relative
}

.banner__img-two .main-img {
    max-width: unset;
    top: -170px;
    position: absolute;
    width: 300px;
    left: 30px
}

@media (max-width:1500px) {
    .banner__img-two .main-img {
        max-width: 670px
    }
}

@media (max-width:1199.98px) {
    .banner__img-two .main-img {
        max-width: 550px;
        margin-top: 40px;
        top: -210px;
        left: -70px
    }
}

@media (max-width:767.98px) {
    .banner__img-two .main-img {
        display: none
    }
}

@media (max-width:991.98px) {
    .banner__img-two .main-img {
        max-width: 100%;
        margin-top: 0
    }
}

.banner__img-two .shape img {
    position: absolute;
    z-index: -1
}

.banner__img-two .shape img:nth-child(1) {
    left: 12%;
    top: 9%;
    max-width: 188px
}

@media (max-width:1500px) {
    .banner__img-two .shape img:nth-child(1) {
        left: 13%;
        margin-top: -15%;
        max-width: 170px
    }
}

@media (max-width:1199.98px) {
    .banner__img-two .shape img:nth-child(1) {
        left: 4%;
        top: 18%;
        max-width: 159px
    }
}

@media (max-width:767.98px) {
    .banner__img-two .shape img:nth-child(1) {
        top: -3%;
        max-width: 115px
    }
}

@media (max-width:991.98px) {
    .banner__img-two .shape img:nth-child(1) {
        display: none
    }
}

.banner__img-two .shape img:nth-child(2) {
    left: 51%;
    margin-top: -15%;
    max-width: 75px
}

@media (max-width:991.98px) {
    .banner__img-two .shape img:nth-child(2) {
        display: none
    }
}

@media (max-width:767.98px) {
    .banner__img-two .shape img:nth-child(2) {
        top: -30%;
        max-width: 48px
    }
}

.banner__img-two .shape img:nth-child(3) {
    right: -26%;
    top: -8px;
    max-width: 258px
}

@media (max-width:1500px) {
    .banner__img-two .shape img:nth-child(3) {
        right: -12%;
        margin-top: -51px;
        max-width: 210px
    }
}

@media (max-width:991.98px) {
    .banner__img-two .shape img:nth-child(3) {
        display: none
    }
}

@media (max-width:767.98px) {
    .banner__img-two .shape img:nth-child(3) {
        right: -5%;
        top: 4px;
        max-width: 120px
    }
}

.banner__shape-wrap img {
    position: absolute;
    z-index: -1
}

.banner__shape-wrap img:nth-child(1) {
    left: -270px;
    top: 6%;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    max-width: 506px
}

@media (max-width:1800px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 450px
    }
}

@media (max-width:1500px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 400px;
        left: -220px;
        top: 15%
    }
}

@media (max-width:1199.98px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 300px;
        top: 20%
    }
}

@media (max-width:991.98px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 350px;
        top: 31%
    }
}

@media (max-width:767.98px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 300px
    }
}

.banner__shape-wrap img:nth-child(2) {
    top: 0;
    right: 5%;
    max-width: 459px
}

@media (max-width:1800px) {
    .banner__shape-wrap img:nth-child(2) {
        right: 3%;
        max-width: 420px
    }
}

@media (max-width:1500px) {
    .banner__shape-wrap img:nth-child(2) {
        right: 2%;
        max-width: 380px
    }
}

@media (max-width:1199.98px) {
    .banner__shape-wrap img:nth-child(2) {
        max-width: 260px
    }
}

@media (max-width:991.98px) {
    .banner__shape-wrap img:nth-child(2) {
        display: none
    }
}

.banner__shape-wrap-two img {
    position: absolute;
    z-index: -1
}

.banner__shape-wrap-two img:nth-child(1) {
    left: 48%;
    bottom: 64px;
    width: 280px !important
}

@media (max-width:1199.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        max-width: 250px
    }
}

@media (max-width:991.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        max-width: 220px;
        left: 17%
    }
}

@media (max-width:767.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        max-width: 200px;
        left: 5%
    }
}

@media (max-width:450px) {
    .banner__shape-wrap-two img:nth-child(1) {
        display: none
    }
}

.banner__shape-wrap-two img:nth-child(2) {
    left: 62%;
    bottom: -5px;
    width: 680px !important;
    z-index: 1
}

@media (max-width:1199.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 600px
    }
}

@media (max-width:991.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 620px;
        left: 37%
    }
}

@media (max-width:767.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 500px;
        left: 25%
    }
}

@media (max-width:450px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 500px;
        left: 10%
    }
}

.slider__single {
    position: relative;
    z-index: 1;
    padding: 370px 0 240px;
    margin-top: -80px
}

@media (max-width:1500px) {
    .slider__single {
        padding: 330px 0 240px
    }
}

@media (max-width:767.98px) {
    .slider__single {
        padding: 240px 0 200px
    }
}

.slider__single .shape {
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width:1500px) {
    .slider__single .shape {
        max-width: 270px
    }
}

@media (max-width:767.98px) {
    .slider__single .shape {
        max-width: 220px
    }
}

/*.slider__single-two {
    padding: 300px 0 120px;
    position: relative;
    z-index: 1
}

@media (max-width:1500px) {
    .slider__single-two {
        padding: 130px 0 160px
    }
}

@media (max-width:767.98px) {
    .slider__single-two {
        padding: 120px 0 160px
    }
}*/

.slider__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: all 30s cubic-bezier(0, 0, .2, 1)
}

.slider__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-heading-color);
    mix-blend-mode: luminosity;
    opacity: .2
}

.slider__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .97) 0, rgba(0, 0, 56, 0) 73.44%);
    mix-blend-mode: luminosity;
    opacity: .5
}

.slider__bg-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: all 30s cubic-bezier(0, 0, .2, 1)
}

.slider__bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    mix-blend-mode: luminosity
}

.slider__bg-two::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .37) 16.85%, rgba(0, 0, 0, 0) 59.51%)
}

@media (max-width:991.98px) {
    .slider__content {
        text-align: center
    }
}

.slider__content .title {
    margin-bottom: 15px;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tg-color-white-default)
}

@media (max-width:1199.98px) {
    .slider__content .title {
        font-size: 48px
    }
}

@media (max-width:767.98px) {
    .slider__content .title {
        font-size: 42px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider__content .title {
        font-size: 44px
    }
}

.slider__content p {
    margin-bottom: 25px;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    text-transform: capitalize;
    width: 90%
}

@media (max-width:1199.98px) {
    .slider__content p {
        width: 100%
    }
}

@media (max-width:991.98px) {
    .slider__content-two {
        text-align: center
    }
}

.slider__content-two .sub-title {
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 10px
}

.slider__content-two .title {
    font-size: 60px;
    font-weight: 700;
    color: var(--tg-color-white-default);
    line-height: 1.1;
    margin-bottom: 20px
}

@media (max-width:1199.98px) {
    .slider__content-two .title {
        font-size: 48px
    }
}

@media (max-width:767.98px) {
    .slider__content-two .title {
        font-size: 42px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider__content-two .title {
        font-size: 45px
    }
}

.slider__content-two p {
    margin-bottom: 25px;
    color: var(--tg-color-white-default);
    font-weight: 500;
    width: 90%
}

@media (max-width:1199.98px) {
    .slider__content-two p {
        width: 100%
    }
}

.slider__btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

@media (max-width:991.98px) {
    .slider__btn-wrap {
        justify-content: center
    }
}

.swiper-slide-active .slider__bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.swiper-slide-active .slider__bg-two {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.slider__single.swiper-slide-active .slider__content .title {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.slider__single.swiper-slide-active .slider__content p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.slider__single.swiper-slide-active .slider__content .btn {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.slider__single-two.swiper-slide-active .slider__content-two .sub-title {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.slider__single-two.swiper-slide-active .slider__content-two .title {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.slider__single-two.swiper-slide-active .slider__content-two p {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.slider__single-two.swiper-slide-active .slider__content-two .slider__btn-wrap {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.about__area {
    position: relative
}

@media (max-width:767.98px) {
    .about__area {
        padding: 100px 0
    }
}

.about__area-four {
    position: relative;
    z-index: 1
}

.about__area-five {
    position: relative;
    z-index: 1
}

.about__img {
    position: relative;
    margin-right: 40px
}

@media (max-width:1199.98px) {
    .about__img {
        margin-right: 0
    }
}

@media (max-width:991.98px) {
    .about__img {
        margin-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .about__img {
        max-width: 345px;
        margin: 0 auto 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about__img {
        max-width: 400px;
        margin: 0 auto 50px
    }
}

.about__img img:nth-child(2) {
    position: absolute;
    width: 175px;
    height: 163px;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    object-fit: cover
}

@media (max-width:1199.98px) {
    .about__img img:nth-child(2) {
        width: 142px;
        height: 132px
    }
}

@media (max-width:767.98px) {
    .about__img img:nth-child(2) {
        width: 110px;
        height: 103px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -o-border-radius: 22px;
        -ms-border-radius: 22px;
        border-radius: 22px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about__img img:nth-child(2) {
        width: 126px;
        height: 118px
    }
}

.about__img img:nth-child(3) {
    position: absolute;
    width: 244px;
    height: 285px;
    right: 0;
    top: 0;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -o-border-radius: 38px;
    -ms-border-radius: 38px;
    border-radius: 38px;
    object-fit: cover
}

@media (max-width:1199.98px) {
    .about__img img:nth-child(3) {
        width: 197px;
        height: 230px
    }
}

@media (max-width:767.98px) {
    .about__img img:nth-child(3) {
        width: 151px;
        height: 175px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -o-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about__img img:nth-child(3) {
        width: 175px;
        height: 204px
    }
}

.about__img-two {
    position: relative;
    padding: 43px 0 120px;
    margin-right: 20px
}

@media (max-width:1199.98px) {
    .about__img-two {
        margin-right: 0;
        padding-right: 70px
    }
}

@media (max-width:991.98px) {
    .about__img-two {
        margin-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .about__img-two {
        padding: 40px 0 20px
    }
}

.about__img-two::before {
    content: "";
    position: absolute;
    right: 65px;
    top: 0;
    width: 315px;
    height: 100%;
    border: 10px solid #ffd1d3;
    background: 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: -1
}

@media (max-width:1199.98px) {
    .about__img-two::before {
        right: 35px;
        width: 280px
    }
}

.about__img-two img:nth-child(1) {
    border-radius: 8px
}

.about__img-two img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: -100px;
    border: 8px solid var(--tg-color-white-default);
    border-radius: 8px
}

@media (max-width:1199.98px) {
    .about__img-two img:nth-child(2) {
        max-width: 350px;
        bottom: 0
    }
}

@media (max-width:767.98px) {
    .about__img-two img:nth-child(2) {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about__img-two img:nth-child(2) {
        display: block
    }
}

.about__img-three {
    position: relative;
    padding: 26px 60px 28px 0
}

@media (max-width:991.98px) {
    .about__img-three {
        margin-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .about__img-three {
        padding: 26px 0 28px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about__img-three {
        padding: 26px 70px 28px 0
    }
}

.about__img-three::before {
    content: "";
    position: absolute;
    left: 23%;
    top: 0;
    width: 66%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 14px solid #f4e5e6;
    z-index: -1
}

@media (max-width:1199.98px) {
    .about__img-three::before {
        left: 26%
    }
}

.about__img-three img:nth-child(1) {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 6px solid var(--tg-color-white-default)
}

@media (max-width:767.98px) {
    .about__img-three img:nth-child(1) {
        width: 100%
    }
}

.about__img-three img:nth-child(2) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
    box-shadow: 0 23px 34px 0 rgba(0, 0, 0, .25);
    position: absolute;
    right: 30px;
    top: -30%;
    width: 260px;
    height: auto;
    object-fit: cover
}

@media (max-width:1199.98px) {
    .about__img-three img:nth-child(2) {
        width: 180px;
        height: 180px
    }
}

@media (max-width:991.98px) {
    .about__img-three img:nth-child(2) {
        display: none
    }
}
/*
@media only screen and (min-width:576px) and (max-width:767px) {
    .about__img-three img:nth-child(2) {
        display: block
    }
}*/

.about__img-three img:nth-child(3) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
    box-shadow: 0 23px 34px 0 rgba(0, 0, 0, .25);
    position: absolute;
    right: 0;
    bottom: -30%;
    width: 310px;
    height: auto;
    object-fit: cover
}

@media (max-width:1199.98px) {
    .about__img-three img:nth-child(3) {
        width: 220px;
        height: 170px
    }
}

@media (max-width:991.98px) {
    .about__img-three img:nth-child(3) {
        display: none
    }
}
/*
@media only screen and (min-width:576px) and (max-width:767px) {
    .about__img-three img:nth-child(3) {
        display: block
    }
}
*/
.about__img-four {
    position: relative;
    padding: 90px 0 55px;
    margin-right: 30px
}

@media (max-width:1199.98px) {
    .about__img-four {
        margin-right: 0;
        padding: 50px 0 40px
    }
}

@media (max-width:991.98px) {
    .about__img-four {
        margin-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .about__img-four {
        padding: 0
    }
}

.about__img-four img:nth-child(1) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

@media (max-width:767.98px) {
    .about__img-four img:nth-child(1) {
        width: 100%
    }
}

.about__img-four img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default)
}

@media (max-width:1199.98px) {
    .about__img-four img:nth-child(2) {
        max-width: 300px
    }
}

@media (max-width:767.98px) {
    .about__img-four img:nth-child(2) {
        display: none
    }
}

.about__img-four img:nth-child(3) {
    position: absolute;
    right: 5%;
    bottom: -15%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
    box-shadow: 9px 19px 30px 0 rgba(0, 0, 0, .1)
}

@media (max-width:1199.98px) {
    .about__img-four img:nth-child(3) {
        right: 15%
    }
}

@media (max-width:767.98px) {
    .about__img-four img:nth-child(3) {
        display: none
    }
}

.about__img-five {
    position: relative;
    margin-right: 25px;
    text-align: right
}

@media (max-width:1199.98px) {
    .about__img-five {
        margin-right: 0
    }
}

@media (max-width:991.98px) {
    .about__img-five {
        margin-bottom: 50px
    }
}

@media (max-width:767.98px) {
    .about__img-five {
        text-align: center
    }
}

.about__img-five img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px
}

.about__img-five img.shape {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: absolute;
    left: -22%;
    top: 30px;
    width: 130px;
    z-index: -1
}

@media (max-width:1800px) {
    .about__img-five img.shape {
        left: -17%
    }
}

@media (max-width:767.98px) {
    .about__img-five img.shape {
        display: none
    }
}

.about__content p {
    margin-bottom: 20px;
    font-size: 18px;
    width: 95%
}

.about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.about__content .shape img {
    position: absolute;
    right: 4%;
    bottom: 30%;
    z-index: -1;
    max-width: 236px
}

@media (max-width:1800px) {
    .about__content .shape img {
        max-width: 165px;
        right: 2%
    }
}

@media (max-width:1500px) {
    .about__content .shape img {
        max-width: 125px;
        bottom: 40%
    }
}

@media (max-width:991.98px) {
    .about__content .shape img {
        bottom: 25%
    }
}

@media (max-width:767.98px) {
    .about__content .shape img {
        bottom: 21%;
        width: 100px
    }
}

.about__content-two>p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--tg-color-gray-7);
    line-height: 1.55
}

.about__content-two .info-one {
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--tg-body-color);
    line-height: 1.55
}

.about__content-three {
    margin-left: 60px
}

@media (max-width:1199.98px) {
    .about__content-three {
        margin-left: 0
    }
}

.about__content-three>p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px
}

.about__content-four>p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.55
}

.about__content-four .about__list-box-four {
    width: 100%;
    margin-bottom: 40px
}

.about__content-five>p {
    margin-bottom: 20px;
    font-size: 18px
}

.about__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px 10px;
    align-items: center;
    margin-bottom: 50px
}

@media (max-width:1199.98px) {
    .about__content-inner {
        flex-wrap: wrap;
        margin-bottom: 30px
    }
}

.about__content-inner-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 50px;
    margin-bottom: 50px
}

@media (max-width:1199.98px) {
    .about__content-inner-two {
        gap: 20px 30px
    }
}

@media (max-width:991.98px) {
    .about__content-inner-two {
        gap: 20px 50px
    }
}

@media (max-width:767.98px) {
    .about__content-inner-two {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about__content-inner-two {
        flex-direction: row;
        align-items: center
    }
}

.about__content-inner-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px
}

@media (max-width:1199.98px) {
    .about__content-inner-three {
        flex-wrap: wrap
    }
}

.about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 35px
}

.about__content-bottom-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 55px
}

@media (max-width:1199.98px) {
    .about__content-bottom-two {
        gap: 20px
    }
}

@media (max-width:991.98px) {
    .about__content-bottom-two {
        gap: 20px 40px
    }
}

.about__list-box-wrap {
    width: 49%;
    flex: 0 0 auto;
    position: relative;
    padding-right: 30px
}

@media (max-width:1199.98px) {
    .about__list-box-wrap {
        width: 100%;
        padding: 0
    }
}

@media (max-width:991.98px) {
    .about__list-box-wrap {
        width: 50%;
        padding-right: 30px;
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .about__list-box-wrap {
        width: 100%;
        padding-right: 0
    }
}

.about__list-box-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 80px;
    background: var(--tg-border-4)
}

@media (max-width:1199.98px) {
    .about__list-box-wrap::before {
        display: none
    }
}

@media (max-width:991.98px) {
    .about__list-box-wrap::before {
        display: block
    }
}

@media (max-width:767.98px) {
    .about__list-box-wrap::before {
        display: none
    }
}

/*.about__list-box .list-wrap {
    margin-bottom: 50px
}*/

@media (max-width:1199.98px) {
    .about__list-box .list-wrap {
        margin-bottom: 20px
    }
}

.about__list-box .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    font-size: 18px;
    color: var(--tg-heading-color);
    line-height: 1.6;
    margin-bottom: 10px
}

.about__list-box .list-wrap li:last-child {
    margin-bottom: 0
}

.check {
    margin-top: 3px
}

.about__list-box .list-wrap li .check {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-quaternary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    transform: translateY(1px)
}

.about__list-box-two {
    flex-grow: 1
}

.about__list-box-two .list-wrap {
    margin-bottom: 0
}

.about__list-box-two .list-wrap li {
    margin-bottom: 18px;
    font-weight: 500
}

.about__list-box-two .list-wrap li .check {
    background: var(--tg-theme-primary)
}

.about__list-box-three .list-wrap li {
    margin-bottom: 10px
}

.about__list-box-three .list-wrap li i {
    background: var(--tg-theme-primary)
}

.about__list-box-four {
    width: 68%
}

@media (max-width:1199.98px) {
    .about__list-box-four {
        width: 100%
    }
}

.about__list-box-four .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 10px 0
}

@media (max-width:767.98px) {
    .about__list-box-four .list-wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

.about__list-box-four .list-wrap li {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .about__list-box-four .list-wrap li {
        width: 100%
    }
}

.about__list-box-five .list-wrap {
    margin-bottom: 0
}

.about__list-box-five .list-wrap li {
    font-weight: 500;
    color: var(--tg-color-black-2);
    margin-bottom: 15px
}

.about__list-box-five .list-wrap li:last-child {
    margin-bottom: 0
}

.about__list-box-five .list-wrap li .check {
    background: var(--tg-theme-primary)
}

.about__list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 0;
    margin: 0 -15px;
    margin-bottom: 30px
}

@media (max-width:767.98px) {
    .about__list-wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

.about__list-wrap-two {
    width: 50%;
    flex: 0 0 auto;
    margin-left: auto
}

@media (max-width:1199.98px) {
    .about__list-wrap-two {
        width: 100%
    }
}

@media (max-width:991.98px) {
    .about__list-wrap-two {
        width: 55%
    }
}

@media (max-width:767.98px) {
    .about__list-wrap-two {
        width: 100%
    }
}

.about__list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 15px
}

@media (max-width:1199.98px) {
    .about__list-item {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:991.98px) {
    .about__list-item {
        flex-direction: row;
        align-items: center
    }
}

.about__list-item .icon {
    width: 70px;
    height: 70px;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    font-size: 40px;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.about__list-item .content .title {
    margin-bottom: 5px;
    font-size: 22px
}

.about__list-item .content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55
}

.about__list-item:hover .icon {
    background: var(--tg-theme-secondary)
}

.about__list-item-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    margin-bottom: 22px
}

.about__list-item-two:last-child {
    margin-bottom: 0
}

.about__list-item-two .icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    flex: 0 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--tg-theme-primary);
    font-size: 40px;
    line-height: 0;
    transition: .3s ease-in-out
}

.about__list-item-two .content .title {
    font-size: 22px;
    margin-bottom: 3px
}

.about__list-item-two .content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55
}

.about__list-item-two:hover .icon {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default)
}

.about__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px
}

.about__author img {
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
    border: 3px solid var(--tg-color-white-default);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .25))
}

.about__author .content .name {
    margin-bottom: 8px;
    font-size: 20px;
    text-transform: capitalize
}

.about__author .content span {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 500
}

.about__author-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px
}

.about__author-two>img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.about__author-two .content img {
    margin-bottom: 5px
}

.about__author-two .content .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    gap: 5px
}

.about__author-two .content .name span {
    font-size: 16px;
    color: var(--tg-body-color);
    font-weight: 400
}

.about__review-wrap {
    flex-grow: 1
}

.about__review-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 13px
}

.about__review-author img {
    width: 54px;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--tg-color-white-default);
    margin-left: -25px
}

.about__review-author img:nth-child(1) {
    margin-left: 0;
    z-index: 4
}

.about__review-author img:nth-child(2) {
    z-index: 3
}

.about__review-author img:nth-child(3) {
    z-index: 2
}

.about__review-box .review {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    color: var(--tg-color-yellow-light);
    margin-bottom: 8px
}

.about__review-box span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px
}

.about__clients-box {
    background: var(--tg-theme-primary);
    border-radius: 8px;
    padding: 30px 35px 35px;
    min-width: 260px
}

.about__clients-box>span {
    color: var(--tg-color-white-default);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    display: block;
    margin-bottom: 15px
}

.about__clients-box .counter__icon {
    color: var(--tg-color-white-default);
    font-size: 57px
}

.about__clients-box-two {
    text-align: left;
    position: absolute;
    left: 0;
    top: 30%;
    width: 260px !important
}

@media (max-width:1199.98px) {
    .about__clients-box-two {
        padding: 20px 20px 25px;
        max-width: 250px
    }
}

@media (max-width:767.98px) {
    .about__clients-box-two {
        display: none
    }
}

.about__clients-box-two .counter__item {
    margin-bottom: 22px
}

.about__clients-box-two .counter__item:last-child {
    margin-bottom: 0
}

.about__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px
}

.about__contact .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    line-height: 0
}

.about__contact .content span {
    display: block;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 8px
}

.about__contact .content a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: var(--tg-heading-color)
}

.about__contact .content a:hover {
    color: var(--tg-theme-primary)
}

.about__shape img {
    position: absolute;
    z-index: -1;
    right: 4%;
    bottom: 0
}

@media (max-width:1199.98px) {
    .about__shape img {
        max-width: 200px
    }
}

.about__shape-two img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 19%;
    max-width: 264px
}

@media (max-width:1800px) {
    .about__shape-two img {
        bottom: 8%;
        max-width: 200px
    }
}

@media (max-width:767.98px) {
    .about__shape-two img {
        bottom: 6%;
        max-width: 130px
    }
}

@media (max-width:450px) {
    .about__contact .icon {
        display: none
    }
}

.section-py-120 {
    padding: 120px 0
}

@media (max-width:767.98px) {
    .section-py-120 {
        padding: 100px 0
    }
}

.section-py-140 {
    padding: 140px 0
}

@media (max-width:767.98px) {
    .section-py-140 {
        padding: 100px 0
    }
}

.section-py-130 {
    padding: 130px 0
}

@media (max-width:767.98px) {
    .section-py-130 {
        padding: 100px 0
    }
}

.section-pt-80 {
    padding-top: 80px
}

.section-pt-120 {
    padding-top: 120px
}

@media (max-width:767.98px) {
    .section-pt-120 {
        padding-top: 100px
    }
}

.section-pt-130 {
    padding-top: 130px
}

@media (max-width:767.98px) {
    .section-pt-130 {
        padding-top: 100px
    }
}

.section-pb-100 {
    padding-bottom: 100px
}

@media (max-width:767.98px) {
    .section-pb-100 {
        padding-bottom: 70px
    }
}

.section-pb-130 {
    padding-bottom: 130px
}

@media (max-width:767.98px) {
    .section-pb-130 {
        padding-bottom: 100px
    }
}

.section-pb-120 {
    padding-bottom: 120px
}

@media (max-width:767.98px) {
    .section-pb-120 {
        padding-bottom: 100px
    }
}

.section-pb-90 {
    padding-bottom: 90px
}

@media (max-width:767.98px) {
    .section-pb-90 {
        padding-bottom: 70px
    }
}

.section-pb-300 {
    padding-bottom: 300px !important
}

@media (max-width:767.98px) {
    .section-pb-300 {
        padding-bottom: 280px !important
    }
}

.brand__area {
    padding: 0 0 120px
}

@media (max-width:767.98px) {
    .brand__area {
        padding: 0 0 100px
    }
}

.brand__area-two {
    background: var(--tg-color-gray-10);
    padding: 70px 0
}

.brand__item {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center
}

.brand__item img {
    filter: grayscale(1);
    opacity: .4
}

.brand__item img:hover {
    opacity: 1;
    filter: grayscale(0)
}

.partner__item {
    padding: 50px 40px;
    border-right: 1px solid var(--tg-border-7);
    border-top: 1px solid var(--tg-border-7);
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1199.98px) {
    .partner__item {
        height: 170px
    }
}

@media (max-width:991.98px) {
    .partner__item {
        padding: 30px 30px;
        height: 150px
    }
}

@media (max-width:767.98px) {
    .partner__item {
        padding: 30px 20px;
        height: 120px
    }
}

.partner__item img {
    cursor: pointer
}

.partner__item-wrap {
    border-bottom: 1px solid var(--tg-border-7);
    border-left: 1px solid var(--tg-border-7);
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width:991.98px) {
    .partner__item-wrap {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:767.98px) {
    .partner__item-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

.services__area {
    background: var(--tg-color-gray-4);
    position: relative;
    padding: 120px 0 95px;
    z-index: 1
}

@media (max-width:767.98px) {
    .services__area {
        padding: 100px 0 75px
    }
}

.services__area-three {
    background: var(--tg-theme-quaternary);
    position: relative;
    z-index: 1
}

.services__item {
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--tg-color-white-default)
}

@media (max-width:767.98px) {
    .services__item {
        width: 330px;
        margin: 0 auto 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services__item {
        width: auto
    }
}

.services__item:hover .services__thumb::before {
    opacity: .8
}

.services__item:hover .services__thumb .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.services__item-two {
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 50px;
    margin-bottom: 30px
}

@media (max-width:1500px) {
    .services__item-two {
        padding: 30px 25px
    }
}

@media (max-width:991.98px) {
    .services__item-two {
        padding: 30px 30px
    }
}

.services__item-two:hover .services__icon-two {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    transform: rotateY(180deg)
}

.services__item-three {
    background: var(--tg-color-white-default);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 26px 26px 44px 26px;
    transition: .2s all
}

.services__item-three:hover .services__thumb-three::before {
    opacity: .8
}

.services__item-three:hover .services__thumb-three .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.services__item-three:hover {
    transform: scale(1.03)
}

.services__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 25px
}

@media (max-width:1199.98px) {
    .services__item-top {
        gap: 20px
    }
}

.services__item-top .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700
}

@media (max-width:1500px) {
    .services__item-top .title {
        font-size: 22px
    }
}

.services__item-list {
    margin-bottom: 28px
}

.services__item-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    line-height: 1.4;
    color: var(--tg-heading-color);
    margin-bottom: 12px
}

.services__item-list li:last-child {
    margin-bottom: 0
}

.services__item-list li i {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-theme-primary);
    background: var(--tg-color-gray-9);
    line-height: 0;
    font-size: 14px
}

.services__thumb {
    -webkit-mask-image: url(https://europrotrans.hu/assets/img/services/mask_img.svg);
    mask-image: url(https://europrotrans.hu/assets/img/services/mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 250px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media (max-width:1199.98px) {
    .services__thumb {
        height: 255px
    }
}

@media (max-width:991.98px) {
    .services__thumb {
        height: 290px
    }
}

@media (max-width:767.98px) {
    .services__thumb {
        height: 285px;
        width: 330px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services__thumb {
        height: 210px;
        width: 242px
    }
}

.services__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-theme-primary);
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.services__thumb img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.services__thumb .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
    opacity: 0;
    visibility: hidden;
    margin-top: 50px
}

.services__thumb-two {
    height: 460px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 1
}

@media (max-width:767.98px) {
    .services__thumb-two {
        height: 400px
    }
}

.services__thumb-two::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--tg-color-white-default);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: -1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px
}

.services__thumb-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 26px 60px 0 rgba(0, 36, 65, .8);
    border: 5px solid var(--tg-color-white-default)
}

.services__thumb-two:hover::before {
    transform: rotate(-3.505deg)
}

.services__thumb-three {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.services__thumb-three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: var(--red-title_1, #151515);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.services__thumb-three img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.services__thumb-three .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.services__thumb-three .btn:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
    border-color: var(--tg-color-white-default)
}

.services__thumb-wrap {
    position: relative;
    margin-bottom: 18px
}

.services__icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    position: absolute;
    left: 22px;
    bottom: 0;
    font-size: 39px;
    line-height: 0;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media (max-width:991.98px) {
    .services__icon {
        left: 30px;
        bottom: 8px
    }
}

@media (max-width:767.98px) {
    .services__icon {
        left: 29px;
        bottom: 5px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services__icon {
        left: 20px;
        bottom: 0;
        width: 50px;
        height: 50px;
        font-size: 30px
    }
}

.services__icon-two {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-color-gray-9);
    color: var(--tg-theme-primary);
    font-size: 52px;
    line-height: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

@media (max-width:1199.98px) {
    .services__icon-two {
        width: 70px;
        height: 70px;
        font-size: 42px
    }
}

.services__icon-three {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid var(--tg-color-white-default);
    font-size: 50px;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%)
}

.services__icon-three i {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.services__content {
    padding: 0 24px 25px
}

.services__content .title {
    margin-bottom: 15px;
    font-size: 22px
}

.services__content p {
    margin-bottom: 0;
    line-height: 1.5
}

.services__content-two>p {
    margin-bottom: 18px
}

.services__content-three {
    position: relative;
    text-align: center;
    padding-top: 60px
}

.services__content-three .title {
    margin-bottom: 10px;
    font-size: 24px
}

.services__content-three p {
    margin-bottom: 0;
    line-height: 1.6;
    color: var(--tg-color-gray-7)
}

@media (max-width:991.98px) {
    .services__nav-wrap {
        margin-bottom: 50px
    }
}

.services__nav-wrap .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border: none;
    position: relative
}

.services__nav-wrap .nav-tabs::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #1b4c73 0, rgba(27, 76, 115, 0) 100%)
}

.services__nav-wrap .nav-item {
    display: block
}

.services__nav-wrap .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    border: none;
    gap: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative
}

.services__nav-wrap .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #1b4c73 0, rgba(27, 76, 115, 0) 100%)
}

.services__nav-wrap .nav-link .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px
}

@media (max-width:767.98px) {
    .services__nav-wrap .nav-link .left-content {
        gap: 15px
    }
}

.services__nav-wrap .nav-link .left-content i {
    font-size: 40px;
    line-height: 0;
    color: var(--tg-color-sky-blue);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.services__nav-wrap .nav-link .left-content span {
    font-size: 26px;
    font-weight: 700;
    color: var(--tg-color-sky-blue);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width:767.98px) {
    .services__nav-wrap .nav-link .left-content span {
        font-size: 22px
    }
}

.services__nav-wrap .nav-link .arrow {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width:767.98px) {
    .services__nav-wrap .nav-link .arrow {
        width: 45px;
        height: 45px
    }
}

.services__nav-wrap .nav-link.active {
    background: 0 0
}

.services__nav-wrap .nav-link.active .left-content i {
    color: var(--tg-theme-primary)
}

.services__nav-wrap .nav-link.active .left-content span {
    color: var(--tg-color-white-default)
}

.services__nav-wrap .nav-link.active .arrow {
    opacity: 1;
    visibility: visible
}

.services__tab-img {
    margin-left: 100px
}

@media (max-width:1199.98px) {
    .services__tab-img {
        margin-left: 40px
    }
}

@media (max-width:991.98px) {
    .services__tab-img {
        margin-left: 0
    }
}

.services__shape-wrap img {
    position: absolute;
    z-index: -1
}

.services__shape-wrap img:nth-child(1) {
    right: -22px;
    top: -18px;
    max-width: 201px;
    -webkit-animation-duration: 35s;
    animation-duration: 35s
}

@media (max-width:1800px) {
    .services__shape-wrap img:nth-child(1) {
        max-width: 170px
    }
}

@media (max-width:1500px) {
    .services__shape-wrap img:nth-child(1) {
        max-width: 150px
    }
}

@media (max-width:767.98px) {
    .services__shape-wrap img:nth-child(1) {
        max-width: 100px;
        right: -10px;
        top: -10px
    }
}

.services__shape-wrap img:nth-child(2) {
    left: 65px;
    bottom: 25px;
    max-width: 192px
}

@media (max-width:1800px) {
    .services__shape-wrap img:nth-child(2) {
        left: 20px;
        max-width: 160px
    }
}

@media (max-width:1500px) {
    .services__shape-wrap img:nth-child(2) {
        max-width: 140px;
        bottom: 20px
    }
}

@media (max-width:767.98px) {
    .services__shape-wrap img:nth-child(2) {
        max-width: 80px;
        bottom: 11px
    }
}

.services__shape-wrap-two img {
    position: absolute;
    z-index: -1
}

.services__shape-wrap-two img:nth-child(1) {
    left: 4%;
    top: 15%;
    max-width: 145px
}

@media (max-width:1800px) {
    .services__shape-wrap-two img:nth-child(1) {
        left: 2%;
        top: 12%;
        max-width: 120px
    }
}

@media (max-width:1500px) {
    .services__shape-wrap-two img:nth-child(1) {
        left: 2%;
        top: 5%;
        max-width: 90px
    }
}

@media (max-width:767.98px) {
    .services__shape-wrap-two img:nth-child(1) {
        display: none
    }
}

.services__shape-wrap-two img:nth-child(2) {
    right: 42px;
    bottom: 62px;
    max-width: 145px;
    -webkit-animation-duration: 20s;
    animation-duration: 20s
}

@media (max-width:1800px) {
    .services__shape-wrap-two img:nth-child(2) {
        bottom: 45px;
        max-width: 110px
    }
}

@media (max-width:1500px) {
    .services__shape-wrap-two img:nth-child(2) {
        bottom: 40px;
        max-width: 85px
    }
}

@media (max-width:767.98px) {
    .services__shape-wrap-two img:nth-child(2) {
        bottom: 20px;
        max-width: 75px
    }
}

.services__shape-wrap-two img:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 140px
}

.services__details-inner .col-70 {
    width: 70.4%;
    flex: 0 0 auto
}

@media (max-width:1199.98px) {
    .services__details-inner .col-70 {
        width: 65%
    }
}

@media (max-width:991.98px) {
    .services__details-inner .col-70 {
        width: 100%
    }
}

.services__details-inner .col-30 {
    width: 29.6%;
    flex: 0 0 auto
}

@media (max-width:1199.98px) {
    .services__details-inner .col-30 {
        width: 35%
    }
}

@media (max-width:991.98px) {
    .services__details-inner .col-30 {
        width: 100%
    }
}

.services__details-inner-img {
    position: relative
}

@media (max-width:767.98px) {
    .services__details-inner-img {
        margin-bottom: 30px
    }
}

.services__details-inner-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%
}

.services__details-thumb {
    margin-bottom: 40px
}

@media (max-width:767.98px) {
    .services__details-thumb {
        margin-bottom: 30px
    }
}

.services__details-thumb img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

@media (max-width:1199.98px) {
    .services__details-thumb img {
        height: 400px
    }
}

@media (max-width:767.98px) {
    .services__details-thumb img {
        height: 300px
    }
}

.services__details-content .title {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: capitalize
}

@media (max-width:1199.98px) {
    .services__details-content .title {
        font-size: 32px
    }
}

@media (max-width:991.98px) {
    .services__details-content .title {
        font-size: 34px
    }
}

@media (max-width:767.98px) {
    .services__details-content .title {
        font-size: 32px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services__details-content .title {
        font-size: 34px
    }
}

.services__details-content>p {
    margin-bottom: 0
}

.services__details-content .title-two {
    font-size: 30px;
    margin-bottom: 15px
}

@media (max-width:1199.98px) {
    .services__details-content .title-two {
        font-size: 24px
    }
}

.services__details-content-inner {
    margin-bottom: 35px;
    margin-top: 25px
}

.services__details-content-inner p {
    margin-bottom: 0;
    width: 95%
}

@media (max-width:767.98px) {
    .services__details-content-inner .progress__wrap {
        margin-top: 25px
    }
}

.services__details-content-inner-two {
    margin-top: 40px;
    margin-bottom: 25px
}

.services__details-content-inner-two .col-44 {
    width: 43.5%;
    flex: 0 0 auto
}

@media (max-width:767.98px) {
    .services__details-content-inner-two .col-44 {
        width: 100%
    }
}

.services__details-content-inner-two .col-56 {
    width: 56.5%;
    flex: 0 0 auto
}

@media (max-width:767.98px) {
    .services__details-content-inner-two .col-56 {
        width: 100%
    }
}

.services__details-content-inner-two .title-two {
    margin-bottom: 10px
}

.services__details-content-inner-two p {
    margin-bottom: 10px
}

.services__sidebar {
    margin-right: 20px
}

@media (max-width:1199.98px) {
    .services__sidebar {
        margin-right: 0
    }
}

@media (max-width:991.98px) {
    .services__sidebar {
        margin-top: 100px
    }
}

.services__widget {
    background: var(--tg-color-gray-9);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px
}

.services__widget:last-child {
    margin-bottom: 0
}

.services__widget-two {
    background: 0 0;
    position: relative;
    border: 1px solid #e5e7e8;
    text-align: center;
    padding: 40px 30px 50px
}

.services__widget-three {
    background: var(--tg-theme-primary);
    padding: 25px 30px 30px
}

@media (max-width:991.98px) {
    .mb-md-30 {
        margin-bottom: 30px
    }
}

.sidebar__logo {
    margin-bottom: 25px
}

.sidebar__contact .title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600
}

.sidebar__contact .btn {
    background: var(--tg-color-black-2)
}

.sidebar__contact .btn:hover {
    background: var(--tg-theme-primary)
}

.email {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 6px;
    font-weight: 700;
    line-height: 1;
    color: var(--tg-theme-primary);
    margin-bottom: 8px
}

.email-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 12px;
    font-weight: 700;
    line-height: 1;
    color: var(--tg-color-black-2);
    margin-bottom: 8px
}

.sidebar__email {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    gap: 6px;
    font-weight: 700;
    line-height: 1;
    color: var(--tg-color-black-2);
    margin-bottom: 40px
}

.phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 6px;
    font-weight: 700;
    line-height: 1;
    color: var(--tg-theme-primary);
    margin-bottom: 8px
}

.phone-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 12px;
    font-weight: 700;
    line-height: 1;
    color: var(--tg-color-black-2);
    margin-bottom: 8px
}

.sidebar__phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    gap: 6px;
    font-weight: 700;
    line-height: 1;
    color: var(--tg-color-black-2);
    margin-bottom: 20px
}

.email i,
.phone i,
.sidebar__email i,
.sidebar__phone i {
    line-height: 0
}

.email:hover,
.phone:hover,
.sidebar__email:hover,
.sidebar__phone:hover {
    color: var(--tg-theme-primary)
}

.email-contact:hover,
.phone-contact:hover {
    color: var(--tg-theme-primary)
}

.sidebar__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 277px;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.sidebar__widget-title {
    margin-bottom: 20px;
    color: var(--tg-color-white-default);
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px
}

.sidebar__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: var(--tg-color-white-default)
}

.sidebar__brochure p {
    margin-bottom: 20px;
    color: var(--tg-color-white-default);
    font-weight: 600;
    line-height: 1.5
}

.sidebar__brochure a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #ecf6fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black-2);
    gap: 12px;
    margin-bottom: 10px
}

.sidebar__brochure a svg {
    color: var(--tg-theme-primary);
    width: 18px
}

.sidebar__brochure a:last-child {
    margin-bottom: 0
}

.features__area {
    position: relative
}

.features__area-two {
    background: var(--tg-color-gray-11);
    position: relative;
    z-index: 2
}

.features__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 35px 30px 40px 42px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 100px;
    background: var(--tg-color-white-default);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width:1199.98px) {
    .features__item {
        padding: 35px 20px 30px 20px;
        gap: 15px
    }
}

.features__item::before {
    content: "";
    position: absolute;
    left: 36px;
    top: 0;
    width: 60px;
    height: 6px;
    background: var(--tg-theme-primary)
}

.features__item:hover {
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, .1);
    border-color: var(--tg-theme-primary);
    transform: scale(1.05);
}

.features__item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 80px;
    margin-left: 80px
}

@media (max-width:1199.98px) {
    .features__item-wrap {
        gap: 30px 30px;
        margin-left: 30px
    }
}

@media (max-width:991.98px) {
    .features__item-wrap {
        gap: 30px 40px;
        margin-left: 0;
        margin: 40px 0
    }
}

@media (max-width:767.98px) {
    .features__item-wrap {
        gap: 30px 30px;
        flex-direction: column
    }
}

.features__item-wrap-two {
    margin-top: -50px;
    position: relative;
    z-index: 1
}

.features__icon {
    font-size: 50px;
    color: var(--tg-theme-primary);
    line-height: 0
}

@media (max-width:1199.98px) {
    .features__icon {
        font-size: 45px
    }
}

.features__icon i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    display: block
}

.features__icon-two {
    font-size: 54px;
    line-height: 0;
    color: var(--tg-theme-primary);
    margin-bottom: 20px
}

.features__content .title {
    margin-bottom: 15px;
    font-size: 22px
}

.features__content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.6
}

.features__content .number {
    margin-bottom: 0;
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 36px;
    color: #ededed;
    line-height: 1;
    z-index: -1
}

.features__content-two .title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
    text-transform: capitalize
}

.features__content-two .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--tg-border-6)
}

.features__content-two .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--tg-theme-primary)
}

.features__content-two p {
    margin-bottom: 0;
    line-height: 1.5
}

.features__content-wrap {
    background: var(--tg-theme-primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 30px 55px 0;
    position: relative;
    z-index: 1
}

@media (max-width:1199.98px) {
    .features__content-wrap {
        padding: 35px 25px 40px 0
    }
}

.features__content-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    min-width: 200%;
    height: 100%;
    background: var(--tg-theme-primary);
    z-index: -1
}

@media (max-width:991.98px) {
    .features__content-wrap::before {
        left: 50%;
        transform: translateX(-50%)
    }
}

.features__content-wrap .shape {
    position: absolute;
    z-index: -1;
    left: -88%;
    bottom: 0;
    max-width: 335px
}

@media (max-width:1800px) {
    .features__content-wrap .shape {
        left: -68%
    }
}

@media (max-width:1500px) {
    .features__content-wrap .shape {
        max-width: 300px;
        left: -50%
    }
}

@media (max-width:1199.98px) {
    .features__content-wrap .shape {
        max-width: 220px;
        left: -36%
    }
}

@media (max-width:991.98px) {
    .features__content-wrap .shape {
        left: -25%
    }
}

.features__content-wrap-right {
    background: var(--tg-theme-primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 0 55px 30px;
    position: relative;
    z-index: 1
}

@media (max-width:1199.98px) {
    .features__content-wrap-right {
        padding: 35px 25px 40px 0
    }
}

.features__content-wrap-right::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: var(--tg-theme-primary);
    z-index: -1
}

@media (max-width:991.98px) {
    .features__content-wrap::before {
        left: 50%;
        transform: translateX(-50%)
    }
}

.features__shape img {
    position: absolute;
    right: 0;
    top: -115px;
    z-index: -1;
    max-width: 244px
}

@media (max-width:1500px) {
    .features__shape img {
        top: auto;
        bottom: 20px;
        width: 180px
    }
}

@media (max-width:767.98px) {
    .features__shape img {
        bottom: 10px;
        width: 100px
    }
}

.choose__area-two {
    position: relative;
    z-index: 0
}

.choose__area-two::before {
    content: "";
    position: absolute;
    width: 464px;
    height: 464px;
    right: 28px;
    top: -50px;
    border-radius: 50%;
    opacity: .7;
    background: linear-gradient(180deg, #fcaaac 0, #ffefdd 100%);
    filter: blur(150px);
    z-index: -1
}

.choose__area-two::after {
    content: "";
    position: absolute;
    width: 464px;
    height: 464px;
    left: -37px;
    bottom: 0;
    border-radius: 50%;
    opacity: .7;
    background: linear-gradient(180deg, #fcaaac 0, #ffefdd 100%);
    filter: blur(150px);
    z-index: -1
}

.choose__bg {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-color: var(--tg-theme-quaternary)
}

@media (max-width:767.98px) {
    .choose__bg {
        padding: 100px 0
    }
}

.choose__img {
    margin-left: -90px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden
}

@media (max-width:1500px) {
    .choose__img {
        margin-left: -40px
    }
}

@media (max-width:1199.98px) {
    .choose__img {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .choose__img {
        margin-top: 50px
    }
}

.choose__img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    max-width: unset
}

@media (max-width:767.98px) {
    .choose__img img {
        max-width: 100%
    }
}

.choose__img-two {
    position: relative
}

@media (max-width:991.98px) {
    .choose__img-two {
        margin-bottom: 50px
    }
}

.choose__img-two .main-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

@media (max-width:767.98px) {
    .choose__img-two .main-img img {
        width: 100%
    }
}

.choose__img-two .shape {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: -64px;
    bottom: 16%;
    max-width: 300px
}

@media (max-width:767.98px) {
    .choose__img-two .shape {
        display: none
    }
}

.choose__content {
    margin-left: 45px
}

@media (max-width:1199.98px) {
    .choose__content {
        margin-left: 0
    }
}

.choose__content-two {
    margin-left: 65px
}

@media (max-width:1199.98px) {
    .choose__content-two {
        margin-left: 20px
    }
}

@media (max-width:991.98px) {
    .choose__content-two {
        margin-left: 0
    }
}

.choose__content-two>p {
    margin-bottom: 25px
}

.choose__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 50px;
    margin-bottom: 45px
}

@media (max-width:1199.98px) {
    .choose__content-inner {
        gap: 20px 25px
    }
}

@media (max-width:767.98px) {
    .choose__content-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.choose__content-inner>p {
    margin-bottom: 0;
    width: 53%;
    margin-left: auto
}

@media (max-width:767.98px) {
    .choose__content-inner>p {
        width: 100%
    }
}

.choose__content-inner .about__list-box .list-wrap {
    margin-bottom: 0
}

.choose__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 50px
}

@media (max-width:1199.98px) {
    .choose__content-bottom {
        gap: 30px 30px
    }
}

@media (max-width:767.98px) {
    .choose__content-bottom {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start
    }
}

.choose__content-bottom .left-side {
    width: 100%;
    flex: 0 0 auto;
    position: relative
}

@media (max-width:767.98px) {
    .choose__content-bottom .left-side {
        width: 100%
    }
}

.choose__content-bottom .left-side>p {
    color: var(--tg-color-gray-5);
    margin-bottom: 25px
}

.choose__list-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px
}

.choose__list-item .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1.5px solid var(--tg-theme-primary);
    color: var(--tg-theme-primary);
    font-size: 50px;
    line-height: 0;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.choose__list-item .content .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.choose__list-item .content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5
}

.choose__list-item:hover .icon {
    transform: rotateY(180deg)
}

.choose__shape img {
    position: absolute;
    z-index: -1;
    right: -18px;
    bottom: 17%;
    max-width: 248px
}

@media (max-width:1500px) {
    .choose__shape img {
        max-width: 180px
    }
}

@media (max-width:1199.98px) {
    .choose__shape img {
        bottom: 10%;
        max-width: 150px
    }
}

@media (max-width:767.98px) {
    .choose__shape img {
        bottom: 2%;
        max-width: 120px
    }
}

.achieved__area {
    position: relative;
    z-index: 1
}

.achieved__content {
    padding: 140px 0;
    width: 95%
}

@media (max-width:1199.98px) {
    .achieved__content {
        width: 100%;
        padding: 120px 0
    }
}

@media (max-width:991.98px) {
    .achieved__content {
        padding: 50px 0 120px
    }
}

@media (max-width:767.98px) {
    .achieved__content {
        padding: 50px 0 100px
    }
}

.achieved__content p {
    margin-bottom: 20px;
    font-size: 18px
}

.achieved__shape img {
    position: absolute;
    right: 8%;
    bottom: 70px;
    z-index: -1
}

@media (max-width:991.98px) {
    .achieved__shape img {
        right: 0;
        bottom: auto;
        top: 10%
    }
}

.progress__item {
    margin-bottom: 20px
}

.progress__item:last-child {
    margin-bottom: 0
}

.progress__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.progress__item .progress {
    background-color: #e1e6e9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    height: 8px
}

.progress__item .progress .progress-bar {
    background-color: var(--tg-theme-secondary);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px
}

.progress__item-two .progress .progress-bar {
    background-color: var(--tg-theme-primary)
}

.progress__item-two .progress__title {
    color: var(--tg-color-white-default)
}

.progress__item-two .progress-value {
    color: var(--tg-color-white-default)
}

.progress__item-two .progress-value .counter-number {
    color: var(--tg-color-white-default)
}

.progress__item-three .progress .progress-bar {
    background-color: var(--tg-theme-primary)
}

.progress__title {
    margin-bottom: 0;
    font-size: 20px
}

.progress-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 1px
}

.progress-value .counter-number {
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-color)
}

.marquee__area {
    padding: 0 0 120px
}

@media (max-width:991.98px) {
    .marquee__area {
        padding: 0 0 100px
    }
}

@media (max-width:767.98px) {
    .marquee__area {
        padding: 0 0 80px
    }
}

.marquee__item {
    margin-right: 20px;
    display: inline;
    line-height: 1
}

.marquee__item a {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--tg-body-color)
}

@media (max-width:1199.98px) {
    .marquee__item a {
        font-size: 42px
    }
}

@media (max-width:991.98px) {
    .marquee__item a {
        font-size: 38px
    }
}

@media (max-width:767.98px) {
    .marquee__item a {
        font-size: 32px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .marquee__item a {
        font-size: 34px
    }
}

.marquee__item a:hover {
    color: var(--tg-theme-primary);
    -webkit-text-stroke: 1.5px var(--tg-theme-primary)
}

.marquee__item a svg {
    color: var(--tg-theme-secondary);
    margin-right: 10px;
    transform: translateY(-5px)
}

@media (max-width:1199.98px) {
    .marquee__item a svg {
        width: 38px
    }
}

@media (max-width:991.98px) {
    .marquee__item a svg {
        width: 36px
    }
}

@media (max-width:767.98px) {
    .marquee__item a svg {
        width: 32px
    }
}

.marquee__item-two a:hover {
    color: var(--tg-theme-primary);
    -webkit-text-stroke: 1.5px var(--tg-theme-primary)
}

.marquee__item-two a svg {
    color: var(--tg-theme-primary)
}

.marquee__item-three a {
    -webkit-text-stroke: 1.5px var(--tg-color-gray-13)
}

.marquee__item-three a:hover {
    color: var(--tg-color-white-default);
    -webkit-text-stroke: 1.5px var(--tg-color-white-default)
}

.marquee__item-three a svg {
    color: var(--tg-theme-primary)
}

.marquee__item-four a {
    -webkit-text-stroke: 1.5px var(--tg-color-gray-13)
}

.marquee__item-four a svg {
    color: var(--tg-theme-primary)
}

.marquee-wrap .marquee__group .m-item {
    margin-right: 25px;
    display: inline
}

.project__bg {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    background-color: var(--tg-color-gray-4)
}

@media (max-width:991.98px) {
    .project__bg {
        padding: 120px 0
    }
}

@media (max-width:767.98px) {
    .project__bg {
        padding: 100px 0
    }
}

.project__item {
    position: relative;
    overflow: hidden
}

.project__item-wrap {
    margin: 0 -156px
}

@media (max-width:1199.98px) {
    .project__item-wrap {
        margin: 0 -250px
    }
}

@media (max-width:991.98px) {
    .project__item-wrap {
        margin: 0 -300px
    }
}

@media (max-width:767.98px) {
    .project__item-wrap {
        margin: 0 0;
        padding: 0 15px
    }
}

.project__item-wrap .swiper-slide-active .project__thumb img {
    filter: grayscale(0);
    opacity: 1
}

.project__item-wrap .swiper-slide-active .project__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.project__item-two {
    margin-bottom: 30px;
    position: relative
}

.project__item-two:hover .project__thumb-two img {
    transform: scale(1.03) translateX(5px)
}

.project__item-two:hover .project__content-two {
    opacity: 1;
    visibility: visible
}

.project__item-two:hover .project__content-two .title {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.project__item-two:hover .project__content-two span {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.project__item-three {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden
}

.project__item-three:hover .project__thumb-three::before {
    opacity: .8
}

.project__item-three:hover .project__icon a {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.project__item-three:hover .project__content-three {
    opacity: 1;
    visibility: visible
}

.project__item-three:hover .project__content-three span {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.project__item-three:hover .project__content-three .title {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.project__thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    filter: grayscale(1);
    opacity: .8;
    width: 100%;
    height: 460px;
    object-fit: cover
}

@media (max-width:767.98px) {
    .project__thumb img {
        height: 300px
    }
}

.project__thumb-two {
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.project__thumb-two img {
    height: 460px;
    object-fit: cover;
    transform: scale(1.03);
    transition: .4s ease-in-out
}

@media (max-width:1199.98px) {
    .project__thumb-two img {
        height: 430px
    }
}

.project__thumb-three {
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden
}

.project__thumb-three::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    opacity: 0
}

.project__thumb-three img {
    width: 100%;
    height: 330px;
    object-fit: cover
}

.project__content {
    position: absolute;
    left: 30px;
    bottom: 40px;
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 20px 40px 25px 25px;
    min-width: 385px;
    justify-content: space-between;
    gap: 20px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden
}

@media (max-width:1199.98px) {
    .project__content {
        left: 20px;
        bottom: 20px
    }
}

@media (max-width:767.98px) {
    .project__content {
        flex-wrap: wrap;
        right: 20px;
        min-width: auto;
        padding: 20px 20px 25px 25px
    }
}

.project__content .title {
    margin-bottom: 8px;
    color: var(--tg-color-white-default);
    font-size: 24px;
    text-transform: capitalize
}

.project__content span {
    display: block;
    color: var(--tg-color-white-default);
    line-height: 1;
    text-transform: capitalize
}

.project__content .right-arrow a svg {
    width: 20px;
    height: 20px;
    color: var(--tg-color-white-default)
}

.project__content .right-arrow a svg path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.project__content .right-arrow a svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.project__content .right-arrow a svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s
}

.project__content:hover .right-arrow a svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s
}

.project__content:hover .right-arrow a svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.project__content-two {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 20px 40px 30px;
    opacity: 0;
    visibility: hidden
}

.project__content-two .title {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 24px;
    font-weight: 600;
    background: var(--tg-theme-primary);
    border-radius: 4px 4px 4px 0;
    padding: 10px 17px 12px
}

.project__content-two .title a:hover {
    color: var(--tg-theme-secondary)
}

.project__content-two span {
    font-size: 16px;
    display: inline-block;
    border-radius: 0 0 4px 4px;
    background: var(--tg-color-white-default);
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 14px;
    color: var(--tg-heading-color)
}

.project__content-three {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.project__content-three span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: #cfcfcf;
    line-height: 1;
    margin-bottom: 10px
}

.project__content-three .title {
    color: var(--tg-color-white-default);
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize
}

.project__icon a {
    position: absolute;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    line-height: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    right: 30px;
    top: 30px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 60px
}

.project__icon a:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color)
}

.project__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 60px
}

@media (max-width:767.98px) {
    .project__nav {
        margin-top: 40px
    }
}

.project__details-inner .col-70 {
    width: 70.4%;
    flex: 0 0 auto
}

@media (max-width:1199.98px) {
    .project__details-inner .col-70 {
        width: 65%
    }
}

@media (max-width:991.98px) {
    .project__details-inner .col-70 {
        width: 100%
    }
}

.project__details-inner .col-30 {
    width: 29.6%;
    flex: 0 0 auto
}

@media (max-width:1199.98px) {
    .project__details-inner .col-30 {
        width: 35%
    }
}

@media (max-width:991.98px) {
    .project__details-inner .col-30 {
        width: 100%
    }
}

.project__details-thumb {
    margin-bottom: 35px
}

.project__details-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 480px;
    object-fit: cover
}

@media (max-width:1199.98px) {
    .project__details-thumb img {
        height: 400px
    }
}

@media (max-width:767.98px) {
    .project__details-thumb img {
        height: 300px
    }
}

.project__details-content>.title {
    margin-bottom: 20px;
    font-size: 40px
}

@media (max-width:1199.98px) {
    .project__details-content>.title {
        font-size: 32px
    }
}

.project__details-content>p {
    margin-bottom: 0
}

.project__details-content .title-two {
    font-size: 30px;
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .project__details-content .title-two {
        font-size: 25px
    }
}

.project__details-challenge {
    margin-top: 30px;
    margin-bottom: 30px
}

.project__details-challenge p {
    margin-bottom: 22px
}

.project__details-services p {
    margin-bottom: 0
}

.project__details-features {
    margin-top: 35px
}

.project__details-features .features__item {
    padding: 35px 30px 30px 42px
}

@media (max-width:1199.98px) {
    .project__details-features .features__item {
        padding: 35px 25px 30px 25px
    }
}

.project__info .list-wrap li {
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px
}

.project__info .list-wrap li span {
    display: block;
    line-height: 1;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    margin-bottom: 5px
}

@media (max-width:991.98px) {
    .project__sidebar {
        margin-top: 100px
    }
}

.project__sidebar-social .title {
    display: block;
    line-height: 1;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    margin-bottom: 12px
}

.project__sidebar-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px
}

.project__sidebar-social .list-wrap li {
    line-height: 1
}

.project__sidebar-social .list-wrap li a {
    color: var(--tg-color-white-default);
    font-size: 18px;
    display: block
}

.project__sidebar-social .list-wrap li a:hover {
    transform: translateY(-3px)
}

.area__bg {
    background-size: cover;
    background-position: center;
    background-color: var(--tg-theme-secondary);
    position: relative;
    z-index: 1
}

.pricing__box {
    background: var(--tg-color-white-default);
    padding: 60px 70px 70px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05)
}

@media (max-width:1199.98px) {
    .pricing__box {
        padding: 40px 20px 40px
    }
}

@media (max-width:767.98px) {
    .pricing__box {
        padding: 40px 40px 40px
    }
}

.pricing__top .title {
    font-size: 20px;
    margin-bottom: 30px
}

@media (max-width:1199.98px) {
    .pricing__top .title {
        margin-bottom: 20px
    }
}

.pricing__content p {
    margin-bottom: 20px;
    line-height: 1.5;
    color: var(--tg-color-gray-7)
}

.pricing__list {
    margin-bottom: 35px
}

.pricing__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-gray-7);
    text-transform: capitalize;
    gap: 8px;
    margin-bottom: 10px
}

.pricing__list li:last-child {
    margin-bottom: 0
}

.pricing__list li i {
    color: var(--tg-theme-primary);
    line-height: 0
}

.pricing__btn .btn {
    background: var(--tg-theme-primary);
    border-radius: 30px;
    padding: 17px 38px;
    font-size: 18px
}

.pricing__btn .btn:hover {
    background: var(--tg-color-black-2)
}

.video__area {
    position: relative;
    padding: 170px 0 255px;
    z-index: 1
}

@media (max-width:1199.98px) {
    .video__area {
        padding: 140px 0 240px
    }
}

@media (max-width:991.98px) {
    .video__area {
        padding: 120px 0 220px
    }
}

@media (max-width:767.98px) {
    .video__area {
        padding: 100px 0 200px
    }
}

.video__area-two {
    position: relative
}

.video__area-three {
    position: relative;
    padding: 340px 0 260px;
    margin-top: -201px;
    z-index: -1;
    overflow: hidden;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.video__area-four {
    position: relative;
    padding: 140px 0 140px;
    margin-top: 0;
    /*z-index: -1;*/
    overflow: hidden;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.video__area-three .container, .video__area-four .container {
    z-index: 1;
    position: relative;
}

.video__area-three::before, .video__area-four::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    mix-blend-mode: luminosity;
}

@media (max-width:1199.98px) {
    .video__area-three{
        margin-top: -248px;
    }
}

@media (max-width:991.98px) {
    .video__area-three{
        margin-top: -330px;
    }
}

@media (max-width:767.98px) {
    .video__area-three, .video__area-four {
        padding: 250px 0 200px
    }
    .video__area-three{
        margin-top: -200px;
    }
    .counter__area-two, .counter__area-three{
        background: var(--tg-theme-primary);
    }
}

.video__bg-three {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.video__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000038;
    opacity: .5;
    mix-blend-mode: luminosity
}

.video__bg-two::before {
    background: #000;
    opacity: .7;
    mix-blend-mode: normal
}

.video__bg-three::before {
    display: none
}

@media (max-width:991.98px) {
    .video__content {
        text-align: center
    }
}

.video__content-two {
    background: var(--tg-color-white-default);
    padding: 70px 60px
}

@media (max-width:1199.98px) {
    .video__content-two {
        padding: 50px 45px
    }
}

@media (max-width:991.98px) {
    .video__content-two {
        padding: 50px 50px;
        margin-top: 40px;
        text-align: center
    }
}

@media (max-width:767.98px) {
    .video__content-two {
        padding: 40px 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .video__content-two {
        padding: 50px 40px
    }
}

.video__content-two .title {
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 800
}

@media (max-width:767.98px) {
    .video__content-two .title {
        font-size: 32px
    }
}

.video__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px
}

.video__contact .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-theme-primary);
    line-height: 0;
    color: var(--tg-color-white-default);
    font-size: 26px
}

.video__contact .content {
    text-align: left
}

.video__contact .content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: var(--tg-theme-primary);
    margin-bottom: 2px
}

.video__contact .content a {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: var(--tg-color-black-2)
}

.video__contact .content a:hover {
    color: var(--tg-theme-primary)
}

@media (max-width:450px) {
    .video__contact .icon {
        display: none
    }
}

.request__area {
    background: var(--tg-color-gray-4)
}

.request__area-two {
    position: relative;
    background: var(--tg-color-gray-4)
}

.request__wrap {
    margin-top: -130px;
    position: relative;
    z-index: 2
}

.request__wrap-two {
    background: var(--tg-color-white-default);
    padding: 50px 60px 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-left: 100px
}

@media (max-width:1199.98px) {
    .request__wrap-two {
        margin-left: 0;
        padding: 45px 50px 50px
    }
}

@media (max-width:767.98px) {
    .request__wrap-two {
        padding: 35px 30px 40px
    }
}

.request__wrap-two .title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 800
}

.request__wrap-three {
    padding: 50px 30px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-left: 100px
}

@media (max-width:1199.98px) {
    .request__wrap-three {
        margin-left: 0;
        padding: 45px 50px 50px
    }
}

.request__nav .nav-tabs {
    border: none;
    display: inline-flex;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.request__nav .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    color: var(--tg-color-white-default);
    font-size: 23px;
    font-weight: 600;
    gap: 12px;
    background: var(--tg-heading-color);
    padding: 18px 61px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

@media (max-width:991.98px) {
    .request__nav .nav-link {
        padding: 18px 35px
    }
}

@media (max-width:767.98px) {
    .request__nav .nav-link {
        padding: 15px 20px;
        font-size: 15px;
        gap: 8px
    }
}

.request__nav .nav-link i {
    font-size: 30px;
    line-height: 0
}

@media (max-width:767.98px) {
    .request__nav .nav-link i {
        font-size: 20px
    }
}

.request__nav .nav-link.active {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default)
}

.request__nav-two .nav-link.active {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default)
}

.request__form {
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    -o-border-radius: 0 10px 10px 10px;
    -ms-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    background: var(--tg-color-white-default);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .08);
    padding: 30px 40px 45px
}

@media (max-width:1199.98px) {
    .request__form {
        padding: 30px 30px 45px
    }
}

.request__form .title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: var(--tg-body-color);
    text-transform: capitalize;
    margin-bottom: 10px
}

.request__form .form-grp {
    margin-bottom: 20px;
    flex-grow: 1;
    width: 100%
}

.request__form .form-grp input,
.request__form .form-grp textarea {
    width: 100%;
    border: 1px solid var(--tg-border-6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--tg-body-color);
    line-height: 1;
    padding: 15px 20px
}

.request__form .form-grp input::placeholder,
.request__form .form-grp textarea::placeholder {
    color: #838383;
    font-size: 14px
}

.request__form .form-grp textarea {
    min-height: 122px;
    max-height: 122px
}

.request__form .form-grp.select-grp {
    position: relative
}

.request__form .form-grp.select-grp select {
    background-color: transparent;
    border: 1px solid var(--tg-border-6);
    color: var(--tg-body-color);
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    outline: 0;
    padding: 13px 50px 13px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.4;
    height: 50px;
    cursor: pointer
}

.request__form .form-grp.select-grp::after {
    content: "\f12f";
    position: absolute;
    bottom: 15px;
    font-family: flaticon;
    font-weight: 400;
    right: 20px;
    font-size: 20px;
    color: var(--tg-body-color);
    pointer-events: none;
    line-height: 1
}

.request__form .form-grp-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px
}

@media (max-width:767.98px) {
    .request__form .form-grp-wrap {
        flex-wrap: wrap;
        gap: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .request__form .form-grp-wrap {
        flex-wrap: nowrap;
        gap: 20px
    }
}

.request__form .btn {
    width: 100%;
    justify-content: center;
    font-size: 18px;
    padding: 19px 28px
}

.request__form .btn::before {
    display: none
}

.request__form .btn:hover {
    background: var(--tg-theme-secondary)
}

.request__form-two .btn {
    background: var(--tg-theme-primary)
}

.request__form-two .btn:hover {
    background: var(--tg-theme-secondary)
}

.request__form-three .form-grp {
    margin-bottom: 20px
}

.request__form-three .form-grp.select-grp {
    position: relative
}

.request__form-three .form-grp.select-grp select {
    background-color: #f5f5f5;
    border: none;
    color: var(--tg-body-color);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 4px;
    outline: 0;
    padding: 13px 50px 13px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.4;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.request__form-three .form-grp.select-grp::after {
    content: "\f12f";
    position: absolute;
    bottom: 15px;
    font-family: flaticon;
    font-weight: 400;
    right: 20px;
    font-size: 20px;
    color: var(--tg-body-color);
    line-height: 1
}

.request__form-three .form-grp input {
    height: 50px
}

.request__form-three .form-grp input,
.request__form-three .form-grp textarea {
    background-color: #f5f5f5;
    border: none;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 20px;
    color: var(--tg-body-color);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.request__form-three .form-grp input::placeholder,
.request__form-three .form-grp textarea::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: var(--tg-body-color)
}

.request__form-three button {
    width: 100%;
    background: var(--tg-theme-primary);
    justify-content: center
}

.request__form-three button:hover {
    background: var(--tg-theme-secondary)
}

.request__shape img {
    position: absolute;
    z-index: -1;
    left: 50px;
    top: 0;
    max-width: 217px
}

@media (max-width:1800px) {
    .request__shape img {
        left: 20px;
        max-width: 160px
    }
}

.ui-widget-content {
    background: #ececec;
    border: none;
    height: 6px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 24px
}

.ui-widget-header {
    background: var(--tg-theme-primary)
}

.testimonial__area {
    background: var(--tg-color-gray-4);
    padding: 90px 0 140px;
    position: relative;
    z-index: 1
}

@media (max-width:991.98px) {
    .testimonial__area {
        padding: 90px 0 100px
    }
}

.testimonial__area-two {
    position: relative
}

.testimonial__area-two::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    width: 500px;
    height: 500px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(252, 170, 172, .06) 0, rgba(255, 239, 221, .5) 100%);
    filter: blur(150px)
}

.testimonial__area-four {
    position: relative;
    padding: 100px 0 140px;
    z-index: 1
}

.testimonial__inner-wrap {
    background: var(--tg-color-white-default);
    padding: 80px 0;
    border: 1px solid #cecece;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

@media (max-width:767.98px) {
    .testimonial__inner-wrap {
        padding: 40px 10px
    }
}

.testimonial__wrap {
    text-align: center
}

.testimonial__icon {
    margin-bottom: 25px
}

.testimonial__icon svg {
    color: var(--tg-theme-secondary)
}

.testimonial__icon-two svg {
    color: var(--tg-theme-primary)
}

.testimonial__nav .swiper-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    justify-content: center
}

.testimonial__nav .swiper-wrapper button {
    border: none;
    background: 0 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    width: 65px
}

.testimonial__nav .swiper-wrapper button img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    filter: grayscale(1)
}

.testimonial__nav .swiper-wrapper .swiper-slide {
    width: auto !important
}

.testimonial__nav .swiper-slide-thumb-active button img {
    filter: grayscale(0)
}

@media (max-width:767.98px) {
    .testimonial__nav-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 20px
    }
}

.testimonial__nav-wrap button {
    border: none;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    color: var(--tg-heading-color);
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width:991.98px) {
    .testimonial__nav-wrap button {
        left: 7px
    }
}

@media (max-width:767.98px) {
    .testimonial__nav-wrap button {
        transform: translateY(0);
        position: inherit
    }
}

.testimonial__nav-wrap button:hover {
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default)
}

.testimonial__nav-wrap button.testimonial-button-next {
    right: 0;
    left: auto
}

@media (max-width:991.98px) {
    .testimonial__nav-wrap button.testimonial-button-next {
        right: 7px
    }
}

.testimonial__nav-wrap-two button {
    border: 1px solid #d6d6d6;
    color: var(--tg-color-black-2)
}

.testimonial__nav-wrap-two button:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default)
}

.testimonial__nav-wrap-two button:hover img {
    filter: invert(1)
}

.testimonial__nav-wrap-three button {
    background: var(--tg-color-gray-8);
    color: var(--tg-color-white-default)
}

.testimonial__nav-wrap-three button:hover {
    background: var(--tg-theme-primary)
}

.testimonial-active {
    position: relative
}

.testimonial__item .name {
    margin-bottom: 8px;
    font-size: 22px
}

.testimonial__item span {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: var(--tg-body-color);
    margin-bottom: 15px
}

.testimonial__rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px
}

.testimonial__rating i {
    font-size: 18px;
    color: var(--tg-color-yellow-light)
}

.testimonial__rating i:last-child {
    color: var(--tg-color-yellow-light-2)
}

.testimonial__content p {
    font-size: 18px;
    font-style: italic;
    text-transform: capitalize;
    line-height: 1.6;
    width: 65%;
    margin: 0 auto
}

@media (max-width:991.98px) {
    .testimonial__content p {
        width: 75%
    }
}

@media (max-width:767.98px) {
    .testimonial__content p {
        width: 100%
    }
}

.testimonial__content-two p {
    width: 70%
}

@media (max-width:1199.98px) {
    .testimonial__content-two p {
        width: 80%
    }
}

@media (max-width:767.98px) {
    .testimonial__content-two p {
        width: 100%
    }
}

.testimonial__shape img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: -190px
}

.mission__inner-wrap {
    position: relative
}

.mission__img {
    max-width: 728px;
    margin-left: auto
}

@media (max-width:1199.98px) {
    .mission__img {
        max-width: 600px
    }
}

@media (max-width:991.98px) {
    .mission__img {
        max-width: 100%;
        width: 100%
    }
}

.mission__img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%
}

.mission__content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tg-color-white-default);
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    max-width: 612px;
    padding: 53px 90px 15px
}

@media (max-width:1199.98px) {
    .mission__content {
        max-width: 530px;
        padding: 50px 50px 50px
    }
}

@media (max-width:991.98px) {
    .mission__content {
        max-width: 100%;
        position: inherit;
        top: 0;
        transform: translate(0);
        margin-top: 50px
    }
}

@media (max-width:767.98px) {
    .mission__content {
        padding: 30px 25px;
        margin-top: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .mission__content {
        padding: 40px 40px
    }
}

.mission__content p {
    margin-bottom: 15px
}

.mission__content .shape,
.vision__content .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.vision__inner-wrap {
    position: relative
}

.vision__img {
    max-width: 728px
}

@media (max-width:1199.98px) {
    .vision__img {
        max-width: 600px
    }
}

@media (max-width:991.98px) {
    .vision__img {
        max-width: 100%;
        width: 100%
    }
}

.vision__img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%
}

.vision__content {
    max-width: 612px;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    padding: 53px 90px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1199.98px) {
    .vision__content {
        max-width: 530px;
        padding: 50px 50px 70px
    }
}

@media (max-width:991.98px) {
    .vision__content {
        max-width: 100%;
        position: inherit;
        top: 0;
        transform: translate(0);
        margin-top: 50px;
        padding: 50px
    }
}

@media (max-width:767.98px) {
    .vision__content {
        padding: 30px 25px;
        margin-top: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .vision__content {
        padding: 40px 40px
    }
}

.vision__content p {
    margin-bottom: 25px
}

.team__area {
    position: relative;
    z-index: 1
}

.team__area-two {
    background: var(--tg-color-gray-12);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.team__bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 71%;
    background-size: cover;
    background-position: center
}

.team__bg-two {
    background-color: var(--tg-theme-quaternary)
}

.team__item {
    text-align: center;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    padding: 45px 30px 55px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media (max-width:1199.98px) {
    .team__item {
        padding: 30px 20px 30px
    }
}

.team__item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.team__item:hover .team__thumb img {
    mix-blend-mode: normal
}

.team__item-two {
    background: var(--tg-color-white-default);
    height: 400px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    overflow: hidden;
    margin-bottom: 30px
}

.team__item-two:hover {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);
    transform: scale(1.03);
}

.team__item-two:hover .team__thumb-two img {
    mix-blend-mode: normal
}

.team__thumb {
    margin-bottom: 22px
}

.team__thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    mix-blend-mode: luminosity
}

.team__thumb-two img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    /*mix-blend-mode: luminosity;*/
    /*max-height: 325px;
    right: -40px;
    bottom: -10px;*/
}

.team__content .title {
    position: relative;
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: capitalize;
    padding-top: 7px
}

@media (max-width:1199.98px) {
    .team__content .title {
        font-size: 20px
    }
}

@media (max-width:991.98px) {
    .team__content .title {
        font-size: 22px
    }
}

.team__content .title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background: var(--tg-theme-primary)
}

.team__content .title a:hover {
    color: var(--tg-theme-primary)
}

.team__content span {
    display: block;
    line-height: 1.4;
    color: var(--tg-color-gray-7);
    font-weight: 500;
    margin-bottom: 18px
}

.team__content-two {
    position: absolute;
    left: 30px;
    top: 20px
}

.team__content-two .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px
}

.team__content-two span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1
}

.team__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px
}

.team__social li {
    line-height: 1
}

.team__social li a {
    font-size: 18px;
    color: var(--tg-color-gray-8);
    display: block
}

.team__social li a:hover {
    color: var(--tg-theme-primary);
    transform: translateY(-3px)
}

.team__social-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
    position: absolute;
    left: 30px;
    bottom: 30px
}

.team__social-two::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -230px;
    width: 3px;
    height: 200px;
    background: var(--tg-theme-primary);
    border-radius: 3px
}

.team__social-two li {
    line-height: 1
}

.team__social-two li a {
    font-size: 18px;
    color: var(--tg-color-gray-8);
    transform: rotate(-90deg);
    display: inline-block
}

.team__social-two li a:hover {
    color: var(--tg-theme-primary);
    transform: rotate(0)
}

.team__social-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
    position: absolute;
    left: 30px;
    bottom: 30px
}

.team__social-three::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -230px;
    width: 3px;
    height: 200px;
    background: var(--tg-theme-tertiary);
    border-radius: 3px
}

@media (max-width:500px) {
    .team__social-two, .team__social-three, .team__social-two::before, .team__social-three::before {
        display:none;
    }
}

.team__social-three li {
    line-height: 1
}

.team__social-three li a {
    font-size: 18px;
    color: var(--tg-color-gray-8);
    transform: rotate(-90deg);
    display: inline-block
}

.team__social-two li a:hover {
    color: var(--tg-theme-primary);
    transform: rotate(0)
}

.team__shape img {
    position: absolute;
    left: 80px;
    top: 0;
    z-index: -1;
    max-width: 217px
}

@media (max-width:991.98px) {
    .team__shape img {
        left: 40px;
        max-width: 180px
    }
}

@media (max-width:767.98px) {
    .team__shape img {
        left: 30px;
        max-width: 105px
    }
}

.team__overlay-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1
}

.team__overlay-content .title {
    margin-bottom: 26px;
    font-size: 400px;
    line-height: .7;
    text-transform: uppercase;
    color: #f0f0f0
}

@media (max-width:1500px) {
    .team__overlay-content .title {
        font-size: 380px
    }
}

@media (max-width:1199.98px) {
    .team__overlay-content .title {
        font-size: 360px
    }
}

@media (max-width:991.98px) {
    .team__overlay-content .title {
        font-size: 290px
    }
}

@media (max-width:767.98px) {
    .team__overlay-content .title {
        font-size: 220px
    }
}

.team__details-inner .col-36 {
    width: 35.6%;
    flex: 0 0 auto
}

@media (max-width:991.98px) {
    .team__details-inner .col-36 {
        width: 60%
    }
}

@media (max-width:767.98px) {
    .team__details-inner .col-36 {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .team__details-inner .col-36 {
        width: 70%
    }
}

.team__details-inner .col-64 {
    width: 64.4%;
    flex: 0 0 auto
}

@media (max-width:991.98px) {
    .team__details-inner .col-64 {
        width: 100%
    }
}

.team__details-thumb img {
    width: 100%;
    border-radius: 8px 8px 0 0
}

.team__details-info {
    border: 1px solid #e6e6e6;
    border-top: none;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 30px 30px 40px
}

@media (max-width:991.98px) {
    .team__details-info-wrap {
        margin-bottom: 50px
    }
}

.team__details-info>.list-wrap>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px
}

.team__details-info>.list-wrap>li:last-child {
    margin-bottom: 0
}

.team__details-info>.list-wrap>li .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: var(--tg-color-gray-9);
    color: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    transform: translateY(-4px);
    flex: 0 0 auto
}

.team__details-info>.list-wrap>li .content a,
.team__details-info>.list-wrap>li .content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-color-black-2)
}

.team__details-info>.list-wrap>li .content a:hover {
    color: var(--tg-theme-primary)
}

.team__details-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px
}

.team__details-social li a {
    color: var(--tg-color-black-2);
    font-size: 18px
}

.team__details-social li a:hover {
    color: var(--tg-theme-primary)
}

.team__details-content {
    margin-left: 20px;
    margin-right: 80px
}

@media (max-width:1199.98px) {
    .team__details-content {
        margin: 0
    }
}

.team__details-content .title {
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: capitalize
}

@media (max-width:1199.98px) {
    .team__details-content .title {
        font-size: 32px
    }
}

.team__details-content .title-two {
    margin-bottom: 10px;
    font-size: 24px
}

.team__details-content>span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-theme-primary);
    line-height: 1;
    margin-bottom: 20px
}

.team__details-content p {
    margin-bottom: 0
}

.team__details-content .about__list-box-four {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px
}

.team__details-form-wrap {
    background: var(--tg-color-gray-11);
    padding: 30px 40px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

@media (max-width:767.98px) {
    .team__details-form-wrap {
        padding: 30px 30px 40px
    }
}

.team__details-form-wrap .title-three {
    margin-bottom: 30px;
    line-height: 1;
    text-transform: capitalize;
    font-size: 24px
}

.team__details-form .form-grp {
    margin-bottom: 20px
}

.team__details-form .form-grp input,
.team__details-form .form-grp textarea {
    width: 100%;
    background: var(--tg-color-white-default);
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    color: var(--tg-heading-color);
    padding: 8px 15px 9px;
    height: 43px;
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.team__details-form .form-grp input::placeholder,
.team__details-form .form-grp textarea::placeholder {
    text-transform: capitalize;
    font-size: 15px;
    color: var(--tg-color-gray-8)
}

.team__details-form .form-grp input:focus,
.team__details-form .form-grp textarea:focus {
    border-color: var(--tg-theme-primary)
}

.team__details-form .form-grp textarea {
    min-height: 100px;
    max-height: 100px
}

.section-py-140 {
    padding: 140px 0
}

@media (max-width:767.98px) {
    .section-py-140 {
        padding: 100px 0
    }
}

.section-pt-140 {
    padding-top: 140px
}

@media (max-width:767.98px) {
    .section-pt-140 {
        padding-top: 100px
    }
}

.section-pb-140 {
    padding-bottom: 140px
}

@media (max-width:767.98px) {
    .section-pb-140 {
        padding-bottom: 100px
    }
}

.section-pb-110 {
    padding-bottom: 110px
}

@media (max-width:767.98px) {
    .section-pb-110 {
        padding-bottom: 70px
    }
}

.faq__wrap .accordion-item {
    background: var(--tg-color-gray-11);
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px
}

.faq__wrap .accordion-item:last-child {
    margin-bottom: 0
}

.faq__wrap .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.faq__wrap .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.faq__wrap .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-color-black-2);
    padding: 20px 50px 20px 25px;
    background: var(--tg-color-gray-11);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.faq__wrap .accordion-button:focus {
    border-color: transparent;
    box-shadow: none
}

.faq__wrap .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--tg-theme-primary)
}

.faq__wrap .accordion-button:not(.collapsed)::before {
    content: "\f10a";
    color: var(--tg-theme-primary)
}

.faq__wrap .accordion-button::after {
    display: none
}

.faq__wrap .accordion-button::before {
    content: "\f109";
    width: auto;
    height: auto;
    background-image: none;
    font-family: flaticon_tg_default;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 23px;
    color: var(--tg-color-black-2);
    font-weight: 700;
    line-height: 1
}

.faq__wrap .accordion-body {
    padding: 0 25px 20px
}

.faq__wrap .accordion-body p {
    margin-bottom: 0
}

.work__area-two {
    background: var(--tg-theme-primary);
    padding: 130px 0 200px;
    position: relative;
    z-index: 1
}

.work__bg {
    background-size: cover;
    background-position: center;
    padding: 140px 0 110px;
    background-color: var(--tg-theme-primary)
}

@media (max-width:991.98px) {
    .work__bg {
        padding: 120px 90px
    }
}

@media (max-width:767.98px) {
    .work__bg {
        padding: 100px 0 70px
    }
}

.work__item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.work__item-wrap .row [class*=col-]:last-child .work__shape {
    display: none
}

.work__icon {
    width: 104px;
    height: 104px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 56px;
    line-height: 0
}

.work__icon i {
    transform: rotateY(0);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.work__icon .number {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: 0
}

.work__icon-two {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

.work__icon-two .number {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -12px
}

.work__icon-three {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default)
}

.work__content .title {
    margin-bottom: 10px;
    font-size: 22px;
    color: var(--tg-color-white-default)
}

.work__content p {
    margin-bottom: 0;
    color: #93a7ff;
    font-size: 18px;
    line-height: 1.5
}

.work__content-two p {
    color: var(--tg-color-gray-9)
}

.work__content-three .title {
    color: var(--tg-heading-color)
}

.work__content-three p {
    color: var(--tg-body-color)
}

.work__shape {
    position: absolute;
    right: -60px;
    top: 32px;
    z-index: -1
}

@media (max-width:1199.98px) {
    .work__shape {
        right: -52px
    }
}

@media (max-width:991.98px) {
    .work__shape {
        display: none
    }
}

.work__shape svg {
    color: var(--tg-color-white-default)
}

@media (max-width:1199.98px) {
    .work__shape svg {
        width: 75px
    }
}

.work__shape-two svg {
    color: #ff6769
}

.work__shape-three svg {
    color: var(--tg-color-gray-1)
}

.faq__area-two {
    background: var(--tg-theme-quaternary);
    position: relative;
    z-index: 1
}

@media (max-width:991.98px) {
    .faq__content {
        margin-bottom: 50px
    }
}

.faq__wrap-two .accordion-item {
    margin-bottom: 8px;
    border: 1px solid #eee9e9;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    background: var(--tg-color-white-default);
    border-radius: 10px;
    overflow: hidden
}

.faq__wrap-two .accordion-item:last-child {
    margin-bottom: 0
}

.faq__wrap-two .accordion-button {
    padding: 29px 90px 32px 42px;
    font-weight: 700;
    font-size: 24px;
    font-family: var(--tg-heading-font-family);
    background: var(--tg-color-white-default);
    border: none;
    color: var(--tg-color-black-5)
}

@media (max-width:991.98px) {
    .faq__wrap-two .accordion-button {
        padding: 29px 80px 32px 25px
    }
}

@media (max-width:767.98px) {
    .faq__wrap-two .accordion-button {
        font-size: 20px;
        padding: 29px 70px 32px 25px
    }
}

.faq__wrap-two .accordion-button:focus {
    box-shadow: none
}

.faq__wrap-two .accordion-button::after {
    display: none
}

.faq__wrap-two .accordion-button::before {
    content: "\f109";
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    background-image: none;
    font-family: flaticon_tg_default;
    font-size: 18px;
    position: absolute;
    right: 28px;
    top: 19px;
    font-weight: 700;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media (max-width:991.98px) {
    .faq__wrap-two .accordion-button::before {
        right: 20px
    }
}

@media (max-width:767.98px) {
    .faq__wrap-two .accordion-button::before {
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 26px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .faq__wrap-two .accordion-button::before {
        top: 24px
    }
}

.faq__wrap-two .accordion-button:not(.collapsed) {
    color: var(--tg-theme-primary);
    box-shadow: none
}

.faq__wrap-two .accordion-button:not(.collapsed)::before {
    content: "\f10a"
}

.faq__wrap-two .accordion-body {
    padding: 0 42px 40px
}

@media (max-width:991.98px) {
    .faq__wrap-two .accordion-body {
        padding: 0 25px 30px
    }
}

.faq__wrap-two .accordion-body p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px
}

.faq__wrap-three .accordion-item {
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    background: 0 0;
    border-radius: 0
}

.faq__wrap-three .accordion-item:last-child {
    margin-bottom: 0
}

.faq__wrap-three .accordion-button {
    padding: 0 0 0 20px;
    font-weight: 700;
    font-size: 22px;
    font-family: var(--tg-heading-font-family);
    background: rgba(255, 255, 255, .1);
    border: 1px solid var(--tg-border-9);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    overflow: hidden
}

@media (max-width:767.98px) {
    .faq__wrap-three .accordion-button {
        font-size: 20px
    }
}

.faq__wrap-three .accordion-button:focus {
    box-shadow: none
}

.faq__wrap-three .accordion-button::after {
    content: "\f131";
    font-family: flaticon;
    width: 55px;
    height: 100%;
    background-image: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    color: var(--tg-color-white-default);
    line-height: 0
}

.faq__wrap-three .accordion-button::before {
    content: "";
    position: absolute;
    right: 55px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-9);
    z-index: 1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.faq__wrap-three .accordion-button:not(.collapsed) {
    color: var(--tg-heading-color);
    box-shadow: none;
    background: var(--tg-color-white-default);
    border-color: var(--tg-color-white-default)
}

.faq__wrap-three .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
    color: var(--tg-theme-primary)
}

.faq__wrap-three .accordion-button:not(.collapsed)::before {
    background: #d6d6d6
}

.faq__wrap-three .accordion-body {
    padding: 14px 18px 12px 20px
}

.faq__wrap-three .accordion-body p {
    color: var(--tg-color-gray-9);
    margin-bottom: 0;
    font-weight: 500
}

.faq__shape img {
    position: absolute;
    right: 40px;
    top: 85px;
    z-index: -1
}

.widget-title {
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px
}

.widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: var(--tg-theme-primary)
}

.contact-map {
    width: 100%;
    height: 760px
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity
}

.contact-map-two {
    margin-bottom: 75px
}

.contact-map-two iframe {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.contact__info-item {
    margin-bottom: 30px
}

.contact__info-item .title {
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize
}

@media (max-width:767.98px) {
    .contact__info-item .title {
        font-size: 24px
    }
}

.contact__info-item .title a:hover {
    color: var(--tg-theme-primary)
}

.contact__info-item>p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2
}

.contact__info-item .info-two {
    line-height: 1.4;
    margin-bottom: 10px
}

.contact__info-item>a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--tg-body-color)
}

.contact__info-item>a:hover {
    color: var(--tg-theme-primary)
}

.contact__form-wrap {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
    background: var(--tg-color-white-default);
    border: 1px solid #eee9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 40px 40px;
    margin-top: 40px
}

@media (max-width:767.98px) {
    .contact__form-wrap {
        padding: 30px 30px 30px
    }
}

.contact__form-wrap .title {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: capitalize
}

.contact__form .form-grp {
    margin-bottom: 15px
}

.contact__form .form-grp input,
.contact__form .form-grp textarea {
    width: 100%;
    background: 0 0;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 14px 20px 15px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-color-black-2);
    height: 50px;
    display: block
}

.contact__form .form-grp input::placeholder,
.contact__form .form-grp textarea::placeholder {
    color: var(--tg-color-gray-8);
    text-transform: capitalize
}

.contact__form .form-grp textarea {
    min-height: 135px;
    max-height: 135px
}

.contact__form .btn {
    margin-top: 10px
}

.cta__area {
    margin-bottom: -110px;
    margin-top: -209px
}

.cta__area-two {
    background: var(--tg-color-gray-12)
}

.cta__wrap {
    background: var(--tg-theme-primary);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 50px 55px 50px;
    position: relative;
    z-index: 1
}

@media (max-width:1199.98px) {
    .cta__wrap {
        padding: 40px 30px 40px
    }
}

@media (max-width:991.98px) {
    .cta__wrap {
        padding: 30px 30px 30px
    }
}

.cta__wrap-two {
    background: var(--tg-theme-primary);
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 2
}

.cta__wrap-three {
    background: var(--tg-color-white-default);
    border: 1px solid #e6e6e6;
    margin-top: -100px
}

@media (max-width:991.98px) {
    .cta__content {
        text-align: center;
        margin-bottom: 30px
    }
}

.cta__content .title {
    color: var(--tg-color-white-default);
    margin-bottom: 0;
    font-size: 30px;
    text-transform: capitalize
}

@media (max-width:1199.98px) {
    .cta__content .title {
        font-size: 28px
    }
}

@media (max-width:767.98px) {
    .cta__content .title {
        font-size: 25px
    }
}

@media (max-width:991.98px) {
    .cta__content .title br {
        display: none
    }
}

.cta__content-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 50px 65px;
    gap: 30px
}

@media (max-width:1199.98px) {
    .cta__content-two {
        padding: 35px 25px
    }
}

@media (max-width:991.98px) {
    .cta__content-two {
        padding: 35px 35px
    }
}

@media (max-width:767.98px) {
    .cta__content-two {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 20px
    }
}

.cta__content-two .title {
    color: var(--tg-color-white-default);
    margin-bottom: 5px;
    font-size: 30px
}

@media (max-width:767.98px) {
    .cta__content-two .title {
        font-size: 28px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .cta__content-two .title {
        font-size: 30px
    }
}

.cta__content-two p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-color-white-default)
}

.cta__content-three .title {
    color: var(--tg-heading-color)
}

.cta__content-three p {
    color: var(--tg-body-color)
}

@media (max-width:991.98px) {
    .cta__btn {
        text-align: center !important
    }
}

.cta__btn-two .btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary)
}

.cta__btn-two .btn:hover {
    color: var(--tg-color-white-default);
    background: var(--tg-color-black-2)
}

.cta__btn-three .btn {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default)
}

.cta__btn-three .btn:hover {
    background: var(--tg-theme-primary)
}

.cta__img {
    width: 387px;
    flex: 0 0 auto
}

@media (max-width:1199.98px) {
    .cta__img {
        width: 300px
    }
}

@media (max-width:991.98px) {
    .cta__img {
        display: none
    }
}

.cta__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta__shape img {
    position: absolute;
    right: 25%;
    top: 23%;
    z-index: -1;
    max-width: 113px
}

@media (max-width:1199.98px) {
    .cta__shape img {
        right: 28%;
        top: 20%;
        max-width: 100px
    }
}

@media (max-width:991.98px) {
    .cta__shape img {
        display: none
    }
}

.footer__area {
    background: var(--tg-color-black-3);
    position: relative;
    z-index: 1
}

.footer__area-two {
    background: var(--tg-color-black-2);
    position: relative;
    z-index: 1
}

.footer__area-three {
    padding-top: 105px;
    margin-top: -105px
}

.footer__area-four {
    background: var(--tg-color-dark-blue-two)
}

.footer__top {
    padding: 190px 0 40px
}

.footer__top .row [class*=col-]:nth-child(1) .footer__widget {
    margin-right: 30px
}

@media (max-width:991.98px) {
    .footer__top .row [class*=col-]:nth-child(1) .footer__widget {
        margin-right: 0
    }
}

.footer__top .row [class*=col-]:nth-child(2) .footer__widget {
    margin-left: 25px
}

@media (max-width:991.98px) {
    .footer__top .row [class*=col-]:nth-child(2) .footer__widget {
        margin-left: 0
    }
}

.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 65px
}

@media (max-width:1199.98px) {
    .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
        margin-left: 0
    }
}

.footer__widget {
    margin-bottom: 40px
}

.footer__widget-title {
    margin-bottom: 15px;
    color: var(--tg-color-white-default);
    font-size: 24px;
    position: relative;
    padding-bottom: 20px
}

.footer__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.footer__widget-title-two::before {
    background: var(--tg-theme-primary)
}

.footer__logo {
    margin-bottom: 20px
}

.footer__logo img {
    max-height: 110px
}

.footer__content p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #96a1b8;
}

.footer__content-two p {
    color: var(--tg-color-gray-8)
}

.footer__content-three p {
    color: var(--tg-color-sky-blue-two)
}

.footer__link .list-wrap li {
    margin-bottom: 10px
}

.footer__link .list-wrap li:last-child {
    margin-bottom: 0
}

.footer__link .list-wrap li a {
    color: var(--tg-color-gray-6);
    font-size: 17px;
    font-weight: 500;
    position: relative
}

.footer__link .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s cubic-bezier(.74, .72, .27, .24)
}

.footer__link .list-wrap li a:hover {
    color: var(--tg-color-white-default)
}

.footer__link .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.footer__link-two .list-wrap li a {
    color: var(--tg-color-gray-8)
}

.footer__link-three .list-wrap li a {
    color: var(--tg-color-sky-blue-two)
}

.footer__info-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px
}

.footer__info-wrap .svg-invert{
    margin-top:2px;
}

.footer__info-wrap .list-wrap li:last-child {
    margin-bottom: 0
}

.footer__info-wrap .list-wrap li a,
.footer__info-wrap .list-wrap li p {
    font-size: 17px;
    font-weight: 500;
    color: var(--tg-color-gray-6);
    margin-bottom: 0;
    line-height: 1.4
}

.footer__info-wrap .list-wrap li a:hover {
    color: var(--tg-color-white-default)
}

.footer__info-wrap .list-wrap li i {
    flex: 0 0 auto;
    font-size: 22px;
    color: var(--tg-color-white-default);
    line-height: 0;
    transform: translateY(4px)
}

.footer__info-wrap-two .list-wrap li a,
.footer__info-wrap-two .list-wrap li p {
    color: var(--tg-color-gray-8)
}

.footer__info-wrap-three .list-wrap li a,
.footer__info-wrap-three .list-wrap li p {
    color: var(--tg-color-sky-blue-two)
}

.footer__bottom {
    border-top: 1px solid #1e1e3c;
    padding: 27px 0
}

@media (max-width:767.98px) {
    .footer__bottom {
        padding: 20px 0
    }
}

@media (max-width:767.98px) {
    .footer__bottom .copyright-text {
        text-align: center;
        margin-bottom: 15px
    }
}

.footer__bottom .copyright-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #7f8696;
    font-weight: 500;
    text-transform: capitalize
}

.footer__bottom .copyright-text p a {
    color: #7f8696
}

.footer__bottom .copyright-text p a:hover {
    color: var(--tg-color-white-default)
}

.footer__social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end
}

@media (max-width:767.98px) {
    .footer__social .list-wrap {
        justify-content: center
    }
}

.footer__social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-dark);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px
}

.footer__social .list-wrap li a:hover {
    background: var(--tg-theme-secondary)
}

.footer__social-two {
    margin-bottom: 35px
}

.footer__social-two .list-wrap {
    justify-content: flex-start
}

.footer__social-two .list-wrap li a {
    background: var(--tg-color-black-4)
}

.footer__social-two .list-wrap li a:hover {
    background: var(--tg-theme-primary)
}

.footer__social-three {
    margin-bottom: 35px
}

.footer__social-three .list-wrap {
    justify-content: flex-start
}

.footer__social-three .list-wrap li a {
    background: var(--tg-color-dark-blue-three)
}

.footer__social-three .list-wrap li a:hover {
    background: var(--tg-theme-primary)
}

.footer__shape img {
    position: absolute;
    z-index: -1
}

.footer__shape img:nth-child(1) {
    left: 50px;
    top: 0;
    max-width: 226px
}

@media (max-width:1500px) {
    .footer__shape img:nth-child(1) {
        left: 18px;
        max-width: 160px
    }
}

.footer__shape img:nth-child(2) {
    right: 0;
    bottom: 25%;
    max-width: 212px
}

@media (max-width:1500px) {
    .footer__shape img:nth-child(2) {
        bottom: 20%;
        max-width: 150px
    }
}

@media (max-width:1199.98px) {
    .footer__shape img:nth-child(2) {
        bottom: 8%;
        max-width: 100px
    }
}

@media (max-width:767.98px) {
    .footer__shape-two img:nth-child(1) {
        max-width: 90px
    }
}

.footer__shape-two img:nth-child(2) {
    right: 60px;
    bottom: 0
}

.footer__shape-three img:nth-child(1) {
    bottom: 0;
    top: auto;
    left: 75px;
    max-width: 152px
}

.copyright-text-two p {
    margin-bottom: 0;
    color: var(--tg-color-gray-8);
    font-size: 14px;
    font-weight: 500
}

.copyright-text-two p a {
    color: var(--tg-color-gray-8)
}

.copyright-text-two p a:hover {
    color: var(--tg-theme-primary)
}

.copyright-text-three p {
    color: var(--tg-color-sky-blue-two);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500
}

.copyright-text-three p a {
    color: var(--tg-color-sky-blue-two)
}

.copyright-text-three p a:hover {
    color: var(--tg-theme-primary)
}

.menu__widget-title {
    margin-bottom: 15px;
    color: var(--tg-color-white-default);
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    max-width: 270px;
}

.menu__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.menu__widget-title-two::before {
    background: var(--tg-theme-primary)
}

.menu__widget-title.menu__widget-title-two {
    color: var(--tg-heading-color) !important;
    margin: 0 0 8px
}

.mega-columns--services .menu__widget-title {
    padding-top: 8px
}

.content__widget-title {
    margin-bottom: 20px;
    color: var(--tg-color-white-default);
    font-size: 24px;
    position: relative;
    padding-bottom: 20px
}

.content__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.content__widget-title-two::before {
    background: var(--tg-theme-primary)
}

.content__widget-title.content__widget-title-two {
    color: var(--tg-heading-color) !important
}

.content-columns--services .content__widget-title {
    padding-top: 8px
}

.tgmenu__navbar-wrap>ul>li.mega-parent {
    position: static
}

.tgmenu__navbar-wrap>ul>li.mega-parent .mega-menu--services {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    padding: 14px 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all .22s ease;
    z-index: 99
}

.tgmenu__navbar-wrap>ul>li.mega-parent:hover .mega-menu--services {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.mega-grid--services {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) 2.1fr;
    gap: 12px;
    max-width: 1800px;
    margin: 0 auto;
}

.mega-services .mega-photo {
    width: 100%;
    background: #f5f5f7 center/cover no-repeat;
    outline: 1px solid #eee;
    border-radius: 10px;
}

.mega-columns--services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

.mega-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 4px
}

.mega-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--tg-heading-color) !important;
    text-decoration: none !important;
    padding: 6px 0
}

.mega-item .icon i {
    font-size: 18px;
    color: var(--tg-heading-color) !important
}

.mega-item .text {
    line-height: 1.35
}

.mega-item:focus,
.mega-item:hover {
    color: var(--tg-theme-primary) !important;
    text-decoration: none !important
}

.mega-item:focus .icon i,
.mega-item:hover .icon i {
    color: var(--tg-heading-color) !important
}

@media (max-width:1199.98px) {
    .tgmenu__navbar-wrap>ul>li.mega-parent .mega-menu--services {
        position: static;
        display: block;
        border: none;
        box-shadow: none;
        padding: 10px 0;
        opacity: 1;
        visibility: visible;
        transform: none
    }
    .mega-services .mega-photo {
        display: none
    }
    .mega-columns--services {
        grid-template-columns: 1fr;
        gap: 8px
    }
    .mega-columns--services .footer__widget-title {
        padding-top: 8px;
        font-size: 15px
    }
}

.mega-list {
    gap: 2px !important
}

.mega-item {
    padding: 10px 0 !important
}

.mega-columns--services .mega-list li {
    display: block !important
}

.mega-columns--services .mega-list li a {
    display: flex !important
}

.mega-list {
    display: block !important;
    margin: 0;
    padding: 0
}

.mega-list li {
    list-style: none;
    margin: 0;
    padding: 0
}

.mega-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: var(--tg-heading-color) !important;
    text-decoration: none !important
}

.mega-item .icon i {
    font-size: 18px;
    color: var(--tg-heading-color) !important
}

.mega-item .text {
    line-height: 1.35
}

.mega-item:focus,
.mega-item:hover {
    color: var(--tg-theme-primary) !important;
    text-decoration: none !important
}

.mega-item:focus .icon i,
.mega-item:hover .icon i {
    color: var(--tg-heading-color) !important
}

.mega-columns--services {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.mega-columns--services .mega-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

.mega-help .help-box {
    padding: 20px;
    border-radius: 4px;
    text-align: center
}

.mega-help .help-box h5 {
    margin: 0 0 12px;
    font-size: 16px;
    color: var(--tg-heading-color)
}

.mega-help .help-box .btn {
    font-size: 14px
}

.mega-columns--services {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.mega-columns--services .mega-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

.help-box {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    height: 100%;
    border: 1px solid var(--tg-theme-tertiary);
    border-radius: 10px;
    background-color: var(--tg-theme-tertiary)
}

.help-box__body {
    padding: 16px 18px
}

.help-box__icon {
    text-align: center
}

.help-box__icon i {
    font-size: 24px;
    color: var(--tg-heading-color)
}

.help-box__text {
    display: flex !important
}

.help-box__text .title {
    margin: 0 0 6px;
    font-size: 14px;
    color: var(--tg-heading-color)
}

.help-box__text span {
    margin: 20px 0 0 4px;
    font-size: 14px;
    color: var(--tg-heading-color);
    opacity: .9;
    text-align: left;
    font-weight: 700;
    color: #fff
}

.help-box__text img {
    margin: 26px 0 3px 0
}

.help-box__cta .btn.border-btn {
    font-size: 16px;
    padding: 16px 23px;
    text-align: center;
    display: block;
    color: #fff
}

@media (max-width:1199.98px) {
    .mega-columns--services .mega-row {
        grid-template-columns: 1fr
    }
    .mega-columns--services .goods-col {
        grid-column: auto
    }
    .help-box {
        height: auto
    }
    .help-box__body {
        grid-template-columns: 36px 1fr
    }
    .help-box__cta {
        grid-column: 1/-1;
        margin-top: 8px
    }
    .help-box-container {
        display: none
    }
}

.project__sidebar-sticky {
    position: sticky;
    top: 150px
}

.mega-col {
    padding-left: 20px
}

:root {
    --accent: #e63946;
    --card-bg: #ffffff;
    --card-br: 16px;
    --card-bd: rgba(0, 0, 0, .06);
    --card-shadow: 0 6px 18px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .04);
    --muted: #6b7280
}

.contact__info-wrap {
    display: grid;
    gap: 18px
}

.contact__info-item .team__details-info {
    background: var(--card-bg);
    border: 1px solid var(--card-bd);
    border-radius: var(--card-br);
    padding: 20px 22px;
    box-shadow: var(--card-shadow);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease
}

.contact__info-item .team__details-info:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .1), 0 3px 10px rgba(0, 0, 0, .06);
    border-color: color-mix(in srgb, var(--accent) 28%, transparent)
}

.contact__info-item .team__details-info .list-wrap {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact__info-item .team__details-info .list-wrap>li {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    align-items: start
}

.contact__info-item .team__details-info .icon {
    width: 56px;
    height: 56px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 10%, #fff) 0, #f1f5f9 100%);
    color: var(--accent);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 20%, transparent), 0 4px 10px rgba(0, 0, 0, .05);
    font-size: 22px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease
}

.contact__info-item .team__details-info:hover .icon {
    transform: scale(1.05);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent), 0 8px 18px rgba(0, 0, 0, .08)
}

.contact__info-item .team__details-info .content .title {
    margin: 2px 0 6px;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.25
}

.contact__info-item .team__details-info .content p {
    margin: 0 0 4px;
    color: var(--muted)
}

.contact__info-item .team__details-info .content a {
    text-decoration: none;
    position: relative
}

.contact__info-item .team__details-info .content a:hover {
    text-decoration: underline
}

.contact__info-item:not(:last-child) .team__details-info {
    position: relative
}

.contact__info-item:not(:last-child) .team__details-info::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -9px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .08), transparent);
    filter: blur(.2px)
}

@media (max-width:575px) {
    .contact__info-item .team__details-info .list-wrap>li {
        grid-template-columns: 52px 1fr;
        gap: 12px
    }
    .contact__info-item .team__details-info {
        padding: 16px 16px
    }
    .contact__info-item .team__details-info .icon {
        width: 48px;
        height: 48px;
        font-size: 20px
    }
}

@media (prefers-reduced-motion:reduce) {
    .contact__info-item .team__details-info,
    .contact__info-item .team__details-info .icon {
        transition: none
    }
}

@media (prefers-color-scheme:dark) {
    :root {
        --card-bg: #0f141b;
        --card-bd: rgba(255, 255, 255, .08);
        --muted: #c6cbd3
    }
    .contact__info-item .team__details-info {
        box-shadow: 0 6px 18px rgba(0, 0, 0, .35)
    }
    .contact__info-item .team__details-info .icon {
        background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 14%, #0f141b) 0, #121a24 100%)
    }
}

@media (min-width:992px) {
    .d-lg-contents {
        display: contents
    }
    .position-lg-absolute {
        position: absolute !important
    }
}

.lang-select {
    position: relative;
    width: 160px;
    font-family: inherit
}

.lang-select__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: var(--tg-heading-color)
}

.lang-select__trigger .flag {
    width: 20px;
    height: auto;
    margin-right: 8px
}

.lang-select__trigger .label {
    flex: 1;
    text-align: left
}

.lang-select__trigger span {
    color: var(--tg-heading-color)
}

.lang-select__options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: none;
    z-index: 99
}

.lang-select__options li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: var(--tg-heading-color)
}

.lang-select__options li .flag {
    width: 20px
}

.lang-select__options li:hover {
    background: rgba(0, 0, 0, .05);
    color: var(--tg-theme-primary)
}

.open .lang-select__options{
    display:block;
}

.svg-invert {
    filter: invert(1)
}

.motto {
    font-size: 50px;
    color: var(--tg-color-gray-9);
    font-weight: 800
}

.chart-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px
}

.pie-container {
    position: relative;
    width: 300px;
    height: 300px
}

.pie-chart {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#ff6b6b 0deg 0deg, #4ecdc4 0deg 360deg);
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
    transition: transform .3s ease
}

.pie-chart:hover {
    transform: scale(1.05)
}

.legend {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s ease
}

.legend-item.show {
    opacity: 1;
    transform: translateY(0)
}

.legend-color {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}

.color-1 {
    background: #ffb930
}

.color-2 {
    background: #c12032
}

.percentage {
    font-weight: 700;
    font-size: 22px
}

.percentage-1 {
    color: #ffb930
}

.percentage-2 {
    color: #c12032
}

@media (min-width:992px) {
    .nemzetkozi {
        position: relative;
        right: -24%
    }
}

.js-marquee{
    height:70px;
}

.response_block{
    padding: 40px;
    border-radius: 10px;
    background: #fff;
}

.border-danger {
    border-color: var(--tg-theme-primary) !important;
}

.about-photo img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%
}

.doc-link{
    color:var(--tg-heading-color)!important;
    text-decoration: underline !important;
}

.flood{
    font-size: 20px;
}

@media (max-width:991.98px) {
    .flood{
        margin-bottom: 30px;
    }
}

@media (max-width:991.98px) {
    .nemzetkozi-margin{
        margin-top: 17%;
    }
    .export{
        margin-bottom: 22px;
    }
}

.title-2{
    color: var(--tg-color-white-default);
    font-size: 30px;
}

.max-420{
    max-width:420px;
}

.height-auto{
    height:auto;
}