@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
@import "../fonts/bootstrap-icons-1.11.1/font/bootstrap-icons.css";
@import "../fonts/font-awesome-6.4.2/css/all.css";
.main-page-wrapper {
  overflow-x: hidden;
}
body {
  font-family: "Instrument Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  color: #6e797b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #104b59;
}
p {
  line-height: 1.777em;
}
.fw-600 {
  font-weight: 600;
}
.fw-500 {
  font-weight: 500;
}
.fs-16 {
  font-size: 16px;
  line-height: 2em;
}
.fs-22 {
  font-size: 22px;
  line-height: 1.45454em;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.shapes {
  position: absolute;
  z-index: -1;
}
.font-poppins {
  font-family: "Poppins", sans-serif !important;
}
.box-layout-one {
  max-width: 1794px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}
.box-layout-two {
  max-width: 1594px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}
.header-space-fix {
  margin-top: 150px;
}
.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 {
  display: inline-block;
  position: relative;
}
.ctn-preloader .icon img {
  width: 55px;
}
.ctn-preloader .txt-loading {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: 45px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-weight: 700;
  letter-spacing: 10px;
  display: inline-block;
  color: rgba(16, 75, 89, 0.08);
  position: relative;
  font-size: 65px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #104b59;
  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: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  border-radius: 50%;
  background: #fd8e44;
  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;
}
* {
  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: rgba(0, 0, 0, 0);
  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;
  }
}
.title-one .upper-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fd8e44;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.title-one h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.0714em;
}
.title-one h3 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.09em;
}
.title-one h4 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.12em;
}
.btn-one {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 55px;
  padding: -1px 40px;
  min-width: 170px;
  text-align: center;
  background: #fd8e44;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.btn-one:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 150%;
  top: 0;
  right: calc(150% - 15px);
  background: #000;
  transform: skew(-15deg);
  z-index: -1;
  transition: all 0.4s ease-in-out 0s;
}
.btn-one:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.btn-one:hover:before {
  right: -20px;
}
.btn-one.xl {
  min-width: 230px;
  line-height: 65px;
}
.btn-two {
  font-weight: 600;
  color: #104b59;
  position: relative;
  padding-left: 25px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two .arrow-icon {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 20px;
  color: #fd8e44;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two:hover {
  padding-left: 0;
  padding-right: 25px;
  color: #fd8e44;
}
.btn-two:hover .arrow-icon {
  left: calc(100% - 20px);
}
.btn-three {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 55px;
  padding: 0 40px;
  min-width: 170px;
  text-align: center;
  background: #104b59;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.btn-three:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 150%;
  top: 0;
  right: calc(150% - 15px);
  background: #000;
  transform: skew(-15deg);
  z-index: -1;
  transition: all 0.4s ease-in-out 0s;
}
.btn-three:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.btn-three:hover:before {
  right: -20px;
}
.btn-three.xl {
  min-width: 200px;
  line-height: 70px;
}
.btn-three.lg {
  min-width: 200px;
  line-height: 60px;
}
.btn-three.text-uppercase {
  font-size: 14px;
  font-weight: 600;
}
.sidenavbtn {
  position: relative;
  z-index: 1;
  padding-left: 22px;
}
.sidenavbtn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 46px;
  background: #366f7c;
  transform: translateY(-50%);
}
.sidenavbtn:hover img {
  transform: rotate(180deg);
}
.offcanvas.sidebar-nav {
  width: 400px;
  border: none;
  padding: 50px 35px 20px;
  max-height: 100%;
  overflow-y: auto;
}
.offcanvas.sidebar-nav .btn-close {
  box-shadow: none;
}
.offcanvas.sidebar-nav .title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
}
.offcanvas.sidebar-nav .address-block p {
  line-height: 28px;
  margin: 0;
}
.offcanvas.sidebar-nav .address-block li {
  margin-bottom: 8px;
}
.offcanvas.sidebar-nav .address-block li:last-child {
  margin-bottom: 0;
}
.offcanvas.sidebar-nav .address-block li a:hover {
  text-decoration: underline;
}
.offcanvas.sidebar-nav .social-icon a {
  font-size: 1.3em;
  margin: 10px 10px 0;
  transition: all 0.2s ease-in-out 0s;
}
.offcanvas.sidebar-nav .social-icon a:hover {
  color: #fd8e44;
}
.theme-main-menu .search-btn {
  color: #fff;
  font-size: 22px;
}
.theme-main-menu .search-btn:hover {
  color: #fd8e44;
}
#searchToggle .btn-close {
  width: auto;
  height: auto;
  background: none;
  padding: 0;
  font-size: 30px;
  opacity: 1;
  color: #104b59;
  box-shadow: none;
  margin: 0 15px 0 auto;
}
#searchToggle .btn-close:hover {
  color: #fd8e44;
}
#searchToggle .offcanvas-body {
  background: #fff;
  padding: 20px 0 40px;
  overflow-y: visible;
}
#searchToggle .offcanvas-body form {
  position: relative;
}
#searchToggle .offcanvas-body form input {
  width: 100%;
  height: 65px;
  font-size: 20px;
  border: none;
  background: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #104b59;
}
#searchToggle .offcanvas-body form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #104b59;
  border: none;
  font-size: 22px;
  transition: all 0.3s ease-in-out 0s;
}
#searchToggle .offcanvas-body form button:hover {
  color: #fd8e44;
}
.theme-main-menu {
  position: relative;
  z-index: 999;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu .gap-one {
  padding-left: 65px;
  padding-right: 65px;
}
.theme-main-menu .gap-two {
  padding-left: 145px;
  padding-right: 145px;
}
.theme-main-menu.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.theme-main-menu.fixed {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
  animation: sticky 1s;
}
.theme-main-menu.fixed .top-header {
  display: none;
}
.theme-main-menu .top-header {
  background: #104b59;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
.theme-main-menu .top-header .column-wrapper {
  padding: 12px 0;
}
.theme-main-menu .top-header .column-wrapper .social-icon {
  margin: 0 -8px;
  font-size: 16px;
}
.theme-main-menu .top-header .column-wrapper .social-icon a {
  margin: 0 8px;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.theme-main-menu .top-header .column-wrapper .social-icon a:hover {
  color: #fd8e44;
}
.theme-main-menu .top-header .column-wrapper p {
  margin: 0 0 0 15px;
  padding-left: 15px;
  position: relative;
  width: 710px;
}
.theme-main-menu .top-header .column-wrapper p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 32px;
  background: #366f7c;
  transform: translateY(-50%);
}
.theme-main-menu .top-header .column-wrapper .top-header-nav {
  margin: 0 -5px;
}
.theme-main-menu .top-header .column-wrapper .top-header-nav li {
  padding: 0 5px;
}
.theme-main-menu .top-header .column-wrapper .top-header-nav li a:hover {
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
  text-decoration: underline;
}
.theme-main-menu .top-header .column-wrapper .email:hover {
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
  text-decoration: underline;
}
.theme-main-menu .top-header.white-bg {
  background: #fff;
  color: #104b59;
}
.theme-main-menu .top-header.white-bg .column-wrapper .social-icon a {
  color: #104b59;
}
.theme-main-menu .top-header.white-bg .column-wrapper p:before {
  background: #dce0e1;
}
.theme-main-menu
  .top-header.white-bg
  .column-wrapper
  .top-header-nav
  li
  a:hover,
.theme-main-menu .top-header.white-bg .column-wrapper li .email:hover {
  color: #fd8e44;
}
.theme-main-menu .bottom-header {
  background: #fff;
  z-index: 1;
}
.theme-main-menu .bottom-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  background: #ffffff;
  z-index: -1;
}
.theme-main-menu .bottom-header:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 210px;
  background: #104b59;
  z-index: -1;
}
.theme-main-menu .bottom-header.gap-two:after {
  width: 285px;
}
.theme-main-menu .bottom-header.dark-bg {
  background: #104b59;
}
.theme-main-menu .bottom-header.dark-bg:after {
  background: #09262d;
}
.theme-main-menu .bottom-header.dark-bg:before {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.theme-main-menu .bottom-header.dark-bg.left-none:before {
  display: none;
}
.theme-main-menu .bottom-header.dark-bg .nav-item:hover .nav-link {
  color: #fd8e44;
}
.theme-main-menu .bottom-header.dark-bg .support-btn .icon {
  background: #fff;
}
.theme-main-menu .bottom-header.dark-bg .support-btn h6,
.theme-main-menu .bottom-header.dark-bg .support-btn a {
  color: #fff;
}
.theme-main-menu .bottom-header.dark-bg .support-btn a:hover {
  color: #fd8e44;
}
.theme-main-menu .navbar-toggler {
  width: 50px;
  height: 48px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 0;
  background: #fd8e44;
}
.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: 10px;
  width: 32px;
  height: 2px;
  pointer-events: none;
  transition: transform 0.25s;
  transform-origin: 50% 50%;
  background: #fff;
}
.theme-main-menu .navbar-toggler span {
  position: absolute;
  left: 10px;
  overflow: hidden;
  width: 32px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  transition: opacity 0.25s;
  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-weight: normal;
  font-size: 20px;
  line-height: initial;
  color: #131212;
  padding: 38px 0;
  margin: 0 18px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .nav-item:hover .nav-link {
  color: #fd8e44;
}
.theme-main-menu .nav-item .dropdown-toggle::after {
  content: "";
  font-family: "bootstrap-icons";
  border: none;
  vertical-align: -1px;
  margin-left: 3px;
  font-weight: 900;
  font-size: 12px;
}
.theme-main-menu .navbar .show.dropdown-toggle::after {
  transform: rotate(180deg);
}
.theme-main-menu.menu-style-one .navbar {
  margin-left: 8%;
}
.navbar .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  line-height: 38px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 15px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fd8e44;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all 0.2s ease-in-out 0s;
  z-index: -1;
}
.navbar .dropdown-menu .dropdown-item:hover:before,
.navbar .dropdown-menu .dropdown-item.active:before {
  transform: scale(1);
}
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #fff;
}
.theme-main-menu .support-btn .icon {
  width: 65px;
  height: 65px;
  background: #000;
}
.theme-main-menu .support-btn h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #1d1d1d;
  font-weight: 600;
  margin: 0;
}
.theme-main-menu .support-btn a {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  color: #1d1d1d;
  transition: all 0.3s ease-in-out 0s;
}
.theme-main-menu .support-btn a:hover {
  color: #fd8e44;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    font-size: 1em;
    z-index: 5;
    background-color: #fff;
    border-radius: 0;
    display: block;
    right: auto;
    left: 0;
    padding: 0;
    border: none;
    top: 100%;
    visibility: hidden;
    transform: translateY(5px);
    opacity: 0;
    min-width: 180px;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.2s ease-in;
  }
  .navbar .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -17px;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    right: auto;
    min-width: 180px;
    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);
  }
  .nav-item .dropdown-toggle::after {
    display: none;
  }
  .theme-main-menu .bottom-header.dark-bg .nav-item .nav-link {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }
  .navbar-collapse .logo {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr .navbar-collapse {
    background-color: #000;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    background-color: #fff;
    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: 20px 0 20px;
    transition: all 0.3s ease-in-out;
  }
  .menu-style-two .navbar-collapse {
    background: #212121;
  }
  .menu-style-two .navbar-collapse .navbar-nav .nav-link {
    border-top: 1px dashed rgba(255, 255, 255, 0.18);
  }
  .navbar-collapse.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 47px;
  }
  .navbar .dropdown-menu .dropdown-item.show {
    color: #fff;
  }
  .navbar .dropdown-menu .dropdown-item.show:before {
    transform: scale(1);
  }
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 30px;
  }
  .navbar .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 45px;
  }
}
.hero-banner-one {
  background: url(../images/media/img_01.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.hero-banner-one::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 56%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #104b59 5%, rgba(16, 75, 89, 0) 100%);
}
.hero-banner-one .slogan {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.hero-banner-one .slogan span {
  margin: 0 15px;
}
.hero-banner-one .hero-heading {
  font-size: 110px;
  line-height: 1.0454em;
  font-weight: 700;
  color: #fff;
  margin: 33px 0 27px;
}
.hero-banner-one p {
  color: #fff;
}
.hero-banner-one .country-flags li {
  margin-right: -25px;
}
.hero-banner-one .country-flags li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 30px;
}
.hero-banner-one .country-flags .flag {
  width: 75px;
  height: 75px;
  position: relative;
}
.hero-banner-one .country-flags p {
  font-size: 24px;
  color: #fff;
  margin: 0;
  padding-left: 20px;
}
.hero-banner-one .screen_01 {
  right: 0;
  bottom: -26px;
  max-width: 47%;
}
.hero-banner-two {
  text-align: center;
  background: #000;
}
.hero-banner-two::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 56%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #617b84 5%, rgba(97, 123, 132, 0) 100%);
}
.hero-banner-two .slider-bg {
  background-size: cover;
  background-position: center;
}
.hero-banner-two .slogan {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #104b59;
}
.hero-banner-two .slogan span {
  padding: 0 22px;
  position: relative;
}
.hero-banner-two .slogan span:before,
.hero-banner-two .slogan span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background: #fd8e44;
  border-radius: 50%;
  top: 5px;
  left: 0;
}
.hero-banner-two .slogan span:after {
  left: auto;
  right: 0;
}
.hero-banner-two .hero-heading {
  font-size: 110px;
  line-height: 1.0454em;
  font-weight: 700;
  color: #fff;
  margin: 33px 0 27px;
}
.hero-banner-two .hero-heading span {
  position: relative;
  z-index: 1;
}
.hero-banner-two .hero-heading .shape {
  position: absolute;
  z-index: -1;
  left: -74px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-banner-two .hero-heading .shape2 {
  position: absolute;
  z-index: -1;
  right: -28%;
  top: 30%;
  max-width: 24%;
}
.hero-banner-two .screen_01 {
  z-index: 0;
  left: 0;
  bottom: 14%;
  max-width: 26%;
}
.hero-banner-three {
  border-top: 15px solid #fd8e44;
  border-left: 15px solid #fd8e44;
}
.hero-banner-three:before,
.hero-banner-three:after {
  content: url(../images/shape/shape_29.png);
  position: absolute;
  top: -15px;
  left: 0;
}
.hero-banner-three:after {
  left: auto;
  right: 0;
}
.hero-banner-three .container {
  max-width: 1640px;
  padding: 0 12px;
}
.hero-banner-three p {
  font-size: 20px;
  line-height: 1.6em;
}
.hero-banner-three .hero-heading {
  font-size: 108px;
  line-height: 1.0455em;
  font-weight: 700;
  color: #000;
  margin: 55px 0 112px;
}
.hero-banner-three .media {
  margin-right: 17%;
}
.hero-banner-three .media .main-img {
  border-radius: 10px;
}
.hero-banner-three .media .car-img {
  position: absolute;
  right: -17%;
  bottom: -17%;
}
.hero-banner-three .country-flags li {
  margin-right: -25px;
}
.hero-banner-three .country-flags li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #104b59;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 30px;
}
.hero-banner-three .country-flags .flag {
  width: 75px;
  height: 75px;
  position: relative;
}
.hero-banner-three .country-flags p {
  font-size: 24px;
  margin: 0;
  color: #000;
  padding-left: 20px;
}
.hero-banner-three .card-wrapper {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background: #eee8e8;
  padding: 40px 30px;
}
.hero-banner-three .card-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px dashed #104b59;
  border-radius: 10px;
  left: 6px;
  bottom: 6px;
  z-index: -1;
}
.hero-banner-three .card-wrapper li {
  margin-bottom: -24px;
}
.hero-banner-three .card-wrapper li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff;
  color: #fd8e44;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
