::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #19352d;
  border-radius: 0;
}

body {
  font-family: "Satoshi";
  font-weight: normal;
  font-size: 20px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.main-page-wrapper {
  overflow-x: hidden;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 500;
  color: #19352d;
}

.h1,
h1 {
  font-size: 85px;
  line-height: 1.023em;
}

.h2,
h2 {
  font-size: 64px;
  line-height: 1.093em;
}

.h4,
h4 {
  font-size: 24px;
}

p {
  line-height: 1.7em;
}

.text-xl {
  font-size: 28px;
  line-height: 1.5em;
}

.text-lg {
  font-size: 24px;
  line-height: 1.583em;
}

.text-md {
  font-size: 22px;
}

hr {
  opacity: 0.09;
  margin: 5px 0;
}

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

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

.border-30 {
  border-radius: 30px;
}

.border-100 {
  border-radius: 100px;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.light-bg {
  background-color: #edf1ee;
}

.light-bg-deep {
  background-color: #ebf3ee;
}

.font-magnita {
  font-family: "Magnita";
}

.light-bg-page-wrapper {
  background: #edf8eb;
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "ClashDisplay";
  font-weight: 500;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(12, 58, 48, 0.12);
  position: relative;
  font-size: 40px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #0c3a30;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-weight: 900;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #19352d;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #cfff45;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s {
  transition: all 0.3s ease-in-out;
}

.tran4s {
  transition: all 0.4s ease-in-out;
}

.tran5s {
  transition: all 0.5s ease-in-out;
}

.tran6s {
  transition: all 0.6s ease-in-out;
}

.ht-btn {
  transition: all 0.4s ease-in-out;
}

.btn-one {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #cfff45;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-one:hover {
  background-color: #29594b;
  color: #fff;
}

.btn-two {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  padding: 0 35px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two .icon {
  width: 1.35em;
}
.btn-two:hover {
  background: #29594b;
  border-color: #29594b;
}

.btn-three {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.btn-three img {
  width: 22px;
  margin-top: 3px;
}
.btn-three:hover span {
  text-decoration: underline;
}

.btn-four {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #29594b;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-four:hover {
  background-color: #cfff45;
  color: #000;
}

.btn-five .text {
  font-weight: 500;
  font-style: italic;
  color: #19352d;
  text-decoration: underline;
}
.btn-five .icon {
  width: 48px;
  height: 48px;
  background: #29594b;
  color: #fff;
  font-size: 22px;
  margin-left: 12px;
}
.btn-five:hover .icon {
  background: #cfff45;
  color: #19352d;
}

.btn-six {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #29594b;
  border: 1px solid #29594b;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-six:hover {
  background-color: #cfff45;
  border-color: #cfff45;
  color: #000;
}

.btn-seven .text {
  font-weight: 500;
  font-style: italic;
  color: #19352d;
}
.btn-seven .icon {
  width: 50px;
  height: 50px;
  background: #29594b;
  margin-left: 45px;
  position: relative;
}
.btn-seven .icon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #29594b;
  left: -30px;
  top: 50%;
}
.btn-seven:hover .text {
  text-decoration: underline;
}

.btn-eight .text {
  font-weight: 700;
  font-size: 18px;
  color: #19352d;
}
.btn-eight .icon {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  font-size: 20px;
  background: #29594b;
  color: #fff;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-eight:hover .text {
  text-decoration: underline;
}
.btn-eight:hover .icon {
  background: #cfff45;
  color: #19352d;
}

.btn-nine {
  font-size: 40px;
  width: 105px;
  height: 105px;
  color: #19352d;
  border: 1px solid #29594b;
}
.btn-nine:hover {
  background: #cfff45;
  border-color: #cfff45;
}

.btn-ten {
  font-size: 18px;
  font-weight: 700;
  padding: 0 35px;
  min-width: 160px;
  text-align: center;
  background: #101010;
  color: #fff;
  line-height: 50px;
}
.btn-ten:hover {
  background: #29594b;
}

.btn-eleven .text {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.btn-eleven .icon {
  width: 45px;
  height: 45px;
  background: #000;
  margin-left: 38px;
  position: relative;
}
.btn-eleven .icon img {
  width: 30px;
}
.btn-eleven .icon:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: #000;
  left: -26px;
  top: 50%;
}
.btn-eleven:hover .text {
  text-decoration: underline;
}
.btn-eleven:hover .icon {
  background: #29594b;
}

.btn-twelve {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #e6fd5a;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twelve:hover {
  background-color: #000;
  color: #fff;
}

.btn-thirteen {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  min-width: 175px;
  background-color: #202020;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-thirteen:hover {
  background-color: #e6fd5a;
  color: #000;
}

.btn-fourteen {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #202020;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fourteen:hover {
  background-color: #e6fd5a;
  color: #000;
}

.btn-fifteen {
  line-height: 46px;
  border: 2px solid #000;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  min-width: 135px;
  padding: 0 30px;
  text-align: center;
  color: #000;
  background-color: #dfff5e;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fifteen:hover {
  background-color: #000;
  color: #fff;
}

.btn-sixteen {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding: 0 35px;
  line-height: 50px;
  border: 1px solid #000;
  position: relative;
  display: inline-block;
  background: #fff;
}
.btn-sixteen:before {
  position: absolute;
  content: "";
  top: -14px;
  height: 14px;
  width: calc(100% + 3px);
  left: 6px;
  transform: skewX(-45deg);
  background: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen:after {
  position: absolute;
  content: "";
  right: -16px;
  height: calc(100% + 1px);
  width: 15px;
  top: -7px;
  transform: skewY(-45deg);
  background: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen:hover {
  background: #dfff5e;
}

.btn-seventeen {
  color: #000;
  font-weight: 500;
  padding: 0 30px;
  line-height: 55px;
  border-radius: 40px;
  background: #ffe86b;
}
.btn-seventeen i {
  margin-left: 8px;
}
.btn-seventeen:hover {
  background: #dfff5e;
}

.btn-eighteen {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0 38px;
  line-height: 52px;
  border-radius: 10px;
  background: #1f5e59;
  text-align: center;
}
.btn-eighteen:hover {
  background: #cfff45;
  color: #19352d;
}

.btn-nineteen {
  font-size: 18px;
  color: #1f5e59;
  font-weight: 700;
  padding: 0 30px;
  line-height: 50px;
  border: 1px solid #1f5e59;
  border-radius: 10px;
  text-align: center;
}
.btn-nineteen:hover {
  background: #1f5e59;
  color: #fff;
}

.btn-twenty {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 55px;
  padding: 0 45px;
  text-align: center;
  border-radius: 40px;
  color: #1F5E59;
  min-width: 175px;
  background-color: #d0ff45;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twenty:hover {
  background-color: #e6fd5a;
  color: #000;
}

.btn-twentyOne {
  font-weight: 500;
  font-size: 18px;
  line-height: 55px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #FFDB1E;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentyOne:hover {
  background-color: #000;
  color: #fff;
}

.btn-twentytwo {
  font-weight: 500;
  font-size: 18px;
  line-height: 53px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentytwo:hover {
  background-color: #cfff45;
  border-color: #cfff45;
  color: #000;
}

.title-one .upper-title {
  font-weight: 500;
  margin-bottom: 14px;
  color: #46846a;
}
.title-one h2 {
  font-weight: 700;
}

.title-two .upper-title {
  font-weight: 500;
  margin-bottom: 5px;
  color: #1ca161;
}
.title-two h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.027em;
  color: #0e3e2f;
}
.title-two h2 span {
  color: #e6fd5a;
}

.title-three .upper-title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1ca161;
}
.title-three h2 {
  font-weight: 700;
  line-height: 1.03em;
  color: #0e3e2f;
}

.title-four h2 {
  font-family: "Magnita";
  font-size: 68px;
  line-height: 1.323em;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
}

button:focus {
  outline: none;
}

input,
textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

audio,
video,
canvas {
  max-width: 100%;
}

iframe {
  border: none !important;
}

.style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.before-none::before {
  display: none !important;
}

.after-none::after {
  display: none !important;
}

.bg-none {
  background: none;
}

.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;
  }
}
/*(max-width: 1399px)*/
@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;
  }
}
/*(max-width: 1199px)*/
@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;
  }
}
/*(max-width: 991px)*/
@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;
  }
}
/*(max-width: 767px)*/
@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;
  }
}
/*(max-width: 575px)*/
.theme-main-menu {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu.menu-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu.fixed {
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.theme-main-menu .navbar-toggler {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #cfff45;
}
.theme-main-menu.menu-style-three .navbar-toggler {
  background: #000;
}
.theme-main-menu.menu-style-four .navbar-toggler {
  background: #e6fd5a;
}
.theme-main-menu.menu-style-five .navbar-toggler {
  background: #dfff5e;
}
.theme-main-menu .navbar-toggler:focus {
  box-shadow: none;
}
.theme-main-menu .navbar-toggler::before,
.theme-main-menu .navbar-toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 26px;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #29594b;
}
.theme-main-menu .navbar-toggler span {
  position: absolute;
  left: 11px;
  overflow: hidden;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: #29594b;
}
.theme-main-menu.menu-style-three .navbar-toggler:before, .theme-main-menu.menu-style-three .navbar-toggler:after, .theme-main-menu.menu-style-three .navbar-toggler span {
  background: #fff;
}
.theme-main-menu .navbar-toggler::before {
  -webkit-transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu .navbar-toggler::after {
  -webkit-transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
  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 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu .navbar-toggler[aria-expanded=true]::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu .nav-item .nav-link {
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 20px;
  line-height: initial;
  color: #000;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .nav-item:hover .nav-link {
  color: #0c3a30;
}
.theme-main-menu.white-vr .main-menu ul li a {
  color: #fff;
}
.theme-main-menu.white-vr .main-menu ul li:hover > a {
  color: #cfff45;
}
.theme-main-menu.white-vr .main-menu ul li ul.sub-menu li a {
  color: #19352d;
}
.theme-main-menu.white-vr.fixed {
  background: #0c3a30;
  border: none;
}
.theme-main-menu.menu-style-one {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu.menu-style-two {
  padding: 0;
  background: #edf1ee;
}
.theme-main-menu.menu-style-two .info-row {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu.menu-style-two .gap-fix {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu.menu-style-two .greetings {
  font-size: 18px;
  color: #19352d;
}
.theme-main-menu.menu-style-two .contact-info {
  margin: 0 -15px;
}
.theme-main-menu.menu-style-two .contact-info li {
  padding: 0 15px;
}
.theme-main-menu.menu-style-two .contact-info li a {
  font-size: 18px;
  color: #19352d;
}
.theme-main-menu.menu-style-two .contact-info li a:hover {
  text-decoration: underline;
}
.theme-main-menu.menu-style-two .inner-content {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.theme-main-menu.menu-style-two.fixed .info-row {
  display: none;
}
.theme-main-menu.menu-style-five {
  background: #000;
  padding: 0;
}
.theme-main-menu.menu-style-five .inner-content {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}

.theme-main-menu .navbar {
  position: static;
}

.theme-main-menu .login-btn-one a {
  color: #000;
}
.theme-main-menu .login-btn-one a:hover {
  text-decoration: underline;
}
.theme-main-menu .signup-btn-one span {
  display: inline-block;
  font-weight: 500;
  color: #19352d;
  padding: 0 30px;
  line-height: 45px;
  border: 2px solid #29594b;
  border-radius: 30px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .signup-btn-one .icon {
  width: 49px;
  height: 49px;
  background: #29594b;
  color: #fff;
  font-size: 22px;
  margin-left: -12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu .signup-btn-one:hover span {
  background: #29594b;
  color: #fff;
}
.theme-main-menu .signup-btn-one:hover .icon {
  background: #cfff45;
  color: #29594b;
}
.theme-main-menu .signup-btn-two {
  color: #044f3b;
  line-height: 50px;
  border: 1px solid #044f3b;
  border-radius: 40px;
  background: #cfff45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu .signup-btn-two:hover {
  background: #29594b;
  color: #fff;
}
.theme-main-menu .quote-one {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu .quote-one:hover {
  background: #cfff45;
  color: #19352d;
}

.category-menu {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 40px;
}
.category-menu li {
  position: relative;
  padding: 0 15px;
}
.category-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu li a:hover {
  color: #0c3a30;
}
.category-menu .dropdown-menu {
  padding: 0;
}
.category-menu .dropdown-menu li {
  padding: 0;
}
.category-menu .dropdown-menu li a {
  padding: 8px 15px;
  font-size: 14px;
}

.main-menu .mega-dropdown-menu ul.sub-menu {
  min-width: 500px;
  right: 0;
  left: 0;
  padding: 10px;
}
.main-menu .mega-dropdown-menu ul.sub-menu li {
  float: left;
  width: 33%;
}

.main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.main-menu ul li a {
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 20px;
  line-height: initial;
  color: #000;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 1199.98px) {
  .main-menu ul li a {
    font-size: 18px;
    margin: 0 12px;
  }
}
.main-menu ul li ul.sub-menu {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  right: 0;
  left: 0;
  padding: 10px 5px;
  border: none;
  top: 100%;
  visibility: hidden;
  transform: translateY(5px);
  opacity: 0;
  min-width: 200px;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
  margin: 0;
  transform-origin: 0 0;
  transition: all 0.3s ease-out;
}
.main-menu ul li ul.sub-menu li {
  display: block;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 100%;
  left: auto;
  top: 70%;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.05);
}
.main-menu ul li ul.sub-menu li ul.sub-menu li {
  display: block;
}
.main-menu ul li ul.sub-menu li a {
  text-transform: capitalize;
  line-height: 1.3;
  color: #19352d;
  font-size: 1em;
  margin: 11px 9px;
  padding: 0px;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
}
.main-menu ul li ul.sub-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #0c3a30;
  transform: scale(0, 1);
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.main-menu ul li ul.sub-menu li a:hover::before, .main-menu ul li ul.sub-menu li a.active::before {
  transform: scale(1);
}
.main-menu ul li:hover > a {
  color: #0c3a30;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cart-menu-right {
  padding: 100px 30px 30px 20px;
  position: fixed;
  z-index: 1200;
  width: 320px;
  height: 100%;
  right: auto;
  left: -350px;
  top: 0;
  background-color: #edf1ee;
  box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
  transition: all 0.5s ease-in-out;
  overflow: scroll;
}
.cart-menu-right.cart-info {
  left: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-mobile-menu {
  text-align: center;
  position: absolute;
  top: 30px;
  right: 25px;
  border: 2px solid #000;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-mobile-menu:hover {
  transform: rotate(180deg);
}

.theme-main-menu.menu-style-seven {
  top: 40px;
  left: 70px;
  right: 70px;
}
.theme-main-menu.menu-style-seven.sticky-menu.fixed {
  top: 0px;
  left: 0px;
  right: 0px;
}
.theme-main-menu.menu-style-seven .icon-8h {
  filter: invert(1);
  width: 28px;
}
.theme-main-menu.menu-style-seven .login-btn-one a {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .theme-main-menu.menu-style-seven {
    top: 40px;
    left: 15px;
    right: 15px;
  }
}

.hero-banner-one {
  background: #29594b;
  z-index: 9;
}
.hero-banner-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-banner-one .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one .hero-slider-one .hero-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one .hero-slider-one .slick-list,
.hero-banner-one .hero-slider-one .slick-track,
.hero-banner-one .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one .hero-heading {
  font-weight: 700;
  color: #000;
  background: url(../images/shape/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one .more-btn {
  position: absolute;
  font-size: 40px;
  color: #fff;
  width: 105px;
  height: 105px;
  border: 2px solid #fff;
  top: 20%;
  left: 4%;
  z-index: 1;
}
.hero-banner-one .more-btn:hover {
  background: #cfff45;
  border-color: #cfff45;
  color: #19352d;
}

.hero-banner-two {
  z-index: 1;
}
.hero-banner-two .hero-heading {
  font-size: 100px;
  line-height: 1em;
}
.hero-banner-two .hero-heading span {
  z-index: 1;
}
.hero-banner-two .hero-heading span img {
  position: absolute;
  width: 100%;
  bottom: -18%;
  left: 0;
  z-index: -1;
}
.hero-banner-two .subscribe-wrap {
  max-width: 588px;
}
.hero-banner-two form {
  max-width: 588px;
  height: 70px;
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
  border-radius: 50px;
}
.hero-banner-two form input {
  font-size: 18px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  border: none;
  padding: 0 150px 0 35px;
  height: 70px;
}
.hero-banner-two form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #29594b;
  transition: all 0.3s ease-in-out 0s;
}
.hero-banner-two form button::before {
  content: "Connect";
}
.hero-banner-two form button.rounded-circle {
  border-radius: 50px !important;
}
.hero-banner-two form button i {
  font-size: 0;
}
.hero-banner-two .shape_01 {
  top: 22%;
  left: 7%;
  width: 3.1%;
  min-width: 30px;
  animation: rotated 50s infinite linear;
}
.hero-banner-two .shape_02 {
  top: 40%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}
.hero-banner-two .shape_03 {
  top: 45%;
  left: 0;
  width: 15.57%;
}
.hero-banner-two .shape_04 {
  top: 62%;
  right: 0;
  width: 15%;
}

.hero-banner-three {
  z-index: 1;
}
.hero-banner-three .container {
  max-width: 1430px;
}
.hero-banner-three .hero-heading {
  font-size: 100px;
  letter-spacing: 1px;
  line-height: 1.3em;
  color: #000;
}
.hero-banner-three .right-widget .main-count {
  font-size: 58px;
  margin: -17px 0 -4px;
}
.hero-banner-three .img-wrapper {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 33.53%;
  left: 50%;
  transform: translateX(-50%);
}
.hero-banner-three .img-wrapper .round-bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -7%);
}

.hero-banner-four {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
}
.hero-banner-four .hero-heading {
  font-family: "ClashDisplay";
  font-size: 130px;
  font-weight: 600;
  line-height: 0.884em;
}
.hero-banner-four .hero-heading span {
  color: #e6fd5a;
  display: block;
}
.hero-banner-four .media-wrapper {
  position: absolute;
  right: 3%;
  bottom: -6%;
  width: 42.56%;
  z-index: -1;
}
.hero-banner-four .shape_01 {
  bottom: -5%;
  right: 41%;
}
.hero-banner-four .shape_02 {
  bottom: 0;
  left: 14%;
  width: 30%;
}

.hero-banner-five {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five .bg-wrapper {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five .hero-heading {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five .rating h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five .rating p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five .media-wrapper {
  position: absolute;
  background: url(../images/assets/bg_05.svg) no-repeat left top;
  background-size: cover;
  border-radius: 0 30px 30px 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 39.43%;
}
.hero-banner-five .media-wrapper .shape_01 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five .media-wrapper .shape_02 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six .hero-heading {
  font-size: 100px;
  line-height: 1.05em;
  color: #044f3b;
}
.hero-banner-six .media-wrapper {
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six .media-wrapper .screen_01 {
  right: 4%;
  top: 4%;
  width: 41.1%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.hero-banner-six .media-wrapper .screen_02 {
  bottom: 9%;
  left: -28%;
  border-radius: 10px;
  width: 48.51%;
  box-shadow: -10px 30px 50px rgba(0, 0, 0, 0.07);
  z-index: 1;
  animation: jumpTwo 10s infinite linear;
}
.hero-banner-six .media-wrapper .bg-shape {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six .shape_01 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}
@media only screen and (max-width: 767.98px) {
  .hero-banner-six .media-wrapper {
    height: 350px;
  }
}

.hero-banner-seven {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 9;
}
.hero-banner-seven .hero-slider-one {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.hero-banner-seven .hero-slider-one .hero-img {
  position: relative;
  border-radius: 40px;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.hero-banner-seven .hero-slider-one .hero-img::after {
  content: "";
  position: absolute;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
  z-index: -1;
}
.hero-banner-seven .hero-slider-one .hero-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0px;
  top: 0;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  mix-blend-mode: overlay;
  transform: rotate(-180deg);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .hero-banner-seven .hero-slider-one .hero-img {
    border-radius: 15px;
  }
  .hero-banner-seven .hero-slider-one .hero-img::after {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .hero-banner-seven .hero-slider-one .hero-img::before {
    border-radius: 15px;
  }
}
.hero-banner-seven .hero-slider-one .slick-list,
.hero-banner-seven .hero-slider-one .slick-track,
.hero-banner-seven .hero-slider-one .item {
  height: 100%;
}
.hero-banner-seven .hero-heading {
  font-weight: 700;
  font-size: 110px;
  letter-spacing: -1px;
  line-height: 1em;
}
.hero-banner-seven .hero-heading span img {
  margin-left: 30px;
}
.hero-banner-seven .lead-form {
  background: #fff;
  border-radius: 30px;
  padding: 35px 50px 50px;
}
.hero-banner-seven .lead-form h3 {
  font-size: 32px;
}
.hero-banner-seven .lead-form label {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.hero-banner-seven .lead-form input {
  height: 65px;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.hero-banner-seven .lead-form button {
  height: 60px;
  border-radius: 10px;
  font-size: 17px;
  background: #d0ff45;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-banner-seven .lead-form button::before {
  content: "Send";
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.hero-banner-seven .lead-form button i {
  display: none;
  font-size: 0;
}
.hero-banner-seven .lead-form button.rounded-circle {
  border-radius: 10px !important;
}
.hero-banner-seven .lead-form button:hover {
  background: #29594b;
  color: #fff;
}
@media (max-width: 1366px) {
  .hero-banner-seven {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-seven .lead-form {
    padding: 32px 15px 35px;
  }
}

.hero-banner-eight {
  background: #144D41;
}
.hero-banner-eight:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/shape/shape_53.svg) no-repeat center;
  background-size: cover;
}
.hero-banner-eight .hero-heading {
  font-size: 110px;
  font-weight: 700;
  line-height: 1em;
}
.hero-banner-eight .media-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 43%;
}
.hero-banner-eight .media-wrapper .shape_01 {
  right: 5%;
  top: 27%;
  z-index: 0;
  max-width: 25%;
  animation: jumpTwo 5s infinite linear;
}
.hero-banner-eight .media-wrapper .shape_02 {
  left: 3%;
  bottom: 25%;
  z-index: 0;
  max-width: 35%;
  animation: jumpThree 5s infinite linear;
}

.fancy-banner-one {
  z-index: 1;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.fancy-banner-one:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #cfff45;
  z-index: -1;
}
.fancy-banner-one h2 {
  font-size: 68px;
  font-weight: normal;
  margin: 0;
}
.fancy-banner-one h2 span {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
.fancy-banner-one h3 {
  font-size: 48px;
  margin-bottom: -5px;
}
.fancy-banner-one p {
  color: rgba(25, 53, 45, 0.6);
}

.fancy-banner-three {
  background-size: cover;
  padding: 80px 0;
  z-index: 1;
}
.fancy-banner-three:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #174034;
  mix-blend-mode: darken;
}
.fancy-banner-three .title-one h2 {
  font-size: 58px;
}
.fancy-banner-three .quote-btn {
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #ffe86b;
}
.fancy-banner-three .quote-btn:hover {
  transform: rotate(15deg);
}
.fancy-banner-three .quote-btn.color-two {
  background: #cfff45;
}

.fancy-banner-four {
  background: #dceff0;
  z-index: 1;
}
.fancy-banner-four:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/shape/shape_10.svg) no-repeat left bottom;
  background-size: cover;
}
.fancy-banner-four ul li {
  font-size: 28px;
  color: #000;
  position: relative;
  padding-left: 42px;
  margin-bottom: 13px;
}
.fancy-banner-four ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.fancy-banner-four .platform-button-group a {
  width: 190px;
  height: 58px;
  padding: 0 5px 0 25px;
  margin: 10px 20px 0 0;
  background: #1b1b1b;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.fancy-banner-four .platform-button-group a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}
.fancy-banner-four .platform-button-group a .icon {
  margin-right: 14px;
}
.fancy-banner-four .platform-button-group a span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
  margin-bottom: -3px;
}
.fancy-banner-four .platform-button-group a strong {
  font-weight: 500;
  display: block;
}
.fancy-banner-four .platform-button-group a.ios-button {
  background: #fff;
  border-color: #dadada;
}
.fancy-banner-four .platform-button-group a.ios-button span {
  color: #999999;
}
.fancy-banner-four .platform-button-group a.ios-button strong {
  color: #000;
}

.fancy-banner-five {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-five.no-bg {
  background: none;
}
.fancy-banner-five.no-bg:before {
  display: none;
}
.fancy-banner-five.no-bg .bg-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fancy-banner-five.no-bg .bg-wrapper .video-icon {
  width: 185px;
  height: 185px;
  background: #dfff5e;
}
.fancy-banner-five:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #113d2f;
  mix-blend-mode: hard-light;
}
.fancy-banner-five h2 {
  font-size: 100px;
  line-height: 1.1em;
}
.fancy-banner-five .video-icon {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #ffe86b;
}
.fancy-banner-five .video-icon:hover {
  transform: rotate(15deg);
}

.fancy-banner-six {
  background: url(../images/media/img_34.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-six h2 {
  font-size: 85px;
  line-height: 1.117em;
}
.fancy-banner-six .video-icon {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #ffe86b;
}
.fancy-banner-six .video-icon:hover {
  transform: rotate(15deg);
}

.newsletter-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsletter-banner .main-wrapper {
  padding: 50px 0 45px;
}
.newsletter-banner .main-wrapper.top-border {
  border-top: 1px solid #e2e2e2;
}
.newsletter-banner .main-wrapper.bottom-border {
  border-bottom: 1px solid #e2e2e2;
}
.newsletter-banner h2 {
  font-size: 50px;
}
.newsletter-banner .newsletter-form-3b {
  position: relative;
  z-index: 1;
}
.newsletter-banner form {
  max-width: 510px;
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
}
.newsletter-banner form input {
  width: calc(100% - 75px);
  font-size: 18px;
  padding: 0 30px;
  height: 60px;
  background: #f6f6f6;
  border: none;
  border-radius: 35px;
}
.newsletter-banner form button {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: #101010;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.newsletter-banner form button:hover, .newsletter-banner form button:focus {
  background: #29594b;
}
.newsletter-banner form button.color-two {
  background: #29594b;
}
.newsletter-banner form button.color-two:hover, .newsletter-banner form button.color-two:focus {
  background: #000;
}
.newsletter-banner form p {
  font-size: 18px;
}
.newsletter-banner form p a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .newsletter-banner form {
    margin: 0 auto;
  }
  .newsletter-banner form input {
    width: 100%;
  }
}
.newsletter-banner.white-vr .main-wrapper {
  padding-top: 100px;
}
.newsletter-banner.white-vr .bottom-border {
  border-bottom: 1px dashed #37665c;
}
.newsletter-banner.white-vr .newsletter-form-3b {
  position: relative;
  z-index: 1;
}
.newsletter-banner.white-vr .newsletter-form-3b form button {
  background: #e6fd5a;
  color: #19352d;
  position: absolute;
  right: 0;
  top: 0;
}
.newsletter-banner.white-vr .newsletter-form-3b form p {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner.white-vr .newsletter-form-3b form p a {
  color: #e6fd5a;
}

.inner-banner-one {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
.inner-banner-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner-one::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(121.31deg, rgba(0, 0, 0, 0) 0.55%, rgba(0, 0, 0, 0.88) 98.35%);
}
.inner-banner-one .hero-heading {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  z-index: 1;
  padding: 10px 10px 23px 22px;
}
.inner-banner-one .hero-heading img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
}
.inner-banner-one .pager {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.inner-banner-one .pager li {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
.inner-banner-one .pager li:last-child {
  margin: 0;
  color: #fff;
}
.inner-banner-one .pager li a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-one .pager li a:hover {
  color: #fff;
}
.inner-banner-one .tag {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner-two {
  z-index: 1;
}
.inner-banner-two .pager {
  border-bottom: 1px solid #0a4020;
  padding-bottom: 2px;
}
.inner-banner-two .pager li {
  color: #000;
}
.inner-banner-two .pager li:nth-child(even) {
  padding: 0 5px;
}
.inner-banner-two .pager li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-two .pager li a:hover {
  color: #000;
}
.inner-banner-two .hero-heading {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  margin: 22px 0 40px;
}
.inner-banner-two .tag {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #19352d;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #19352d;
  text-transform: uppercase;
}
.inner-banner-two .shape_01 {
  left: 0%;
  bottom: 10%;
  width: 18.23%;
  animation: jumpTwo 6s infinite linear;
}
.inner-banner-two .shape_02 {
  right: 2%;
  bottom: 14%;
  width: 14.52%;
  animation: jumpThree 6s infinite linear;
}
.inner-banner-two .shape_03 {
  left: 24%;
  top: 33%;
  width: 2.2%;
  animation: rotated 50s infinite linear;
}
.inner-banner-two .shape_04 {
  right: 21%;
  bottom: 30%;
  width: 1.65%;
  animation: rotated 50s infinite linear;
}

.block-feature-one {
  z-index: 1;
}
.block-feature-one:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 22%;
  background: #ebf3ee;
  z-index: -1;
}
.block-feature-one .upper-wrapper {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.block-feature-one .section-subheading {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-one .shape_01 {
  width: 2.3%;
  top: 10%;
  left: 10%;
}
.block-feature-one .shape_02 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}

.block-feature-two .wrapper {
  border-top: 1px dashed #cacaca;
  border-bottom: 1px dashed #cacaca;
}
.block-feature-two .border-line {
  border-left: 1px dashed #cacaca;
  border-right: 1px dashed #cacaca;
}
.block-feature-two .numb {
  display: inline-block;
  font-size: 90px;
  letter-spacing: -1px;
  color: #19352d;
  position: relative;
}
.block-feature-two .numb::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #cfff45;
  right: 8px;
  top: 27px;
  z-index: -1;
}

.block-feature-three {
  z-index: 1;
}
.block-feature-three:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #ebf3ee;
  z-index: -1;
  display: none;
}
.block-feature-three.no-bg:before {
  display: none;
}
.block-feature-three .section-btn {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three .block-title a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352d;
}
.block-feature-three .block-title a:hover {
  text-decoration: underline;
}
.block-feature-three .round-btn {
  font-size: 18px;
  font-weight: 900;
  color: #29594b;
  width: 38px;
  height: 38px;
  border: 1px solid #29594b;
}
.block-feature-three .round-btn:hover {
  background: #cfff45;
  border-color: #cfff45;
  color: #19352d;
}
.block-feature-three .block-one {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 470px;
}
.block-feature-three .block-one .tag {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three .block-one .block-title {
  background: url(../images/shape/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three .block-two {
  overflow: hidden;
}
.block-feature-three .block-two .img-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 42%;
}
.block-feature-three .block-two .text-wrapper {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three .block-two .tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594b;
  padding: 0 17px;
}
.block-feature-three .block-three {
  background: #d3ff76;
}
.block-feature-three .block-three .tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594b;
  padding: 0 17px;
}
.block-feature-three .block-three .round-btn {
  background: #fff;
  border-color: #fff;
}
.block-feature-three .block-three .round-btn:hover {
  background: #29594b;
  border-color: #29594b;
  color: #fff;
}
.block-feature-three .block-four {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-feature-three .block-four .block-title {
  background: url(../images/shape/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three .block-four .block-title a {
  font-size: 28px;
}
.block-feature-three .block-four .tag {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594b;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three .block-four .round-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three .block-four .round-btn:hover {
  background: #cfff45;
  border-color: #cfff45;
  color: #000;
}
.block-feature-three .block-five {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 358px;
}
.block-feature-three .block-five .tag {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three .block-five .block-title {
  background: url(../images/shape/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

.block-feature-four {
  z-index: 1;
}
.block-feature-four .shape_01 {
  top: 0;
  left: 7%;
  width: 2.52%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.block-feature-four .shape_02 {
  bottom: 2%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.block-feature-five {
  z-index: 1;
}
.block-feature-five:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../images/img/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.block-feature-five .section-btn {
  position: absolute;
  right: 0;
  top: 75px;
}
.block-feature-five .shape_01 {
  right: 6%;
  bottom: 5%;
  width: 1%;
  animation: rotated 50s infinite linear;
}

.block-feature-six {
  background: #dceff0;
  z-index: 1;
}
.block-feature-six:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../images/shape/shape_10.svg) no-repeat center;
  background-size: cover;
}
.block-feature-six.bg-two {
  background: #ebf3ee;
}
.block-feature-six.bg-two:before {
  display: none;
}
.block-feature-six .shape_01 {
  bottom: 12%;
  left: 8%;
  width: 10%;
}
.block-feature-six .shape_02 {
  bottom: 39%;
  left: 30%;
  width: 2.5%;
}

.block-feature-seven {
  z-index: 1;
}
.block-feature-seven .shape_01 {
  top: 2%;
  right: 0;
  animation: rotated 50s infinite linear;
}

.block-feature-eight {
  background: url(../images/assets/bg_02.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.block-feature-eight .section-btn {
  position: absolute;
  right: 0;
  top: 72px;
}
.block-feature-eight .shape_01 {
  width: 40px;
  bottom: -20px;
  left: 25%;
  animation: rotated 50s infinite linear;
}

.block-feature-nine {
  z-index: 1;
  background: #000;
  border-radius: 30px 30px 100px 100px;
}
.block-feature-nine:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 39%;
  left: 0;
  top: 0;
  background: #edf8eb;
  border-radius: 30px 30px 0 0;
  z-index: -1;
}
.block-feature-nine:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
}
.block-feature-nine .heading {
  font-size: 85px;
  line-height: 1.411em;
}
.block-feature-nine .heading span {
  color: #dfff5e;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.block-feature-nine .heading a {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  background: #dfff5e;
  border-radius: 50%;
  position: relative;
  margin-left: 100px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.block-feature-nine .heading a:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  left: -85px;
  top: calc(50% - 3px);
  background: #fff;
}
.block-feature-nine .heading a:hover {
  background: #e6fd5a;
}
.block-feature-nine .shape_01 {
  right: 0;
  top: 5%;
  width: 4%;
}
.block-feature-nine .shape_02 {
  left: 7%;
  bottom: 0;
  width: 8.4%;
}
.block-feature-nine .shape_03 {
  right: 5%;
  bottom: 5%;
}

.block-feature-ten .shape_01 {
  top: 1%;
  right: 5%;
  width: 2%;
}
.block-feature-ten .line-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  left: 0;
  top: 50%;
}

.block-feature-eleven {
  z-index: 1;
}
.block-feature-eleven .slider-wrapper {
  width: 78vw;
}
.block-feature-eleven .slider-wrapper .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: -140px;
}
.block-feature-eleven .slider-wrapper .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #1f5e59;
}
.block-feature-eleven .slider-wrapper .slick-dots .slick-active button {
  background: #1f5e59;
}
@media only screen and (max-width: 991.98px) {
  .block-feature-eleven .slider-wrapper {
    width: 100%;
  }
}
.block-feature-eleven .shape_01 {
  left: 0;
  bottom: 0;
  max-width: 13.4%;
}

.block-feature-twelve {
  background: #edf1ee;
  z-index: 1;
}
.block-feature-twelve .shape_01 {
  right: 0;
  top: 12%;
  max-width: 13.4%;
}

.block-feature-eighteen {
  background: url(../images/media/img_52.jpg) no-repeat left top;
  background-size: cover;
}
.block-feature-eighteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.44) 24.81%, rgba(0, 0, 0, 0) 94.81%);
  top: 0;
  left: 0;
  z-index: -1;
}
.block-feature-eighteen .bg-wrapper {
  padding: 48px 60px 60px;
  border-radius: 20px;
  background: #144D41;
}
.block-feature-eighteen .bg-wrapper ul {
  position: relative;
  z-index: 1;
}
.block-feature-eighteen .bg-wrapper ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 96%;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
  left: 20px;
  top: 2%;
  z-index: -1;
}
.block-feature-eighteen .bg-wrapper ul li {
  position: relative;
  background: #fff;
  border-radius: 45px;
  padding: 9px 45px 9px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #1f5e59;
  display: inline-block;
  margin-bottom: 35px;
  margin-left: 52px;
}
.block-feature-eighteen .bg-wrapper ul li:last-child {
  margin-bottom: 0;
}
.block-feature-eighteen .bg-wrapper ul li:before {
  content: url(../images/icon/icon_111.svg);
  position: absolute;
  left: -52px;
  top: 0;
}
.block-feature-eighteen .bg-wrapper .more-btn {
  border-radius: 30px;
  padding: 5px 5px 5px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #fff;
}
.block-feature-eighteen .bg-wrapper .more-btn .icon {
  width: 40px;
  height: 40px;
  background: #FFDB1E;
}
.block-feature-eighteen .bg-wrapper .more-btn:hover {
  background: #fff;
  color: #1f5e59;
}

.feature-list-one {
  margin-bottom: 45px;
}
.feature-list-one .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.feature-list-one .feature-title {
  background: #fff;
  border-radius: 45px;
  padding: 9px 45px 9px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #1f5e59;
  display: inline-block;
  margin-left: 52px;
}

.video-wrapper-four .video-icon {
  width: 170px;
  height: 170px;
  color: #000;
  padding: 20px;
  background: #FFDB1E;
}
.video-wrapper-four .video-icon:hover {
  background: #dfff5e;
}

.text-feature-one .line-wrapper {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one .line-wrapper .shape_01 {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one .card-style-three {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one .card-style-three:last-child {
  border-bottom: none;
}
.text-feature-one .media-list-item {
  height: 600px;
  width: 590px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.text-feature-one .media-list-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.1%, #000000 100%);
  mix-blend-mode: overlay;
}
.text-feature-one .media-list-item li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-one .media-list-item li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #cfff45;
  left: 10px;
  top: 7px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one .media-list-item li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #29594b;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one .media-list-item li:hover:before {
  background: #29594b;
}
.text-feature-one .media-list-item li:hover:after {
  color: #fff;
}

.text-feature-two {
  background: #0c3a30;
  z-index: 1;
}
.text-feature-two .shape_01 {
  top: 16%;
  left: 3%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.text-feature-two .shape_02 {
  bottom: 5%;
  right: 2%;
  width: 1.5%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.text-feature-three {
  z-index: 1;
}
.text-feature-three .counter-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-feature-three .media-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  z-index: 1;
  max-width: 590px;
}
.text-feature-three .media-wrapper .screen_01 {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}
.text-feature-three .media-wrapper .screen_02 {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}
.text-feature-three .media-wrapper .screen_03 {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}
.text-feature-three .shape_01 {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-four {
  z-index: 1;
}
.text-feature-four .avatar {
  width: 65px;
  height: 65px;
}
.text-feature-four .name {
  font-size: 28px;
}
.text-feature-four .quote-text {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four .shape_01 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four .shape_02 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five .bg-wrapper {
  background: #fff2ac;
}
.text-feature-five li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-five li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff2ac;
  left: 10px;
  top: 7px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #29594b;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five li:hover:before {
  background: #29594b;
}
.text-feature-five li:hover:after {
  color: #fff;
}
.text-feature-five .media-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five .media-wrapper .video-icon {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five .media-wrapper .video-icon:hover {
  background: #cfff45;
}
.text-feature-five .media-wrapper .screen_01 {
  left: -9%;
  bottom: -9%;
  width: 46.3%;
  animation: jumpThree 5s infinite linear;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}

.text-feature-six {
  z-index: 1;
}
.text-feature-six .media-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six .media-wrapper .screen_01 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six .shape_01 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six .shape_02 {
  top: 1%;
  right: 39%;
}

.text-feature-seven ul li {
  font-weight: 500;
  color: #0e3e2f;
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
.text-feature-seven ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 1px;
  left: 0;
}

.text-feature-nine {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine .block .icon {
  height: 50px;
}
.text-feature-nine .vertical-text-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine .vertical-text-wrapper .text-list {
  padding: 0 35px;
  font-weight: 700;
  font-size: 125px;
  letter-spacing: -2px;
  height: 20%;
  width: 100%;
  border-top: 1px solid rgba(254, 255, 252, 0.17);
  display: flex;
  align-items: center;
  justify-content: end;
  color: #ffffff;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.text-feature-nine .vertical-text-wrapper .text-list:hover {
  color: #c5ff4a;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine .vertical-text-wrapper .shape_01 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine .vertical-text-wrapper .shape_02 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine .shape_03 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine .shape_04 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one .section-btn {
  position: absolute;
  right: 0;
  top: 25px;
}

.team-section-two {
  background: #fff;
  border: 1px solid #000;
}
.team-section-two .section-btn {
  position: absolute;
  right: 0;
  top: 30px;
}

.team-section-three {
  z-index: 1;
}
.team-section-three:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../images/shape/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three .section-btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three .shape_01 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three .shape_02 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}

.team-details .bg-wrapper {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.team-details .bg-wrapper .border-right {
  border-right: 1px solid #e9e9e9;
}
.team-details .bg-wrapper .member-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-details .bg-wrapper .name {
  font-size: 32px;
}
.team-details .bg-wrapper .post {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.team-details .bg-wrapper h6 {
  font-size: 20px;
  padding: 42px 0 10px;
}
.team-details .bg-wrapper p {
  font-size: 18px;
}
.team-details .bg-wrapper .social-share li a {
  font-size: 20px;
  color: #19352d;
  margin-right: 20px;
}
.team-details .bg-wrapper .social-share li a:hover {
  color: #29594b;
}
.team-details .bg-wrapper h3 {
  font-size: 28px;
}
.team-details .bg-wrapper table {
  font-size: 18px;
}
.team-details .bg-wrapper table tr td:first-child {
  color: rgba(36, 64, 52, 0.6);
  padding: 13px 0;
}
.team-details .bg-wrapper table tr td:last-child {
  font-weight: 500;
  color: #19352d;
}

.faq-section-two {
  z-index: 1;
}
.faq-section-two .section-btn {
  position: absolute;
  right: 0;
  top: 13px;
}
.faq-section-two .shape_01 {
  top: 1%;
  right: 33%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.faq-section-two .shape_02 {
  bottom: 3%;
  left: 5%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.faq-section-three .tab-content {
  background: #fff;
  border-radius: 30px;
  padding: 0 60px;
}
.faq-section-three .tab-content .accordion-style-one .accordion-item:last-child {
  border-bottom: none;
}
.faq-section-three .tab-content .accordion-style-one .accordion-item:first-child {
  border-top: none;
}
.faq-section-three nav .nav {
  border: none;
}
.faq-section-three nav .nav .nav-link {
  background: transparent;
  border: 0;
  border-radius: 30px;
  height: 36px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  margin: 0 2px 10px;
}
.faq-section-three nav .nav .nav-link.active {
  background: #29594b;
  color: #fff;
}

.pricing-section .contact-banner {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
  padding: 48px 45px;
}
.pricing-section .contact-banner h2 {
  font-size: 42px;
  line-height: 1.238em;
  margin: 0;
}
.pricing-section .contact-banner h2 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.pricing-section .contact-banner .screen_01 {
  left: 3%;
  top: 13%;
  width: 12.4%;
}

.pricing-nav .nav {
  border: 2px solid #186560;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-nav .nav .nav-link {
  width: 150px;
  height: 61px;
  font-weight: 500;
  color: #186560;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.pricing-nav .nav .nav-link.active {
  background: #186560;
  color: #fff;
}

.error-page {
  z-index: 1;
}
.error-page h1 {
  font-size: 140px;
  line-height: 1em;
}
.error-page h2 {
  font-size: 85px;
  padding: 32px 0 36px;
}
.error-page .shape_01 {
  right: 1%;
  bottom: 20%;
  width: 14.52%;
}
.error-page .shape_02 {
  left: 1%;
  bottom: 30%;
  width: 18.64%;
}

.chart-bar-wrapper canvas {
  height: 280px;
}

.accordion-style-one .accordion-item {
  border: none;
  border-top: 1px solid #e0e0e0;
  border-radius: 0;
}
.accordion-style-one .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.55em;
  color: #19352d;
  padding: 33px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion-style-one .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 40px;
}
.accordion-style-one .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 300;
  font-size: 32px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-one .accordion-item .accordion-body {
  padding: 0 35px 20px 0;
}
.accordion-style-one .accordion-item .accordion-body p {
  margin: 0;
}
.accordion-style-one .accordion-item:last-child {
  border-bottom: 1px solid transparent;
}

.accordion-style-two .accordion-item {
  border: none;
  background: #fffaeb;
  border-radius: 0;
}
.accordion-style-two .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.55em;
  color: #aea78f;
  padding: 28px 50px;
  background: transparent;
  border-radius: 40px 40px 0 0;
  box-shadow: none;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-style-two .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 1.5em;
  line-height: 36px;
}
.accordion-style-two .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 400;
  text-align: center;
  color: #000;
  line-height: 48px;
  font-size: 32px;
  background: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
}
.accordion-style-two .accordion-item .accordion-body {
  padding: 20px 50px 55px;
}
.accordion-style-two .accordion-item .accordion-body h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  font-weight: 700;
}
.accordion-style-two .accordion-item .accordion-body ul li {
  display: inline-block;
  color: #272727;
  font-weight: 500;
  background: #fff;
  border-radius: 45px;
  padding: 6px 16px 6px 40px;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.accordion-style-two .accordion-item .accordion-body ul li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 6px;
  left: 14px;
  color: #212121;
}
.accordion-style-two .accordion-item .accordion-body .media-wrapper {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  max-width: 610px;
}
.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon {
  width: 90px;
  height: 90px;
  background: #fff;
}
.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon:hover {
  background: #cfff45;
}
.accordion-style-two .accordion-item:nth-child(1) {
  border-radius: 40px 40px 0 0;
}
.accordion-style-two .accordion-item:nth-child(2) {
  background: #fffaeb;
}
.accordion-style-two .accordion-item:nth-child(2) .accordion-button {
  background: #fbf4dc;
}
.accordion-style-two .accordion-item:nth-child(2) .accordion-body {
  background: #fbf4dc;
}
.accordion-style-two .accordion-item:nth-child(3) {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two .accordion-item:nth-child(3) .accordion-button {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two .accordion-item:nth-child(3) .accordion-body {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}

.accordion-style-three .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}
.accordion-style-three .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55em;
  color: #0e3e2f;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-three .accordion-item .accordion-button:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-three .accordion-item .accordion-body {
  padding: 0 35px 8px 0;
}

.accordion-style-four .accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 30px;
}
.accordion-style-four .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.55em;
  color: #1f5e59;
  padding: 24px 50px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.accordion-style-four .accordion-item .accordion-button span {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin-right: 22px;
  min-width: 30px;
}
.accordion-style-four .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 15px;
  background: #144D41;
  color: #fff;
}
.accordion-style-four .accordion-item .accordion-button:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-four .accordion-item .accordion-body {
  background: #fff;
  padding: 0 15px 20px 102px;
  background: #144D41;
}
.accordion-style-four .accordion-item .accordion-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.partner-logo-two {
  background: #000;
  border-bottom: 2px solid #000;
}
.partner-logo-two .bg-wrapper {
  background: #dfff5e;
  border-radius: 30px;
}
.partner-logo-two .bg-wrapper .wrapper {
  max-width: 1660px;
  padding: 22px 12px;
}
.partner-logo-two .bg-wrapper .title {
  color: #000;
  font-size: 30px;
}
.partner-logo-two .bg-wrapper .logo-wrapper {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  letter-spacing: -0.5px;
}
.partner-logo-two .bg-wrapper .logo-wrapper .br-name {
  margin: 0 10px;
}
.partner-logo-two .bg-wrapper .logo-wrapper .br-name img {
  width: 15px;
}

.partner-logo-one .logo {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content {
  margin: 40px auto;
}

.user-data-form {
  background: #fff;
  margin: 0 auto;
  max-width: 720px;
  border-radius: 20px !important;
  padding: 50px 15px 40px;
}
.user-data-form h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}
.user-data-form p a {
  color: #31795a;
}
.user-data-form p a:hover {
  text-decoration: underline;
}
.user-data-form .form-wrapper {
  max-width: 100%;
  width: 100%;
  padding: 40px;
}
.user-data-form .form-wrapper .input-group-meta input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border: 1px solid rgba(37, 64, 53, 0.06);
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: rgba(0, 0, 0, 0.04);
}
.user-data-form .form-wrapper .input-group-meta label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon {
  position: absolute;
  height: 55px;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.45);
  font-size: 17px;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span:before {
  content: "";
  width: 2px;
  height: 26px;
  background: #000;
  position: absolute;
  top: 14px;
  left: 24px;
  transform: rotate(45deg);
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.user-data-form .form-wrapper .input-group-meta .placeholder_icon span.eye-slash:before {
  opacity: 0;
}
.user-data-form .form-wrapper .signup-form {
  text-align: center;
}
.user-data-form .agreement-checkbox label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #19352d;
  cursor: pointer;
  padding-left: 22px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox label a {
  color: #0e3e2f;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox label:before {
  content: "";
  width: 14px;
  height: 14px;
  line-height: 11px;
  border-radius: 2px;
  border: 2px solid #b3b3b3;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox input[type=checkbox]:checked + label:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  background: #000;
  color: #fff;
  border-color: #000;
}
.user-data-form .agreement-checkbox a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox a:hover {
  text-decoration: underline;
  color: #0e3e2f;
}
.user-data-form .line {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
}
.user-data-form .social-use-btn:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn img {
  width: 20px;
}
.user-data-form .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  box-shadow: none;
  z-index: 1;
}
.user-data-form .nav {
  background: #f0f5f3;
  border-radius: 40px;
}
.user-data-form .nav .nav-item {
  width: 50%;
}
.user-data-form .nav .nav-item .nav-link {
  font-weight: 500;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 40px;
  font-size: 20px;
  color: #839b8f;
}
.user-data-form .nav .nav-item .nav-link.active {
  color: #29594b;
  border-color: #29594b;
}
@media (max-width: 767px) {
  .user-data-form .user-data-form h2 {
    font-size: 25px;
  }
  .user-data-form .form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.signup-form .um-half {
  width: 100%;
}
.signup-form .um-right.um-half {
  display: none;
}

.counter-block-one .main-count {
  font-size: 64px;
  color: #19352d;
}

.counter-block-two .main-count {
  font-size: 68px;
  color: #19352d;
  margin-bottom: -5px;
}

.counter-block-three .main-count {
  font-size: 70px;
  color: #1f5e59;
  margin-bottom: -5px;
}

.counter-block-four {
  border: 1px solid #1f5e59;
  padding: 30px 15px 20px;
  border-radius: 20px;
}
.counter-block-four .main-count {
  font-size: 90px;
  margin-bottom: -12px;
}

.pagination-one ul {
  margin: 0 -5;
}
.pagination-one ul li {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  color: #19352d;
}
.pagination-one ul li:not(:last-child) a,
.pagination-one ul li:not(:last-child) span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-one ul li:not(:last-child) a.current, .pagination-one ul li:not(:last-child) a.active, .pagination-one ul li:not(:last-child) a:hover, .pagination-one ul li:not(:last-child) a:focus,
.pagination-one ul li:not(:last-child) span.current,
.pagination-one ul li:not(:last-child) span.active,
.pagination-one ul li:not(:last-child) span:hover,
.pagination-one ul li:not(:last-child) span:focus {
  background: #29594b;
  color: #fff;
}

.pagination-two {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}
.pagination-two .pr-dir {
  font-size: 16px;
  letter-spacing: 0.89px;
  color: #979797;
}
.pagination-two .pr-name {
  font-size: 32px;
  color: #19352d;
  margin-top: 4px;
}
.pagination-two i {
  font-size: 30px;
  width: 75px;
  height: 75px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-two a:hover i {
  background: #cfff45;
  border-color: #cfff45;
}
.pagination-two.border-0 i {
  border: none;
}
.pagination-two.border-0 a:hover i {
  background: #ffe86b;
}

.login-form ul.um-misc-ul li a {
  font-size: 18px;
  line-height: 30px;
}
.login-form .um-misc-img {
  margin-bottom: 15px;
}
.login-form .um-half {
  width: 100%;
}
.login-form .um-right.um-half {
  display: none;
}

.card-style-one .icon {
  background: #fff;
  width: 62px;
  height: 62px;
}
.card-style-one .text {
  width: calc(100% - 62px);
}
.card-style-one:hover .icon {
  background: #cfff45;
}

.card-style-two {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border: 1px solid #ebf3ee;
  border-radius: 20px;
}
.card-style-two .icon {
  height: 50px;
}
.card-style-two .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-two:hover {
  background: #cfff45;
  border-color: #cfff45;
}
.card-style-two:hover .arrow-btn {
  opacity: 1;
}

.card-style-three .icon {
  height: 38px;
}

.card-style-four .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-four .media:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  right: -25px;
  bottom: -25px;
  background: #fff;
}
.card-style-four .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352d;
  opacity: 0;
}
.card-style-four .round-btn:hover {
  background: #cfff45;
}
.card-style-four:hover .media::before,
.card-style-four:hover .round-btn {
  opacity: 1;
}

.card-style-five .icon {
  height: 42px;
}
.card-style-five .main-count {
  font-size: 68px;
  color: #ffdb1e;
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 42px;
  padding-top: 25px;
}
.card-style-five p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6em;
}

.card-style-six {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border-radius: 30px;
}
.card-style-six:hover, .card-style-six.active {
  background: #edf1ee;
}
.card-style-six:hover .arrow-btn, .card-style-six.active .arrow-btn {
  opacity: 1;
}
.card-style-six .icon {
  width: 70px;
  height: 70px;
  background: #29594b;
}
.card-style-six .arrow-btn {
  opacity: 0.3;
  width: 34px;
}

.card-style-seven {
  position: relative;
  padding: 40px 30px 45px;
  background: #fff;
  border-radius: 30px;
}
.card-style-seven .icon {
  width: 70px;
  height: 70px;
  background: #ffe86b;
}
.card-style-seven p {
  font-size: 18px;
  line-height: 1.666em;
}
.card-style-seven .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-seven:hover, .card-style-seven.active {
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
}
.card-style-seven:hover .arrow-btn, .card-style-seven.active .arrow-btn {
  opacity: 1;
}
.card-style-seven:hover .icon, .card-style-seven.active .icon {
  background: #cfff45;
}

.card-style-eight {
  padding: 40px 35px 30px;
  background: #fff;
  position: relative;
}
.card-style-eight:hover {
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
}
.card-style-eight .icon {
  height: 55px;
}
.card-style-eight .icon img {
  max-height: 100%;
}

.card-style-nine {
  background: #f6f6f6;
  padding: 50px 55px 0;
}
.card-style-nine .icon {
  width: 60px;
  height: 60px;
  background: #ffe86b;
}
.card-style-nine h3 {
  font-size: 32px;
}

.card-style-ten {
  padding-bottom: 60px;
}
.card-style-ten h4 {
  color: #0e3e2f;
}
.card-style-ten .main-count {
  font-size: 80px;
  color: #0e3e2f;
  z-index: 1;
  margin-bottom: -16px;
}
.card-style-ten .main-count:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  background: #c5ff4a;
  left: 0;
  bottom: 19%;
  z-index: -1;
}

.card-style-eleven {
  position: relative;
  padding: 45px 40px 48px;
  background: #fff;
  border-radius: 20px;
}
.card-style-eleven h4 {
  font-family: "ClashDisplay";
  color: #0e3e2f;
}
.card-style-eleven .icon {
  height: 58px;
}
.card-style-eleven .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-eleven:hover {
  background: #f3f3f3;
}
.card-style-eleven:hover .arrow-btn {
  opacity: 1;
}

.card-style-twelve h4 {
  color: #0e3e2f;
}
.card-style-twelve .icon {
  width: 55px;
  height: 55px;
  border: 1px solid #e0e0e0;
}
.card-style-twelve .arrow-btn {
  opacity: 0.3;
  width: 34px;
}
.card-style-twelve:hover .icon {
  background: #e0e0e0;
}

.card-style-thirteen {
  background: #fff;
  border-radius: 200px;
  border: 1px solid #fff;
  padding: 110px 45px 120px;
  position: relative;
  z-index: 1;
}
.card-style-thirteen:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background: #000;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
}
.card-style-thirteen .icon {
  height: 75px;
}
.card-style-thirteen .icon img {
  max-height: 100%;
}
.card-style-thirteen p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}
.card-style-thirteen h3 {
  font-size: 30px;
  line-height: 1.266em;
  color: #000;
}
.card-style-thirteen:hover {
  background: #dfff5e;
  border-color: #000;
}

.card-style-fourteen .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(223, 255, 94, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fourteen .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0c3a30;
  color: #fff;
  opacity: 0;
}
.card-style-fourteen .round-btn:hover {
  background: #cfff45;
  color: #19352d;
}
.card-style-fourteen:hover .media::before,
.card-style-fourteen:hover .round-btn {
  opacity: 1;
}
.card-style-fourteen p {
  color: #b6b6b6;
}

.card-style-fifteen {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}
.card-style-fifteen .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fifteen .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0c3a30;
  color: #fff;
  opacity: 0;
}
.card-style-fifteen .round-btn:hover {
  background: #cfff45;
  color: #19352d;
}
.card-style-fifteen:hover .media::before,
.card-style-fifteen:hover .round-btn {
  opacity: 1;
}
.card-style-fifteen h4 {
  font-size: 22px;
}
.card-style-fifteen p {
  color: #b6b6b6;
}

.card-style-sixteen {
  position: relative;
}
.card-style-sixteen .icon {
  width: 60px;
  height: 60px;
  background: #ffe86b;
}
.card-style-sixteen .text {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.card-style-sixteen:hover .icon, .card-style-sixteen.active .icon {
  background: #cfff45;
}
.card-style-sixteen.arrow:before, .card-style-sixteen.arrow:after {
  content: url(../images/shape/shape_30.svg);
  position: absolute;
  top: 11px;
  left: -99px;
}
.card-style-sixteen.arrow:after {
  left: auto;
  right: -99px;
}

.card-style-seventeen {
  padding: 30px 30px 40px;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
}
.card-style-seventeen .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #f6f6f6;
}
.card-style-seventeen .text {
  width: calc(100% - 70px);
  padding-left: 25px;
}
.card-style-seventeen .text .btn-three {
  color: #1f5e59;
}
.card-style-seventeen .text .btn-three i {
  font-size: 0.8em;
}
.card-style-seventeen:hover {
  background: #cfff45;
  border-color: #cfff45;
}
.card-style-seventeen:hover .icon {
  background: #fff;
}
@media only screen and (max-width: 991.98px) {
  .card-style-seventeen .text {
    width: 100%;
    padding-left: 0;
  }
}

.card-style-eighteen {
  padding: 5px 35px 0;
  border-radius: 20px;
  background: #1f5e59;
  z-index: 1;
}
.card-style-eighteen:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../assets/images/img/bg_08.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.card-style-eighteen .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #cfff45;
}
.card-style-eighteen blockquote {
  font-size: 36px;
  color: #fff;
  line-height: 1.555em;
  letter-spacing: -0.5px;
  margin: 30px 0 35px;
}
.card-style-eighteen h6 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.card-style-eighteen h6 span {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
}

.card-style-nineteen {
  padding: 30px 50px 50px;
  border-radius: 20px;
  background: #fff;
}
.card-style-nineteen h2 {
  font-size: 48px;
}
.card-style-nineteen .counter-block-one .main-count {
  font-size: 58px;
  color: #1f5e59;
}

.card-style-twenty {
  background: #fff;
  border-radius: 20px;
  padding: 35px 35px 40px;
}
.card-style-twenty .icon {
  width: 60px;
  height: 60px;
  background: #1f5e59;
}
.card-style-twenty .text {
  width: calc(100% - 60px);
  padding-left: 35px;
}
.card-style-twenty .text .arrow-btn {
  position: absolute;
  right: 50px;
  top: 40px;
}
.card-style-twenty:hover {
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 575px) {
  .card-style-twenty .text .arrow-btn {
    position: static;
  }
}

.card-style-twentyOne .icon {
  width: 320px;
  height: 320px;
  padding: 13%;
  border: 1px solid rgba(25, 97, 100, 0.15);
}
.card-style-twentyOne .icon .numb {
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  font-size: 24px;
  color: #000;
  bottom: -23px;
  left: calc(50% - 23px);
  z-index: 1;
  background: #fff;
}

.card-style-twentyTwo {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 50px 12px 70px;
  position: relative;
}
.card-style-twentyTwo .icon {
  height: 83px;
}
.card-style-twentyTwo h4 {
  font-size: 28px;
  margin: 135px 0 20px;
  text-transform: capitalize;
}
.card-style-twentyTwo .learn-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.card-style-twentyTwo:hover {
  background: #FFDB1E;
}

.card-style-twentyThree {
  background: #144D41;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card-style-twentyThree .media {
  position: relative;
  z-index: 1;
}
.card-style-twentyThree .media::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.card-style-twentyThree .name {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-radius: 15px;
  padding: 15px 10px 10px;
  background: #fff;
  text-align: center;
  opacity: 0;
  z-index: 2;
}
.card-style-twentyThree .name h4 {
  font-size: 22px;
}
.card-style-twentyThree:hover .media::after {
  background: rgba(31, 94, 89, 0.5);
}
.card-style-twentyThree:hover .name {
  opacity: 1;
}
.card-style-twentyThree:hover img {
  opacity: 0.3;
}

.pricing-card-one {
  background: #fff;
  border-radius: 20px;
  padding: 45px 70px 50px;
}
.pricing-card-one h2 {
  font-size: 36px;
}
.pricing-card-one p {
  line-height: 1.5em;
  color: #878787;
  padding: 17px 0 20px;
}
.pricing-card-one p span {
  color: #000;
}
.pricing-card-one .price-banner {
  padding: 8px 10px;
  border-radius: 15px;
  background: #f4f4f4;
  margin-bottom: 30px;
}
.pricing-card-one .price-banner .price {
  font-size: 52px;
  font-weight: 500;
  color: #19352d;
  line-height: initial;
}
.pricing-card-one .price-banner .price sup {
  font-size: 0.461em;
  top: -18px;
  left: 6px;
}
.pricing-card-one .price-banner strong {
  color: #19352d;
  display: block;
  margin-bottom: -9px;
}
.pricing-card-one .price-banner span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.pricing-card-one ul li {
  color: #000;
  margin-top: 10px;
}
.pricing-card-one .action-btn {
  max-width: 335px;
  margin: auto auto 0;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px;
  color: #8b8b8b;
}
.pricing-card-one .action-btn a {
  font-weight: 500;
  color: #19352d;
}
.pricing-card-one .action-btn a i {
  display: inline-block;
  width: 20px;
  line-height: 15px;
  background: #0c3a30;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  font-weight: 900;
  vertical-align: 3px;
  margin-left: 4px;
}
.pricing-card-one .action-btn a:hover {
  text-decoration: underline;
}

.service-details .details-meta h2 {
  font-size: 64px;
  line-height: 1.1875em;
  font-weight: 700;
  margin-bottom: 42px;
}
.service-details .details-meta p {
  margin-bottom: 35px;
}
.service-details .details-meta h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-details .details-meta .line-wrapper {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.service-details .details-meta .quote-wrapper {
  padding: 50px 80px 60px;
  border-radius: 30px;
  z-index: 1;
}
.service-details .details-meta .quote-wrapper .icon {
  margin-top: 7px;
}
.service-details .details-meta .quote-wrapper .shape-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.service-details .details-meta .quote-wrapper blockquote {
  font-size: 48px;
  line-height: 1.354em;
  font-weight: 500;
  color: #19352d;
  margin-bottom: 30px;
}
.service-details .details-meta .quote-wrapper .shape_01 {
  bottom: 0;
  right: 1%;
  width: 37.2%;
}
.service-details .details-meta .list-item li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-left: 45px;
  margin-bottom: 24px;
  position: relative;
}
.service-details .details-meta .list-item li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff2ac;
  left: 0;
  top: 3px;
}
.service-details .details-meta .list-item li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 3px;
  left: 5px;
  color: #000;
}
.service-details .service-nav-item {
  background: #ebf3ee;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 25px;
}
.service-details .service-nav-item a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding: 24px 0;
  line-height: 20px;
  border-bottom: 1px dashed rgba(10, 64, 32, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.service-details .service-nav-item a img {
  width: 20px;
  margin-right: 22px;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.service-details .service-nav-item a.active, .service-details .service-nav-item a:hover {
  color: #0a4020;
}
.service-details .service-nav-item a.active img, .service-details .service-nav-item a:hover img {
  opacity: 1;
}
.service-details .service-nav-item li:last-child a {
  border: none;
}
.service-details .contact-banner {
  padding: 35px 3% 50px;
  background: #ffe86b;
  border-radius: 20px;
}
.service-details .contact-banner h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.service-details .contact-banner a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.service-details .contact-banner a:hover {
  background: #0c3a30;
  border-color: #0c3a30;
  color: #fff;
}

#isotop-gallery-wrapper {
  margin: 0 -20px;
}
#isotop-gallery-wrapper .grid-sizer,
#isotop-gallery-wrapper .isotop-item {
  padding: 0 20px;
}
#isotop-gallery-wrapper.column-two .grid-sizer,
#isotop-gallery-wrapper.column-two .isotop-item {
  width: 50%;
}

.portfolio-one {
  background: #fff;
  border: 1px solid #000;
}
.portfolio-one .section-btn {
  position: absolute;
  right: 0;
  top: 50px;
}

.portfolio-block-one .img-holder {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one .img-holder.round-border {
  border-radius: 30px;
}
.portfolio-block-one .img-holder .expend {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 35px;
  opacity: 0;
}
.portfolio-block-one .img-holder i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-block-one .img-holder i:hover {
  background: #dfff5e;
}
.portfolio-block-one:hover .expend {
  opacity: 1;
}
.portfolio-block-one:hover .img-meta {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one:hover .pj-title {
  text-decoration: underline;
}
.portfolio-block-one .caption {
  margin-top: 35px;
}
.portfolio-block-one .caption .tag {
  margin: 0 -3px;
}
.portfolio-block-one .caption .tag li {
  margin: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  color: #b8b8b8;
  padding: 0 14px;
  line-height: 21px;
  border: 1px solid #b8b8b8;
  border-radius: 15px;
}
.portfolio-block-one .caption .pj-title {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one .caption .arrow:hover {
  color: #0c3a30;
}

.portfolio-two {
  z-index: 1;
}
.portfolio-two .slider-wrapper {
  width: 126vw;
  transform: translateX(-13vw);
}
.portfolio-two .slider-wrapper .slick-slider {
  margin: 0 -25px;
}
.portfolio-two .slider-wrapper .slick-slider .slick-slide {
  margin: 0 25px 5px;
}
.portfolio-two .slick-arrow-one {
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-two .slick-arrow-one li {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #1f5e59;
  text-align: center;
  line-height: 57px;
  font-size: 24px;
  margin: 0 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.portfolio-two .slick-arrow-one li:hover {
  background: #1f5e59;
  color: #fff;
}

.portfolio-block-two .img-wrapper {
  border-radius: 30px;
  overflow: hidden;
}
.portfolio-block-two .caption {
  padding: 40px 0 30px;
  border-bottom: 1px solid #044f3b;
}
.portfolio-block-two .caption span {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.3);
}
.portfolio-block-two .caption h3 a {
  font-size: 40px;
  letter-spacing: -1px;
  color: #1f5e59;
}
.portfolio-block-two .caption h3 a:hover {
  text-decoration: underline;
}
.portfolio-block-two .caption .round-btn {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid #1f5e59;
  color: #1f5e59;
}
.portfolio-block-two .caption .round-btn:hover {
  background: #cfff45;
}

.portfolio-block-three {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 80px 0;
}
.portfolio-block-three:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.portfolio-block-three .num {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.portfolio-block-three .media-img {
  width: 27%;
  padding: 0 45px 0 65px;
}
.portfolio-block-three .media-img .img {
  background: #044f3b;
  border-radius: 75px;
  overflow: hidden;
}
.portfolio-block-three .title {
  width: 40%;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 500;
  color: #1f5e59;
}
.portfolio-block-three .arrow-btn {
  margin-left: auto;
  width: 108px;
  height: 108px;
}
.portfolio-block-three .arrow-btn:hover {
  background: #FFDB1E;
}
.portfolio-block-three .arrow-btn:hover img {
  transform: rotate(-45deg);
}
.portfolio-block-three:hover .img img {
  opacity: 0.5;
}

.project-details-one {
  z-index: 2;
}
.project-details-one .project-info {
  border-bottom: 1px solid #e4e4e4;
}
.project-details-one .project-info:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
  background: #cfff45;
}
.project-details-one .project-info .inner-wrapper {
  max-width: 1600px;
  padding: 0 12px;
}
.project-details-one .project-info h3 {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
.project-details-one .project-info h3 span {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.project-details-one .project-info li {
  width: 33.333%;
  padding: 35px 3%;
  border-right: 1px dashed rgba(0, 0, 0, 0.25);
  background: #cfff45;
  margin-bottom: -1px;
}
.project-details-one .project-info li:last-child {
  border: none;
}
.project-details-one .project-info li .icon {
  max-width: 40px;
}
.project-details-one .project-info li .text1 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.project-details-one .project-info li span {
  color: rgba(0, 0, 0, 0.5);
}
.project-details-one .upper-title {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-details-one h2 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}
.project-details-one p {
  font-size: 24px;
  line-height: 1.83em;
  margin-bottom: 40px;
}
.project-details-one .img-gallery img {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.project-details-one .social-share li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-one .social-share li a {
  font-size: 20px;
  color: #19352d;
  margin-left: 20px;
}

.project-details-two .bg-wrapper {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two .slider-wrapper {
  height: 100%;
}
.project-details-two .slider-wrapper .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two .slider-wrapper .carousel-control-next,
.project-details-two .slider-wrapper .carousel-control-prev {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #19352d;
  opacity: 1;
  right: 0;
  bottom: 0;
  top: auto;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.project-details-two .slider-wrapper .carousel-control-next:hover,
.project-details-two .slider-wrapper .carousel-control-prev:hover {
  background: #29594b;
  color: #fff;
}
.project-details-two .slider-wrapper .carousel-control-prev {
  left: auto;
  right: 45px;
}
.project-details-two .info-wrapper {
  padding: 55px 50px 85px 70px;
}
.project-details-two .info-wrapper h3 {
  font-size: 36px;
}
.project-details-two .info-wrapper .list-meta li {
  padding: 22px 0;
}
.project-details-two .info-wrapper .list-meta .icon {
  width: 40px;
}
.project-details-two .info-wrapper .list-meta .text1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two .info-wrapper .list-meta span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two .info-wrapper .social-share li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two .info-wrapper .social-share li a {
  font-size: 20px;
  color: #19352d;
  margin-left: 20px;
}

.feedback-section-one {
  border-bottom: 1px dashed #cacaca;
}
.feedback-section-one.top-border {
  border-top: 1px dashed #cacaca;
}
.feedback-section-one .title-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feedback-section-one .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 12px;
  background: #cfff45;
  right: 0;
  bottom: -1%;
}

.feedback-block-one .feedback-text {
  font-size: 32px;
  line-height: 1.531em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-one .avatar {
  width: 60px;
  height: 60px;
}
.feedback-block-one .line {
  width: 70%;
  height: 1px;
  background: #000;
}
.feedback-block-one .count {
  width: 30%;
  text-align: right;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.3);
}

.feedback-section-two {
  z-index: 1;
}
.feedback-section-two .slider-wrapper {
  width: calc(100vw + 210px);
  transform: translateX(-105px);
}
.feedback-section-two .shape_01 {
  top: 18%;
  left: 11%;
  width: 2.65%;
  min-width: 30px;
  animation: rotated 48s infinite linear;
}

.feedback-block-two {
  border: 1px solid #e1e2e2;
  border-radius: 20px;
  padding: 34px 48px 30px;
}
.feedback-block-two .avatar {
  width: 55px;
  height: 55px;
}
.feedback-block-two .name {
  color: #19352d;
}
.feedback-block-two .feedback-text {
  color: #0e3f30;
  margin: 24px 0 43px;
  padding: 0;
}
.feedback-block-two .bottom-line {
  border-top: 1px solid #e1e2e2;
  padding-top: 24px;
}
.feedback-block-two .bottom-line .rating li {
  color: #ffcc4a;
  margin-right: 5px;
  font-size: 18px;
}

.slick-center .feedback-block-two,
elementor-element .slick-center .feedback-block-two.el-feedback {
  background: #29594b;
  border-color: #29594b;
}
.slick-center .feedback-block-two .name,
.slick-center .feedback-block-two .feedback-text,
elementor-element .slick-center .feedback-block-two.el-feedback .name,
elementor-element .slick-center .feedback-block-two.el-feedback .feedback-text {
  color: #fff;
}
.slick-center .feedback-block-two p.el-desc,
elementor-element .slick-center .feedback-block-two.el-feedback p.el-desc {
  color: rgba(255, 255, 255, 0.5);
}
.slick-center .feedback-block-two .bottom-line,
elementor-element .slick-center .feedback-block-two.el-feedback .bottom-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.slick-center .feedback-block-two .bottom-line .icon,
elementor-element .slick-center .feedback-block-two.el-feedback .bottom-line .icon {
  filter: brightness(0) invert(1);
}

.feedback-section-three .slider-wrapper {
  padding-left: 100px;
}
.feedback-section-three .slider-wrapper .icon {
  left: 0;
  top: 18px;
}
.feedback-section-three .slick-dots {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three .slick-dots .slick-active button {
  background: #000;
}
.feedback-section-three .rating-box {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three .rating-box .rating {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three .shape_01 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three .shape_02 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

.feedback-block-three .feedback-text {
  font-size: 36px;
  line-height: 1.611em;
  color: #000;
}

.feedback-section-four .slider-arrows {
  position: absolute;
  right: 0;
  top: 80px;
  width: 125px;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.feedback-section-four .slider-arrows li {
  width: 50%;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.feedback-section-four .slider-arrows li:hover {
  background: #000;
  color: #fff;
}
.feedback-section-four .partner-logo-one {
  border-bottom: 2px dashed #e3e3e3;
}

.feedback-block-four {
  border: 2px solid #0e3e2f;
  border-radius: 20px;
  padding: 35px 48px 35px;
}
.feedback-block-four .rating li {
  color: #ffcc4a;
  margin-right: 6px;
  font-size: 18px;
}
.feedback-block-four .icon {
  width: 30px;
}
.feedback-block-four .avatar {
  width: 55px;
  height: 55px;
}
.feedback-block-four .feedback-text {
  font-size: 28px;
  line-height: 1.571em;
  color: #0e3f30;
  margin: 37px 0 52px;
}
.feedback-block-four:hover {
  background: #f8fcf4;
  border-color: #f8fcf4;
}

.feedback-section-five {
  background: #dfff5e;
  border: 1px solid #000;
  z-index: 1;
  overflow: hidden;
}
.feedback-section-five:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/assets/bg_06.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.feedback-section-five .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -85px;
}
.feedback-section-five .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-five .slick-dots .slick-active button {
  background: #000;
}
.feedback-section-five .shape_01 {
  bottom: 1%;
  left: 19%;
  width: 34%;
}
.feedback-section-five .shape_02 {
  bottom: 3%;
  right: 8%;
  width: 24%;
}

.feedback-block-five .feedback-text {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.166em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-five .name {
  font-size: 28px;
  color: #000;
}

.feedback-section-six {
  z-index: 1;
}
.feedback-section-six .icon-container {
  width: 90%;
  margin: 0 auto;
}
.feedback-section-six .icon-container:before, .feedback-section-six .icon-container:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: calc(50% - 65px);
  top: 50%;
  left: 0;
}
.feedback-section-six .icon-container:after {
  left: auto;
  right: 0;
}
.feedback-section-six .icon-container .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #cfff45;
}
.feedback-section-six .slick-dots {
  margin: 95px 0 0;
  padding: 0;
  justify-content: center;
}
.feedback-section-six .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #1f5e59;
}
.feedback-section-six .slick-dots .slick-active button {
  background: #1f5e59;
}
.feedback-section-six .shape_01 {
  right: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six .shape_02 {
  left: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six .shape_03 {
  left: 0;
  top: 0;
  max-width: 16%;
}

.feedback-block-six p {
  font-size: 42px;
  line-height: 1.666em;
  color: #171717;
  margin-bottom: 45px;
}
.feedback-block-six h6 {
  display: inline-block;
}
.feedback-block-six h6:before, .feedback-block-six h6:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: 140px;
  top: 20px;
  left: -175px;
}
.feedback-block-six h6:after {
  left: auto;
  right: -175px;
}

.feedback-section-seven .slider-arrows {
  position: absolute;
  top: 35%;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.feedback-section-seven .slider-arrows li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
.feedback-section-seven .slider-arrows li:hover {
  background-color: #d0ff45;
  border-color: #d0ff45;
}

.feedback-block-seven {
  text-align: center;
}
.feedback-block-seven blockquote {
  font-size: 48px;
  line-height: 1.3125em;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.5px;
}
.feedback-block-seven .name {
  font-size: 22px;
}

.feedback-section-eight .wrapper {
  background: #26685A;
  padding: 95px 80px;
  border-radius: 20px;
}
.feedback-section-eight .slider-arrows {
  position: absolute;
  left: -35px;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.feedback-section-eight .slider-arrows li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #144D41;
  background: #2B5F54;
  padding: 15px;
  cursor: pointer;
}

.feedback-block-eight .media-img {
  border-radius: 20px;
}
.feedback-block-eight .icon {
  width: 70px;
  height: 70px;
  background: #FFDB1E;
}
.feedback-block-eight .ht-desc {
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 800;
  color: #fff;
  font-style: italic;
  margin: 30px 0 52px;
}
.feedback-block-eight .name {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.feedback-block-eight .el-desig-title {
  font-size: 22px;
  color: #fff;
}
.feedback-block-eight .rating li {
  margin-right: 6px;
}
.feedback-block-eight .rating li i {
  font-size: 18px;
  color: #FFDB1E;
}
.feedback-block-eight .rating li span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-left: 8px;
  color: #fff;
}

.blog-section-one {
  z-index: 1;
}
.blog-section-one:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 17%;
  background: #ebf3ee;
  z-index: -1;
}
.blog-section-one .section-btn {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 1;
}

.blog-meta-one {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one .post-data {
  padding: 30px 35px 25px;
}
.blog-meta-one .post-data .post-info {
  font-size: 18px;
  color: #aaaaaa;
}
.blog-meta-one .post-data .blog-title {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one .post-data .blog-title:hover {
  text-decoration: underline;
}
.blog-meta-one .post-img {
  height: 350px;
  border-radius: 0 0 30px 30px;
  padding: 0 25px 25px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-one .post-img .round-btn {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352d;
}
.blog-meta-one:hover .round-btn {
  background: #cfff45;
}
.blog-meta-one.style-two {
  background: #f6f6f6;
  border-radius: 0;
}
.blog-meta-one.style-two .post-img {
  border-radius: 0;
}
.blog-meta-one.style-two .blog-title {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

.blog-section-two {
  z-index: 1;
}
.blog-section-two .section-btn {
  position: absolute;
  right: 0;
  top: 25px;
}
.blog-section-two .shape_01 {
  bottom: 7%;
  right: 15%;
  width: 1.1%;
  animation: rotated 50s infinite linear;
}

.blog-meta-two {
  background: #fff;
}
.blog-meta-two .post-data {
  padding-top: 30px;
}
.blog-meta-two .post-data .blog-title {
  width: 70%;
}
.blog-meta-two .post-data .blog-title h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two .post-data .blog-title:hover h4 {
  text-decoration: underline;
}
.blog-meta-two .post-data .round-btn {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352d;
  background: #fff;
  color: #19352d;
}
.blog-meta-two .post-data .round-btn:hover {
  background: #cfff45;
  border-color: #cfff45;
}
.blog-meta-two .post-data .post-info {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.blog-meta-two .post-data .post-info span {
  margin: 0 5px;
  display: inline-block;
}
.blog-meta-two .post-img {
  height: 350px;
  padding: 0 0 20px 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two .post-img .date {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352d;
}
.blog-meta-two.style-two {
  background: #f4f4f4;
  border-radius: 30px;
  overflow: hidden;
}
.blog-meta-two.style-two .post-img {
  height: 460px;
}
.blog-meta-two.style-two .post-data {
  padding: 26px 35px;
}
.blog-meta-two.style-two .post-data .post-info {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two.style-two .post-data .post-info span {
  margin: 0 5px;
  display: inline-block;
}
.blog-meta-two.style-two .post-data .round-btn {
  border: none;
}

.blog-section-three {
  z-index: 1;
}
.blog-section-three .section-btn {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four {
  z-index: 5;
}
.blog-section-four.block-feature-three:before {
  display: none;
}
.blog-section-four.block-feature-three .block-one {
  background-repeat: no-repeat;
  background-position: center;
  height: 666px;
}

.block-feature-three.blog-section-four .bg-style-color {
  position: relative;
  z-index: 1;
}
.block-feature-three.blog-section-four .bg-style-color::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d3ff76;
  border-radius: 30px;
}
.block-feature-three.blog-section-four .bg-style-color .inner-block-content {
  position: relative;
  z-index: 2;
}
.block-feature-three.blog-section-four .bg-style-color .block-title {
  margin-top: 20px;
  margin-bottom: 80;
}
.block-feature-three.blog-section-four .bg-style-color .tag {
  color: #fff;
  background: #29594b;
}
.block-feature-three.blog-section-four .bg-style-color .round-btn {
  color: #29594b;
  background: #fff;
}
.block-feature-three.blog-section-four .bg-style-color .round-btn:hover {
  color: #fff;
  background: #29594b;
}
@media only screen and (max-width: 1199px) {
  .block-feature-three.blog-section-four .bg-style-color .block-title {
    margin-bottom: 50px;
  }
}

.blog-section-five {
  background: #edf8eb;
  border: 1px solid #000;
  z-index: 5;
}
.blog-section-five .section-btn {
  position: absolute;
  right: 0;
  top: 50px;
}
.blog-section-five .wrapper {
  border-top: 2px solid #000;
}
.blog-section-five .wrapper:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  top: 0;
  right: 50%;
}

.blog-meta-three .tag {
  line-height: 27px;
  border-radius: 20px;
  background: #000;
  font-size: 14px;
  padding: 0 16px;
  letter-spacing: 1px;
  color: #fff;
}
.blog-meta-three .blog-title {
  font-size: 50px;
  line-height: 1.16em;
  color: #000;
  margin: 37px 0 24px;
}
.blog-meta-three .round-btn {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  color: #19352d;
}
.blog-meta-three .round-btn:hover {
  background: #000;
  color: #fff;
}

.blog-meta-four {
  border: 1px solid #dfdfdf;
  border-radius: 30px;
  padding: 75px 35px 52px;
  text-align: center;
}
.blog-meta-four .post-data {
  position: relative;
  padding: 42px 12px 28px;
  border-top: 1px dashed #cbcbcb;
  border-bottom: 1px dashed #cbcbcb;
}
.blog-meta-four .post-data .icon {
  width: 55px;
  height: 55px;
  background: #29594b;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-meta-four .post-data .blog-title h4 {
  font-size: 43px;
  line-height: 1.302em;
  margin: 0;
}
.blog-meta-four .post-data .blog-title h4:hover {
  text-decoration: underline;
}
.blog-meta-four .post-info {
  font-size: 20px;
  margin: 35px 0 0;
}
.blog-meta-four .post-info span {
  color: rgba(0, 0, 0, 0.5);
}

.post__quote.blog-meta-four {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.blog-sidebar .sidebar-title {
  font-size: 32px;
  margin-bottom: 18px;
}
.blog-sidebar .sidebar-search {
  height: 65px;
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog-sidebar .sidebar-search input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
}
.blog-sidebar .sidebar-search button {
  position: absolute;
  width: 65px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #29594b;
  color: #fff;
}
.blog-sidebar .sidebar-search button:hover {
  background: #cfff45;
  color: #19352d;
}
.blog-sidebar .widget_categories ul {
  list-style: none;
}
.blog-sidebar .widget_categories ul li a {
  line-height: 1.4;
  color: #19352d;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar .widget_categories ul li a span {
  color: rgba(0, 0, 0, 0.4);
}
.blog-sidebar .widget_categories ul li a:hover {
  text-decoration: underline;
}
.blog-sidebar .blog-recent-news .recent-news {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.blog-sidebar .blog-recent-news .recent-news:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar .blog-recent-news .recent-news a {
  display: block;
}
.blog-sidebar .blog-recent-news .recent-news .post-img {
  height: 222px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 15px;
}
.blog-sidebar .blog-recent-news .recent-news .date {
  font-size: 16px;
  color: #aaaaaa;
  margin-bottom: 5px;
}
.blog-sidebar .blog-recent-news .recent-news .blog-title h3 {
  font-size: 24px;
  line-height: 1.291em;
  max-width: 85%;
}
.blog-sidebar .blog-recent-news .recent-news .blog-title h3:hover {
  text-decoration: underline;
}
.blog-sidebar .tagcloud {
  margin: 0 -4px;
}
.blog-sidebar .tagcloud a {
  line-height: 35px;
  background: #eff6f3;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 16px !important;
  color: #244034;
  margin: 0 4px 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar .tagcloud a:hover {
  background: #29594b;
  color: #fff;
}
.blog-sidebar .contact-banner {
  padding: 35px 3% 50px;
  background: #cfff45;
  border-radius: 20px;
}
.blog-sidebar .contact-banner h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.blog-sidebar .contact-banner a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.blog-sidebar .contact-banner a:hover {
  background: #0c3a30;
  border-color: #0c3a30;
  color: #fff;
}

.blog-details .post-details-meta {
  border-top: 1px dashed #bebebe;
  border-bottom: 1px dashed #bebebe;
  margin-top: 30px;
  padding: 36px 0 18px;
}
.blog-details .post-details-meta p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details .post-details-meta .quote-wrapper {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details .post-details-meta .quote-wrapper .wrapper {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #cbcbcb;
  border-bottom: 1px dashed #cbcbcb;
}
.blog-details .post-details-meta .quote-wrapper .wrapper .icon {
  width: 55px;
  height: 55px;
  background: #29594b;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details .post-details-meta .quote-wrapper .wrapper h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details .post-details-meta .quote-wrapper h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details .post-details-meta .quote-wrapper h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details .post-details-meta .img-gallery {
  margin-bottom: 50px;
}
.blog-details .post-details-meta .img-gallery img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details .post-details-meta h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details .post-details-meta .list-item li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details .post-details-meta .list-item li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details .bottom-widget {
  padding: 10px 0 5px;
}
.blog-details .bottom-widget .tags li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details .bottom-widget .tags a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352d;
  font-size: 16px;
  margin: 5px;
}
.blog-details .bottom-widget .tags a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details .bottom-widget .share-icon li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details .bottom-widget .share-icon a {
  color: #19352d;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details .grey-bg {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details .blog-inner-title,
.blog-details .comment-reply-title {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details .blog-comment-area {
  margin: 60px 0;
}
.blog-details .blog-comment-area .comment {
  border-top: 1px dashed #cbcbcb;
  padding: 38px 0 20px;
}
.blog-details .blog-comment-area .comment:last-child {
  padding-bottom: 5px;
}
.blog-details .blog-comment-area .comment .reply-comment {
  border: none;
  padding: 40px 0 30px;
}
.blog-details .blog-comment-area .comment .comments-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 25px;
}
.blog-details .blog-comment-area .comment .comment-text {
  width: calc(100% - 60px);
  position: relative;
}
.blog-details .blog-comment-area .comment .comment-text .name {
  font-size: 20px;
  color: #19352d;
}
.blog-details .blog-comment-area .comment .comment-text .date {
  font-size: 16px;
  color: #adadad;
}
.blog-details .blog-comment-area .comment .comment-text p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details .blog-comment-area .comment .comment-text .reply-btn,
.blog-details .blog-comment-area .comment .comment-text .comment-reply-link {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  width: 60px;
  line-height: 25px;
  background: #29594b;
  border-radius: 3px;
}
.blog-details .blog-comment-area .comment .comment-text .reply-btn:hover,
.blog-details .blog-comment-area .comment .comment-text .comment-reply-link:hover {
  background: #cfff45;
  color: #19352d;
}
.blog-details .blog-comment-form p a {
  color: #19352d;
}
.blog-details .blog-comment-form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding-bottom: 5px;
}
.blog-details .blog-comment-form .input-box input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details .blog-comment-form textarea {
  display: block;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  height: 145px;
  border: none;
  border-radius: 8px;
  padding: 20px 25px;
  background: #fff;
}

.ht-page-post .blog-comment-area {
  margin: 60px 0;
}
.ht-page-post .blog-comment-area .comment {
  border-top: 1px dashed #cbcbcb;
  padding: 38px 0 20px;
}
.ht-page-post .blog-comment-area .comment:last-child {
  padding-bottom: 5px;
}
.ht-page-post .blog-comment-area .comment .reply-comment {
  border: none;
  padding: 40px 0 30px;
}
.ht-page-post .blog-comment-area .comment .comments-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 25px;
}
.ht-page-post .blog-comment-area .comment .comment-text {
  width: calc(100% - 60px);
  position: relative;
}
.ht-page-post .blog-comment-area .comment .comment-text .name {
  font-size: 20px;
  color: #19352d;
}
.ht-page-post .blog-comment-area .comment .comment-text .date {
  font-size: 16px;
  color: #adadad;
}
.ht-page-post .blog-comment-area .comment .comment-text p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.ht-page-post .blog-comment-area .comment .comment-text .reply-btn,
.ht-page-post .blog-comment-area .comment .comment-text .comment-reply-link {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  width: 60px;
  line-height: 25px;
  background: #29594b;
  border-radius: 3px;
}
.ht-page-post .blog-comment-area .comment .comment-text .reply-btn:hover,
.ht-page-post .blog-comment-area .comment .comment-text .comment-reply-link:hover {
  background: #cfff45;
  color: #19352d;
}
.ht-page-post .blog-comment-form textarea {
  display: block;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  height: 180px;
  border: none;
  border-radius: 8px;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 5px 15px 45px rgba(22, 27, 45, 0.05);
}

.blog-meta-two.style-two {
  position: relative;
  z-index: 1;
}
.blog-meta-two.style-two .popup-video {
  background: #fff;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  z-index: 111;
}
.blog-meta-two.style-two .popup-video:hover {
  color: #000;
  background: #dfff5e;
}
.blog-meta-two.style-two .slick-arrow {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 43px;
  background: rgba(235, 231, 231, 0.4);
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.blog-meta-two.style-two .prev_t1 {
  left: auto;
  right: 0;
  top: 38%;
  transform: translateY(-38%);
}
.blog-meta-two.style-two .next_t1 {
  left: 0;
  top: 38%;
  transform: translateY(-38%);
}
.blog-meta-two.style-two .audio-post {
  height: auto;
}
.blog-meta-two.style-two .audio-post iframe {
  width: 100%;
  height: auto;
}

.map-banner {
  height: 600px;
}

.address-block-one .icon {
  width: 80px;
  height: 80px;
  background: #29594b;
}
.address-block-one .title {
  font-family: "Satoshi";
  font-size: 24px;
  padding: 20px 0 5px;
}
.address-block-one p {
  line-height: 1.6em;
  color: #878787;
}
.address-block-one p .call {
  color: #29594b;
}
.address-block-one p .call:hover {
  text-decoration: underline;
}
.address-block-one p .webaddress {
  color: #29594b;
  text-decoration: underline;
}

.contact-us-section .bg-wrapper {
  border-radius: 40px;
  padding: 55px 55px 60px;
}

.form-style-one .input-group-meta {
  position: relative;
}
.form-style-one .input-group-meta label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.form-style-one .input-group-meta input,
.form-style-one .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
}
.form-style-one .input-group-meta input {
  height: 60px;
  padding: 0 20px;
}
.form-style-one .input-group-meta textarea {
  height: 165px;
  padding: 15px 20px;
}
.form-style-one .btn-four {
  font-weight: 500;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 8px;
}

.form-style-two .input-group-meta {
  position: relative;
}
.form-style-two .input-group-meta input,
.form-style-two .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
}
.form-style-two .input-group-meta input {
  height: 55px;
  padding: 0 20px;
}
.form-style-two .input-group-meta textarea {
  max-height: 160px;
  height: 160px;
  padding: 15px 20px;
}

#contact-form .help-block {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  line-height: 20px;
  color: #ff4d44;
}
#contact-form .help-block ul {
  margin: 0;
}

.loggedin-user-name {
  color: #19352D;
  font-size: 18px;
  font-weight: 600;
}

.footer-one .inner-wrapper {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.footer-one .bottom-footer {
  padding: 40px 0 25px;
}
.footer-one .footer__widget p {
  color: #fff;
}
.footer-one .social-icon a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .social-icon a:hover {
  background: #cfff45;
  color: #29594b;
}
.footer-one .footer-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one .footer__widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-one .footer__widget ul li a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .footer__widget ul li a:hover {
  color: #fff;
}
.footer-one .footer-newsletter form {
  width: 410px;
  height: 54px;
  position: relative;
}
.footer-one .footer-newsletter form input {
  width: 100%;
  height: 100%;
  height: 55px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 80px 0 30px;
  border: none;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.1);
}
.footer-one .footer-newsletter form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one .footer-newsletter form button {
  width: 50px;
  height: 50px;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  background: #cfff45;
  color: #29594b;
  position: absolute;
  right: 0;
  top: 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one .footer-newsletter form button:hover {
  background: #fff;
}
.footer-one .copyright {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one .bottom-nav {
  margin: 0 -12px;
}
.footer-one .bottom-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-one .bottom-nav ul li a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one .bottom-nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-two {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 15px 135px;
}
.footer-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #f5f8f7 0%, rgba(240, 243, 242, 0.58) 69.88%, rgba(238, 241, 240, 0.15) 100%);
}
.footer-two .bg-wrapper {
  background: #ffffff;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  z-index: 1;
  padding: 70px 40px 40px;
}
.footer-two .bg-wrapper .shape_01 {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two .bg-wrapper .shape_02 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two .social-icon a {
  color: #29594b;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid #29594b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .social-icon a:hover {
  background: #29594b;
  border-color: #29594b;
  color: #fff;
}
.footer-two .footer-title {
  color: #19352d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two .footer__widget ul {
  list-style: none;
}
.footer-two .footer__widget ul li a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two .footer__widget ul li a:hover {
  color: #19352d;
  text-decoration: underline;
}
.footer-two .copyright {
  font-size: 18px;
  color: #19352d;
  position: relative;
}
.footer-two.no-bg {
  background: none;
  padding: 0;
  position: static;
}
.footer-two.no-bg::before {
  display: none;
}
.footer-two.no-bg .bg-wrapper {
  background: unset;
  box-shadow: unset;
  border-radius: 0;
}

.footer-three {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three .inner-wrapper {
  margin-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.footer-three .footer-intro {
  width: 350px;
  height: 350px;
  background: #fff6c6;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 15px;
}
.footer-three .footer-intro p {
  display: inline-block;
  text-align: center;
}
.footer-three .footer-intro .add-info {
  margin-bottom: 0;
}
.footer-three .footer-intro p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three .footer-intro p a:hover {
  color: #19352d;
  text-decoration: underline;
}
.footer-three .footer-intro .footer-info-logo {
  margin-bottom: 15px;
}
.footer-three .footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three .footer__widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-three .footer__widget ul li a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three .footer__widget ul li a:hover {
  color: #19352d;
  text-decoration: underline;
}
.footer-three .bottom-footer {
  padding: 40px 0 25px;
}
.footer-three .bottom-footer .copyright {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three .bottom-footer .bottom-nav {
  margin: 0 -12px;
}
.footer-three .bottom-footer .bottom-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-three .bottom-footer .bottom-nav ul li a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three .bottom-footer .bottom-nav ul li a:hover {
  text-decoration: underline;
}
.footer-three .bottom-footer .social-icon {
  margin: 0 -10px;
}
.footer-three .bottom-footer .social-icon a {
  margin: 0 10px;
}
.footer-three .bottom-footer .social-icon a:hover {
  color: #19352d;
}
.footer-three .shape_01 {
  top: -3%;
  left: -3%;
}
.footer-three .shape_02 {
  bottom: 8%;
  right: 33%;
  animation: rotated 48s infinite linear;
}

.footer-large-wrapper {
  z-index: 1;
}
.footer-large-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  top: -20%;
  background: url(../images/assets/bg_04.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

.footer-four {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 0 0;
}
.footer-four .footer-intro p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-four .footer-intro li {
  margin-top: 15px;
}
.footer-four .footer-intro li .icon {
  width: 20px;
}
.footer-four .footer-intro li a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.footer-four .footer-intro li a:hover {
  text-decoration: underline;
}
.footer-four .footer-title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-four .footer-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #d3ff76;
}
.footer-four .footer__widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-four .footer__widget ul li a {
  color: rgba(255, 255, 255, 0.75);
  line-height: 44px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer-four .footer__widget ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-four .bottom-footer {
  border-top: 1px dashed #37665c;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-four .bottom-footer .copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-four .bottom-footer .bottom-nav {
  margin: 0 -12px;
}
.footer-four .bottom-footer .bottom-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-four .bottom-footer .bottom-nav ul li a {
  font-size: 18px;
  margin: 0 12px;
  color: #fff;
}
.footer-four .bottom-footer .bottom-nav ul li a:hover {
  text-decoration: underline;
}
.footer-four .bottom-footer .social-icon {
  margin: 0 -10px;
}
.footer-four .bottom-footer .social-icon a {
  margin: 0 10px;
  color: #fff;
}
.footer-four .bottom-footer .social-icon a:hover {
  color: #e6fd5a;
}

.footer-wrapper-inner {
  border-radius: 100px;
}

.footer-five {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../images/img/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five .btn-group {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #dfff5e;
  margin: 85px 0 110px;
}
.footer-five .btn-group h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five .btn-group h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five .btn-group .round-btn {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #dfff5e;
  background: #101010;
}
.footer-five .btn-group .round-btn:hover, .footer-five .btn-group .round-btn:focus {
  background: #29594b;
  color: #fff;
}
.footer-five .social-icon {
  margin: 0 -20px;
}
.footer-five .social-icon a {
  color: #fff;
  margin: 0 20px;
}
.footer-five .social-icon a:hover {
  color: #dfff5e;
}
.footer-five .bottom-nav {
  margin: 0 -12px;
}
.footer-five .bottom-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-five .bottom-nav ul li a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five .bottom-nav ul li a:hover {
  text-decoration: underline;
}
.footer-five .shape_01 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five .shape_02 {
  bottom: 41%;
  left: 13%;
  width: 1.7%;
  animation: rotated 48s infinite linear;
}

/* Custome Animation */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@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;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    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 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@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;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: none;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
}
.mean-container .mean-nav ul li a {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 1em 0%;
  margin: 0;
  text-align: left;
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 20px;
  line-height: initial;
  color: #000;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.mean-container .mean-nav ul li ul {
  padding-left: 12px;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0.5em 0%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
  font-size: 16px;
  font-weight: 400;
}

.mean-container .mean-nav ul li.mean-last a {
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 100%;
  height: 32px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0);
  border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: transparent;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/*
  Theme Name: Babun - Business & Finance WordPress Theme
  Author: Hamina-Themes
  Support: hasanlab1999@hotmail.com
  Description: Babun - Business & Finance WordPress Theme
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Hero
4. Archivement
5. Video
6. We Do
7. Movie
8. Team
9. Blog
10. Subscribe
11. footer
12. Contact
*/
/*.........<! 1. Theme default css !>.........*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

pre {
  display: block;
  font-size: 87.5%;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #ddd;
  padding: 15px;
}

/*......... Alignments .........*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*......... screen-reader-text .........*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually*/
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*------ht-unit css-------*/
.ht-blog-area > ul,
.ht-blog-area > ol,
.ht-blog-area ul,
.ht-blog-area ol {
  padding-left: 24px;
}

.ht-blog-area dl,
.ht-blog-area ol,
.ht-blog-area ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.blog__details__wrapper ol li,
.blog__details__wrapper ul li {
  padding-top: 7px;
}

.ht-blog-area ol ol,
.ht-blog-area ol ul,
.ht-blog-area ul ol,
.ht-blog-area ul ul {
  margin-bottom: 0;
}

.ht-blog-area ol li,
.ht-blog-area ul li,
.ht-blog-area dl li {
  color: rgba(0, 0, 0, 0.7);
}

ol.wp-block-latest-comments {
  padding-left: 0;
}

.comment-list > ul > li {
  list-style: none;
}

/*......... ht-page-content form .........*/
.ht-page-content ol li ol,
.ht-page-content ul li ul {
  margin-top: 7px;
}

.ht-page-content ol ol,
.ht-page-content ol ul,
.ht-page-content ul ol,
.ht-page-content ul ul {
  margin-bottom: 0;
}

.ht-page-content ol,
.ht-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.ht-page-content table,
.ht-page-content th,
.ht-page-content td {
  border: 1px solid #d1d1d1;
}
.ht-page-content table {
  margin-bottom: 30px;
}
.ht-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 500;
}
.ht-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.ht-page-content table tbody td {
  text-align: center;
}
.ht-page-content table a {
  color: #29594b;
}

.ht-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 60px;
  clear: both;
}

.ht-page-content .comments-wrapper {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  padding-top: 30px;
}

.ht-page-content .ht-page-post > p {
  margin: 32px 0;
  margin-top: 0;
}

/*......... blog .........*/
select {
  word-wrap: normal;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

img.alignright.size-thumbnail {
  margin-top: 40px;
}

.blog__details__wrapper table a {
  color: #29594b;
}

.blog-details .blog__details__wrapper p {
  margin-bottom: 20px;
}

.comments-avatar {
  float: left;
}
.comments-avatar img {
  margin-right: 15px;
}

.comment-text {
  overflow: hidden;
}

.blog__thumb iframe {
  width: 100%;
}

.blog__details__wrapper p:last-child {
  margin-bottom: 0;
}
.blog__details__wrapper .post-details-meta .wp-block-group p {
  color: rgba(0, 0, 0, 0.7);
}

.post-details-meta ul li a,
dl a {
  color: #000;
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration: underline;
}

.post-details-meta ul li a:hover,
dl a:hover {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
  padding: 0;
}

.wp-block-search__input {
  height: 50px;
  background: #f3f3f3;
  border: 0;
}

.wp-block-search__button {
  color: #fff;
  border: 0;
  background: #29594b;
}

.post-details-meta .wp-block-tag-cloud a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px !important;
  font-weight: 500;
  background: #f8f9fc;
  display: inline-block;
  padding: 16px;
  margin: 8px 5px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.post-details-meta .wp-block-tag-cloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.post-details-meta .wp-block-tag-cloud a:hover {
  color: #000;
}
.post-details-meta .wp-block-tag-cloud a:hover::before {
  width: 100%;
  background: #29594b;
}

.wp-block-navigation-item__content {
  padding: 0;
}

div.blog__details__wrapper .wp-block-cover-text {
  color: #fff;
}

/*......... wp-calendar .........*/
#wp-calendar caption {
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
}

#wp-calendar thead th {
  color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
#wp-calendar tbody td {
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}
#wp-calendar tbody td#today {
  background: #29594b;
  color: #fff;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

/*......... page-links .........*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  margin-top: 10px;
  padding-top: 30px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  margin-top: 30px;
}

.page-links > span.page-links-title {
  border: 0;
  color: inherit;
  background: transparent;
}
.page-links a, .page-links > span {
  display: inline-block;
  color: #000;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 5px;
  padding: 0;
}
.page-links a:focus, .page-links a:hover, .page-links a.current, .page-links > span:focus, .page-links > span:hover, .page-links > span.current {
  color: #fff;
  background: #29594b;
  box-shadow: none;
}

.page-links > span {
  color: #000;
  background: #29594b;
}

/*......... wp-block-group .........*/
.wp-block-group.has-background {
  padding: 0;
}

.wp-block-column.has-pale-cyan-blue-background-color.has-background.is-layout-flow.wp-block-column-is-layout-flow p {
  color: #000;
}

.wp-block-columns.has-pale-pink-background-color.has-background.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex {
  padding: 0;
}
.wp-block-columns.has-pale-pink-background-color.has-background.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex p {
  color: #000;
}

.wp-block-cover {
  margin-bottom: 30px;
}

.blocks-gallery-caption {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

.post-details-metap.has-large-font-size {
  font-size: 24px;
  line-height: 1.2;
}

/*......... blockquote .........*/
figure.alignright.is-resized {
  margin-top: 45px;
}

.wp-block-quote {
  border: 0;
}

blockquote {
  color: #000;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
  background: #fff;
  box-shadow: 5px 15px 40px 3px rgba(24, 24, 24, 0.05);
  padding: 36px 40px 30px 40px;
  margin: 35px 0 !important;
  position: relative;
  clear: both;
  z-index: 1;
}
blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Pro";
  color: #29594b;
  font-size: 25px;
  left: 0;
  top: 0;
  z-index: 1;
}
blockquote p {
  color: #000;
  font-style: italic;
  text-decoration: underline;
  margin-bottom: 20px;
  margin-top: 10px;
}
blockquote cite {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
blockquote cite::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #29594b;
  width: 25px;
  height: 3px;
  left: 0;
  top: 50%;
}

.ht-blog-area blockquote {
  color: #000;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
  background: #fff;
  box-shadow: 5px 15px 40px 3px rgba(24, 24, 24, 0.05);
  padding: 36px 40px 30px 40px;
  margin: 35px 0 !important;
  position: relative;
  clear: both;
  z-index: 1;
}
.ht-blog-area blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Pro";
  color: #29594b;
  font-size: 25px;
  left: 0;
  top: 0;
  z-index: 1;
}
.ht-blog-area blockquote p {
  color: #000;
  font-style: italic;
  text-decoration: underline;
  margin-bottom: 20px;
  margin-top: 10px;
}
.ht-blog-area blockquote cite {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.ht-blog-area blockquote cite::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #29594b;
  width: 25px;
  height: 3px;
  left: 0;
  top: 50%;
}

.wp-block-quote.is-style-large {
  padding: 36px 40px 30px 40px;
}

.wp-block-table td,
.wp-block-table th {
  color: #000;
}

.ht-blog-area .wp-block-column blockquote {
  padding: 15px 15px;
}
.ht-blog-area .wp-block-column blockquote p {
  margin-bottom: 10px;
}
.ht-blog-area .wp-block-column blockquote cite {
  font-size: 16px;
}

blockquote.wp-block-quote.has-text-align-right.extraclass {
  padding: 36px 40px 30px 40px;
  border: 0;
}

.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote {
  display: inline-block;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color.has-very-dark-gray-color p {
  margin-bottom: 20px;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  margin-bottom: 0;
}

.post__quote .post-text blockquote p cite {
  margin-top: 15px;
  display: inline-block;
}

/*......... table .........*/
.blog__details__wrapper table {
  margin-bottom: 30px;
  width: 100%;
}

.blog__details__wrapper table th {
  padding: 12px 12px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-weight: 400;
}
.blog__details__wrapper table td {
  border: 1px solid #e1e1e1;
  padding: 12px 12px;
  text-align: center;
}

/*......... block image .........*/
.blog__details__tags {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  padding-top: 30px;
}

/*......... block button .........*/
.wp-block-button {
  margin-bottom: 10px;
}

/*......... gallery .........*/
.gallery-columns-2 .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.post-details-meta .nice-select {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.post-details-meta .nice-select .option {
  font-size: 16px;
}
.post-details-meta .nice-select ul.list li {
  padding-top: 0;
}

.wp-block-group.has-background {
  margin-bottom: 25px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.wp-block-preformatted {
  margin: 30px 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 16px;
  font-style: italic;
}

/*......... password form .........*/
.post-password-form label {
  width: 100%;
}

.post-password-form input[type=password] {
  background: #f8f9fc;
  border: 0;
  height: 50px;
  width: 100%;
  padding: 0 15px;
}

.post-password-form input[type=submit] {
  width: 120px;
  height: 50px;
  background: #29594b;
  color: #fff;
  border: 0;
  margin-top: 10px;
  transition: 0.3s;
}

/*......... comment .........*/
.comment-reply-title {
  font-size: 32px;
  margin-bottom: 30px;
}
.comment-reply-title #cancel-comment-reply-link {
  color: #edf1ee;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .comment-reply-title {
    font-size: 24px;
  }
}

.comment-form-cookies-consent label {
  color: rgba(0, 0, 0, 0.7);
}

.post-comments .comments-text > ul,
.post-comments .comments-text > ol {
  margin-bottom: 20px;
}

.post-comments .comments-text ul li,
.post-comments .comments-text ol li {
  margin-bottom: 3px;
}

.comments-wrapper .comment-list ul ul {
  margin-left: 0;
}

.comments-wrapper ul .children {
  list-style: none;
}

.comment-list ul li .children {
  margin-left: 60px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .comment-list ul li .children {
    margin-left: 0px;
  }
}

div.comment-list > ul {
  padding-left: 0;
}

.comments-wrapper .comment-list .comments-box {
  margin-bottom: 0;
}

.comment-list ul li {
  margin-bottom: 10px;
}

/*......... blog sidebar .........*/
.blog-sidebar ul li ul {
  padding-top: 10px;
  padding-left: 15px;
}

.widget ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.widget ul li a {
  display: inline-block;
}
.widget .nice-select {
  float: none;
  background: transparent;
  font-size: 16px;
}
.widget .nice-select ul li {
  margin-bottom: 0;
}
.widget .nice-select .list {
  width: 100%;
}
.widget .nice-select .option {
  margin-bottom: 0 !important;
}
.widget #wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
.widget #wp-calendar tbody td {
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 14px;
  transition: 0.3s;
}
.widget #wp-calendar tbody td#today {
  background: #29594b;
  color: #fff;
}
.widget.widget_categories ul {
  list-style: none;
}
.widget.widget_categories ul li a {
  margin-bottom: 0;
}
.widget.widget_pages ul, .widget.widget_meta ul {
  list-style: none;
}
.widget.widget_recent_comments .comment-author-link a, .widget.widget_rss ul li a {
  color: #000;
  font-weight: 500;
}

/*......... footer .........*/
.bypostauthor {
  display: block;
}

.footer__widget .sidebar-search {
  position: relative;
  background: #f3f3f3;
  z-index: 1;
}
.footer__widget .sidebar-search input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
  height: 50px;
}
.footer__widget .sidebar-search button {
  position: absolute;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #29594b;
  color: #fff;
}
.footer__widget ul {
  padding: 0;
  margin: 0;
}
.footer__widget ul ul {
  padding-left: 10px;
  padding-top: 0;
}
.footer__widget .nice-select {
  float: none;
}
.footer__widget .nice-select span.current {
  color: #000;
}
.footer__widget .nice-select .list {
  width: 100%;
}
.footer__widget .nice-select ul li {
  margin-bottom: 0;
  font-size: 16px;
  min-height: 35px;
  line-height: 35px;
}
.footer__widget #wp-calendar thead th {
  color: #000;
}
.footer__widget #wp-calendar tbody td {
  padding: 5px 8px;
}
.footer__widget #wp-calendar caption {
  color: #000;
}
.footer__widget #wp-calendar .wp-calendar-nav-prev a {
  color: #000;
}
.footer__widget .widget_categories ul li {
  line-height: 1;
  margin-bottom: 12px;
}
.footer__widget .widget_categories ul li a {
  margin-bottom: 0;
}
.footer__widget.widget_recent_comments li.recentcomments {
  color: #000;
  line-height: 1.8;
}
.footer__widget.widget_recent_comments .comment-author-link a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.footer__widget.widget_rss ul li a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  font-weight: 500;
}
.footer__widget.widget_rss ul li cite {
  color: #000;
  font-size: 16px;
}
.footer__widget.widget_rss span.rss-date {
  color: #000;
}
.footer__widget .rssSummary {
  color: #000;
  line-height: 1.5;
  font-size: 16px;
}

/*.........block widget css..........*/
.blog-sidebar .wp-block-group__inner-container h2 {
  color: #19352d;
  font-size: 32px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar .wp-block-group__inner-container h2 {
    font-size: 28px;
  }
}
.blog-sidebar .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  color: #000;
  font-weight: 500;
}
.blog-sidebar .wp-block-tag-cloud {
  margin: 0 -4px;
}
.blog-sidebar .wp-block-tag-cloud a {
  line-height: 35px;
  background: #eff6f3;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 16px !important;
  color: #244034;
  margin: 0 4px 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar .wp-block-tag-cloud a:hover {
  background: #29594b;
  color: #fff;
}

/*..........footer block widget..........*/
.footer__widget .wp-block-group__inner-container h2 {
  color: #19352d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .footer__widget .wp-block-group__inner-container h2 {
    font-size: 22px;
  }
}
.footer__widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  color: #000;
  font-weight: 500;
}
.footer__widget .wp-block-tag-cloud {
  margin: 0 -4px;
}
.footer__widget .wp-block-tag-cloud a {
  line-height: 35px;
  background: #eff6f3;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 16px !important;
  color: #244034;
  margin: 0 4px 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.footer__widget .wp-block-tag-cloud a:hover {
  background: #29594b;
  color: #fff;
}

/*.................admin-bar..............*/
.admin-bar .fixed {
  margin-top: 32px;
}

/*.................woocommerce..............*/
.shop-sidebar .wp-block-heading {
  font-size: 32px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 -15px;
}

.slick-dots {
  list-style-type: none;
  display: flex;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #E4E4E4;
  transition: all 0.3s ease-in-out;
}

.slick-dots .slick-active button {
  background: #0c3a30;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none !important;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 15px;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=babun-core.css.map */
