html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
    margin: 0;
}

button, fieldset, iframe {
    border: 0;
}

fieldset, ul, ol, button, menu {
    padding: 0;
}

ol, ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}


.p0 {
    padding: 20px 0px 100px 0px;
}

@media (max-width: 992px) {
    .p0 {
        padding: 20px 0px 50px 0px;
    }
}


/*!
 * Bootstrap Grid v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
}

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

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

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

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

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

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

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

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

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

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

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

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

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

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

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

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

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

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

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

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

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

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

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

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

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

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

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

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

    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

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

.lb-loader, .lightbox {
    text-align: center;
    line-height: 0;
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both;
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0;
}

.lb-outerContainer:after {
    display: table;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev-1.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next-1.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    display: table;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

.content-wrapper {
    line-height: 1.6;
    word-wrap: break-word;
}

.content-wrapper::before, .content-wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.content-wrapper iframe {
    max-width: 100%;
}

.content-wrapper img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0px;
}

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
    color: #222;
    margin-bottom: 12px;
}

.content-wrapper p {
    margin-bottom: 10px;
}

.content-wrapper ul, .content-wrapper ol {
    display: block;
    list-style: inherit;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.content-wrapper ol {
    list-style-type: decimal;
}

.content-wrapper table {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-wrapper table {
        display: block;
        border: none;
        overflow-x: scroll;
        height: 100% !important;
    }
}

@media (max-width: 991px) {
    .content-wrapper h2 {
        font-size: 22px;
    }
}

.leftImage {
    margin-right: 20px;
    margin-bottom: 20px;
}

.rightImage {
    margin-left: 20px;
    margin-bottom: 20px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.header-top {
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    position: relative;
}

.header-top.bg--dark .header-top-area .left-infos {
    color: var(--general-color-2);
}

.header-top.bg--dark .header-top-area .right-area .social-media {
    color: var(--general-color-2);
}

.header-top:hover .click-page {
    opacity: 1;
    visibility: visible;
}

.header-top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.header-top-area .left-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--general-color);
    letter-spacing: -.5px;
    line-height: 26px;
}

.header-top-area .left-infos li {
    margin-right: 20px;
    padding-right: 20px;
    border-right: solid 1px #d4d4d4;
}

.header-top-area .left-infos li:last-child {
    margin: 0;
}

.header-top-area .left-infos li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-area .left-infos li a:hover {
    color: var(--color2);
}

.header-top-area .left-infos li a i {
    margin-right: 10px;
}

.header-top-area .left-infos li:last-child {
    border: none;
}

.header-top-area .right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
}

.social-media li {
    border-right: solid 1px #d4d4d4;
}

.social-media li a {
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.social-media li a i {
    font-size: 15px;
}

.social-media li a:hover {
    background: var(--color2);
}

.social-media li a:hover i {
    color: white;
}

.social-media li:last-child {
    border-right: none;
}

.social-media li:last-child a {
    margin-right: 0;
}

.nav-area {
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
}

.nav-area .nav-right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-area .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.nav-area .logo img {
    max-width: 170px;
}

.nav-area .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #444;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.5px;
    padding-left: 60px;
}

.nav-area .header-menu li a {
    padding: 10px 20px;
    white-space: nowrap;
}

.nav-area .header-menu li a i {
    margin-left: 5px;
}

.nav-area .header-menu li a.active {
    color: var(--color2);
}

.nav-area .header-menu > li:hover > a {
    color: var(--color2);
}

.nav-area .header-menu > li {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.nav-area .header-menu > li.active {
    font-weight: bold;
}

.nav-area .header-menu > li > a {
    display: block;
    padding: 40px 20px;
}

.nav-area .header-menu > li:hover .dropmenu {
    top: 100px;
    opacity: 1;
    visibility: visible;
}

.nav-area .header-menu > li:hover::before {
    opacity: 1;
}

.nav-area .header-menu > li::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: var(--color1);
    top: -2px;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.nav-area .header-menu > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    background: white;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-area .header-menu > li > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
}

.nav-area.bg--dark .header-menu {
    color: var(--general-color-2);
}

.nav-area:hover .click-page {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 992px) {
    .nav-area {
        display: none;
    }
}

.dropmenu {
    position: absolute;
    min-width: 200px;
    top: 150px;
    background: white;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    border: solid 1px rgba(212, 212, 212, 0.23);
    z-index: 5;
}

.dropmenu li {
    border-bottom: solid 1px #f8f9fa;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.dropmenu li a {
    padding: 12px 10px;
    display: block;
    color: #777;
}

.dropmenu li:hover {
    background: #f8f9fa;
}

.dropmenu > li {
    position: relative;
}

.lang-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.lang-menu li {
    margin-left: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.lang-menu li img {
    width: 32px;
}

.lang-menu li:hover {
    opacity: 0.75;
}

.search-btn {
    background: var(--color1);
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
}

.search-btn:hover {
    background: var(--color2);
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-form .search-item {
    width: 100%;
    padding: 8px 15px;
    border: solid 1px #d4d4d4;
    outline: none;
    font-family: inherit;
}

.search-form .search-item::-webkit-input-placeholder {
    font-family: inherit;
}

.search-form .search-item::-moz-placeholder {
    font-family: inherit;
}

.search-form .search-item:-ms-input-placeholder {
    font-family: inherit;
}

.search-form .search-item::-ms-input-placeholder {
    font-family: inherit;
}

.search-form .search-item::placeholder {
    font-family: inherit;
}

.search-form .search-item:focus {
    border: solid 1px var(--color1);
}

.search-form-btn {
    width: 100px;
    height: 36px;
    margin-left: 15px;
    background: var(--color1);
    color: white;
    font-family: inherit;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.search-form-btn:hover {
    background: var(--color2);
}

.modal-search .modal-content .modal-header .btn-close {
    position: absolute;
    right: 12px;
    top: 3px;
    background: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

.header-desktop {
    display: block;
}

@media (max-width: 991px) {
    .header-desktop {
        display: none;
    }
}

#mobileMenuModal .modal-dialog {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: var(--general-color);
}

#mobileMenuModal .modal-dialog .logo img {
    max-width: 200px;
}

#mobileMenuModal .modal-dialog .modal-content {
    background-color: var(--general-color);
    height: 100%;
    border: none;
}

#mobileMenuModal .modal-dialog .modal-content .modal-header {
    background-color: transparent;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#mobileMenuModal .modal-dialog .modal-content .modal-header button {
    background: none;
    color: white;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mobileMenuModal .modal-dialog .modal-content .modal-header button i {
    margin-left: 10px;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .links {
    margin: 0.75rem 0;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .links a {
    color: var(--general-color-2);
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .links a i {
    color: var(--general-color-2);
    margin-right: 0.75rem;
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--general-color-2);
}

#mobileMenuModal .modal-dialog .modal-content .modal-footer .social-links li a {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

#mobileMenuModal .btn-close {
    position: absolute;
    top: 15px;
    right: 25px;
    background: none;
    color: white;
    font-size: 38px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.show .btn-close {
    opacity: 1 !important;
}

.mobile-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav ul li button {
    padding-left: 1.5rem;
    background-color: transparent;
    float: right;
}

.mobile-nav ul li button i {
    color: var(--general-color-2);
    font-size: 1.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-nav ul li button.toggled i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-nav ul li a {
    color: var(--general-color-2);
    padding: 0.25rem 0.75rem;
}

.mobile-nav ul li ul {
    display: none;
    width: 100%;
}

.mobile-nav ul li ul li {
    padding-left: 1rem;
}

.mobile-nav ul li ul li a {
    text-transform: none;
    color: var(--general-color-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mobile-nav ul li ul li a::before {
    font-family: 'Font Awesome 7 Free'; font-weight: 900;
    font-weight: 900;
    content: "\f86c";
    margin-right: 0.25rem;
    color: var(--general-color-2);
}

/* mobile-header */
.mobile-header {
    background: #ffffff;
    padding: 15px;
    display: none;
}