.hero-banner-three .card-wrapper li .flag {
  width: 82px;
  height: 82px;
  border: 2px solid #fff;
  position: relative;
}
.hero-banner-three .card-wrapper strong {
  font-size: 30px;
  font-weight: 700;
  color: #104b59;
  margin-top: -10px;
  display: block;
}
.hero-banner-three .card-wrapper p {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  background: #104b59;
  margin: 0;
  transform: rotate(90deg);
  width: 258px;
  text-align: center;
  padding: 27px 0;
  border-radius: 10px;
  position: absolute;
  top: 176px;
  right: -50px;
}
.hero-banner-three .card-wrapper p:before {
  content: "";
  width: 44px;
  height: 38px;
  border-radius: 20px;
  background: #eee8e8;
  position: absolute;
  z-index: 1;
  top: 22px;
  left: -26px;
}
.hero-banner-three .card-wrapper .shape_01 {
  left: -23%;
  top: -10%;
  max-width: 52%;
  animation: jumpThree 5s infinite linear;
}
.hero-banner-three .experience-box {
  border-radius: 50%;
  position: relative;
}
.hero-banner-three .experience-box .main-count {
  width: 85px;
  height: 85px;
  background: #fd8e44;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.hero-banner-three .shape_02 {
  left: 3%;
  top: 6%;
  max-width: 26%;
}
.hero-banner-three .ribon-slider {
  background: #fd8e44;
  padding: 28px 15px;
  transform: rotate(-6deg);
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.hero-banner-three .ribon-slider:before,
.hero-banner-three .ribon-slider:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: -90px;
  background: #fd8e44;
}
.hero-banner-three .ribon-slider:after {
  left: auto;
  right: -90px;
}
.hero-banner-three .ribon-slider .slick-track {
  display: flex;
  align-items: center;
}
.fancy-banner-one h2 {
  font-size: 45px;
  line-height: 1.244em;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.fancy-banner-one.style-one {
  background: url(../images/assets/bg_04.jpg) no-repeat right top;
  background-size: cover;
  padding: 60px 0 70px;
  overflow: hidden;
}
.fancy-banner-one.style-one:before {
  content: "";
  position: absolute;
  width: 29%;
  height: 100%;
  top: 0;
  left: -6%;
  background: url(../images/media/img_24.jpg) no-repeat right center;
  background-size: cover;
  transform: skew(30deg);
  z-index: -1;
}
.fancy-banner-one.style-two .bg-wrapper {
  background: url(../images/assets/bg_11.jpg) no-repeat right top;
  background-size: cover;
  padding: 60px 50px 70px 90px;
  border-radius: 5px;
}
.fancy-banner-one.style-two .bg-wrapper.round-border {
  border-radius: 100px;
}
.fancy-banner-one.style-two .bg-wrapper.left-bg {
  background: url(../images/assets/bg_21.jpg) no-repeat right top;
  background-size: cover;
  padding-left: 0;
  border-radius: 0;
}
.fancy-banner-one.style-two .bg-wrapper.left-bg:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  right: 100%;
  top: 0;
  background: #fd8e44;
}
.inner-banner-one {
  background: url(../images/media/img_53.jpg) no-repeat right center;
  background-size: cover;
  overflow: hidden;
}
.inner-banner-one:before,
.inner-banner-one:after {
  content: url(../images/shape/shape_29.png);
  position: absolute;
  top: -18px;
  left: 0;
}
.inner-banner-one:after {
  left: auto;
  right: 0;
}
.inner-banner-one .line-wrapper {
  padding: 295px 0 265px;
}
.inner-banner-one .line-wrapper:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 134px;
  background: #fd8e44;
  border-radius: 0 0 30px 30px;
  right: 0;
  top: 13px;
  z-index: -1;
}
.inner-banner-one .line-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  background: #fd8e44;
  right: 0;
  top: 0;
  z-index: -1;
}
.inner-banner-one .shape_01 {
  left: 0;
  bottom: 0;
  max-width: 51%;
}
.inner-banner-one .breadcrumb-content li {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 20px;
  margin-right: 6px;
}
.inner-banner-one h2 {
  font-size: 75px;
  font-weight: 700;
  color: #fff;
}
.feature-block-one {
  background: #fff6f0;
}
.feature-block-one .box {
  padding: 20px 20px;
  background: #f2f9fb;
  border: 1px solid #000;
  border-radius: 0 30px 30px 30px;
  position: relative;
  z-index: 1;
}
.feature-block-one .box .icon {
  width: 65px;
}
.feature-block-one .box strong {
  width: calc(100% - 65px);
  padding-left: 15px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
  color: #104b59;
}
.feature-block-one .box .shape_01 {
  right: -55px;
  top: -30px;
}
.feature-block-one .box.color-two {
  border-radius: 30px;
  background: #fff5ef;
  padding: 15px 25px;
}
.feature-block-one .box.color-two strong {
  padding-left: 30px;
}
.feature-block-one .support-btn .icon {
  width: 65px;
  height: 65px;
  background: #104b59;
}
.feature-block-one .support-btn h6 {
  font-size: 18px;
  color: #fd8e44;
  font-weight: 600;
  margin: 0;
}
.feature-block-one .support-btn a {
  font-size: 20px;
  font-weight: 600;
  color: #104b59;
  transition: all 0.3s ease-in-out 0s;
}
.feature-block-one .support-btn a:hover {
  text-decoration: underline;
}
.feature-block-one .media-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 70px 70px;
  height: 97%;
  margin-top: auto;
}
.feature-block-one .experience-box {
  position: absolute;
  right: -30px;
  top: -50px;
  border-radius: 50%;
}
.feature-block-one .experience-box .main-count {
  width: 85px;
  height: 85px;
  background: #fd8e44;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.feature-block-one .media-bg-two .main-img {
  border-radius: 40px 110px 110px 110px;
}
.feature-block-one .media-bg-two .img_01 {
  border: 11px solid #fff;
  border-radius: 110px 110px 0 110px;
  top: -11px;
  left: -46%;
  z-index: 0;
  max-width: 80%;
}
.feature-block-one .media-bg-two .img_02 {
  border: 11px solid #fff;
  border-radius: 0 110px 110px 110px;
  bottom: 0;
  left: -22%;
  z-index: 0;
  max-width: 95%;
}
.feature-block-one .media-bg-two .experience-box {
  right: 11%;
  top: 37%;
}
.feature-block-one .media-bg-two .bg-shape {
  left: -46%;
  bottom: -13%;
  max-width: 161%;
}
.feature-block-one .shape_02 {
  top: 32%;
  right: 2%;
  max-width: 12%;
  animation: jumpThree 5s infinite linear;
}
.feature-block-one .shape_03 {
  top: 67%;
  right: 3%;
  max-width: 18%;
}
.feature-block-one .shape_04 {
  top: 4%;
  right: 2%;
  max-width: 18%;
}
.feature-block-one .shape_05 {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.feature-block-one .shape_06 {
  bottom: 6%;
  right: 2%;
  max-width: 12%;
  animation: jumpThree 5s infinite linear;
}
.feature-block-one .media-bg-three {
  background: url(../images/media/img_45.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0 80px 80px 80px;
  height: 505px;
  margin: 65px 40px 0 -70px;
}
.feature-block-one .media-bg-three .img_03 {
  right: -20px;
  top: 0;
}
.feature-block-one.bg-two {
  background: #e9f8fb;
  z-index: 0;
}
.feature-block-one.bg-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 105px;
  background: #e9f8fb;
  left: 0;
  top: -102px;
  z-index: -1;
}
.feature-block-one.bg-two:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 105px;
  background: #e9f8fb;
  left: 0;
  bottom: -102px;
  z-index: -1;
}
.feature-block-two {
  overflow: hidden;
}
.feature-block-two .media-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 70px 0 70px 70px;
  height: 97%;
  max-width: 96%;
  margin-left: auto;
}
.feature-block-two .line-wrapper {
  padding-left: 50px;
}
.feature-block-two .line-wrapper::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 98%;
  background: #fd8e44;
  left: 0;
  top: 0;
}
.feature-block-two .line-wrapper .list-style-two {
  position: relative;
}
.feature-block-two .line-wrapper .list-style-two .icon {
  background: #fff5ef;
  border-color: #d8d8d8;
}
.feature-block-two .line-wrapper .list-style-two.hr-line {
  padding-left: 145px;
}
.feature-block-two .line-wrapper .list-style-two.hr-line:before {
  content: "";
  position: absolute;
  width: 104px;
  height: 1px;
  background: #104b59;
  top: 41px;
  left: 41px;
}
.feature-block-two .line-wrapper .list-style-two.vr-line:before,
.feature-block-two .line-wrapper .list-style-two.vr-line:after {
  content: "";
  position: absolute;
  height: 104px;
  width: 1px;
  background: #104b59;
  left: 41px;
  top: -104px;
  z-index: -1;
}
.feature-block-two .line-wrapper .list-style-two.vr-line:after {
  top: auto;
  bottom: -86px;
}
.feature-block-two .shape_01 {
  right: 0;
  top: 0;
  max-width: 16%;
}
.feature-block-two .shape_02 {
  bottom: 0;
  right: 0;
  max-width: 40%;
}
.feature-block-two .shape_03 {
  top: 9%;
  left: 1%;
  max-width: 14%;
}
.feature-block-two .shape_04 {
  top: 0;
  left: 0;
  max-width: 28%;
}
.feature-block-two .shape_05 {
  top: 0;
  right: 0;
  z-index: -3;
  max-width: 35%;
}
.feature-block-two .shape_06 {
  bottom: 120px;
  right: 0;
  z-index: -2;
  max-width: 42%;
}
.feature-block-two .shape_07 {
  bottom: 100px;
  left: 0;
  max-width: 10%;
}
.feature-block-two .shape_08 {
  bottom: 148px;
  right: 8%;
  max-width: 13%;
}
.feature-block-two .shape_09 {
  right: 1%;
  bottom: 21%;
  max-width: 47%;
}
.feature-block-three {
  background: url(../images/assets/bg_02.jpg) repeat center;
}
.feature-block-three .bottom-line .line {
  position: absolute;
  width: calc(100% - 374px);
  height: 1px;
  background: #e3d6c5;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.feature-block-three .bottom-line .line:before,
.feature-block-three .bottom-line .line:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fd8e44;
  bottom: -3px;
  left: -6px;
}
.feature-block-three .bottom-line .line:after {
  left: auto;
  right: -6px;
}
.feature-block-three.version-two {
  background: #fd8e44;
  border-radius: 100px;
  overflow: hidden;
}
.feature-block-three.version-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/shape/shape_33.png) repeat-x center;
  z-index: -1;
  opacity: 0.7;
}
.feature-block-three.version-two .bottom-line .line {
  background: #fff;
}
.feature-block-three.version-two .bottom-line .line:before,
.feature-block-three.version-two .bottom-line .line:after {
  background: #fff;
}
.feature-block-three.version-two .card-style-three:before {
  border-color: #fff;
}
.feature-block-three.version-two .card-style-three .text-meta {
  background: url(../images/assets/bg_12.jpg) no-repeat center bottom;
  background-size: cover;
}
.feature-block-three.version-two .card-style-three .text-meta h4,
.feature-block-three.version-two .card-style-three .text-meta p {
  color: #fff;
}
.feature-block-three.version-two .card-style-three .numb {
  background: #000;
}
.feature-block-three.version-two .card-style-three:hover .text-meta {
  background: url(../images/assets/bg_13.jpg) no-repeat center bottom;
  background-size: cover;
}
.feature-block-four {
  border-top: 50px solid #fd8e44;
}
.feature-block-four:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: url(../images/assets/bg_06.png) repeat center;
  left: 0;
  top: -50px;
  z-index: -1;
}
.feature-block-four .card-wrapper {
  margin-top: -175px;
}
.feature-block-four .shape_01 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
}
.feature-block-four .shape_02 {
  right: 0;
  top: 75px;
  max-width: 6%;
}
.feature-block-four .shape_03 {
  top: -56%;
  right: 0;
  max-width: 19%;
}
.feature-block-five {
  background: url(../images/media/img_44.jpg) no-repeat center;
  background-size: cover;
  border-radius: 0 100px 100px 100px;
}
.counter-section-one {
  background: #f3eae8;
}
.counter-section-one:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/assets/bg_01.png) repeat;
  z-index: -1;
}
.tracking-section form input,
.tracking-section form .nice-select {
  border: 1px solid #c8cccd;
  background: #fff;
  color: #6e797b;
  font-size: 16px;
  font-weight: 500;
  height: 85px;
  line-height: 83px;
  padding: 0 20px;
}
.tracking-section form .nice-select:after {
  right: 15px;
}
.tracking-section form .nice-select .list {
  padding: 0;
  border-radius: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tracking-section form .nice-select li {
  line-height: 35px;
  font-size: 1em;
  margin-top: 2px;
}
.tracking-section form .nice-select li:hover,
.tracking-section form .nice-select li.selected.focus {
  background: #104b59;
  color: #fff;
}
.tracking-section form .btn-one {
  line-height: 85px;
  width: 212px;
}
.tracking-section form .btn-one i {
  font-size: 1.1em;
  vertical-align: -4px;
  margin-left: 5px;
}
.tracking-section .instruction li {
  font-size: 16px;
  color: rgba(16, 75, 89, 0.8);
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
}
.tracking-section .instruction li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #fd8e44;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.tracking-section .widget-banner {
  border-radius: 5px;
  padding: 28px 40px 30px;
}
.tracking-section .widget-banner h6 {
  font-size: 20px;
  font-weight: 600;
}
.tracking-section .widget-banner p {
  font-size: 14px;
  line-height: 26px;
  padding: 10px 0 0;
}
.tracking-section .widget-banner a {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 37px;
  border-radius: 5px;
  background: #104b59;
  padding: 0 24px;
}
.tracking-section .widget-banner a:hover {
  background: #fd8e44;
}
.sidebar-one .p-lr {
  padding-left: 50px;
  padding-right: 50px;
}
.sidebar-one .border-30 {
  border-radius: 30px;
}
.sidebar-one .title {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #ced4d5;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.sidebar-one .category-list-one {
  padding-top: 47px;
  padding-bottom: 38px;
  background: #ebf3f5;
}
.sidebar-one .category-list-one li {
  margin-bottom: 9px;
}
.sidebar-one .category-list-one li li:last-child {
  margin-bottom: 0;
}
.sidebar-one .category-list-one li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #104b59;
  padding: 11px 25px;
  background: #efe8e3;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.sidebar-one .category-list-one li a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.sidebar-one .category-list-one li a:hover,
