@media (max-width: 575px)@charset "UTF-8";

@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oswald:wght@200..700&display=swap');
:root {
  --theme-color: #078dd6;
  --title-color: #113D48;
  --body-color: #6E7070;
  --hell: #E9F6F9;
  --hell2: #F3F4F6;
  --black-color: #000000;
  --black-color2: #0D0D0C;
  --gray-color: #E1E4E5;
  --white-color: #ffffff;
  --light-color: #e6f2f9;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #e6f2f9;
  --title-font: "Oswald", sans-serif;
  --body-font: "Manrope", sans-serif;
  --style-font: "Manrope", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 2s;
  
  --gruen:                        #c1d964;
  --blau:                         #078dd6;
  --hell:                         #e6f2f9;
  --hell2:                        #F4F7E6;
  --grau:                         #4b5255;
  --orange:                       #FF8D11;
  --rot:                          #EB4325;
  --p-color:                      #6f7578;
  --dark:                         #212529;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active,
a.nice-select.open, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.18;
  display: inline-block;
  text-shadow: 3px 5px 16px rgba(0,0,0,1);
}

h1 strong {
  font-family: var(--body-font);
  font-size: 30px;
  color: var(--dark);
  display: block;
  line-height: 40px;
  background: rgba(255,255,255,0.75);
  padding: 4px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 12px;
  text-shadow: none;
}
.h2,
h2 {
  font-size: 40px;
  line-height: 1.327;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
}

.h4,
h4 {
  font-size: 21px;
  line-height: 1.417;
}

