@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');


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

body {
  margin: 0; }

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

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

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

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

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

textarea {
  overflow: auto; }

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

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

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

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

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

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

button, fieldset, iframe {
  border: 0; }

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

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

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

td {
  padding: 0; }


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lightbox a img {
  border: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lity-hide {
  display: none; }

.content-wrapper {
  line-height: 1.6;
  word-wrap: break-word; }
  .content-wrapper::before, .content-wrapper::after {
    content: "";
    clear: both;
    display: table; }
  .content-wrapper iframe {
    max-width: 100%; }
  .content-wrapper img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0px; }
  .content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
    color: #222;
    margin-bottom: 12px; }
  .content-wrapper p {
    margin-bottom: 10px; }
  .content-wrapper ul, .content-wrapper ol {
    display: block;
    list-style: inherit;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px; }
  .content-wrapper ol {
    list-style-type: decimal; }
  .content-wrapper table {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .content-wrapper table {
        display: block;
        border: none;
        overflow-x: scroll;
        height: 100% !important; } }
  @media (max-width: 991px) {
    .content-wrapper h2 {
      font-size: 22px; } }

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

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

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

  .header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 40px 20px;
    transition: all .3s ease;
}

.header-area .bars svg {
    width: 20px;
}

.header-area .bars svg path {
    fill: #434f53;
}

.header-area .right svg {
    width: 55px;
}

.header-area .right svg path {
    fill: #d52b1e;
}


/* header modal*/


#exampleModal .modal-dialog {
  width: 100%;
  max-width: unset;
  height: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
}

#exampleModal .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  background: #434f53;
}



.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777; }
  .social-media li {
    border-right: solid 1px #d4d4d4; }
    .social-media li a {
      margin: 0px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
      .social-media li a i {
        font-size: 15px; }
      .social-media li a:hover {
        background: var(--color2); }
        .social-media li a:hover i {
          color: white; }
    .social-media li:last-child {
      border-right: none; }
      .social-media li:last-child a {
        margin-right: 0; }



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

.lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px; }
  .lang-menu li {
    margin-left: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .lang-menu li img {
      width: 32px; }
    .lang-menu li:hover {
      opacity: 0.75; }

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

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .search-form .search-item {
    width: 100%;
    padding: 8px 15px;
    border: solid 1px #d4d4d4;
    outline: none;
    font-family: inherit; }
    .search-form .search-item::-webkit-input-placeholder {
      font-family: inherit; }
    .search-form .search-item::-moz-placeholder {
      font-family: inherit; }
    .search-form .search-item:-ms-input-placeholder {
      font-family: inherit; }
    .search-form .search-item::-ms-input-placeholder {
      font-family: inherit; }
    .search-form .search-item::placeholder {
      font-family: inherit; }
    .search-form .search-item:focus {
      border: solid 1px var(--color1); }

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

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

.header-desktop {
  display: block; 
position: fixed;
top: 0;
z-index: 99999999;
width: 100%;
transition: all .3s ease;}

#mobileMenuModal .modal-dialog {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: var(--general-color); }
  #mobileMenuModal .modal-dialog .logo img {
    max-width: 200px; }
  #mobileMenuModal .modal-dialog .modal-content {
    background-color: var(--general-color);
    height: 100%;
    border: none; }
    #mobileMenuModal .modal-dialog .modal-content .modal-header {
      background-color: transparent;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      #mobileMenuModal .modal-dialog .modal-content .modal-header button {
        background: none;
        color: white;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #mobileMenuModal .modal-dialog .modal-content .modal-header button i {
          margin-left: 10px; }
    #mobileMenuModal .modal-dialog .modal-content .modal-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      #mobileMenuModal .modal-dialog .modal-content .modal-footer .links {
        margin: 0.75rem 0; }
        #mobileMenuModal .modal-dialog .modal-content .modal-footer .links a {
          color: var(--general-color-2);
          margin-bottom: 10px;
          width: 100%;
        display: block; }
          #mobileMenuModal .modal-dialog .modal-content .modal-footer .links a i {
            color: var(--general-color-2);
            margin-right: 0.75rem; }
      #mobileMenuModal .modal-dialog .modal-content .modal-footer .social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--general-color-2); }
        #mobileMenuModal .modal-dialog .modal-content .modal-footer .social-links li a {
          display: inline-block;
          padding: 0px 10px 0px 0px; }

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

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