.sidebar-one .category-list-one li a.active {
  background: #fd8e44;
  color: #fff;
}
.sidebar-one .category-list-one li a:hover:before,
.sidebar-one .category-list-one li a.active:before {
  opacity: 1;
}
.sidebar-one .emergency-banner {
  padding-top: 30px;
  padding-bottom: 35px;
  background: #577177;
}
.sidebar-one .emergency-banner h4 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.sidebar-one .emergency-banner p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 13px;
}
.sidebar-one .emergency-banner .call {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.sidebar-one .emergency-banner .call:hover {
  text-decoration: underline;
}
.sidebar-one .emergency-banner .shape_01 {
  right: 15px;
  bottom: 15px;
  max-width: 29%;
}
.sidebar-one .contact-banner {
  background: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 50px 0px rgba(195, 195, 195, 0.35);
  padding-top: 72px;
  padding-bottom: 45px;
}
.sidebar-one .contact-banner h3 {
  font-size: 24px;
  line-height: 1.25em;
  margin-bottom: 18px;
}
.sidebar-one .contact-banner p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
}
.sidebar-one .circle-shape {
  width: 386px;
  height: 386px;
  background: #fff2e9;
  left: -100px;
  bottom: -100px;
}
.sidebar-one .info-list {
  border: 1px solid #e4deda;
  padding: 40px 25px;
}
.sidebar-one .info-list li {
  background: #f3f1ef;
  border-radius: 5px;
  padding: 22px 20px;
  font-size: 22px;
  font-weight: 600;
  color: #104b59;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.sidebar-one .info-list li:last-child {
  margin-bottom: 0;
}
.sidebar-one .info-list li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #6d7d81;
  margin-top: -3px;
}
.sidebar-one .info-list li .icon {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-two .sidebar-bg {
  background: #fff6f0;
  border-radius: 5px;
  padding: 30px;
}
.sidebar-two .slider-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
}
.sidebar-two .sidebar-search form {
  height: 55px;
  position: relative;
}
.sidebar-two .sidebar-search form input {
  width: 100%;
  height: 100%;
  border: 1px solid #c8c8ca;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 55px 0 30px;
}
.sidebar-two .sidebar-search form button {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  right: 0;
  top: 0;
  font-size: 20px;
  background: #fd8e44;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.sidebar-two .sidebar-search form button:hover {
  background: #104b59;
}
.sidebar-two .sidebar-category li {
  margin-bottom: 10px;
}
.sidebar-two .sidebar-category li:last-child {
  margin-bottom: 0;
}
.sidebar-two .sidebar-category li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #104b59;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 20px;
  line-height: 45px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