.h5,
h5 {
  font-size: 21px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 54px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  .h4,
  h4 {
    font-size: 23px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  h1 strong {
    font-size: 30px;
    line-height: 33px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 23px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1776px;
  }
}

@media only screen and (min-width: 1300px) {
  .th-container2 {
    --main-container: 1544px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*------------------- 2.2. Grid -------------------*/

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gy-10 {
  --bs-gutter-y: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

section[id] {
  scroll-margin-top: 100px; /* oder so hoch wie dein fixes Menü */
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid var(--gray-color);
  color: var(--body-color);
  background-color: var(--white-color);
  font-size: 14px;
  width: 100%;
  font-family: var(--body-font);
  font-weight: 400;
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--white-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i,
.form-group > img {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 17px;
  font-size: 14px;
  color: var(--body-color);
}

.form-group > i.fa-envelope,
.form-group > img.fa-envelope {
  padding-top: 1px;
}

.form-group > i.fa-chevron-down,
.form-group > img.fa-chevron-down {
  width: 17px;
  background-color: var(--hell2);
}

.form-group.has-label > i {
  top: 50px;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
  border-radius: 10px !important;
}

.form-rounded-10 .th-btn {
  border-radius: 10px;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  position: absolute;
  z-index: 2;
  margin-top: -13px;
  /*visibility: hidden;*/
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  /*width: 0;
  height: 0;
  display: none;*/
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type="checkbox"] ~ label:before {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: '\f111';
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. nice-select -------------------*/
:root {
  --input-height: 56px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.nice-select:after {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
  position: absolute;
  right: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 21px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  border-radius: 0;
  pointer-events: auto;
  display: block;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  border-bottom: 1px solid var(--theme-color);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(0.75) translateY(-28px);
      -ms-transform: scale(0.75) translateY(-28px);
          transform: scale(0.75) translateY(-28px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--hell);
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

/*------------------- 2.5. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 45px 0 10px 0;
  padding-bottom: 20px;
  line-height: 20px;
  height: 16px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-horizontal-gap: 15px;
  margin: 5px 7px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #113D48;
  color: #E4E4E4;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 8px;
  }
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.slider-area {
  position: relative;
}

/*------------------- 2.6. Mobile Menu -------------------*/
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding: 40px 24px 30px 24px;
  display: block;
  text-align: center;
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding: 0 12px 40px 12px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  color: var(--title-color);
  padding-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.th-mobile-menu ul li.th-active > a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--hell);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu ul .menu-item-has-children.th-active > a:after {
  content: "\f068";
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  float: right;
}

.th-menu-toggle:hover {
  background-color: var(--title-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
/*======================= 
    Preloader
=======================*/
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 30px auto;
}

.th-preloader {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.th-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.th-preloader .animation-preloader .txt-loading {
  font-family: var(--title-font);
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.th-preloader .animation-preloader .txt-loading p {
  display: inline-block;
}

.th-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.th-preloader .animation-preloader .txt-loading .characters:before {
  -webkit-animation: characters 4s infinite;
          animation: characters 4s infinite;
  color: var(--theme-color);
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.th-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* Animation of letters loading from the preloader */
@-webkit-keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes characters {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 18.8px 35px;
  border-radius: 48px;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  gap: 8px;
}

.th-btn:before {
  content: '';
  width: 0;
  height: 100%;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: var(--title-color);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  display: block;
  z-index: -1;
}

.th-btn:hover, .th-btn.active {
  color: var(--white-color);
  box-shadow: none;
}

.th-btn:hover.th-icon i, .th-btn.active.th-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.th-btn:hover:before, .th-btn.active:before {
  width: 110%;
}

.th-btn.style1:before, .th-btn.style1:after {
  background-color: var(--white-color);
}

.th-btn.style1:hover {
  color: var(--title-color);
}

.th-btn.style1:hover:before, .th-btn.style1:hover:after {
  background-color: var(--white-color);
}

.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.th-btn.style2:hover {
  color: var(--black-color2);
  border: 1px solid var(--white-color);
}

.th-btn.style2:hover:after {
  background-color: var(--title-color);
}

.th-btn.style2:before {
  background-color: var(--white-color);
}

.th-btn.style3 {
  background-color: var(--title-color);
  color: var(--white-color);
  box-shadow: none;
  border: none;
}

.th-btn.style3:before {
  background-color: var(--theme-color);
}

.th-btn.style4 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 14px 25px;
}

.th-btn.style4.th-icon:after {
  background-color: var(--title-color);
}

.th-btn.style4:hover {
  color: var(--title-color);
  border: 1px solid var(--title-color);
}

.th-btn.style4:hover.th-icon:after {
  background-color: var(--title-color);
}

.th-btn.style4:before {
  background-color: var(--title-color);
}

.th-btn.white-btn {
  background-color: var(--white-color);
  color: var(--black-color2);
}

.th-btn.btn-fw {
  width: 100%;
  padding: 18px 30px;
}
.th-btn.smll {
  font-size: 14px;
  padding: 9px 18px;
}

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

.link-btn:hover::before {
  width: 100%;
}

.line-btn {
  font-family: var(--body-font);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--theme-color);
}

.line-btn.th-icon i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:hover {
  color: var(--title-color);
}

.line-btn:hover.th-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 11px);
}

.sub-title {
  display: block;
  color: var(--title-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--style-font);
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .sub-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.box-subtitle {
  margin-bottom: 8px;
}

.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}

.box-title2 a {
  color: inherit;
}

.box-title2 a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 18px;
  line-height: 26px;
}

.sec-text.style2 {
  max-width: 776px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sec-text.style2 {
    display: block;
    margin: auto auto 50px auto;
    text-align: center;
  }
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 11px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

.title-area.has-bg {
  background: rgba(0,0,0,0.5);
  padding: 12px 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

hr.title-line {
  margin-top: 0;
  background-color: var(--th-border-color);
  opacity: 1;
}

.sec-btn {
  text-align: center;
}

.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}

/* Large devices */
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sub-title {
    margin-bottom: 10px;
  }
}

/*------------------- 3.4. Common -------------------*/
.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  background-color: #E9F6F9;
  color: var(--theme-color);
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-social a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.bg-darken {
  background: rgba(0,0,0,0.5);
  padding: 12px 24px;
}

.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.box-text {
  margin-bottom: -0.5em;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Small devices */
  /* Extra small devices */
}

.btn-group.style1 {
  gap: 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .btn-group.style1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* cursor area end ---------------------------*/
/*------------------- 3.6. Font -------------------*/

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-xs {
  font-size: 14px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--hell) !important;
}

.bg-smoke2 {
  background-color: var(--hell2) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-black2 {
  background-color: var(--black-color2) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}
.bg-hell {
  background-color: var(--hell) !important;
}
.bg-hell2 {
  background-color: var(--hell2) !important;
}

.gray-body {
  background-color: #F8FAFF;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-bottom-center {
  background-size: auto;
  background-position: bottom center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

.bg-top-left {
  background-size: auto;
  background-position: top left;
}

.th-radius {
  border-radius: 20px;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.th-ani {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.th-ani:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* Mooving Animation */
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu > ul,
.widget_nav_menu .menu,
.widget_meta > ul,
.widget_meta .menu,
.widget_pages > ul,
.widget_pages .menu,
.widget_archive > ul,
.widget_archive .menu,
.widget_categories > ul,
.widget_categories .menu,
.wp-block-categories > ul,
.wp-block-categories .menu {
  margin: -20px 0 -20px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 16px 45px 19px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--title-color);
  border-radius: 0;
  border-bottom: 1px solid var(--gray-color);
}

.widget_nav_menu a img,
.widget_nav_menu a i,
.widget_meta a img,
.widget_meta a i,
.widget_pages a img,
.widget_pages a i,
.widget_archive a img,
.widget_archive a i,
.widget_categories a img,
.widget_categories a i,
.wp-block-categories a img,
.wp-block-categories a i {
  margin-right: 8px;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a,
.wp-block-categories li:last-child a {
  border-bottom: none;
}

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span {
  color: var(--body-color);
  text-align: center;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
  color: var(--theme-color);
}

.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.wp-block-categories a:hover ~ span {
  color: var(--theme-color);
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
  background-color: var(--white-color);
  border: 1px solid var(--gray-color);
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 30px 0;
}

.widget_title {
  position: relative;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}

.widget_title:after,
.widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget_title:after {
  background-color: var(--theme-color);
  width: 30px;
}

.sidebar-area {
  margin-left: 10px;
  margin-bottom: -10px;
  /* Medium devices */
}

.sidebar-area.style2 .widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 16px);
}

.sidebar-area.style3 .widget {
  padding: var(--widget-padding-y, 24px) var(--widget-padding-x, 24px);
}

.sidebar-area.style3 .widget.tour-booking {
  padding: var(--widget-padding-y, 48px) var(--widget-padding-x, 24px);
}

@media (max-width: 991px) {
  .sidebar-area {
    margin-left: 0;
  }
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
}

.sidebar-area .widget_categories.style2 ul {
  margin: 0px 0 -15px 0;
}

.widget_info {
  padding: 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .widget_title {
  padding: 0;
  margin: -0.12em 0 30px 0;
}

.footer-widget .widget_title:before, .footer-widget .widget_title:after {
  display: none;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 21px;
  font-family: var(--body-font);
  color: #888C97;
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 0 20px;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f105";
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 2px;
  font-family: var(--icon-font);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
  box-shadow: none;
}

.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color);
}

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.about-logo {
  margin-bottom: 15px;
}

.th-widget-about .about-logo {
  margin-bottom: 33px;
}

.th-widget-about .about-text {
  color: #666666;
  margin-bottom: 20px;
  margin-top: -0.5em;
}

.th-widget-about .footer-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #888C97;
  line-height: 26px;
  padding: 0 0 0 35px;
  max-width: 277px;
  margin-top: 0;
}

.th-widget-about .footer-info:not(:last-child) {
  margin: 0 0 35px 0;
}

.th-widget-about .footer-info i {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  left: 0;
  font-size: 10px;
}

.th-widget-about .footer-info-title {
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.footer-text {
  margin-top: -0.5em;
  margin-bottom: 25px;
}

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

.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}

.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}

.icon-group a:last-child {
  margin-right: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .th-widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.info-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  /* Small devices */
}

.info-card_icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  color: var(--theme-color);
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-card_icon i {
  color: var(--theme-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-card_icon img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-card_icon:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.info-card_icon:hover i {
  color: var(--white-color);
}

.info-card_icon:hover img {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

.info-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 80px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .info-card-wrap {
    gap: 15px 40px;
  }
}

@media (max-width: 767px) {
  .info-card-wrap {
    display: block;
  }
}

@media (max-width: 767px) {
  .info-card {
    margin-bottom: 20px;
  }
}

.info-card_icon {
  color: var(--theme-color);
}

.info-card_icon i {
  background-color: var(--icon-bg, #fff);
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 500;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-card_icon i:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.info-card_text {
  font-family: var(--body-font);
  font-size: 14px;
  color: var(--body-color);
  margin-bottom: 0;
}

.info-card_link {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.info-card_link:hover {
  color: var(--theme-color);
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--black-color2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu > ul > li {
  margin: 0 6px;
}

.main-menu > ul > li > a {
  padding: 32.5px 0;
}

.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 0.9em;
  color: var(--black-color2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  color: var(--theme-color);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  border-bottom: 3px solid var(--theme-color);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu a {
  font-size: 15px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\2b";
  float: right;
  top: 1px;
  display: inline-block;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
}

.main-menu ul.sub-menu li a.active {
  color: var(--blau);
}

.main-menu ul.sub-menu li a:before {
  content: "\f061";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 23px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}

.simple-icon:has(.badge) {
  padding-right: 8px;
}

.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.header-button .th-btn {
  margin-left: 15px;
  padding: 15px 35px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .header-button .th-btn {
    display: none;
  }
}

.social-links .social-title {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: var(--body-font);
  color: var(--body-color);
}

@media (max-width: 1599px) {
  .social-links .social-title {
    display: none;
  }
}

.social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social-links a:last-child {
  margin-right: 0 !important;
}

.social-links a:hover {
  color: var(--theme-color);
}

.social-links a:hover i {
  -webkit-animation: slideTop 0.5s;
          animation: slideTop 0.5s;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
}

.header-links li:not(:last-child) {
  margin: 0 46px 0 0;
}

.header-links li:not(:last-child):after {
  content: '';
  height: 14px;
  width: 1px;
  background-color: #999999;
  position: absolute;
  top: 5px;
  right: -27px;
}

.header-links li > i {
  color: var(--black-color2);
  margin-right: 8px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--black-color2);
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-links .social-links a {
  font-size: 14px;
}

.header-top {
  padding: 10px 0;
  --body-color: $block-color2;
}

.header-top a:hover {
  color: var(--theme-color);
}

/* Header 2 end ---------------------------------- */
/* ------------------------------Header 3  Start ---------------------------------- */
.header-layout3 .menu-area {
  position: relative;
  background: rgba(13, 13, 12, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  /* Large devices */
}

@media (max-width: 1199px) {
  .header-layout3 .menu-area {
    padding: 14px 0;
  }
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background-color: var(--title-color);
}

.header-layout3 .main-menu > ul > li > a:before {
  content: '';
  position: absolute;
  height: 3px;
  left: 0;
  background: var(--white-color);
  width: 0%;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout3 .main-menu > ul > li > a:hover {
  color: var(--white-color);
}

.header-layout3 .main-menu > ul > li > a:hover:before {
  width: 100%;
}

.header-layout3 .main-menu > ul > li > a.active:before {
  width: 100%;
  background: var(--blau);
}

.header-layout3 .main-menu ul li.menu-item-has-children > a:hover:after {
  color: var(--black-color2);
}

.header-layout3 .header-logo {
  padding: 0;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .header-layout3 .header-logo {
    padding: 0;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .header-logo {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header-logo {
    display: inline-block;
    width: auto;
    max-width: 300px;
  }
}
@media (max-width: 375px) {
  .header-layout3 .header-logo {
    padding: 0;
    max-width: 150px;
  }
}

.header-layout3 .header-right-button {
  position: absolute;
  top: 35px;
  right: 72px;
  /* Large devices */
}

@media (max-width: 1599px) {
  .header-layout3 .header-right-button {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .header-layout3 .header-right-button {
    top: 25px;
    right: 20px;
  }
}

@media (max-width: 1340px) {
  .header-layout3 .header-right-button {
    position: relative;
  }
  .header-layout3 .header-right-button .simple-btn {
    display: none;
  }
}
.sideMenuToggler.simple-btn {
  color: var(--dark);
  background-color: #fff;
  font-size: 16px;
  margin-top: -5px;
  margin-right: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 12px 24px;
}
.sideMenuToggler.simple-btn:hover {
  color: var(--blau);
}
.header-layout3 .main-menu > ul > li {
  margin: 0px 8px;
  /* Medium Large devices */
}

@media (max-width: 1499px) {
  .header-layout3 .main-menu > ul > li {
    margin: 0 10px;
  }
}

@media (max-width: 1299px) {
  .header-layout3 .main-menu > ul > li {
    margin: 0 8px;
  }
}

.header-layout3 .main-menu > ul > li > a {
  color: var(--white-color);
  padding: 38.5px 0px;
}

.header-layout3 .main-menu > ul > li > a:after {
  color: var(--white-color) !important;
}

/* ------------------------------ Header 3  End ---------------------------------- */
/* Define animation for each character    */
.split-heading-title.animated-character {
  display: inline-block;
  -webkit-animation: fadeInChar 0.5s ease-in-out forwards;
          animation: fadeInChar 0.5s ease-in-out forwards;
}

.animated-character {
  -webkit-animation: animateCharacter 0.5s forwards;
          animation: animateCharacter 0.5s forwards;
}

@-webkit-keyframes animateCharacter {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animateCharacter {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* --------------------------------
heding animation start 
------------------------------------ */
.title-area {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.heading-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  white-space: break-spaces;
  gap: 0px 12px;
}

.heading-title .sec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.heading-title .sec-title .split-heading-title {
  -webkit-animation: heading-anim-fade-out 2s ease calc(0.05s * var(--char-index)), heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
          animation: heading-anim-fade-out 2s ease calc(0.05s * var(--char-index)), heading-anim-fade-in 3s ease calc(0.05s * var(--char-index));
}

@-webkit-keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes heading-anim-fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes heading-anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cus-heading-animation-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* --------------------------------
heding animation  end
------------------------------------ */
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.widget-area {
  padding-top: 100px;
  padding-bottom: 46px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.copyright-wrap {
  padding: 18px 0;
  background-color: #262A36;
}

.copyright-wrap .copyright-text {
  color: var(--white-color);
}

.copyright-wrap .copyright-text a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.copyright-wrap .copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}

.th-widget-contact {
  margin-bottom: -0.4em;
}

.info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.info-box_text .icon {
  color: var(--body-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: #E9F6F9;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-box_text .icon:hover {
  background-color: var(--theme-color);
}

.info-box_text .icon:hover img {
  -webkit-filter: contrast(0) brightness(2);
          filter: contrast(0) brightness(2);
}

.info-box_text .details {
  margin-top: -0.3em;
}

.info-box_text .details p {
  margin-bottom: 0;
}

.info-box_text a {
  color: inherit;
}

.info-box_text a:hover {
  color: var(--theme-color);
}

.info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

.copyright-text {
  margin: 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}

/* footer layout  2 start --------------------------*/
.footer-layout2 {
  --body-color: #E9F6F9;
}

.footer-layout2 .newsletter-top {
  border-bottom: 1px solid rgba(233, 246, 249, 0.2);
}

.footer-layout2 .widget-area {
  padding-bottom: 70px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .footer-layout2 .widget-area {
    padding-bottom: 30px;
  }
}

.footer-layout2 .footer-widget .widget_title {
  color: var(--white-color);
}

.footer-layout2 .footer-widget.widget_nav_menu a {
  font-weight: 400;
}

.footer-layout2 .footer-widget.widget_nav_menu a:not(:hover) {
  color: #E9F6F9;
}

.footer-layout2 .about-text {
  color: #E9F6F9;
  font-weight: 400;
  margin-bottom: 22px;
}

.footer-layout2 .th-social a {
  --icon-size: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  margin-right: 10px;
  /* Medium Large devices */
}

.footer-layout2 .th-social a:hover {
  background-color: var(--theme-color);
}

@media (max-width: 1299px) {
  .footer-layout2 .th-social a {
    margin-right: 5px;
  }
}

.footer-layout2 .info-box_text .icon {
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.2);
}

.footer-layout2 .info-box_text .icon:hover {
  background-color: var(--theme-color);
}

.footer-layout2 .info-box_text .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer-layout2 .copyright-wrap {
  background-color: transparent;
  border-top: 1px solid rgba(233, 246, 249, 0.2);
}

.footer-layout2 .copyright-wrap .copyright-text {
  font-size: 14px;
}

.footer-layout2 .copyright-wrap .copyright-text a {
  color: var(--white-color);
}

/* footer layout  2 end --------------------------*/
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-content {
  position: relative;
}

.breadcumb-menu {
  display: inline-block;
  width: auto;
  padding: 2px 12px 3px;
  margin: 25px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
  background: var(--blau);
  border-radius: 30px;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "";
  background-image: url(../img/icon/arrow-right2.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 2px;
  width: 16px;
  height: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 6px;
  color: #fff;
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-family: var(--body-font);
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.breadcumb-menu a:hover {
  color: var(--dark);
}

.breadcumb-title {
  display: block;
  margin: -0.12em 0 6px 0;
  font-size: 54px;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 700;
}

.th-breadcumb-bg {
  position: absolute;
  inset: 0;
}

.breadcumb-wrapper {
  position: relative;
  background-color: var(--title-color);
  background-position: center center;
  padding: 163px 0;
  overflow: hidden;
  text-align: center;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 150px 0;
  }
  .breadcumb-title {
    margin: -0.18em 0 -0.18em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 13px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 100px 0 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  
  .breadcumb-title {
    font-size: 36px;
    line-height: 44px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
  .breadcumb-title {
    font-size: 30px;
    line-height: 35px;
  }
  .breadcumb-menu {
    margin: 15px 0 -0.5em 0;
  }
}

.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  margin-right: 12px;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}

.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
  padding-right: 16px;
}

.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 15px;
  }
  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
  }
  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 0;
  }
  .blog-meta span:not(:last-child):after,
  .blog-meta a:not(:last-child):after {
    display: none;
  }
}

.blog-audio,
.blog-img,
.blog-video {
  line-height: 1px;
}

.blog-audio img,
.blog-img img,
.blog-video img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-blog {
  margin-bottom: 30px;
}

.blog-author {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--hell);
  border-radius: 20px;
  overflow: hidden;
}

.blog-author .auhtor-img {
  width: 212px;
  min-height: 100%;
  background-color: #00ffff;
  text-align: center;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-author .auhtor-img {
    width: 100%;
    min-height: 200px;
  }
}

.blog-author .auhtor-img img {
  width: 96px;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.blog-author .media-body {
  padding: 40px 40px 40px 40px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* Small devices */
@media (max-width: 767px) {
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-author .auhtor-img img {
    width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-author .media-body {
    padding: 35px 20px 30px 20px;
  }
}

.form-submit input[type="submit"] {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.form-submit input[type="submit"]:hover {
  background-color: var(--title-color);
}


.th-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.th-hero-bg img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-title {
    font-size: 42px;
    line-height: 1.24;
    margin-bottom: 35px;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 32px;
  }
}

.hero-slider-3 {
  position: relative;
}

.hero-style3 {
  position: relative;
  padding: 285px 0 292px 0;
  max-width: 760px;
  display: block;
  z-index: 4;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .hero-style3 {
    padding: 250px 0 340px 0;
  }
}

@media (max-width: 991px) {
  .hero-style3 {
    text-align: center;
    padding: 235px 0 150px 0;
  }
}

@media (max-width: 375px) {
  .hero-style3 {
    padding: 200px 0 115px 0;
  }
}

.hero-style3 .hero-title {
  font-size: 66px;
  line-height: 68px;
  color: var(--white-color);
  margin-top: -1.2rem;
  margin-bottom: 7px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style3 .hero-title {
    font-size: 56px;
    line-height: 58px;
  }
}

@media (max-width: 1199px) {
  .hero-style3 .hero-title {
    font-size: 48px;
    line-height: 50px;
    margin-top: -1.0rem;
  }
}

@media (max-width: 767px) {
  .hero-style3 .hero-title {
    font-size: 36px;
    line-height: 37px;
  }
}

@media (max-width: 575px) {
  .hero-style3 .hero-title {
    font-size: 30px;
    line-height: 31px;
    margin-top: -0.8rem;
  }
}

@media (max-width: 375px) {
  .hero-style3 .hero-title {
    font-size: 22px;
    line-height: 22px;
  }
}

.hero-style3 .hero-text {
  color: var(--white-color);
  font-size: 18px;
  max-width: 451px;
  margin-bottom: 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero-style3 .hero-text {
    display: block;
    margin: auto auto 40px auto;
  }
}

.hero3Thumbs {
  position: relative;
  right: 0;
  bottom: 70px;
  max-width: 424px;
  height: 186px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
/*
@media (max-width: 1299px) {
  .hero3Thumbs {
    bottom: 99px;
  }
}
*/
@media (max-width: 1199px) {
  .hero3Thumbs {
    bottom: 65px;
  }
}

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

.hero3-card {
  cursor: pointer;
}

.hero3-card_wrapp {
  position: absolute;
  bottom: 0;
  background-color: var(--theme-color);
  border-radius: 24px 24px 0 0;
  max-width: 424px;
  min-height: 196px;
  z-index: 9;
}

.hero3-card .hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  z-index: 2;
}

.hero3-card .hero-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(bottom, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  background: linear-gradient(0deg, rgba(13, 13, 12, 0.2), rgba(13, 13, 12, 0.2));
  border-radius: 16px 16px 0px 0px;
  z-index: 1;
}

.hero3-card .hero-text {
  position: relative;
  border-radius: 24px 24px 0 0;
  z-index: 2;
  padding: 15px;
}

.hero3-card .hero-text:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.5);
  border-radius: 16px 16px 0px 0px;
  z-index: 1;
  height: 161px;
}

.hero3-card .hero-text p {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
}

.hero3-swiper-custom {
  position: relative;
  right: 0;
  bottom: -186px;
  min-width: 424px;
  height: 95px;
  background-color: var(--theme-color);
  z-index: 99;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .hero3-swiper-custom {
    min-width: 390px;
  }
}

@media (max-width: 1299px) {
  .hero3-swiper-custom {
    min-width: 100%;
  }
}

@media (max-width: 991px) {
  .hero3-swiper-custom {
    bottom: 0;
  }
}

.hero3-swiper-custom .swiper-button-next,
.hero3-swiper-custom .swiper-button-prev {
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero3-swiper-custom .swiper-button-next,
  .hero3-swiper-custom .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 55%);
  }
}

.hero3-swiper-custom .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 32px);
}

.hero3-swiper-custom .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 32px);
}

.hero3-swiper-custom .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 40px);
  z-index: 8;
}

.hero3-swiper-custom .swiper-button-next,
.hero3-swiper-custom .swiper-button-prev {
  padding: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  border-radius: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero3-swiper-custom .swiper-button-next:after,
.hero3-swiper-custom .swiper-button-prev:after {
  display: none !important;
}

.hero3-swiper-custom .swiper-button-next img,
.hero3-swiper-custom .swiper-button-prev img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero3-swiper-custom .swiper-button-next:hover,
.hero3-swiper-custom .swiper-button-prev:hover {
  background-color: var(--white-color);
}

.hero3-swiper-custom .swiper-button-next:hover img,
.hero3-swiper-custom .swiper-button-prev:hover img {
  -webkit-filter: none;
          filter: none;
}

.hero3-swiper-custom .swiper-pagination {
  color: var(--white-color);
}

.hero3-wrapper {
  position: relative;
  margin-top: -281px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .hero3-wrapper {
    margin-top: 0;
  }
  .hero3-wrapper .container {
    max-width: 100%;
  }
}

.hero-inner {
  height: 100vh; 
}
/*------------------- 4.9. Error  -------------------*/
.error-img {
  text-align: center;
  min-width: 926px;
  margin-left: -100px;
  /* Medium Large devices */
}

@media (max-width: 1699px) {
  .error-img {
    min-width: 100%;
  }
}

@media (max-width: 1299px) {
  .error-img {
    margin-left: 0;
  }
}

.error-title {
  margin-bottom: 20px;
}

.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.error-subtitle {
  font-size: 28px;
  font-weight: 600;
  /* Large devices */
}

@media (max-width: 1199px) {
  .error-subtitle {
    font-size: 18px;
  }
}

.error-content {
  margin-right: 90px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .error-content {
    margin-right: 0;
  }
}

.error-content .th-btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-img {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .error-text {
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .th-social a {
  box-shadow: none;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: #fff;
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

@media (max-width: 450px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 300px;
  }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content .th-widget-about .footer-info-title {
  color: var(--title-color);
}

.sidemenu-wrapper .sidemenu-content .widget_title {
  color: var(--title-color);
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

.sidemenu-wrapper .info-box_icon {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.00. Contact  -------------------*/
/* Contact Page ---------------------------------- */
.contact-form {
  background-color: var(--white-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 40px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .contact-form {
    padding: 30px;
  }
}

.contact-form select::-moz-placeholder,
.contact-form .form-control::-moz-placeholder,
.contact-form .form-select::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: var(--body-color);
}

.contact-form select::-webkit-input-placeholder,
.contact-form .form-control::-webkit-input-placeholder,
.contact-form .form-select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form input::-webkit-input-placeholder {
  color: var(--body-color);
}

.contact-form select:-ms-input-placeholder,
.contact-form .form-control:-ms-input-placeholder,
.contact-form .form-select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.contact-form input:-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-webkit-input-placeholder, .contact-form .form-control::-webkit-input-placeholder, .contact-form .form-select::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form input::-webkit-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-moz-placeholder, .contact-form .form-control::-moz-placeholder, .contact-form .form-select::-moz-placeholder, .contact-form textarea::-moz-placeholder, .contact-form input::-moz-placeholder {
  color: var(--body-color);
}

.contact-form select:-ms-input-placeholder, .contact-form .form-control:-ms-input-placeholder, .contact-form .form-select:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder, .contact-form input:-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::-ms-input-placeholder, .contact-form .form-control::-ms-input-placeholder, .contact-form .form-select::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder, .contact-form input::-ms-input-placeholder {
  color: var(--body-color);
}

.contact-form select::placeholder,
.contact-form .form-control::placeholder,
.contact-form .form-select::placeholder,
.contact-form textarea::placeholder,
.contact-form input::placeholder {
  color: var(--body-color);
}

.contact-form .nice-select .option {
  color: var(--title-color);
}

.contact-form .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.contact-form .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.contact-form .nice-select .option:hover, .contact-form .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.contact-form .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.contact-form i {
  color: #888C97;
}

.contact-form textarea.form-control,
.contact-form textarea {
  min-height: 159px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.contact-form .nice-select:after {
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
}

.contact-form .th-btn {
  padding: 19.5px 42px;
}

.contact-form .th-btn i {
  color: var(--white-color);
}

.contact-form.style2 textarea.form-control,
.contact-form.style2 textarea {
  min-height: 130px;
}

.contact-form.style2 select,
.contact-form.style2 .form-control,
.contact-form.style2 .form-select,
.contact-form.style2 textarea,
.contact-form.style2 input {
  height: 64px;
}

.form-inner {
  margin: 0 40px 0 40px;
  padding-top: 30px;
}

@media (max-width: 575px) {
  .form-inner {
    margin: 0 30px 0 30px;
    padding-top: 20px;
  }
}

.contact-form2 .nice-select .option {
  color: var(--title-color);
}

.contact-form2 .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
  font-weight: 400;
}

.contact-form2 .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.contact-form2 .nice-select .option:hover, .contact-form2 .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.contact-form2 .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.form-btn-wrapp {
  background-color: var(--theme-color);
  padding: 16px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .form-btn-wrapp {
    display: block;
  }
}

@media (max-width: 480px) {
  .form-btn-wrapp .th-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.form-btn-wrapp .th-btn:hover {
  color: var(--white-color);
}

.form-btn-wrapp .th-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.form-btn-wrapp .contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.form-btn-wrapp .contact-info_link {
  color: var(--white-color);
  margin-bottom: 0;
}

.form-btn-wrapp .contact-info_link a {
  color: inherit;
}

.contact-form-area {
  background-color: var(--white-color);
  border-radius: 16px 16px 0 0;
  margin-top: 152px;
}

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

.contact-text {
  max-width: 369px;
  font-size: 18px;
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  /* Medium devices */
}

.global-img:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.global-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

@media (max-width: 991px) {
  .global-img {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

.global-img:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.global-img:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.about-item:not(:last-child) {
  margin-bottom: 30px;
}

.about-item.style2 .about-item_img {
  background-color: var(--hell);
}
.about-item.style2 .about-item_img img {
  max-width: 44px;
  max-height: 44px;
}

.about-item_img {
  min-width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-item_img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-item_img:hover {
  background-color: var(--title-color);
}

.about-item_img:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.about-item_img i {
  color: var(--blau);
  font-size: 24px;
}

.about-item .box-title {
  margin-bottom: 7px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-item .box-title {
    font-size: 20px;
  }
}

.about-item_text {
  margin-bottom: -0.3rem;
}

/* About area 1 end -------------------------*/
/* About area start --------------------------*/
.img-box3 {
  position: relative;
  margin-left: -110px;
  /* Large devices */
}

@media (max-width: 1599px) {
  .img-box3 {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .img-box3 {
    margin-bottom: 40px;
  }
}

.img-box3 img {
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box3 img {
    width: 100%;
  }
}

.img-box3 .img1 img {
  border-radius: 24px;
}

.img-box3 .img2 {
  position: absolute;
  top: 25%;
  right: 12%;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .img-box3 .img2 {
    right: 0;
  }
}

@media (max-width: 575px) {
  .img-box3 .img2 {
    position: relative;
    margin-top: 20px;
  }
}

.img-box3 .img2 img {
  border-radius: 24px;
  border: 5px solid var(--white-color);
}

.img-box3 .img3 {
  position: relative;
  margin-top: 30px;
  z-index: 3;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .img-box3 .img3 {
    margin-top: 20px;
  }
}

.img-box3 .img3 img {
  border-radius: 24px;
  border: 5px solid var(--white-color);
}

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.th-team {
  position: relative;
}

.th-team .team-img {
  position: relative;
  overflow: hidden;
}

.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .team-desig {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: -0.45em;
  color: var(--black-color2);
}

.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .th-social a {
  --icon-size: 32px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-size: 14px;
}

.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-team .box-title {
  margin-bottom: 0;
}

.team-box {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  --space: 56px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.team-box .team-img {
  max-width: calc(100% - var(--space)* 2);
  margin: 0 auto;
  border: 3px solid var(--white-color);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}

.team-box .team-img img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-box .team-content {
  position: relative;
  padding: 130px 16px 16px 16px;
  margin-top: -100px;
  background-color: var(--white-color);
  border-radius: 16px;
  z-index: 2;
}

.team-box .media-body {
  position: relative;
  border-radius: 16px;
  background-color: #E9F6F9;
  padding: 24px 28px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 2;
  overflow: hidden;
}

.team-box .box-title {
  color: var(--black-color2);
}

.team-box .box-title a {
  color: inherit;
}

.team-box .team-desig {
  margin-bottom: 12px;
}

.team-box:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-box:hover .media-body {
  background-color: var(--theme-color);
}

.team-box:hover .box-title {
  color: var(--white-color);
}

.team-box:hover .team-desig {
  color: var(--white-color);
}

.team-box:hover .th-social a {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

/* Team box end ---------------------*/
/* Team grid start -------------------------*/
.team-grid {
  position: relative;
  background-color: var(--hell);
  text-align: center;
  border-radius: 16px;
  --space: 72px;
}

.team-grid .team-img {
  border-radius: 16px 16px 0 0;
}

.team-grid .team-img img {
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-grid .team-img2 {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  margin-top: -140px;
  border: 3px solid var(--white-color);
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  z-index: 3;
}

.team-grid .team-img2 img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.team-grid .team-content {
  position: relative;
  padding: 24px 16px 16px 16px;
  border-radius: 16px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
}

.team-grid .media-body {
  position: relative;
  border-radius: 16px;
  /*background-color: #fff;*/
  padding: 24px 28px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2;
  overflow: hidden;
}

.team-grid .box-title {
  color: var(--black-color2);
}

.team-grid .box-title a {
  color: inherit;
}

.team-grid .team-desig {
  margin-bottom: 12px;
}

.team-grid:hover .team-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-grid:hover .team-img2 img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*.team-grid:hover .media-body {
  background-color: var(--theme-color);
}

.team-grid:hover .box-title {
  color: var(--white-color);
}

.team-grid:hover .team-desig {
  color: var(--white-color);
}*/

.team-grid:hover .th-social a {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

/* Team Details ---------------------------------- */
.team-details .box-title {
  font-size: 28px;
}

.team-about {
  /* Large devices */
}

@media (max-width: 1199px) {
  .team-about {
    margin-bottom: 20px;
  }
}

.team-about .th-social a:not(:hover) {
  background-color: #E4E4E4;
  color: var(--title-color);
}

.team-about.style2 {
  margin-left: 45px;
  /* Large devices */
}

.team-about.style2 .team-about_title {
  font-weight: 600;
  margin: 0 0 3px 0px;
}

.team-about.style2 .team-about_desig {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 20px;
}

.team-about.style2 .team-about_text {
  line-height: 26px;
  max-width: 465px;
}

.team-about_title {
  font-size: 40px;
  margin: -0.8rem 0 20px 0px;
}


@media (max-width: 767px) {
  .team-about_title {
    font-size: 30px;
  }
  .team-about.style2 {
    margin: 0;
  }
}

.team-about_desig {
  font-weight: 500;
  color: var(--body-color);
  margin-bottom: 23px;
}

.team-about .box-title {
  font-size: 28px;
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Team card start ----------------------------*/
.testiSlider1 {
  overflow: visible;
  margin: 0 -30px !important;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .testiSlider1 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .testiSlider1 {
    margin: 0 !important;
  }
}

.testiSlider1 .swiper-slide {
  margin-top: 98px !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testiSlider1 .swiper-slide {
    margin-top: 58px !important;
  }
}

.testiSlider1 .swiper-slide.swiper-slide-active {
  margin-top: 0 !important;
  margin-bottom: 80px !important;
  width: calc(716px) !important;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .testiSlider1 .swiper-slide.swiper-slide-active {
    width: 60% !important;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .testiSlider1 .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}

.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote {
  background-color: var(--theme-color);
}

.testiSlider1 .swiper-slide.swiper-slide-active .testi-card-quote img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.testiSlider1 .swiper-wrapper {
  visibility: visible;
}

.testi-card {
  position: relative;
  padding: 40px 40px 64px;
  background: #E9F6F9;
  border-radius: 24px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .testi-card {
    padding: 30px 30px 64px;
  }
}

@media (max-width: 575px) {
  .testi-card {
    padding: 25px 25px 64px;
  }
}

.testi-card_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .testi-card_wrapper {
    display: block;
  }
}

.testi-card_wrapper:nth-child(even) .testi-card {
  margin-top: 0px;
}

.testi-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.testi-card .box-title {
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card .box-title {
    font-size: 20px;
  }
}

.testi-card_review i {
  color: #FFA944;
  font-size: 14px;
  margin-right: 3px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testi-card_review i {
    font-size: 12px;
  }
}

.testi-card_text {
  color: var(--black-color2);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -0.3rem;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-card_text {
    font-size: 18px;
  }
}

.testi-card-quote {
  width: 78px;
  height: 78px;
  line-height: 70px;
  text-align: center;
  background-color: var(--white-color);
  border: 4px solid var(--white-color);
  border-radius: 50%;
  position: absolute;
  left: 48%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* testi box area end -----------------------*/
/* testi grid area end -----------------------*/
.testiSlide3 {
  position: relative;
  z-index: 9;
}

.testi-grid {
  position: relative;
  text-align: center;
  max-width: 563px;
  display: block;
  margin: auto;
}

.testi-grid_author {
  max-width: 80px;
  display: block;
  margin: auto auto 30px auto;
}

.testi-grid_author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testi-grid .box-title {
  margin-bottom: 0;
}

.testi-grid_text {
  font-size: 18px;
  color: var(--black-color2);
  font-weight: 500;
  margin-bottom: 30px;
}

.testi-grid-thumb {
  position: relative;
  margin-top: -450px;
  height: 700px;
  /* Extra small devices */
}

@media (max-width: 990px) {
  .testi-grid-thumb {
    display: none;
  }
}

@media (max-width: 575px) {
  .testi-grid-thumb {
    margin-bottom: 50px;
  }
}

.testi-grid-thumb .swiper-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: visible;
}

.testi-grid-thumb .swiper-slide {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  content: "";
  position: absolute;
  margin: 0;
  max-width: 64px;
  height: 64px;
}

.testi-grid-thumb .swiper-slide img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testi-grid-thumb .swiper-slide:first-child {
  top: 5%;
  left: 15%;
}

.testi-grid-thumb .swiper-slide:nth-child(2) {
  top: 30%;
  left: 5%;
}

.testi-grid-thumb .swiper-slide:nth-child(3) {
  bottom: 30%;
  left: 13%;
}

.testi-grid-thumb .swiper-slide:nth-child(4) {
  top: 10%;
  right: 10%;
}

.testi-grid-thumb .swiper-slide:nth-child(5) {
  top: 40%;
  right: 5%;
}

.testi-grid-thumb .swiper-slide:nth-child(6) {
  bottom: 30%;
  right: 13%;
}

.testi-grid-thumb .swiper-slide-thumb-active .box-img img {
  object-fit: cover;
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-grid-thumb .swiper-slide-thumb-active .box-img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.testi-area3 {
  height: 700px;
}


/* Blog Grid ---------------------------------- */
.blog-grid.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-grid.style2 {
    display: block;
  }
}

.blog-grid.style2 .blog-content {
  padding: 47px 40px 51px 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid.style2 .blog-content {
    padding: 30px;
  }
}

.blog-grid.style2 .blog-img {
  min-width: 424px;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .blog-grid.style2 .blog-img {
    min-width: 312px;
  }
}

@media (max-width: 1199px) {
  .blog-grid.style2 .blog-img {
    min-width: 367px;
  }
}

@media (max-width: 991px) {
  .blog-grid.style2 .blog-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .blog-grid.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid.style2 .blog-img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .blog-grid.style2 .blog-img {
    min-width: 100%;
  }
}

.blog-grid .blog-img {
  position: relative;
  overflow: hidden;
  height: 220px;
  border-radius: 16px;
  margin-bottom: 40px;
}

.blog-grid .blog-img img {
  border-radius: 16px;
}

.blog-grid .blog-meta span,
.blog-grid .blog-meta a {
  color: var(--black-color2);
}

.blog-grid .blog-content {
  padding: 47px 40px 40px 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid .blog-content {
    padding: 30px;
  }
}

.blog-grid .blog-meta {
  margin: -0.3rem 0 20px 0;
}

.blog-grid .box-title {
  margin-bottom: 32px;
  color: var(--black-color2);
}

.blog-grid .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blog-grid .box-title a:hover {
  background-size: 100% 2px;
}

.blog-grid .blog-img {
  overflow: hidden;
}

.blog-grid .blog-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-grid .blog-meta {
  margin: -0.4em 0 18px 0;
}

.blog-grid .blog-meta span,
.blog-grid .blog-meta a {
  /* Extra small devices */
}

@media (max-width: 375px) {
  .blog-grid .blog-meta span,
  .blog-grid .blog-meta a {
    font-size: 14px;
  }
}

.blog-grid .blog-meta span > i,
.blog-grid .blog-meta a > i {
  color: var(--theme-color);
  font-size: 14px;
}

.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}

.loadcontent {
  display: none;
}

.th-loader {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.sec-desc {
  max-width: 470px;
}

.download-btn {
  background-color: var(--title-color);
  max-width: 190px;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
}

/*------------------- 4.00. Category -------------------*/
/* category area start --------------------------*/
.categorySlider .swiper-pagination-bullets {
  max-width: 250px;
  display: block;
  margin: 50px auto auto;
  overflow: hidden;
}

.category-area {
  padding: 165px 0 120px 0;
  margin-top: -55px;
}

.category-area .th-container {
  --main-container: 1750px;
}

.category-area .swiper-wrapper {
  
}

.category-area .swiper .swiper-slide {
  height: 560px;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 0 12px 24px;
}

@media (max-width: 599px) {
  .category-area .swiper .swiper-slide {
    height: 760px;
  }
}

.category-card {
  text-align: center;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.category-card .box-img {
  margin: 0 -12px 22px;
}

.category-card .box-img img {
  border-radius: 16px 16px 0 0;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.category-card .box-title {
  margin-bottom: 0;
}

.category-card .line-btn:before {
  display: none;
}

.category-card:hover .box-img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
  border: 1px solid var(--title-color);
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  position: relative;
  z-index: 3;
}

.accordion-card:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-card .accordion-button {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: transparent;
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 75px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.accordion-card .accordion-button:after {
  content: "\f107";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed):after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: var(--body-color);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  border-radius: 0;
  border: none;
  padding: 0px 30px 30px;
}

.accordion-card .faq-text {
  color: var(--body-color);
  margin-bottom: -0.48em;
  margin-top: -0.48em;
}

/* Medium devices */
@media (max-width: 991px) {
  .accordion-card .accordion-button {
    font-size: 20px;
    min-height: 70px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    padding: 12px 45px 12px 20px;
  }
  .accordion-card .accordion-body {
    padding: 0px 20px 30px;
  }
}

.faq-img1 {
  margin-left: -180px;
  width: 817px;
  height: 617px;
  /* Large devices */
}

.faq-img1.style2 {
  margin-left: -280px;
}

@media (max-width: 1399px) {
  .faq-img1.style2 {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1399px) {
  .faq-img1 {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .faq-img1 {
    margin-bottom: 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

.accordion-item {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: transparent;
  overflow: hidden;
  min-width: 336px;
  /* Small devices */
}

@media (max-width: 767px) {
  .accordion-item {
    min-width: 100%;
  }
}

.accordion-item_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-item_wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .accordion-item_wrapp {
    display: block;
  }
}

.accordion-item_number {
  border: 1px solid var(--gray-color);
  width: 69px;
  height: 32px;
  padding: 2px 24.5px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  color: var(--gray-color);
}

.accordion-item_content {
  color: #fff;
  padding: 0 30px 0px 110px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .accordion-item_content {
    padding: 0 30px 0px 0px;
  }
}

.accordion-item .box-title {
  margin-bottom: 0;
}

.accordion-item i {
  font-size: 20px;
  font-weight: 400;
  color: var(--title-color);
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .accordion-item i {
    font-size: 24px;
  }
}

.accordion-item .accordion-button {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background: transparent;
  padding: 20px 0 20px 0;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border-radius: 0 !important;
}

.accordion-item .accordion-button:after {
  display: none;
}

.accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
  background-color: transparent;
  padding: 20px 0 0px 0;
}

.accordion-item .accordion-button:not(.collapsed) .accordion-item_number {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.accordion-item .accordion-button:not(.collapsed) i {
  color: var(--theme-color);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-item .accordion-button:not(.collapsed):after {
  content: '\f068';
}

.accordion-item .accordion-button.collapsed {
  border-bottom: 1px solid var(--gray-color);
}

.accordion-item .accordion-collapse {
  border: none;
}

.accordion-item .accordion-collapse .accordion-body {
  border-color: var(--theme-color);
}

.accordion-item .accordion-body {
  background-color: transparent;
  border: none;
  padding: 0px;
  border-bottom: 1px solid var(--gray-color);
}

.accordion-item .faq-img {
  height: 100%;
}

.accordion-item .faq-img img {
  height: 100%;
  object-fit: cover;
}

.accordion-item-wrapp {
  padding: 0;
}

.accordion-item-wrapp li {
  list-style: none;
}

.th-loader {
  position: relative;
}

.loadcontent {
  display: none;
}

/*------------------- 4.00. Tour -------------------*/
/* tour start ------------------------*/
.tour-box {
  position: relative;
  background-color: var(--white-color);
  border: 1px solid #BCCED2;
  border-top: transparent;
  border-radius: 16px;
  overflow: hidden;
}

.tour-box_img {
  position: relative;
  border-radius: 16px 16px 0 0;
  z-index: 2;
  overflow: hidden;
  /* Medium devices */
}

@media (max-width: 991px) {
  .tour-box_img {
    margin-bottom: 0;
  }
}

.tour-box_img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
}

.tour-box_img img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  -webkit-transition: 1.3s all ease;
  transition: 1.3s all ease;
}

.tour-box .tour-content {
  padding: 24px 24px 16px 24px;
}

.tour-box .box-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

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

.tour-box .tour-action i {
  margin-right: 8px;
}

.tour-box .tour-action span {
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
}

.tour-box .tour-action .th-btn {
  font-weight: 500;
  padding: 10px 19.5px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .tour-box .tour-action .th-btn {
    padding: 10px 15px;
  }
}

.tour-box .tour-action .th-btn:after {
  -webkit-mask-image: url(../img/icon/arrow-right3.svg);
          mask-image: url(../img/icon/arrow-right3.svg);
}

.tour-box:hover {
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
}

.tour-box:hover .tour-box_img img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.tour-slider {
  position: relative;
}

/*------------------- 4.00. CTA -------------------*/
.cta-area {
  padding: 145px 0;
}

/*------------------- 4.00. Booking -------------------*/
/* booking area  start --------------------*/
.booking-form {
  position: relative;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  padding: 25px 32px;
  z-index: 3;
  margin-top: -55px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form {
    padding: 20px 20px;
  }
}

.booking-form.style2 {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 0;
  padding: 27px 32px;
  border-radius: 16px 0px 0px 0px;
  box-shadow: none;
  border: none;
  min-width: 896px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .booking-form.style2 {
    min-width: 849px;
  }
}

@media (max-width: 1299px) {
  .booking-form.style2 {
    min-width: 780px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 {
    min-width: 640px;
  }
}

@media (max-width: 991px) {
  .booking-form.style2 {
    min-width: 100%;
    box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.15);
    border-radius: 16px;
  }
}

.booking-form.style2 .input-wrap .form-group {
  margin-bottom: 0;
  height: 41px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group {
    height: 100%;
    padding-bottom: 0;
    padding-left: 13px;
  }
}

@media (max-width: 991px) {
  .booking-form.style2 .input-wrap .form-group {
    height: 100%;
  }
}

.booking-form.style2 .input-wrap .form-group .search-input {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group .search-input {
    min-width: 95%;
  }
}

.booking-form.style2 .input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #E1E4E5;
  padding-left: 25px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group:not(:first-child) {
    border-left: none;
    padding-left: 12px;
  }
}

.booking-form.style2 .input-wrap .form-group .nice-select:after {
  /* Large devices */
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

.booking-form.style2 .input-wrap .form-btn .th-btn {
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .booking-form.style2 .input-wrap .form-btn .th-btn {
    padding: 15px 35px;
  }
}

@media (max-width: 1199px) {
  .booking-form.style2 .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.input-wrap .form-group {
  margin-bottom: 0;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  /* Medium devices */
  /* Small devices */
  /* Medium devices */
}

@media (max-width: 991px) {
  .input-wrap .form-group {
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .input-wrap .form-group .search-input {
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  .input-wrap .form-group .search-input {
    min-width: 95%;
  }
}

.input-wrap .form-group:not(:first-child) {
  border-left: 1px solid #E1E4E5;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .input-wrap .form-group:not(:last-child) {
    border: none;
  }
}

.input-wrap .form-group .icon i {
  font-size: 24px;
  color: var(--theme-color);
  /* Large devices */
}

@media (max-width: 1199px) {
  .input-wrap .form-group .icon i {
    font-size: 18px;
  }
}

.input-wrap .form-group label {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--black-color);
  margin: 0;
}

.input-wrap .form-group input {
  padding: 0 0 0 37px;
  font-size: 16px;
  font-weight: 600;
}

.input-wrap .form-group .nice-select {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.input-wrap .form-group .nice-select:after {
  top: 10px;
  right: -20px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .input-wrap .form-group .nice-select:after {
    right: 20px;
  }
}

.input-wrap .form-group .nice-select.open .list {
  -webkit-animation: fade-down .3s linear;
          animation: fade-down .3s linear;
}

.input-wrap .form-group .nice-select .list {
  overflow-y: scroll;
  z-index: 9;
}

.input-wrap .form-group .nice-select .list {
  width: 300px;
}

.input-wrap .form-group select,
.input-wrap .form-group .form-control,
.input-wrap .form-group .form-select,
.input-wrap .form-group textarea,
.input-wrap .form-group .nice-select,
.input-wrap .form-group input {
  height: 30px;
  line-height: 30px;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color2);
  /* Large devices */
}

@media (max-width: 1199px) {
  .input-wrap .form-group select,
  .input-wrap .form-group .form-control,
  .input-wrap .form-group .form-select,
  .input-wrap .form-group textarea,
  .input-wrap .form-group .nice-select,
  .input-wrap .form-group input {
    font-size: 14px;
  }
}

.input-wrap .form-group .nice-select .option {
  color: var(--title-color);
  display: block;
}

.input-wrap .form-group .nice-select .option p {
  display: block;
}

.input-wrap .form-group .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
  font-weight: 400;
}

.input-wrap .form-group .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}

.input-wrap .form-group .nice-select .option:hover, .input-wrap .form-group .nice-select .option.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.input-wrap .form-group .nice-select.open .list {
  border-bottom: 3px solid var(--theme-color);
}

.input-wrap .form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* Medium devices */
}

@media (max-width: 991px) {
  .input-wrap .form-btn {
    display: block;
  }
  .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

.input-wrap .form-btn .th-btn {
  padding: 15px 45px;
  /* Small devices */
}

@media (max-width: 767px) {
  .input-wrap .form-btn .th-btn {
    width: 100%;
  }
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-152 {
  padding-top: 152px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mt-n1 {
  margin-top: -.25rem;
}

.mt-n2 {
  margin-top: -.45rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -.25rem;
}

.mb-n2 {
  margin-bottom: -.45rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mt-24 {
  margin-top: 24px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-55 {
  margin-top: 55px;
}

@media (max-width: 1500px) {
  .m-4 {
    margin: 0 !important;
  }
}

.fs-48 {
  font-size: 48px;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .fs-48 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .fs-48 {
    font-size: 30px;
  }
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

.space-extra3 {
  position: relative;
  margin: -35px 0;
  z-index: 8;
}

.text-dark {
  color: var(--title-color)!important;
}
.text-dark:hover {
  color: var(--blau)!important;
}

.team-details .fa-plus-circle, .team-details .fa-exclamation-circle {
  color: #88CD65;
}
.team-details .fa-minus-circle {
  color: #E04124;
}
ul.nolist {
  list-style: none;
  padding: 0;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.focus-block:focus-visible, a:focus {
  outline: 3px solid rgba(103,127,148,0.85) !important;
  outline-offset: 6px;
  background-color: rgba(255,255,255,0.75) !important;
  color: var(--dark) !important;
  transition: background-color 0.2s ease-in-out;
}