.mobile-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mobile-nav ul li button {
    padding-left: 1.5rem;
    background-color: transparent;
    float: right; }
    .mobile-nav ul li button i {
      color: var(--general-color-2);
      font-size: 1.5rem;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .mobile-nav ul li button.toggled i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .mobile-nav ul li a {
    color: var(--general-color-2);
    padding: 0.25rem 0.75rem; }
  .mobile-nav ul li ul {
    display: none;
    width: 100%; }
    .mobile-nav ul li ul li {
      padding-left: 1rem; }
      .mobile-nav ul li ul li a {
        text-transform: none;
        color: var(--general-color-2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .mobile-nav ul li ul li a::before {
          font-family: 'Font Awesome 7 Free';
          font-weight: lighter;
          content: "\f86c";
          margin-right: 0.25rem;
          color: var(--general-color-2); }

/* mobile-header */
.mobile-header {
  background: #ffffff;
  padding: 15px;
  display: none; }
  .mobile-header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .mobile-header .header-wrapper .logo img {
      max-width: 130px; }
    .mobile-header .header-wrapper button i {
      font-size: 26px; }
  @media (max-width: 991px) {
    .mobile-header {
      display: block;
      position: 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; } }
/* foot code */

.foot-component {
  text-align: center;
}

.foot-component .social-area {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.foot-component .adress-area {
  margin-bottom: 30px;
  position: relative;
    background: #dbdddd;
    padding: 0px 30px;
}

.foot-component .adress-area .title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
}

.adress-comp {
  display: flex;
  justify-content: center;
  position: relative;
}


.adress-comp::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #d52b1e;
  top: 50%;
  transform: translateY(-50%);
}

.foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #8e9598;
  padding: 10px 20px;
  font-size: 14px;
}

.foot-bottom-left,
.foot-bottom-center,
.foot-bottom-right {
  flex: 1;
}

.foot-bottom-center {
  text-align: center;
}

.foot-bottom-right {
  display: flex;
  justify-content: flex-end;
}

.foot-bottom-center a {
  text-decoration: underline;
}

.foot-bottom ul {
  display: flex;
  align-items: center;
}

.foot-bottom ul li {
  margin-left: 13px;
}

.foot-bottom ul li a {
  text-decoration: underline;
}


.footer-sticky {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--color1);
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
  padding: 0 0.5rem 1.15rem 0.5rem;
  border-top-left-radius: 2.15rem;
  border-top-right-radius: 2.15rem;
  border-top: 6px solid var(--color2); }
  .footer-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default; }
    .footer-sticky .sticky-box .icon {
      height: 48px;
      width: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer-sticky .sticky-box .icon i {
        font-size: 24px;
        color: white; }
    .footer-sticky .sticky-box .text {
      font-size: 10px;
      color: white;
      text-align: center; }
  .footer-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem); }
    .footer-sticky .top-box .icon {
      background: var(--color2);
      border-radius: 50%;
      position: relative; }
      .footer-sticky .top-box .icon i {
        color: white; }
      .footer-sticky .top-box .icon::before {
        content: "";
        position: absolute;
        height: 66px;
        width: 66px;
        border: 1px solid white;
        border-radius: 50%;
        opacity: 0.5; }
      .footer-sticky .top-box .icon::after {
        content: "";
        position: absolute;
        height: 56px;
        width: 56px;
        border: 1px solid white;
        border-radius: 50%;
        opacity: 0.75; }
    .footer-sticky .top-box .text {
      -webkit-transform: translateY(1.5rem);
      transform: translateY(1.5rem);
      text-align: center; }

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

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

body {
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  color: #434f53;
  background: #dbdddd;
  padding-top: 160px;}
  @media (max-width: 991px) {
    body {
      padding-top: 100px; } }

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

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


.swiper-area {
  position: relative; }

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

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

img {
  max-width: 100%; }

.modal {
  z-index: 999999999; }

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

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

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 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: 3px; }
  .btn-style i {
    margin-right: 10px; }
  .btn-style:hover {
    background: var(--color2); }