.mobile-header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-header .header-wrapper .logo img {
    max-width: 130px;
}

.mobile-header .header-wrapper button i {
    font-size: 26px;
}

@media (max-width: 991px) {
    .mobile-header {
        display: block;
        position: sticky;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .nav-area .header-menu {
        padding: 0;
    }

    .nav-area .header-menu > li a {
        padding: 40px 10px;
    }
}

.footer-component {
    padding: 80px 0px;
    background: #f7f7f7;
    position: relative;
}

.footer-component .footer-logo img {
    max-width: 200px;
}

.footer-component .footer-wrapper {
    line-height: normal;
}

.footer-component .footer-wrapper .footer-menu {
    font-size: 16px;
}

.footer-component .footer-wrapper .footer-menu .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-component .footer-wrapper .footer-menu .title::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--color1);
    bottom: -4px;
}

.footer-component .footer-wrapper .footer-menu li {
    margin-bottom: 10px;
}

.footer-component .footer-wrapper .footer-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-component .footer-wrapper .footer-menu li a:hover {
    color: var(--color2);
}

.footer-component .footer-wrapper .footer-menu li a i {
    min-width: 30px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .footer-component {
        padding: 40px 0px;
    }

    .footer-component .footer-wrapper {
        grid-template-columns: 50% 50%;
    }

    .footer-component .footer-wrapper .footer-menu {
        margin-bottom: 20px;
    }

    .footer-component .footer-logo {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer-component .footer-wrapper {
        grid-template-columns: 100%;
    }
}

.footer-bottom {
    padding: 15px 0px;
    background: var(--color1);
    font-size: 14px;
    position: relative;
}

.footer-bottom .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
}