.sidebar-two .sidebar-category li a span {
  float: right;
  opacity: 0;
  color: #fff;
}
.sidebar-two .sidebar-category li a:before {
  content: url(../images/shape/shape_49.png);
  position: absolute;
  left: 15px;
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.sidebar-two .sidebar-category li a.active,
.sidebar-two .sidebar-category li a:hover {
  background: #fd8e44;
  color: #fff;
  padding-left: 55px;
}
.sidebar-two .sidebar-category li a.active:before,
.sidebar-two .sidebar-category li a:hover:before {
  opacity: 1;
}
.sidebar-two .sidebar-category li a.active span,
.sidebar-two .sidebar-category li a:hover span {
  opacity: 1;
}
.sidebar-two .recent-post article {
  border-bottom: 1px solid #dedecf;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.sidebar-two .recent-post article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.sidebar-two .recent-post .post-img {
  margin: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.sidebar-two .recent-post .post-data {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.sidebar-two .recent-post .post-data .date {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #868787;
}
.sidebar-two .recent-post .post-data .blog-title h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.444em;
  margin: 0 0 10px;
}
.sidebar-two .recent-post .post-data .blog-title h3:hover {
  text-decoration: underline;
}
.sidebar-two .blog-keyword ul {
  margin: 0 -4px;
}
.sidebar-two .blog-keyword ul li {
  margin: 0 4px 10px;
}
.sidebar-two .blog-keyword ul li a {
  line-height: 28px;
  border: 1px solid #d2d5d2;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 500;
  color: #104b59;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out 0s;
}
.sidebar-two .blog-keyword ul li a:hover {
  background: #fd8e44;
  border-color: #fd8e44;
  color: #fff;
}
.faq-section .main-container {
  max-width: 1568px;
  margin: 0 auto;
  padding: 0 12px;
}
.faq-section .main-container .bg-wrapper {
  background: #fcf7f2;
  padding: 130px 12px 110px;
  border-radius: 30px;
}
.faq-section .main-container .faq-header {
  border-bottom: 1px solid #d0cac2;
  padding-bottom: 30px;
  margin-bottom: 44px;
}
.faq-section .main-container .faq-header h2 {
  font-size: 43px;
  line-height: 1.1627em;
  font-weight: 700;
  margin-bottom: 25px;
}
.faq-section .main-container h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 37px;
}
.faq-section .main-container .contact-info-text h5 {
  font-size: 28px;
  margin: 0;
}
.faq-section .main-container .contact-info-text h5 a {
  color: #fd8e44;
}
.faq-section .main-container .contact-info-text .support-btn {
  width: 107px;
  height: 107px;
  border: 2px solid #104b59;
  line-height: 103px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #104b59;
  margin-left: auto;
}
.faq-section .main-container .contact-info-text .support-btn:hover {
  background: #104b59;
  color: #fff;
}
.error-page h2 {
  font-size: 45px;
  font-weight: 600;
  margin: 60px 0 1px;
}
.error-page p {
  font-size: 20px;
  margin-bottom: 30px;
}
.error-page form {
  height: 70px;
  position: relative;
}
.error-page form input {
  width: 100%;
  height: 100%;
  border: 1px solid #e8e6e3;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 55px 0 30px;
}
.error-page form button {
  position: absolute;
  width: 84px;
  height: 70px;
  border-radius: 35px;
  right: 0;
  top: 0;
  font-size: 20px;
  background: #fd8e44;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.error-page form button:hover {
  background: #104b59;
}
.list-style-one li {
  color: #104b59;
  font-weight: 500;
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.list-style-one li:last-child {
  margin: 0;
}
.list-style-one li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 22px;
  position: absolute;
  display: block;
  left: 0;
  top: -3px;
}
.list-style-two .icon {
  width: 82px;
  height: 82px;
  border: 1px solid #d8d8d8;
  background: #ecfbfe;
  padding: 12px;
}
.list-style-two .text {
  width: calc(100% - 82px);
  padding-left: 25px;
}
.list-style-two .text h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.list-style-two .text p {
  line-height: 30px;
}
.list-style-two.version-two .icon {
  width: 95px;
  height: 95px;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 51px 0px rgba(145, 155, 158, 0.28);
}
.list-style-two.version-two .text {
  width: calc(100% - 95px);
}
.list-style-three li {
  color: #617980;
  font-size: 16px;
  line-height: 1.625em;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.list-style-three li:last-child {
  margin: 0;
}
.list-style-three li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  color: #fd8e44;
  font-size: 15px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.counter-box-one {
  color: #000;
}
.counter-box-one .main-count {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: -6px;
}
.counter-box-one p {
  margin: 0 0 0;
  font-size: 22px;
  line-height: 30px;
}
.pagination-one {
  margin: 0 -5px;
}
.pagination-one li {
  padding: 0 5px;
}
.pagination-one li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  border: 1px dashed #fff;
  background: #ede2da;
  color: #104b59;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-one li a:hover {
  background: #fd8e44;
  color: #fff;
}
.pagination-one li.active a {
  background: #fd8e44;
  color: #fff;
}
.pagination-one li:last-child a {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #000;
}
.pagination-two {
  margin: 0 -5px;
}
.pagination-two li {
  padding: 0 5px;
}
.pagination-two li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  border: 1px dashed #fff;
  background: #f6e7d3;
  color: #104b59;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-two li a:hover {
  background: #fd8e44;
  color: #fff;
}
.pagination-two li.active a {
  background: #fd8e44;
  color: #fff;
}
.pagination-two li:last-child a {
  background: #42666f;
  color: #fff;
}
.accordion-style-one .accordion-item {
  background: #fff;
  position: relative;
  margin: 0 0 18px;
  z-index: 2;
  border: 1px solid #104b59;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.accordion-style-one .accordion-item:last-child {
  margin: 0;
}
.accordion-style-one .accordion-item .accordion-button {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  font-weight: 600;
  font-size: 22px;
  color: #104b59;
  padding: 17px 60px 17px 27px;
  position: relative;
  border-radius: 3px;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 18px;
  border-radius: 10px 10px 0 0;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed):before {
  background: #fd8e44;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed):after {
  content: "";
}
.accordion-style-one .accordion-item .accordion-button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  background: none;
  position: absolute;
  right: 25px;
  top: 23px;
  transform: none;
}
.accordion-style-one .accordion-item .accordion-button:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background: #104b59;
  border-radius: 50%;
  right: 22px;
  top: 14px;
}
.accordion-style-one .accordion-item .accordion-body {
  padding: 10px 60px 40px 27px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.accordion-style-one .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 1.875em;
  margin: 0;
  color: #777f81;
}
.accordion-style-one .accordion-item:has(.show) {
  border-radius: 10px;
}
.card-style-one {
  background: #faf7f6;
  padding: 60px 35px 40px;
  overflow: hidden;
}
.card-style-one .icon {
  width: 130px;
  height: 130px;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 -3px 0 #fd8e44;
}
.card-style-one h4 {
  font-weight: 700;
  font-size: 24px;
  margin: 36px 0 9px;
}
.card-style-one:before,
.card-style-one:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  z-index: -1;
  top: 0;
  left: 0;
  background: #fd8e44;
  transform: translateX(-100%) rotate(15deg);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.card-style-one:after {
  left: auto;
  right: 0;
  transform: translateX(100%) rotate(-15deg);
}
.card-style-one:hover {
  background: #fff;
}
.card-style-one:hover h4,
.card-style-one:hover p {
  color: #fff;
}
.card-style-one:hover:before,
.card-style-one:hover:after {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.card-style-one.round-border {
  border-radius: 50px;
}
.card-style-one.version-two:before {
  width: 100%;
  transform: none;
}
.card-style-one.version-two:after {
  width: 100%;
  transform: none;
  background: url(../images/shape/shape_30.png) no-repeat center;
  background-size: cover;
}
.card-style-one.version-two:hover .icon {
  box-shadow: none;
}
.card-style-two .media-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  height: 560px;
  overflow: hidden;
  position: relative;
}
.card-style-two .media-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  opacity: 0;
  top: 0;
  left: 0;
  background: rgba(16, 75, 89, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
.card-style-two .info-meta {
  width: 336px;
  height: 336px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: -215px auto 0;
  padding: 47px 30px 30px;
}
.card-style-two .info-meta:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border: 2px dashed #fd8e44;
  z-index: -1;
}
.card-style-two .info-meta .icon {
  height: 75px;
}
.card-style-two .info-meta .icon img {
  max-height: 100%;
}
.card-style-two .info-meta h4 {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0 0;
}
.card-style-two .info-meta p {
  line-height: 30px;
  margin-bottom: 25px;
}
.card-style-two:hover .media-bg:before {
  height: 100%;
  opacity: 1;
}
.card-style-two.version-two .media-bg {
  height: 438px;
}
.card-style-two.version-two .info-meta {
  margin: 0 auto -240px;
  border-radius: 30px;
}
.card-style-two.shadow-style .info-meta {
  box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
}
.card-style-three {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
.card-style-three::before {
  content: "";
  position: absolute;
  width: 277px;
  height: 277px;
  border: 1px solid #e3d6c5;
  border-radius: 50%;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.card-style-three .numb {
  width: 60px;
  height: 60px;
  background: #fd8e44;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.card-style-three .text-meta {
  background: url(../images/assets/bg_03.jpg) no-repeat center bottom;
  background-size: cover;
  min-height: 258px;
  padding: 35px 30px 95px;
  border: 1px solid #e7e7e7;
  border-radius: 50px 0 50px 50px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-three .text-meta h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 17px;
}
.card-style-three .text-meta p {
  font-size: 15px;
  line-height: 28px;
}
.card-style-three .text-meta .place {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #151a1b;
  border-radius: 3px;
  line-height: 21px;
  padding: 0 6px;
  left: 19px;
  bottom: -11px;
  z-index: 1;
}
.card-style-three .img-meta {
  width: 175px;
  height: 175px;
  border: 8px solid #fff;
  position: relative;
  z-index: 1;
  margin: -90px auto 0;
}
.card-style-three:hover .text-meta {
  border-radius: 0 50px 50px 50px;
}
.card-style-four {
  background: #fff5ef;
  border-radius: 50px;
  padding: 38px 40px;
  position: relative;
  z-index: 1;
}
.card-style-four:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-four .info-meta {
  width: calc(100% - 175px);
  padding-right: 30px;
  padding-left: 10px;
}
.card-style-four .info-meta .icon {
  height: 72px;
}
.card-style-four .info-meta .icon img {
  max-height: 100%;
}
.card-style-four .info-meta h4 {
  font-size: 24px;
  font-weight: 700;
  padding: 25px 0 0;
}
.card-style-four .info-meta p {
  line-height: 30px;
  margin-bottom: 25px;
}
.card-style-four .media-bg {
  width: 175px;
  height: 100%;
  min-height: 240px;
  border-radius: 77px;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-style-four:hover {
  box-shadow: 2px 0 0 #fd8e44;
}
.card-style-four:hover:before {
  box-shadow: -2px 0 0 #fd8e44;
}
.card-style-five {
  padding: 37px 30px 40px;
  border-radius: 5px;
  border: 1px solid #ede7e4;
  box-shadow: 0px 8px 18px 0px rgba(214, 214, 214, 0.45);
  background: #fff;
}
.card-style-five .icon {
  height: 60px;
}
.card-style-five .icon img {
  max-height: 100%;
}
.card-style-five h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 15px;
}
.card-style-five p {
  font-size: 16px;
  line-height: 30px;
}
.pr-table-one {
  overflow: hidden;
  background: #fee8da;
  border-radius: 30px;
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  padding: 30px 20px 20px;
}
.pr-table-one:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #f2d3c0;
  transform: rotate(45deg) translateX(-50%);
  left: 45%;
  bottom: -118px;
  transition: all 0.3s ease-in-out 0s;
}
.pr-table-one .price {
  width: 96px;
  height: 96px;
  border: 1px solid #dedeb7;
  background: #fff;
  font-weight: 700;
  font-size: 22px;
  color: #30301e;
}
.pr-table-one .plan-name {
  font-size: 24px;
  font-weight: 600;
  margin: 18px 0 10px;
}
.pr-table-one .plan-duration {
  font-size: 14px;
  font-weight: 600;
  color: #fd8e44;
  line-height: 22px;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #fd8e44;
}
.pr-table-one ul {
  padding-top: 30px;
  margin-top: 24px;
  margin-bottom: 37px;
}
.pr-table-one ul:before {
  content: "";
  position: absolute;
  width: 174px;
  height: 1px;
  background: #192c27;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pr-table-one ul li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(16, 75, 89, 0.8);
  transition: all 0.3s ease-in-out 0s;
}
.pr-table-one .btn-three {
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  width: 135px;
  min-width: auto;
  padding: 0;
}
.pr-table-one .btn-three:before {
  background: #fd8e44;
}
.pr-table-one .shape_01 {
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
}
.pr-table-one .shape_02 {
  right: 0;
  bottom: 30px;
  opacity: 0;
}
.pr-table-one .shape_03 {
  left: 0;
  bottom: 30px;
  opacity: 0;
}
.pr-table-one:hover {
  background: #000b0e;
}
.pr-table-one:hover:before {
  background: #0a2c35;
}
.pr-table-one:hover .shape_02,
.pr-table-one:hover .shape_03 {
  opacity: 1;
}
.pr-table-one:hover .plan-name,
.pr-table-one:hover ul li {
  color: #fff;
}
.service-section-one {
  background: #bfd6dc;
}
.service-section-one:before,
.service-section-one:after {
  content: "";
  position: absolute;
  width: calc(50% - 100px);
  height: 1px;
  background: #cce9f1;
  bottom: 165px;
  left: 0;
}
.service-section-one:after {
  left: auto;
  right: 0;
}
.service-section-one .slider-arrows li {
  width: 70px;
  height: 70px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.service-section-one .slider-arrows li .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
.service-section-one .slider-arrows li .icon-white {
  opacity: 0;
}
.service-section-one .slider-arrows li:hover {
  background: #fd8e44;
  border-color: #fd8e44;
}
.service-section-one .slider-arrows li:hover .icon-dark {
  opacity: 0;
}
.service-section-one .slider-arrows li:hover .icon-white {
  opacity: 1;
}
.service-section-two {
  background: #104b59;
}
.service-section-two.version-two::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 105px;
  background: #104b59;
  left: 0;
  top: -102px;
  z-index: -1;
}
.service-section-two.version-two::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 105px;
  background: #104b59;
  left: 0;
  bottom: -102px;
  z-index: -1;
}
.service-details-content h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-details-content p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #617980;
}
.service-details-content .text {
  width: calc(100% - 260px);
}
.service-details-content h4 {
  font-size: 28px;
  line-height: 1.357em;
  font-weight: 600;
}
.service-details-content h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-details-content .main-media {
  width: 260px;
  height: 260px;
}
.service-details-content .mark-bg {
  background: #eff3f4;
  padding: 40px 40px 50px;
}
.service-details-content .mark-bg.bg-two {
  background: #fff9f5;
}
.service-details-content .card-style-five p {
  font-size: 16px;
  line-height: 30px;
}
.service-details-content .pagination-footer .icon-bg {
  width: 95px;
  height: 95px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-details-content .pagination-footer .icon-bg .icon {
  width: 45px;
  height: 45px;
  background: rgba(253, 142, 68, 0.8);
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.service-details-content .pagination-footer .icon-bg:hover .icon {
  background: #fd8e44;
}
.service-details-content .pagination-footer .page-name {
  width: calc(100% - 95px);
  padding-left: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #104b59;
}
.service-details-content .pagination-footer .social-icon {
  margin: 0 -5px;
}
.service-details-content .pagination-footer .social-icon li {
  padding: 0 5px;
}
.service-details-content .pagination-footer .social-icon li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ececec;
  background: #fff;
  color: #104b59;
  font-size: 17px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 1;
}
.service-details-content .pagination-footer .social-icon li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: scale(0);
  background: #fd8e44;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.service-details-content .pagination-footer .social-icon li a:hover {
  color: #fff;
}
.service-details-content .pagination-footer .social-icon li a:hover:before {
  transform: scale(1);
}
.project-section-one {
  background: #f3eae8;
}
.project-section-one.bg-two {
  background: url(../images/assets/bg_09.jpg) repeat-x center bottom;
}
.project-section-one.bg-two .slider-arrows li {
  border-color: #fff;
}
.project-section-one.bg-two .slider-arrows li:hover {
  background: #fff;
}
.project-section-one.bg-two .section-title {
  color: #fd8e44;
  text-shadow: 0 0 1px #fff1e8;
  z-index: -1;
}
.project-section-one:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.project-section-one .slider-arrows {
  position: relative;
  margin-top: 130px;
}
.project-section-one .slider-arrows:before,
.project-section-one .slider-arrows:after {
  content: "";
  position: absolute;
  width: calc(50% - 100px);
  height: 1px;
  background: #fff;
  bottom: 35px;
  left: 0;
}
.project-section-one .slider-arrows:after {
  left: auto;
  right: 0;
}
.project-section-one .slider-arrows li {
  width: 70px;
  height: 70px;
  border: 1px solid #e9d5c7;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.project-section-one .slider-arrows li .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
.project-section-one .slider-arrows li .icon-white {
  opacity: 0;
}
.project-section-one .slider-arrows li:hover {
  background: #fd8e44;
  border-color: #fd8e44;
}
.project-section-one .slider-arrows li:hover .icon-dark {
  opacity: 0;
}
.project-section-one .slider-arrows li:hover .icon-white {
  opacity: 1;
}
.project-section-one .section-title {
  font-size: 250px;
  line-height: 0.5em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 8%;
  z-index: -1;
}
.project-block-one {
  height: 505px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.project-block-one:before {
  content: "";
  opacity: 0.451;
  position: absolute;
  width: 100%;
  height: 38%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    360deg,
    rgba(219, 166, 92, 0.8) 0%,
    rgba(77, 77, 10, 0) 100%
  );
  z-index: -1;
}
.project-block-one .info {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  padding: 25px 25px 18px;
  overflow: hidden;
}
.project-block-one .info:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(219, 166, 92, 0.5);
  filter: blur(5px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.project-block-one .info .tags {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 23px;
  padding: 0 10px;
  background: #fd8e44;
}
.project-block-one .info h5 {
  font-size: 22px;
  line-height: 1.3636em;
  font-weight: 700;
  color: #fff;
  max-width: 265px;
  margin: 8px auto 0;
}
.project-block-one .icon {
  width: 60px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  background: #104b59;
  position: absolute;
  left: 0;
  top: 0;
}
.project-block-one:hover .info:before {
  opacity: 1;
}
.project-block-one:hover .icon {
  background: #fd8e44;
}
.project-block-one.version-two {
  height: 520px;
  border-radius: 30px;
  overflow: hidden;
}
.project-block-one.version-two::before {
  display: none;
}
.project-block-one.version-two .info {
  width: 295px;
  height: 295px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  bottom: 0;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.project-block-one.version-two .info:before {
  background: rgba(253, 142, 68, 0.5);
}
.project-block-one.version-two .info .icon {
  width: 68px;
  height: 68px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  position: static;
  color: #104b59;
  font-size: 25px;
  margin-top: 20px;
}
.project-block-one.version-two:hover .info .icon {
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #fff;
}
.project-details .img-1 {
  border-radius: 30px;
}
.project-details .img-2 {
  border-radius: 5px;
}
.project-details h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 32px 0 25px;
}
.project-details h3 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 17px;
}
.project-details h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 25px;
}
.project-details .list-style-one li {
  font-size: 16px;
  font-weight: normal;
}
.feedback-section-one {
  background: url(../images/assets/bg_08.jpg) no-repeat center;
  background-size: cover;
}
.feedback-section-one .img-meta {
  padding: 0 50px;
}
.feedback-section-one .img-meta:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  bottom: -11px;
  border: 11px solid #fff;
  border-radius: 110px 0 110px 110px;
  z-index: -1;
  background: #fd8e44;
}
.feedback-section-one .img-meta .shape_01 {
  right: -14%;
  top: 4%;
}
.feedback-section-one .slider-bg-wrapper {
  background: #fff;
  border-radius: 0 60px 60px 60px;
  padding: 48px 30px 45px 70px;
}
.feedback-section-one .slider-bg-wrapper blockquote {
  font-size: 32px;
  line-height: 1.8125em;
  font-weight: 600;
  color: #104b59;
  margin: 20px 0 55px;
}
.feedback-section-one .slider-bg-wrapper h6 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.feedback-section-one .slider-bg-wrapper span {
  font-size: 16px;
  font-weight: 600;
  color: #fd8e44;
}
.feedback-section-one .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 15px;
  bottom: 18px;
  width: 50%;
  justify-content: center;
  background: #fff;
}
.feedback-section-one .slick-dots::before,
.feedback-section-one .slick-dots:after {
  content: "";
  background: linear-gradient(
    90deg,
    rgb(255, 236, 196) 0%,
    rgb(255, 179, 54) 48%,
    rgb(255, 236, 196) 100%
  );
  position: absolute;
  width: 111px;
  height: 3px;
  top: calc(50% - 1px);
  left: 0;
}
.feedback-section-one .slick-dots:after {
  right: 0;
  left: auto;
}
.feedback-section-one .slick-dots button {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #d0c1a2;
}
.feedback-section-one .slick-dots .slick-active button {
  background: #fd8e44;
  transform: scale(1.3);
}
.feedback-section-two {
  background: url(../images/assets/bg_14.jpg) no-repeat center;
  background-size: cover;
  border-radius: 100px;
}
.feedback-section-two .counter-bg-wrapper {
  background: #ffad77;
  border-radius: 100px;
  padding: 55px 12px 85px;
  margin-top: -130px;
}
.feedback-section-two .shape_01 {
  right: 26%;
  top: 1%;
  max-width: 14%;
  animation: rotated 95s infinite linear;
}
.feedback-section-two .slick-dots {
  position: relative;
  justify-content: center;
  margin-top: 65px;
  padding: 0;
}
.feedback-section-two .slick-dots::before,
.feedback-section-two .slick-dots:after {
  content: "";
  background: linear-gradient(
    90deg,
    rgb(255, 236, 196) 0%,
    rgb(255, 179, 54) 48%,
    rgb(255, 236, 196) 100%
  );
  position: absolute;
  width: 111px;
  height: 3px;
  top: calc(50% - 1px);
  left: calc(45% - 111px);
}
.feedback-section-two .slick-dots:after {
  right: calc(45% - 111px);
  left: auto;
}
.feedback-section-two .slick-dots button {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #d0c1a2;
}
.feedback-section-two .slick-dots .slick-active button {
  background: #fd8e44;
  transform: scale(1.3);
}
.feedback-section-two .slider-arrows {
  position: absolute;
  right: 0;
  top: 65px;
}
.feedback-section-two .slider-arrows li {
  width: 70px;
  height: 70px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  z-index: 1;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.feedback-section-two .slider-arrows li .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
.feedback-section-two .slider-arrows li .icon-white {
  opacity: 0;
}
.feedback-section-two .slider-arrows li:hover {
  background: #000;
  border-color: #000;
}
.feedback-section-two .slider-arrows li:hover .icon-dark {
  opacity: 0;
}
.feedback-section-two .slider-arrows li:hover .icon-white {
  opacity: 1;
}
.feedback-block-one {
  padding: 95px 45px 45px;
  background: #fff;
  border: 1px solid #d9cfb5;
  border-radius: 60px;
  box-shadow: 0 -4px 0 #fd8e44;
}
.feedback-block-one .img-meta {
  width: 95px;
  height: 95px;
  position: absolute;
  border: 3px solid #fff;
  top: -32px;
  left: -6px;
  z-index: 1;
}
.feedback-block-one blockquote {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.727em;
  color: #104b59;
  margin-bottom: 40px;
}
.feedback-block-one h6 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.feedback-block-one span {
  font-size: 16px;
  font-weight: 600;
  color: #fd8e44;
}
.feedback-block-one .icon {
  width: 64px;
  height: 64px;
}
.blog-section-one {
  background: #f3eae8;
}
.blog-section-two {
  background: #eafbff;
  border-radius: 100px;
  margin-top: -100px;
}
.blog-section-two .fancy-banner-one {
  margin-bottom: -118px;
}
.blog-section-two .shape_01 {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.blog-meta-one {
  position: relative;
  z-index: 1;
}
.blog-meta-one .img-meta {
  height: 263px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-meta-one .post-info {
  background: #104b59;
  position: relative;
  padding-left: 45px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.blog-meta-one .post-info:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: -5px;
  top: 0;
  background: #104b59;
}
.blog-meta-one .post-info:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: #305632;
  left: -2px;
  top: -6px;
  z-index: -1;
}
.blog-meta-one .post-info .tags {
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.blog-meta-one .post-info .tags:before {
  content: "";
  position: absolute;
  width: 24px;
  height: calc(100% + 4px);
  bottom: 0px;
  right: 127px;
  transform: skew(19deg);
  background: #fd8e44;
}
.blog-meta-one .post-info .tags:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 4px;
  background: #104b59;
  right: -15px;
  top: -4px;
  z-index: -1;
}
.blog-meta-one .post-info .tags li:last-child {
  position: relative;
  margin-top: -2px;
}
.blog-meta-one .post-info .tags li:last-child:before {
  content: url(../images/shape/shape_09.png);
  position: absolute;
  top: -18px;
  left: -69px;
}
.blog-meta-one .post-info a {
  transition: all 0.3s ease-in-out 0s;
}
.blog-meta-one .post-info i {
  margin-left: 13px;
}
.blog-meta-one .post-info a:hover {
  color: #fd8e44;
}
.blog-meta-one .post-meta {
  background: #fff;
  padding: 23px 15px 28px 45px;
  border-right: 4px solid #fd8e44;
}
.blog-meta-one .post-meta .post-author {
  margin: 0 -8px;
}
.blog-meta-one .post-meta .post-author li {
  margin: 8px 8px 0;
  display: flex;
  align-items: center;
  color: #fd8e44;
}
.blog-meta-one .post-meta .post-author li i {
  font-size: 15px;
  margin-right: 5px;
}
.blog-meta-one .post-meta .post-author li a {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out 0s;
}
.blog-meta-one .post-meta .post-author li a:hover {
  border-bottom: 1px dashed #fd8e44;
}
.blog-meta-one .post-meta .blog-title {
  font-size: 20px;
  line-height: 1.35em;
  font-weight: 600;
  margin: 12px 0 0;
}
.blog-meta-one .post-meta .blog-title:hover a {
  text-decoration: underline;
}
.blog-meta-one.version-two {
  background: #fff;
  border-radius: 30px 30px 0 0;
}
.blog-meta-one.version-two .img-meta {
  border-radius: 30px;
}
.blog-meta-one.version-two .post-meta {
  padding-left: 30px;
  border: none;
}
.blog-meta-one.version-two .post-meta .blog-title {
  margin-top: 20px;
}
.blog-meta-one.version-two .post-meta p {
  font-size: 16px;
  line-height: 28px;
  margin: 17px 0 0;
}
.blog-meta-one.version-two .post-info {
  background: #000;
  padding-left: 30px;
}
.blog-meta-one.version-two .post-info:before,
.blog-meta-one.version-two .post-info:after {
  background: #000;
}
.blog-meta-one.version-two .post-info .tags:after {
  bottom: 0;
  height: auto;
  background: #fd8e44;
  width: 128px;
}
.blog-meta-one.version-two .post-info .tags:before {
  right: 106px;
}
.blog-meta-one.version-two .post-info .tags li:last-child:before {
  display: none;
}
.blog-meta-one.version-two .post-info a:hover {
  color: #fff;
  text-decoration: underline;
}
.blog-meta-one.version-two.bg-color-light {
  background: #f6f3f1;
}
.blog-meta-one.version-two.bg-color-light .post-meta {
  background: #f6f3f1;
}
.blog-meta-two {
  background: #fff6f0;
  border-radius: 30px 30px 0 0;
}
.blog-meta-two .img-meta {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.blog-meta-two .post-meta {
  background: #fff6f0;
  padding: 30px 40px 10px 40px;
}
.blog-meta-two .post-meta .post-author {
  margin: 0 -8px;
  background: #fff;
  padding: 0 15px 6px 0;
  position: relative;
  border-radius: 0 30px 30px 0;
}
.blog-meta-two .post-meta .post-author:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  left: -40px;
  top: 0;
  background: #fff;
}
.blog-meta-two .post-meta .post-author li {
  margin: 6px 8px 0;
  display: flex;
  align-items: center;
  color: #fd8e44;
}
.blog-meta-two .post-meta .post-author li i {
  font-size: 15px;
  margin-right: 5px;
}
.blog-meta-two .post-meta .post-author li a {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out 0s;
}
.blog-meta-two .post-meta .post-author li a:hover {
  border-bottom: 1px dashed #fd8e44;
}
.blog-meta-two .post-meta .blog-title {
  font-size: 30px;
  line-height: 1.26666em;
  font-weight: 600;
  margin: 10px 0 20px;
}
.blog-meta-two .post-meta .blog-title:hover a {
  text-decoration: underline;
}
.blog-meta-two .post-meta p {
  font-size: 16px;
  line-height: 30px;
}
.blog-meta-two .post-info {
  background: #ede2da;
  position: relative;
  padding-left: 45px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #104b59;
}
.blog-meta-two .post-info:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: -5px;
  top: 0;
  background: #ede2da;
}
.blog-meta-two .post-info:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: #8f9fa2;
  left: -2px;
  top: -6px;
  z-index: -1;
}
.blog-meta-two .post-info .tags {
  line-height: 37px;
  position: relative;
  z-index: 1;
}
.blog-meta-two .post-info .tags:before {
  content: "";
  position: absolute;
  width: 24px;
  height: calc(100% + 4px);
  bottom: 0;
  right: 127px;
  transform: skew(19deg);
  background: #fd8e44;
}
.blog-meta-two .post-info .tags:after {
  content: "";
  position: absolute;
  width: 150px;
  background: #104b59;
  right: -15px;
  top: -4px;
  bottom: 0;
  z-index: -1;
}
.blog-meta-two .post-info .tags li:last-child {
  color: #fff;
  margin-top: -2px;
  position: relative;
}
.blog-meta-two .post-info .tags li:last-child:before {
  content: url(../images/shape/shape_47.png);
  position: absolute;
  top: -21px;
  left: -70px;
}
.blog-meta-two .post-info .tags li:last-child i {
  margin-left: 6px;
  margin-right: 0;
}
.blog-meta-two .post-info a {
  transition: all 0.3s ease-in-out 0s;
}
.blog-meta-two .post-info i {
  margin-right: 8px;
}
.blog-meta-two .post-info a:hover {
  color: #fd8e44;
}
.blog-details .post-meta .blog-title {
  margin-top: 20px;
}
.blog-details h5 {
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0 12px;
}
.blog-details .list-item {
  margin: 35px 0 20px;
}
.blog-details .list-item li {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
  margin-top: 15px;
}
.blog-details .list-item li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #fd8e44;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.blog-details .post-info-meta {
  margin-top: 50px;
}
.blog-details .post-info-meta strong {
  font-size: 18px;
  font-weight: 600;
  color: #104b59;
  display: block;
  margin-right: 10px;
}
.blog-details .post-info-meta .categories a {
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
  background: #fff;
  border: 1px solid #d2d5d2;
  border-radius: 3px;
  padding: 0 12px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.blog-details .post-info-meta .categories a:hover {
  background: #104b59;
  border-color: #104b59;
  color: #fff;
}
.blog-details .post-info-meta .tags {
  background: #041b20;
  border-radius: 3px;
  padding: 0 9px 0 12px;
}
.blog-details .post-info-meta .tags a {
  line-height: 29px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-right: 3px;
  transition: all 0.3s ease-in-out 0s;
}
.blog-details .post-info-meta .tags a:hover {
  color: #fd8e44;
  text-decoration: underline;
}
.blog-details .author-info {
  border: 1px solid #d2d5d2;
  border-radius: 30px;
  padding: 30px 30px;
  margin-top: 50px;
  background: #fff;
}
.blog-details .author-info .author-img {
  width: 130px;
  border-radius: 5px;
}
.blog-details .author-info .text {
  width: calc(100% - 130px);
  padding-right: 25px;
}
.blog-details .author-info .text .name {
  font-size: 21px;
  font-weight: 600;
  color: #104b59;
  margin-bottom: 11px;
}
.blog-details .author-info .text p {
  line-height: 26px;
  margin-bottom: 20px;
}
.blog-details .author-info .text .social-icon {
  margin: 0 -5px;
}
.blog-details .author-info .text .social-icon li {
  padding: 0 5px;
}
.blog-details .author-info .text .social-icon li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4ede9;
  color: #433838;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 1;
}
.blog-details .author-info .text .social-icon li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: scale(0);
  background: #fd8e44;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.blog-details .author-info .text .social-icon li a:hover {
  color: #fff;
}
.blog-details .author-info .text .social-icon li a:hover:before {
  transform: scale(1);
}
.blog-details h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 50px 0 40px;
}
.blog-details .user-comment-box {
  border-bottom: 1px solid #ddddc6;
  padding-bottom: 48px;
  margin-bottom: 35px;
}
.blog-details .user-comment-box .user-img {
  width: 103px;
  height: 103px;
}
.blog-details .user-comment-box .comment {
  width: calc(100% - 103px);
  padding: 0 70px 0 26px;
  position: relative;
}
.blog-details .user-comment-box .comment h6 {
  font-size: 18px;
  font-weight: 700;
}
.blog-details .user-comment-box .comment p {
  margin-bottom: 8px;
}
.blog-details .user-comment-box .comment .date {
  font-size: 14px;
}
.blog-details .user-comment-box .comment .reply-btn {
  width: 57px;
  line-height: 23px;
  background: #dbd0c9;
  border-radius: 3px;
  text-align: center;
  color: #15171a;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
}
.blog-details .user-comment-box .comment .reply-btn:hover {
  background: #fd8e44;
  color: #fff;
}
.blog-details .user-comment-box.reply-comment {
  margin-left: 75px;
}
.blog-details .comment-form form input {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background: #fff;
  color: #6e797b;
  font-size: 15px;
  height: 60px;
  padding: 0 20px;
}
.blog-details .comment-form form textarea {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background: #fff;
  color: #6e797b;
  font-size: 15px;
  min-height: 195px;
  padding: 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;
}
.appointment-section-one:before {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/assets/bg_10.jpg) no-repeat left top;
  background-size: cover;
  z-index: -1;
  border-radius: 0 0 100px 0;
}
.appointment-section-one form input,
.appointment-section-one form .nice-select {
  border: none;
  background: #fff;
  color: #6e797b;
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
}
.appointment-section-one form .nice-select:after {
  right: 15px;
}
.appointment-section-one form .nice-select .list {
  padding: 0;
  border-radius: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.appointment-section-one form .nice-select li {
  line-height: 35px;
  font-size: 1em;
  margin-top: 2px;
}
.appointment-section-one form .nice-select li:hover,
.appointment-section-one form .nice-select li.selected.focus {
  background: #104b59;
  color: #fff;
}
.appointment-section-one form textarea {
  border: none;
  background: #fff;
  color: #6e797b;
  font-size: 14px;
  font-weight: 500;
  height: 128px;
  padding: 20px;
}
.appointment-section-one form button {
  font-size: 16px;
}
.appointment-section-one .email-banner {
  background: #3d8393;
  border: 1px solid #fff;
  border-radius: 5px 85px 85px 5px;
  padding: 45px 90px 45px 25px;
}
.appointment-section-one .email-banner .icon {
  width: 78px;
  height: 78px;
  font-size: 32px;
  background: #fff;
  color: #fd8e44;
}
.appointment-section-one .email-banner .text {
  width: calc(100% - 78px);
  padding-left: 35px;
}
.appointment-section-one .email-banner .text h6 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}
.appointment-section-one .email-banner .text .email {
  font-size: 18px;
  color: #fff;
}
.appointment-section-one .email-banner .text .email:hover {
  text-decoration: underline;
}
.appointment-section-one .email-banner .star-shape {
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 22%;
}
.appointment-section-one .media-bg {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 0 0 100px;
}
.appointment-section-one .media-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  top: 0;
  background: #fd8e44;
  z-index: -1;
}
.appointment-section-one.version-two:before {
  width: 80%;
}
.appointment-section-one.version-two .media-bg {
  bottom: 8%;
}
.appointment-section-two form input {
  border: 1px solid #c8cccd;
  border-radius: 5px;
  background: #fff;
  color: #6e797b;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  padding: 0 20px;
}
.appointment-section-two form textarea {
  border: 1px solid #c8cccd;
  border-radius: 5px;
  background: #fff;
  color: #6e797b;
  font-size: 16px;
  font-weight: 500;
  min-height: 136px;
  padding: 20px;
}
.appointment-section-two .appointment-list {
  margin: 0 -5px;
}
.appointment-section-two .appointment-list li {
  position: relative;
  padding-left: 25px;
  margin: 12px 5px 0;
}
.appointment-section-two .appointment-list li input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
}
.appointment-section-two .appointment-list li label {
  font-size: 16px;
  font-weight: 600;
  color: rgba(16, 75, 89, 0.8);
  position: relative;
}
.appointment-section-two .appointment-list li label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #fd8e44;
  border-radius: 50%;
  left: -25px;
  top: 4px;
}
.appointment-section-two .appointment-list li label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fd8e44;
  left: -22px;
  top: 7px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.appointment-section-two .appointment-list li input:checked + label:after {
  opacity: 1;
}
.appointment-section-two #datepicker {
  border: 1px solid #ddd7d3;
  border-radius: 5px;
}
.appointment-section-two #datepicker .ui-datepicker-header {
  background: #104b59;
  border-radius: 5px 5px 0 0;
  padding: 18px 35px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.appointment-section-two #datepicker .ui-datepicker-header .ui-corner-all {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  text-align: center;
  cursor: pointer;
}
.appointment-section-two #datepicker .ui-datepicker-header .ui-corner-all span {
  display: none;
}
.appointment-section-two
  #datepicker
  .ui-datepicker-header
  .ui-corner-all:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  line-height: 60px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
}
.appointment-section-two
  #datepicker
  .ui-datepicker-header
  .ui-corner-all.ui-datepicker-prev {
  right: auto;
  left: 0;
}
.appointment-section-two
  #datepicker
  .ui-datepicker-header
  .ui-corner-all.ui-datepicker-prev:before {
  content: "";
}
.appointment-section-two #datepicker .ui-datepicker-calendar {
  width: calc(100% - 10px);
  margin: 35px 5px 30px;
  text-align: center;
}
.appointment-section-two #datepicker .ui-datepicker-calendar thead {
  font-size: 14px;
  font-weight: 600;
  color: rgba(16, 75, 89, 0.7);
}
.appointment-section-two #datepicker .ui-datepicker-calendar thead th {
  padding-bottom: 18px;
}
.appointment-section-two #datepicker .ui-datepicker-calendar tbody td {
  font-size: 16px;
  font-weight: 600;
}
.appointment-section-two #datepicker .ui-datepicker-calendar tbody td a {
  display: block;
  padding: 15px 0;
  position: relative;
  color: #104b59;
  transition: all 0.3s ease-in-out 0s;
}
.appointment-section-two #datepicker .ui-datepicker-calendar tbody td a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fd8e44;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.appointment-section-two
  #datepicker
  .ui-datepicker-calendar
  tbody
  td
  a.ui-state-active {
  color: #fff;
}
.appointment-section-two
  #datepicker
  .ui-datepicker-calendar
  tbody
  td
  a.ui-state-active:before {
  opacity: 1;
}
.contact-us {
  background: #f1f8fa;
}
.contact-us h2 {
  font-size: 43px;
  line-height: 1.1627em;
  font-weight: 700;
  margin-bottom: 12px;
}
.contact-us .contact-address-section {
  border-bottom: 1px solid #dadfe1;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.contact-us .contact-address-section .col-wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 25px 35px;
  margin-top: 35px;
}
.contact-us .contact-address-section .col-wrapper .icon {
  width: 85px;
  height: 85px;
  background: #fd8e44;
}
.contact-us .contact-address-section .col-wrapper .info {
  width: calc(100% - 85px);
  padding-right: 20px;
}
.contact-us .contact-address-section .col-wrapper .info h6 {
  font-weight: 700;
  font-size: 24px;
}
.contact-us .contact-address-section .col-wrapper .info ul li {
  font-size: 16px;
  font-weight: 500;
  color: #104b59;
}
.contact-us .contact-address-section .col-wrapper .info ul li a:hover {
  text-decoration: underline;
}
.contact-us .contact-address-section .col-wrapper .info p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
.contact-us .contact-address-section .contact-map-banner {
  border-radius: 30px;
  border: 9px solid #fff;
  overflow: hidden;
  min-height: 300px;
}
.contact-us .screen {
  position: absolute;
  bottom: 0;
  max-width: none;
  left: -35%;
}
.form-style-one .input-wrapper {
  position: relative;
}
.form-style-one .input-wrapper label {
  display: block;
  font-size: 16px;
  color: #104b59;
  padding-left: 20px;
  position: relative;
  margin-bottom: 12px;
}
.form-style-one .input-wrapper label i {
  position: absolute;
  left: 0;
  top: 3px;
}
.form-style-one .input-wrapper input {
  width: 100%;
  height: 60px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  font-size: 15px;
  padding: 0 25px;
}
.form-style-one .input-wrapper textarea {
  width: 100%;
  height: 170px;
  min-height: 170px;
  max-height: 170px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  font-size: 15px;
  padding: 25px;
}
.main-footer {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  line-height: 1.875em;
}
.main-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: 0;
  left: 0;
  background: url(../images/assets/bg_05.png) no-repeat center bottom;
  z-index: 0;
}
.main-footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(27, 23, 19, 0.9);
  z-index: -1;
}
.main-footer.bg-one {
  background: url(../images/media/img_25.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 105px;
}
.main-footer.bg-one .footer-title {
  margin-top: 15px;
}
.main-footer.bg-two {
  background: url(../images/media/img_37.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 235px;
  margin-top: -115px;
}
.main-footer.bg-two::after {
  display: none;
}
.main-footer.bg-two .footer-newsletter form input {
  background: #112c32;
}
.main-footer.bg-two.space-fix {
  padding-top: 125px;
  margin: 0;
}
.main-footer .footer-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
}
.main-footer .footer-intro.bg-color {
  background: #104b59;
  position: relative;
  z-index: 1;
  padding: 35px 30px;
}
.main-footer .footer-intro .contact-info li {
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
}
.main-footer .footer-intro .contact-info li a {
  margin-bottom: -2px;
}
.main-footer .footer-intro .contact-info li a:hover {
  text-decoration: underline;
}
.main-footer .footer-intro .contact-info li .icon {
  position: absolute;
  left: 0;
  top: 9px;
}
.main-footer .footer-intro .social-icon {
  margin: 27px -5px 0;
}
.main-footer .footer-intro .social-icon li {
  padding: 0 5px;
}
.main-footer .footer-intro .social-icon li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #433838;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 1;
}
.main-footer .footer-intro .social-icon li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: scale(0);
  background: #fd8e44;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.main-footer .footer-intro .social-icon li a:hover {
  color: #fff;
}
.main-footer .footer-intro .social-icon li a:hover:before {
  transform: scale(1);
}
.main-footer .footer-news li {
  padding-bottom: 28px;
  margin-bottom: 19px;
  border-bottom: 1px solid #383634;
}
.main-footer .footer-news li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.main-footer .footer-news article .date {
  font-size: 14px;
  color: #888;
}
.main-footer .footer-news article .blog-title a {
  font-size: 16px;
  line-height: 1.875em;
  font-weight: 600;
  color: #fff;
}
.main-footer .footer-news article .blog-title a:hover {
  text-decoration: underline;
}
.main-footer .footer-nav-link li {
  margin-bottom: 10px;
}
.main-footer .footer-nav-link li:last-child {
  margin: 0;
}
.main-footer .footer-nav-link li a {
  color: #fff;
}
.main-footer .footer-nav-link li a:hover {
  text-decoration: underline;
}
.main-footer .footer-newsletter form {
  position: relative;
  margin: 28px 0 42px;
}
.main-footer .footer-newsletter form input {
  width: 100%;
  height: 75px;
  background: #080705;
  padding: 0 68px 0 20px;
  color: #fff;
  border: none;
}
.main-footer .footer-newsletter form button {
  width: 55px;
  position: absolute;
  top: 10px;
  right: 15px;
  bottom: 15px;
  background: #fd8e44;
}
.main-footer .footer-newsletter .email {
  background: #1b1e1f;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding: 9px 10px 9px 65px;
}
.main-footer .footer-newsletter .email .icon {
  position: absolute;
  text-align: center;
  line-height: 48px;
  width: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #104b59;
}
.main-footer .footer-newsletter .email a:hover {
  text-decoration: underline;
}
.main-footer .bottom-footer {
  border-top: 1px solid #414141;
  padding: 55px 0;
  margin-top: 60px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.main-footer .bottom-footer a {
  color: #fff;
}
.main-footer .bottom-footer .shape_01 {
  top: -65px;
  left: 29%;
  animation: runSlow 32s infinite linear;
}
.main-footer .shape_02 {
  right: 5%;
  bottom: 93px;
  z-index: 1;
}
.team-section-one {
  background: url(../images/media/img_48.jpg) no-repeat center top;
  background-size: cover;
}
.team-section-one.style-one {
  margin-top: -100px;
}
.team-block-one .media-wrapper {
  padding: 60px 22px 0;
  overflow: hidden;
}
.team-block-one .media-wrapper img {
  border-radius: 50px 0 50px 50px;
}
.team-block-one .media-wrapper::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 150%;
  background: #104b59;
  left: -100%;
  top: 0;
  z-index: -1;
  transform: skewY(13deg);
  transition: all 0.3s ease-in-out 0s;
}
.team-block-one .media-wrapper::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 150%;
  background: #104b59;
  left: -100%;
  top: 76%;
  z-index: 0;
  transform: skewY(15deg);
  transition: all 0.3s ease-in-out 0s;
}
.team-block-one .media-wrapper .social-icon {
  margin: 0 -5px;
  position: absolute;
  left: 30px;
  bottom: 14px;
}
.team-block-one .media-wrapper .social-icon li {
  padding: 0 5px;
}
.team-block-one .media-wrapper .social-icon li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #433838;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 1;
}
.team-block-one .media-wrapper .social-icon li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: scale(0);
  background: #fd8e44;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.team-block-one .media-wrapper .social-icon li a:hover {
  color: #fff;
}
.team-block-one .media-wrapper .social-icon li a:hover:before {
  transform: scale(1);
}
.team-block-one .text {
  padding: 28px 15px;
  background: #fd8e44;
  border-radius: 0 0 50px 50px;
}
.team-block-one .text h6 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: -2px;
}
.team-block-one .text span {
  color: rgba(255, 255, 255, 0.8);
}
.team-block-one:hover .media-wrapper::before {
  transform: skewY(10deg);
}
.team-details {
  background: #ffe4d2;
}
.team-details .team-image {
  background-position: center top;
  background-size: cover;
  border-radius: 30px;
  min-height: 250px;
  height: 100%;
}
.team-details .circle-shape {
  width: 326px;
  height: 326px;
  background: #fdc8a5;
  left: -90px;
  bottom: -35px;
  z-index: -1;
}
.team-details .team-name {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: -2px;
}
.team-details .team-post {
  color: #fd8e44;
  margin-bottom: 24px;
}
.team-details p {
  font-size: 16px;
  line-height: 28px;
}
.team-details .contact-info-bg {
  background: #fff;
  border-radius: 30px;
  border: 1px solid #c5c5a1;
  padding: 23px 22px;
  max-width: 580px;
}
.team-details .contact-info-bg:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: #c5c5a1;
  top: 15%;
  left: 50%;
}
.team-details .contact-info-bg .col-wrapper {
  max-width: 220px;
}
.team-details .contact-info-bg .col-wrapper .icon {
  width: 62px;
  height: 62px;
  background: #104b59;
}
.team-details .contact-info-bg .col-wrapper .info {
  width: calc(100% - 62px);
  padding-left: 15px;
}
.team-details .contact-info-bg .col-wrapper .info h6 {
  font-weight: 600;
  font-size: 20px;
}
.team-details .contact-info-bg .col-wrapper .info ul li {
  font-size: 14px;
  font-weight: 500;
  color: #104b59;
}
.team-details .contact-info-bg .col-wrapper .info ul li:first-child {
  color: #fd8e44;
}
.team-details .contact-info-bg .col-wrapper .info ul li a:hover {
  text-decoration: underline;
}
.team-details .contact-info-bg .col-wrapper .info p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
}
.team-details .social-icon {
  margin: 0 -5px;
}
.team-details .social-icon li {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.team-details .social-icon li:first-child {
  margin-right: 15px;
}
.team-details .social-icon li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #104b59;
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 1;
}
.team-details .social-icon li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: scale(0);
  background: #fd8e44;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}