.all-btn {
  display: inline-block;
  padding: 10px 0px;
  font-weight: 500;
  font-size: 16px; }
  .all-btn i {
    margin-left: 5px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .all-btn:hover i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

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

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

.general-button-area {
  position: absolute;
  top: 50%;
  width: calc(100% + 120px);
  left: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .general-button-area div {
    width: 30px;
    height: 30px;
    border: solid 1px #8d8b8b;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .general-button-area div:hover {
      border-color: var(--color2); }
  @media (max-width: 991px) {
    .general-button-area {
      z-index: 99; }
      .general-button-area div {
        background: var(--general-color-2); }
        .general-button-area {width: auto;top: -45px;left: 50%;transform: translateX(-50%);}

        .general-button-area div {margin-left: 20px;}
        
        .swiper-container {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-container {
  overflow-x: hidden;
  position: relative; }

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

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

/* about-us */
.about-us {
  color: var(--general-color); }
  .about-us .about-desc {
    margin-bottom: 10px;
    padding-right: 30px; }
  @media (max-width: 991px) {
    .about-us img {
      margin-top: 25px; }
    .about-us .about-desc {
      padding: 0; } }

/* services */
.service-box {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .service-box .picture {
    overflow: hidden;
    position: relative; }
    .service-box .picture img {
      border-radius: 3px 3px 0px 0px;
      height: 250px;
      object-fit: cover;
      width: 100%; }
    .service-box .picture::before {
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3));
      -webkit-transform: skewX(-25deg);
              transform: skewX(-25deg);
      -webkit-transition: all .7s ease;
      transition: all .7s ease; }
  .service-box .service-info {
    background: var(--general-color-2);
    border-radius: 0px 0px 3px 3px;
    padding: 15px 20px; }
    .service-box .service-info .title {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 10px; }
    .service-box .service-info .read-more {
      font-size: 14px;
      font-weight: 500;
      margin-top: 10px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .service-box .service-info .read-more i {
        margin-left: 10px; }
  .service-box:hover .picture::before {
    left: 100%; }
  .service-box:hover .read-more {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

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

/* products */
.product-box {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .product-box .picture {
    overflow: hidden;
    position: relative; }
    .product-box .picture img {
      border-radius: 3px 3px 0px 0px; 
  object-fit: cover;
width: 100%;}
    .product-box .picture::before {
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 2;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3));
      -webkit-transform: skewX(-25deg);
              transform: skewX(-25deg);
      -webkit-transition: all .7s ease;
      transition: all .7s ease; }
  .product-box .product-info {
    background: #d52b1e;
    border-radius: 0px 0px 3px 3px;
    padding: 15px 20px;
    text-align: center;
    color: white;}
    .product-box .product-info .title {
      font-weight: 500;
      font-size: 18px;}
    .product-box .product-info .read-more {
      font-size: 14px;
      font-weight: 500;
      margin-top: 10px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-box .product-info .read-more i {
        margin-left: 10px; }
  .product-box::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3));
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
    -webkit-transition: all .7s ease;
    transition: all .7s ease; }
  .product-box:hover .picture::before {
    left: 100%; }
  .product-box:hover .read-more {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

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

/* testimonials */
.testimonial-box {
  padding: 40px 60px;
  background: var(--general-color-2);
  text-align: center;
  color: var(--general-color);
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .testimonial-box .top-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 30px; }
  .testimonial-box .desc {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 20px; }
  .testimonial-box .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px; }
    .testimonial-box .name img {
      width: 30px;
      border-radius: 50%;
      margin-right: 10px; }
  .testimonial-box .jobs {
    font-size: 13px;
    font-weight: 500; }
  @media (max-width: 991px) {
    .testimonial-box {
      padding: 20px 15px; } }

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

/* why-us */
.why-box {
  padding: 30px 40px;
  background: white;
  color: var(--general-color);
  background-color: var(--general-color-2);
  font-size: 15px;
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .why-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative; }
    .why-box .top::before {
      position: absolute;
      content: '';
      width: calc(100% - 40px);
      height: 1px;
      background: var(--general-color);
      bottom: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .why-box .top .title {
      font-weight: 600;
      letter-spacing: -.5px;
      -webkit-transform: translateY(15px);
              transform: translateY(15px); }
  .why-box .icon {
    border: solid 1px var(--general-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .why-box:hover .top::before {
    background: var(--color1); }
  .why-box:hover .icon {
    border-color: var(--color1); }
    .why-box:hover .icon i {
      color: var(--color1); }
  @media (max-width: 991px) {
    .why-box {
      padding: 15px 30px; }
      .why-box .top::before {
        bottom: 0px; }
      .why-box .top .title {
        margin-bottom: 15px; }
      .why-box .icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-right: 10px; } }

/* parallax */
.parallax {
  padding: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  .parallax::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.5; }
  @media (max-width: 991px) {
    .parallax {
      background-image: none; } }

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

.parallax-component {
  padding: 90px 0px;
  text-align: center;
  color: white; }
  .parallax-component .title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 500; }
  .parallax-component .desc {
    margin-bottom: 30px;
    padding: 0px 20px;
    font-weight: 300; }
  @media (max-width: 991px) {
    .parallax-component {
      width: 100%; } }

/* seo-text */
.seo-wrapper {
  max-height: 500px;
  overflow-y: auto; }
  .seo-wrapper::-webkit-scrollbar {
    width: 7px; }
  .seo-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .seo-wrapper::-webkit-scrollbar-thumb {
    background: #202020; }
  .seo-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--general-color); }

    /* blog-box */

    .blog-box {
      padding: 10px;
      display: inline-block;
      border: solid 2px #d52b1e;
      background: #c8cacb;
    }

      .blog-box .picture img {
        width: 100%;
    }
    
    .blog-box .infos .title {
        font-size: 24px;
        font-weight: bold;
        color: #d52b1e;
    }
    
    .blog-box .infos {
        margin-top: 20px;
    }

    .blog-box .bottom-area {
      display: flex;
      align-items: center;
      padding: 20px 0;
      justify-content: space-between;
  }
  
  .blog-box .bottom-area .read-more {
      padding: 10px 30px;
      background: #d52b1e;
      color: white;
      font-size: 18px;
      font-weight: bold;
  }
  
  .blog-box .bottom-area .date {
      font-size: 18px;
  }

  .sticky-blog-picture{
    position: sticky;
    top: 100px;
  }

/* 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';
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 70px;
      z-index: 9;
      color: white;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    .video-box .picture::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: black;
      opacity: 0.2; }
    .video-box .picture img {
      width: 100%; }
  .video-box:hover .picture::before {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); }
  .video-box .title {
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: var(--general-color-2); }

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

/* picture */
.picture-box {
  margin-bottom: 30px;
  display: block;
  position: relative; }
  .picture-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .picture-box::after {
    position: absolute;
    content: '\f002';
    font-family: 'Font Awesome 7 Free';
    left: 50%;
    top: 50%;
    font-size: 45px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: var(--general-color-2);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .picture-box img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    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%;
  margin-bottom: 15px;
  font-family: 'Poppins';
  outline: none; 
  display: block;
  font-size: 15px;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  border: #fff;}

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

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

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

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

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

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

.ref-box {
  text-align: center;
  padding: 0px 3px;
  background: white;
  margin-bottom: 30px; }
  .ref-box img {
    max-width: 170px; }
  .ref-box .ref-wrapper {
    -webkit-box-shadow: #ddd 0px 1px 2px 0px, #ddd 0px 1px 3px 1px;
            box-shadow: #ddd 0px 1px 2px 0px, #ddd 0px 1px 3px 1px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

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

.faq .hide {
  display: none; }

.faq .item-container {
  text-align: left; }
  .faq .item-container .item {
    margin: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    color: var(--general-color); }
    .faq .item-container .item .qus {
      cursor: pointer;
      position: relative; }
      .faq .item-container .item .qus::before {
        content: "";
        width: 2px;
        height: 16px;
        position: absolute;
        right: 7px;
        background: #000;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .faq .item-container .item .qus.active::before {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .faq .item-container .item .qus::after {
        content: "";
        width: 16px;
        height: 2px;
        position: absolute;
        right: 0;
        background: #000;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%; }
      .faq .item-container .item .qus.active::after {
        -webkit-animation: circle 0.7s ease-in-out;
                animation: circle 0.7s ease-in-out; }
    .faq .item-container .item .ans {
      opacity: 0.7;
      padding-right: 5%;
      margin-top: 8px; }

.faq .menu p {
  cursor: pointer; }

@media (max-width: 767px) {
  .faq .item-container .item {
    font-size: 16px; }
  .faq .qus::before {
    height: 14px !important; }
  .faq .qus::after {
    width: 14px !important;
    right: 0.1% !important; } }

@media screen and (max-width: 414px) {
  .faq .item-container .item {
    font-size: 15px; }
  .faq .qus::before {
    right: 6px !important; } }

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

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

/* counter */
.counter-box {
  padding: 30px;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-bottom: 24px;
  height: calc(100% - 24px); }
  .counter-box i {
    font-size: 32px;
    color: var(--color1); }
  .counter-box .icon {
    margin-bottom: 20px; }
  .counter-box .count {
    font-size: 26px;
    font-weight: 600; }
  .counter-box .title {
    font-size: 18px;
    opacity: 0.8;
    margin-top: 15px; }
  @media (max-width: 991px) {
    .counter-box {
      padding: 20px;
      margin-bottom: 30px; } }

/* team */
.our-team {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
  position: relative;
  margin-bottom: 250px; }
  .our-team::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    opacity: 0.2;
    z-index: 0; }
  .our-team .section-top {
    color: var(--general-color-2); }
  .our-team .swiper-team .swiper-wrapper {
    padding: 5px 0px; }
  @media (max-width: 991px) {
    .our-team {
      margin-bottom: 300px; } }
  @media (max-width: 767px) {
    .our-team {
      margin-bottom: 250px; } }
  @media (max-width: 575px) {
    .our-team {
      margin-bottom: 400px; } }

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

.team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr 1fr;
  background: white;
  -webkit-box-shadow: #ddd 0px 1px 2px 0px, #ddd 0px 1px 3px 1px;
          box-shadow: #ddd 0px 1px 2px 0px, #ddd 0px 1px 3px 1px;
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  .team-box .team-picture {
    width: 50%; }
    .team-box .team-picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .team-box .team-info {
    padding: 25px 30px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .team-box .team-info .team-name {
      font-size: 22px;
      font-weight: 500; }
    .team-box .team-info .team-position {
      font-size: 14px;
      margin-top: 5px;
      margin-bottom: 10px; }
    .team-box .team-info .team-desc {
      font-size: 14px;
      margin-bottom: 20px;
      line-height: normal;
      margin-top: 5px; }
  @media (max-width: 991px) {
    .team-box {
      display: block;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: solid 1px #d4d4d4; }
      .team-box .team-picture {
        width: 100%; }
      .team-box .team-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: auto;
        display: block;
        padding: 20px; } }

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

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

/* instagram box */
.instagram-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color1);
  padding: 10px 20px;
  color: white;
  border-top-left-radius: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .instagram-box .top img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%; }
  .instagram-box .top .username {
    margin-left: 15px; }

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

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

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

/* cta */

.cta .cta-area {
  padding: 20px 40px;
  background: #d52b1e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 100px;
  margin-top: 30px;
  transform: skew(-12deg);
}

.cta .cta-area .text {
  transform: skew(12deg);
}

.cta .cta-area .btn {
  transform: skew(12deg);
  color: #d52b1e;
  font-size: 18px;
  font-weight: bold;
}

/* breadcrumb */
.breadcrumb {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .breadcrumb .breadcrumb-area {
    position: relative;
    color: white;
    z-index: 9; }
    .breadcrumb .breadcrumb-area .col-lg-4{
      height: 100%;
    }
    .breadcrumb .breadcrumb-area ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 10px; }
      .breadcrumb .breadcrumb-area ul li {
        margin-left: 25px; }
        .breadcrumb .breadcrumb-area ul li:first-child {
          margin: 0; }
        .breadcrumb .breadcrumb-area ul li a {
          position: relative;
          white-space: nowrap; }
          .breadcrumb .breadcrumb-area ul li a::before {
            position: absolute;
            content: '\f054';
            font-family: 'Font Awesome 7 Free';
            right: -17px;
            top: 4px; }
          .breadcrumb .breadcrumb-area ul li a:hover {
            color: var(--color2); }
  @media (max-width: 991px) {
    .breadcrumb::after {
      display: none; } 
      .breadcrumb .breadcrumb-area .left-block{
        height: auto;
      }
      .breadcrumb .breadcrumb-area .col-lg-4{
        height: auto;
      }}

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

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

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

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

/* general-sidebar */
.general-sidebar {
  padding: 0px 20px;
  background: white; 
margin-bottom: 30px;}
  .general-sidebar .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative; }
    .general-sidebar .title::before {
      position: absolute;
      content: '';
      width: 50px;
      height: 2px;
      background: var(--color1);
      bottom: 0; }
  .general-sidebar ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .general-sidebar ul li::before {
      position: absolute;
      content: "\f105";
      font-family: 'Font Awesome 7 Free';
      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; } }

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

.page-select-area {
  position: fixed;
  top: 0;
  width: 100%;
  background: #222;
  padding: 10px;
  text-align: center;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-select-area select {
    background: #2b2b2b;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    margin-right: 30px;
    cursor: pointer; }

.color-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .color-area .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 14px;
    margin-right: 20px; }
    .color-area .item .title {
      margin-right: 15px; }
    .color-area .item input {
      padding: 0;
      background: none;
      border: none;
      height: 32px;
      width: 90px;
      cursor: pointer; }


      /**/


      .desktop-slider-area {
        display: flex;
    }
    
    .desktop-slider-area .web-picture {
        width: 27%;
        transform: translateX(110px);
        z-index: 9999;
        position: relative;
    }
    
    .desktop-slider-area .web-thumb {
        width: 73%;
        overflow: hidden;
    }
    
    .desktop-slider-area .web-thumb img {
        height: 600px;
        width: 100%;
        object-fit: cover;
    }
    
    .desktop-slider-area .web-picture .left-content {text-align: center;transform: translateY(80px);}
    
    .desktop-slider-area .web-picture .left-content .number {
        color: #d52b1e;
        font-size: 18px;
        margin-bottom: 10px;
        text-align: left;
        padding-left: 15px;
    }
    
    .desktop-slider-area .web-picture .left-content .title {
        font-size: 4em;
        color: #434f53;
        margin-bottom: 15px;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    
    .btn-red {
        display: inline-block;
        padding: 6px 40px;
        background: #d52b1e;
        border-radius: 7px;
        font-size: 16px;
        color: white;
        font-weight: 500;
    }

    .btn-white {
      display: inline-block;
      padding: 6px 40px;
      background: white;
      border-radius: 7px;
      font-size: 16px;
      color: #434f53;
      font-weight: 500;
  }
  
    
    .desktop-slider-area .web-thumb .swiper-slide {
        position: relative;
    }
    
    .desktop-slider-area .web-thumb::before {
        position: absolute;
        height: calc(100% + 110px);
        width: 140px;
        background: #dbdddd;
        left: -65px;
        top: 2px;
        content: '';
        transform: rotate(-12deg);
        z-index: 999;
        pointer-events: none;
    }
    
    .desktop-slider-area .web-thumb::after {
        position: absolute;
        height: calc(100% + 110px);
        width: 174px;
        background: #dbdddd;
        right: -65px;
        top: -60px;
        content: '';
        transform: rotate(-12deg);
        z-index: 999;
        pointer-events: none;
    }

    .slider-svg {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 24%;
      z-index: 0;
  }
  
  .slider-svg svg {
      width: 35%;
      opacity: 0.2;
      height: 180px;
  }

  .methods .left-block {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0px;
    text-align: center;
    background: #8e9598;
    transform: skew(-7deg);
    overflow: hidden;
    margin-left: 55px;
    z-index: 999;
}

.methods {
    height: 100vh;
    margin-top: 100px;
    display: flex;
}

.methods .left-block .block-picture {
    opacity: 0.2;
    transform: translateX(-70px);
    width: 70%;
}

.methods .left-block .block-picture svg path {fill: #fff;stroke: #fff;stroke-width: 2px;color: #a5aaad;}

.methods .left-block .bottom .logo {
    margin-bottom: 40px;
}

.methods .left-block .bottom .desc {
    color: white;
    font-size: 18px;
    margin-bottom: 50px;
}

.methods .left-block .bottom {
    padding: 0px 50px;
    transform: skew(7deg) !important;
}

.methods .right-content {
  width: 75%;
  position: relative;
}

.methods .right-content::before {
  position: absolute;
  content: '';
  width: calc(100% + 70px);
  height: 150px;
  background: white;
  bottom: 0;
  left: -70px;
  z-index: -1;
}

.methods .svg-fly {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 550px;
  left: -200px;
}

.methods .right-content .right-svg {
  width: 100px;
  opacity: 0.2;
  position: absolute;
  right: 10%;
  top: 0;
}


.methods .svg-white {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: -50px;
  z-index: -1;
}

.methods  .svg-red {
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: -3;
  left: -70px;
}

.methods-list {
  position: absolute;
  top: 30%;
  right: 50%;
  transform: translateY(-50%);
  min-width: 180px;
}

.methods-list .title {
  font-size: 32px;
  font-weight: 500;
  color: #434f53;
  text-align: center;
}

.methods-list ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #434f53;
  margin-bottom: 25px;
}

.methods-list ul li a {
  display: flex;
  align-items: center;
}

.methods-list ul li a:hover {
  color: #d52b1e;
}

.methods-list ul {
  margin-top: 25px;
}

.methods-list ul li .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 4px #434f53;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;

}

.methods-list ul li .icon img {
  width: 24px;
}


.methods-list ul li .icon::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 30px;
  background: #434f53;
  left: 50%;
  bottom: -32px;
  border-radius: 5px;
  transform: translateX(-50%);
}