.footer-bottom .bottom-wrapper a:hover {
    color: var(--color2);
}

@media (max-width: 991px) {
    .footer-bottom {
        padding: 15px 0 130px 0;
    }

    .footer-bottom .bottom-wrapper {
        display: block;
        text-align: center;
    }

    .footer-bottom .bottom-wrapper a {
        margin-top: 10px;
        display: block;
    }
}

.footer-sticky {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--color1);
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    padding: 0 0.5rem 1.15rem 0.5rem;
    border-top-left-radius: 2.15rem;
    border-top-right-radius: 2.15rem;
    border-top: 6px solid var(--color2);
}

.footer-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
}

.footer-sticky .sticky-box .icon {
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-sticky .sticky-box .icon i {
    font-size: 24px;
    color: white;
}

.footer-sticky .sticky-box .text {
    font-size: 10px;
    color: white;
    text-align: center;
}

.footer-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}

.footer-sticky .top-box .icon {
    background: var(--color2);
    border-radius: 50%;
    position: relative;
}

.footer-sticky .top-box .icon i {
    color: white;
}

.footer-sticky .top-box .icon::before {
    content: "";
    position: absolute;
    height: 66px;
    width: 66px;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 0.5;
}

.footer-sticky .top-box .icon::after {
    content: "";
    position: absolute;
    height: 56px;
    width: 56px;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 0.75;
}

.footer-sticky .top-box .text {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    text-align: center;
}

@media (max-width: 992px) {
    .footer-sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 320px) {
    .footer-sticky .sticky-box .text {
        font-size: 10px;
    }
}