.team-details .social-icon li a:hover {
  color: #fff;
}
.team-details .social-icon li a:hover:before {
  transform: scale(1);
}
.team-details .contact-banner {
  background: #fd8e44;
  padding: 3px 30px 13px;
  border-radius: 30px;
  max-width: 580px;
}
.team-details .contact-banner li {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}
.team-details .contact-banner li a:hover {
  text-decoration: underline;
}
.team-contact-section {
  background: #cff6ff;
}
.team-contact-section .fancy-banner-one {
  margin-bottom: -118px;
}
.team-contact-section form input {
  border: 1px solid #e4e4e4;
  background: #fff;
  color: #6e797b;
  font-size: 14px;
  height: 60px;
  padding: 0 20px;
}
.team-contact-section form textarea {
  border: 1px solid #e4e4e4;
  background: #fff;
  color: #6e797b;
  font-size: 14px;
  height: 180px;
  padding: 20px;
}
.team-contact-section .shape_01 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-page {
  background: #fbf2f2;
}
.product-page .shop-page-header {
  background: #fff;
  padding: 9px 25px;
  border-radius: 5px;
}
.product-page .shop-page-header p {
  font-size: 16px;
}
.product-page .shop-page-header .nice-select {
  font-size: 16px;
  padding: 0 25px 0 0;
}
.product-item-block {
  border-radius: 10px;
  background: #fff;
}
.product-item-block .item-img {
  height: 236px;
  background: #e5e9ea;
  border-radius: 10px;
  padding: 20px;
}
.product-item-block .item-img .tag {
  width: 56px;
  line-height: 23px;
  text-align: center;
  background: #fd8e44;
  color: #fff;
  font-size: 14px;
  transform: rotate(-90deg);
  position: absolute;
  top: 11px;
  left: -17px;
  z-index: 1;
}
.product-item-block .item-img .tag::before {
  content: url(../images/shape/shape_52.png);
  position: absolute;
  top: 14px;
  right: -2px;
  transform: rotate(90deg);
  z-index: -1;
}
.product-item-block .item-category {
  font-size: 14px;
  color: #fff;
}
.product-item-block .item-category span {
  display: inline-block;
  min-width: 65px;
  line-height: 22px;
  background: #fd8e44;
  padding: 0 12px;
}
.product-item-block .product-name {
  font-size: 22px;
  font-weight: 700;
  margin: 17px 0 3px;
}
.product-item-block .product-name:hover a {
  text-decoration: underline;
}
.product-item-block .price {
  font-weight: 600;
  font-size: 18px;
  color: #104b59;
  display: block;
  margin-bottom: 2px;
}
.product-item-block .rating {
  margin: 0 -3px;
}
.product-item-block .rating li {
  padding: 0 3px;
}
.product-item-block .rating li a {
  font-size: 16px;
  color: #42666f;
  transition: all 0.2s ease-in-out 0s;
}
.product-item-block .rating li a:hover {
  color: #fd8e44;
}
.product-item-block .add-crt-btn {
  background: #060e10;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 18px;
}
.product-item-block .add-crt-btn:hover {
  background: #fd8e44;
}
.product-item-block:hover .item-img {
  background: #b6e0ea;
}
.product-item-block:hover .add-crt-btn {
  background: #fd8e44;
}
.product-details #product-carousel {
  background: #fff;
  border-radius: 30px;
  height: 430px;
  padding: 30px 35px 140px;
}
.product-details .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: -42px;
  z-index: 1;
  margin: 0;
}
.product-details .carousel-indicators button {
  width: 130px;
  height: 96px;
  border: 2px solid #e7e7e4;
  border-radius: 20px;
  background: #fff;
  margin: 0 5px;
  opacity: 1;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
}
.product-details .carousel-indicators button.active {
  border-color: #fd8e44;
}
.product-details .carousel-arrow {
  width: 55px;
  height: 55px;
  background: #e3ebed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 88px;
  opacity: 1;
  top: auto;
  left: 10px;
  color: #104b59;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
}
.product-details .carousel-arrow:hover {
  background: #fd8e44;
  color: #fff;
}
.product-details .carousel-arrow.carousel-control-next {
  left: auto;
  right: 10px;
}
.product-details .product-details-info .product-name {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 18px;
}
.product-details .product-details-info .price {
  font-size: 28px;
  font-weight: 600;
  color: #104b59;
  padding-right: 28px;
}
.product-details .product-details-info .discount-value {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.product-details .product-details-info .discount-percentage {
  font-size: 14px;
  color: #f42647;
  padding: 0 8px 0 16px;
}
.product-details .product-details-info .stock-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #104b59;
  border-radius: 3px;
  line-height: 22px;
  padding: 0 6px;
}
.product-details .product-details-info .rating li {
  font-size: 15px;
  margin-right: 4px;
  margin-top: 2px;
  color: #efce4a;
}
.product-details .product-details-info .rating li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-left: 5px;
}
.product-details .product-details-info .rating li a:hover {
  text-decoration: underline;
}
.product-details .product-details-info .description-text {
  font-size: 15px;
  line-height: 30px;
  padding: 35px 0 10px;
}
.product-details .product-details-info .product-feature {
  margin-bottom: 25px;
}
.product-details .product-details-info .product-feature li {
  font-size: 16px;
  color: #69695e;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.product-details .product-details-info .product-feature li:before {
  content: "";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #000;
}
.product-details .product-details-info .product-feature li span {
  font-weight: 600;
  color: #000;
}
.product-details .product-details-info .product-feature li strong {
  font-weight: 500;
  font-size: 15px;
  color: #104b59;
}
.product-details .product-details-info .customize-order h6 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
}
.product-details
  .product-details-info
  .customize-order
  .quantity
  .button-group {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  width: 115px;
  display: inline-block;
  position: relative;
}
.product-details
  .product-details-info
  .customize-order
  .quantity
  .button-group
  li {
  line-height: 42px;
  max-height: 42px;
}
.product-details
  .product-details-info
  .customize-order
  .quantity
  .button-group
  li
  .product-value {
  font-size: 15px;
  font-weight: 500;
  height: 42px;
  color: #000;
  background: rgba(0, 0, 0, 0);
  border: none;
  width: 78px;
  text-align: center;
}
.product-details
  .product-details-info
  .customize-order
  .quantity
  .button-group
  li.arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  height: auto;
  padding: 2px 0;
  line-height: initial;
}
.product-details
  .product-details-info
  .customize-order
  .quantity
  .button-group
  li.arrow
  div {
  font-size: 13px;
  color: #000;
  cursor: pointer;
}
.product-details .product-details-info .customize-order .btn-one {
  display: block;
  line-height: 50px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 30px;
  min-width: 150px;
}
.product-details .product-details-info .customize-order .watchlist-btn {
  width: 45px;
  height: 45px;
  line-height: 50px;
  color: #000;
  background: #fff;
  display: flex;
  justify-content: center;
}
.product-details .product-details-info .customize-order .watchlist-btn:hover {
  background: #fd8e44;
  color: #fff;
}
.product-details .product-details-info .social-icon a {
  font-size: 16px;
  margin-left: 15px;
  margin-right: 10px;
  color: #212330;
  transition: all 0.3s ease-in-out 0s;
}
.product-details .product-details-info .social-icon a:hover {
  color: #fd8e44;
}
.product-details .product-review-tab {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 0 30px 30px;
}
.product-details .product-review-tab .nav-tabs {
  border: none;
}
.product-details .product-review-tab .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 0 40px;
  line-height: 50px;
  position: relative;
  margin: 0 2px;
  border: none;
  background: #e3ebed;
  border-radius: 0 0 10px 10px;
}
.product-details .product-review-tab .nav-tabs .nav-link.active {
  background: #fd8e44;
  color: #fff;
}
.product-details .product-review-tab .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details .product-review-tab .tab-content h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details .product-review-tab .tab-content p {
  font-size: 16px;
  line-height: 30px;
}
.product-details .product-review-tab .tab-content .product-feature li {
  font-size: 16px;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}