.methods-list ul li:last-child .icon::before {
  display: none;
}





.options .left-block {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0px;
  text-align: center;
  background: #d52b1e;
  transform: skew(7deg);
  overflow: hidden;
  margin-left: 57px;
}

.options {
  height: 100vh;
  display: flex;
}

.options .left-block svg{  
  opacity: 0.2;
  transform: skew(-7deg) translateX(-35px);
  width: 65%;
}

.options .left-block svg path{
  fill: white;
}
.options .left-block .block-picture {
  opacity: 0.2;
  transform: translateX(-70px);
  width: 70%;
}

.options .left-block .block-picture svg path {fill: #fff;stroke: #fff;stroke-width: 2px;color: #a5aaad;}

.options .left-block .bottom .title{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}
.options .left-block .bottom .logo {
  margin-bottom: 40px;
}

.options .left-block .bottom .desc {
  color: white;
  font-size: 18px;
  margin-bottom: 50px;
}

.options .left-block .bottom {
  padding: 0px 50px;
  transform: skew(-7deg);
}

.options .top-area {
  display: flex;
  align-items: center;
}

.options .right-content {
  width: 75%;
  padding: 100px 100px;
  position: relative;
}

.options .right-content .picture {
  height: 300px;
  position: relative;
}

.options .right-content .picture img {
  height: 100%;
  object-fit: cover;
}

.options .top-area .title {
  font-size: 42px;
  font-weight: 500;
  max-width: 35%;
  color: #434f53;
  text-align: center;
}

.options .right-content .picture::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 100%;
  background: #dbdddd;
  transform: skew(7deg);
  left: -29px;
}