body {
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

@media (max-width: 991px) {
    body {
        padding-top: 75px;
    }
}

:root {
    --color1: #1c5fa8;
    --color2: #71abe9;
    --general-color: #444;
    --general-color-2: #f7f7f7;
}

section {
    padding: 100px 0px;
    position: relative;
}

section:hover .click-page {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    section {
        padding: 40px 0px;
    }
}

.swiper-area {
    position: relative;
}

.pt-0 {
    padding-top: 0;
}

a {
    color: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

img {
    max-width: 100%;
}

.modal {
    z-index: 999999999;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn {
    display: inline-block;
    padding: 15px 40px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .btn {
        padding: 10px 30px;
    }
}

.btn-style {
    background: var(--color1);
    color: white;
    font-size: 14px;
    border-radius: 3px;
}

.btn-style i {
    margin-right: 10px;
}

.btn-style:hover {
    background: var(--color2);
}

.all-btn {
    display: inline-block;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 16px;
}

.all-btn i {
    margin-left: 5px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.all-btn:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.general-button-area {
    position: absolute;
    top: 50%;
    width: calc(100% + 120px);
    left: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.general-button-area div {
    width: 30px;
    height: 30px;
    border: solid 1px #8d8b8b;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.general-button-area div:hover {
    border-color: var(--color2);
}

@media (max-width: 991px) {
    .general-button-area {
        z-index: 99;
    }

    .general-button-area div {
        background: var(--general-color-2);
    }

    .general-button-area {
        width: auto;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
    }

    .general-button-area div {
        margin-left: 20px;
    }

    .swiper {
        margin-top: 30px;
    }
}

.section-top {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .section-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-top .section-title::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1.5px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.section-title::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: var(--color1);
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .section-title {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .section-title::before {
        display: none;
    }
}

.swiper {
    overflow-x: hidden;
    position: relative;
}

/* slider */
.swiper-slider,
.mobile-slider {
    position: relative;
    padding: 0px;
}

.swiper-slider img {
    width: 100%;
}

.swiper-slider.swiper,
.mobile-slider.swiper {
    margin-top: 0;
}

.swiper-slider .slider-button-prev,
.swiper-slider .mobile-button-prev,
.mobile-slider .slider-button-prev,
.mobile-slider .mobile-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 55px;
    font-size: 20px;
    background: var(--color1);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-slider .slider-button-next,
.swiper-slider .mobile-button-next,
.mobile-slider .slider-button-next,
.mobile-slider .mobile-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 4;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 55px;
    font-size: 20px;
    background: var(--color1);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-slider .slider-button-prev:hover,
.swiper-slider .slider-button-next:hover,
.swiper-slider .mobile-button-prev:hover,
.swiper-slider .mobile-button-next:hover,
.mobile-slider .slider-button-prev:hover,
.mobile-slider .slider-button-next:hover,
.mobile-slider .mobile-button-prev:hover,
.mobile-slider .mobile-button-next:hover {
    background: var(--color2);
}

@media (max-width: 991px) {
    .swiper-slider,
    .mobile-slider {
        display: none;
    }
}

.mobile-slider {
    display: none;
}

.mobile-slider img {
    width: 100%;
}

@media (max-width: 991px) {
    .mobile-slider {
        display: block;
    }
}

/* about-us */
.about-us {
    color: var(--general-color);
}

.about-us .about-desc {
    margin-bottom: 10px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .about-us img {
        margin-top: 25px;
    }

    .about-us .about-desc {
        padding: 0;
    }
}

/* services */
.service-box {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.service-box .picture {
    overflow: hidden;
    position: relative;
}

.service-box .picture img {
    border-radius: 3px 3px 0px 0px;
    object-fit: cover;
    width: 100%;
}

.service-box .picture::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3));
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.service-box .service-info {
    background: var(--general-color-2);
    border-radius: 0px 0px 3px 3px;
    padding: 15px 20px;
}

.service-box .service-info .title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.service-box .service-info .read-more {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-box .service-info .read-more i {
    margin-left: 10px;
}

.service-box:hover .picture::before {
    left: 100%;
}

.service-box:hover .read-more {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.swiper-services .service-box {
    margin-bottom: 0;
}

/* products */
.product-box {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.product-box .picture {
    overflow: hidden;
    position: relative;
}

.product-box .picture img {
    border-radius: 3px 3px 0px 0px;
    width: 100%;
    object-fit: cover;
}

.product-box .picture::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3));
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.product-box .product-info {
    background: var(--general-color-2);
    border-radius: 0px 0px 3px 3px;
    padding: 15px 20px;
}

.product-box .product-info .title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.product-box .product-info .read-more {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-box .product-info .read-more i {
    margin-left: 10px;
}

.product-box::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3));
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.product-box:hover .picture::before {
    left: 100%;
}

.product-box:hover .read-more {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.swiper-products .product-box {
    margin-bottom: 0;
}

/* testimonials */
.testimonial-box {
    padding: 40px 60px;
    background: var(--general-color-2);
    text-align: center;
    color: var(--general-color);
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.testimonial-box .top-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 30px;
}

.testimonial-box .desc {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 20px;
}

.testimonial-box .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

.testimonial-box .name img {
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial-box .jobs {
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .testimonial-box {
        padding: 20px 15px;
    }
}

.swiper-testimonials .testimonial-box {
    margin-bottom: 0;
}

/* why-us */
.why-box {
    padding: 30px 40px;
    background: white;
    color: var(--general-color);
    background-color: var(--general-color-2);
    font-size: 15px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.why-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}

.why-box .top::before {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background: var(--general-color);
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.why-box .top .title {
    font-weight: 600;
    letter-spacing: -.5px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.why-box .icon {
    border: solid 1px var(--general-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.why-box:hover .top::before {
    background: var(--color1);
}

.why-box:hover .icon {
    border-color: var(--color1);
}

.why-box:hover .icon i {
    color: var(--color1);
}

@media (max-width: 991px) {
    .why-box {
        padding: 15px 30px;
    }

    .why-box .top::before {
        bottom: 0px;
    }

    .why-box .top .title {
        margin-bottom: 15px;
    }

    .why-box .icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-right: 10px;
    }
}

/* parallax */
.parallax {
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.parallax::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .parallax {
        background-image: none;
    }
}

.parallax-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 8;
}

.parallax-component {
    padding: 90px 0px;
    text-align: center;
    color: white;
}

.parallax-component .title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 500;
}

.parallax-component .desc {
    margin-bottom: 30px;
    padding: 0px 20px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .parallax-component {
        width: 100%;
    }
}

/* seo-text */
.seo-wrapper {
    max-height: 500px;
    overflow-y: auto;
}

.seo-wrapper::-webkit-scrollbar {
    width: 7px;
}

.seo-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.seo-wrapper::-webkit-scrollbar-thumb {
    background: #202020;
}

.seo-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--general-color);
}

/* blog-box */
.blog-box {
    background: #f7f7f7;
    display: block;
    margin-bottom: 30px;
}

.blog-box .picture {
    overflow: hidden;
}

.blog-box .picture img {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 255px;
    object-fit: cover;
}

.blog-box .infos {
    padding: 30px 20px;
}

.blog-box .infos .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-box .infos .desc {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: normal;
}

.blog-box .infos .read-more {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blog-box .infos .read-more i {
    margin-left: 10px;
}

.blog-box:hover .picture img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-box:hover .infos .read-more {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.swiper-blog .blog-box {
    margin-bottom: 0;
}

/* blog-detay */
.blog-detail-picture {
    margin-bottom: 20px;
}

.blog-detail-picture img {
    border-radius: 5px;
}

/* video */
.video-box {
    margin-bottom: 30px;
    display: block;
}

.video-box .picture {
    position: relative;
}

.video-box .picture::before {
    position: absolute;
    content: '\f144';
    font-family: 'Font Awesome 7 Free'; font-weight: 900;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 70px;
    z-index: 9;
    color: white;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.video-box .picture::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.2;
}

.video-box .picture img {
    width: 100%;
}

.video-box:hover .picture::before {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}

.video-box .title {
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: var(--general-color-2);
}

.swiper-video .video-box {
    margin-bottom: 0px;
}

/* picture */
.picture-box {
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.picture-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.picture-box::after {
    position: absolute;
    content: '\f002';
    font-family: 'Font Awesome 7 Free'; font-weight: 900;
    left: 50%;
    top: 50%;
    font-size: 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--general-color-2);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.picture-box img {
    width: 100%;
}

.picture-box:hover::before {
    opacity: 0.3;
}

.picture-box:hover::after {
    opacity: 1;
}

/* home-form */
.home-form {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0px;
}

.home-form::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: var(--general-color);
    top: 0;
    left: 0;
    opacity: 0.3;
}

.home-form .container {
    position: relative;
    z-index: 9;
}

.home-form .form-content .title {
    text-shadow: 2px 2px 16px #000000;
    font-size: 36px;
    font-weight: 600;
    color: white;
}

.home-form .form-content .desc {
    font-size: 17px;
    color: white;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .home-form .form-content .title {
        font-size: 28px;
    }

    .home-form .form-content .desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.contact-box {
    background: white;
    padding: 30px;
}

.contact-box .form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .contact-box {
        padding: 15px;
    }
}

.contact-form .form-item {
    width: 100%;
    padding: 8px 15px;
    border: solid 1px #d6d6d6;
    margin-bottom: 15px;
    font-family: 'Poppins';
    outline: none;
}

.contact-form .form-group .text {
    margin-bottom: 5px;
    color: #828482;
}

.contact-form .form-btn {
    margin-top: 30px;
}

.contact-form .recaptcha {
    display: inline-block;
}

.form-btn {
    padding: 15px 50px;
    font-family: 'Poppins';
    background: var(--color1);
    color: white;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
}

.form-btn:hover {
    background: var(--color2);
}

/* references */
.references .swiper-references .swiper-wrapper {
    padding: 5px 0px;
}

.references .swiper-references .ref-box {
    margin-bottom: 0;
}

.ref-box {
    text-align: center;
    padding: 0px 3px;
    background: white;
    margin-bottom: 30px;
}

.ref-box img {
    max-width: 170px;
}

.ref-box .ref-wrapper {
    -webkit-box-shadow: #ddd 0px 1px 2px 0px, #ddd 0px 1px 3px 1px;
    box-shadow: #ddd 0px 1px 2px 0px, #ddd 0px 1px 3px 1px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* faq */
.faq a {
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #eee1ff;
}

.faq .hide {
    display: none;
}

.faq .item-container {
    text-align: left;
}

.faq .item-container .item {
    margin: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    color: var(--general-color);
}

.faq .item-container .item .qus {
    cursor: pointer;
    position: relative;
}

.faq .item-container .item .qus::before {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    right: 7px;
    background: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.faq .item-container .item .qus.active::before {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.faq .item-container .item .qus::after {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    background: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.faq .item-container .item .qus.active::after {
    -webkit-animation: circle 0.7s ease-in-out;
    animation: circle 0.7s ease-in-out;
}

.faq .item-container .item .ans {
    opacity: 0.7;
    padding-right: 5%;
    margin-top: 8px;
}

.faq .menu p {
    cursor: pointer;
}

@media (max-width: 767px) {
    .faq .item-container .item {
        font-size: 16px;
    }

    .faq .qus::before {
        height: 14px !important;
    }

    .faq .qus::after {
        width: 14px !important;
        right: 0.1% !important;
    }
}

@media screen and (max-width: 414px) {
    .faq .item-container .item {
        font-size: 15px;
    }

    .faq .qus::before {
        right: 6px !important;
    }
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

/* counter */
.counter-box {
    padding: 30px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}

.counter-box i {
    font-size: 32px;
    color: var(--color1);
}

.counter-box .icon {
    margin-bottom: 20px;
}

.counter-box .count {
    font-size: 26px;
    font-weight: 600;
}

.counter-box .title {
    font-size: 18px;
    opacity: 0.8;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .counter-box {
        padding: 20px;
        margin-bottom: 30px;
    }
}

/* team */
.our-team {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    position: relative;
    margin-bottom: 250px;
}

.our-team::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    opacity: 0.2;
    z-index: 0;
}

.our-team .section-top {
    color: var(--general-color-2);
}

.our-team .swiper-team .swiper-wrapper {
    padding: 5px 0px;
}

@media (max-width: 991px) {
    .our-team {
        margin-bottom: 300px;
    }
}

@media (max-width: 767px) {
    .our-team {
        margin-bottom: 250px;
    }
}

@media (max-width: 575px) {
    .our-team {
        margin-bottom: 400px;
    }
}

@media (max-width: 420px) {
    .our-team-1 {
        margin-bottom: 300px;
    }
}

.team-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: 1fr 1fr;
    background: white;
    -webkit-box-shadow: #ddd 0px 1px 2px 0px, #ddd 0px 1px 3px 1px;
    box-shadow: #ddd 0px 1px 2px 0px, #ddd 0px 1px 3px 1px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.team-box .team-picture {
    width: 50%;
}

.team-box .team-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-box .team-info {
    padding: 25px 30px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team-box .team-info .team-name {
    font-size: 22px;
    font-weight: 500;
}

.team-box .team-info .team-position {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.team-box .team-info .team-desc {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .team-box {
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: solid 1px #d4d4d4;
    }

    .team-box .team-picture {
        width: 100%;
    }

    .team-box .team-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        display: block;
        padding: 20px;
    }
}

.team-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-social li {
    margin-right: 10px;
}

.team-social li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color1);
    color: white;
    border-radius: 2px;
}

.team-social li a:hover {
    background: var(--color2);
}

.swiper-team .team-box {
    margin-bottom: 0;
}

/* instagram box */
.instagram-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color1);
    padding: 10px 20px;
    color: white;
    border-top-left-radius: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.instagram-box .top img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.instagram-box .top .username {
    margin-left: 15px;
}

.instagram-box:hover .top {
    background: var(--color2);
}

.instagram-box img {
    width: 100%;
}

/* icons */
.icon-box {
    padding: 30px 15px;
    background: var(--color1);
    color: white;
    border-radius: 2px;
    text-align: center;
    -webkit-box-shadow: var(--color1) -1px 3px 0px 0px, var(--color1) 2px 5px 20px 0px;
    box-shadow: var(--color1) -1px 3px 0px 0px, var(--color1) 2px 5px 20px 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.icon-box .icon {
    margin-bottom: 25px;
}

.icon-box .icon i {
    font-size: 32px;
}

.icon-box .icon-title {
    font-size: 18px;
}

.icon-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* cta */
.cta {
    position: relative;
    background-color: var(--color1);
    color: white;
}

.cta .cta-bg {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.cta .cta-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cta .cta-content .cta-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta .cta-content .cta-text {
    margin-bottom: 30px;
}

.cta .cta-content .btn-style {
    background: var(--general-color);
}

.cta .cta-content .btn-style:hover {
    background: var(--color2);
}

@media (max-width: 991px) {
    .cta .cta-bg {
        display: none;
    }

    .cta .cta-content .cta-title {
        font-size: 24px;
    }
}

/* breadcrumb */
.breadcrumb {
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.breadcrumb .breadcrumb-area {
    position: relative;
    color: white;
    z-index: 9;
}

.breadcrumb .breadcrumb-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}

.breadcrumb .breadcrumb-area ul li {
    margin-left: 25px;
}

.breadcrumb .breadcrumb-area ul li:first-child {
    margin: 0;
}

.breadcrumb .breadcrumb-area ul li a {
    position: relative;
    white-space: nowrap;
}

.breadcrumb .breadcrumb-area ul li a::before {
    position: absolute;
    content: '\f054';
    font-family: 'Font Awesome 7 Free'; font-weight: 900;
    right: -17px;
    top: 4px;
}

.breadcrumb .breadcrumb-area ul li a:hover {
    color: var(--color2);
}

.breadcrumb::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color1);
    opacity: 0.9;
}

.breadcrumb::after {
    position: absolute;
    content: '';
    width: 250px;
    height: 390px;
    background: var(--color2);
    left: 0;
    top: -50px;
    -webkit-transform: rotate(149deg);
    transform: rotate(149deg);
}

@media (max-width: 991px) {
    .breadcrumb::after {
        display: none;
    }
}

/* back to top */
.back-to-top {
    position: fixed;
    bottom: 5px;
    right: 30px;
    z-index: 2020;
    background-color: var(--color1);
    color: #FFFFFF;
    padding: 5px 5px;
    cursor: pointer;
    font-size: 0.85em;
    border-radius: 3px;
    -webkit-transition: bottom 0.2s;
    transition: bottom 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .back-to-top {
        display: none;
    }
}

.back-to-top-on {
    bottom: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.back-to-top i {
    font-size: 30px;
    display: block;
    text-align: center;
}

.back-to-top:hover,
.back-to-top:active {
    background-color: var(--color1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* general-sidebar */
.general-sidebar {
    padding: 0px 20px;
    background: white;
    margin-bottom: 30px;
}

.general-sidebar .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}

.general-sidebar .title::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--color1);
    bottom: 0;
}

.general-sidebar ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.general-sidebar ul li::before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 7 Free'; font-weight: 900;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.general-sidebar ul li:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

@media (max-width: 991px) {
    .general-sidebar {
        padding: 10px 0;
    }
}

/* widget-contact */
.widget-contact {
    padding: 0px 20px;
}

.widget-contact .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}

.widget-contact .title::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--color1);
    bottom: 0;
}

.widget-contact ul li {
    margin-bottom: 15px;
}

.widget-contact ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-contact ul li a i {
    width: 25px;
}

@media (max-width: 991px) {
    .widget-contact {
        padding: 10px 0;
    }
}

/* media-query */
@media (max-width: 1400px) {
    section {
        padding: 60px 0px;
    }
}

.contact-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--color1);
    margin-bottom: 30px;
    padding-bottom: 7px;
    position: relative;
}

.contact-title::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: var(--color2);
    bottom: 0;
}

.contact-page-info {
    font-size: 18px;
}

.contact-page-info .contact-list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #d4d4d4;
}

.contact-page-info .contact-list li {
    margin-bottom: 40px;
}

.contact-page-info .contact-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-page-info .contact-list li a i {
    font-size: 26px;
    display: inline-block;
    min-width: 40px;
}

.contact-page-info .contact-list li a:hover {
    color: var(--color2);
}

.contact-page-info .social-media li a {
    width: 40px;
    height: 40px;
}

.contact-page-info .social-media li a i {
    font-size: 18px;
}

.contact-page .contact-maps {
    margin-top: 60px;
}

.contact-page .contact-maps iframe {
    width: 100%;
    display: block;
}

@media (max-width: 991px) {
    .contact-page {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .contact-form-area {
        margin-top: 40px;
    }
}

.error-content {
    text-align: center;
    color: var(--general-color);
}

.error-content .title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

.error-content .text {
    margin-bottom: 20px;
    font-size: 18px;
}

.nav-area .header-menu > li ul {
    position: absolute;
    top: 105px;
    background: white;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    padding: 10px 5px;
    color: #333;
}

.nav-area .header-menu > li:hover ul {
    opacity: 1;
    visibility: visible;
}

/* custom css */

.gray-bg {
    background: #f4f4f4;
}

.project-box {
    display: block;
    box-shadow: 0 8px 16px 0 rgba(58,95,149,.1);
    margin-bottom: 30px;
}

.project-box img {
    width: 100%;
}

.project-box .box-info {
    padding: 15px 20px;
}

.project-box .box-info .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-box .box-info .desc {
    margin-bottom: 10px;
    font-size: 15px;
}

.project-box .box-info .read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #2057b8;
    font-weight: 600;
}


/* === ClickCMS: Captcha zorunluluk tooltip'i (boş bırakılırsa captcha'yı işaret eder) === */
.captcha-wrapper{position:relative;display:inline-block;max-width:100%;}
.captcha-tooltip{position:absolute;left:0;bottom:100%;margin-bottom:10px;background:#e74c3c;color:#fff;font-size:13px;line-height:1.35;font-weight:500;padding:8px 12px;border-radius:6px;max-width:302px;white-space:normal;box-shadow:0 6px 18px rgba(231,76,60,.28);z-index:30;animation:captchaTipIn .2s ease;}
.captcha-tooltip::after{content:"";position:absolute;top:100%;left:26px;border:7px solid transparent;border-top-color:#e74c3c;}
@keyframes captchaTipIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}


/* === ClickCMS: Native lightbox + video modal (lightbox.js & lity yerine) === */
.native-lightbox{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.88);opacity:0;transition:opacity .2s ease;padding:24px;}
.native-lightbox.is-open{opacity:1;}
.native-lightbox__close{position:absolute;top:18px;right:24px;background:none;border:0;color:#fff;font-size:40px;line-height:1;cursor:pointer;z-index:2;}
.native-lightbox__stage{position:relative;max-width:92vw;max-height:88vh;display:flex;align-items:center;justify-content:center;}
.native-lightbox__stage img{max-width:92vw;max-height:88vh;display:block;border-radius:4px;}
.native-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.4);border:0;color:#fff;font-size:28px;width:48px;height:48px;border-radius:50%;cursor:pointer;}
.native-lightbox__nav.prev{left:-60px;}
.native-lightbox__nav.next{right:-60px;}
.native-lightbox__videowrap{position:relative;width:min(90vw,960px);aspect-ratio:16/9;}
.native-lightbox__videowrap iframe,.native-lightbox__videowrap video{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:4px;background:#000;}
@media(max-width:768px){.native-lightbox__nav.prev{left:6px;}.native-lightbox__nav.next{right:6px;}}
