@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-moz-scrollbar,
body::-moz-scrollbar {
  width: 5px;
}
html::-ms-scrollbar,
body::-ms-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #EE4949;
  outline: none;
}
html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
  background-color: #EE4949;
  outline: none;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #000000;
}
html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
  background: #000000;
}

.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

body {
  font-family: "Satoshi-Regular";
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

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

.body-bg-3 {
  background: #F5F2ED;
}

.fix {
  overflow: hidden;
}

a,
.button {
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Fredoka", serif;
  color: #000000;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Satoshi-Regular";
  color: #000000;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(#ffffff, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "Fredoka", serif;
  font-weight: 700;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.12);
  position: relative;
  font-size: 50px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #000000;
  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);
  }
}
#scrollToTopBtn {
  font-size: 18px;
  display: inline-block;
  background: #EE4949;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 7px;
  bottom: 7px;
  border-radius: 6px;
  line-height: 35px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTopBtn i {
  color: #fff;
}

#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

.header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}


.theme-main-menu .ht-phone,
.theme-main-menu .ht-email {
  color: #000000;
  font-size: 18px;
  font-family: "Satoshi-Medium";
  font-weight: 500;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.theme-main-menu .hamburger-menu {
  width: 60px;
  height: 60px;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 100%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: all 0.3s linear 0s;
}
.theme-main-menu .hamburger-menu .bar-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
  width: 20px;
  height: 2px;
  background: #000000;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
  width: 16px;
  height: 2px;
  background: #000000;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
  width: 20px;
  height: 2px;
  background: #000000;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu:hover {
  background: #EE4949;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .theme-main-menu .hamburger-menu {
    width: 50px;
    height: 50px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
    width: 16px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
    width: 12px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
    width: 16px;
  }
}