.options .right-content .picture::after {
  position: absolute;
  content: '';
  width: 53px;
  height: 100%;
  background: #dbdddd;
  right: -26px;
  transform: skew(10deg);
}

.options .right-content .gray-svg {
  position: absolute;
  width: 40%;
  z-index: -1;
  opacity: 0.2;
  left: 0;
}

/* tabs */


/* Style the tab */
.tabs-area .tab {
  width: 15%;
}

.tabs-area .tabcontent, .tabs-area .tabcontent_2 {
  width: 85%;
  align-items: flex-start;
}

.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}


.mt80{
  margin-top: 80px;
}

.snake-area .row:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 100px;
}


/* Style the tab content */
.tabcontent, .tabcontent_2 {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabcontent .left, .tabcontent_2 .left{
  width: 25%;
  display: flex;
  justify-content:center;
}

.tabcontent .left img, .tabcontent_2 .left img{
  width: 100px;
}

.tabcontent .right, .tabcontent_2 .right{
  width: 75%;
  position: relative;
}
.tabcontent .right::before, .tabcontent_2 .right::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  background: #d52b1e;
  left: -23px;
  border-radius: 5px;
}

.tabs-component{
  position: absolute;
  bottom: 100px;
  left: 150px;
}
.tabs-area {
 
  display: flex;
  align-items: center;

  width: 90%;
}

button.tablinks.active, .tablinks_2.active {
  background: none;
  color: #d52b1e;
  position: relative;
}

.tab button {
  background: none;
  letter-spacing: 0.07em;
}

button.tablinks.active::before ,  .tablinks_2.active::before{
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #d52b1e;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}



.left-clear {
  transform: skew(-7deg) !important;
  background: #8e9598 !important;
}

.left-clear .bottom {
  transform: skew(7deg) !important;
}

.left-clear svg {
  opacity: 0.2 !important;
  transform: skew(7deg) translateX(-35px) !important;
  width: 65% !important;
}


/* options-last */

.options-last .right-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.options-last .top-area {
  display: block;
}

.options-last .top-area .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}