.product-details .product-review-tab .tab-content .product-feature li:before {
  content: "";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
}
.product-details .product-review-tab .user-comment-area .single-comment {
  padding-bottom: 40px;
}
.product-details
  .product-review-tab
  .user-comment-area
  .single-comment:last-child {
  padding-bottom: 0;
}
.product-details .product-review-tab .user-comment-area .user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details .product-review-tab .user-comment-area .user-comment-data {
  padding-left: 30px;
  position: relative;
}
.product-details
  .product-review-tab
  .user-comment-area
  .user-comment-data
  .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details
  .product-review-tab
  .user-comment-area
  .user-comment-data
  .rating
  li {
  font-size: 14px;
  margin: 0 3px;
  color: #b3b3b3;
}
.product-details
  .product-review-tab
  .user-comment-area
  .user-comment-data
  .rating
  li
  .bi-star-fill {
  color: #ffcb65;
}
.product-details .product-review-tab .user-comment-area .user-comment-data p {
  padding-top: 8px;
}
.product-details .related-product h2 {
  font-size: 30px;
  font-weight: 600;
}
.cart-list-form {
  position: relative;
}
.cart-list-form .table {
  margin: 0;
  background: rgba(0, 0, 0, 0);
}
.cart-list-form .table th {
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 5px;
  text-align: center;
  color: #104b59;
  background: rgba(0, 0, 0, 0);
}
.cart-list-form .table th:first-child {
  text-align: left;
}
.cart-list-form .table th:last-child {
  text-align: right;
}
.cart-list-form .table tbody td {
  padding: 33px 0;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: rgba(0, 0, 0, 0);
}
.cart-list-form .table tbody td:last-child {
  text-align: right;
}
.cart-list-form .table tbody .product-thumbnails {
  position: relative;
}
.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;
  width: 83px;
  height: 93px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.cart-list-form .table tbody .product-thumbnails .item-name {
  font-size: 16px;
  font-weight: 500;
  color: #104b59;
  padding-left: 25px;
}
.cart-list-form .table tbody .product-thumbnails .delete-item {
  font-size: 22px;
  color: #fd8e44;
  position: absolute;
  left: 72px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.cart-list-form .table tbody .product-thumbnails .delete-item:hover {
  color: #f42647;
}
.cart-list-form .table tbody .price {
  font-weight: 600;
  font-size: 16px;
  color: #2a2826;
}
.cart-list-form .table tbody .quantity .order-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 157px;
  padding: 0 10px;
  margin: 0 auto;
}
.cart-list-form .table tbody .quantity li .btn {
  font-size: 14px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: #fef4e8;
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 50%;
}
.cart-list-form .table tbody .quantity li .product-value {
  font-size: 16px;
  font-weight: 600;
  height: 57px;
  color: #1d1d1d;
  max-width: 55px;
  background: rgba(0, 0, 0, 0);
  border: none;
  text-align: center;
  padding-left: 12px;
}
.cart-list-form .cart-footer {
  border-top: 1px solid #eaeaea;
  margin-top: 10px;
  padding-top: 33px;
}
.cart-list-form .cart-footer h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cart-list-form .cart-footer .coupon-form input {
  width: calc(100% - 195px);
  height: 58px;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 0 25px;
  border-radius: 5px 0 0 5px;
}
.cart-list-form .cart-footer .coupon-form button {
  width: 195px;
  height: 58px;
  background: #104b59;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-left: -1px;
}
.cart-list-form .cart-footer .coupon-form button:hover {
  background: #fd8e44;
}
.cart-list-form .cart-footer .shop-btn {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fd8e44;
  text-decoration: underline;
  margin-top: 30px;
}
.cart-list-form .cart-total-section {
  background: #fefaf5;
}
.cart-list-form .cart-total-section li {
  margin: 0 20px;
  padding: 22px 0;
  border-bottom: 1px solid #e4e2e0;
}
.cart-list-form .cart-total-section li:first-child {
  background: #ffe6d6;
  border: none;
  margin: 0;
  padding: 15px 20px;
}
.cart-list-form .cart-total-section li:last-child {
  border: none;
}
.cart-list-form .cart-total-section li .col {
  width: 50%;
}
.cart-list-form .cart-total-section li .col .tr-title {
  font-weight: 500;
  color: #104b59;
}
.cart-list-form .cart-total-section li .col .price {
  font-weight: 600;
  color: #104b59;
}
.cart-list-form .cart-total-section li .col:nth-child(2) {
  text-align: right;
}
.cart-list-form .cart-total-section li .col .rate {
  font-size: 16px;
  color: #2a2826;
}
.cart-list-form .cart-total-section li .col .shipping {
  font-size: 14px;
  color: rgba(42, 40, 38, 0.7);
}
.cart-list-form .cart-total-section li .col .address {
  font-size: 14px;
  text-decoration: underline;
  color: #fd8e44;
}
.cart-list-form .cart-total-section .checkout-process {
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #fd8e44;
  margin-top: 10px;
}
.cart-list-form .cart-total-section .checkout-process:hover {
  background: #104b59;
}
.checkout-form .main-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 27px;
}
.checkout-form .input-wrapper {
  margin-bottom: 25px;
}
.checkout-form .input-wrapper label {
  font-size: 16px;
  font-weight: 500;
  color: #080501;
  display: block;
  margin-bottom: 14px;
}
.checkout-form .input-wrapper .single-input-wrapper,
.checkout-form .input-wrapper .nice-select {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 0 15px;
}
.checkout-form .input-wrapper .nice-select:after {
  right: 15px;
}
.checkout-form .input-wrapper .nice-select .list li {
  line-height: 35px;
  font-weight: 500;
}
.checkout-form .input-wrapper textarea {
  width: 100%;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  padding: 15px;
  resize: none;
  height: 120px;
  border-radius: 5px;
}
.checkout-form .checkbox-list {
  padding-bottom: 20px;
}
.checkout-form .checkbox-list li label {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  padding-left: 28px;
  color: #104b59;
  cursor: pointer;
  margin: 0 0 12px;
}
.checkout-form .checkbox-list li label:before {
  content: "";
  width: 16px;
  height: 16px;
  line-height: 15px;
  border-radius: 3px;
  border: 1px solid #d6d3d0;
  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: "";
  font-family: bootstrap-icons !important;
  background: #104b59;
  color: #fff;
  border-color: #104b59;
}
.checkout-form .order-confirm-sheet .order-review h5 {
  margin: 28px 20px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e4e2e0;
  padding-bottom: 17px;
}
.checkout-form .order-confirm-sheet .order-review .cart-total-section {
  border: 1px solid #2a2826;
  border-radius: 5px;
  overflow: hidden;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .cart-total-section
  .product-thumbnails {
  padding: 0 20px;
  margin-bottom: 30px;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .cart-total-section
  .product-thumbnails
  .product-img {
  display: block;
  width: 52px;
  height: 55px;
  background: #020202;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .cart-total-section
  .product-thumbnails
  .item-name {
  font-size: 16px;
  font-weight: 500;
  color: #104b59;
  padding-left: 15px;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .cart-total-section
  .product-thumbnails
  .price {
  font-weight: 600;
  color: #104b59;
  margin-left: auto;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .cart-total-section
  li:first-child {
  background: #fff;
}
.checkout-form .order-confirm-sheet .order-review .payment-option {
  background: #fefaf5;
  border: 1px solid #2a2826;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 40px;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .payment-option
  .payment-list {
  padding: 10px 20px 15px;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .payment-option
  .payment-list
  li {
  position: relative;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .payment-option
  .payment-list
  li
  label {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #2a2826;
  cursor: pointer;
  margin: 0 0 10px;
  border: 1px solid #232323;
  border-radius: 5px;
  padding: 12px 10px 12px 40px;
  transition: all 0.3s ease-in-out 0s;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .payment-option
  .payment-list
  li
  label:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .payment-option
  .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-option
  .payment-list
  li
  input:checked
  + label {
  background: #fff;
  border-color: #0c7735;
}
.checkout-form
  .order-confirm-sheet
  .order-review
  .payment-option
  .payment-list
  li
  input:checked
  + label:before {
  color: #0c7735;
}
.checkout-form .order-confirm-sheet .agreement-checkbox {
  padding: 0 20px;
}
.checkout-form .order-confirm-sheet .agreement-checkbox label {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #6e797b;
  cursor: pointer;
  padding-left: 26px;
  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;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 6px;
}
.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: "";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form .order-confirm-sheet .btn-wrapper {
  padding: 0 20px;
}
.checkout-form .order-confirm-sheet .btn-wrapper .btn-one {
  line-height: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.08);
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0);
  }
}
@keyframes rippleTwo {
  0% {
    box-shadow: 0 0 0 0.1rem rgba(16, 75, 89, 0.15);
  }
  100% {
    box-shadow: 0 0 0 0.8rem rgba(16, 75, 89, 0.15);
  }
}
@keyframes runSlow {
  0% {
    transform: translateX(250px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(250px);
  }
}
@keyframes skewwrap {
  0% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(0);
  }
  100% {
    transform: skewX(-5deg);
  }
}
@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 Fadein {
  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);
  }
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.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);
  }
}
[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}
[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}
[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}
[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}
[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}
[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}
[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}
[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}
[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}
[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}
[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}
[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}
[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}
[data-sal][data-sal-duration="900"] {
  transition-duration: 0.8s;
}
[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}
[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}
[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}
[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}
[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}
[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}
[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}
[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}
[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}
[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}
[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}
[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}
[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}
[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}
[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}
[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}
[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}
[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}
[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}
[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}
[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}
[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}
[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}
[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}
[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}
[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}
[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}
[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}
[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}
[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}
[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}
[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}
[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}
[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}
[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}
[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}
[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}
[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}
[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}
[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}
[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}
[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}
[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}
[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}
[data-sal][data-sal-easing="linear"] {
  transition-timing-function: linear;
}
[data-sal][data-sal-easing="ease"] {
  transition-timing-function: ease;
}
[data-sal][data-sal-easing="ease-in"] {
  transition-timing-function: ease-in;
}
[data-sal][data-sal-easing="ease-out"] {
  transition-timing-function: ease-out;
}
[data-sal][data-sal-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}
[data-sal][data-sal-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
[data-sal][data-sal-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-sal][data-sal-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[data-sal][data-sal-easing="ease-in-circ"] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
[data-sal][data-sal-easing="ease-out-circ"] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
[data-sal][data-sal-easing="ease-in-out-circ"] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
[data-sal][data-sal-easing="ease-in-expo"] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
[data-sal][data-sal-easing="ease-out-expo"] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
[data-sal][data-sal-easing="ease-in-out-expo"] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
[data-sal][data-sal-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-sal][data-sal-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-sal][data-sal-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sal][data-sal-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
[data-sal][data-sal-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-sal][data-sal-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
[data-sal][data-sal-easing="ease-in-quint"] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
[data-sal][data-sal-easing="ease-out-quint"] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
[data-sal][data-sal-easing="ease-in-out-quint"] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
[data-sal][data-sal-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-sal][data-sal-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-sal][data-sal-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-sal][data-sal-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-sal][data-sal-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-sal][data-sal-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-sal|="fade"] {
  opacity: 0;
  transition-property: opacity;
}
[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
  opacity: 1;
}
[data-sal|="slide"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-sal="slide-up"] {
  transform: translateY(20%);
}
[data-sal="slide-down"] {
  transform: translateY(-20%);
}
[data-sal="slide-left"] {
  transform: translateX(20%);
}
[data-sal="slide-right"] {
  transform: translateX(-20%);
}
[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
  opacity: 1;
  transform: none;
}
[data-sal|="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-sal="zoom-in"] {
  transform: scale(0.5);
}
[data-sal="zoom-out"] {
  transform: scale(1.1);
}
[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
  opacity: 1;
  transform: none;
}
[data-sal|="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-sal="flip-left"] {
  transform: perspective(2000px) rotateY(-91deg);
}
[data-sal="flip-right"] {
  transform: perspective(2000px) rotateY(91deg);
}
[data-sal="flip-up"] {
  transform: perspective(2000px) rotateX(-91deg);
}
[data-sal="flip-down"] {
  transform: perspective(2000px) rotateX(91deg);
}
[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
  transform: none;
}
@keyframes growAndFade {
  0% {
    opacity: 0.1;
    transform: scale(0.75);
  }
  100% {
    opacity: 0.08;
    transform: scale(1);
  }
}
@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);
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 0.9em;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding-left: 10px;
  padding-right: 18px;
  text-transform: capitalize;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 7px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
  box-sizing: border-box;
  opacity: 0;
  overflow-y: auto;
  max-height: 250px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px 0 15px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  font-size: 0.95em;
  cursor: pointer;
  font-weight: 400;
  margin-top: 5px;
  list-style: none;
  outline: none;
  padding: 0 10px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  color: #104b59;
  background: rgba(16, 75, 89, 0.03);
}
.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}
.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
    f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  z-index: 1;
}
@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(
    var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)
  );
  overflow: hidden !important;
  overscroll-behavior-y: none;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}
