@import url("../fonts/Satoshi/css/satoshi.css");
@import url("../fonts/ClashDisplay/css/clash-display.css");
@import url("../fonts/Magnita/Magnita.css");
@import url("../fonts/bootstrap-icons-1.10.2/font.css");

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: transparent;
}

body {
  font-family: "Satoshi";
  font-weight: normal;
  font-size: 18px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.custom-text {
  font-family: "Satoshi";
  font-weight: normal;
  font-size: 19px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.custom-title {
  font-size: 24px;
}

.main-page-wrapper {
  overflow-x: hidden;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 500;
  color: #232524;
}

.h1, h1 {
  font-size: 85px;
  line-height: 1.023em;
}

.h2, h2 {
  font-size: 1.9em;
  line-height: 1.1em;
  font-weight: 600;
}

.h3, h3 {
  font-size: 1.9em;
  line-height: 1.1em;
  font-weight: 600;
}

.text-dark-h3 {
  font-size: 24px;
  line-height: 1.1em;
}

.h4, h4 {
  font-size: 1.3em;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}

p {
  line-height: 1.6em;
}

.text-xl {
  font-size: 22px;
  line-height: 1.3em;
}

.text-lg {
  font-size: 23px;
  line-height: 1.45em;
}

.text-md {
  font-size: 22px;
}

hr {
  opacity: 0.09;
  margin: 5px 0;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.border-30 {
  border-radius: 30px;
}

.border-40 {
  border-radius: 40px;
}

.border-100 {
  border-radius: 100px;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.light-bg {
  background-color: #EDF1EE;
}

.light-bg-deep {
  background-color: #EBF3EE;
}

.font-magnita {
  font-family: "Magnita";
}

.light-bg-page-wrapper {
  background: #EDF8EB;
}

.color-deep {
  color: white;
}

.color-deep-headline {
  color: #232524;
}

.box-layout {
  margin: 30px;
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "ClashDisplay";
  font-weight: 500;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(12, 58, 48, 0.12);
  position: relative;
  font-size: 40px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #0C3A30;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-weight: 900;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #232524;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #CFFF45;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s {
  transition: all 0.3s ease-in-out;
}

.tran4s {
  transition: all 0.4s ease-in-out;
}

.tran5s {
  transition: all 0.5s ease-in-out;
}

.tran6s {
  transition: all 0.6s ease-in-out;
}

.btn-one {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #CFFF45;
  transition: all 0.3s ease-in-out 0s;
}
.btn-one:hover {
  background-color: #232524;
  color: #fff;
}

.btn-two {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  padding: 0 35px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two .icon {
  width: 1.35em;
}
.btn-two:hover {
  background: #232524;
  border-color: #232524;
}

.btn-three {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.btn-three img {
  width: 22px;
  margin-top: 3px;
}
.btn-three:hover span {
  text-decoration: underline;
}
.btn-three.border-style {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 12px 25px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-three.border-style:hover {
  background-color: #D0FF45;
  border-color: #D0FF45;
}
.btn-three.border-style:hover span {
  text-decoration: none;
}

.btn-four {
  background: #232524;
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
  padding: 0.85rem 0;
  font-size: 1.13rem;
  border: none;
  box-shadow: 0 2px 10px rgba(40, 40, 40, 0.06);
  transition: background 0.13s, color 0.13s;
}
.btn-four:hover, .btn-four:focus {
  background: #3c3d3e;
  color: #fff;
}

.mc-link {
  color: #232524;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.16s;
  margin-left: 5px;
}
.mc-link:hover {
  color: #000;
}

.btn-five .text {
  font-weight: 500;
  font-style: italic;
  color: #232524;
  text-decoration: underline;
}
.btn-five .icon {
  width: 48px;
  height: 48px;
  background: #232524;
  color: #fff;
  font-size: 22px;
  margin-left: 12px;
}
.btn-five:hover .icon {
  background: #CFFF45;
  color: #232524;
}

.btn-six {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #232524;
  border: 1px solid #232524;
  transition: all 0.3s ease-in-out 0s;
}
.btn-six:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

.btn-seven .text {
  font-weight: 500;
  color: #232524;
}
.btn-seven .icon {
  width: 40px;
  height: 40px;
  background: #1c1c1c;
  margin-left: 45px;
  position: relative;
}
.btn-seven .icon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #232524;
  left: -30px;
  top: 50%;
}
.btn-seven:hover .text {
  text-decoration: underline;
}

.btn-eight .text {
  font-weight: 700;
  font-size: 18px;
  color: #232524;
}
.btn-eight .icon {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  font-size: 20px;
  background: #232524;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-eight:hover .text {
  text-decoration: underline;
}
.btn-eight:hover .icon {
  background: #CFFF45;
  color: #232524;
}

.btn-nine {
  font-size: 40px;
  width: 105px;
  height: 105px;
  color: #232524;
  border: 1px solid #232524;
}
.btn-nine:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}

.btn-ten {
  font-size: 18px;
  font-weight: 700;
  padding: 0 35px;
  min-width: 160px;
  text-align: center;
  background: #101010;
  color: #fff;
  line-height: 50px;
}
.btn-ten:hover {
  background: #232524;
}

.btn-eleven .text {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.btn-eleven .icon {
  width: 45px;
  height: 45px;
  background: #000;
  margin-left: 38px;
  position: relative;
}
.btn-eleven .icon img {
  width: 30px;
}
.btn-eleven .icon:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: #000;
  left: -26px;
  top: 50%;
}
.btn-eleven:hover .text {
  text-decoration: underline;
}
.btn-eleven:hover .icon {
  background: #232524;
}

.btn-twelve {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #232524;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twelve:hover {
  background-color: #000;
  color: #fff;
}

.btn-thirteen {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  min-width: 175px;
  background-color: #202020;
  transition: all 0.3s ease-in-out 0s;
}
.btn-thirteen:hover {
  background-color: #232524;
  color: #000;
}

.btn-fourteen {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #202020;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fourteen:hover {
  background-color: #232524;
  color: #000;
}

.btn-fifteen {
  line-height: 46px;
  border: 2px solid #000;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  min-width: 135px;
  padding: 0 30px;
  text-align: center;
  color: #000;
  background-color: #DFFF5E;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fifteen:hover {
  background-color: #000;
  color: #fff;
}

.btn-sixteen {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding: 0 35px;
  line-height: 50px;
  border: 1px solid #000;
  position: relative;
  display: inline-block;
  background: #fff;
}
.btn-sixteen:before {
  position: absolute;
  content: "";
  top: -14px;
  height: 14px;
  width: calc(100% + 3px);
  left: 6px;
  transform: skewX(-45deg);
  background: #000;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen:after {
  position: absolute;
  content: "";
  right: -16px;
  height: calc(100% + 1px);
  width: 15px;
  top: -7px;
  transform: skewY(-45deg);
  background: #000;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen:hover {
  background: #DFFF5E;
}

.btn-seventeen {
  color: #000;
  font-weight: 500;
  padding: 0 30px;
  line-height: 55px;
  border-radius: 40px;
  background: #FFE86B;
}
.btn-seventeen i {
  margin-left: 8px;
}
.btn-seventeen:hover {
  background: #DFFF5E;
}

.btn-eighteen {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0 38px;
  line-height: 52px;
  border-radius: 10px;
  background: #232524;
  text-align: center;
}
.btn-eighteen:hover {
  background: #CFFF45;
  color: #232524;
}

.btn-nineteen {
  font-size: 18px;
  color: #232524;
  font-weight: 700;
  padding: 0 30px;
  line-height: 50px;
  border: 1px solid #232524;
  border-radius: 10px;
  text-align: center;
}
.btn-nineteen:hover {
  background: #232524;
  color: #fff;
}

.btn-twenty {
  font-weight: 500;
  font-size: 16px;
  line-height: 55px;
  padding: 0 15px;
  text-align: center;
  border-radius: 10px;
  color: white;
  min-width: 175px;
  background-color: #232524;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twenty:hover {
  background-color: #232524;
  color: white;
}

.btn-twenty-rounded {
  font-weight: 500;
  text-transform: normal;
  font-size: 16px;
  line-height: 55px;
  padding: 0 25px;
  text-align: center;
  border-radius: 10px;
  color: #232524;
  min-width: 175px;
  background-color: #fff;
  border: 2px solid #232524;
  transition: all 0.3s ease-in-out 0s;
}

.btn-twenty-rounded:hover {
  background-color: #fff;
  color: #232524;
  border-color: #232524;
}

.btn-twenty-center {
  display: inline-block;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
  line-height: 55px;
  padding: 0 25px;
  text-align: center;
  border-radius: 10px;
  color: white;
  min-width: 175px;
  background-color: #232524;
  transition: all 0.3s ease-in-out 0s;
  border: none;
}
.btn-twenty-center:hover {
  background-color: #232524;
  color: white;
}

.btn-twentyOne {
  font-weight: 500;
  font-size: 18px;
  line-height: 55px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #FFDB1E;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentyOne:hover {
  background-color: #000;
  color: #fff;
}

.btn-twentytwo {
  font-weight: 500;
  font-size: 18px;
  line-height: 53px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentytwo:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

.btn-black {
  font-weight: 500;
  font-size: 16px;
  line-height: 55px;
  padding: 0 15px;
  text-align: center;
  border-radius: 10px;
  color: white;
  min-width: 175px;
  background-color: #232524;
  transition: all 0.3s ease-in-out 0s;
}
.btn-black:hover {
  background-color: #232524;
  color: white;
}

.title-one .upper-title {
  font-weight: 500;
  margin-bottom: 14px;
  color: #46846A;
}
.title-one h2 {
  font-weight: 700;
}

.title-two .upper-title {
  font-weight: 500;
  margin-bottom: 5px;
  color: #232524;
}
.title-two h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.227em;
  color: #232524;
}
.title-two h2 span {
  color: #232524;
}
.title-two .upper-title-two {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}

.title-three .upper-title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #232524;
}
.title-three h2 {
  font-weight: 700;
  line-height: 1.03em;
  color: #232524;
}

.title-four h2 {
  font-family: "Magnita";
  font-size: 68px;
  line-height: 1.323em;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
}

button:focus {
  outline: none;
}

input, textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

audio, video, canvas {
  max-width: 100%;
}

iframe {
  border: none !important;
}

.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.theme-mb-0 {
  margin-bottom: 0;
}

.theme-pb-0 {
  padding-bottom: 0;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-300 {
  padding-top: 300px;
}

.pt-350 {
  padding-top: 350px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pb-350 {
  padding-bottom: 350px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-225 {
  margin-top: 225px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mt-350 {
  margin-top: 350px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mb-350 {
  margin-bottom: 350px;
}

@media (max-width: 1399px) {
  .xl-p0 {
    padding: 0 !important;
  }
  .xl-m0 {
    margin: 0 !important;
  }
  .xl-pt-10 {
    padding-top: 10px !important;
  }
  .xl-pt-20 {
    padding-top: 20px !important;
  }
  .xl-pt-30 {
    padding-top: 30px !important;
  }
  .xl-pt-40 {
    padding-top: 40px !important;
  }
  .xl-pt-50 {
    padding-top: 50px !important;
  }
  .xl-pt-60 {
    padding-top: 60px !important;
  }
  .xl-pt-70 {
    padding-top: 70px !important;
  }
  .xl-pt-80 {
    padding-top: 80px !important;
  }
  .xl-pt-90 {
    padding-top: 90px !important;
  }
  .xl-pt-100 {
    padding-top: 100px !important;
  }
  .xl-pt-110 {
    padding-top: 110px !important;
  }
  .xl-pt-120 {
    padding-top: 120px !important;
  }
  .xl-pt-130 {
    padding-top: 130px !important;
  }
  .xl-pt-140 {
    padding-top: 140px !important;
  }
  .xl-pt-150 {
    padding-top: 150px !important;
  }
  .xl-pt-200 {
    padding-top: 200px !important;
  }
  .xl-pb-10 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10 {
    margin-top: 10px !important;
  }
  .xl-mt-20 {
    margin-top: 20px !important;
  }
  .xl-mt-30 {
    margin-top: 30px !important;
  }
  .xl-mt-40 {
    margin-top: 40px !important;
  }
  .xl-mt-50 {
    margin-top: 50px !important;
  }
  .xl-mt-60 {
    margin-top: 60px !important;
  }
  .xl-mt-70 {
    margin-top: 70px !important;
  }
  .xl-mt-80 {
    margin-top: 80px !important;
  }
  .xl-mt-90 {
    margin-top: 90px !important;
  }
  .xl-mt-100 {
    margin-top: 100px !important;
  }
  .xl-mt-110 {
    margin-top: 110px !important;
  }
  .xl-mt-120 {
    margin-top: 120px !important;
  }
  .xl-mt-130 {
    margin-top: 130px !important;
  }
  .xl-mt-140 {
    margin-top: 140px !important;
  }
  .xl-mt-150 {
    margin-top: 150px !important;
  }
  .xl-mt-200 {
    margin-top: 200px !important;
  }
  .xl-mb-10 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200 {
    margin-bottom: 200px !important;
  }
}

@media (max-width: 1199px) {
  .lg-p0 {
    padding: 0 !important;
  }
  .lg-m0 {
    margin: 0 !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pt-30 {
    padding-top: 30px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pt-70 {
    padding-top: 70px !important;
  }
  .lg-pt-80 {
    padding-top: 80px !important;
  }
  .lg-pt-90 {
    padding-top: 90px !important;
  }
  .lg-pt-100 {
    padding-top: 100px !important;
  }
  .lg-pt-110 {
    padding-top: 110px !important;
  }
  .lg-pt-120 {
    padding-top: 120px !important;
  }
  .lg-pt-130 {
    padding-top: 130px !important;
  }
  .lg-pt-140 {
    padding-top: 140px !important;
  }
  .lg-pt-150 {
    padding-top: 150px !important;
  }
  .lg-pt-200 {
    padding-top: 200px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-mt-30 {
    margin-top: 30px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-mt-60 {
    margin-top: 60px !important;
  }
  .lg-mt-70 {
    margin-top: 70px !important;
  }
  .lg-mt-80 {
    margin-top: 80px !important;
  }
  .lg-mt-90 {
    margin-top: 90px !important;
  }
  .lg-mt-100 {
    margin-top: 100px !important;
  }
  .lg-mt-110 {
    margin-top: 110px !important;
  }
  .lg-mt-120 {
    margin-top: 120px !important;
  }
  .lg-mt-130 {
    margin-top: 130px !important;
  }
  .lg-mt-140 {
    margin-top: 140px !important;
  }
  .lg-mt-150 {
    margin-top: 150px !important;
  }
  .lg-mt-200 {
    margin-top: 200px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200 {
    margin-bottom: 200px !important;
  }
}

@media (max-width: 991px) {
  .md-p0 {
    padding: 0 !important;
  }
  .md-m0 {
    margin: 0 !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pt-60 {
    padding-top: 60px !important;
  }
  .md-pt-70 {
    padding-top: 70px !important;
  }
  .md-pt-80 {
    padding-top: 80px !important;
  }
  .md-pt-90 {
    padding-top: 90px !important;
  }
  .md-pt-100 {
    padding-top: 100px !important;
  }
  .md-pt-110 {
    padding-top: 110px !important;
  }
  .md-pt-120 {
    padding-top: 120px !important;
  }
  .md-pt-130 {
    padding-top: 130px !important;
  }
  .md-pt-140 {
    padding-top: 140px !important;
  }
  .md-pt-150 {
    padding-top: 150px !important;
  }
  .md-pt-200 {
    padding-top: 200px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-pb-60 {
    padding-bottom: 60px !important;
  }
  .md-pb-70 {
    padding-bottom: 70px !important;
  }
  .md-pb-80 {
    padding-bottom: 80px !important;
  }
  .md-pb-90 {
    padding-bottom: 90px !important;
  }
  .md-pb-100 {
    padding-bottom: 100px !important;
  }
  .md-pb-110 {
    padding-bottom: 110px !important;
  }
  .md-pb-120 {
    padding-bottom: 120px !important;
  }
  .md-pb-130 {
    padding-bottom: 130px !important;
  }
  .md-pb-140 {
    padding-bottom: 140px !important;
  }
  .md-pb-150 {
    padding-bottom: 150px !important;
  }
  .md-pb-200 {
    padding-bottom: 200px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-mt-60 {
    margin-top: 60px !important;
  }
  .md-mt-70 {
    margin-top: 70px !important;
  }
  .md-mt-80 {
    margin-top: 80px !important;
  }
  .md-mt-90 {
    margin-top: 90px !important;
  }
  .md-mt-100 {
    margin-top: 100px !important;
  }
  .md-mt-110 {
    margin-top: 110px !important;
  }
  .md-mt-120 {
    margin-top: 120px !important;
  }
  .md-mt-130 {
    margin-top: 130px !important;
  }
  .md-mt-140 {
    margin-top: 140px !important;
  }
  .md-mt-150 {
    margin-top: 150px !important;
  }
  .md-mt-200 {
    margin-top: 200px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-mb-30 {
    margin-bottom: 30px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
  .md-mb-50 {
    margin-bottom: 50px !important;
  }
  .md-mb-60 {
    margin-bottom: 60px !important;
  }
  .md-mb-70 {
    margin-bottom: 70px !important;
  }
  .md-mb-80 {
    margin-bottom: 80px !important;
  }
  .md-mb-90 {
    margin-bottom: 90px !important;
  }
  .md-mb-100 {
    margin-bottom: 100px !important;
  }
  .md-mb-110 {
    margin-bottom: 110px !important;
  }
  .md-mb-120 {
    margin-bottom: 120px !important;
  }
  .md-mb-130 {
    margin-bottom: 130px !important;
  }
  .md-mb-140 {
    margin-bottom: 140px !important;
  }
  .md-mb-150 {
    margin-bottom: 150px !important;
  }
  .md-mb-200 {
    margin-bottom: 200px !important;
  }
}

@media (max-width: 767px) {
  .sm-p0 {
    padding: 0 !important;
  }
  .sm-m0 {
    margin: 0 !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pt-60 {
    padding-top: 60px !important;
  }
  .sm-pt-70 {
    padding-top: 70px !important;
  }
  .sm-pt-80 {
    padding-top: 80px !important;
  }
  .sm-pt-90 {
    padding-top: 90px !important;
  }
  .sm-pt-100 {
    padding-top: 100px !important;
  }
  .sm-pt-110 {
    padding-top: 110px !important;
  }
  .sm-pt-120 {
    padding-top: 120px !important;
  }
  .sm-pt-130 {
    padding-top: 130px !important;
  }
  .sm-pt-140 {
    padding-top: 140px !important;
  }
  .sm-pt-150 {
    padding-top: 150px !important;
  }
  .sm-pt-200 {
    padding-top: 200px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mt-60 {
    margin-top: 60px !important;
  }
  .sm-mt-70 {
    margin-top: 70px !important;
  }
  .sm-mt-80 {
    margin-top: 80px !important;
  }
  .sm-mt-90 {
    margin-top: 90px !important;
  }
  .sm-mt-100 {
    margin-top: 100px !important;
  }
  .sm-mt-110 {
    margin-top: 110px !important;
  }
  .sm-mt-120 {
    margin-top: 120px !important;
  }
  .sm-mt-130 {
    margin-top: 130px !important;
  }
  .sm-mt-140 {
    margin-top: 140px !important;
  }
  .sm-mt-150 {
    margin-top: 150px !important;
  }
  .sm-mt-200 {
    margin-top: 200px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200 {
    margin-bottom: 200px !important;
  }
}

@media (max-width: 575px) {
  .xs-p0 {
    padding: 0 !important;
  }
  .xs-m0 {
    margin: 0 !important;
  }
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pt-30 {
    padding-top: 30px !important;
  }
  .xs-pt-40 {
    padding-top: 40px !important;
  }
  .xs-pt-50 {
    padding-top: 50px !important;
  }
  .xs-pt-60 {
    padding-top: 60px !important;
  }
  .xs-pt-70 {
    padding-top: 70px !important;
  }
  .xs-pt-80 {
    padding-top: 80px !important;
  }
  .xs-pt-90 {
    padding-top: 90px !important;
  }
  .xs-pt-100 {
    padding-top: 100px !important;
  }
  .xs-pt-110 {
    padding-top: 110px !important;
  }
  .xs-pt-120 {
    padding-top: 120px !important;
  }
  .xs-pt-130 {
    padding-top: 130px !important;
  }
  .xs-pt-140 {
    padding-top: 140px !important;
  }
  .xs-pt-150 {
    padding-top: 150px !important;
  }
  .xs-pt-200 {
    padding-top: 200px !important;
  }
  .xs-pb-10 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .xs-mt-20 {
    margin-top: 20px !important;
  }
  .xs-mt-30 {
    margin-top: 30px !important;
  }
  .xs-mt-40 {
    margin-top: 40px !important;
  }
  .xs-mt-50 {
    margin-top: 50px !important;
  }
  .xs-mt-60 {
    margin-top: 60px !important;
  }
  .xs-mt-70 {
    margin-top: 70px !important;
  }
  .xs-mt-80 {
    margin-top: 80px !important;
  }
  .xs-mt-90 {
    margin-top: 90px !important;
  }
  .xs-mt-100 {
    margin-top: 100px !important;
  }
  .xs-mt-110 {
    margin-top: 110px !important;
  }
  .xs-mt-120 {
    margin-top: 120px !important;
  }
  .xs-mt-130 {
    margin-top: 130px !important;
  }
  .xs-mt-140 {
    margin-top: 140px !important;
  }
  .xs-mt-150 {
    margin-top: 150px !important;
  }
  .xs-mt-200 {
    margin-top: 200px !important;
  }
  .xs-mb-10 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200 {
    margin-bottom: 200px !important;
  }
}

.theme-main-menu {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu.fixed {
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.theme-main-menu .navbar-toggler {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #ffffff;
}
.theme-main-menu.menu-style-three .navbar-toggler {
  background: #000;
}
.theme-main-menu.menu-style-four .navbar-toggler {
  background: #232524;
}
.theme-main-menu.menu-style-five .navbar-toggler {
  background: #ffffff;
}
.theme-main-menu .navbar-toggler:focus {
  box-shadow: none;
}
.theme-main-menu .navbar-toggler::before,
.theme-main-menu .navbar-toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 26px;
  height: 2px;
  pointer-events: none;
  transition: transform 0.25s;
  transform-origin: 50% 50%;
  background: #232524;
}
.theme-main-menu .navbar-toggler span {
  position: absolute;
  left: 11px;
  overflow: hidden;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  transition: opacity 0.25s;
  background: #232524;
}
.theme-main-menu.menu-style-three .navbar-toggler:before, .theme-main-menu.menu-style-three .navbar-toggler:after, .theme-main-menu.menu-style-three .navbar-toggler span {
  background: #fff;
}
.theme-main-menu .navbar-toggler::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu .navbar-toggler::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu .navbar-toggler[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu .navbar-toggler[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu .navbar-toggler[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu .nav-item .nav-link {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 18px;
  line-height: initial;
  color: #000;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu.white-vr .nav-item .nav-link {
  color: #181818;
}
.theme-main-menu.white-vr .nav-item:hover .nav-link {
  color: #444;
}
.theme-main-menu.white-vr.fixed {
  background: #fff;
  border: none;
}
.theme-main-menu.black-vr .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu.black-vr .nav-item:hover .nav-link {
  color: #faf8f8;
}
.theme-main-menu.black-vr.fixed {
  background: #fff;
  border: none;
}
@media (max-width: 768px) {
  .theme-main-menu.white-vr,
  .theme-main-menu.white-vr.fixed,
  .theme-main-menu.black-vr,
  .theme-main-menu.black-vr.fixed {
    border: none !important;
  }
  .theme-main-menu.white-vr .nav-item .nav-link,
  .theme-main-menu.black-vr .nav-item .nav-link {
    color: #0c0c0c !important;
  }
  .theme-main-menu.white-vr .nav-item:hover .nav-link,
  .theme-main-menu.black-vr .nav-item:hover .nav-link {
    color: #0c0c0c !important;
  }
}
.theme-main-menu.menu-style-one {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu.menu-style-two {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu.menu-style-two .info-row {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu.menu-style-two .gap-fix {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu.menu-style-two .greetings {
  font-size: 18px;
  color: #232524;
}
.theme-main-menu.menu-style-two .contact-info {
  margin: 0 -15px;
}
.theme-main-menu.menu-style-two .contact-info li {
  padding: 0 15px;
}
.theme-main-menu.menu-style-two .contact-info li a {
  font-size: 18px;
  color: #232524;
}
.theme-main-menu.menu-style-two .contact-info li a:hover {
  text-decoration: underline;
}
.theme-main-menu.menu-style-two .inner-content {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu.menu-style-two.fixed .info-row {
  display: none;
}
.theme-main-menu.menu-style-five {
  background: #000;
  padding: 0;
}
.theme-main-menu.menu-style-five .inner-content {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu.menu-style-six .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu.menu-style-six .nav-item:hover .nav-link {
  color: #0C3A30;
}

.navbar .dropdown-menu .dropdown-item {
  text-transform: none !important;
  line-height: 35px;
  color: #232524;
  font-size: 17px;
  background: transparent;
  position: relative;
  transition: all 0.2s ease-in-out;
  padding: 6px 16px;
  border-radius: 4px;
  z-index: 1;
}

.navbar .dropdown-menu .dropdown-item span {
  position: relative;
  z-index: 2;
}

.navbar .dropdown-menu .dropdown-item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #232524;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: transform 0.2s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item.active {
  background-color: rgba(35, 37, 36, 0.05);
  color: #232524;
}

.navbar .dropdown-menu .dropdown-item:hover span:before,
.navbar .dropdown-menu .dropdown-item:focus span:before,
.navbar .dropdown-menu .dropdown-item.active span:before {
  transform: scale(1);
}

.theme-main-menu .navbar {
  position: static;
}

.navbar [class*=mega-dropdown] .dropdown-menu {
  padding: 0 0 15px;
  margin: 0;
  right: 0;
}

.navbar .mega-dropdown-sm .dropdown-menu {
  min-width: auto;
  width: max-content;
  left: 0;
  padding: 10px;
}

.navbar [class*=mega-dropdown] .menu-column {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column .mega-menu-title {
  font-family: "Satoshi";
  font-size: 14px;
  font-weight: 500;
  color: #232524;
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
  padding-left: 15px;
}

.theme-main-menu .login-btn-one a {
  color: #000;
}
.theme-main-menu .login-btn-one a:hover {
  text-decoration: underline;
}
.theme-main-menu .login-btn-two a {
  color: #044F3B;
}
.theme-main-menu .login-btn-two a:hover {
  text-decoration: underline;
}
.theme-main-menu .signup-btn-one span {
  display: inline-block;
  font-weight: 500;
  color: #232524;
  padding: 0 30px;
  line-height: 45px;
  border: 2px solid #232524;
  border-radius: 30px;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .signup-btn-one .icon {
  width: 49px;
  height: 49px;
  background: #232524;
  color: #fff;
  font-size: 22px;
  margin-left: -12px;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .signup-btn-one:hover span {
  background: #232524;
  color: #fff;
}
.theme-main-menu .signup-btn-one:hover .icon {
  background: #CFFF45;
  color: #232524;
}
.theme-main-menu .signup-btn-two {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu .signup-btn-two:hover {
  background: #232524;
  color: #fff;
}
.theme-main-menu .quote-one {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu .quote-one:hover {
  background: #f6f7f5;
  color: #232524;
}

.category-menu {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu li {
  position: relative;
  padding: 0 15px;
}
.category-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu li a:hover {
  color: #0C3A30;
}
.category-menu .dropdown-menu {
  padding: 0;
}
.category-menu .dropdown-menu li {
  padding: 0;
}
.category-menu .dropdown-menu li a {
  padding: 8px 15px;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    font-size: 1em;
    z-index: 5;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    right: auto;
    left: 0;
    padding: 10px 5px;
    border: none;
    top: 100%;
    visibility: hidden;
    transform: translateY(5px);
    opacity: 0;
    min-width: 200px;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.3s ease-out;
  }
  .navbar .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -17px;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: 0;
    right: auto;
    min-width: 240px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .dropdown-toggle::after {
    display: none;
  }
  .navbar .show.dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }
  .navbar-collapse .logo {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr .navbar-collapse {
    background-color: #0C3A30;
    color: black;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    background-color: #EDF1EE;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    clear: both;
    width: 320px;
    max-width: calc(100vw - 60px);
    z-index: 9999;
    transform: translateX(-100%);
    display: block !important;
    padding: 16px 0 20px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-collapse.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu .navbar .mega-dropdown {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr .navbar .navbar-nav .nav-link {
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0 10px;
    line-height: 46px;
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
  }
  .navbar [class*=mega-dropdown] .dropdown-menu {
    padding: 0;
    min-width: 100%;
  }
  .navbar [class*=mega-dropdown] .menu-column {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}

.hero-banner-one {
  background: #232524;
  z-index: 9;
}
.hero-banner-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-banner-one .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one .hero-slider-one .hero-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one .hero-slider-one .slick-list, .hero-banner-one .hero-slider-one .slick-track, .hero-banner-one .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one .hero-heading {
  font-weight: 700;
  color: #000;
  background: url(../images/shape/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one .more-btn {
  position: absolute;
  font-size: 40px;
  color: #fff;
  width: 105px;
  height: 105px;
  border: 2px solid #fff;
  top: 20%;
  left: 4%;
  z-index: 1;
}
.hero-banner-one .more-btn:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #232524;
}

.hero-banner-two {
  z-index: 1;
}
.hero-banner-two .hero-heading {
  font-size: 100px;
  line-height: 1em;
}
.hero-banner-two .hero-heading span {
  z-index: 1;
}
.hero-banner-two .hero-heading span img {
  position: absolute;
  width: 100%;
  bottom: -18%;
  left: 0;
  z-index: -1;
}
.hero-banner-two form {
  max-width: 588px;
  height: 70px;
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
  border-radius: 50px;
}
.hero-banner-two form input {
  font-size: 18px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  border: none;
  padding: 0 150px 0 35px;
}
.hero-banner-two form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
}
.hero-banner-two .shape_01 {
  top: 22%;
  left: 7%;
  width: 3.1%;
  min-width: 30px;
  animation: rotated 50s infinite linear;
}
.hero-banner-two .shape_02 {
  top: 40%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}
.hero-banner-two .shape_03 {
  top: 36%;
  left: 0;
  width: 15.57%;
}
.hero-banner-two .shape_04 {
  top: 49%;
  right: 0;
  width: 15%;
}

.hero-banner-three {
  z-index: 1;
}
.hero-banner-three .hero-heading {
  font-size: 100px;
  letter-spacing: 1px;
  line-height: 1.3em;
  color: #000;
}
.hero-banner-three .right-widget .main-count {
  font-size: 58px;
  margin: -17px 0 -4px;
}
.hero-banner-three .img-wrapper {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 33.53%;
  left: 50%;
  transform: translateX(-50%);
}
.hero-banner-three .img-wrapper .round-bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -7%);
}

.hero-banner-four {
  background: url(../images/assets/bg_01.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.hero-banner-four .hero-heading {
  font-family: "ClashDisplay";
  font-size: 130px;
  font-weight: 600;
  line-height: 0.884em;
}
.hero-banner-four .hero-heading span {
  color: #232524;
  display: block;
}
.hero-banner-four .media-wrapper {
  position: absolute;
  right: 3%;
  bottom: -6%;
  width: 42.56%;
  z-index: -1;
}
.hero-banner-four .shape_01 {
  bottom: -5%;
  right: 41%;
}
.hero-banner-four .shape_02 {
  bottom: 0;
  left: 14%;
  width: 30%;
}

.hero-banner-five {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five .bg-wrapper {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five .hero-heading {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five .rating h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five .rating p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five .media-wrapper {
  position: absolute;
  background: url(../images/assets/bg_05.svg) no-repeat left top;
  background-size: cover;
  border-radius: 0 30px 30px 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 39.43%;
}
.hero-banner-five .media-wrapper .shape_01 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five .media-wrapper .shape_02 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six .hero-heading {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six .media-wrapper {
  background: url(../images/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six .media-wrapper .screen_01 {
  right: 4%;
  top: 4%;
  width: 41.1%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.hero-banner-six .media-wrapper .screen_02 {
  bottom: 9%;
  left: -28%;
  border-radius: 10px;
  width: 48.51%;
  box-shadow: -10px 30px 50px rgba(0, 0, 0, 0.07);
  z-index: 1;
  animation: jumpTwo 10s infinite linear;
}
.hero-banner-six .media-wrapper .bg-shape {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six .shape_01 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

.hero-banner-seven{padding:140px 0 70px;background:#232524;z-index:9}
@media (min-width:1440px){.hero-banner-seven{padding:160px 0 70px}}
@media (min-width:1600px){.hero-banner-seven{padding:180px 0 70px}}
@media (min-width:1920px){.hero-banner-seven{padding:200px 0 70px}}
@media (max-height:900px){.hero-banner-seven{padding-top:190px!important}}
@media (max-height:800px){.hero-banner-seven{padding-top:190px!important}}
.hero-banner-seven .row{align-items:flex-start!important}

.hero-banner-seven::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
  z-index: -1;
}
.hero-banner-seven::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  mix-blend-mode: overlay;
  transform: rotate(-180deg);
  z-index: -1;
}
.hero-banner-seven { position: relative; min-height: 70vh; }
@media (min-width: 768px){ .hero-banner-seven { min-height: 100vh; } }

@supports (height: 1dvh){
  .hero-banner-seven { min-height: 70dvh; }
  @media (min-width: 768px){ .hero-banner-seven { min-height: 100dvh; } }
}

.hero-banner-seven {
  position: relative;
  min-height: 70vh;
}

@media (min-width: 768px) {
  .hero-banner-seven {
    min-height: 100vh;
  }
}

@supports (height: 1dvh) {
  .hero-banner-seven {
    min-height: 70dvh;
  }

  @media (min-width: 768px) {
    .hero-banner-seven {
      min-height: 100dvh;
    }
  }
}

.hero-banner-seven .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}

.hero-banner-seven .hero-slider-one .hero-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-banner-seven .hero-slider-one .slick-list,
.hero-banner-seven .hero-slider-one .slick-track,
.hero-banner-seven .hero-slider-one .item {
  height: 100%;
}

.hero-banner-seven .hero-heading {
  font-weight: 700;
  font-size: 110px;
  letter-spacing: -1px;
  line-height: 1em;
}
.hero-banner-seven .lead-form {
  background: #fff;
  border-radius: 30px;
  padding: 35px 50px 50px;
}
.hero-banner-seven .lead-form h3 {
  font-size: 26px;
}
.hero-banner-seven .lead-form label {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.hero-banner-seven .lead-form input {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  font-size: 16px;
}
.hero-banner-seven .lead-form button {
  height: 50px;
  border-radius: 10px;
  font-size: 17px;
  background: #232524;
}
.hero-banner-seven .lead-form button:hover {
  background: #232524;
  color: #fff;
}

.hero-banner-eight {
  background: #144D41;
}
.hero-banner-eight:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/shape/shape_53.svg) no-repeat center;
  background-size: cover;
}
.hero-banner-eight .hero-heading {
  font-size: 110px;
  font-weight: 700;
  line-height: 1em;
}
.hero-banner-eight .media-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 43%;
}
.hero-banner-eight .media-wrapper .shape_01 {
  right: 5%;
  top: 27%;
  z-index: 0;
  max-width: 25%;
  animation: jumpTwo 5s infinite linear;
}
.hero-banner-eight .media-wrapper .shape_02 {
  left: 3%;
  bottom: 25%;
  z-index: 0;
  max-width: 35%;
  animation: jumpThree 5s infinite linear;
}

.fancy-banner-one {
  z-index: 1;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.fancy-banner-one:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #CFFF45;
  z-index: -1;
}
.fancy-banner-one h2 {
  font-size: 68px;
  font-weight: normal;
  margin: 0;
}
.fancy-banner-one h2 span {
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
}
.fancy-banner-one h3 {
  font-size: 48px;
  margin-bottom: -5px;
}
.fancy-banner-one p {
  color: rgba(25, 53, 45, 0.6);
}

.fancy-banner-three {
  background: url(../images/media/img_17.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  z-index: 1;
}
.fancy-banner-three:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #174034;
  mix-blend-mode: darken;
}
.fancy-banner-three .title-one h2 {
  font-size: 58px;
}
.fancy-banner-three .quote-btn {
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #FFE86B;
}
.fancy-banner-three .quote-btn:hover {
  transform: rotate(15deg);
}
.fancy-banner-three .quote-btn.color-two {
  background: #CFFF45;
}

.fancy-banner-four {
  background: #DCEFF0;
  z-index: 1;
}
.fancy-banner-four:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/shape/shape_10.svg) no-repeat left bottom;
  background-size: cover;
}
.fancy-banner-four ul li {
  font-size: 28px;
  color: #000;
  position: relative;
  padding-left: 42px;
  margin-bottom: 13px;
}
.fancy-banner-four ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.fancy-banner-four .platform-button-group a {
  width: 190px;
  height: 58px;
  padding: 0 5px 0 25px;
  margin: 10px 20px 0 0;
  background: #1B1B1B;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.fancy-banner-four .platform-button-group a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}
.fancy-banner-four .platform-button-group a .icon {
  margin-right: 14px;
}
.fancy-banner-four .platform-button-group a span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
  margin-bottom: -3px;
}
.fancy-banner-four .platform-button-group a strong {
  font-weight: 500;
  display: block;
}
.fancy-banner-four .platform-button-group a.ios-button {
  background: #fff;
  border-color: #DADADA;
}
.fancy-banner-four .platform-button-group a.ios-button span {
  color: #999999;
}
.fancy-banner-four .platform-button-group a.ios-button strong {
  color: #000;
}

.fancy-banner-five {
  background: url(../images/media/img_31.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-five.no-bg {
  background: none;
}
.fancy-banner-five.no-bg:before {
  display: none;
}
.fancy-banner-five.no-bg .bg-wrapper {
  background: url(../images/media/img_33.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-five.no-bg .bg-wrapper .video-icon {
  width: 185px;
  height: 185px;
  background: #DFFF5E;
}
.fancy-banner-five:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #113D2F;
  mix-blend-mode: hard-light;
}
.fancy-banner-five h2 {
  font-size: 100px;
  line-height: 1.1em;
}
.fancy-banner-five .video-icon {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-five .video-icon:hover {
  transform: rotate(15deg);
}

.fancy-banner-six {
  background: url(../images/media/img_34.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-six h2 {
  font-size: 85px;
  line-height: 1.117em;
}
.fancy-banner-six .video-icon {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-six .video-icon:hover {
  transform: rotate(15deg);
}

.fancy-banner-seven .bg-wrapper {
  background: url(../images/media/img_50.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-seven .bg-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.17%, rgba(0, 0, 0, 0.8) 101.25%);
  transform: rotate(-180deg);
  z-index: -1;
}
.fancy-banner-seven .bg-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 47.84%, rgba(0, 0, 0, 0.87) 100%);
  z-index: -1;
}
.fancy-banner-seven .bg-wrapper li {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
  color: #232524;
  padding: 18px 80px 25px 68px;
  border-radius: 20px;
  background: #fff;
  margin: 12px 0;
  position: relative;
}
.fancy-banner-seven .bg-wrapper li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #232524;
  left: 27px;
  top: 27px;
  transition: all 0.2s ease-in-out 0s;
}
.fancy-banner-seven .bg-wrapper li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 21px;
  left: 31px;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
}
.fancy-banner-seven .bg-wrapper li:hover:before {
  background: #232524;
}
.fancy-banner-seven .bg-wrapper li:hover:after {
  color: rgb(233, 230, 230);
}
.fancy-banner-seven .bg-wrapper .shape_01 {
  bottom: 17%;
  left: 36%;
  max-width: 11%;
  z-index: 0;
}

.fancy-banner-eight .bg-wrapper {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight .media-wrapper {
  margin-bottom: 24px;
}
.fancy-banner-eight .media-wrapper .shape_01 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight .shape_02 {
  right: -123px;
  bottom: -5px;
}

.newsletter-banner .main-wrapper {
  padding: 50px 0 45px;
}
.newsletter-banner .main-wrapper.top-border {
  border-top: 1px solid #E2E2E2;
}
.newsletter-banner .main-wrapper.bottom-border {
  border-bottom: 1px solid #E2E2E2;
}
.newsletter-banner h2 {
  font-size: 50px;
}
.newsletter-banner form {
  max-width: 510px;
}
.newsletter-banner form input {
  width: calc(100% - 75px);
  font-size: 18px;
  padding: 0 30px;
  height: 60px;
  background: #F6F6F6;
  border: none;
  border-radius: 35px;
}
.newsletter-banner form button {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: #101010;
}
.newsletter-banner form button:hover, .newsletter-banner form button:focus {
  background: #232524;
}
.newsletter-banner form button.color-two {
  background: #232524;
}
.newsletter-banner form button.color-two:hover, .newsletter-banner form button.color-two:focus {
  background: #000;
}
.newsletter-banner form p {
  font-size: 18px;
}
.newsletter-banner form p a:hover {
  text-decoration: underline;
}
.newsletter-banner.white-vr .main-wrapper {
  padding-top: 100px;
}
.newsletter-banner.white-vr .bottom-border {
  border-bottom: 1px dashed #37665c;
}
.newsletter-banner.white-vr form button {
  background: #232524;
  color: #232524;
}
.newsletter-banner.white-vr form p {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner.white-vr form p a {
  color: #232524;
}

.inner-banner-one {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
.inner-banner-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner-one::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner-banner-one .hero-heading {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  z-index: 1;
  padding: 10px 10px 23px 22px;
}
.inner-banner-one .hero-heading img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
}
.inner-banner-one .pager {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.inner-banner-one .pager li {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
.inner-banner-one .pager li:last-child {
  margin: 0;
  color: #fff;
}
.inner-banner-one .pager li a {
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-one .pager li a:hover {
  color: #fff;
}
.inner-banner-one .tag {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner-two {
  z-index: 1;
}
.inner-banner-two .pager {
  border-bottom: 1px solid #0A4020;
  padding-bottom: 2px;
}
.inner-banner-two .pager li {
  color: #000;
}
.inner-banner-two .pager li:nth-child(even) {
  padding: 0 5px;
}
.inner-banner-two .pager li a {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-two .pager li a:hover {
  color: #000;
}
.inner-banner-two .hero-heading {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  margin: 22px 0 40px;
}
.inner-banner-two .tag {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #232524;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #232524;
  text-transform: uppercase;
}
.inner-banner-two .shape_01 {
  left: 0%;
  bottom: 10%;
  width: 18.23%;
  animation: jumpTwo 6s infinite linear;
}
.inner-banner-two .shape_02 {
  right: 2%;
  bottom: 14%;
  width: 14.52%;
  animation: jumpThree 6s infinite linear;
}
.inner-banner-two .shape_03 {
  left: 24%;
  top: 33%;
  width: 2.2%;
  animation: rotated 50s infinite linear;
}
.inner-banner-two .shape_04 {
  right: 21%;
  bottom: 30%;
  width: 1.65%;
  animation: rotated 50s infinite linear;
}

.block-feature-one {
  z-index: 1;
}
.block-feature-one:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 17%;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-one .upper-wrapper {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.block-feature-one .section-subheading {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-one .shape_01 {
  width: 2.3%;
  top: 10%;
  left: 10%;
}
.block-feature-one .shape_02 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}

.block-feature-two .wrapper {
  border-top: 1px dashed #CACACA;
  border-bottom: 1px dashed #CACACA;
}
.block-feature-two .border-line {
  border-left: 1px dashed #CACACA;
  border-right: 1px dashed #CACACA;
}
.block-feature-two .numb {
  display: inline-block;
  font-size: 90px;
  letter-spacing: -1px;
  color: #232524;
  position: relative;
}
.block-feature-two .numb::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #CFFF45;
  right: 8px;
  top: 27px;
  z-index: -1;
}

.block-feature-three {
  z-index: 1;
}
.block-feature-three:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three.no-bg:before {
  display: none;
}
.block-feature-three .section-btn {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three .block-title a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #232524;
}
.block-feature-three .block-title a:hover {
  text-decoration: underline;
}
.block-feature-three .round-btn {
  font-size: 18px;
  font-weight: 900;
  color: #232524;
  width: 38px;
  height: 38px;
  border: 1px solid #232524;
}
.block-feature-three .round-btn:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #232524;
}
.block-feature-three .block-one {
  background: url(../images/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three .block-one .tag {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three .block-one .block-title {
  background: url(../images/shape/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three .block-two {
  overflow: hidden;
}
.block-feature-three .block-two .img-wrapper {
  background: url(../images/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three .block-two .text-wrapper {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three .block-two .tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #232524;
  padding: 0 17px;
}
.block-feature-three .block-three {
  background: #D3FF76;
}
.block-feature-three .block-three .tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #232524;
  padding: 0 17px;
}
.block-feature-three .block-three .round-btn {
  background: #fff;
  border-color: #fff;
}
.block-feature-three .block-three .round-btn:hover {
  background: #232524;
  border-color: #232524;
  color: #fff;
}
.block-feature-three .block-four {
  background: url(../images/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three .block-four .block-title {
  background: url(../images/shape/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three .block-four .block-title a {
  font-size: 28px;
}
.block-feature-three .block-four .tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: #232524;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three .block-four .round-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three .block-four .round-btn:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three .block-five {
  background: url(../images/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three .block-five .tag {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three .block-five .block-title {
  background: url(../images/shape/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

.block-feature-four {
  z-index: 1;
}
.block-feature-four .shape_01 {
  top: 0;
  left: 7%;
  width: 2.52%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.block-feature-four .shape_02 {
  bottom: 2%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.block-feature-five {
  z-index: 1;
}
.block-feature-five:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../images/shape/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.block-feature-five .section-btn {
  position: absolute;
  right: 0;
  top: 75px;
}
.block-feature-five .shape_01 {
  right: 6%;
  bottom: 5%;
  width: 1%;
  animation: rotated 50s infinite linear;
}

.block-feature-six {
  background: #DCEFF0;
  z-index: 1;
}
.block-feature-six:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/shape/shape_10.svg) no-repeat center;
  background-size: cover;
}
.block-feature-six.bg-two {
  background: #EBF3EE;
}
.block-feature-six.bg-two:before {
  display: none;
}
.block-feature-six .shape_01 {
  bottom: 12%;
  left: 8%;
  width: 10%;
}
.block-feature-six .shape_02 {
  bottom: 39%;
  left: 30%;
  width: 2.5%;
}

.block-feature-seven {
  z-index: 1;
}
.block-feature-seven .shape_01 {
  top: 2%;
  right: 0;
  animation: rotated 50s infinite linear;
}

.block-feature-eight {
  background: url(../images/assets/bg_02.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.block-feature-eight .section-btn {
  position: absolute;
  right: 0;
  top: 72px;
}
.block-feature-eight .shape_01 {
  width: 40px;
  bottom: -20px;
  left: 25%;
  animation: rotated 50s infinite linear;
}

.block-feature-nine {
  z-index: 1;
  background: #000;
  border-radius: 30px 30px 100px 100px;
}
.block-feature-nine:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 39%;
  left: 0;
  top: 0;
  background: #EDF8EB;
  border-radius: 30px 30px 0 0;
  z-index: -1;
}
.block-feature-nine:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
}
.block-feature-nine .heading {
  font-size: 85px;
  line-height: 1.411em;
}
.block-feature-nine .heading span {
  color: #DFFF5E;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.block-feature-nine .heading a {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  background: #DFFF5E;
  border-radius: 50%;
  position: relative;
  margin-left: 100px;
  transition: all 0.2s ease-in-out 0s;
}
.block-feature-nine .heading a:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  left: -85px;
  top: calc(50% - 3px);
  background: #fff;
}
.block-feature-nine .heading a:hover {
  background: #232524;
}
.block-feature-nine .shape_01 {
  right: 0;
  top: 5%;
  width: 4%;
}
.block-feature-nine .shape_02 {
  left: 7%;
  bottom: 0;
  width: 8.4%;
}
.block-feature-nine .shape_03 {
  right: 5%;
  bottom: 5%;
}

.block-feature-ten .shape_01 {
  top: 1%;
  right: 5%;
  width: 2%;
}
.block-feature-ten .line-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  left: 0;
  top: 50%;
}

.block-feature-eleven {
  z-index: 1;
}
.block-feature-eleven .slider-wrapper {
  width: 78vw;
}
.block-feature-eleven .slider-wrapper .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: -140px;
}
.block-feature-eleven .slider-wrapper .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #232524;
}
.block-feature-eleven .slider-wrapper .slick-dots .slick-active button {
  background: #232524;
}
.block-feature-eleven .shape_01 {
  left: 0;
  bottom: 0;
  max-width: 13.4%;
}

.block-feature-twelve {
  background: #EDF1EE;
  z-index: 1;
}
.block-feature-twelve .shape_01 {
  right: 0;
  top: 12%;
  max-width: 13.4%;
}

.block-feature-thirteen .upper-wrapper {
  border-bottom: 0px solid #E6E6E6;
}
.block-feature-thirteen .upper-wrapper .shape_01 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen .line-loop:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen .graph-panel {
  border-right: 0px solid #E6E6E6;
}
.block-feature-thirteen .graph-panel .main-count {
  font-size: 120px;
}
.block-feature-thirteen .graph-panel .chart-box {
  padding: 0 10px;
}
.block-feature-thirteen .graph-panel .chart-box .chart-inner {
  width: 120px;
  background: #0f65c8;
}

.block-feature-fourteen .section-subheading {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-fourteen .shape_01 {
  max-width: 4%;
  top: 13%;
  left: 48%;
  animation: rotated 48s infinite linear;
}

.block-feature-fifteen .shape_01 {
  max-width: 4%;
  top: 3%;
  left: 2%;
  animation: rotated 48s infinite linear;
}
.block-feature-fifteen .line-btn:before, .block-feature-fifteen .line-btn:after {
  content: "";
  position: absolute;
  width: calc(50% - 150px);
  height: 1px;
  background: #E3E3E3;
  top: 32px;
  left: 0;
}
.block-feature-fifteen .line-btn:after {
  left: auto;
  right: 0;
}

.block-feature-sixteen .media-img {
  border-radius: 30px;
}
.block-feature-sixteen .shape_01 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen .section-subheading {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen .shape_01 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

.block-feature-eighteen {
  background: url(../images/media/img_52.jpg) no-repeat left top;
  background-size: cover;
}
.block-feature-eighteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.44) 24.81%, rgba(0, 0, 0, 0) 94.81%);
  top: 0;
  left: 0;
  z-index: -1;
}
.block-feature-eighteen .video-icon {
  width: 170px;
  height: 170px;
  color: #000;
  padding: 20px;
  background: #FFDB1E;
}
.block-feature-eighteen .video-icon:hover {
  background: #DFFF5E;
}
.block-feature-eighteen .bg-wrapper {
  padding: 48px 60px 60px;
  border-radius: 20px;
  background: #144D41;
}
.block-feature-eighteen .bg-wrapper ul {
  position: relative;
  z-index: 1;
}
.block-feature-eighteen .bg-wrapper ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 96%;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
  left: 20px;
  top: 2%;
  z-index: -1;
}
.block-feature-eighteen .bg-wrapper ul li {
  position: relative;
  background: #fff;
  border-radius: 45px;
  padding: 9px 45px 9px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #232524;
  display: inline-block;
  margin-bottom: 35px;
  margin-left: 52px;
}
.block-feature-eighteen .bg-wrapper ul li:last-child {
  margin-bottom: 0;
}
.block-feature-eighteen .bg-wrapper ul li:before {
  content: url(../images/icon/icon_111.svg);
  position: absolute;
  left: -52px;
  top: 0;
}
.block-feature-eighteen .bg-wrapper .more-btn {
  border-radius: 30px;
  padding: 5px 5px 5px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #fff;
}
.block-feature-eighteen .bg-wrapper .more-btn .icon {
  width: 40px;
  height: 40px;
  background: #FFDB1E;
}
.block-feature-eighteen .bg-wrapper .more-btn:hover {
  background: #fff;
  color: #232524;
}

.text-feature-one .line-wrapper {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one .line-wrapper .shape_01 {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one .card-style-three {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one .card-style-three:last-child {
  border-bottom: none;
}
.text-feature-one .media-list-item {
  height: 600px;
  width: 590px;
  background: url(../images/media/img_04.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.text-feature-one .media-list-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.1%, #000000 100%);
  mix-blend-mode: overlay;
}
.text-feature-one .media-list-item li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-one .media-list-item li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #CFFF45;
  left: 10px;
  top: 7px;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one .media-list-item li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #232524;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one .media-list-item li:hover:before {
  background: #232524;
}
.text-feature-one .media-list-item li:hover:after {
  color: #fff;
}

.text-feature-two {
  background: #0C3A30;
  z-index: 1;
}
.text-feature-two .shape_01 {
  top: 16%;
  left: 3%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.text-feature-two .shape_02 {
  bottom: 5%;
  right: 2%;
  width: 1.5%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.text-feature-three {
  z-index: 1;
}
.text-feature-three .counter-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-feature-three .media-wrapper {
  background: url(../images/media/img_13.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  z-index: 1;
  max-width: 590px;
}
.text-feature-three .media-wrapper .screen_01 {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}
.text-feature-three .media-wrapper .screen_02 {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}
.text-feature-three .media-wrapper .screen_03 {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}
.text-feature-three .shape_01 {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-four {
  z-index: 1;
}
.text-feature-four .avatar {
  width: 65px;
  height: 65px;
}
.text-feature-four .name {
  font-size: 28px;
}
.text-feature-four .quote-text {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four .shape_01 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four .shape_02 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five .bg-wrapper {
  background: #FFF2AC;
}
.text-feature-five li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-five li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 10px;
  top: 7px;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #232524;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five li:hover:before {
  background: #232524;
}
.text-feature-five li:hover:after {
  color: #fff;
}
.text-feature-five .media-wrapper {
  background: url(../images/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five .media-wrapper .video-icon {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five .media-wrapper .video-icon:hover {
  background: #CFFF45;
}
.text-feature-five .media-wrapper .screen_01 {
  left: -9%;
  bottom: -9%;
  width: 46.3%;
  animation: jumpThree 5s infinite linear;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}

.text-feature-six {
  z-index: 1;
}
.text-feature-six .media-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six .media-wrapper .screen_01 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six .shape_01 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six .shape_02 {
  top: 1%;
  right: 39%;
}

.text-feature-seven ul li {
  font-weight: 500;
  color: #232524;
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
.text-feature-seven ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 1px;
  left: 0;
}

.text-feature-nine {
  background: url(../images/assets/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine .block .icon {
  height: 50px;
}
.text-feature-nine .vertical-text-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine .vertical-text-wrapper .text-list {
  padding: 0 35px;
  font-weight: 700;
  font-size: 125px;
  letter-spacing: -2px;
  height: 20%;
  width: 100%;
  border-top: 1px solid rgba(254, 255, 252, 0.17);
  display: flex;
  align-items: center;
  justify-content: end;
  color: #FFFFFF;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.text-feature-nine .vertical-text-wrapper .text-list:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine .vertical-text-wrapper .shape_01 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine .vertical-text-wrapper .shape_02 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine .shape_03 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine .shape_04 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one .section-btn {
  position: absolute;
  right: 0;
  top: 25px;
}

.team-section-two {
  background: #fff;
  border: 1px solid #000;
}
.team-section-two .section-btn {
  position: absolute;
  right: 0;
  top: 30px;
}

.team-section-five .shape_01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team-section-three {
  z-index: 1;
}
.team-section-three:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../images/shape/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three .section-btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three .shape_01 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three .shape_02 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three .shape_03 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

.team-details .bg-wrapper {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.team-details .bg-wrapper .border-right {
  border-right: 1px solid #e9e9e9;
}
.team-details .bg-wrapper .member-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-details .bg-wrapper .name {
  font-size: 32px;
}
.team-details .bg-wrapper .post {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.team-details .bg-wrapper h6 {
  font-size: 20px;
  padding: 42px 0 10px;
}
.team-details .bg-wrapper p {
  font-size: 18px;
}
.team-details .bg-wrapper .social-share li a {
  font-size: 20px;
  color: #232524;
  margin-right: 20px;
}
.team-details .bg-wrapper .social-share li a:hover {
  color: #232524;
}
.team-details .bg-wrapper h3 {
  font-size: 28px;
}
.team-details .bg-wrapper table {
  font-size: 18px;
}
.team-details .bg-wrapper table tr td:first-child {
  color: rgba(36, 64, 52, 0.6);
  padding: 13px 0;
}
.team-details .bg-wrapper table tr td:last-child {
  font-weight: 500;
  color: #232524;
}

.faq-section-two {
  z-index: 1;
}
.faq-section-two .section-btn {
  position: absolute;
  right: 0;
  top: 13px;
}
.faq-section-two .shape_01 {
  top: 1%;
  right: 33%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.faq-section-two .shape_02 {
  bottom: 3%;
  left: 5%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.faq-section-three .tab-content {
  background: #fff;
  border-radius: 30px;
  padding: 0px;
}
.faq-section-three .tab-content .accordion-style-one .accordion-item:last-child {
  border-bottom: none;
}
.faq-section-three .tab-content .accordion-style-one .accordion-item:first-child {
  border-top: none;
}
.faq-section-three nav .nav {
  border: none;
}
.faq-section-three nav .nav .nav-link {
  background: transparent;
  border: 0;
  border-radius: 30px;
  height: 36px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  margin: 0 2px 10px;
}
.faq-section-three nav .nav .nav-link.active {
  background: #232524;
  color: #fff;
}

.pricing-section .contact-banner {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
  padding: 48px 45px;
}
.pricing-section .contact-banner h2 {
  font-size: 42px;
  line-height: 1.238em;
  margin: 0;
}
.pricing-section .contact-banner h2 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.pricing-section .contact-banner .screen_01 {
  left: 3%;
  top: 13%;
  width: 12.4%;
}

.pricing-nav .nav {
  border: 2px solid #232524;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-nav .nav .nav-link {
  width: 150px;
  height: 61px;
  font-weight: 500;
  color: #232524;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.pricing-nav .nav .nav-link.active {
  background: #232524;
  color: #fff;
}

.error-page {
  min-height: 100vh;
  z-index: 1;
}
.error-page h1 {
  font-size: 140px;
  line-height: 1em;
}
.error-page h2 {
  font-size: 85px;
  padding: 32px 0 36px;
}
.error-page .shape_01 {
  right: 1%;
  bottom: 20%;
  width: 14.52%;
}
.error-page .shape_02 {
  left: 1%;
  bottom: 30%;
  width: 18.64%;
}

.accordion-style-one .accordion-item {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-one .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.55em;
  color: #232524;
  padding: 33px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 40px;
}
.accordion-style-one .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 300;
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-one .accordion-item .accordion-body {
  padding: 0 35px 20px 0;
}
.accordion-style-one .accordion-item .accordion-body p {
  margin: 0;
}
.accordion-style-one .accordion-item:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.accordion-style-two .accordion-item {
  border: none;
  background: #FFFAEB;
  border-radius: 0;
}
.accordion-style-two .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.55em;
  color: #AEA78F;
  padding: 28px 50px;
  background: transparent;
  border-radius: 40px 40px 0 0;
  box-shadow: none;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 1.5em;
  line-height: 36px;
}
.accordion-style-two .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 400;
  text-align: center;
  color: #000;
  line-height: 48px;
  font-size: 32px;
  background: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
}
.accordion-style-two .accordion-item .accordion-body {
  padding: 20px 50px 55px;
}
.accordion-style-two .accordion-item .accordion-body h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  font-weight: 700;
}
.accordion-style-two .accordion-item .accordion-body ul li {
  display: inline-block;
  color: #272727;
  font-weight: 500;
  background: #fff;
  border-radius: 45px;
  padding: 6px 16px 6px 40px;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.accordion-style-two .accordion-item .accordion-body ul li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 6px;
  left: 14px;
  color: #212121;
}
.accordion-style-two .accordion-item .accordion-body .media-wrapper {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  max-width: 610px;
}
.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon {
  width: 90px;
  height: 90px;
  background: #fff;
}
.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon:hover {
  background: #CFFF45;
}
.accordion-style-two .accordion-item:nth-child(1) {
  border-radius: 40px 40px 0 0;
}
.accordion-style-two .accordion-item:nth-child(2) {
  background: #FFFAEB;
}
.accordion-style-two .accordion-item:nth-child(2) .accordion-button {
  background: #FBF4DC;
}
.accordion-style-two .accordion-item:nth-child(2) .accordion-body {
  background: #FBF4DC;
}
.accordion-style-two .accordion-item:nth-child(3) {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two .accordion-item:nth-child(3) .accordion-button {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two .accordion-item:nth-child(3) .accordion-body {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}

.accordion-style-three .accordion-item {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-three .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55em;
  color: #232524;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-three .accordion-item .accordion-button:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-three .accordion-item .accordion-body {
  padding: 0 35px 8px 0;
}

.accordion-style-four .accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 30px;
}
.accordion-style-four .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.55em;
  color: #232524;
  padding: 24px 50px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.accordion-style-four .accordion-item .accordion-button span {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin-right: 22px;
  min-width: 30px;
}
.accordion-style-four .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 15px;
  background: #144D41;
  color: #fff;
}
.accordion-style-four .accordion-item .accordion-button:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-four .accordion-item .accordion-body {
  background: #fff;
  padding: 0 15px 20px 102px;
  background: #144D41;
}
.accordion-style-four .accordion-item .accordion-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.partner-logo-two {
  background: #000;
  border-bottom: 2px solid #000;
}
.partner-logo-two .bg-wrapper {
  background: #DFFF5E;
  border-radius: 30px;
}
.partner-logo-two .bg-wrapper .wrapper {
  max-width: 1660px;
  padding: 22px 12px;
}
.partner-logo-two .bg-wrapper .title {
  color: #000;
  font-size: 30px;
}
.partner-logo-two .bg-wrapper .logo-wrapper {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  letter-spacing: -0.5px;
}
.partner-logo-two .bg-wrapper .logo-wrapper .br-name {
  margin: 0 10px;
}
.partner-logo-two .bg-wrapper .logo-wrapper .br-name img {
  width: 15px;
}

.partner-logo-one .logo {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content {
  margin: 20px auto;
  padding: 10px;
}

.user-data-form {
  background: #fff;
  margin: 0 auto;
  max-width: 620px;
  border-radius: 20px !important;
  padding: 50px 15px 40px;
}
.user-data-form h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}
.user-data-form p a {
  color: #31795A;
}
.user-data-form p a:hover {
  text-decoration: underline;
}
.user-data-form .form-wrapper {
  max-width: 565px;
}
.user-data-form .form-wrapper .input-group-meta input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border: 1px solid rgba(37, 64, 53, 0.06);
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: rgba(0, 0, 0, 0.04);
}
.user-data-form .form-wrapper .input-group-meta label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon {
  position: absolute;
  height: 55px;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.45);
  font-size: 17px;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span:before {
  content: "";
  width: 2px;
  height: 26px;
  background: #000;
  position: absolute;
  top: 14px;
  left: 24px;
  transform: rotate(45deg);
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span.eye-slash:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #232524;
  cursor: pointer;
  padding-left: 22px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox label a {
  color: #232524;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox label:before {
  content: "";
  width: 14px;
  height: 14px;
  line-height: 11px;
  border-radius: 2px;
  border: 2px solid #B3B3B3;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox input[type=checkbox]:checked + label:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  background: #000;
  color: #fff;
  border-color: #000;
}
.user-data-form .agreement-checkbox a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox a:hover {
  text-decoration: underline;
  color: #232524;
}
.user-data-form .line {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn img {
  width: 20px;
}
.user-data-form .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  box-shadow: none;
  z-index: 1;
}
.user-data-form .nav {
  background: #F0F5F3;
  border-radius: 40px;
}
.user-data-form .nav .nav-item {
  width: 50%;
}
.user-data-form .nav .nav-item .nav-link {
  font-weight: 400;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 40px;
  font-size: 18px;
  color: #7e807f;
}
.user-data-form .nav .nav-item .nav-link.active {
  color: #0f0f0f;
  border-color: #0f0f0f;
}

.counter-block-one .main-count {
  font-size: 64px;
  color: #232524;
}

.counter-block-two .main-count {
  font-size: 68px;
  color: #232524;
  margin-bottom: -5px;
}

.counter-block-three .main-count {
  font-size: 70px;
  color: #232524;
  margin-bottom: -5px;
}

.counter-block-four {
  border: 1px solid #232524;
  padding: 30px 15px 20px;
  border-radius: 20px;
}
.counter-block-four .main-count {
  font-size: 90px;
  margin-bottom: -12px;
}

.pagination-one ul {
  margin: 0 -5;
}
.pagination-one ul li {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  color: #232524;
}
.pagination-one ul li:not(:last-child) a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-one ul li:not(:last-child) a.active, .pagination-one ul li:not(:last-child) a:hover, .pagination-one ul li:not(:last-child) a:focus {
  background: #232524;
  color: #fff;
}

.pagination-two {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}
.pagination-two .pr-dir {
  font-size: 16px;
  letter-spacing: 0.89px;
  color: #979797;
}
.pagination-two .pr-name {
  font-size: 32px;
  color: #232524;
  margin-top: 4px;
}
.pagination-two i {
  font-size: 30px;
  width: 75px;
  height: 75px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-two a:hover i {
  background: #CFFF45;
  border-color: #CFFF45;
}
.pagination-two.border-0 i {
  border: none;
}
.pagination-two.border-0 a:hover i {
  background: #FFE86B;
}

.card-style-one .icon {
  background: #fff;
  width: 62px;
  height: 62px;
}
.card-style-one .text {
  width: calc(100% - 62px);
}
.card-style-one:hover .icon {
  background: #CFFF45;
}

.card-style-two {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border: 1px solid #EBF3EE;
  border-radius: 20px;
}
.card-style-two .icon {
  height: 50px;
}
.card-style-two .icon2 {
  height: 42px;
}
.card-style-two .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-two:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.card-style-two:hover .arrow-btn {
  opacity: 1;
}

.card-style-three .icon {
  height: 38px;
}

.card-style-four .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-four .media:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  right: -25px;
  bottom: -25px;
  background: #fff;
}
.card-style-four .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #232524;
  opacity: 0;
}
.card-style-four .round-btn:hover {
  background: #CFFF45;
}
.card-style-four:hover .media::before, .card-style-four:hover .round-btn {
  opacity: 1;
}

.card-style-five .icon {
  height: 42px;
}
.card-style-five .main-count {
  font-size: 68px;
  color: #FFDB1E;
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 42px;
  padding-top: 25px;
}
.card-style-five p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6em;
}

.card-style-six {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border-radius: 30px;
}
.card-style-six:hover, .card-style-six.active {
  background: #EDF1EE;
}
.card-style-six:hover .arrow-btn, .card-style-six.active .arrow-btn {
  opacity: 1;
}
.card-style-six .icon {
  width: 70px;
  height: 70px;
  background: #232524;
}
.card-style-six .arrow-btn {
  opacity: 0.3;
  width: 34px;
}

.card-style-seven {
  position: relative;
  padding: 40px 30px 45px;
  background: #fff;
  border-radius: 30px;
}
.card-style-seven .icon {
  width: 70px;
  height: 70px;
  background: #FFE86B;
}
.card-style-seven p {
  font-size: 18px;
  line-height: 1.666em;
}
.card-style-seven .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-seven:hover, .card-style-seven.active {
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
}
.card-style-seven:hover .arrow-btn, .card-style-seven.active .arrow-btn {
  opacity: 1;
}
.card-style-seven:hover .icon, .card-style-seven.active .icon {
  background: #CFFF45;
}

.card-style-eight {
  padding: 40px 35px 30px;
  background: #fff;
  position: relative;
}
.card-style-eight:hover {
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
}
.card-style-eight .icon {
  height: 55px;
}
.card-style-eight .icon img {
  max-height: 100%;
}

.card-style-nine {
  background: #F6F6F6;
  padding: 50px 55px 0;
}
.card-style-nine .icon {
  width: 60px;
  height: 60px;
  background: #FFE86B;
}
.card-style-nine h3 {
  font-size: 32px;
}

.card-style-ten {
  padding-bottom: 60px;
}
.card-style-ten h4 {
  color: #232524;
}
.card-style-ten .main-count {
  font-size: 80px;
  color: #232524;
  z-index: 1;
  margin-bottom: -16px;
}
.card-style-ten .main-count:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  background: #C5FF4A;
  left: 0;
  bottom: 19%;
  z-index: -1;
}

.card-style-eleven {
  position: relative;
  padding: 45px 40px 48px;
  background: #fff;
  border-radius: 20px;
}
.card-style-eleven h4 {
  font-family: "ClashDisplay";
  color: #232524;
}
.card-style-eleven .icon {
  height: 58px;
}
.card-style-eleven .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-eleven:hover {
  background: #f3f3f3;
}
.card-style-eleven:hover .arrow-btn {
  opacity: 1;
}

.card-style-twelve h4 {
  color: #232524;
}
.card-style-twelve .icon {
  width: 55px;
  height: 55px;
  border: 1px solid #E0E0E0;
}
.card-style-twelve .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-twelve:hover .icon {
  background: #E0E0E0;
}

.card-style-thirteen {
  background: #fff;
  border-radius: 200px;
  border: 1px solid #fff;
  padding: 110px 45px 120px;
  position: relative;
  z-index: 1;
}
.card-style-thirteen:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background: #000;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
}
.card-style-thirteen .icon {
  height: 75px;
}
.card-style-thirteen .icon img {
  max-height: 100%;
}
.card-style-thirteen p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}
.card-style-thirteen h3 {
  font-size: 30px;
  line-height: 1.266em;
  color: #000;
}
.card-style-thirteen:hover {
  background: #DFFF5E;
  border-color: #000;
}

.card-style-fourteen .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(223, 255, 94, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fourteen .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fourteen .round-btn:hover {
  background: #CFFF45;
  color: #232524;
}
.card-style-fourteen:hover .media::before, .card-style-fourteen:hover .round-btn {
  opacity: 1;
}
.card-style-fourteen p {
  color: #B6B6B6;
}

.card-style-fifteen {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}
.card-style-fifteen .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fifteen .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fifteen .round-btn:hover {
  background: #CFFF45;
  color: #232524;
}
.card-style-fifteen:hover .media::before, .card-style-fifteen:hover .round-btn {
  opacity: 1;
}
.card-style-fifteen h4 {
  font-size: 22px;
}
.card-style-fifteen p {
  color: #B6B6B6;
}

.card-style-sixteen {
  position: relative;
}
.card-style-sixteen .icon {
  width: 60px;
  height: 60px;
  background: #FFE86B;
}
.card-style-sixteen .text {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.card-style-sixteen:hover .icon, .card-style-sixteen.active .icon {
  background: #CFFF45;
}
.card-style-sixteen.arrow:before, .card-style-sixteen.arrow:after {
  content: url(../images/shape/shape_30.svg);
  position: absolute;
  top: 11px;
  left: -99px;
}
.card-style-sixteen.arrow:after {
  left: auto;
  right: -99px;
}

.card-style-seventeen {
  padding: 30px 30px 40px;
  border-radius: 15px;
  border: 1px solid #E6E6E6;
}
.card-style-seventeen .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #F6F6F6;
}
.card-style-seventeen .text {
  width: calc(100% - 70px);
  padding-left: 25px;
}
.card-style-seventeen .text .btn-three {
  color: #232524;
}
.card-style-seventeen .text .btn-three i {
  font-size: 0.8em;
}
.card-style-seventeen:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.card-style-seventeen:hover .icon {
  background: #fff;
}

.card-style-eighteen {
  padding: 5px 35px 0;
  border-radius: 20px;
  background: #232524;
  z-index: 1;
}
.card-style-eighteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/assets/bg_08.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.card-style-eighteen .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #CFFF45;
}
.card-style-eighteen blockquote {
  font-size: 36px;
  color: #fff;
  line-height: 1.555em;
  letter-spacing: -0.5px;
  margin: 30px 0 35px;
}
.card-style-eighteen h6 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.card-style-eighteen h6 span {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
}

.card-style-nineteen {
  padding: 30px 50px 50px;
  border-radius: 20px;
  background: #fff;
}
.card-style-nineteen h2 {
  font-size: 48px;
}
.card-style-nineteen .counter-block-one .main-count {
  font-size: 58px;
  color: #232524;
}

.card-style-twenty {
  background: #fff;
  border-radius: 20px;
  padding: 35px 35px 25px;
}
.card-style-twenty .icon {
  width: 60px;
  height: 60px;
  background: #232524;
}
.card-style-twenty .text {
  width: calc(100%);
}
.card-style-twenty .text .arrow-btn {
  position: absolute;
  right: 50px;
  top: 40px;
}
.card-style-twenty:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.card-style-twentyOne .icon {
  width: 320px;
  height: 320px;
  padding: 13%;
  border: 1px solid rgba(25, 97, 100, 0.15);
}
.card-style-twentyOne .icon .numb {
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  font-size: 24px;
  color: #000;
  bottom: -23px;
  left: calc(50% - 23px);
  z-index: 1;
  background: #fff;
}

.card-style-twentyTwo {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 50px 12px 70px;
  position: relative;
}
.card-style-twentyTwo .icon {
  height: 83px;
}
.card-style-twentyTwo h4 {
  font-size: 28px;
  margin: 135px 0 20px;
  text-transform: capitalize;
}
.card-style-twentyTwo .learn-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.card-style-twentyTwo:hover {
  background: #FFDB1E;
}

.card-style-twentyThree {
  background: #144D41;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card-style-twentyThree .name {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-radius: 15px;
  padding: 15px 10px 10px;
  background: #fff;
  text-align: center;
  opacity: 0;
}
.card-style-twentyThree .name h4 {
  font-size: 22px;
}
.card-style-twentyThree:hover .name {
  opacity: 1;
}
.card-style-twentyThree:hover img {
  opacity: 0.3;
}
.pricing-card-one {
  background: #fff;
  border-radius: 20px;
  padding: 45px 70px 50px;
  border: 1.5px solid #262829;
  box-shadow: 0 4px 32px rgba(25,94,163,0.04);
}
.pricing-overlay {
  display: none;
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 14px;
  z-index: 99;
  box-shadow: 0 4px 34px rgba(0,0,0,.11);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.18s;
  padding: 32px 22px 24px 22px;
  min-height: 390px;
  max-height: 999px;
}
.pricing-overlay.active {
  display: flex;
}
.overlay-content {
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
  color: white;
  font-size: 1.08rem;
  padding: 0;
}
.overlay-content ul {
  margin-left: 1em;
  margin-bottom: 0.9em;
  padding-left: 0.3em;
}
.overlay-content h3 {
  margin-bottom: 10px;
}
.overlay-close {
  display: inline-block;
  margin-top: 6px;
  padding: 7px 19px;
  background: #232524;
  color: #fff;
  border-radius: 7px;
  font-weight: 500;
  font-size: 1.04rem;
  text-decoration: none;
  transition: background 0.18s;
}
.overlay-close:hover {
  background: #111;
  color: #fff;
}
.link-button-close {
  display: inline-block;
  margin-top: 6px;
  padding: 7px 19px;
  background: #232524;
  color: #fff;
  border-radius: 7px;
  font-weight: 500;
  font-size: 1.04rem;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
}
.link-button-close:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.pricing-card-one h2 {
  font-size: 36px;
}
.pricing-card-one p {
  line-height: 1.5em;
  color: #878787;
  padding: 17px 0 20px;
}
.pricing-card-one p span {
  color: #000;
}
.pricing-card-one .price-banner {
  padding: 8px 10px;
  border-radius: 15px;
  background: #F4F4F4;
  margin-bottom: 30px;
}
.pricing-card-one .price-banner .price {
  font-size: 52px;
  font-weight: 500;
  color: #232524;
  line-height: initial;
}
.pricing-card-one .price-banner .price sup {
  font-size: 0.461em;
  top: -18px;
  left: 6px;
}
.pricing-card-one .price-banner strong {
  color: #232524;
  display: block;
  margin-bottom: -9px;
}
.pricing-card-one .price-banner span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.pricing-card-one ul li {
  color: #000;
  margin-top: 10px;
}
.pricing-card-one .action-btn {
  max-width: 335px;
  margin: auto auto 0;
  padding: 10px 25px;
  font-size: 18px;
  color: #8B8B8B;
}
.pricing-card-one .action-btn a {
  font-weight: 500;
  color: #232524;
}
.pricing-card-one .action-btn a i {
  display: inline-block;
  width: 20px;
  line-height: 15px;
  background: #0C3A30;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  font-weight: 900;
  vertical-align: 3px;
  margin-left: 4px;
}
.pricing-card-one .action-btn a:hover {
  text-decoration: underline;
}

.service-details .details-meta h2 {
  font-size: 64px;
  line-height: 1.1875em;
  font-weight: 700;
  margin-bottom: 42px;
}
.service-details .details-meta p {
  margin-bottom: 35px;
}
.service-details .details-meta h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-details .details-meta .line-wrapper {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.service-details .details-meta .quote-wrapper {
  padding: 50px 80px 60px;
  border-radius: 30px;
  z-index: 1;
}
.service-details .details-meta .quote-wrapper .icon {
  margin-top: 7px;
}
.service-details .details-meta .quote-wrapper blockquote {
  font-size: 48px;
  line-height: 1.354em;
  font-weight: 500;
  color: #232524;
  margin-bottom: 30px;
}
.service-details .details-meta .quote-wrapper .shape_01 {
  bottom: 0;
  right: 1%;
  width: 37.2%;
}
.service-details .details-meta .list-item li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-left: 45px;
  margin-bottom: 24px;
  position: relative;
}
.service-details .details-meta .list-item li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 0;
  top: 3px;
}
.service-details .details-meta .list-item li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 3px;
  left: 5px;
  color: #000;
}
.service-details .service-nav-item {
  background: #EBF3EE;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 25px;
}
.service-details .service-nav-item a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding: 24px 0;
  line-height: 20px;
  border-bottom: 1px dashed rgba(10, 64, 32, 0.2);
  transition: all 0.3s ease-in-out 0s;
}
.service-details .service-nav-item a img {
  width: 20px;
  margin-right: 22px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}
.service-details .service-nav-item a.active, .service-details .service-nav-item a:hover {
  color: #0A4020;
}
.service-details .service-nav-item a.active img, .service-details .service-nav-item a:hover img {
  opacity: 1;
}
.service-details .service-nav-item li:last-child a {
  border: none;
}
.service-details .contact-banner {
  padding: 35px 3% 50px;
  background: #FFE86B;
  border-radius: 20px;
}
.service-details .contact-banner h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.service-details .contact-banner a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.service-details .contact-banner a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}

#isotop-gallery-wrapper {
  margin: 0 -20px;
}
#isotop-gallery-wrapper .grid-sizer,
#isotop-gallery-wrapper .isotop-item {
  padding: 0 20px;
}
#isotop-gallery-wrapper.column-two .grid-sizer,
#isotop-gallery-wrapper.column-two .isotop-item {
  width: 50%;
}

.portfolio-one {
  background: #fff;
  border: 1px solid #000;
}
.portfolio-one .section-btn {
  position: absolute;
  right: 0;
  top: 50px;
}

.portfolio-block-one .img-holder {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one .img-holder.round-border {
  border-radius: 30px;
}
.portfolio-block-one .img-holder .expend {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 35px;
  opacity: 0;
}
.portfolio-block-one .img-holder i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-block-one .img-holder i:hover {
  background: #DFFF5E;
}
.portfolio-block-one:hover .expend {
  opacity: 1;
}
.portfolio-block-one:hover .img-meta {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one:hover .pj-title {
  text-decoration: underline;
}
.portfolio-block-one .caption {
  margin-top: 35px;
}
.portfolio-block-one .caption .tag {
  margin: 0 -3px;
}
.portfolio-block-one .caption .tag li {
  margin: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  color: #B8B8B8;
  padding: 0 14px;
  line-height: 21px;
  border: 1px solid #B8B8B8;
  border-radius: 15px;
}
.portfolio-block-one .caption .pj-title {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one .caption .arrow:hover {
  color: #0C3A30;
}

.portfolio-two {
  z-index: 1;
}
.portfolio-two .slider-wrapper {
  width: 126vw;
  transform: translateX(-13vw);
}
.portfolio-two .slider-wrapper .slick-slider {
  margin: 0 -25px;
}
.portfolio-two .slider-wrapper .slick-slider .slick-slide {
  margin: 0 25px 5px;
}
.portfolio-two .slick-arrow-one {
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-two .slick-arrow-one li {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #232524;
  text-align: center;
  line-height: 57px;
  font-size: 24px;
  margin: 0 2px;
  transition: all 0.2s ease-in-out 0s;
}
.portfolio-two .slick-arrow-one li:hover {
  background: #232524;
  color: #fff;
}

.portfolio-block-two .img-wrapper {
  border-radius: 30px;
  overflow: hidden;
}
.portfolio-block-two .caption {
  padding: 40px 0 30px;
  border-bottom: 1px solid #044F3B;
}
.portfolio-block-two .caption span {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.3);
}
.portfolio-block-two .caption h3 a {
  font-size: 40px;
  letter-spacing: -1px;
  color: #232524;
}
.portfolio-block-two .caption h3 a:hover {
  text-decoration: underline;
}
.portfolio-block-two .caption .round-btn {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid #232524;
  color: #232524;
}
.portfolio-block-two .caption .round-btn:hover {
  background: #CFFF45;
}

.portfolio-three .shape_01 {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.portfolio-block-three {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 80px 0;
}
.portfolio-block-three:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.portfolio-block-three .num {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.portfolio-block-three .media-img {
  width: 27%;
  padding: 0 45px 0 65px;
}
.portfolio-block-three .media-img .img {
  background: #044F3B;
  border-radius: 75px;
  overflow: hidden;
}
.portfolio-block-three .title {
  width: 40%;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 500;
  color: #232524;
}
.portfolio-block-three .arrow-btn {
  margin-left: auto;
  width: 108px;
  height: 108px;
}
.portfolio-block-three .arrow-btn:hover {
  background: #FFDB1E;
}
.portfolio-block-three .arrow-btn:hover img {
  transform: rotate(-45deg);
}
.portfolio-block-three:hover .img img {
  opacity: 0.5;
}

.project-details-one {
  z-index: 2;
}
.project-details-one .project-info {
  border-bottom: 1px solid #E4E4E4;
}
.project-details-one .project-info:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
  background: #CFFF45;
}
.project-details-one .project-info .inner-wrapper {
  max-width: 1600px;
  padding: 0 12px;
}
.project-details-one .project-info h3 {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
.project-details-one .project-info h3 span {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.project-details-one .project-info li {
  width: 33.333%;
  padding: 35px 3%;
  border-right: 1px dashed rgba(0, 0, 0, 0.25);
  background: #CFFF45;
  margin-bottom: -1px;
}
.project-details-one .project-info li:last-child {
  border: none;
}
.project-details-one .project-info li .icon {
  max-width: 40px;
}
.project-details-one .project-info li .text1 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.project-details-one .project-info li span {
  color: rgba(0, 0, 0, 0.5);
}
.project-details-one .upper-title {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-details-one h2 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}
.project-details-one p {
  font-size: 24px;
  line-height: 1.83em;
  margin-bottom: 40px;
}
.project-details-one .img-gallery img {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.project-details-one .social-share li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-one .social-share li a {
  font-size: 20px;
  color: #232524;
  margin-left: 20px;
}

.project-details-two .bg-wrapper {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two .slider-wrapper {
  height: 100%;
}
.project-details-two .slider-wrapper .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two .slider-wrapper .carousel-control-next,
.project-details-two .slider-wrapper .carousel-control-prev {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #232524;
  opacity: 1;
  right: 0;
  bottom: 0;
  top: auto;
  transition: all 0.2s ease-in-out 0s;
}
.project-details-two .slider-wrapper .carousel-control-next:hover,
.project-details-two .slider-wrapper .carousel-control-prev:hover {
  background: #232524;
  color: #fff;
}
.project-details-two .slider-wrapper .carousel-control-prev {
  left: auto;
  right: 45px;
}
.project-details-two .info-wrapper {
  padding: 55px 50px 85px 70px;
}
.project-details-two .info-wrapper h3 {
  font-size: 36px;
}
.project-details-two .info-wrapper .list-meta li {
  padding: 22px 0;
}
.project-details-two .info-wrapper .list-meta .icon {
  width: 40px;
}
.project-details-two .info-wrapper .list-meta .text1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two .info-wrapper .list-meta span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two .info-wrapper .social-share li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two .info-wrapper .social-share li a {
  font-size: 20px;
  color: #232524;
  margin-left: 20px;
}

.feedback-section-one {
  border-bottom: 1px dashed #CACACA;
}
.feedback-section-one.top-border {
  border-top: 1px dashed #CACACA;
}
.feedback-section-one .title-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feedback-section-one .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 12px;
  background: #CFFF45;
  right: 0;
  bottom: -1%;
}

.feedback-block-one blockquote {
  font-size: 32px;
  line-height: 1.531em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-one .avatar {
  width: 60px;
  height: 60px;
}
.feedback-block-one .line {
  width: 70%;
  height: 1px;
  background: #000;
}
.feedback-block-one .count {
  width: 30%;
  text-align: right;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.3);
}

.feedback-section-two {
  z-index: 1;
}
.feedback-section-two .slider-wrapper {
  width: calc(100vw + 210px);
  transform: translateX(-105px);
}
.feedback-section-two .shape_01 {
  top: 0;
  left: 11%;
  width: 2.65%;
  min-width: 30px;
  animation: rotated 48s infinite linear;
}

.feedback-block-two {
  border: 1px solid #E1E2E2;
  border-radius: 20px;
  padding: 34px 48px 30px;
}
.feedback-block-two .avatar {
  width: 55px;
  height: 55px;
}
.feedback-block-two .name {
  color: #232524;
}
.feedback-block-two blockquote {
  color: #0E3F30;
  margin: 24px 0 43px;
}
.feedback-block-two .bottom-line {
  border-top: 1px solid #E1E2E2;
  padding-top: 24px;
}
.feedback-block-two .bottom-line .rating li {
  color: #FFCC4A;
  margin-right: 5px;
  font-size: 18px;
}

.slick-center .feedback-block-two {
  background: #232524;
  border-color: #232524;
}
.slick-center .feedback-block-two .name, .slick-center .feedback-block-two blockquote {
  color: #fff;
}
.slick-center .feedback-block-two p {
  color: rgba(255, 255, 255, 0.5);
}
.slick-center .feedback-block-two .bottom-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.slick-center .feedback-block-two .bottom-line .icon {
  filter: brightness(0) invert(1);
}

.feedback-section-three .slider-wrapper {
  padding-left: 100px;
}
.feedback-section-three .slider-wrapper .icon {
  left: 0;
  top: 18px;
}
.feedback-section-three .slick-dots {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three .slick-dots .slick-active button {
  background: #000;
}
.feedback-section-three .rating-box {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three .rating-box .rating {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three .shape_01 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three .shape_02 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

.feedback-block-three blockquote {
  font-size: 36px;
  line-height: 1.611em;
  color: #000;
}

.feedback-section-four .slider-arrows {
  position: absolute;
  right: 0;
  top: 80px;
  width: 125px;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.feedback-section-four .slider-arrows li {
  width: 50%;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}
.feedback-section-four .slider-arrows li:hover {
  background: #000;
  color: #fff;
}
.feedback-section-four .partner-logo-one {
  border-bottom: 2px dashed #e3e3e3;
}

.feedback-block-four {
  border: 2px solid #232524;
  border-radius: 20px;
  padding: 35px 48px 35px;
}
.feedback-block-four .rating li {
  color: #FFCC4A;
  margin-right: 6px;
  font-size: 18px;
}
.feedback-block-four .icon {
  width: 30px;
}
.feedback-block-four .avatar {
  width: 55px;
  height: 55px;
}
.feedback-block-four blockquote {
  font-size: 28px;
  line-height: 1.571em;
  color: #0E3F30;
  margin: 37px 0 52px;
}
.feedback-block-four:hover {
  background: #F8FCF4;
  border-color: #F8FCF4;
}

.feedback-section-five {
  background: #DFFF5E;
  border: 1px solid #000;
  z-index: 1;
  overflow: hidden;
}
.feedback-section-five:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/assets/bg_06.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.feedback-section-five .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -85px;
}
.feedback-section-five .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-five .slick-dots .slick-active button {
  background: #000;
}
.feedback-section-five .shape_01 {
  bottom: 1%;
  left: 19%;
  width: 34%;
}
.feedback-section-five .shape_02 {
  bottom: 3%;
  right: 8%;
  width: 24%;
}

.feedback-block-five blockquote {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.166em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-five .name {
  font-size: 28px;
  color: #000;
}

.feedback-section-six {
  z-index: 1;
}
.feedback-section-six .icon-container {
  width: 90%;
  margin: 0 auto;
}
.feedback-section-six .icon-container:before, .feedback-section-six .icon-container:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: calc(50% - 65px);
  top: 50%;
  left: 0;
}
.feedback-section-six .icon-container:after {
  left: auto;
  right: 0;
}
.feedback-section-six .icon-container .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #CFFF45;
}
.feedback-section-six .slick-dots {
  margin: 95px 0 0;
  padding: 0;
  justify-content: center;
}
.feedback-section-six .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #232524;
}
.feedback-section-six .slick-dots .slick-active button {
  background: #232524;
}
.feedback-section-six .shape_01 {
  right: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six .shape_02 {
  left: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six .shape_03 {
  left: 0;
  top: 0;
  max-width: 16%;
}

.feedback-block-six p {
  font-size: 42px;
  line-height: 1.666em;
  color: #171717;
  margin-bottom: 45px;
}
.feedback-block-six h6 {
  display: inline-block;
}
.feedback-block-six h6:before, .feedback-block-six h6:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: 140px;
  top: 20px;
  left: -175px;
}
.feedback-block-six h6:after {
  left: auto;
  right: -175px;
}

.feedback-section-seven .slider-arrows {
  position: absolute;
  top: 35%;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.feedback-section-seven .slider-arrows li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
.feedback-section-seven .slider-arrows li:hover {
  background-color: #D0FF45;
  border-color: #D0FF45;
}

.feedback-block-seven {
  text-align: center;
}
.feedback-block-seven blockquote {
  font-size: 48px;
  line-height: 1.3125em;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.5px;
}
.feedback-block-seven .name {
  font-size: 22px;
}

.feedback-section-eight {
  background: #144D41;
}
.feedback-section-eight:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/shape/shape_53.svg) no-repeat center;
  background-size: cover;
}
.feedback-section-eight .wrapper {
  background: #26685A;
  padding: 95px 80px;
  border-radius: 20px;
}
.feedback-section-eight .slider-arrows {
  position: absolute;
  left: -35px;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.feedback-section-eight .slider-arrows li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #144D41;
  background: #2B5F54;
  padding: 15px;
  cursor: pointer;
}

.feedback-block-eight .media-img {
  border-radius: 20px;
}
.feedback-block-eight .icon {
  width: 70px;
  height: 70px;
  background: #FFDB1E;
}
.feedback-block-eight blockquote {
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 800;
  color: #fff;
  font-style: italic;
  margin: 30px 0 52px;
}
.feedback-block-eight h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.feedback-block-eight span {
  font-size: 22px;
  color: #fff;
}
.feedback-block-eight .rating li {
  margin-right: 6px;
}
.feedback-block-eight .rating li i {
  font-size: 18px;
  color: #FFDB1E;
}
.feedback-block-eight .rating li span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-left: 8px;
  color: #fff;
}

.blog-section-one {
  z-index: 1;
}
.blog-section-one:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 17%;
  background: #EBF3EE;
  z-index: -1;
}
.blog-section-one .section-btn {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 1;
}

.blog-meta-one {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one .post-data {
  padding: 30px 35px 25px;
}
.blog-meta-one .post-data .post-info {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one .post-data .blog-title {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one .post-data .blog-title:hover {
  text-decoration: underline;
}
.blog-meta-one .post-img {
  height: 350px;
  border-radius: 0 0 30px 30px;
  padding: 0 25px 25px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-one .post-img .round-btn {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #232524;
}
.blog-meta-one:hover .round-btn {
  background: #CFFF45;
}
.blog-meta-one.style-two {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one.style-two .post-img {
  border-radius: 0;
}
.blog-meta-one.style-two .blog-title {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

.blog-section-two {
  z-index: 1;
}
.blog-section-two .section-btn {
  position: absolute;
  right: 0;
  top: -15px;
}
.blog-section-two .shape_01 {
  bottom: 7%;
  right: 15%;
  width: 1.1%;
  animation: rotated 50s infinite linear;
}

.blog-meta-two {
  background: #fff;
}
.blog-meta-two .post-data {
  padding-top: 30px;
}
.blog-meta-two .post-data .blog-title {
  width: 100%;
}
.blog-meta-two .post-data .blog-title h4 {
  font-size: 24px;
  line-height: 1.281em;
}
.blog-meta-two .post-data .blog-title:hover h4 {
  text-decoration: underline;
}
.blog-meta-two .post-data .round-btn {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #232524;
  background: #fff;
  color: #232524;
}
.blog-meta-two .post-data .round-btn:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two .post-data .post-info {
  border-top: 1px solid #D1D1D1;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.blog-meta-two .post-img {
  height: 400px;
  padding: 0 0 20px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two .post-img .date {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #232524;
}
.blog-meta-two.style-two {
  border-radius: 30px;
  overflow: hidden;
}
.blog-meta-two.style-two .post-img {
  height: 550px;
}
.blog-meta-two.style-two .post-data {
  padding: 26px 35px;
}
.blog-meta-two.style-two .post-data .post-info {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two.style-two .post-data .round-btn {
  border: none;
}

.blog-section-three {
  z-index: 1;
}
.blog-section-three .section-btn {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four {
  z-index: 5;
}
.blog-section-four.block-feature-three:before {
  display: none;
}
.blog-section-four.block-feature-three .block-one {
  background: url(../images/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

.blog-section-five {
  background: #EDF8EB;
  border: 1px solid #000;
  z-index: 5;
}
.blog-section-five .section-btn {
  position: absolute;
  right: 0;
  top: 50px;
}
.blog-section-five .wrapper {
  border-top: 2px solid #000;
}
.blog-section-five .wrapper:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  top: 0;
  right: 50%;
}

.blog-meta-three .tag {
  line-height: 27px;
  border-radius: 20px;
  background: #000;
  font-size: 14px;
  padding: 0 16px;
  letter-spacing: 1px;
  color: #fff;
}
.blog-meta-three .blog-title {
  font-size: 50px;
  line-height: 1.16em;
  color: #000;
  margin: 37px 0 24px;
}
.blog-meta-three .round-btn {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  color: #232524;
}
.blog-meta-three .round-btn:hover {
  background: #000;
  color: #fff;
}

.blog-meta-four {
  border: 1px solid #DFDFDF;
  border-radius: 30px;
  padding: 75px 35px 52px;
  text-align: center;
}
.blog-meta-four .post-data {
  position: relative;
  padding: 42px 12px 28px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-meta-four .post-data .icon {
  width: 55px;
  height: 55px;
  background: #232524;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-meta-four .post-data .blog-title h4 {
  font-size: 43px;
  line-height: 1.302em;
  margin: 0;
}
.blog-meta-four .post-data .blog-title h4:hover {
  text-decoration: underline;
}
.blog-meta-four .post-info {
  font-size: 20px;
  margin: 35px 0 0;
}
.blog-meta-four .post-info span {
  color: rgba(0, 0, 0, 0.5);
}

.blog-sidebar .sidebar-title {
  font-size: 32px;
  margin-bottom: 18px;
}
.blog-sidebar .sidebar-search {
  height: 65px;
  background: #F3F3F3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog-sidebar .sidebar-search input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
}
.blog-sidebar .sidebar-search button {
  position: absolute;
  width: 65px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #232524;
  color: #fff;
}
.blog-sidebar .sidebar-search button:hover {
  background: #CFFF45;
  color: #232524;
}
.blog-sidebar .blog-category li a {
  line-height: 40px;
  color: #232524;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar .blog-category li a span {
  color: rgba(0, 0, 0, 0.4);
}
.blog-sidebar .blog-category li a:hover {
  text-decoration: underline;
}
.blog-sidebar .blog-recent-news .recent-news {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.blog-sidebar .blog-recent-news .recent-news:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar .blog-recent-news .recent-news .post-img {
  height: 222px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 15px;
}
.blog-sidebar .blog-recent-news .recent-news .date {
  font-size: 16px;
  color: #AAAAAA;
  margin-bottom: 5px;
}
.blog-sidebar .blog-recent-news .recent-news .blog-title h3 {
  font-size: 24px;
  line-height: 1.291em;
  max-width: 85%;
}
.blog-sidebar .blog-recent-news .recent-news .blog-title h3:hover {
  text-decoration: underline;
}
.blog-sidebar .blog-keyword ul {
  margin: 0 -4px;
}
.blog-sidebar .blog-keyword ul li {
  margin: 0 4px 10px;
}
.blog-sidebar .blog-keyword ul li a {
  line-height: 35px;
  background: #EFF6F3;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 16px;
  color: #244034;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar .blog-keyword ul li a:hover {
  background: #232524;
  color: #fff;
}
.blog-sidebar .contact-banner {
  padding: 35px 3% 50px;
  background: #CFFF45;
  border-radius: 20px;
}
.blog-sidebar .contact-banner h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.blog-sidebar .contact-banner a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.blog-sidebar .contact-banner a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}
.blog-details .post-details-meta p {
  line-height: 1.6em;
  margin-bottom: -0.5em;
  margin-top: 1.5em;
}
.blog-details .post-details-meta .quote-wrapper {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details .post-details-meta .quote-wrapper .wrapper {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details .post-details-meta .quote-wrapper .wrapper .icon {
  width: 55px;
  height: 55px;
  background: #232524;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details .post-details-meta .quote-wrapper .wrapper h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details .post-details-meta .quote-wrapper h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details .post-details-meta .quote-wrapper h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details .post-details-meta .img-gallery {
  margin-bottom: 50px;
}
.blog-details .post-details-meta .img-gallery img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details .post-details-meta h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.blog-details .post-details-meta .list-item li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details .post-details-meta .list-item li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details .bottom-widget {
  padding: 10px 0 5px;
}
.blog-details .bottom-widget .tags li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details .bottom-widget .tags a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #232524;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details .bottom-widget .tags a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details .bottom-widget .share-icon li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details .bottom-widget .share-icon a {
  color: #232524;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details .grey-bg {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details .blog-inner-title {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details .blog-comment-area {
  margin: 60px 0;
}
.blog-details .blog-comment-area .comment {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details .blog-comment-area .comment:last-child {
  padding-bottom: 5px;
}
.blog-details .blog-comment-area .comment .reply-comment {
  border: none;
  padding: 40px 0 30px;
}
.blog-details .blog-comment-area .comment .user-avatar {
  width: 60px;
  height: 60px;
}
.blog-details .blog-comment-area .comment .comment-text {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details .blog-comment-area .comment .comment-text .name {
  font-size: 20px;
  color: #232524;
}
.blog-details .blog-comment-area .comment .comment-text .date {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details .blog-comment-area .comment .comment-text p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details .blog-comment-area .comment .comment-text .reply-btn {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  width: 60px;
  line-height: 25px;
  background: #232524;
  border-radius: 3px;
}
.blog-details .blog-comment-area .comment .comment-text .reply-btn:hover {
  background: #CFFF45;
  color: #232524;
}
.blog-details .blog-comment-form p a {
  color: #232524;
}
.blog-details .blog-comment-form form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details .blog-comment-form form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details .blog-comment-form form textarea {
  display: block;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  height: 145px;
  border: none;
  border-radius: 8px;
  padding: 20px 25px;
  background: #fff;
}

.map-banner {
  height: 600px;
}

.address-block-one .icon {
  width: 80px;
  height: 80px;
  background: #232524;
}
.address-block-one .title {
  font-family: "Satoshi";
  font-size: 24px;
  padding: 20px 0 5px;
}
.address-block-one p {
  line-height: 1.6em;
  color: #878787;
}
.address-block-one p .call {
  color: #232524;
}
.address-block-one p .call:hover {
  text-decoration: underline;
}
.address-block-one p .webaddress {
  color: #232524;
  text-decoration: underline;
}

.contact-us-section .bg-wrapper {
  border-radius: 40px;
  padding: 55px 55px 60px;
}

.form-style-one .input-group-meta {
  position: relative;
}
.form-style-one .input-group-meta label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.form-style-one .input-group-meta input, .form-style-one .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
}
.form-style-one .input-group-meta input {
  height: 60px;
  padding: 0 20px;
}
.form-style-one .input-group-meta textarea {
  height: 165px;
  padding: 15px 20px;
}
.form-style-one .btn-four {
  font-weight: 500;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 8px;
}

.form-style-two .input-group-meta {
  position: relative;
}
.form-style-two .input-group-meta input, .form-style-two .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
}
.form-style-two .input-group-meta input {
  height: 55px;
  padding: 0 20px;
}
.form-style-two .input-group-meta textarea {
  max-height: 160px;
  height: 160px;
  padding: 15px 20px;
}

#contact-form .help-block {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  line-height: 20px;
  color: #ff4d44;
}
#contact-form .help-block ul {
  margin: 0;
}

.contact-section-one .media-img {
  border-radius: 20px;
}
.contact-section-one .shape_01 {
  top: 13%;
  left: 43%;
}

.footer-one {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one .bottom-footer {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one .social-icon a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .social-icon a:hover {
  background: #CFFF45;
  color: #232524;
}
.footer-one .footer-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one .footer-nav-link a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .footer-nav-link a:hover {
  color: #fff;
}
.footer-one .footer-newsletter form {
  width: 410px;
  height: 54px;
  position: relative;
}
.footer-one .footer-newsletter form input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 80px 0 30px;
  border: none;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.1);
}
.footer-one .footer-newsletter form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form button {
  width: 50px;
  height: 50px;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  background: #CFFF45;
  color: #232524;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .footer-newsletter form button:hover {
  background: #fff;
}
.footer-one .copyright {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one .bottom-nav {
  margin: 0 -12px;
}
.footer-one .bottom-nav a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one .bottom-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-two {
  background: url(../images/media/img_18.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 15px 135px;
}
.footer-two.no-bg {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two.no-bg:before {
  display: none;
}
.footer-two.no-bg .bg-wrapper {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two.no-bg .bg-wrapper .copyright {
  left: 0;
}
.footer-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #F5F8F7 0%, rgba(240, 243, 242, 0.58) 69.88%, rgba(238, 241, 240, 0.15) 100%);
}
.footer-two .bg-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  z-index: 1;
  padding: 50px 40px 40px;
}
.footer-two .bg-wrapper .shape_01 {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two .bg-wrapper .shape_02 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two .social-icon a {
  color: #232524;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid #232524;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .social-icon a:hover {
  background: #232524;
  border-color: #232524;
  color: #fff;
}
.footer-two .footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two .footer-nav-link a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .footer-nav-link a:hover {
  color: #232524;
  text-decoration: underline;
}
.footer-two .copyright {
  font-size: 18px;
  color: #232524;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three .round-bg {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three .round-bg.color-two {
  background: #F6FFDD;
}
.footer-three .footer-intro p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three .footer-intro p a:hover {
  color: #232524;
  text-decoration: underline;
}
.footer-three .footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three .footer-nav-link a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three .footer-nav-link a:hover {
  color: #232524;
  text-decoration: underline;
}
.footer-three .bottom-footer {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three .bottom-footer .copyright {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three .bottom-footer .bottom-nav {
  margin: 0 -12px;
}
.footer-three .bottom-footer .bottom-nav a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three .bottom-footer .bottom-nav a:hover {
  text-decoration: underline;
}
.footer-three .bottom-footer .social-icon {
  margin: 0 -10px;
}
.footer-three .bottom-footer .social-icon a {
  margin: 0 10px;
}
.footer-three .bottom-footer .social-icon a:hover {
  color: #232524;
}
.footer-three .shape_01 {
  top: -3%;
  left: -3%;
}
.footer-three .shape_02 {
  bottom: 8%;
  right: 33%;
  animation: rotated 48s infinite linear;
}

.footer-large-wrapper {
  z-index: 1;
}
.footer-large-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  top: -20%;
  background: url(../images/assets/bg_04.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

.footer-four {
  padding: 75px 0 0;
}
.footer-four .footer-intro p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-four .footer-intro li {
  margin-top: 15px;
}
.footer-four .footer-intro li .icon {
  width: 20px;
}
.footer-four .footer-intro li a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.footer-four .footer-intro li a:hover {
  text-decoration: underline;
}
.footer-four .footer-title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-four .footer-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #D3FF76;
}
.footer-four .footer-nav-link a {
  color: rgba(255, 255, 255, 0.75);
  line-height: 44px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}
.footer-four .footer-nav-link a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-four .bottom-footer {
  border-top: 1px dashed #37665c;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-four .bottom-footer .copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-four .bottom-footer .bottom-nav {
  margin: 0 -12px;
}
.footer-four .bottom-footer .bottom-nav a {
  font-size: 18px;
  margin: 0 12px;
  color: #fff;
}
.footer-four .bottom-footer .bottom-nav a:hover {
  text-decoration: underline;
}
.footer-four .bottom-footer .social-icon {
  margin: 0 -10px;
}
.footer-four .bottom-footer .social-icon a {
  margin: 0 10px;
  color: #fff;
}
.footer-four .bottom-footer .social-icon a:hover {
  color: #232524;
}

.footer-five {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/assets/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five .btn-group {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five .btn-group h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five .btn-group h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five .btn-group .round-btn {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five .btn-group .round-btn:hover, .footer-five .btn-group .round-btn:focus {
  background: #232524;
  color: #fff;
}
.footer-five .social-icon {
  margin: 0 -20px;
}
.footer-five .social-icon a {
  color: #fff;
  margin: 0 20px;
}
.footer-five .social-icon a:hover {
  color: #DFFF5E;
}
.footer-five .bottom-nav {
  margin: 0 -12px;
}
.footer-five .bottom-nav a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five .bottom-nav a:hover {
  text-decoration: underline;
}
.footer-five .shape_01 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five .shape_02 {
  bottom: 41%;
  left: 13%;
  width: 1.7%;
  animation: rotated 48s infinite linear;
}

@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.shop-filter-one .theme-select-menu {
  width: 100%;
  min-width: 145px;
  height: 45px;
  font-size: 17px;
  padding: 0 12px;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-block-one {
  overflow: hidden;
}
.product-block-one .img-holder {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one .img-holder .cart-icon {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease-in-out 0s;
}
.product-block-one .img-holder .cart-icon:hover {
  color: #232524;
  background: #CFFF45;
}
.product-block-one .img-holder .cart-button {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  line-height: 48px;
  background: #232524;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out 0s;
}
.product-block-one .img-holder .cart-button:hover {
  color: #232524;
  background: #CFFF45;
}
.product-block-one .product-title {
  font-weight: 500;
  color: #232524;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one .rating {
  margin: 0 -3px;
}
.product-block-one .rating li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one .rating li .bi-star-fill {
  color: #FFCB65;
}
.product-block-one .price {
  font-weight: 500;
  font-size: 22px;
  color: #232524;
  margin-top: 10px;
}
.product-block-one:hover .cart-button {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one:hover .product-img {
  transform: scale(0.95);
}
.product-block-one:hover .cart-icon {
  opacity: 1;
  transform: scale(1);
}
.product-block-one:hover .product-title {
  text-decoration: underline;
}

.product-details-one .product-img-tab {
  border: none;
}
.product-details-one .product-img-tab .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one .product-img-tab .nav-link img {
  max-height: 100%;
}
.product-details-one .product-img-tab .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one .product-img-tab-content {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one .product-img-tab-content img {
  margin: auto;
}
.product-details-one .product-info .stock-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #EAEAEA;
  border-radius: 3px;
  line-height: 25px;
  padding: 0 10px;
}
.product-details-one .product-info .product-name {
  text-transform: capitalize;
  font-size: 32px;
  margin: 5px 0 15px;
}
.product-details-one .product-info .rating li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one .product-info .rating li .bi-star-fill {
  color: #FFCB65;
}
.product-details-one .product-info .rating li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one .product-info .rating li a:hover {
  text-decoration: underline;
}
.product-details-one .product-info .price {
  font-size: 26px;
  font-weight: 700;
  color: #232524;
  padding: 25px 0 5px;
}
.product-details-one .product-info .price del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one .product-info .availability {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one .product-info .description-text {
  padding: 10px 0 15px;
}
.product-details-one .product-info .product-feature {
  margin-bottom: 20px;
}
.product-details-one .product-info .product-feature li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one .product-info .product-feature li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #232524;
}
.product-details-one .product-info .customize-order h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one .product-info .customize-order .quantity .button-group {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one .product-info .customize-order .quantity .button-group li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one .product-info .customize-order .quantity .button-group li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one .product-info .customize-order .quantity .button-group li .product-value {
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  color: #000;
  max-width: 45px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 5px;
}
.product-details-one .product-review-tab .nav-tabs {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one .product-review-tab .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #232524;
  letter-spacing: 1px;
  padding: 0 0 12px 0;
  position: relative;
  margin: 0 50px 0 0;
  border: none;
  border-radius: 0;
}
.product-details-one .product-review-tab .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  z-index: 1;
  background: #000;
  transform: scale(0, 1);
  transition: all 0.3s ease-in-out 0s;
}
.product-details-one .product-review-tab .nav-tabs .nav-link.active:before {
  transform: scale(1);
}
.product-details-one .product-review-tab .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one .product-review-tab .tab-content h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one .product-review-tab .tab-content .product-feature li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one .product-review-tab .tab-content .product-feature li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #232524;
}
.product-details-one .product-review-tab .user-comment-area .single-comment {
  padding-bottom: 40px;
}
.product-details-one .product-review-tab .user-comment-area .single-comment:last-child {
  padding-bottom: 0;
}
.product-details-one .product-review-tab .user-comment-area .user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data {
  padding-left: 30px;
  position: relative;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data .rating li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data .rating li .bi-star-fill {
  color: #FFCB65;
}
.product-details-one .product-review-tab .user-comment-area .user-comment-data p {
  padding-top: 8px;
}

.cart-list-form {
  position: relative;
}
.cart-list-form .table {
  margin: 0;
  background: transparent;
}
.cart-list-form .table th {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  color: #232524;
  background: transparent;
}
.cart-list-form .table th:first-child {
  text-align: left;
}
.cart-list-form .table tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form .table tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form .table tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form .table tbody .product-thumbnails {
  width: 85px;
}
.cart-list-form .table tbody .product-thumbnails img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form .table tbody .product-thumbnails .product-img {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form .table tbody .product-info {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form .table tbody .product-info .product-name {
  font-weight: 700;
  font-size: 20px;
  color: #232524;
}
.cart-list-form .table tbody .product-info .serial {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form .table tbody .product-info ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form .table tbody .price {
  font-weight: 500;
  font-size: 18px;
  color: #232524;
}
.cart-list-form .table tbody .quantity li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form .table tbody .quantity li .btn {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form .table tbody .quantity li .product-value {
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  max-width: 55px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 12px;
}
.cart-list-form .table tbody .remove-product {
  color: #000;
  font-size: 22px;
}
.cart-list-form .table tbody .remove-product:hover {
  color: #ff2759;
}
.cart-list-form .cart-footer {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form .cart-footer .coupon-form input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form .cart-footer .cart-total-section {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form .cart-footer .cart-total-section .cart-total-table tr th {
  font-size: 18px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.5);
  font-weight: normal;
  padding-right: 26px;
  padding-bottom: 16px;
}
.cart-list-form .cart-footer .cart-total-section .cart-total-table tr td {
  font-size: 18px;
  font-weight: 500;
  color: #232524;
  padding-bottom: 16px;
}

.checkout-toggle-area p {
  margin-bottom: 10px;
}
.checkout-toggle-area p button {
  font-weight: 500;
  letter-spacing: 0px;
  color: #232524;
  background: transparent;
  display: inline-block;
  text-decoration: underline;
}
.checkout-toggle-area form input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  padding: 0 30px;
  margin-bottom: 20px;
}
.checkout-toggle-area form input:focus {
  border-color: #777;
}
.checkout-toggle-area form .lost-passw {
  color: #636067;
  font-size: 0.8em;
  margin: 12px 0 35px;
}
.checkout-toggle-area form .lost-passw:hover {
  text-decoration: underline;
}
.checkout-toggle-area form button {
  line-height: 50px;
}
.checkout-toggle-area form p {
  font-size: 0.9em;
  padding-top: 15px;
}

.checkout-form .main-title {
  font-size: 28px;
  padding-bottom: 55px;
}
.checkout-form .single-input-wrapper {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form .theme-select-menu {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form .theme-select-menu option {
  font-size: 0.85em;
}
.checkout-form .checkbox-list {
  padding-bottom: 44px;
}
.checkout-form .checkbox-list li label {
  position: relative;
  font-weight: 500;
  font-size: 17px;
  line-height: 15px;
  padding-left: 28px;
  color: #232524;
  cursor: pointer;
  margin: 0 0 24px;
}
.checkout-form .checkbox-list li label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 2px;
  border: 1px solid #000;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.checkout-form .checkbox-list li input[type=checkbox] {
  display: none;
}
.checkout-form .checkbox-list li input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form .other-note-area p {
  font-weight: 500;
  font-size: 16px;
  color: #232524;
  margin-bottom: 6px;
}
.checkout-form .other-note-area textarea {
  width: 100%;
  border: none;
  padding: 15px;
  resize: none;
  height: 145px;
}
.checkout-form .order-confirm-sheet .order-review {
  background: #fff;
  padding: 50px 40px;
}
.checkout-form .order-confirm-sheet .order-review .product-review {
  width: 100%;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody {
  color: #232524;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody th {
  padding-bottom: 15px;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody th span {
  font-weight: 500;
  font-size: 18px;
}
.checkout-form .order-confirm-sheet .order-review .product-review tbody td {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot th {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form .order-confirm-sheet .order-review .product-review tfoot td {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e9e9e9;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li {
  padding: 0 0 12px 30px;
  position: relative;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li label {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 15px;
  color: #232524;
  cursor: pointer;
  margin: 0 0 13px;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: -30px;
  top: 0;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkout-form .order-confirm-sheet .order-review .payment-list li input:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form .order-confirm-sheet .policy-text {
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  padding: 25px 0 5px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox label {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #232524;
  cursor: pointer;
  padding-left: 33px;
  margin-bottom: 35px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 14px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox input[type=checkbox] {
  display: none;
}
.checkout-form .order-confirm-sheet .agreement-checkbox input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form .credit-card-form {
  margin-top: 12px;
  display: none;
}
.checkout-form .credit-card-form h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.checkout-form .credit-card-form input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 10px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.checkout-form .credit-card-form span {
  padding: 0 5px;
  margin-bottom: 18px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 -15px;
}

.slick-dots {
  list-style-type: none;
  display: flex;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #E4E4E4;
  transition: all 0.3s ease-in-out;
}

.slick-dots .slick-active button {
  background: #0C3A30;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none !important;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 15px;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hero-img {
    position: relative;
}
.hero-img .hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.0) 90%);
    z-index: 1;
    border-radius: inherit;
}
.hero-img > *:not(.hero-overlay) {
    position: relative;
    z-index: 2;
}

.datepicker-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(32,41,54,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10500;
}

.datepicker-modal {
  background: #fff;
  border-radius: 15px;
  padding: 30px 28px 20px 28px;
  box-shadow: 0 8px 30px rgba(36,48,70,0.13);
  min-width: 340px;
  max-width: 96vw;
  position: relative;
}

.datepicker-modal h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 16px;
}

.datepicker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}

.dp-nav {
  background: #232524;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: background 0.2s;
  line-height: 1;
  padding-bottom: 4px;
}

.dp-nav:hover,
.dp-nav:focus {
  background: #444648;
}

#dp-month-year {
  min-width: 120px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #232524;
}

.datepicker-calendar {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 8px;
}
.datepicker-calendar th, .datepicker-calendar td {
  text-align: center;
  width: 37px;
  height: 37px;
  border-radius: 6px;
}
.datepicker-calendar th {
  font-size: 13px;
  font-weight: 600;
  color: #232524;
  padding-bottom: 3px;
}
.datepicker-calendar td {
  font-size: 15px;
  cursor: pointer;
  transition: background 0.12s;
  border: none;
  color: #0a0a0a;
  font-weight: 600;
}
.datepicker-calendar td.selected {
  background: #232524;
  color: #fff;
  font-weight: 700;
}
.datepicker-calendar td:hover:not(.disabled) {
  background: #232524;
  color: white;
}
.datepicker-calendar td.disabled {
  color: #bbb;
  cursor: default;
  background: none;
  font-weight: 500;
}
.datepicker-zeit {
  margin: 9px 0 0 0;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.datepicker-zeit select {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #b0bec5;
  padding: 3px 7px;
  background: #f7f9fa;
}
.datepicker-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
}
.datepicker-link-btn {
  background: none;
  border: none;
  color: #232524;
  font-size: 1rem;
  padding: 6px 18px 3px 18px;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
  transition: color 0.2s;
}
.datepicker-link-btn:hover,
.datepicker-link-btn:focus {
  color: #232524;
  text-decoration-thickness: 2px;
}
@media (max-width: 767.98px) {
  .text-center-mobile {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .bars-scroll-wrap { position: relative; }
  .bars-mobile-scroll {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .bars-mobile-scroll::-webkit-scrollbar { display: none; }
  .bars-fakebar {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: rgba(0,0,0,0.06);
    border-radius: 3px;
    margin-top: 8px;
  }
  .bars-fakebar-thumb {
    height: 100%;
    width: 0;
    background: rgba(0,0,0,0.35);
    border-radius: 3px;
    transform: translateX(0);
  }
  .bars-mobile-scroll .chart-box {
    min-width: 180px;
    max-width: 220px;
    width: 45vw;
    margin-right: 12px;
  }
  .bars-mobile-scroll .chart-box:last-child { margin-right: 0; }
}
.font-regular-18 {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 18px;
  line-height: initial;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: white;
}
.font-regular-18-black {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 18px;
  line-height: initial;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: black;
}

.hero-heading-h1  {
  font-family: "Satoshi";
  font-weight: 600;
  font-size: 29px;
  line-height: initial;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: black; 
  margin-top: 25px;
  margin-bottom: 15px;
}

.hero-heading-h1-blog  {
  font-family: "Satoshi";
  font-weight: 600;
  font-size: 1.9em;
  line-height: 1.1em;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: black; 
  margin-top: 25px;
  margin-bottom: 15px;
}

.hero-heading-h1-white  {
  font-family: "Satoshi";
  font-weight: 600;
  font-size: 50px;
  line-height: initial;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  color: white; 
}

@media (max-width: 768px) {
  .hero-heading-h1-white {
    text-align: center;
      font-size: 35px;
  }
}

.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 999;
  display: none;
}

.cookie-consent-container {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 100%;
  max-width: 390px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 14px;
  border-radius: 10px;
  z-index: 1001;
  font-size: 14px;
  word-spacing: 0.061rem;
}

@media (max-width: 768px) {
  .cookie-consent-container {
    font-size: 13px;
    bottom: 5px;
    padding: 12px;
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
    max-width: none;
  }
}

.cookie-consent-container p {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.7;
  word-spacing: 0.061rem;
}

@media (max-width: 768px) {
  .cookie-consent-container p {
    text-align: left;
    font-size: 14px;
  }
}

.cookie-consent-container a {
  color: #ffffff; 
  text-decoration: underline; 
}

.cookie-consent-container a:hover {
  color: #ffffff; 
  text-decoration: underline; 
}

.cookie-button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 7px 12px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  display: block;
  width: 100%;
  text-align: center;
}

.cookie-button:hover {
  background-color: #389a3c;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cookie-consent-container.show,
.cookie-overlay.show {
  display: block;
  animation: fadeIn 0.3s ease-out;
}

.avatar-circle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 2px 10px #0002;
}

.avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lead-form h3 {
  margin-bottom: 18px;
}

.agb-list {
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
}

.agb-list > li {
  margin-bottom: 18px;
}

.agb-list strong {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 3px;
}

.agb-list ol {
  padding-left: 16px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.agb-list a {
  color: #232524;
  text-decoration: underline;
  word-break: break-all;
}

@media (max-width: 600px) {
  .agb-list {
    font-size: 12px;
    padding-left: 10px;
  }
}

.bar-chart-grid {
  position: relative;
  min-height: 380px;
  padding-bottom: 30px;
}

.bar-chart-grid .chart-inner {
  background: #0f65c8;
  border-radius: 4px 4px 0 0;
  width: 32px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  animation: chartColorLoop 24s ease-in-out infinite alternate;
}

@keyframes chartColorLoop {
  0%, 100% { background: #0a4d9a; }
  50%      { background: #0f6bd9; }
}

.chart-inner {
  position: relative;
  background: var(--bs-primary, #0d6efd);
  border-radius: 6px 6px 0 0;
  transition: height 0.6s ease;
}


.chart-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 1s ease;
}

.chart-label.visible {
  opacity: 1;
}

.bar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.bar-label.visible {
  opacity: 1;
}

.chart-title {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .bars-mobile-scroll {
    overflow-x: auto;
    width: 100%;
  }
  .bars-mobile-scroll.d-flex {
    width: max-content;
    min-width: 100%;
  }
  .chart-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .chart-box {
    min-width: 90px;
  }
}

.bg-wrapper-lightblue {
    background-color: #e6f2ff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 75px;
}

@media (max-width: 768px) {
  .bg-wrapper-lightblue {
    background-color: #e6f2ff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding-top: 12px;
    padding-bottom: 14px;
  }
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px;
  padding: 12px 46px 12px 18px;
  font-size: 1.13rem;
  color: #232524;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 2px 12px rgba(25,94,163,0.04);
  transition: border-color .2s,box-shadow .2s;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' xmlns='http://www.w3.org/2000/svg'><polyline points='6,8 10,13 14,8' stroke='%23232524' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 20px;
}

.select2-container--default .select2-selection--single {
  background: #f5fafd;
  border: 2px solid #d5e4f1;
  border-radius: 30px;
  height: 54px;
  padding: 0 44px 0 18px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.18rem;
  color: #232524;
  box-shadow: 0 2px 10px rgba(25,94,163,0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #82b9e6;
  outline: none;
  box-shadow: 0 0 0 2px #eaf6fb;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  right: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px;
  color: #232524;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.select2-container--default .select2-dropdown {
  background: #fafdff;
  border: 2px solid #d5e4f1;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(25,94,163,0.09);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.07rem;
}
.select2-container--default .select2-results__option {
  padding: 10px 18px;
  color: #232524;
  font-weight: 500;
  border-radius: 10px;
  margin: 2px 8px;
  transition: background 0.15s;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaf6fb;
  color: #232524;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #d5e4f1;
  color: #18324d;
}

.package-selector {
  margin-top: 8px;
  margin-bottom: 4px;
}
.package-btn {
  border: 1.5px solid #eaf6fb;
  background: #f9fafb;
  color: #232524;
  font-weight: 600;
  border-radius: 16px;
  padding: 8px 22px;
  font-size: 1.08em;
  transition: all 0.18s;
  cursor: pointer;
  outline: none;
}
.package-btn.active, .package-btn:hover, .package-btn:focus {
  background: #eaf6fb;
  border-color: #1a7fd7;
  color: #1a7fd7;
}
.feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.feature-list-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  margin-left: 20px;
}

.feature-list-item::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #3A8D48;
  font-size: 1.15em;
  line-height: 1.3;
}

#nav-rental .plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#nav-rental .plan-card .package-btn {
  margin-top: auto;
  margin-bottom: 0;
}

#nav-rental .feature-short:last-child {
  margin-bottom: 0;
}

#nav-rental .pricing-card-one,
#nav-paygo .pricing-card-one {
  display:flex;
  flex-direction:column;
  height:100%;
}

#nav-rental .pricing-card-one .text-center.mt-4,
#nav-paygo .pricing-card-one .action-btn {
  margin-top:auto !important;
  margin-bottom:0;
}

.pricing-section {
  padding: 48px 0 0 0;
}

.pricing-row {
  align-items: flex-start;
  margin-bottom: 40px;
}

.pricing-card-one,
.pricing-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 18px rgba(0,0,0,.07);
  padding: 34px 28px 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.model-selector {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.model-btn {
  flex: 1 1 0;
  padding: 11px 0;
  border: 1px solid #cfd8df;
  background: #f4f7fa;
  color: #444;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.07rem;
  cursor: pointer;
  transition: background .13s, border-color .13s;
}
.model-btn.active {
  background: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
}

select.form-select {
  font-weight: 400;
  border-radius: 6px;
  text-align: center;
  padding: 6px 12px;
}

#model-summary,
#rental-details-short,
#paygo-details-short {
  font-size: 1.1rem;
  min-height: 60px;
  margin-bottom: 10px;
  text-align: center;
}

.pricing-cta,
.action-btn {
  margin-top: auto;
}

.btn-primary, .btn-outline-primary {
  background: #1c1c1c;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 3.5px 0;
  transition: background .15s;
}
.btn-primary:hover, .btn-outline-primary:hover {
  color: #fff;
  text-decoration: none;
}
.btn-outline-primary {
  background: transparent;
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.contact-banner {
  background: #f1f5f9;
  border-radius: 12px;
  padding: 26px 30px;
  margin-top: 32px;
}

@media (max-width: 991px) {
  .pricing-row { flex-direction: column; }
  .pricing-card-one,
  .pricing-card,
  .details-card {
    min-height: 0;
    max-height: none;
    margin-bottom: 18px;
  }
}

#rental-card {
  min-width: 600px;
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
}

#paygo-card {
  min-width: 600px;
  max-width: 680px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
}

.details-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 28px 22px 28px;
  overflow-y: auto;
  font-size: 1.07rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.details-card h4 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 1.17rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.details-card h4:first-child {
  margin-top: 0;
}

.details-card p {
  margin-top: 0;
  margin-bottom: 12px;
}

.details-card ul {
  margin-top: 0;
  margin-bottom: 14px;
  padding-left: 22px;
}

.details-card li {
  margin-bottom: 7px;
}

.details-card ul:last-child,
.details-card h4:last-child {
  margin-bottom: 0;
}

.pricing-card-one.flip-card {
  perspective: 1200px;
  min-height: 480px;
  max-width: 99%;
  margin: 0 auto 30px auto;
  position: relative;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.66s cubic-bezier(.4,2.2,.2,1);
  transform-style: preserve-3d;
}
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  min-height: 480px;
  backface-visibility: hidden;
  top: 0; left: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 18px rgba(0,0,0,.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 24px 32px 24px;
  z-index: 1;
}
.flip-card-back {
  transform: rotateY(180deg);
  z-index: 2;
}
@media (max-width: 991px) {
  .flip-card-front, .flip-card-back { min-height: 0; }
  .pricing-card-one.flip-card { min-height: 0; }
}

.custom-tooltip {
  position: fixed;
  pointer-events: none;
  background: #232524;
  color: #fff;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 1rem;
  white-space: nowrap;
  z-index: 9999;
  box-shadow: 0 2px 12px rgba(0,0,0,0.16);
  opacity: 0;
  transition: opacity 0.13s;
  font-family: inherit;
  line-height: 1.35;
  letter-spacing: .02em;
}
.custom-tooltip.show {
  opacity: 1;
}

.input-group-meta label {
  display: block;
  text-align: left;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
}

.form-check-label {
  cursor: pointer;
  font-size: 14px;
}

.form-check-input {
  flex-shrink: 0;
  font-size: 14px;  
}

.mc-field {
  font-size: 1.08rem;
  border-radius: 10px;
  border: 1px solid #dedede;
  background: #f8f8fa;
  padding: 0.62rem 0.8rem;
  color: #333;
  width: 100%;
  transition: border-color 0.18s;
}
.mc-field:focus {
  border-color: #6c63ff;
  background: #fff;
  outline: none;
}
.form-label {
  font-size: 1.08rem;
  margin-bottom: 0.3rem;
  font-weight: 500;
  color: #212529;
  text-align: left;
}
.mc-close-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1.2rem 0.6rem 1.2rem;
  min-height: 1.7rem;
}
.btn-four {
  background: #232524;
  color: #fff;
  border-radius: 12px;
  font-weight: 600;
  padding: 0.85rem 0;
  font-size: 1.13rem;
  border: none;
  box-shadow: 0 2px 10px rgba(96,83,212,0.07);
  transition: background 0.12s;
}
.btn-four:hover, .btn-four:focus {
  background: #232524;
  color: #fff;
}
.mc-link {
  color: #232524;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.15s;
  font-size: 17px;
}
.mc-link:hover {
  color: #232524;
}
.mc-pw-toggle {
  position: absolute;
  right: 1rem;
  top: 2.6rem;
  cursor: pointer;
  opacity: 0.58;
  transition: opacity 0.15s;
  z-index: 3;
}
.mc-pw-toggle:hover { opacity: 0.95; }
.mc-msg {
  min-height: 24px;
  margin-bottom: 0.3rem;
  color: #da2525;
  text-align: center;
  font-size: 0.98rem;
  font-weight: 500;
  display: none;
}
.mc-pw-toggle-custom {
  position: absolute;
  right: 1.8rem;
  top: 2.6rem;
  cursor: pointer;
  opacity: 0.58;
  transition: opacity 0.15s;
  z-index: 3;
}
.mc-pw-toggle-custom:hover { opacity: 0.95; }
.mc-msg {
  min-height: 24px;
  margin-bottom: 0.3rem;
  color: #da2525;
  text-align: center;
  font-size: 0.98rem;
  font-weight: 500;
  display: none;
}
.modal-content { box-shadow: 0 10px 32px rgba(60,60,80,.12) !important; }
@media (max-width: 600px) {
  .modal-dialog { max-width: 97vw; }
  .modal-content { padding: 0.7rem !important; }
  .mc-modal { padding: 1rem 0.5rem 0.7rem 0.5rem; }
}

.mc-modal .btn-close {
  position: absolute;
  right: 1.3rem;
  top: 1.2rem;
  z-index: 10;
  width: 1.7rem;
  height: 1.7rem;
  opacity: 0.82;
}

.form-check.form-switch .form-check-input {
  margin-left: 10px !important;
  margin-top: 5px;
}

.form-check.form-switch {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.form-check-input[type="checkbox"] {
  margin-top: 0;
  vertical-align: middle;
  transform: scale(1.13);
}

.modal-text, .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #232524;
  margin-bottom: 0;
  line-height: 1.5;
  display: block;
}

.card {
  background: transparent;
  border-radius: 14px;
}
.card h5 {
  color: #232524;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.card ul li {
  color: #434343;
  font-size: 1.08rem;
  margin-bottom: 0.2rem;
}

.blog-facts {
  border-radius: 12px;
  padding: 2rem 1.5rem 1.2rem 1.5rem;
  margin-bottom: 1.8rem;
}
.sidebar-title {
  font-size: 1.24rem;
  font-weight: 700;
  color: #232524;
  margin-bottom: 1rem;
  text-align: left;
}
.blog-facts ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-facts li {
  font-size: 1.07rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.mc-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #232524;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.mc-ki-banner {
  background: #fffefc;
  border-radius: 14px;
  box-shadow: 0 4px 22px rgba(40,40,60,0.10);
  padding: 2rem 1.4rem 1.5rem 1.4rem;
  border: 1.5px solid #ededed;
  text-align: center;
}
.mc-ki-img-wrap img {
  filter: drop-shadow(0 2px 10px rgba(60,60,90,.13));
}
.mc-ki-title {
  font-size: 1.13rem;
  color: #232524;
  letter-spacing: 0.02em;
}
.mc-ki-text {
  font-size: 1.03rem;
  color: #333;
}
.btn-ki {
  display: inline-block;
  padding: 0.29rem 1.1rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #2a2c2b, #1a1b1a);
  border: 1px solid #3b3d3c;
  border-radius: 12px;
  transition: all 0.25s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.btn-ki:hover,
.btn-ki:focus {
  background: linear-gradient(135deg, #333533, #1f201f);
  color: #ffffff;
  border-color: #4a4c4a;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.25);
}
@media (max-width: 991px) {
  .blog-facts { margin-top: 2rem; }
  .ms-lg-3 { margin-left: 0 !important; }
  .mc-ki-banner { margin-top: 2.5rem; }
}

.mc-ki-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.mc-ki-list li {
  display: flex;
  align-items: flex-start;
  font-size: 1.07rem;
  margin-bottom: 0.48rem;
  color: #232524;
  font-weight: 400;
}
.mc-list-icon {
  color: #232524;
  font-size: 1.07em;
  margin-right: 0.48em;
  margin-top: 0.18em;
  min-width: 1.1em;
  flex-shrink: 0;
}

.services-dropdown {
    left: 50% !important;
    top: 115px !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    position: fixed !important;
    min-width: 440px;
    max-width: 95vw;
    z-index: 9999;
    border-radius: 18px;
}

@media (max-width: 768px) {
    .services-dropdown {
        left: 0 !important;
        top: 100% !important;
        transform: none !important;
        right: 0 !important;
        position: absolute !important;
        min-width: 200px !important;
        max-width: 100vw !important;
        border-radius: 12px !important;
        z-index: 1050 !important;
    }
}

.saas-dropdown {
    left: 50% !important;
    top: 115px !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    position: fixed !important;
    min-width: 340px;
    max-width: 95vw;
    z-index: 9999;
    border-radius: 18px;
}
.company-dropdown {
    left: 50% !important;
    top: 115px !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    position: fixed !important;
    min-width: 350px;
    max-width: 95vw;
    z-index: 9999;
    border-radius: 18px;
}

@media (max-width: 991px) {
    .saas-dropdown,
    .company-dropdown {
        left: 0 !important;
        top: 100% !important;
        transform: none !important;
        right: 0 !important;
        position: absolute !important;
        min-width: 200px !important;
        max-width: 100vw !important;
        border-radius: 12px !important;
        z-index: 1050 !important;
    }
}
.footer-logos-content {
    font-weight: 600;
    color: #333;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.footer-logos-overlap {
    margin-top: -100px;
}

@media (max-width: 991.98px) {
    .footer-logos-overlap {
        margin-top: 0;
    }
}

.footer-logos-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 24px 0 24px 0;
    height: 1px;
    width: 100%;
}

.footer-logo-row {
    gap: 24px;
    margin-bottom: 8px;
}

.footer-logo-row:last-child {
    margin-bottom: 0;
}

.footer-logos-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-logos-list a {
    display: inline-block;
}

.footer-logos-list img {
    width: auto;
    height: 110px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    background: #fff;
    margin: 0;
    opacity: 0;
    filter: grayscale(100%);
    will-change: opacity, filter;
    backface-visibility: hidden;
}

.footer-logos-list img.visible {
    animation: fadeInSmooth 1.4s ease forwards;
    animation-delay: var(--stagger, 0s);
}

@keyframes fadeInSmooth {
    0% { opacity: 0; filter: grayscale(100%); }
    50% { opacity: 1; filter: grayscale(100%); }
    100% { opacity: 1; filter: grayscale(0%); }
}

@media (prefers-reduced-motion: reduce) {
    .footer-logos-list img { animation: none !important; transition: opacity .6s ease, filter .6s ease; }
    .footer-logos-list img.visible { opacity: 1; filter: grayscale(0%); }
}
.footer-nav-link.style-none li {
    margin-bottom: 5px;
    line-height: 1.5;
}
.footer-nav-link.style-none li:last-child {
    margin-bottom: 0;
}
.footer-nav-link.style-none a {
    display: inline;
    padding: 0;
    line-height: inherit;
    font-weight: normal;
}

.details-close-btn a {
  font-weight: 500;
  background-color: #232524;
  color: #fff;
}
.details-close-btn a i {
  display: inline-block;
  width: 20px;
  line-height: 15px;
  background: #0C3A30;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  font-weight: 900;
  vertical-align: 3px;
  margin-left: 4px;
}
.details-close-btn a:hover {
  text-decoration: underline;
}

.taskbot-explain {
    font-size: 0.8em;
    color: #656565;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 36px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}
.taskbot-explain b {
    color: #262626;
    font-weight: 600;
}

.bpmn-section {
  background-color: #fff;
}

.bpmn-section .image-block img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}

.bpmn-section .content-block {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .bpmn-section .content-block {
    max-width: 540px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 991.98px) {
  .bpmn-section .image-block img {
    border-radius: 12px;
    min-height: 260px;
  }

  .bpmn-section .content-block {
    padding-top: 2rem;
  }
}

.image-bpmn {
  width: 100%;
  max-width: 800px;
}

.image-bpmn img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
}

.hero-img {
	background-image: url('../images/media/home-slider-02.webp');
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
}

@media (max-width: 768px) {
	.hero-img {
		background-image: url('../images/media/home-slider-03.webp');
	}
}

@media (max-width: 768px) {
  .graph-panel {
    margin-top: 0 !important;
  }
}

.image-bpmn {
  max-width: 800px;
  transition: transform 0.3s ease;
}

.content-block-bpmn {
  width: 100%;
  transition: max-width 0.3s ease;
}

@media (max-width: 768px) {
  .image-bpmn {
    transform: none;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .content-block-bpmn {
    max-width: 100%;
    padding: 0 10px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .image-bpmn {
    transform: translateX(15px);
  }

  .content-block-bpmn {
    max-width: 520px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .image-bpmn {
    transform: translateX(30px);
  }

  .content-block-bpmn {
    max-width: 540px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .image-bpmn {
    transform: translateX(50px);
  }

  .content-block-bpmn {
    max-width: 560px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .image-bpmn {
    transform: translateX(60px);
  }

  .content-block-bpmn {
    max-width: 580px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .image-bpmn {
    transform: translateX(80px);
  }

  .content-block-bpmn {
    max-width: 600px;
  }
}

@media (min-width: 1800px) and (max-width: 1999px) {
  .image-bpmn {
    transform: translateX(100px);
  }

  .content-block-bpmn {
    max-width: 620px;
  }
}

@media (min-width: 2000px) and (max-width: 2399px) {
  .image-bpmn {
    transform: translateX(120px);
  }

  .content-block-bpmn {
    max-width: 640px;
  }
}

@media (min-width: 2400px) and (max-width: 2999px) {
  .image-bpmn {
    transform: translateX(140px);
  }

  .content-block-bpmn {
    max-width: 660px;
  }
}

@media (min-width: 3000px) {
  .image-bpmn {
    transform: translateX(160px);
  }

  .content-block-bpmn {
    max-width: 680px;
  }
}

@media (max-width: 768px) {
  .title-two {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .section-subheading {
    display: none !important;
  }
}

.collab-form .invalid-feedback {
  color: #4a4a4a !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  margin-top: 6px;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  opacity: 0.9;
}

.collab-form .form-control.is-invalid {
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23d93025" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm.002 18c-.552 0-1-.447-1-1v-2c0-.553.448-1 1-1s1 .447 1 1v2c0 .553-.448 1-1 1zm0-6c-.552 0-1-.447-1-1V7c0-.553.448-1 1-1s1 .447 1 1v4c0 .553-.448 1-1 1z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px 20px;
}

.collab-form .form-check-input.is-invalid {
  outline: 2px solid #d93025 !important;
  box-shadow: none !important;
  border-color: #d93025 !important;
}

#collab-response-message {
  font-weight: 400 !important;
  font-size: 1.05rem !important;
  margin-top: 22px !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 0;
  opacity: 0.9;
}

.collab-form button, .collab-form .btn-twenty {
  margin-top: 14px !important;
  margin-bottom: 6px !important;
}

.collab-validation-message {
  color: #a65e00; 
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  line-height: 1.4;
  opacity: 0.9;
}

@media (max-width: 768px) {
  #collab-firstname,
  #collab-lastname {
    width: 100% !important;
  }
  .collab-form .row > .col-6.mb-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.dropdown-headline {
  display: block;
  font-weight: 700;
  font-size: 1.03rem;
  color: #686868;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ececec;
  background: transparent;
  font-family: inherit;
}

.soft-border {
  border: 1px solid rgba(120,120,120,0.13);
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.03);
  background: #fff;
  padding: 24px;
}

.product-card-edge {
  padding: 24px !important;
}

@media (max-width: 768px) {
  .product-card-edge {
    margin-top: 25px;
    padding: 24px !important;
  }
}

.soft-shadow {
  box-shadow: 0 2px 14px 0 rgba(120,130,140,0.10);
  border: 1px solid #f1f3f5;
  transition: box-shadow 0.18s;
}
.soft-shadow:hover {
  box-shadow: 0 4px 22px 0 rgba(120,130,140,0.18);
  border-color: #e2e8ef;
  background: #fcfdfe;
}

.ki-dropdown-menu {
  position: absolute !important;
  top: calc(100% + 33px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: max-content !important;
  min-width: 800px !important;
  max-width: 1600px !important;
  z-index: 2000;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  background: #fff;
  display: block;
  box-sizing: border-box;
  white-space: normal !important;
}

.ki-dropdown-columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}

.ki-dropdown-col {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0 !important;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  text-align: left;
  box-sizing: border-box;
}

.ki-divider {
  border-left: 1px solid #ddd;
  align-self: stretch;
  margin: 0 14px;
}

.ki-dropdown-col > .dropdown-headline {
  display: block;
  padding-bottom: 0.5rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 1.16em;
  color: #191919;
  margin-bottom: 9px;
  border-bottom: 1px solid #e4e4e4;
  text-align: left;
  box-sizing: border-box;
}

.ki-dropdown-col a.dropdown-item {
  font-weight: 600;
  font-size: 1.04em;
  color: #191919;
  margin-bottom: 4px;
  padding: 20px 0;
  transition: color 0.13s;
  white-space: normal;
  text-align: left;
  box-sizing: box-border;
  text-transform: none;
}

.ki-dropdown-col a.dropdown-item:hover,
.ki-dropdown-col a.dropdown-item:focus {
  background: #e3e4e6;
  color: #121212;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.ki-dropdown-col small.text-muted {
  font-size: 0.96em;
  color: #7c7c7c !important;
  line-height: 1.36;
  font-weight: 400;
  margin-top: 1px;
  margin-bottom: 6px;
  padding: 0 !important;
  white-space: normal;
  text-align: left;
  box-sizing: border-box;
}

.ki-dropdown-col li:last-child {
  margin-bottom: 8px;
}

@media (max-width: 1100px) {
  .ki-dropdown-menu {
    width: 99vw !important;
    max-width: 99vw !important;
    min-width: 0 !important;
    padding: 1.05rem 0.7rem !important;
  }
  .ki-dropdown-columns {
    gap: 22px;
  }
  .ki-divider {
    display: none !important;
  }
  .ki-dropdown-col {
    min-width: 180px;
    max-width: 99vw !important;
    flex: 1 1 240px;
  }
}

@media (max-width: 650px) {
  .ki-dropdown-menu {
    min-width: 0 !important;
    width: 99vw !important;
    max-width: 99vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 1.1rem 2vw !important;
    font-size: 0.98em;
    border-radius: 10px;
  }
  .ki-dropdown-columns {
    flex-direction: column;
    gap: 7px;
  }
  .ki-dropdown-col {
    max-width: 99vw !important;
    min-width: 0 !important;
    flex: 1 1 99vw !important;
  }
  .ki-dropdown-col > .dropdown-headline {
    font-size: 1.01em;
    margin-bottom: 6px;
  }
  .ki-dropdown-col a.dropdown-item {
    font-size: 1em;
  }
}

.task-badge {
  font-size: 1.6em;
  margin-top: 11px;
}

.bpmn-gap {
  display: block;
  margin-bottom: 0.5em;
}

.card-img-top {
  height: 180px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .card-img-top {
    height: 120px;
  }
}

.btn-primary {
  background-color: #232524;
  border-color: #232524;
  color: #fff;
  padding: 6px 22px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  width: auto !important;
  display: inline-block !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1b1c1d;
  border-color: #1b1c1d;
  color: #fff;
}

.StripeElement {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: white;
  margin-bottom: 15px;
}

.StripeElement--focus {
 border-color: #232524;
 box-shadow: 0 0 5px #232524;
}

.StripeElement--invalid {
 border-color: #dc3545;
}

.shop-cart-link {
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  text-decoration: none;
}

.cart-icon-container {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.shop-cart-link .fa-shopping-cart {
  font-size: 20px;
  color: #fff;
}

.cart-icon-container {
  position: relative;
  display: inline-block;
}

.cart-count {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: -6px !important;
  right: -7px !important;
  width: 18px !important;
  height: 18px !important;
  background: #3526ff !important;
  border-radius: 50% !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  pointer-events: none !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cart-count-number {
  color: #fff !important;
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  transform: translate3d(1px, 1px, 1px, 1px) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin-left: 1px;
  margin-top: 1.5px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  .cart-count-number {
      color: #fff !important;
      display: inline-block !important;
      width: 100% !important;
      text-align: center !important;
      transform: translate3d(1px, 1px, 1px, 1px) !important;
      font-size: 12px !important;
      line-height: 1 !important;
      padding: 0 !important;
      -webkit-font-smoothing: antialiased;
  }
}

.shop-cart-link-black {
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;               
  border-radius: 5px;
  position: relative;
}

.shop-cart-link-black .fa-shopping-cart {
  color: #222;
  font-size: 20px;
}

.cart-icon-container {
  position: relative;
  display: inline-block;
}

.cart-count-black {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: -6px !important;         
  right: -7px !important;       
  width: 18px !important;
  height: 18px !important;
  background: #3526ff !important;
  border-radius: 50% !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  pointer-events: none !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
  color: white;
}

.cart-count-number-white {
  color: #fff !important;
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  transform: translate3d(1px, 1px, 1px, 1px) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin-left: 1px;
  margin-top: 1.5px;
  -webkit-font-smoothing: antialiased;
}

.sptop {
  margin-top: 50px;
}

.stripe-privacy {
  width: 95%;
}

.underline-link {
  text-decoration: underline;
}

.underline-link:hover {
  text-decoration: underline;
}

#stripe-payment-section #card-element {
  width: 50%;
  margin: 0;
}

@media (max-width: 768px) {
  #stripe-payment-section #card-element {
    width: 100%;
  }
}

#resetRequestMsg,
#newPasswordMsg {
  color: #101010 !important;
}

.right-widget.white a,
.right-widget.white .icon-text,
.right-widget.white .fa,
.right-widget.white .icon,
.right-widget.black a,
.right-widget.black .icon-text,
.right-widget.black .fa,
.right-widget.black .icon {
    font-size: 18px;
}
#profileBtn i.fa-user-circle {
    font-size: 20px !important;
}
.right-widget.white a,
.right-widget.black a {
    background: transparent;
    padding: 8px 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.right-widget.white a,
.right-widget.white .icon-text,
.right-widget.white .fa,
.right-widget.white .icon {
    color: #fff !important;
}
.right-widget.black a,
.right-widget.black .icon-text,
.right-widget.black .fa,
.right-widget.black .icon {
    color: #000 !important;
}
.right-widget.white a:hover,
.right-widget.white a:focus {
    color: #fff !important;
}
.right-widget.black a:hover,
.right-widget.black a:focus {
    color: #000 !important;
}
.right-widget.white .cart-count,
.right-widget.black .cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #eb5757;
    color: #fff;
    min-width: 18px;
    min-height: 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    font-weight: 700;
    font-size: 15px;
}
@media (max-width: 768px) {
    .right-widget.white,
    .right-widget.black {
        gap: 10px !important;
    }

    .right-widget.white a,
    .right-widget.black a {
        background: transparent;
        padding: 10px !important;
        min-width: 32px;
        min-height: 32px;
        justify-content: center;
    }

    .right-widget.white .icon-text,
    .right-widget.black .icon-text {
        display: none !important;
    }

    .right-widget.white .icon-text-ll,
    .right-widget.black .icon-text-ll {
        visibility: visible !important;
    }     
}

.form-thin-border {
  border: 1px solid #ced4da;
  border-radius: .7rem;
  padding: 2rem;
  background: #fff;
}

.mc-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.prof-menu-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 90px;
    margin-top: 50px;
}

.prof-menu-nav {
    border-right: 1px solid #ebebeb;
    background: transparent;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    min-width: 0;
    max-width: 240px;
    width: auto;
    flex: 0 0 auto;
    margin-right: 32px;
    display: flex;
}

.prof-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.prof-menu-item {
    width: 100%;
    margin-bottom: 0;
}

.prof-menu-link {
    display: block;
    width: 100%;
    padding: 0.45rem 1.1rem;
    color: #181818;
    background: transparent;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    border-radius: 0.22rem;
    letter-spacing: 0.01em;
    text-align: left;
    transition: background 0.12s, font-weight 0.12s;
    cursor: pointer;
    outline: none;
    border: none;
    text-decoration: none;
    box-shadow: none;
    border-bottom: 1px solid #ececec;
}

.prof-menu-link:visited,
.prof-menu-link:link,
.prof-menu-link:focus {
    color: #181818;
    text-decoration: none;
    background: transparent;
}

.prof-menu-link:hover,
.prof-menu-link:active,
.prof-menu-link-active,
.prof-menu-link[aria-current="page"] {
    background: #e6f4ea;
    color: #181818;
    text-decoration: none;
}

.prof-menu-icon {
    font-size: 1em;
    width: 1.3em;
    min-width: 1.3em;
    text-align: center;
    margin-right: 0.6em;
    vertical-align: middle;
    color: #979797;
}

.prof-menu-divider {
    display: none;
}

.prof-menu-collapse {
    margin-left: 0.5em;
}

.prof-menu-main {
    padding-left: 2.5rem;
    padding-top: 0;
    flex: 1 1 0%;
}

@media (max-width: 768px) {
    .prof-menu-layout {
        flex-direction: column;
        margin-left: 0;
        margin-top: 30px;
    }
    .prof-menu-nav {
        border-right: none;
        border-bottom: 1px solid #ebebeb;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
        display: block;
    }
    .prof-menu-main {
        padding-left: 0;
        padding-top: 0;
    }
    .prof-menu-link {
        font-size: 15px;
        padding: 0.43rem 0.9rem;
    }
    .prof-menu-collapse {
        margin-left: 0.3em;
    }
}

.prof-menu-spacing {
    margin-top: 0px;
}

.prof-menu-spacing-after {
    margin-top: 0px;
}

.progress-split {
	display: flex;
	width: 100%;
	background: #e9ecef;
	border-radius: 14px;
	overflow: hidden;
}

.progress-split {
	display: flex;
	width: 100%;
	background: #e9ecef;
	border-radius: 14px;
	overflow: hidden;
}

.split-bar {
	height: 38px;
	transition: width 0.7s cubic-bezier(.77,0,.18,1);
	white-space: nowrap;
	font-weight: 700;
}

#stundenBalken {
	background: linear-gradient(90deg, #1857e6 70%, #4c8af7 100%);
	color: #fff;
	text-align: left;
}

.custom-progress {
	background: #e9ecef;
	border-radius: 14px;
	overflow: hidden;
	width: 100%;
	height: 38px;
	display: flex;
	align-items: center;
}

.progress-bar {
	height: 38px;
	transition: width 0.7s cubic-bezier(.77,0,.18,1);
	white-space: nowrap;
	font-weight: 700;
}

#preisBalken {
    width: 50px;
    background: linear-gradient(90deg, #0d6efd 70%, #b6e0fe 100%);
    color: #fff;
    min-width: 50px;
    border-radius: 14px;
    height: 38px;
    transition: width 0.7s cubic-bezier(.77,0,.18,1);
    box-shadow: 0 2px 16px 0 rgba(13,110,253,.07);
}

#priceBar {
	background: linear-gradient(90deg, #0d6efd 70%, #b6e0fe 100%);
	color: #fff;
	border-radius: 14px;
	box-shadow: 0 2px 16px 0 rgba(13,110,253,.07);
	font-weight: 700;
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	padding-left: 18px;
	transition: width 0.7s cubic-bezier(.77,0,.18,1);
	white-space: nowrap;
}

.btn-shop {
  padding: 0.45em 1.6em;
  font-size: 1.11rem;
  border-radius: 0.38em;
  border: 1px solid #bcbcbc;
  background: #fff;
  color: #222;
  font-family: inherit;
  font-weight: 400;
  box-shadow: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  min-width: 0;
  min-height: 0;
  line-height: 1.4;
  outline: none;
}

@media (max-width: 768px) {
    .btn-shop {
        padding: 0.35em 0.75em;
        font-size: 1rem;
        border-radius: 0.3em;
    }
}

.btn-order {
  border-color: #22a47f;
  color: #22a47f;
  background: #f8fff8;
}

.btn-order:active,
.btn-order:focus,
.btn-order:hover {
  background: #e3faec;
  border-color: #1b8b6d;
  color: #1b8b6d;
}

.btn-demo {
  border-color: #0067b8;
  color: #0067b8;
  background: #f8fbff;
}

.btn-demo:active,
.btn-demo:focus,
.btn-demo:hover {
  background: #e3f0fa;
  border-color: #005191;
  color: #005191;
}

.is-invalid, .form-check-input.is-invalid {
  border-color: #e84118 !important;
  box-shadow: 0 0 0 0.15rem #e8411833 !important;
}
.invalid-feedback {
  display: none !important;
}

#demo-form .is-invalid {
  border-color: #dc3545 !important;
  box-shadow: none !important;
}

#demo-form .is-invalid ~ .invalid-feedback {
  display: none !important;
}

#contact-form .is-invalid {
  border-color: #dc3545 !important;
  box-shadow: none !important;
}
#contact-form .is-invalid ~ .invalid-feedback {
  display: none !important;
}

#profileBtn {
    display: none;
}

#loginBtn {
    width: auto;
    justify-content: end;
}

@media (min-width: 769px) {
    #loginBtn {
        width: 120px;
        justify-content: end;
    }
}

@media (min-width: 768px) {
    #loginBtn {
        width: auto;
        justify-content: end;
    }
}

.prof-menu-link {
  display: flex;
  align-items: center;
}

.prof-menu-toggle {
  transition: transform .18s ease;
  font-size: .65em;
  margin-left: 8px;
  margin-top: 3.5px;
}

.prof-menu-item.open .prof-menu-toggle {
  transform: rotate(45deg);
}

#content-area {
  padding-left: 0;
  margin-left: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  padding: 18px 18px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 8px;
  color: #232524;
  margin-top: 20px;
}

.blog-card__meta {
  font-size: 14px;
  color: #7a7a7a;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.blog-card__teaser {
  margin: 0 0 10px;
  color: #333;
  flex-grow: 1;
}

.blog-card__cta {
  font-weight: 600;
  color: #232524;
  text-decoration: none;
}
.blog-card__cta:hover {
  text-decoration: underline;
}

.blog-pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.blog-pager a {
  border: 1px solid #E0E0E0;
  border-radius: 40px;
  padding: 6px 14px;
  background: #fff;
  color: #232524;
  text-decoration: none;
}
.blog-pager a:hover {
  background: #f7f7f7;
}

.blog-card--skeleton { position: relative; overflow: hidden; }
.sk {
  height: 12px;
  background: linear-gradient(90deg, #f3f3f3, #ececec, #f3f3f3);
  border-radius: 8px;
  margin: 10px 0;
}
.sk-title { height: 20px; width: 80%; margin-top: 2px; }
.sk-meta { width: 50%; }
.sk-text { width: 100%; }
.sk-text.short { width: 70%; }

.blog-details {
  position: relative;
}

.blog-details .post-img {
  width: 100%;
  min-height: 260px;
  background: center/cover no-repeat;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
}
.blog-details .avatar-circle {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  margin: 12px;
  overflow: hidden;
}
.blog-details .avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb-mini {
  font-size: 14px;
  margin: 10px 0 14px;
  color: #536159;
}
.breadcrumb-mini a {
  color: #232524;
  text-decoration: none;
}
.breadcrumb-mini a:hover {
  text-decoration: underline;
}

.post-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #7a7a7a;
  margin-top: 6px;
}

.blog-details .post-data {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  padding: 24px;
  margin-top: 18px;
}
.blog-details .post-title {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25;
  color: #232524;
}
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.blog-content h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 1.2em 0 .45em;
  color: #232524;
}
.blog-content h3 {
  font-size: 20px;
  line-height: 1.35;
  margin: 1.05em 0 .4em;
  color: #232524;
}
.blog-content p {
  margin: .6em 0;
  line-height: 1.7;
  color: rgba(0,0,0,.8);
}
.blog-content a {
  color: #232524;
  text-decoration: underline;
}
.blog-content a:hover {
  text-decoration: none;
}
.blog-content ul,
.blog-content ol {
  padding-left: 1.2em;
  margin-top: 0.85em;
  margin-bottom: 0.85em;
}
.blog-content ul li {
  margin-left: 1.2em;
}
.blog-content blockquote {
  margin: 1em 0;
  padding: .8em 1em;
  border-left: 4px solid #CFFF45;
  background: #f9f9f9;
  border-radius: 8px;
}
.blog-content pre,
.blog-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 8px;
}
.blog-content pre {
  padding: 12px;
  overflow: auto;
}
.blog-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1em 0;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}
.blog-content th,
.blog-content td {
  padding: .6em .8em;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
}
.blog-content tr:last-child td {
  border-bottom: 0;
}
.blog-sidebar {
  background: #fff;
}
.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #232524;
}
.blog-keyword ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-keyword li a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 999px;
}
.blog-card--article {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  padding: 18px 18px 16px;
}
@media (max-width: 991px) {
  .blog-details .post-title {
    font-size: 24px;
  }
  .blog-details .post-data {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details .post-img {
    min-height: 200px;
  }
  .blog-details .avatar-circle {
    width: 60px;
    height: 60px;
  }
}
@media print {
  .blog-details .post-img,
  .blog-sidebar {
    box-shadow: none;
  }
  .blog-sidebar {
    border-color: #ddd;
  }
}

.blog-content h2 {
  font-size: 1.6rem;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
  font-weight: 600;
}

.blog-content h3 {
  font-size: 1.3rem;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.blog-content p {
  margin-bottom: 1.2em;
  line-height: 1.6;
}

.blog-content li {
  margin-bottom: 0.4em;
}

.blog-content br {
  line-height: 0em;
}

.custom-btn-black {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.custom-btn-black:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: scale(1.05);
}

.hashtags{display:flex;flex-wrap:wrap;gap:.25rem .5rem}
.hashtags .tag{display:inline-block;white-space:nowrap}
.hashtags .tag:link,.hashtags .tag:visited{text-decoration:none}

.mc-chatbox-text a {
  pointer-events: auto;
  text-decoration: underline;
}

@media (min-width: 768px) {
    .hero-text-custom-1,
    .hero-text-custom-2 {
        position: absolute;
        right: 107px;
        transform: translateY(-50%);
        text-align: right;
        font-size: 3.5rem;
        font-weight: bold;
        color: white;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        opacity: 0;
        animation: heroTextFadeIn 1.5s ease forwards;
    }
    .hero-text-custom-1 { top: 42%; }
    .hero-text-custom-2 { top: 20%; }
}

@media (min-width: 1440px) {
    .hero-text-custom-1,
    .hero-text-custom-2 {
        right: 110px;
    }
}

@media (min-width: 1920px) {
    .hero-text-custom-1,
    .hero-text-custom-2 {
        right: 200px;
    }
}

@media (max-width: 767px) {
    .hero-text-custom-1,
    .hero-text-custom-2 {
        display: none;
    }
}

@keyframes heroTextFadeIn {
    0% { opacity: 0; transform: translate(5px, -50%); }
    100% { opacity: 1; transform: translate(0, -50%); }
}

#nav-ki-bots .vspace > * + * { margin-top: 1.75rem; }
#nav-ki-bots .vspace p { margin: 0; }
#nav-ki-bots .vspace p strong { display: block; margin-bottom: .5rem; }

.team-card {
  text-align: left;
}

.team-photo {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-name {
  font-weight: 700;
  font-size: 1.35rem;
  margin-top: 15px;
}

.team-role {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 4px;
}

.team-desc {
  font-size: 1.1rem;
  margin-top: 8px;
  line-height: 1.5;
}

.team-mail {
  font-size: 1.1rem;
  margin-top: 10px;
  color: #333;
  display: flex;
  align-items: center;
}

.team-mail i {
  margin-right: 6px;
  color: #0052CC;
}

.team-mail a {
  color: #333;
  text-decoration: none;
}

.team-mail a:hover {
  text-decoration: underline;
}

#demoDateOverlay {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2147483647 !important;
}

#demoDateOverlay .datepicker-modal,
#demoDateBox {
  position: relative;
  flex: 0 0 auto;
  z-index: 2147483647 !important;
}


.dp-day { user-select: none; }
.dp-day.is-disabled { opacity: .35; cursor: default; }
.dp-day.has-slots { cursor: pointer; position: relative; }
.dp-day.has-slots::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 6px;
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor; transform: translateX(-50%);
  opacity: .6;
}

.dp-day.is-selected {
    background: #272727 !important;
    border-radius: 6px;
    color: white;
}

#demo-slot-list.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(86px,1fr));
  gap: 8px;
  margin-top: 12px;
  max-height: 180px;
  overflow: auto;
}

.slot-btn {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #c9d6f3;
  border-radius: 8px;
  background: #f6f9fd;
  font-size: 14px;
  line-height: 1.2;
}
.slot-btn:hover { background: #eef3fe; }
.slot-btn.active {
  background: #dfe9ff;
  border-color: #9eb7f0;
  font-weight: 600;
}

.slot-empty {
  grid-column: 1/-1;
  text-align: center;
  color: #6b7aa1;
  padding: 10px 0;
  font-size: 14px;
}

.datepicker-calendar td:empty {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  pointer-events: none;
}
.datepicker-calendar td:focus,
.datepicker-calendar td:active {
  outline: none !important;
  background: none !important;
}

#delete_email[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
    background-color: #fff;
    color: #000;
}

.alert {
  --bs-alert-color: #fff;
  --bs-alert-bg: #ff9800;
  --bs-alert-border-color: #e68900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 4px 12px;
  margin-bottom: 0.5rem;
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: 1px solid var(--bs-alert-border-color);
  border-radius: 0.375rem;
  font-weight: 400;
  text-align: center;
  font-size: 17px;
}

.alert i {
  color: #fff;
  font-size: 1rem;
}

.alert-info {
  --bs-alert-bg: #ff9800;
  --bs-alert-border-color: #e68900;
  padding: 4px 12px;
}

.alert-warning {
  --bs-alert-bg: #ff9800;
  --bs-alert-border-color: #e68900;
  padding: 4px 12px;  
}

.alert-success {
  --bs-alert-bg: #4caf50;
  --bs-alert-border-color: #449d48;
  padding: 4px 12px;  
}

.alert-danger {
  --bs-alert-bg: #f44336;
  --bs-alert-border-color: #d32f2f;
  padding: 4px 12px;  
}

.bold-text {
  font-weight: bold;
}

.custom-h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .custom-h2 {
    font-size: 1.1rem;
  }
}

.blog-h2 {
  font-size: 1.55rem;
  font-weight: 600;
  margin: 0;
}

.pricing4 {
  --txt: #0a0a0a;
  --muted: #4b5563;
  --border: #e5e7eb;
  --focus: 0 0 0 2px rgba(0, 0, 0, 0.2);
  background: transparent;
  color: var(--txt);
  padding: 48px 16px;
}
.pricing4-wrap {
  width: 88%;
  max-width: none;
  margin: 0 auto;
  margin-top: -40px;
}
.pricing4-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 40px;
}
.pricing4-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.pricing4-toggle {
  display: flex;
  gap: 8px;
  background: transparent;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid var(--border);
}
.pricing4-toggle button {
  border: 0;
  background: transparent;
  color: var(--txt);
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}
.pricing4-toggle button.active {
  background: #f3f4f6;
  box-shadow: var(--focus);
}
.pricing4-save {
  font-size: 12px;
  margin-left: 6px;
  color: #6b7280;
}
.pricing4-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.pricing4-grid {
  display: grid;
  gap: 14px;
}
.pricing4-plan {
  --cap: #e7f2ff;
  position: relative;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 280px;
}
.pricing4-cap {
  background: var(--cap);
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing4-caprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.pricing4-badge {
  font-size: 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--txt);
  background: #ffffff;
  white-space: nowrap;
}
.pricing4-price {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pricing4-price small {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
  margin-left: 6px;
}
.pricing4-pernote {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pricing4-kuendigungsfrist,
.kuendigungsfrist {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pricing4-body {
  padding: 12px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pricing4-featgrp {
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #111827;
}
.pricing4-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pricing4-li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2937;
}
.pricing4-li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cbd5e1;
}
.pricing4-cta {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}
.pricing4-btn {
  flex: 1 1 auto;
  text-align: center;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--txt);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.pricing4-btn.primary {
  border: 2px solid var(--txt);
}
.pricing4-btn:focus {
  outline: 0;
  box-shadow: var(--focus);
}
.pricing4-btn:hover {
  background: #f9fafb;
}
.pricing4-legal {
  padding: 0 18px 18px;
  font-size: 12px;
  color: var(--muted);
}
.pricing4-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  backdrop-filter: saturate(120%) blur(8px);
  z-index: 60;
}
.pricing4-modal.open {
  display: flex;
}
.pricing4-dialog {
  width: min(860px, 92vw);
  max-height: 80vh;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--txt);
}
.pricing4-dialog header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}
.pricing4-dialog h3 {
  font-size: 18px;
  margin: 0;
}
.pricing4-x {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--txt);
  border-radius: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.pricing4-bodymodal {
  padding: 16px;
}
.pricing4-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.pricing4-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px;
  background: #ffffff;
}
.pricing4-card h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #111827;
}
.pricing4-card ul {
  margin: 0;
  padding-left: 18px;
}
.pricing4-card li {
  margin: 4px 0;
}
@media (max-width: 767.98px) {
  .pricing4-title {
    font-size: 22px;
  }
  .pricing4 {
    padding: 0px 16px;
  }
  .pricing4-grid {
    grid-auto-flow: column;
    grid-auto-columns: 88vw;
  }
  .pricing4-wrap {
    width: 100%;
    margin: 0;
  }
  .pricing4-scroll {
    margin-left: calc(13px - 16px);
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .pricing4-scroll {
    overflow: visible;
    padding-bottom: 0;
  }
  .pricing4-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .pricing4-plan {
    min-width: 0;
  }
}
.pricing4-scroll::-webkit-scrollbar {
  height: 10px;
}
.pricing4-scroll::-webkit-scrollbar-track {
  background: #f1f5f9;
}
.pricing4-scroll::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}
.pricing4-plan[data-plan="Basis"] { --cap: #e7f2ff; }
.pricing4-plan[data-plan="Plus"] { --cap: #e8f9f0; }
.pricing4-plan[data-plan="Pro"] { --cap: #fff6e5; }
.pricing4-plan[data-plan="Ultimate"] { --cap: #edf2f7; }

.badge.bg-success {
    background: #fff !important;
    color: #000 !important;
    margin-top: 5px !important;
}

#sent-queued-counter td {
  font-size: 1rem;
  text-align: left;
}

#sent-queued-counter td:first-child {
  font-weight: bold;
}

#sent-queued-counter td:last-child {
  font-weight: bold;
  text-align: right;
}

:root {
  --ai-blue: #1f5fff;
  --uc-accent: #1A4137;
  --uc-accent-2: #2E7A66;
  --uc-bg: #F7FBFA;
  --uc-panel: #FFFFFF;
  --uc-border: #E6EFEA;
  --uc-text: #14221C;
  --uc-radius: 16px;
  --uc-shadow: 0 12px 40px rgba(0,0,0,.12), 0 4px 18px rgba(0,0,0,.06);
  --plan-accent: var(--uc-accent-2);
  --bg:#FFFFFF;
  --ink:#141414;
  --muted:#6A6A6A;
  --line:#E6E6E6;
}

.card-elevated {
  border: 1px solid rgba(13, 14, 13, .12);
  border-radius: 16px;
  background: #fff
}

.card-elevated:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}

.card-plain {
  background: #fff;
  border-color: rgba(13, 14, 13, .12);
}

.card-blue-solid {
  background: #0f65c8;
  border-color: #0f65c8;
  color: #fff;
}

.card-blue-solid .custom-title,
.card-blue-solid .custom-text,
.card-blue-solid a {
  color: #fff !important;
}

.price-badge-dark {
  display: inline-block;
  background: rgba(0, 0, 0, .82);
  color: #fff;
  border-radius: 999px;
  padding: 6px 16px;
  font-weight: 700;
  letter-spacing: .4px;
}

.custom-text {
  line-height: 1.6;
}

.card-blue-solid .custom-text strong {
  font-weight: 700;
}

.services-dropdown {
  min-width: 440px;
}

.services-dropdown .d-flex {
  gap: 20px;
}

.services-dropdown .list-unstyled.mb-0 {
  min-width: 200px;
}

.services-dropdown .d-flex > div:nth-child(2) {
  border-left: 1px solid #ddd;
  height: auto;
}

.company-dropdown {
  min-width: 350px;
}

.company-dropdown .d-flex {
  gap: 24px;
}

.company-dropdown .list-unstyled.mb-0 {
  min-width: 160px;
}

.navbar .nav-link svg {
  width: 18px;
  height: 18px;
}

#kiSubmenu .text-muted,
#leistungenSubmenu .text-muted {
  font-size: 0.97em;
}

.card-style-twenty:has(#serviceTile) {
  min-height: 390px;
}

#tileHint {
  letter-spacing: 0.02em;
  font-size: 1.05rem;
}

#tileDots {
  letter-spacing: 0.2em;
}

.hero-banner-seven #datepicker {
  cursor: pointer;
}

.bars-mobile-scroll .chart-box:nth-child(1) .chart-inner {
  height: 275px;
}

.bars-mobile-scroll .chart-box:nth-child(2) .chart-inner {
  height: 315px;
}

.bars-mobile-scroll .chart-box:nth-child(3) .chart-inner {
  height: 310px;
}

.bars-mobile-scroll .chart-box:nth-child(4) .chart-inner {
  height: 290px;
}

.bars-mobile-scroll .chart-box:nth-child(5) .chart-inner {
  height: 315px;
}

.bars-mobile-scroll .chart-box:nth-child(6) .chart-inner {
  height: 310px;
}

.bars-mobile-scroll .chart-box:nth-child(7) .chart-inner {
  height: 330px;
}

.bars-mobile-scroll .chart-box:nth-child(8) .chart-inner {
  height: 320px;
}

.bars-mobile-scroll .chart-box:nth-child(9) .chart-inner {
  height: 225px;
}

#barContainer {
  height: 38px;
  border-radius: 14px;
  width: 100%;
}

#priceBar {
  background: linear-gradient(90deg, #0d6efd 70%, #b6e0fe 100%);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(13, 110, 253, 0.07);
  transition: width 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  width: 100%;
  text-align: center;
}

.blog-section-two .col-12:has(#openaiChart) {
  position: relative;
  height: 400px;
}

#openaiChart {
  width: 100%;
  height: 100%;
}

#chartOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  visibility: hidden;
}

#chartError {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
  z-index: 3;
}

#datepickerOverlay {
  display: none;
}

#mc-chatbox-overlay {
  display: none;
}

#mc-floating-chatbox {
  display: none;
}

#mc-bpmnbox-overlay {
  display: none;
}

#mc-floating-bpmnbox {
  display: none;
}

#bpmn-canvas-spinner {
  display: none;
}

#cookieConsentContainer {
  display: none;
}

#cookieOverlay {
  display: none;
}

#mc-disclaimer-toggle {
  display: none;
}

#mc-disclaimer-hint {
  font-size: 14px;
  color: #161616;
  display: none;
}

#profileBtn {
  display: none;
}

.h-550 {
  height: 550px !important;
}

@media (max-width: 768px) {
  .h-550 {
    height: 350px !important;
  }
}

.h-225 { height: 225px !important; }
.h-260 { height: 260px !important; }
.h-275 { height: 275px !important; }
.h-290 { height: 290px !important; }
.h-310 { height: 310px !important; }
.h-315 { height: 315px !important; }
.h-320 { height: 320px !important; }
.h-330 { height: 330px !important; }

.price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-badge-dark {
  font-weight: 600;
}

.min-duration {
  font-size: .8em;
  color: #666;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .min-duration {
    display: block;
    font-size: .75em;
    margin-left: 15px;
    margin-top: 10px;
  }
}

.notice-kicker {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  border-top: 2px solid currentColor;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0;
  margin: 0.75rem 0;
}

.notice-kicker .label {
  font-variant-caps: all-small-caps;
  letter-spacing: 0.06em;
  font-weight: 500;
  opacity: 0.75;
}

.notice-kicker span:last-child {
  font-weight: 500;
}

@media (prefers-color-scheme: dark) {
  .notice-kicker {
    border-bottom-color: rgba(255, 255, 255, 0.18);
  }
}

.uc-trigger {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  letter-spacing: .2px;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  border-bottom: 0 !important;
  transition: color .18s ease, text-decoration-color .18s ease, opacity .18s ease;
}

@media (max-width: 768px) {
  .uc-trigger {
    margin-top: 20px !important;
  }
}

.uc-trigger .fa-solid {
  font-size: .95em;
  transform: translateY(.5px);
  opacity: .9;
  transition: transform .18s ease, opacity .18s ease, color .18s ease;
  color: var(--uc-accent);
}
.uc-trigger:hover {
  text-decoration-color: #1c1c1c;
}
.uc-trigger:hover .fa-solid {
  transform: translateX(2px);
  opacity: 1;
  color: var(--uc-accent-2);
}

.uc-trigger {
  --uc-accent: #1c1c1c;
  --uc-accent-2: #1c1c1c;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  letter-spacing: 0.2px;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  border-bottom: 0 !important;
  transition: color 0.18s ease, text-decoration-color 0.18s ease, opacity 0.18s ease;
}

.uc-trigger .fa-solid {
  font-size: 0.95em;
  transform: translateY(0.5px);
  opacity: 0.9;
  transition: transform 0.18s ease, opacity 0.18s ease, color 0.18s ease;
  color: var(--uc-accent);
}

.uc-trigger:hover {
  color: var(--uc-accent);
  text-decoration: underline;
  text-underline-offset: 0.12em;
  transition: color 0.2s ease-in-out;
}

.uc-trigger:hover .fa-solid {
  transform: translateX(2px);
  opacity: 1;
  color: var(--uc-accent-2);
}

#usecaseModal {
  --uc-accent: #103A5C;
  --uc-accent-2: #2A7FE8;
  --uc-panel: #FFFFFF;
  --uc-border: #DDE8F6;
  --uc-text: #0E1B2B;
  --uc-muted: #5E7086;
  --uc-radius: 14px;
  --uc-shadow: 0 10px 28px rgba(0, 12, 28, 0.12);
  --uc-header-h: 68px;
  --uc-margin: 10px;
}

#usecaseModal .modal-dialog {
  width: calc(100% - 20px);
  max-width: none;
  height: calc(100vh - 20px);
  margin: var(--uc-margin) auto;
  display: flex;
}

.modal-backdrop {
  opacity: 1 !important;
}

.modal-backdrop.show {
  background:
    radial-gradient(1200px 600px at 0% 0%, rgba(16, 58, 92, 0.25), transparent 60%),
    rgba(10, 16, 28, 0.78);
  backdrop-filter: blur(10px) saturate(1.05);
}

#usecaseModal .modal-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  border: 1px solid var(--uc-border);
  border-radius: calc(var(--uc-radius) + 2px);
  box-shadow: var(--uc-shadow);
  animation: ucFloatIn 0.25s ease-out;
}

#usecaseModal .modal-header {
  border: 0;
  padding: 18px 22px;
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: var(--uc-header-h);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
  backdrop-filter: saturate(1.1) blur(6px);
}

#usecaseModal .modal-title {
  font-weight: 700;
  letter-spacing: 0.2px;
  color: var(--uc-text);
}

#usecaseModal .btn-close {
  filter: grayscale(1);
  opacity: 0.7;
}

#usecaseModal .btn-close:hover {
  opacity: 1;
}

#usecaseModal .modal-body {
  padding: 16px 0px 20px;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

#usecaseModal .d-flex.gap-2 > *,
#usecaseModal .d-flex.gap-2 > *:focus {
  outline: none;
}

#usecaseModal .form-control,
#usecaseModal .form-select {
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--uc-border);
  background: linear-gradient(180deg, #fff, #f9fbff);
  box-shadow: inset 0 0 0 0.5px rgba(16, 58, 92, 0.06);
  color: var(--uc-text);
}

#usecaseModal .form-control:focus,
#usecaseModal .form-select:focus {
  border-color: var(--uc-accent-2);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(42, 127, 232, 0.14);
}

#usecaseModal .list-group {
  overflow: auto;
  border-radius: var(--uc-radius);
  border: 1px solid var(--uc-border);
  background: var(--uc-panel);
}

#usecaseModal .list-group::-webkit-scrollbar {
  width: 10px;
}

#usecaseModal .list-group::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--uc-accent), var(--uc-accent-2));
  border-radius: 10px;
}

#usecaseModal .list-group-item {
  border: 0;
  border-bottom: 1px solid rgba(16, 58, 92, 0.08);
  padding: 14px 16px;
  transition: background 0.18s ease, transform 0.05s ease;
  background: transparent;
  cursor: default;
}

#usecaseModal .list-group-item:last-child {
  border-bottom: 0;
}

#usecaseModal .list-group-item:hover {
  background: rgba(16, 58, 92, 0.05);
  transform: translateY(-1px);
}

#usecaseModal .list-group-item.active {
  background: linear-gradient(90deg, rgba(42, 127, 232, 0.1), transparent);
}

#usecaseModal .list-group-item .fw-bold {
  font-weight: 700;
  color: var(--uc-text);
}

#usecaseModal .list-group-item .small {
  color: var(--uc-muted);
}

#usecaseModal .list-group-item:focus-visible {
  outline: 2px solid rgba(42, 127, 232, 0.35);
  outline-offset: -2px;
}

#usecaseModal .list-group-item.initial {
  background: linear-gradient(90deg, rgba(42, 127, 232, 0.06), transparent);
  border-bottom-color: rgba(16, 58, 92, 0.1);
}

#usecaseModal .list-group-item.initial .fw-bold {
  font-weight: 800;
}

#usecaseModal .badge {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0.45em 0.7em;
  color: #ffffff;
}

#usecaseModal .btn {
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 700;
}

#usecaseModal .btn-primary {
  background: linear-gradient(90deg, #103A5C, #2A7FE8);
  border: 0;
  box-shadow: 0 6px 16px rgba(16, 58, 92, 0.2);
}

#usecaseModal .btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

#usecaseModal .btn-outline-secondary {
  border: 1px solid var(--uc-accent-2);
  color: var(--uc-accent-2);
  background: #fff;
}

#usecaseModal .btn-outline-secondary:hover {
  background: rgba(42, 127, 232, 0.08);
}

#usecaseModal .modal-footer {
  position: sticky;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
  backdrop-filter: saturate(1.1) blur(6px);
  border-top: 1px solid var(--uc-border);
  padding: 16px 22px;
}

@keyframes ucFloatIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#usecaseModal ::selection {
  background: rgba(42, 127, 232, 0.2);
}

@media (max-width: 991.98px) {
  #usecaseModal .list-group {
    max-height: auto;
  }
  #usecaseModal .modal-dialog {
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
    margin: 10px auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  #usecaseModal .modal-content,
  #usecaseModal .list-group-item {
    transition: none;
    animation: none;
  }
}

.uc-panel {
  background: linear-gradient(180deg, #ffffff, #f6f9ff);
  border: 1px solid #DDE8F6;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(14, 27, 43, 0.08);
}

@media (max-width: 767.98px) {
  .blog-section-two {
    margin-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .usecase-link {
    margin-top: 25px !important;
    margin-left: 5px !important;
  }
}

.services-skin {
  --services-bg-start: #f6f8fa;
  --services-bg-end: #eef3f7;
  --services-ink: #1c2a39;
  --services-ink-muted: #67727e;
  --services-border: rgba(0, 0, 0, .06);
  --services-border-strong: rgba(0, 0, 0, .10);
  --services-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  --services-shadow-hover: 0 10px 28px rgba(0, 0, 0, .08);
  --services-radius: 16px;
  --services-accent: #4da3ff;
  --services-accent-strong: #1e6aff;
  --services-tile-badge: #eef5e4;
}

.services-skin .bg-wrapper-lightblue {
  background: linear-gradient(180deg, var(--services-bg-start) 0%, var(--services-bg-end) 100%);
}

.services-skin h3,
.services-skin h4 {
  letter-spacing: .2px;
  color: var(--services-ink);
}

.services-skin h3 {
  font-weight: 800;
}

.services-skin .text-lg {
  line-height: 1.4;
  color: var(--services-ink);
}

.services-skin .text-muted {
  color: var(--services-ink-muted) !important;
}

.services-skin .card-style-twenty {
  border: 1px solid var(--services-border);
  border-radius: calc(var(--services-radius) + 2px);
  box-shadow: var(--services-shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  background: #fff;
  backdrop-filter: saturate(120%);
}

.services-skin .card-style-twenty:hover {
  box-shadow: var(--services-shadow-hover);
  border-color: var(--services-border-strong);
}

.services-skin .form-label {
  font-weight: 700;
  margin-bottom: .35rem;
  color: var(--services-ink);
}

.services-skin .form-control,
.services-skin .form-select {
  border: 1px solid #d9dee3;
  border-radius: 12px;
  padding: .65rem .9rem;
  height: 48px;
  transition: border-color .15s ease, box-shadow .15s ease;
  color: var(--services-ink);
}

.services-skin .form-text {
  margin-top: .25rem;
  color: var(--services-ink-muted);
}

.services-skin .form-control:focus,
.services-skin .form-select:focus {
  border-color: var(--services-accent-strong);
  box-shadow: 0 0 0 .2rem rgba(156, 207, 58, .25);
}

.services-skin .form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: .35rem;
  border: 1px solid #adb5bd;
}

.services-skin .form-check-input:checked {
  background-color: var(--services-accent);
  border-color: var(--services-accent);
}

.services-skin .btn {
  border-radius: 12px;
  font-weight: 400;
  padding: .3rem 0.8rem;
  transition: transform .1s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
}

.services-skin .btn:active {
  transform: translateY(1px);
}

.services-skin .btn-outline-primary {
  --bs-btn-color: var(--services-ink);
  --bs-btn-border-color: #1c1c1c;
  --bs-btn-hover-bg: var(--services-ink);
  --bs-btn-hover-border-color: var(--services-ink);
  --bs-btn-hover-color: #fff;
  border-width: 2px;
}

.services-skin .btn-six,
.services-skin .btn-twenty-center {
  background: var(--services-ink);
  color: #fff;
  border: 0;
}

.services-skin .btn-six:hover,
.services-skin .btn-twenty-center:hover {
  box-shadow: 0 6px 16px rgba(28, 42, 57, .25);
}

.services-skin .custom-progress {
  height: 44px;
  background: #f1f3f5;
  border-radius: 14px;
  overflow: hidden;
}

.services-skin .custom-progress .progress-bar {
  background: linear-gradient(90deg, var(--services-accent) 0%, #79b8ff 100%);
  color: #0e0f10;
  font-weight: 800;
  letter-spacing: .2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
  transition: width .25s ease;
}

.services-skin #priceSummary,
.services-skin #priceInfo {
  background: #ffffff;
  border: 1px solid var(--services-border);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.services-skin #priceSummary .fs-4 {
  font-weight: 800;
}

.services-skin #priceSummary .fs-5 {
  font-weight: 700;
}

.services-skin #priceSummary hr {
  opacity: .12;
}

.services-skin #serviceTile .tile {
  border: 1px solid var(--services-border);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.services-skin #serviceTile .tile:hover {
  transform: translateY(-2px);
  box-shadow: var(--services-shadow-hover);
  border-color: var(--services-border-strong);
}

.services-skin #serviceTile .tile .badge {
  display: inline-block;
  padding: .25rem .5rem;
  border-radius: 999px;
  font-size: .85rem;
  background: var(--services-tile-badge);
  color: #273321;
  font-weight: 700;
}

.services-skin #serviceTile .tile h5 {
  margin: 6px 0 4px 0;
  font-weight: 800;
  color: var(--services-ink);
}

.services-skin #serviceTile .tile p {
  margin: 0;
  color: var(--services-ink-muted);
}

.services-skin #tileDots {
  text-align: center;
}

.services-skin #tileDots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  border: 0;
  background: #cfd6dc;
  transition: transform .1s ease, background .15s ease;
}

.services-skin #tileDots button:hover {
  transform: scale(1.15);
}

.services-skin #tileDots button.active {
  background: var(--services-ink);
}

.services-skin #tilePagination {
  font-variant-numeric: tabular-nums;
  color: var(--services-ink-muted);
}

.services-skin .section-subheading p {
  color: var(--services-ink);
  opacity: .75;
  letter-spacing: .3px;
}

.services-skin :focus-visible {
  outline: 2px solid var(--services-accent-strong);
  outline-offset: 2px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .services-skin .mt-20 {
    margin-top: 1.25rem !important;
  }
  .services-skin .mb-5 {
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 991.98px) {
  .services-skin .card-style-twenty {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .services-icons {
    flex-direction: column;
    gap: 0.75rem;
  }
  .services-icons > .d-flex {
    width: 100%;
  }
}

.plan-links {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 992px) {
  .plan-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.plan-link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  text-decoration: none;
}

.plan-bars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .25rem;
  line-height: 1;
  margin-bottom: .5rem;
  width: 100%;
}

.plan-bars .bar {
  width: 14px;
  height: 8px;
  border-radius: 3px;
  background: var(--plan-accent);
  opacity: .25;
  display: inline-block;
}

.plan-bars.count-1 .bar:nth-child(-n+1),
.plan-bars.count-2 .bar:nth-child(-n+2),
.plan-bars.count-3 .bar:nth-child(-n+3),
.plan-bars.count-4 .bar:nth-child(-n+4) {
  opacity: 1;
}

.plan-leaves {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .2rem;
  line-height: 1;
  margin-bottom: .5rem;
  width: 100%;
}

.plan-leaves .fa-leaf {
  font-size: 1rem;
  color: #198754;
  opacity: .25;
}

.plan-leaves.count-1 .fa-leaf:nth-child(-n+1),
.plan-leaves.count-2 .fa-leaf:nth-child(-n+2),
.plan-leaves.count-3 .fa-leaf:nth-child(-n+3),
.plan-leaves.count-4 .fa-leaf:nth-child(-n+4) {
  opacity: 1;
}

.plan-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: .4rem;
  width: 100%;
  text-align: left;
  margin-top: .25rem;
}

.plan-label-text {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .18em;
  text-decoration-thickness: .1em;
}

.plan-link:hover .plan-label-text {
  text-underline-offset: .3em;
}

.plan-info-svg {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  opacity: .9;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
  color: inherit;
  transition: transform .2s ease, opacity .2s ease, color .2s ease;
}

.plan-link:hover .plan-info-svg,
.plan-link:focus-visible .plan-info-svg {
  color: #198754;
  transform: translateX(1px);
  background: transparent;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

.plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #1c1c1c;
  color: var(--plan-accent);
  font-size: .9rem;
  transition: transform .2s ease, opacity .15s;
}

.plan-link:hover .plan-cta,
.plan-link:focus .plan-cta {
  transform: translateX(2px);
}

.appointment-link {
  font-weight: 700;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  --plan-accent: var(--ai-blue, #1f5fff);
}

.appointment-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.appointment-icon i {
  line-height: 1;
}

.appointment-icon::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px dashed var(--uc-muted);
  border-radius: 999px;
  opacity: .7;
  transition: transform .15s ease, opacity .15s;
}

.appointment-icon .fa-calendar-days {
  color: var(--plan-accent);
  font-size: 1.05rem;
}

.appointment-icon .fa-clock {
  position: absolute;
  right: -2px;
  bottom: -2px;
  font-size: .6rem;
  color: var(--plan-accent);
}

.appointment-link:hover .appointment-icon::before,
.appointment-link:focus-visible .appointment-icon::before {
  transform: scale(1.05);
  opacity: .9;
}

.appointment-link:hover .plan-cta,
.appointment-link:focus-visible .plan-cta {
  transform: translateX(2px);
}

a.uc-trigger {
  font-size: 16px !important;
}

@media (max-width: 767.98px) {
  a.uc-trigger {
    display: inline-block;
    margin-top: -5px;
    margin-left: 15px;
  }
}

.career-form {
  max-width: 980px;
  margin-top: 20px;
}

.career-form .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.career-form label {
  display: block;
  font-weight: 500;
  color: #232524;
  margin-bottom: 8px;
}

.career-form input[type="text"],
.career-form input[type="email"],
.career-form input[type="url"],
.career-form input[type="number"],
.career-form input[type="file"],
.career-form input[type="tel"],
.career-form textarea,
.career-form select {
  width: 100%;
  display: block;
  font: inherit;
  color: #232524;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 12px 14px;
}

.career-form input[type="file"] {
  padding: 8px 12px;
}

.career-form input[type="file"]::file-selector-button {
  font: inherit;
  border: none;
  border-radius: 10px;
  padding: 8px 14px;
  background: #232524;
  color: #fff;
  cursor: pointer;
}

.career-form input[type="file"]::file-selector-button:hover {
  background: #3c3d3e;
}

.career-form input:focus,
.career-form textarea:focus,
.career-form select:focus {
  border-color: #232524;
  box-shadow: 0 0 0 3px rgba(35, 37, 36, 0.08);
  outline: 0;
}

.career-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  accent-color: #232524;
}

.career-form .mt-10 label {
  margin: 0;
}

#careerSubmit {
  min-width: 200px;
}

#careerSubmit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#careerNotice {
  margin-top: 12px;
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid transparent;
}

#careerNotice:empty {
  display: none;
}

#careerNotice.success {
  background: #EDF8EB;
  border-color: #BFE7D4;
  color: #044F3B;
}

#careerNotice.error {
  background: #FFECEC;
  border-color: #F5B5B5;
  color: #7A0B0B;
}

@media (max-width: 991px) {
  .career-form .grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* Fehlerzustände */
.career-form .field-invalid label {
  color: #D93025;
}

.career-form .field-invalid input[type="text"],
.career-form .field-invalid input[type="email"],
.career-form .field-invalid input[type="url"],
.career-form .field-invalid input[type="number"],
.career-form .field-invalid input[type="file"],
.career-form .field-invalid input[type="tel"],
.career-form .field-invalid textarea,
.career-form .field-invalid select,
.career-form input.invalid,
.career-form textarea.invalid,
.career-form select.invalid {
  border-color: #D93025 !important;
}

.career-form input[type="checkbox"].invalid {
  outline: 1px solid #D93025;
  outline-offset: 2px;
}

.career-form .field-invalid input[type="file"]::file-selector-button {
  outline: 1px solid #D93025;
  outline-offset: 2px;
}

.reseller-page .res-block {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: .75rem;
  padding: 1rem;
  background: #fff;
}
.reseller-page .res-title {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #6c757d;
}
.reseller-page .res-list li {
  padding-bottom: .625rem;
  margin-bottom: .625rem;
  border-color: rgba(0,0,0,.08) !important;
  line-height: 1.55;
}
.reseller-page .res-list li:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.reseller-page .res-bullets {
  padding-left: 1rem;
  margin: 0;
}
.reseller-page .res-bullets li {
  margin: .25rem 0;
  line-height: 1.5;
}

.res-list li {
  padding-bottom: .625rem;
  margin-bottom: .625rem;
  border-color: rgba(0,0,0,.08) !important;
  line-height: 1.55;
}
.res-list li:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-heading-h1-white .mobile-inline {
  display: block;
}

@media (max-width: 768px) {
  .hero-heading-h1-white .mobile-inline {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  .hero-banner-seven {
    align-items: flex-start !important;
    margin-top: -120px;
  }
}

#adminUserModal .modal-dialog {
  max-width: 96vw;
}

@media (min-width: 1800px) {
  #adminUserModal .modal-dialog {
    max-width: 1720px;
  }
}

#adminUserModal .modal-body {
  padding-left: 1rem;
  padding-right: 1rem;
}

#adminUserModal .row.g-3 {
  --bs-gutter-x: 1rem;
}

#adminUserModal .table {
  width: 100%;
}


.team-classic-swiss .team-groups {
  display: flex;
  flex-direction: column;
}

.team-classic-swiss .tg {
  padding: 14px 0;
}

.team-classic-swiss .tg + .tg {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.team-classic-swiss .tg-t {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  color: var(--muted);
}

.team-classic-swiss .tg-l {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-classic-swiss .tg-l li {
  margin: 0 0 6px 0;
  line-height: 1.68;
  color: var(--ink);
}

.team-classic-swiss .tg-l li:last-child {
  margin: 0;
}

.prefooter-line {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:1200px;
  margin:60px auto 12px auto !important;
  font-size:.9rem;
  color:rgba(0,0,0,.60);
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap
}

@media (max-width:768px){
  .prefooter-line {
    padding:0 16px;
    box-sizing:border-box;
  }
}

.prefooter-line::before,
.prefooter-line::after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(to bottom, rgba(0,0,0,.22), rgba(0,0,0,.08) 70%, rgba(0,0,0,0))
}
.prefooter-line::before{margin-right:.75em}
.prefooter-line::after{margin-left:.75em}
.prefooter-line .brand i{
  margin-right:.1em;
  font-size:.95rem;
  opacity:.9
}
@media (prefers-color-scheme: dark){
  .prefooter-line{color:rgba(255,255,255,.70)}
  .prefooter-line::before,
  .prefooter-line::after{
    background:linear-gradient(to bottom, rgba(255,255,255,.38), rgba(255,255,255,.14) 70%, rgba(255,255,255,0))
  }
}