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

body {
  margin: 0;
}

body:has(
    :is(.lightboxOverlay[style*="display: block"], .lity[aria-hidden="false"])
  ) {
  overflow: hidden;
}

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: 0.5rem;
  pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -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: 0.3rem;
  outline: 0;
}

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

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

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

.modal-header {
  display: -ms-flexbox;
  display: -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: 0.3rem;
  border-top-right-radius: 0.3rem;
}

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

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -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: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.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 0.35s ease;
  transition: height 0.35s ease;
}

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

/* Lightbox v2.11.5 */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

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

.lightbox a img {
  border: none;
}

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

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

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

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

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

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

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

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  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 {
  content: "";
  display: table;
  clear: both;
}

.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: bold;
  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: #999999;
}

.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: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 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 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-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 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.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);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-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;
  background-color: #212635;
  padding: 3px 0;
  font-size: 15px;
}
.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: space-between;
}
.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: white;
  letter-spacing: -0.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;
  font-size: 16px;
  font-weight: 300;
}
.header-top-area .left-infos li a:hover {
  opacity: 0.8;
}
.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: white;
}
.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 {
  position: sticky;
  top: 0;
  z-index: 999;
  margin-bottom: -15px;
  font-family: "Poppins";
}
.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%;
}
.header-logo-menu .logo img {
  height: 55px;
}

.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: -0.5px;
  padding-left: 0px;
}
.nav-area .header-menu li a {
  padding: 7px 7px;
  white-space: nowrap;
  display: block;
}
.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 {
  opacity: 0.8;
}
.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;
  color: white;
  font-weight: 400;
}
li.active > a {
  font-weight: bold;
}

.nav-area .header-menu > li > a {
  display: block;
  /* padding: 40px 20px; */
  font-weight: 600;
}
.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: -11px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-area .header-menu > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  min-width: 200px;
  background: white;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-area .header-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav-area .header-menu > li > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}

.nav-area .header-menu > li ul {
  position: absolute;
  top: 45px;
  background: white;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  padding: 10px 5px;
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.nav-area .header-menu > li ul li {
  position: relative;
}

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

.nav-area .header-menu li ul a:hover {
  background: #f4f4f4;
}

.nav-container-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 100px;
}

@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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.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: white;
}
#mobileMenuModal .modal-dialog .logo img {
  max-width: 200px;
}
#mobileMenuModal .modal-dialog .modal-content {
  background-color: white;
  height: 100%;
  border: none;
  width: 100%;
}
#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;
  color: black;
}
#mobileMenuModal .modal-dialog .modal-content .modal-footer .links a i {
  color: var(--general-color-2);
  margin-right: 0.75rem;
  color: black;
}
#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;
  color: black;
}

#mobileMenuModal .btn-close {
  position: absolute;
  top: 15px;
  right: 25px;
  background: none;
  color: white;
  font-size: 38px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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;
  justify-content: space-between;
}
.mobile-nav ul li button {
  background-color: transparent;
  float: right;
  padding: 5px 15px;
}
.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: black;
  padding: 0.25rem 0.75rem;
  display: block;
}
.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;
  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;
}

.mobile-header button .spans span {
  display: flex;
  width: 30px;
  height: 2px;
  background: #222;
  justify-content: center;
  text-align: center;
}

.mobile-header button {
  display: flex;
  align-items: center;
  background: none;
  font-size: 18px;
}