.options-last .top-area .top .title {
  font-weight: bold;
  color: #d52b1e;
}

.btn-dark {
  display: inline-block;
  background: #434f53;
  border-radius: 15px;
  color: white;
}

.options-last .top-area ul {
  display: flex;
  align-items: center;
}

.options-last .top-area ul li {
  width: 33%;
}


.options-last .top-area ul li .text {
  font-size: 18px;
  font-weight: bold;
  color: #434f53;
  margin-bottom: 20px;
}

.options-last .right-content .bottom {
  display: flex;
  align-items: center;
}

.options-last .right-content .bottom .left {
  width: 40%;
  padding-right: 30px;
}

.options-last .right-content .bottom .calc-area {
  width: 60%;
  padding-left: 30px;
  position: relative;
}

.options-last .right-content .bottom .left .title {
  font-size: 20px;
  font-weight: bold;
  color: #d52b1e;
  margin-bottom: 10px;
}

.options-last .right-content .bottom .calc-area::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  background: #d52b1e;
  left: 0;
}

.options-last .right-content .bottom .calc-area form select {
  width: 60%;
  display: block;
  margin-bottom: 1rem;
  border: none;
  border-radius: 9px;
  background-color: #c4c6c6;
  color: #434f53;
  padding: 0.3rem 0.7rem;
}

.options-last .right-content .bottom .calc-area form button {
  padding: 10px 30px;
  border-radius: 15px;
  background: #d52b1e;
  color: white;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.options-last .right-content .bottom .calc-area .price-area .top-title {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
}

.options-last .right-content .bottom .calc-area .price-area .result {position: absolute;right: 0;top: 70px;}

.options-last .right-content .bottom .calc-area .price-area .result .price {
    font-size: 28px;
    font-weight: bold;
    color: #d52b1e;
    text-align: center;
}

.options-last .right-content .bottom .calc-area .price-area .result .date {
    font-size: 18px;
    font-weight: 500;
}



/* contact-area */

.contact-area {
  height: 100vh;
  display: flex;
}

.contact-area .left-block {
  height: 100%;
  width: 25%;
  margin-left: 56px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.contact-area .right-content {
  width: 75%;
  display: flex;
  padding: 80px;
  align-items: center;
}

.contact-area .right-content .contact-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-area .right-content .contact-left .picture {
  width: 50%;
  opacity: 0.2;
  margin-bottom: 50px;
}

.contact-area .right-content .contact-left .title {
  width: 100%;
  text-align: left;
  font-size: 42px;
  font-weight: bold;
  color: #d52b1e;
  margin-bottom: 40px;
}

.contact-area .right-content .contact-left .desc {
  color: #434f53;
  margin-bottom: 30px;
}

.contact-area .right-content .btn-dark {
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 7px;
  font-weight: 600;
}

.contact-area .right-content .contact-right ul.btn-sec li {
  margin-bottom: 60px;
}

.contact-area .right-content .contact-right ul.btn-sec li:last-child {
  margin: 0;
}

.contact-area .right-content .contact-right ul.btn-sec li .text {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #d52b1e;
}

.contact-area .right-content .contact-right ul.btn-sec {
  margin-bottom: 80px;
}

.contact-area .right-content .contact-right .contact-adress .title {
  font-weight: bold;
  color: #434f53;
}

.contact-area .right-content .contact-right .contact-adress {
  margin-bottom: 30px;
}

.social-area .title {
  font-weight: bold;
  color: #434f53;
  margin-bottom: 10px;
}

.social-links {
  display: flex;
  align-items: center;
  color: #434f53;
}

.social-links li a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: #d52b1e;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}

.social-links li {
  margin-right: 15px;
}


/* fixed-scroll-bar */

.fixed-scroll-bar {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 9999;
}

.fixed-scroll-bar ul {
  display: flex;
  align-items: center;
}

.fixed-scroll-bar ul li img {
  width: 60px;
  height: 60px;
  opacity: 0.6;
  transition: all .3s ease;
}

.fixed-scroll-bar ul li {
  margin-left: 25px;
}

.fixed-scroll-bar ul li:hover svg path {
  fill: #d52b1e;
  opacity: 1;
}

.fixed-scroll-bar ul li svg path {
  transition: all .3s ease;
}

.fixed-scroll-bar ul li:hover svg {
  opacity: 1;
}

.fixed-scroll-bar ul li a {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.fixed-scroll-bar ul li a .icon {
  margin-bottom: 10px;
}

.fixed-scroll-bar ul li:hover{
  color: #d52b1e;
}


/* modal menu*/

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

#exampleModal .modal-menu {
  width: 100%;
  font-size: 2.9rem;
  font-weight: 500;
}

#exampleModal .modal-body {
  padding: 5rem 7.8% 2.63rem;
  color: #8e9598;
}

#exampleModal .modal-menu ul li ul {
  padding-left: 50px;
  font-size: 1.5rem;
}

#exampleModal .modal-menu ul li {
  margin: 10px 0px;
}

#exampleModal .modal-menu ul li:hover {
  color: white;
}

#exampleModal .modal-menu ul li button {
  display: none;
}

#exampleModal .modal-menu ul li a {
  position: relative;
}

#exampleModal .modal-menu ul li a::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #e51400;
  border-radius: 50%;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s ease;
}

#exampleModal .modal-menu ul li a:hover::before {
  opacity: 1;
}

#exampleModal  .btn-close {
  position: absolute;
  background: none;
  font-size: 42px;
  color: white;
  left: 50px;
  top: 50px;
  cursor: pointer;
}

#exampleModal .logo{
  margin-bottom: 50px;
}

#exampleModal .modal-contact-infos {
  height: 100%;
  position: relative;
  color: white;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#exampleModal .modal-contact-infos::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 100%;
  background: white;
  left: -100px;
  border-radius: 5px;
}

#exampleModal .modal-contact-infos .top .title {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
  margin-top: 10px;
}

#exampleModal .modal-contact-infos .bottom ul {
  display: flex;
  margin-top: 10px;
}

#exampleModal .modal-contact-infos .bottom ul li {
  margin: 0 15px 0 0;
}