.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}
.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}
.fancybox__viewport {
  width: 100%;
  height: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}
.fancybox__slide.has-image {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.is-zooming-in
  .fancybox__viewport:not(.is-dragging)
  .fancybox__slide:not(.is-selected)
  .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}
.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}
.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}
.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"]
  > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__carousel
  > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__slide
  > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"]
  > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__carousel
  > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__slide
  > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}
.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}
.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.f-thumbs__track {
  display: flex;
  will-change: transform;
}
.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}
.is-modern .f-thumbs__slide {
  --clip-path: inset(
    0
      calc(
        (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 *
          (1 - var(--progress, 0))
      )
      round var(--f-thumb-border-radius, 0)
  );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}
.is-modern .f-thumbs__slide > * {
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
}
.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(2px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(0px -1px 0px var(--f-thumb-outline-color))
    drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}
.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}
.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}
.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid
    var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}
.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
    "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.5)
  );
  pointer-events: none;
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.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: rgba(0, 0, 0, 0);
  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: #104b59;
}
.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 rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
html[data-bs-theme="dark"] body,
html[data-bs-theme="dark"] .feature-block-one {
  background: #060c0e;
  color: rgba(255, 255, 255, 0.8);
}
html[data-bs-theme="dark"] h1,
html[data-bs-theme="dark"] h2,
html[data-bs-theme="dark"] h3,
html[data-bs-theme="dark"] h4,
html[data-bs-theme="dark"] h5,
html[data-bs-theme="dark"] h6,
html[data-bs-theme="dark"] .counter-box-one,
html[data-bs-theme="dark"] .feature-block-one .box strong {
  color: #fff;
}
html[data-bs-theme="dark"] .btn-three:before {
  background: #fd8e44;
}
html[data-bs-theme="dark"] .theme-main-menu .top-header,
html[data-bs-theme="dark"] .offcanvas,
html[data-bs-theme="dark"] #searchToggle .offcanvas-body,
html[data-bs-theme="dark"] .card-style-one {
  background: #09262d;
}
html[data-bs-theme="dark"]
  .theme-main-menu
  .top-header
  .column-wrapper
  p:before,