.mobile-header button .spans {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.mobile-header button .spans span:nth-child(2) {
  width: 25px;
}
@media (max-width: 991px) {
  .mobile-header {
    display: block;
    position: fixed;
    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: #f5f6f8;
  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: #4a4a4a;
  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 {
  opacity: 0.8;
}
@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: #ff4c00;
  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 #414141;
}
.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;
}

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

section {
  padding: 60px 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 0.3s ease;
  transition: all 0.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 80px;
}

/*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: 15px;
  padding: 10px 55px;
}
.btn-style i {
  margin-right: 10px;
  display: none;
}
.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 0.3s ease;
  transition: all 0.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;
  position: relative;
  z-index: 2;
}

.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 0.3s ease;
  transition: all 0.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: -25px;
}
.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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.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);
  padding: 145px 0px;
}
.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 0.7s ease;
  transition: all 0.7s ease;
}
.service-box .service-info {
  background: var(--general-color-2);
  border-radius: 0px 0px 3px 3px;
  padding: 25px 20px 65px 20px;
}
.service-box .service-info .title {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 10px;
}
.service-box .service-info .read-more {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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;
  transition: all 0.5s ease;
}
.product-box .picture {
  overflow: hidden;
  position: relative;
  padding: 0px 20px 50px 0px;
}
.product-box .picture img {
  border-radius: 3px 3px 0px 0px;
  object-fit: cover;
}
.product-box .product-info {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-box .product-info .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.product-box .product-info .read-more {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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 {
  margin-bottom: 0;
  max-height: 312px;
  padding: 20px;
}

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

.pd-products {
  padding: 20px 0px;
}

/* testimonials */
.testimonial-box {
  padding: 25px 60px;
  background: white;
  text-align: center;
  color: var(--general-color);
  margin-bottom: 30px;
  height: calc(100% - 30px);
  border: 1px solid #ff4c01;
  height: 376px;
  width: 57%;
  border-radius: 25px;
  box-shadow: 0 2px 10px 0 rgb(255 82 0 / 64%);
  /* position: relative; */
  transition: all 0.5s ease;
}

.pd-testimonials {
  padding: 20px 0px;
}

.testimonial-box:hover {
  transform: translateY(-10px);
}
.testimonial-box .top-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 30px;
}
.testimonial-box .desc {
  font-size: 13px;
  margin-bottom: 30px;
  line-height: 24px;
  /* text-align: start; */
  color: #000;
  font-weight: 400;
}
.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;
  display: block;
  top: 328px;
  position: absolute;
  left: 20px;
  display: flex;
  justify-content: start;
}
.testimonial-box .name img {
  max-width: 17%;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial-box .jobs {
  font-size: 13px;
  font-weight: 600;
  color: #ff4c00;
}
.musteri-adi {
  font-size: 18px;
  font-weight: 700;
  color: #ff4c00;
}
@media (max-width: 991px) {
  .testimonial-box {
    padding: 20px 15px;
  }
}

.swiper-testimonials .testimonial-box {
  margin-bottom: 0;
  left: 0%;
  position: relative;
  margin-left: 12px;
}

/* 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 0.3s ease;
  transition: all 0.3s ease;
}
.why-box .top .title {
  font-weight: 600;
  letter-spacing: -0.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 0.3s ease;
  transition: all 0.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;
  border-radius: 25px 25px 0px 0px;
}
.blog-box .picture img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.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%;
  min-height: 252px;
}
.video-box:hover .picture::before {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}
.video-box .title {
  padding: 15px 2px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: white;
}

.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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.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: 17px 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 0.3s ease;
  transition: all 0.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: 20px;
}
.ref-box img {
  max-width: 100px;
}
.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: 120px;
  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;
  margin-bottom: 30px;
}

/* 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;
}

.faq .faq-image-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
}

.faq .faq-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

@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: 25px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  background: white;
  position: relative;
}
.counter-box i {
  font-size: 45px;
  color: var(--color1);
  position: relative;
  bottom: 0;
  top: -39px;
  left: 160px;
}
.counter-box .icon {
  /* margin-bottom: 20px; */
  position: absolute;
}
.counter-box .count {
  font-size: 26px;
  font-weight: 600;
  color: #ff4c00;
  font-size: 50px;
}
.counter-box .title {
  font-size: 21px;
  /* opacity: 0.8; */
  /* margin-top: 15px; */
  color: black;
  font-weight: 600;
  margin-bottom: 25px;
}
@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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.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: #f4f4f4;
  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;
  }
}