.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 26px 0 26px;
}
@media only screen and (max-width: 1600px) {
  .main-menu ul li {
    margin: 0 28px 0 0;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li:last-child a::before {
  display: none;
}
.main-menu ul li.active {
  color: #000000;
}
.main-menu ul li.active a {
  color: #000000;
}
.main-menu ul li a {
  color: #000000;
  font-family: "Satoshi-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 19px 0 20px 0;
}
.main-menu ul li a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  right: -18px;
  top: 22px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li a::before {
    display: none;
  }
}
.main-menu ul li a::after {
  display: none;
}
.main-menu ul li a:hover {
  color: #EE4949;
}
.main-menu ul li a i {
  font-size: 10px;
}
.main-menu ul li:hover > a {
  color: #EE4949;
}

.sticky-menu {
  position: fixed;
  background: #ffffff;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}

.theme-menu-three {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
}
.theme-menu-three .logo {
  display: inline-block;
  visibility: visible;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .sticky-logo {
  display: none;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .header-top {
  background: #EE4949;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 20px;
  margin-right: 20px;
}
.theme-menu-three .hamburger-menu {
  border-color: #ffffff;
  background: #ffffff;
}
.theme-menu-three .header-area {
  background: transparent;
  margin-top: 70px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-menu-three .header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  margin-top: 0;
  background: #ffffff;
}
.theme-menu-three .header-area.sticky-menu .hamburger-menu {
  border-color: #28a267;
  background: #1ccb77;
}
.theme-menu-three .header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-three .header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-three .header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-three .header-area.sticky-menu .main-menu ul li a {
  color: #000000;
}
.theme-menu-three .header-area.sticky-menu .logo {
  display: none;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .main-menu ul li a {
  color: #ffffff;
}
.theme-menu-three .main-menu ul li:hover > a {
  color: #4baf7e;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-three .header-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-three .header-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-three .logo-area img {
    max-width: 100%;
  }
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  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 {
  list-style-type: none !important;
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  font-size: 15px;
  width: 80%;
  padding: 0.4em 5%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  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: 26px;
  height: 32px;
  padding: 4px 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

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

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

.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}

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

.ht-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.ht-menu-wrapper .mobile-logo {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 31px;
}
.ht-menu-wrapper .mobile-menu-wrapper {
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.ht-menu-wrapper .ht-menu-area {
  padding: 50px 20px;
  width: 100%;
  max-width: 310px;
  background-color: #000000;
  border-right: 3px solid #EE4949;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}

.ht-menu-wrapper .ht-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 16px;
  z-index: 1;
  color: #ffffff;
  background-color: #EE4949;
  border-radius: 50%;
}

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

.ht-menu-wrapper.ht-body-visible .ht-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991.98px) {
  .ht-menu-wrapper.ht-body-visible .ht-menu-area {
    overflow: scroll;
  }
}

.offset-widget {
  margin-top: 50px;
}
.offset-widget .info-widget .offset-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.offset-widget .info-widget p {
  color: #ffffff;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

.text-lg {
  font-size: 22px !important;
  line-height: 45px;
}
@media only screen and (max-width: 1200px) {
  .text-lg {
    font-size: 20px !important;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-lg {
    font-size: 18px !important;
    line-height: 34px;
  }
}

.light-bg {
  background: #F4F4F4;
}

.black-bg {
  background: #000000 !important;
}

.theme-bg {
  background: #EE4949 !important;
}

.text-white {
  color: #ffffff;
}

.offcanvas-top {
  min-height: 150px;
}
.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.search-wrap {
  padding-bottom: 100px;
}
.search-wrap input {
  color: #ffffff;
  font-size: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  display: inline-block;
  height: auto;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid #ffffff;
}
.search-wrap input::-moz-placeholder {
  color: #ffffff;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Fredoka", serif;
}
.search-wrap input::placeholder {
  color: #ffffff;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Fredoka", serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::-moz-placeholder {
    font-size: 50px;
  }
  .search-wrap input::placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::-moz-placeholder {
    font-size: 40px;
  }
  .search-wrap input::placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::-moz-placeholder {
    font-size: 30px;
  }
  .search-wrap input::placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::-moz-placeholder {
    font-size: 20px;
  }
  .search-wrap input::placeholder {
    font-size: 20px;
  }
}
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
  color: #ffffff;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Fredoka", serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  
  .container {
    max-width: 1470px;
  }
}
.container,
.container-fluid {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}
@keyframes rotated {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes scale-upOne {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }
  25% {
    right: 100px;
    top: 0px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 0px;
    top: 200px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
@keyframes heartbeat {
  to {
    transform: scale(1.2);
  }
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
@keyframes scaleUp1 {
  0% {
    transform: translateY(1);
  }
  20% {
    transform: translateY(-15px);
  }
  40% {
    transform: translateY(1);
  }
  80% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #EE4949;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #EE4949;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-100px) rotate(180deg);
  }
  66% {
    transform: translateX(200px) rotate(-90deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes marqueslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}

.ht-btn {
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-family: "Fredoka", serif;
  font-weight: 600;
  line-height: 1;
  background-color: #EE4949;
  padding: 23px 51px 22px 50px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all;
  transition-duration: 800ms;
}
.ht-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 0px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #00924C;
}
.ht-btn:hover {
  color: #ffffff;
}
.ht-btn:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 767.98px) {
  .ht-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ht-btn.style-9 {
  color: #ffffff;
  background: #00924C;
  border-radius: 50px;
}
.ht-btn.style-9::before {
  background: #EE4949;
}
.ht-btn.style-11 {
  background: #ffffff;
  border-radius: 50px;
}
.ht-btn.style-11::before {
  background: #000;
}
.ht-btn.style-11:hover {
  color: #ffffff;
}
@media only screen and (max-width: 991.98px) {
   .ht-btn.style-9, .ht-btn.style-11 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  border: 0;
  width: unset;
  height: unset;
}
ul.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin: 0px 5px 0px 5px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: #000;
}
ul.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #EE4949;
  transform: translateY(-1px);
}

.faq-que-list .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.faq-que-list .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.faq-que-list .accordion-item {
  border: 0;
  background-color: transparent;
  margin-bottom: 30px;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item.active {
  border: 1.5px solid #000;
  border-radius: 15px;
}
.faq-que-list .accordion-item .accordion-button {
  border: 0;
  border-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: unset;
  color: #000000;
  font-size: 26px;
  font-family: "Fredoka", serif;
  font-weight: 600;
  line-height: 1.875rem;
  box-shadow: none;
  background: transparent;
  padding: 0;
  padding: 34px 0 24px 20px;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  border: 0;
  border-radius: 15px;
  padding-bottom: 30px;
  background: #F4F4F4;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 10px;
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\f63b";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #EE4949;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 5px;
    font-size: 16px;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  color: #000000;
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\f282";
  color: #ffffff;
  transform: translateY(-50%);
  background-color: #000;
}
.faq-que-list .accordion-item .accordion-body {
  padding-top: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 991.98px) {
  .faq-que-list .accordion-item {
    font-size: 20px;
  }
}


.faq-style-5 .accordion-item {
  border-radius: 55px;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  padding: 0 30px;
}

.faq-style-5 .accordion-item.active {
  border: 1.5px solid #000;
  border-radius: 95px;
}

.faq-style-5 .accordion-item .accordion-button {
  background: transparent;
  color: #000000;
  background: transparent;
  border: 0;
}

.faq-style-5 .accordion-item .accordion-button::before {
  content: "\f63b";
  color: #000000;
  background: #EE4949;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.faq-style-5 .accordion-item .accordion-button.collapsed {
  border: 0;
  background: transparent;
}

.faq-style-5 .accordion-item .collapsed {
  border: 0;
}

.faq-style-5 .accordion-item .collapsed::before {
  content: "\f282";
  color: #000000;
  background: #E0E0E0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  transform: translateY(-50%) rotate(0deg);
}

.faq-style-5 .accordion-item .accordion-body {
  background: transparent;
  border-top: 0;
  padding-top: 0;
}

.faq-style-5 .accordion-item .accordion-body p {
  color: #000000;
}
@media only screen and (max-width: 1200px) {
  
  .faq-style-5 .accordion-item {
    border-radius: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .faq-style-5 .accordion-item.active {
    border-radius: 30px;
  }
  
  .faq-style-5 .accordion-item .accordion-button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  
  .faq-style-5 .accordion-item .accordion-button {
    font-size: 18px;
  }
}

.faq-style-5 .accordion-item {
  border-radius: 25px;
}
.faq-style-5 .accordion-item.active {
  border-radius: 25px;
}
.faq-style-5 .accordion-item .accordion-body p {
  max-width: 74%;
}
@media only screen and (max-width: 1200px) {
  .faq-style-5 .accordion-item .accordion-body p {
    max-width: 100%;
  }
}

.widget-title {
  font-size: 26px;
  font-weight: 600;
  font-family: "Fredoka", serif;
}

.blog-sidebar {
  border-radius: 25px;
}
.blog-sidebar .widget-title {
  margin-bottom: 26px;
}
.blog-sidebar .widget {
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 25px;
  background: #f4f4f4;
}
@media only screen and (max-width: 1600px) {
  .blog-sidebar .widget {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-sidebar {
    border-radius: 15px;
  }
}


.category-widget li:last-child a {
  margin-bottom: 0;
}

.category-widget li a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Satoshi-Medium";
  background: #ffffff;
  padding: 14px 20px 14px 20px;
  border: 0.5px solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}

.category-widget li a:hover {
  color: #ffffff;
  background: #00924C;
  border-color: #00924C;
}

.blog-sidebar .category-widget li a {
  background: transparent;
}
.blog-sidebar .category-widget li a:hover {
  color: #000000;
  border-color: #000;
  background: #ffffff;
}

.tagcloud span {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  font-family: "Fredoka", serif;
  display: inline-block;
  margin-right: 10px;
}
.tagcloud a {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Fredoka", serif;
  border: 1px solid #000;
  display: inline-block;
  padding: 10px 15px;
  margin: 5px 5px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tagcloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
.tagcloud a:hover {
  color: #ffffff;
  border-color: #00924C;
}
.tagcloud a:hover::before {
  width: 100%;
  background: #00924C;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tagcloud a {
    padding: 16px 16px;
    margin: 5px 2px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

.widget-contact {
  text-align: center;
  border: 0.5px solid #000;
  border-radius: 25px;
}
.widget-contact .content {
  padding: 25px 50px 33px 50px;
}
.widget-contact .call-btn {
  color: #000000;
  font-size: 22px;
  background: #00924C;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 20px;
  margin: 0 auto;
}
.widget-contact .call-btn a {
  color: #ffffff;
}
.widget-contact .call-btn span {
  color: #000000;
  font-size: 18px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 15px;
}
.widget-contact .contact-title {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  font-family: "Fredoka", serif;
}
@media only screen and (max-width: 1200px) {
  .widget-contact .contact-title {
    font-size: 22px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .widget-contact .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget-contact .call-btn {
    font-size: 16px;
  }
}

.shopping-cart {
  color: #000000;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  position: relative;
}
.shopping-cart span {
  position: absolute;
  background: #EE4949;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  top: -9px;
  right: -9px;
  left: auto;
}
.shopping-cart:hover {
  background: #EE4949;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .shopping-cart {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 47px;
  }
}

.ui-widget.ui-widget-content {
  position: relative;
  border: 0;
}

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #EE4949;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  touch-action: none;
  border-radius: 50%;
  border: 3px solid #000000;
  top: -4px;
  background: #FFE149;
}

.ui-widget-header {
  border: 0;
  background: #e6e6e6;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
  border-color: red;
  background-color: #ffffff;
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}
.cart-plus-minus input {
  color: #000000;
  background: rgba(7, 17, 6, 0.03);
  border: 0;
  height: 50px;
  width: 130px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 1px;
  border-radius: 0;
}
.cart-plus-minus .qtybutton {
  background: rgba(0, 0, 0, 0.3);
  width: 35px;
  height: 35px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  left: 7px;
  top: 18%;
  z-index: 1;
  cursor: pointer;
}
.cart-plus-minus .inc {
  left: auto;
  right: 7px;
  line-height: 35px;
}

.cart-menu-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right.cart-info {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-icon a {
  color: #222222;
  padding-left: 10px;
  position: absolute;
  top: 36px;
  border: 1px solid #EE4949;
  padding-left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 30px;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a i {
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a:hover {
  color: #EE4949;
}
.cart-menu-right .close-icon a:hover i {
  transform: rotate(180deg);
}

.theme-banner {
  margin-top: 90px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner .theme-banner-wrapper {
  padding-top: 187px;
  padding-bottom: 130px;
  padding-left: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.theme-banner .theme-banner-wrapper::before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.52) 40.26%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 76.3%;
  height: 100%;
  z-index: -1;
  border-radius: 40px 0 0 40px;
}
.theme-banner .theme-banner-wrapper::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.52) 40.26%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 76.3%;
  height: 100%;
  z-index: -1;
  border-radius: 40px 0 0 40px;
}
.theme-banner .main-title {
  color: #ffffff;
  font-size: 110px;
  font-family: "Fredoka", serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 28px;
}
.theme-banner p {
  color: #ffffff;
  font-size: 28px;
  line-height: 45px;
  font-family: "Satoshi-Regular";
  margin-bottom: 73px;
  max-width: 79%;
}
@media only screen and (max-width: 1800px) {
  .theme-banner .main-title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-banner .theme-banner-wrapper {
    padding-left: 0;
  }
  .theme-banner .main-title {
    font-size: 75px;
  }
  .theme-banner p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner .main-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner {
    margin-left: 0;
    margin-right: 0;
  }
  .theme-banner .main-title {
    font-size: 45px;
  }
  .theme-banner p {
    max-width: 100%;
  }
  .theme-banner .theme-banner-wrapper {
    padding-bottom: 100px;
  }
}
.title-two .title {
  font-size: 72px;
  line-height: 1.14;
  font-family: "Fredoka", serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.title-two p {
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (max-width: 1600px) {
  .title-two .title {
    font-size: 55px;
  }
  .title-two p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-two .title {
    font-size: 45px;
  }
  .title-two p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-two .title {
    font-size: 32px;
  }
}

.portfolio-menu {
  padding: 10px 10px 0px 10px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #000;
}

.contact-form-wrapper-2 {
  padding: 90px 94px 75px 20px;
}
@media only screen and (max-width: 1200px) {
  .contact-form-wrapper-2 {
    padding: 15px 15px 12px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-form-wrapper-2 {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-form-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-border-wrapper-2 {
  border: 15px solid #000;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .contact-border-wrapper-2 {
    border: 0;
  }
}

.contact-form .input-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.contact-form .input-wrapper input {
  width: 100%;
  height: 70px;
  border: 0;
  background: #ffffff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding-left: 25px;
}
.contact-form .input-wrapper input::-moz-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form .input-wrapper input::placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form .input-wrapper input::-moz-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form .input-wrapper input::-webkit-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form .input-wrapper input::-o-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form .input-wrapper input::-ms-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form .input-wrapper textarea {
  width: 100%;
  height: 140px;
  border: 0;
  background: rgb(255, 255, 255);
  color: #000;
  font-size: 14px;
  font-family: "Satoshi-Regular";
  padding-top: 10px;
  padding-left: 25px;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
.contact-form .input-wrapper textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .input-wrapper textarea::placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .input-wrapper textarea::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .input-wrapper textarea::-webkit-placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .input-wrapper textarea::-o-placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .input-wrapper textarea::-ms-placeholder {
  color: #000;
  font-size: 16px;
}
.contact-form .submit-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Fredoka", serif;
  height: 65px;
  line-height: 60px;
  padding-left: 55px;
  padding-right: 55px;
  text-transform: uppercase;
  letter-spacing: 0.05px;
  border-radius: 50px;
  border: 0;
  background: #00924C;
  border: 2px solid #00924C;
  width: 100%;
  transition: all 0.4s ease 0s;
}
.contact-form .submit-btn:hover {
  color: #ffffff;
  background: #EE4949;
  border-color: #EE4949;
}
@media only screen and (max-width: 1200px) {
  .contact-form .input-wrapper {
    margin-bottom: 25px;
  }
}
.contact-form.form-2 .input-wrapper input,
.contact-form.form-2 .input-wrapper textarea {
  color: #000;
  padding-left: 25px;
  background: #f4f4f4;
  border-radius: 8px;
}
.contact-form.form-2 .input-wrapper input::-moz-placeholder, .contact-form.form-2 .input-wrapper textarea::-moz-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form.form-2 .input-wrapper input::placeholder,
.contact-form.form-2 .input-wrapper textarea::placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form.form-2 .input-wrapper input::-moz-placeholder,
.contact-form.form-2 .input-wrapper textarea::-moz-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form.form-2 .input-wrapper input::-webkit-placeholder,
.contact-form.form-2 .input-wrapper textarea::-webkit-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form.form-2 .input-wrapper input::-o-placeholder,
.contact-form.form-2 .input-wrapper textarea::-o-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form.form-2 .input-wrapper input::-ms-placeholder,
.contact-form.form-2 .input-wrapper textarea::-ms-placeholder {
  color: #000;
  font-size: 18px;
}
.contact-form.form-2 .submit-btn {
  color: #ffffff;
  width: auto;
  background: #00924C;
  border-radius: 8px;
}
.contact-form.form-2 .submit-btn:hover {
  background: #000;
  border-color: #000;
}

.subscribe-form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.subscribe-form input {
  width: 100%;
  height: 70px;
  border: 0;
  color: #000000;
  font-size: 18px;
  font-family: "Satoshi-Regular";
  border: 0;
  padding-left: 30px;
  border-radius: 10px;
}
.subscribe-form input::-moz-placeholder {
  color: #000000;
  font-size: 16px;
}
.subscribe-form input::placeholder {
  color: #000000;
  font-size: 16px;
}
.subscribe-form input::-moz-placeholder {
  color: #000000;
  font-size: 16px;
}
.subscribe-form input::-webkit-placeholder {
  color: #000000;
  font-size: 16px;
}
.subscribe-form input::-o-placeholder {
  color: #000000;
  font-size: 16px;
}
.subscribe-form input::-ms-placeholder {
  color: #000000;
  font-size: 16px;
}
.subscribe-form button {
  color: #ffffff;
  font-size: 18px;
  font-family: "Fredoka", serif;
  border: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  background: #00924C;
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 6px;
  height: 50px;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 15px;
  transition: all 0.4s ease 0s;
}
.subscribe-form button:hover {
  color: #000000;
  background: #EE4949;
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form {
    text-align: center;
    width: 100%;
  }
  .subscribe-form button {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 10px;
  }
}

.info-box2 {
  background: #F3F3F3;
  border-radius: 20px;
  padding: 40px 40px 30px 40px;
  margin-bottom: 45px;
  display: flex;
}
.info-box2 .icon {
  color: #ffffff;
  width: 70px;
  height: 70px;
  background: #00924C;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.info-box2 .info-content {
  flex: 1;
}
.info-box2 .info-title {
  font-size: 30px;
  font-weight: 500;
  font-family: "Fredoka", serif;
  margin-bottom: 11px;
}
.info-box2 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .info-box2 {
    padding-right: 0;
  }
  .info-box2 .icon {
    margin-bottom: 30px;
  }
  .info-box2 .info-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .info-box2 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    text-align: center;
  }
  .info-box2 .icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.classic-style {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.classic-style button.slick-arrow {
  font-size: 24px;
  border: 0;
  background: rgba(7, 17, 6, 0.3);
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.classic-style button.slick-next {
  left: auto;
  right: 30px;
}
.classic-style button.slick-prev {
  left: 30px;
}
.classic-style .blog-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  font-family: "Fredoka", serif;
  margin-bottom: 30px;
  margin-top: 5px;
}
.classic-style .blog-title a {
  color: #000000;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-title a:hover {
  color: #00924C;
}
.classic-style .blog-content {
  padding-top: 30px;
}
.classic-style p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .classic-style .blog-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1600px) {
  .classic-style {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .classic-style {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .classic-style {
    margin-left: 0;
  }
}

.blockquote {
  background: #EAEAFF;
  padding: 40px 70px 44px 60px;
  border-left: 6px solid #00924C;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.blockquote img {
  display: inline-block;
}
.blockquote p {
  color: #000000;
  font-family: "Fredoka", serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.32;
  margin-bottom: 22px;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .blockquote p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-details-wrapper .classic-style {
  border: 0;
}
.blog-details-wrapper .classic-style .blog-title {
  font-size: 60px;
  font-weight: 600;
  font-family: "Fredoka", serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1600px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 28px;
  }
}
.blog-details-wrapper .classic-style .blog-content {
  padding-left: 0;
  padding-right: 0;
}
.blog-details-wrapper .img-box img {
  border-radius: 30px 0 30px 30px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-widget .widget-title {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  font-family: "Fredoka", serif;
  margin-bottom: 30px;
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget ul li a {
  color: #000000;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Satoshi-Regular";
  display: inline-block;
  margin-bottom: 15px;
  transition: all 0.4s ease 0s;
}
.footer-widget ul li a:hover {
  color: #00924C;
}
@media only screen and (max-width: 991.98px) {
  .footer-widget .widget-title {
    font-size: 24px;
  }
}

.copyright-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:last-child a {
  margin-right: 0;
}
.footer-menu li a {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin: 0 10px;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.footer-menu li a:hover {
  color: #00924C;
}
@media only screen and (max-width: 1200px) {
  .footer-menu li a {
    font-size: 18px;
  }
}

.footer-three .copyright-wrap {
  padding-bottom: 30px;
  border-color: rgba(0, 0, 0, 0.2);
}
.footer-three .footer-logo {
  margin-bottom: 26px;
}
.footer-three .widget-title {
  color: #000000;
}
.footer-three p {
  color: #000000;
  font-size: 20px;
  line-height: 36px;
}
.footer-three .description-text {
  margin-bottom: 70px;
}
.footer-three .footer-widget ul li a {
  color: #000000;
}
.footer-three .footer-widget ul li a:hover {
  color: #00924C;
}
.footer-three .footer-menu li a {
  color: #000000;
}
.footer-three .footer-menu li a:hover {
  color: #00924C;
}