#exampleModal .modal-contact-infos .bottom ul li a {
  text-decoration: underline;
}

.methods-menu ul li a {
  display: flex;
  align-items: center;
}

.methods-menu ul li a .icon svg path {
  fill: #8e9598;
}

.methods-menu ul li a .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
}

.methods-menu ul li {
  margin-bottom: 20px;
  font-size: 36px;
}

.methods-menu ul li:last-child a .icon img {
  width: 40px;
}

.fixed-header {
  transition: all .3s ease;
  background: #8e9598;
}

.fixed-header .header-area{
  padding: 5px 20px;
}

/* breadcrumb */


.breadcrumb .breadcrumb-area .left-block {
  background: #d52b1e;
  transform: skew(-10deg);
  height: 100%;
  margin-left: 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
}

.breadcrumb .breadcrumb-area .left-block .svg {
  opacity: 0.2;
  width: 60%;
  transform: translate(-50px, 0px) skew(10deg);
}

.breadcrumb .breadcrumb-area .left-block h1 {
  transform: skew(10deg);
  margin-bottom: 40px;
  font-size: 42px;
}
.breadcrumb .breadcrumb-area .left-block .desc{
  font-size: 22px;
  font-weight: 600;
}

.breadcrumb .breadcrumb-area .left-block .bottom{
  padding: 0px 30px;
}

.breadcrumb .breadcrumb-area .left-block .desc {
  transform: skew(10deg);
}

.breadcrumb .breadcrumb-area {
  min-height: 100vh;
  width: 100%;
}

.breadcrumb {
  margin-top: -170px;
  padding: 0;
}

.breadcrumb .breadcrumb-area .row {
  height: 100%;
}

.breadcrumb .right-block {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding-top: 80px;
}

.breadcrumb .right-block .picture {
  width: 90%;
  height: 350px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.breadcrumb .right-block .picture img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.breadcrumb .right-block .bottom {
  width: 90%;
  text-align: left;
}

.breadcrumb .right-block .bottom .title {
  font-size: 32px;
  color: #434f53;
  font-weight: 600;
  margin-bottom: 10px;
}

.breadcrumb .right-block .bottom .desc {
  color: #434f53;
}

.flex-center{
  align-items: center;
}

.snake-area{
  font-size: 18px;
}
.snake-area img{
  width: 100%;
}

.m60{
  padding: 60px 0px;
}

.p40{
  padding: 40px 0px;
}

.p100{
  padding: 100px 0px;
}

.row-component-area .row {
  padding: 100px 70px;
}

.row-component-area .row:nth-child(even) {
  background: white;
}



@media (max-width:992px){

  .modal-open .modal{
    background: #434f53;
  }

  #exampleModal .btn-close {
    right: 30px;
    display: inline-block;
    width: auto;
    left: unset;
    top: 30px;
    font-size: 30px;
}


#exampleModal .modal-menu {
    font-size: 1.5rem;
}

#exampleModal .modal-menu ul li ul {
    font-size: 1.3rem;
}

.methods-menu ul li {font-size: 24px;}

.methods-menu ul li a .icon {
    width: 50px;
    height: 50px;
}

.methods-menu ul li a .icon img {
    width: 15px;
}

.methods-menu {
    margin-top: 30px;
}

#exampleModal .modal-contact-infos .social-area {
    text-align: left;
}

#exampleModal .modal-contact-infos ul {
    justify-content: flex-start;
    margin-bottom: 30px;
}