/* 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 0.3s ease;
  transition: all 0.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;
}

/* custom css */

.gray-bg {
  background: #f4f4f4;
}

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

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

.service-offer-form-area {
  background-color: #f7f6fb;
  border-radius: 15px;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 30px;
}

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

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

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

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

.service-offer-form .recaptcha {
  display: inline-block;
}

.header-logo-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0px;
}
.head-mail {
  list-style: none;
}
.right-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.head-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.bottoms-heads {
  padding-left: 8px;
  border-left: solid 1px #e4e4e4;
}

.right-head i {
  font-size: 24px;
}

.text-head {
  font-weight: 600;
  color: #4a4a4a;
}
.nav-container-area {
  justify-content: center;
  background-color: #212635;
  border-radius: 12px;
  position: relative;
  z-index: 55;
  gap: 34px;
  padding: 10px 0px;
}

.nav-area::before {
  content: "";
  position: absolute;
  background-color: #212635;
  left: 0px;
  width: 50%;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-area::after {
  content: "";
  position: absolute;
  background-color: #e55302;
  right: 0px;
  width: 50%;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-ps-area {
  background-color: transparent;
  position: relative;
  transform: translateY(50%);
  z-index: 9;
}

.hide-pseudo::before,
.hide-pseudo::after {
  display: none;
}
.counter-component .desc {
  font-size: 0.875rem;
  line-height: 1.313rem;
  text-align: start;
}
.tops-counter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top-tops-bottoms {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 992px) {
  .counter-box i {
    left: 85px;
  }
}

.masks-image img {
  object-fit: cover;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(/yuklemeler/imaj/svg-mask.png);
  mask-image: url(/yuklemeler/imaj/svg-mask.png);
}

.about-images .faq-image-area {
  position: relative;
}

.about-images .faq-image-area img {
  position: absolute;
  top: -89px;
}

@media (max-width: 992px) {
  .swiper-testimonials .testimonial-box {
    margin-bottom: 0;
    left: 20%;
    position: relative;
  }
}

.brands-img {
  width: 60%;
  top: 22px;
  margin-bottom: 25px;
}

.name-top {
  text-align: start;
  padding: 0px 16px;
  position: relative;
  left: -15px;
}

@media (max-width: 992px) {
  .brands-img {
    max-width: 51%;
    left: 15px;
  }
  .desc.content-wrapper {
    left: 1px;
    top: 53px;
    margin: 0;
    font-size: 12px;
  }
  .name-top {
    top: -38px;
    padding: 0;
    left: 0px;
  }
  .testimonial-box .name img {
    bottom: 33px;
    position: relative;
  }
  .testimonial-box .jobs {
    font-size: 10px;
  }
  .testimonial-box .name {
    top: 312px;
  }
  .testimonial-box .name img {
    top: -35px;
  }
  .musteri-adi {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
}

.section-images {
  position: absolute;
  right: -15%;
  bottom: 63%;
  /* filter: blur(1px); */
}

.section-images img {
  width: 440px;
}
.testimonials {
  position: relative;
}

.services .section-images {
  left: -15%;
  bottom: 70%;
}

.blog .section-images {
  left: -15%;
  bottom: 72%;
}

.counter-component .section-images {
  right: -15%;
  bottom: 68%;
}

.references .section-images {
  left: -15%;
}

.about-us .section-images {
  bottom: 53%;
  right: -15%;
  z-index: 99;
}

@media (max-width: 992px) {
  .header-logo-menu {
    display: none;
  }
  .reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 992px) {
  .section-images img {
    width: 220px;
  }
}

@media (max-width: 992px) {
  .testimonials .section-images {
    right: -30%;
    bottom: 84%;
  }

  .blog .section-images {
    left: -30%;
    bottom: 84%;
  }

  .counter-component .section-images {
    right: -29%;
    top: -100px;
  }

  .about-images .faq-image-area img {
    position: absolute;
    top: 63px;
  }

  .about-us .section-images {
    bottom: 77%;
    right: -30%;
  }
  .services .section-images {
    bottom: 83%;
    left: -117px;
  }
  .references .section-images {
    left: -31%;
    bottom: 83%;
  }
  .about-images .faq-image-area {
    display: none;
  }
}

@media (max-width: 992px) {
  html {
    overflow: overlay;
  }
}

.testimonials .section-images {
  right: -15%;
  bottom: 73%;
}
@media (min-width: 1920px) {
  .about-us .section-images {
    bottom: 53%;
    right: -12%;
    z-index: 99;
  }
  .services .section-images {
    left: -12%;
    bottom: 72%;
  }
  .testimonials .section-images {
    right: -11%;
    bottom: 73%;
  }
  .blog .section-images {
    left: -12%;
    bottom: 72%;
  }
  .counter-component .section-images {
    right: -12%;
    bottom: 68%;
  }
  .references .section-images {
    left: -12%;
    bottom: 64%;
  }
}
.cta-content {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-right-top {
  font-size: 26px;
  color: black;
  font-weight: 600;
}

.cta-right-bottom {
  font-size: 17px;
}

.cta-left {
  font-size: 69px;
  margin-right: 27px;
}

.blog-box .desc {
  padding: 0px 25px 50px 25px;
  text-align: center;
}
.blog-box .title {
  padding: 25px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
.blog-btns-style {
  position: relative;
  left: 50px;
  bottom: 22px;
}
.blog-box {
  /* border-radius: 0px 0px 25px 25px; */
}

i.fas.fa-headset {
  color: #ff4c00;
}

.cta-right {
  color: black;
}

i.fas.fa-star {
  color: #9100ff;
}

i.fas.fa-briefcase {
  color: #00b8ff;
}

i.fas.fa-cog {
  color: gray;
}
.service-box {
  border-radius: 25px;
}

.service-box .service-info .desc {
  font-size: 14px;
  margin-bottom: 20px;
}

.bottom-arrow {
  position: relative;
  transition: all 0.4s ease;
}
.service-box .bottom-arrow i {
  transition: all 0.6s ease;
  transform: rotate(-50deg);
}
.service-box:hover .bottom-arrow i {
  transform: rotate(0deg);
  box-shadow: 0 2px 10px 0 rgb(255 82 0 / 64%);
}
.service-box:hover .bottom-arrow {
  box-shadow: 0 2px 10px 0 rgb(255 82 0 / 64%);
}
.service-box .bottom-arrow i {
  position: absolute;
  top: -1px;
  right: -4%;
  background: white;
  font-size: 30px;
  padding: 15px 12px;
  border-radius: 100%;
  display:flex;
  align-items:center;
	justify-content:center;
}

.detail-page .service-box .bottom-arrow i {
	padding:15px 30px;
}

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

.list-page .infos {
  position: relative;
  bottom: 6%;
}
.list-page .blog-btns-style {
  bottom: 42px;
}

.contact-page .social-media {
  color: #ff5d19;
}

.about-us .btn {
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .testimonials-swipers-area {
    padding: 0px 89px;
    padding: 0;
  }
}

.detail-form-area {
  background: white;
  padding: 30px;
  box-shadow: rgb(255 93 25 / 48%) 0px 2px 8px 0px;
  border-radius: 15px;
}

.cta {
  padding: 30px 0px;
}
.cta .col-lg-6:nth-child(1),
.cta .col-lg-6:nth-child(2) {
  margin-bottom: 20px;
}

.cta-content {
  margin: 0;
}

@media (max-width: 992px) {
  .cta-content {
    margin-bottom: 40px;
  }
}

.contact-page-info .contact-list li a i {
  background: #ff5d19;
  margin-right: 13px;
  padding: 10px 10px;
  font-size: 20px;
  text-align: center;
  color: white;
  border-radius: 7px;
}
.works {
  background: #ff5d19;
  margin-right: 13px;
  padding: 10px 10px;
  font-size: 20px;
  text-align: center;
  color: white;
  border-radius: 7px;
}

.contact-form-area .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
.contact-form-area .form-btn {
  margin: 0px;
}

.contact-page {
  padding: 10px 0px;
}

/* breadcrumb — resources/views/front/partials/breadcrumb.blade.php */
.breadcrumb {
  background: #f5f6f8;
  padding: 32px 0;
}

.breadcrumb .breadcrumb-area {
  position: relative;
  z-index: 1;
}

.breadcrumb .breadcrumb-area h1 {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: start;
}

.breadcrumb .breadcrumb-area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb .breadcrumb-area ul li {
  margin-left: 24px;
  font-size: 14px;
  line-height: 1.5;
  color: #5c5c5c;
}

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

.breadcrumb .breadcrumb-area ul li a {
  position: relative;
  color: #303030;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

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

.breadcrumb .breadcrumb-area ul li a::before {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: var(--fa-style, 900);
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.65em;
  color: #a0a0a0;
}

@media (max-width: 992px) {
  .breadcrumb {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .breadcrumb {
    padding: 24px 0;
  }

  .breadcrumb .breadcrumb-area ul {
    row-gap: 6px;
  }
}

.footer-logo {
  text-align: center;
  margin-bottom: 51px;
}
.footer-component .footer-logo img {
  width: 420px;
}
.dsp-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-component .footer-wrapper .footer-menu li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #b1adad;
  padding: 7px 0px;
  list-style: none;
}

@media (max-width: 992px) {
  .footer-component .footer-logo img {
    max-width: 250px;
  }
}
.footer-menu li i {
  color: #ff4c00;
  font-weight: var(--fa-style, 900);
}

.cta .cta-content i {
  color: #808080;
}

.cta .col-lg-6:nth-child(1) {
  background: #ff4c00;
  color: white;
}

.cta .col-lg-6:nth-child(1) .cta-content .cta-right-top {
  color: white;
}
.cta .col-lg-6:nth-child(1) .cta-content .cta-right-bottom {
  color: white;
}
.cta .col-lg-6:nth-child(1) .cta-content i {
  color: white;
}
.cta .col-lg-6:nth-child(1) {
  border-bottom: 1px solid grey;
}
.cta .col-lg-6:nth-child(1) {
  border-right: 1px solid grey;
}
.cta .col-lg-6:nth-child(2) {
  border-bottom: 1px solid grey;
  padding-right: 50px;
}
.cta .col-lg-6:nth-child(3) {
  border-right: 1px solid grey;
}

.cta .col-lg-6:nth-child(1),
.cta .col-lg-6:nth-child(2) {
  margin-bottom: 0px;
}

.cta-content {
  padding: 10px 0px;
}
.cta-hover {
  transition: all 0.4s ease;
}

.cta-hover .cta-content .cta-right-top {
  transition: all 0.4s ease;
}

.cta-hover .cta-content .cta-right-bottom {
  transition: all 0.4s ease;
}
.cta-hover .cta-content i {
  transition: all 0.4s ease;
}
.cta-hover:hover {
  background: #ff4c00;
}
.cta-hover:hover .cta-content .cta-right-top {
  color: white;
}

.cta-hover:hover .cta-content .cta-right-bottom {
  color: white;
}

.cta-hover:hover .cta-content i {
  color: white;
}

@media (max-width: 992px) {
  .cta-hover {
    border-bottom: 1px solid #808080;
  }
}

.detail-page {
  padding: 30px 0px;
}

/*Whatsapp Buttons*/

.fixedButton-icon.whatsapp-fixed {
  display: flex !important;
}

.fixedButton {
  position: fixed;
  bottom: 105px;
  right: 30px;
  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;
  z-index: 999;
  -webkit-transition: none;
  transition: none;
}

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

.fixedButton .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  font-size: 15px;
  background-color: rgba(34, 34, 34, 0.7);
  color: white;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  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;
}

.fixedButton .fixedButton-icon {
  width: 70px;
  height: 70px;
  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;
  background-color: #4ac959;
  border-radius: 50%;
  font-size: 30px;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fixedButton .fixedButton-icon:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fixedButton-content {
  --fixedButton-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --fixedButton-bg-c: #fff;
  width: 190px;
  padding: 10px 10px;
  -webkit-box-shadow: var(--fixedButton-shadow);
  box-shadow: var(--fixedButton-shadow);
  margin-bottom: 20px;
  border-radius: 18px;
  position: relative;
  background-color: var(--fixedButton-bg-c);
  color: #303030;
  font-weight: 700;
  line-height: initial;
  font-size: 14px;
}

.fixedButton-content::before {
  --offset: 10px;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc(0px - var(--offset));
  width: 0;
  height: 0;
  border-left: var(--offset) solid transparent;
  border-right: var(--offset) solid transparent;
  border-top: var(--offset) solid var(--fixedButton-bg-c);
  -webkit-filter: drop-shadow(var(--fixedButton-shadow));
  filter: drop-shadow(var(--fixedButton-shadow));
}

.footer-sticky .colors {
  background: #ff4c00;
  border-color: #414141;
}

@media (min-width: 1366px) {
  .testimonials-swipers-area {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    /* padding-right: 30px; */
  }
}

.product-box {
  border: 1px solid #ff4c00;
  border-radius: 25px;
  background: white;
  display: flex;
}
img.last-img {
  width: 109px;
  height: auto !important;
}
.detail-page .product-box {
  max-height: 340px;
}
.form-btns {
  bottom: 24px;
}
.form-btns .fixedButton-icon {
  background-color: #ff4c00;
}
i.fab.fa-whatsapp {
  top: 12px;
  position: relative;
}

.d-blocks {
  font-size: 11px;
  margin-top: -8px;
}
.pd20 {
  padding: 20px 0px;
}

.list-page .testimonial-box {
  width: 100%;
}

.list-page .blog-box {
  min-height: 285px;
}

/* Modal genel stili */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#myModal .popup-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* SaÃ„Å¸dan aÃƒÂ§Ã„Â±lma animasyonu */
.modal-slide-in {
  animation: slideIn 0.5s forwards;
}

@keyframes slideIn {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}

/* Kapatma butonu */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pd0 {
  padding: 0;
}

@media (max-width: 1300px) {
  .nav-area .header-menu > li a {
    padding: 10px 5px;
  }
}

.closes {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  font-size: 32px;
  position: relative;
  top: 25px;
  left: -7px;
}
.modal-contents {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 500px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .fixedButton {
    right: 30px !important;
  }
}
.modals {
  display: none;
  position: fixed;
  z-index: 99999999 !important;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1246px) {
  .fixedButton {
    right: 220px !important;
  }
  .counter-box i {
    font-size: 45px;
    color: var(--color1);
    position: relative;
    bottom: 0;
    top: -39px;
    left: 159px;
  }

  .modals {
    display: none;
    position: fixed;
    z-index: 99999999 !important;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.form-popup {
  height: 55px;
  border-radius: 7px;
}

@media (max-width: 992px) {
  .modal-content {
    margin: 0 !important;
  }
  .fixedButton {
    right: 40px !important;
  }
  .blog-btns-style {
    left: 99px;
  }
}

.footer-menu.dsp-flx {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-images {
  display: none;
}



@media (max-width: 1366px) {
  .blog-btns-style {
    left: 68px;
  }
}

a.logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (min-width: 1300px) {
  .list-page .blog-box {
    min-height: 345px;
  }
}

@media (min-width: 1300px) {
  .blog-btns-style {
    left: 30px;
  }
}

.col-lg-7.pstR {
    position: relative;
    left: 10%;
}
.form-bottom button.form-btn {
    border-radius: 64px;
    padding: 0;
    width: 125px;
    height: 45px;
    border: 2px solid #20b889;
    background: transparent !important;
    color: #20b889;
}
.form-bottom button.form-btn:hover {
    opacity: 0.8;
}