html[data-bs-theme="dark"] .sidenavbtn:before {
  background: #32484d;
}
html[data-bs-theme="dark"] .feature-block-four {
  background: #02222a;
}
html[data-bs-theme="dark"] .counter-box-one .main-count {
  color: #fd8e44;
}
html[data-bs-theme="dark"] .feature-block-one .box.color-two {
  background: #104b59;
}
html[data-bs-theme="dark"] .feature-block-one .support-btn a,
html[data-bs-theme="dark"] .list-style-one li {
  color: rgba(255, 255, 255, 0.8);
}
html[data-bs-theme="dark"] .list-style-one li::before {
  color: #104b59;
}
html[data-bs-theme="dark"] .feature-block-three {
  background: url(../images/assets/bg_16.jpg) repeat center;
}
html[data-bs-theme="dark"] .card-style-three .text-meta {
  background: url(../images/assets/bg_17.jpg) no-repeat center bottom;
  background-size: cover;
}
html[data-bs-theme="dark"] .card-style-three .text-meta p {
  color: rgba(255, 255, 255, 0.8);
}
html[data-bs-theme="dark"] .card-style-three .text-meta .place {
  background: #fd8e44;
}
html[data-bs-theme="dark"]
  .feature-block-two
  .line-wrapper
  .list-style-two
  .icon {
  background: #fd8e44;
}
html[data-bs-theme="dark"] .card-style-two .info-meta {
  background: #0c0c0b;
}
html[data-bs-theme="dark"] .btn-two {
  color: #fff;
}
html[data-bs-theme="dark"] .btn-two:hover {
  color: #fd8e44;
}
html[data-bs-theme="dark"] .feedback-section-one .slider-bg-wrapper blockquote {
  color: rgba(255, 255, 255, 0.8);
}
html[data-bs-theme="dark"] .feedback-section-one {
  background: url(../images/assets/bg_18.jpg) no-repeat center;
  background-size: cover;
}
html[data-bs-theme="dark"] .feedback-section-one .slider-bg-wrapper {
  background: #051316;
}
html[data-bs-theme="dark"] .feedback-section-one .slick-dots {
  background: rgba(0, 0, 0, 0);
}
html[data-bs-theme="dark"] .feedback-section-one .slick-dots::before,
html[data-bs-theme="dark"] .feedback-section-one .slick-dots:after {
  background: linear-gradient(
    90deg,
    rgb(5, 19, 22) 0%,
    rgb(255, 179, 54) 48%,
    rgb(5, 19, 22) 100%
  );
}
html[data-bs-theme="dark"] .project-section-one:before {
  background: #060c0e;
}
html[data-bs-theme="dark"] .project-section-one.bg-two {
  background: url(../images/assets/bg_19.jpg) repeat-x center bottom;
}
html[data-bs-theme="dark"] .project-section-one.bg-two .section-title {
  color: #17241d;
  text-shadow: 0 0 1px #475c51;
}
html[data-bs-theme="dark"] .project-section-one .slider-arrows:before,
html[data-bs-theme="dark"] .project-section-one .slider-arrows:after {
  background: #48524d;
}
html[data-bs-theme="dark"] .appointment-section-one {
  background: #17241d;
}
html[data-bs-theme="dark"] .appointment-section-one .bg-wrapper {
  background: #17241d;
}
html[data-bs-theme="dark"] .appointment-section-one:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  top: 100%;
  left: 0;
  background: #17241d;
  z-index: -1;
}
html[data-bs-theme="dark"] .appointment-section-one:before {
  background: url(../images/assets/bg_20.jpg) no-repeat left top;
  background-size: cover;
}
html[data-bs-theme="dark"] .appointment-section-one .media-bg:before {
  display: none;
}
html[data-bs-theme="dark"] .appointment-section-one .email-banner {
  background: #fd8e44;
}
@media (max-width: 1199px) {
  html[data-bs-theme="dark"] .theme-main-menu .bottom-header:after {
    border-color: #32484d;
  }
}
@media (max-width: 991px) {
  html[data-bs-theme="dark"] .navbar-collapse {
    background: #09262d;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  html[data-bs-theme="dark"] .navbar .dropdown-menu {
    background: #02171c;
  }
  html[data-bs-theme="dark"] .navbar .dropdown-menu .dropdown-item {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
  }
  html[data-bs-theme="dark"] .theme-main-menu .nav-item .nav-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
  }
} /*# sourceMappingURL=style.min.css.map */