#exampleModal .modal-body {
    background: #434f53;
}

  .header-area .logo img {
    width: 200px;
}

  #exampleModal .modal-body{
    padding: 2rem 1rem 2rem 2rem;
  }
  .row-component-area .row {
    padding: 15px;
  }
  
  .header-area{
    padding: 15px 0;
  }
  .desktop-slider-area .web-picture {
    width: 100%;
    transform: translateX(00px);
  }

  .desktop-slider-area {
      display: flex;
      flex-direction: column-reverse;
  }

  .desktop-slider-area .web-thumb {
      width: 100%;
  }

  .desktop-slider-area .web-picture .left-content {
      transform: translateY(0px);
  }

  .desktop-slider-area .web-thumb img {
      height: 330px;
  }

  .desktop-slider-area .web-thumb::after {
      right: -125px;
  }

  .slider-svg svg {
      width: 100%;
  }

  .desktop-slider-area .web-picture .left-content .title {
      font-size: 2rem;
  }

  .methods {
    display: block;
    height: auto;
  }

  .methods .left-block {
    width: 100%;
    transform: skew(0deg);
    margin: 0;
    padding: 25px 0px;
    height: auto;
  }

  .methods .left-block .bottom {
    transform: skew(0deg) !important;
  }

  .methods-list {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    transform: translateX(0px);
    padding: 20px 30px;
  }

  .methods .right-content {
    width: 100%;
  }

  .methods .svg-fly {
    display: none;
  }

  .methods .right-content::before {
    display: none;
  }

  .options {
    display: block;
  }

  .options .left-block {
    width: 100%;
    margin: 0;
    transform: skew(0deg);
    padding: 20px 0;
    height: auto;
  }

  .options .left-block svg {
    transform: skew(0deg) translateX(0px) !important;
    width: 200px !important;
    margin-left: -30px;
  }

  .options .left-block .bottom {
    transform: skew(0) !important;
  }

  .left-clear{
    transform: skew(0deg) !important;
  }

  .options .right-content .gray-svg {display: none;}

  .tabs-component {
      position: relative;
      width: 100%;
      left: unset;
      bottom: unset;
  }

  .options .top-area {
      width: 100%;
      margin-bottom: 20px;
      display: block;
  }

  .options .right-content {
      height: auto;
      width: 100%;
      padding: 50px 0px;
  }

  .options .top-area .title {
      font-size: 32px;
      z-index: 99;
      max-width: none;
  }

  .tabs-area {
      display: block;
      width: 100%;
  }

  .tabs-area .tab {
      width: 100%;
      display: flex;
      justify-content: center;
  }

  .tabs-area .tabcontent, .tabs-area .tabcontent_2 {
      width: 100%;
      display: block;
      flex-wrap: wrap;
  }

  .tabcontent .left, .tabcontent_2 .left {
      width: 100%;
      margin-bottom: 20px;
  }

  .tabcontent .right, .tabcontent_2 .right {
      width: 100%;
      text-align: center;
      padding:  0 10px;
  }

  .options {
      height: auto;
      padding: 10px 0;
  }

  .tabcontent .left img, .tabcontent_2 .left img{
    width: auto;
  }

  .options .right-content .picture {
    justify-content: center;
    display: flex;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

  .options .right-content .picture::before{
    bottom: -1px;
  }

  .mt80{
    margin-top: 30px;
  }

  .options-last .top-area ul li{
    width: 100%;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .options-last .top-area ul{
    display: block;
    }

    .options-last .top-area .top {
      flex-direction: column;
      justify-content: center;
  }

  .options-last .top-area .top .title {
      margin-bottom: 10px;
  }
  .options-last .right-content .bottom {
    padding: 0px 15px;
    display: block;
}

.options-last .right-content .bottom .left {
    width: 100%;
    margin-bottom: 30px;
}

.options-last .right-content .bottom .calc-area {
    width: 100%;
    padding: 0;
}

.options-last .right-content .bottom .calc-area::before {
    display: none;
}

.contact-area {
    height: auto;
    display: block;
}

.contact-area .left-block {
    width: 100%;
    margin: 0;
    height: 300px;
}

.contact-area .right-content {
  padding: 30px 15px;
  display: block;
  width: 100%;
}

.contact-area .right-content .contact-left {
  width: 100%;
  text-align: center;
}

.contact-area .right-content .contact-left .title {
  text-align: center !important;
  margin-bottom: 20px;
}

.contact-area .right-content .contact-right ul.btn-sec {
  margin-top: 40px;
  text-align: center;
}

.contact-area .right-content .contact-right .contact-adress {
  text-align: center;
}

.social-area {
  text-align: center;
}

ul.social-links {
  justify-content: center;
}

.breadcrumb {
  margin: 0;
}

.breadcrumb .breadcrumb-area {
  min-height: auto;
  height: auto;
}

.breadcrumb .breadcrumb-area .left-block {
  transform: skew(0deg);
  margin: 0;
}

.breadcrumb .breadcrumb-area .left-block .svg {
  transform: translate(-50px, 0px) skew(0deg);
  width: 50%;
}

.breadcrumb .breadcrumb-area .left-block h1 {
  font-size: 36px;
  transform: skew(0deg);
  margin-bottom: 20px;
}

.breadcrumb .breadcrumb-area .left-block .desc {
  transform: skew(0deg);
  padding-bottom: 30px;
  font-size: 18px;
}
.breadcrumb .right-block{
  padding: 30px 15px;
}

.breadcrumb .right-block .picture{
  width: 100%;
}

.cta .cta-area .text {
  font-size: 18px;
}

.flex-direction{
  flex-direction: column-reverse;
}

.fixed-scroll-bar {
  right: 10px;
  bottom: 10px;
}

.fixed-scroll-bar ul {
  display: block;
}

.fixed-scroll-bar ul li img {
  width: 40px;
  height: 40px;
}

.fixed-scroll-bar ul li a .text {
  display: none;
}
}




.index-list {
  font-size: 28px;
  font-weight: 500;
}

.index-list li {
  margin-bottom: 30px;
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1400px){
  .methods .svg-white {
      bottom: 190px;
  }
  
  .methods .svg-red {
      bottom: 213px;
  }
  
  .methods .svg-fly {
      bottom: -180px;
  }

  .breadcrumb .breadcrumb-area .left-block .desc {
    font-size: 18px;
}
}

#exampleModal {
  background: #434f53;
}

@media(max-height:750px){
  .tabs-component{
    bottom: 0;
    left: 0;
  }
  .options .top-area .title{
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .tabs-area .tab {
    width: 23%;
    width: 100%;
  }
  
  .tabcontent .left, .tabcontent_2 .left {
    width: 35%;
    width: 100%;
  }
  
  .tabs-area .tabcontent, .tabs-area .tabcontent_2 {
    padding: 0;
  }
  
}

.breadcrumb .right-block .bottom .sub-title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}


.options-last .right-content {
  justify-content: center;
}

/* question */

div#sorular-kutusu h3 {
  font-size: 24px;
  color: #d52b1e;
  margin: 0 0 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.soru {
  text-align: left;
  padding-left: 100px;
}

.soru .form-check {
  font-size: 24px;
  margin-bottom: 15px;
  color: #222;
}

button.btn.btn-primary.ileri {
  border: none;
  text-decoration: none;
  background-color: #d52b1e;
  color: #fff;
  border-radius: 7px;
  padding: 0.5rem 1.36rem;
  font-weight: 700;
  font-size: 18px;
  min-width: 8.3rem;
  cursor: pointer;
}

#soru-formu .button-area {
  display: flex;
  padding-left: 100px;
  margin-top: 40px;
}

#sonuc-kutusu .text-center.top-red-title {
  text-align: left;
  font-size: 32px;
  color: #d52b1e;
  margin-bottom: 30px;
}

.text-center.point {
  font-size: 18px;
  text-align: left;
  color: #222;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.text-center.point span {
  font-weight: 600;
  font-size: 22px;
  margin-right: 5px;
}

.text-center.level-title {
  text-align: left;
  font-size: 32px;
  color: #222;
  font-weight: 600;
  margin-bottom: 30px;
}

.text-center.level-title #sonuc_mesaji {
  color: #d52b1e;
}

.bottom-desc {
  font-size: 24px;
  text-align: left;
  color: #222;
}


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

body.native-media-modal-open {
  overflow: hidden;
}

.native-media-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.native-media-modal.is-open {
  display: flex;
}

.native-media-modal__content {
  position: relative;
  width: min(100%, 1080px);
  max-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.native-media-modal__image {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
}

.native-media-modal__iframe {
  width: min(100%, 1080px);
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.native-media-modal__close {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}