@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&amp;family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

/*
************
*************************
   Template Name: LionsInternationalSchool – Kindergarten HTML Template
   Description: LionsInternationalSchool is a modern HTML template specially designed for kinder gardens, primary schools, education, and training. It is being created following modern design standards and typography.
   Author: _ThemePhi
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
01. Common
02. Header
03. Banner
04. Features
05. About
06. CTA
07. Class
08. App Download
09. Counter
10. Staff
11. Facility
12. Gallery
13. Testimonial
14. Blog
15. Partner
16. Contact
17. Footer
18. Class Details
19. Staff Details
20. Shop Page
20. Shop Page
22. Checkout
23. Cart
24. Blog Page
25. Contact Page
26. Shop
27. Sign
28. Error
29. Ajax
30. Breakpoints

******************************************************* 
*************************************************************** */
/*
************
*************************
01. Common
******************************************************* 
*************************************************************** */
body {
  font-family: "Roboto", sans-serif;
  color: #717171;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

h1,
h2 {
  font-family: "Fredoka One", cursive;
}

p {
  font-size: 16px;
  line-height: 26px;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  vertical-align: top;
}

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

span {
  display: inline-block;
}

i {
  display: inline-block;
}

input,
textarea,
button {
  background: transparent;
  border: 0;
  padding: 0;
  transition: 0.3s;
}

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

img {
  width: 100%;
}

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

input::placeholder {
  transition: 0.4s;
  opacity: 1;
  color: #53545b;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #23cc88;
}

::selection {
  color: #fff;
  background: #23cc88;
}

input:focus::placeholder {
  opacity: 0;
}

textarea::placeholder {
  transition: 0.4s;
  opacity: 1;
  color: #53545b;
}

textarea:focus::placeholder {
  opacity: 0;
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}

@media (max-width: 575px) {
  #loading-center-absolute {
    width: 60%;
  }
}

.object {
  width: 20px;
  height: 20px;
  background-color: #23cc88;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}

.loading-content {
  text-align: center;
}

.loading-stroke {
  position: relative;
  width: 100%;
  background: #23cc88;
  height: 3px;
}

.loading-stroke::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  animation: LionsInternationalSchool-loading 5s linear infinite;
  animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86);
}

.loading-logo-icon {
  position: absolute;
  top: -60px;
  left: 0;
  width: 60px;
  height: 60px;
  animation: LionsInternationalSchool-loading 5s linear infinite;
  animation-timing-function: cubic-bezier(0.75, 0.04, 0, 0.86);
}

.loading-logo-icon-2 {
  width: 60px;
  height: 60px;
  transform-origin: center;
  animation: LionsInternationalSchool-loading-shake 5s linear infinite;
}

.loading-logo-text {
  padding-bottom: 10px;
}

@keyframes LionsInternationalSchool-loading-shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-75deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-75deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes LionsInternationalSchool-loading {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes LionsInternationalSchool-loading {
  0% {
    left: 0;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 0;
  }
}

#object_one {
  -webkit-animation: object 2s linear infinite;
  animation: object 2s linear infinite;
}

#object_two {
  -webkit-animation: object 2s linear infinite -0.4s;
  animation: object 2s linear infinite -0.4s;
}

#object_three {
  -webkit-animation: object 2s linear infinite -0.8s;
  animation: object 2s linear infinite -0.8s;
}

#object_four {
  -webkit-animation: object 2s linear infinite -1.2s;
  animation: object 2s linear infinite -1.2s;
}

#object_five {
  -webkit-animation: object 2s linear infinite -1.6s;
  animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
  0% {
    left: 100px;
    top: 0;
  }

  80% {
    left: 0;
    top: 0;
  }

  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }

  90% {
    width: 40px;
    height: 15px;
  }

  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 100px;
    top: 0;
  }
}

@keyframes object {
  0% {
    left: 100px;
    top: 0;
  }

  80% {
    left: 0;
    top: 0;
  }

  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }

  90% {
    width: 40px;
    height: 15px;
  }

  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 100px;
    top: 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.row {
  --bs-gutter-x: 30px;
}

.g-4 {
  --bs-gutter-y: 30px;
}

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

.w_100 img {
  width: 100%;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.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-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-27 {
  padding-bottom: 27px;
}

.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-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.p-50p {
  padding-top: 50%;
  padding-bottom: 50%;
}

.pb-100p {
  padding-bottom: 100%;
}

.p-5 {
  padding: 5px 0;
}

.p-10 {
  padding: 10px 0;
}

.p-15 {
  padding: 15px 0;
}

.p-20 {
  padding: 20px 0;
}

.p-25 {
  padding: 25px 0;
}

.p-30 {
  padding: 30px 0;
}

.p-35 {
  padding: 35px 0;
}

.p-40 {
  padding: 40px 0;
}

.p-45 {
  padding: 45px 0;
}

.p-50 {
  padding: 50px 0;
}

.p-55 {
  padding: 55px 0;
}

.p-60 {
  padding: 60px 0;
}

.p-65 {
  padding: 65px 0;
}

.p-70 {
  padding: 70px 0;
}

.p-75 {
  padding: 75px 0;
}

.p-80 {
  padding: 80px 0;
}

.p-85 {
  padding: 85px 0;
}

.p-90 {
  padding: 90px 0;
}

.p-95 {
  padding: 95px 0;
}

.p-100 {
  padding: 100px 0;
}

.p-105 {
  padding: 105px 0;
}

.p-110 {
  padding: 110px 0;
}

.p-115 {
  padding: 115px 0;
}

.p-120 {
  padding: 120px 0;
}

.p-125 {
  padding: 125px 0;
}

.p-130 {
  padding: 130px 0;
}

.p-135 {
  padding: 135px 0;
}

.p-140 {
  padding: 140px 0;
}

.p-145 {
  padding: 145px 0;
}

.p-150 {
  padding: 150px 0;
}

.p-180 {
  padding: 180px 0;
}

.p-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-7 {
  margin-top: 7px;
}

.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-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt--1 {
  margin-top: -1px;
}

.mt--2 {
  margin-top: -2px;
}

.mt--3 {
  margin-top: -3px;
}

.mt--4 {
  margin-top: -4px;
}

.mt--5 {
  margin-top: -5px;
}

.mt--6 {
  margin-top: -6px;
}

.mt--7 {
  margin-top: -7px;
}

.mt--8 {
  margin-top: -8px;
}

.mt--9 {
  margin-top: -9px;
}

.mt--10 {
  margin-top: -10px;
}

.mt--14 {
  margin-top: -14px;
}

.mt--16 {
  margin-top: -16px;
}

.mt--17 {
  margin-top: -17px;
}

.mt--23 {
  margin-top: -23px;
}

.facility-icon-minus-top {
  margin-top: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .facility-icon-minus-top {
    margin-top: -45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .facility-icon-minus-top {
    margin-top: -90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .facility-icon-minus-top {
    margin-top: -15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .facility-icon-minus-top {
    margin-top: 30px;
  }
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

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

.mb-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-105 {
  margin-bottom: 105px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 5px 0;
}

.m-10 {
  margin: 10px 0;
}

.m-15 {
  margin: 15px 0;
}

.m-20 {
  margin: 20px 0;
}

.m-25 {
  margin: 25px 0;
}

.m-30 {
  margin: 30px 0;
}

.m-35 {
  margin: 35px 0;
}

.m-40 {
  margin: 40px 0;
}

.m-45 {
  margin: 45px 0;
}

.m-50 {
  margin: 50px 0;
}

.m-55 {
  margin: 55px 0;
}

.m-60 {
  margin: 60px 0;
}

.m-65 {
  margin: 65px 0;
}

.m-70 {
  margin: 70px 0;
}

.m-75 {
  margin: 75px 0;
}

.m-80 {
  margin: 80px 0;
}

.m-85 {
  margin: 85px 0;
}

.m-90 {
  margin: 90px 0;
}

.m-95 {
  margin: 95px 0;
}

.m-100 {
  margin: 100px 0;
}

.m-105 {
  margin: 105px 0;
}

.m-110 {
  margin: 110px 0;
}

.m-115 {
  margin: 115px 0;
}

.m-120 {
  margin: 120px 0;
}

.m-125 {
  margin: 125px 0;
}

.m-130 {
  margin: 130px 0;
}

.m-135 {
  margin: 135px 0;
}

.m-140 {
  margin: 140px 0;
}

.m-145 {
  margin: 145px 0;
}

.m-150 {
  margin: 150px 0;
}

.mx--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

@media (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 5px !important;
  }
}

.h-0 {
  height: 0;
}

.fb {
  background: #3b5999;
  color: #fff;
}

.ggl {
  background: #DD4B39;
  color: #fff;
}

.tw {
  background: #55acee;
  color: #fff;
}

.pin {
  background: #bd081c;
  color: #fff;
}

.ld {
  background: #007bb6;
  color: #fff;
}

.skp {
  background: #009ee5;
  color: #fff;
}

.rss {
  background: #fd9f13;
  color: #fff;
}

.drb {
  background: #ea4c89;
  color: #fff;
}

.color-fb {
  color: #3b5999;
}

.color-fb:hover,
.color-fb:focus {
  color: #3b5999;
}

.color-ggl {
  color: #DD4B39;
}

.color-ggl:hover,
.color-ggl:focus {
  color: #DD4B39;
}

.color-tw {
  color: #55acee;
}

.color-tw:hover,
.color-tw:focus {
  color: #55acee;
}

.color-pin {
  color: #bd081c;
}

.color-pin:hover,
.color-pin:focus {
  color: #bd081c;
}

.color-ld {
  color: #007bb6;
}

.color-ld:hover,
.color-ld:focus {
  color: #007bb6;
}

.color-skp {
  color: #009ee5;
}

.color-skp:hover,
.color-skp:focus {
  color: #009ee5;
}

.color-rss {
  color: #fd9f13;
}

.color-rss:hover,
.color-rss:focus {
  color: #fd9f13;
}

.color-drb {
  color: #ea4c89;
}

.color-drb:hover,
.color-drb:focus {
  color: #ea4c89;
}

.color-ig {
  color: #394b8d;
}

.color-ig:hover,
.color-ig:focus {
  color: #394b8d;
}

.color-vmo {
  color: #394b8d;
}

.color-vmo:hover,
.color-vmo:focus {
  color: #394b8d;
}

.color-be {
  color: #2d9ad2;
}

.color-be:hover,
.color-be:focus {
  color: #2d9ad2;
}

.fb-color {
  color: #3b5999;
}

.fb-color:hover,
.fb-color:focus {
  color: #3b5999;
}

.ggl-color {
  color: #DD4B39;
}

.ggl-color:hover,
.ggl-color:focus {
  color: #DD4B39;
}

.tw-color {
  color: #55acee;
}

.tw-color:hover,
.tw-color:focus {
  color: #55acee;
}

.pin-color {
  color: #bd081c;
}

.pin-color:hover,
.pin-color:focus {
  color: #bd081c;
}

.ld-color {
  color: #007bb6;
}

.ld-color:hover,
.ld-color:focus {
  color: #007bb6;
}

.skp-color {
  color: #009ee5;
}

.skp-color:hover,
.skp-color:focus {
  color: #009ee5;
}

.rss-color {
  color: #fd9f13;
}

.rss-color:hover,
.rss-color:focus {
  color: #fd9f13;
}

.isotope-gap {
  margin: 12px;
}

.isotope-n-gap {
  margin: -12px;
}

.navbar-nav .nav-item.pr-20 {
  padding-right: 20px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-30 {
  gap: 30px;
}

.gap-55 {
  gap: 55px;
}

.gap-70 {
  gap: 70px;
}

.r-gap-10 {
  row-gap: 10px;
}

.r-gap-20 {
  row-gap: 20px;
}

.r-gap-24 {
  row-gap: 24px;
}

.r-gap-30 {
  row-gap: 30px;
}

.r-gap-70 {
  row-gap: 70px;
}

.c-gap-10 {
  column-gap: 10px;
}

.c-gap-20 {
  column-gap: 20px;
}

.c-gap-24 {
  column-gap: 24px;
}

.c-gap-30 {
  column-gap: 30px;
}

.c-gap-70 {
  column-gap: 70px;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.top-50 {
  top: 50%;
}

.left-50 {
  left: 50%;
}

.bottom-50 {
  bottom: 50%;
}

.right-50 {
  right: 50%;
}

.top-100 {
  top: 100%;
}

.left-100 {
  left: 100%;
}

.bottom-100 {
  bottom: 100%;
}

.right-100 {
  right: 100%;
}

.ff-heading {
  font-family: "Fredoka One", cursive;
}

.ff-body {
  font-family: "Roboto", sans-serif;
}

.ff-special {
  font-family: "Open Sans", sans-serif;
}

.def-btn {
  height: 60px;
  line-height: 60px;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  box-shadow: 0px 5px 10px 0px rgba(35, 204, 136, 0.5);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  display: inline-block;
}

.def-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-145deg, #8ecf35, #23cc88);
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: -1;
}

.def-btn.def-btn-sm {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

.def-btn.btn-2 {
  background: linear-gradient(145deg, #ff4f58, #ffb400);
  box-shadow: 0px 5px 10px 0px rgba(255, 114, 58, 0.5);
}

.def-btn.btn-2:after {
  background: linear-gradient(-145deg, #ff4f58, #ffb400);
}

.def-btn.btn-3 {
  background: linear-gradient(145deg, #01cbad, #47a1f2);
  box-shadow: 0px 5px 10px 0px rgba(1, 203, 173, 0.5);
}

.def-btn.btn-3:after {
  background: linear-gradient(-145deg, #01cbad, #47a1f2);
}

.def-btn.btn-4 {
  background: linear-gradient(145deg, #e85aca, #fc4e65);
  box-shadow: 0px 5px 10px 0px rgba(232, 90, 202, 0.5);
}

.def-btn.btn-4:after {
  background: linear-gradient(-145deg, #e85aca, #fc4e65);
}

.def-btn:hover {
  color: #fff;
}

.def-btn:hover:after {
  opacity: 1;
}

.section-title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 600;
  color: #00394f;
}

.paragraph-minus-margin {
  margin-bottom: -8px;
}

.bg-danger {
  background-color: #ff4f58 !important;
}

.bg-gradient-1 {
  background: linear-gradient(145deg, #8ecf35, #23cc88);
}

.bg-gradient-2 {
  background: linear-gradient(145deg, #01cbad, #47a1f2);
}

.bg-gradient-3 {
  background: linear-gradient(145deg, #ff4f58, #ffb400);
}

.bg-gradient-4 {
  background: linear-gradient(145deg, #e85aca, #fc4e65);
}

.color-1 {
  color: #23cc88;
}

.color-2 {
  color: #F95072;
}

.color-3 {
  color: #ff4f58;
}

.color-4 {
  color: #ffc000;
}

.color-5 {
  color: #e84b3a;
}

.color-6 {
  color: #ff723a;
}

.color-7 {
  color: #92278f;
}

.color-8 {
  color: #47a1f2;
}

.color-9 {
  color: #00394f;
}

.shadow-1 {
  box-shadow: 0px 10px 20px 0px rgba(35, 204, 136, 0.5);
}

.shadow-2 {
  box-shadow: 0px 10px 20px 0px rgba(71, 161, 242, 0.5);
}

.shadow-3 {
  box-shadow: 0px 10px 20px 0px rgba(255, 114, 58, 0.5);
}

.shadow-4 {
  box-shadow: 0px 10px 20px 0px rgba(232, 90, 202, 0.5);
}

.filter-shadow-1 {
  filter: drop-shadow(0px 10px 10px rgba(35, 204, 136, 0.5));
}

.filter-shadow-2 {
  filter: drop-shadow(0px 10px 10px rgba(1, 203, 173, 0.5));
}

.filter-shadow-3 {
  filter: drop-shadow(0px 10px 10px rgba(255, 114, 58, 0.5));
}

.filter-shadow-4 {
  filter: drop-shadow(0px 10px 10px rgba(232, 90, 202, 0.5));
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.lh-0 {
  line-height: 100% !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

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

.tt-uppercase {
  text-transform: uppercase;
}

.divider {
  width: 80px;
  height: 4px;
}

.gap-4 {
  gap: 24px;
}

.gap-25 {
  row-gap: 25px;
}

.gap-30 {
  row-gap: 30px;
}

.border-light-alpha {
  border-color: #804BFF !important;
}

.btn-box {
  display: flex;
  gap: 20px;
}

.btn-box-2 {
  display: flex;
  gap: 10px;
}

.pr-70 {
  padding-right: 70px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ml-30 {
  margin-left: 30px;
}

/*  Default CSS  */
.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

/*
************
*************************
02. Header
******************************************************* 
*************************************************************** */
.header-container {
  width: 100%;
  max-width: 1480px;
}

@media only screen and (min-width: 1500px) and (max-width: 1580px) {
  .header-container {
    max-width: 1520px;
  }
}

.bottom-header {
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}

.navbar-nav ul.dropdown-menu li:not(:last-child) {
  margin-bottom: 5px;
}

.top-header {
  background-image: linear-gradient(11deg, #8ecf35, #23cc88);
}

.header-txt {

  font-size: 16px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header-txt:first-child {
  border-left: 0;
}

.header-right-txt {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.header-right-txt:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-right-txt:hover,
.header-right-txt:focus {
  color: #23cc88;
  background: #fff;
}

.nav-item:hover .nav-link:after,
.nav-item:focus-within .nav-link:after {
  width: 100%;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.nav-link {
  font-size: 14px;
  height: 20px;
  line-height: 21px;
  font-weight: 700;
  color: #00394f;
  text-transform: uppercase;
  position: relative;
}

.nav-link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #23cc88;
  transition: all 0.3s ease-in;
}

.nav-link:hover,
.nav-link:focus {
  color: #00394f;
}

.nav-link:hover:after,
.nav-link:focus:after {
  width: 100%;
}

.dropdown-menu {
  display: block;
  border-radius: 0;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  border: 0;
  top: 120%;
  background-color: #fff;
  border-top: 4px solid #23CC88;
  box-shadow: 0 13px 29px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

@media only screen and (min-width: 1250px) and (max-width: 1580px),
(max-width: 1500px) {
  .dropdown-menu {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    border-top-width: 0;
    opacity: 1;
    visibility: visible;
  }
}

.dropdown-menu[data-bs-popper] {
  left: inherit;
  margin-top: inherit;
}

.dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #717171;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: #23cc88;
  color: #fff;
}

.nav-cart-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(-145deg, #ff4f58, #ffb400);
  border-radius: 50%;
  position: relative;
}

.logo img {
  width: 120px;
}

.item_count {
  position: absolute;
  right: -10px;
  top: -10px;
  min-width: 30px;
  height: 30px;
  background-color: #32CC7C;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
}

.navbar-nav li.nav-item {
  padding: 13px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-header {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .top-header {
    padding: 20px 0;
    padding-bottom: 30px;
  }

  .top-header {
    padding: 20px 0;
    padding-bottom: 30px;
  }

  .header-txt {
    margin-bottom: 7px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header-container.style-2 {
    padding: 0 40px !important;
  }
}

.navbar-nav li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #00394F;
  padding: 10px 0;
  font-weight: 700;
  transition: 0.4s;
  transform-origin: left;
  display: inline-block;
}

.navbar-nav li a:hover {
  color: #23CC88;
}

.navbar-nav li ul li a {
  padding: 5px 0;
}

.navbar-nav li ul li a:hover {
  letter-spacing: 1px;
}

.navbar-nav li:is(.dropdown)>a::after {
  content: "\eab2";
  font-family: "IcoFont";
}

.navbar-nav>li:hover>a {
  color: #23CC88;
}

.navbar-nav li {
  margin: 0 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header-style-1 .navbar .navbar-nav {
    background-image: linear-gradient(-145deg, #8ecf35, #23cc88);
    margin-top: 30px !important;
    padding: 20px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header-style-1 .navbar .navbar-nav li {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header-style-1 .navbar .navbar-nav li a {
    padding: 0;
    color: #fff;
    display: block;
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header-style-1 .navbar .navbar-nav li:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav>li.dropdown>a::after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "IcoFont";
    font-weight: 600;
    content: "\eab2";
  }

  .navbar-nav>li.dropdown>a.show::after {
    font-weight: 600;
    content: "\eab9";
  }
}

/*
************
*************************
03. Banner
******************************************************* 
*************************************************************** */
.breadcrumb-txt span.dvdr {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 300;
}

.breadcrumb-txt a {
  font-weight: 700;
}

.breadcrumb-txt a:hover {
  color: #23CC88;
}

.banner {
  background: url(../images/banner-bg-1.jpg) bottom center no-repeat;
  background-size: cover;
}

.breadcrumb-banner {
  background: url(../images/breadcrumb-bg.jpg) bottom center no-repeat;
  background-size: cover;
}

.banner-subtitle {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.banner-subtitle-2 {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.banner-title {
  font-size: 96px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}

.banner-title-2 {
  font-size: 96px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumb-title {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-txt {
  font-size: 20px;
  color: #fff;
}

.banner-paragraph {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.banner-paragraph-2 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.mr-25 {
  margin-right: 25px;
}

.rounded-pill-space {
  margin-top: 10px;
  margin-bottom: 17px;
}

@keyframes hero-border {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }

  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}

.feature-img-2 img {
  -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -webkit-animation: hero-border 5s linear infinite alternate;
  -moz-animation: hero-border 5s linear infinite alternate;
  -o-animation: hero-border 5s linear infinite alternate;
  animation: hero-border 5s linear infinite alternate;
}

.box.kitba-box-2 {
  grid-gap: 14px;
}

.kitba-slide-height {
  height: 950px;
  display: flex;
  align-items: center;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .kitba-slide-height {
    height: 850px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .kitba-slide-height {
    height: 800px;
  }
}

@media (max-width: 767px) {
  .kitba-slide-height {
    height: 750px;
  }
}

.bg_cover {
  background-size: cover;
}

/*
************
*************************
04. Features
******************************************************* 
*************************************************************** */
.feature-part-icon {
  width: 100px;
  height: 100px;
}

.feature-icon {
  width: 100px;
  height: 100px;
}

.feature-txt {
  width: calc(100% - 120px);
}

.feature-sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #00394f;
}

.feature-sub-title-2 {
  font-size: 72px;
  line-height: 100%;
}

.video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  display: inline-block;
}

.video-btn.video-btn-2 {
  font-size: 36px;
}

.feature-title {
  font-size: 152px;
  font-weight: 600;
  line-height: 1.1;
  color: #00394f;
}

.r-gap-40 {
  row-gap: 40px;
}

.has-gradient-service>*:nth-child(1) a:hover {
  color: #38CD78;
}

.has-gradient-service>*:nth-child(2) a:hover {
  color: #35ACE0;
}

.has-gradient-service>*:nth-child(3) a:hover {
  color: #FF5454;
}

.has-gradient-service>*:nth-child(4) a:hover {
  color: #E85AC9;
}

.feature-sub-title.prnt-clr:hover a {
  color: #35ACE0;
}

.feature-sub-title.msc-clr:hover a {
  color: #FF5454;
}

.feature-sub-title.lrn-clr:hover a {
  color: #38CD78;
}

.feature-icon img,
.feature-part-icon img {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.feature-card:hover .feature-icon img,
.feature-box:hover .feature-part-icon img {
  transform: translate3d(0, -5px, 0);
}

/*
************
*************************
05. About
******************************************************* 
*************************************************************** */
.about {
  background: url(../images/about-bg.png) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.about-2 {
  background: url(../images/about-bg-2.jpg);
  background-size: cover;
  color: #fff;
}

.about-title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 600;
}

.feature-img.p-relative::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.25;
}

.feature-img.p-relative a.video-btn {
  z-index: 9;
}

.feature-img.p-relative a.video-btn i {
  transition: all 0.3s;
}

.feature-img.p-relative a.video-btn:hover i {
  color: #FF5A4C;
}

p.app-download-txt {
  font-size: 20px;
}

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

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2 {
    position: relative;
  }

  .about-2::after {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: calc(100% - 30px);
    background: linear-gradient(to top, #16fb3600, #53cd64);
    content: "";
    opacity: 0.6;
  }

  .about-2>* {
    position: relative;
    z-index: 9;
  }
}

/*
************
*************************
06. CTA
******************************************************* 
*************************************************************** */
.cta {
  background: url(../images/cta-bg.png) center center no-repeat;
  background-size: cover;
}

.cta-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

/*
************
*************************
07. Class
******************************************************* 
*************************************************************** */
.class-card {
  box-shadow: 0px 0px 10px 0px rgba(113, 113, 113, 0.1);
}

.class-title {
  font-size: 24px;
  font-weight: 700;
}

.class-title a {
  color: #00394f;
}

.class-title:hover a {
  color: #23cc88;
}

.vertical-border {
  width: 1px;
  background: rgba(113, 113, 113, 0.2);
}

.class-card:hover .part-img img {
  transform: scale(1.1);
}

.class-card .part-img {
  overflow: hidden;
  position: relative;
}

.class-card .part-img img {
  transition: all 0.3s;
}

@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

.counter-box:hover img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .class-info.d-flex {
    flex-direction: row;
    grid-gap: 5px;
  }
}

.class-card.class-card-2 {
  display: flex;
  align-items: center;
}

.class-card.class-card-2 .part-img {
  flex: 0 0 45%;
  max-width: 45%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .class-card.class-card-2 .part-img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .class-card.class-card-2 .part-img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.class-card.class-card-2 .popular-class-txt {
  padding: 0 30px;
}

.list-wrapper .class-card.class-card-2 .popular-class-txt {
  padding: 0 40px;
}

.class-card.class-card-2 .part-img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.list-wrapper .class-card.class-card-2 .part-img {
  height: 330px;
}

.gallery-image.gallery-image-2 .img {
  height: 350px;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .gallery-image.gallery-image-2 .img {
    height: 280px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-image.gallery-image-2 .img {
    height: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-image.gallery-image-2 .img {
    height: 240px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-image.gallery-image-2 .img {
    height: 200px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .gallery-image.gallery-image-2 .img {
    height: 260px;
  }
}

@media only screen and (max-width: 479px) {
  .gallery-image.gallery-image-2 .img {
    height: 200px;
  }
}

.gallery-image.gallery-image-2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box.box-1.text-center {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box.box-1.text-center {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .class-info .box.box-1.text-center {
    align-items: start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .class-info .box.box-1.text-center {
    align-items: start;
  }
}

.class-catname {
  display: inline-block;
  color: #fff;
  margin-bottom: 25px;
  font-size: 16px;
  color: #23cc88;
  border: 1px solid #23cc88;
  padding: 3px 10px;
}

.class-catname:hover {
  background-color: #23cc88;
  color: #fff;
}

.class-catname.bg-theme {
  background-color: #23cc88;
  color: #fff;
}

.class-catname.bg-theme:hover {
  color: #23cc88;
  border: 1px solid #23cc88;
  background-color: transparent;
}

.class-filter-btn {
  font-size: 16px;
  color: #00394f;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.class-filter-btn:not(:last-child) {
  margin-right: 30px;
}

.class-filter-btn.active {
  color: #23CC88;
}

.class-filter-btn:hover {
  color: #23CC88;
}

.part-txt.part-text-list {
  padding: 40px 70px 40px 40px;
}

.grey-bg-2 {
  background-color: #f6f6f6;
}

.course__tab-inner {
  padding: 20px 25px;
}

.course__view h4 {
  color: #00394f;
  font-size: 16px;
  margin-bottom: 0;
}

.course__tab-btn li button {
  color: #00394f;
  font-size: 16px;
  margin-right: 5px;
  padding: 5px 10px;
  background-color: #d7d7d7;
}

.course__tab-btn li button#list-tab {
  margin-right: 15px;
}

.course__tab-btn li button.active {
  background-color: #00394f;
  color: #fff;
}

.course__sort-inner .nice-select {
  border: 0;
  color: #00394f;
  padding-right: 33px;
}

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

.course__sort-inner .nice-select::after {
  width: 7px;
  height: 7px;
  border-width: 1px;
  border-color: #00394f;
  right: 20px;
}

.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li:not(:last-child) {
  margin-right: 20px;
}

.basic-pagination ul li.prev a,
.basic-pagination ul li.next a {
  width: inherit;
  height: inherit;
  line-height: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.basic-pagination ul li a {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #f6f6f6;
  color: #00394f;
}

.basic-pagination ul li.active a {
  color: #ffffff;
  background: #23cc88;
  border-color: #23cc88;
}

.basic-pagination ul li.active a {
  color: #ffffff;
}

.link-btn {
  position: relative;
  font-size: 16px;
  color: #00394f;
  font-weight: 500;
  display: inline-block;
}

.basic-pagination ul li.prev a:hover,
.basic-pagination ul li.next a:hover {
  color: #23cc88;
  background: inherit;
}

.basic-pagination ul li a:hover {
  background: #23cc88;
  color: #ffffff;
  border-color: #23cc88;
}

.course__video-thumb {
  position: relative;
  z-index: 1;
}

.course__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.course__video-price h5 {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
  color: #1a1a1a;
}

.course__video-price h5 span {
  font-size: 20px;
  font-weight: 600;
}

.course__video-discount span {
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  color: #F95072;
  background: rgba(255, 70, 144, 0.08);
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.course__video-info h5 {
  margin-bottom: 0;
  font-weight: 400;
  color: #717171;
  font-size: 15px;
  line-height: 1;
}

.course__video-info h5 span {
  font-weight: 500;
  color: #1a1a1a;
  padding-right: 5px;
}

.course__payment h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.e-btn-7 {
  height: 50px;
  line-height: 50px;
}

.course__video-price h5.old-price {
  text-decoration: line-through;
  color: #717171;
  font-weight: 500;
  font-size: 16px;
  padding-left: 10px;
}

.course__video-icon {
  margin-right: 10px;
}

.course__video-icon i {
  color: #23cc88;
}

.course__video-content ul li:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eef0f6;
}

/*
************
*************************
08. App Download
******************************************************* 
*************************************************************** */
.app-download-2 {
  background: url(../images/app-download-bg.jpg) center center no-repeat;
  background-size: cover;
}

.app-download-title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

/*
************
*************************
09. Counter
******************************************************* 
*************************************************************** */
.counter {
  background: url(../images/counter-bg.png) center center no-repeat;
  background-size: cover;
}

.counter-inner {
  background: url(../images/counter-bg-2.jpg) center center no-repeat;
  background-size: cover;
}

.counter-box-2 {
  border-radius: 50%;
}

.counter-part-txt {
  color: #fff;
}

.counter-txt {
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.counter-sub-txt {
  font-size: 22px;
}

@media (max-width: 767px) {
  .counter-sub-txt {
    font-size: 20px;
  }
}

.counter-box-2:hover .counter-icon {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/*
************
*************************
10. Staff
******************************************************* 
*************************************************************** */
.staff-name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.staff-name a {
  color: #00394f;
}

.staff-name:hover a {
  color: #23cc88;
}

.staff-social-btn {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: url(../images/vector-bg-1.png) center center no-repeat;
  background-size: 50px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.staff-social-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  box-shadow: 0px 25px 20px 0px rgba(35, 204, 136, 0.25);
}

.staff-social-btn.bg-1 {
  background: url(../images/vector-bg-2.png) center center no-repeat;
  background-size: 50px;
}

.staff-social-btn.bg-1:before {
  box-shadow: 0px 25px 20px 0px rgba(255, 114, 58, 0.25);
}

.staff-social-btn.bg-2 {
  background: url(../images/vector-bg-3.png) center center no-repeat;
  background-size: 50px;
}

.staff-social-btn.bg-2:before {
  box-shadow: 0px 25px 20px 0px rgba(71, 161, 242, 0.25);
}

.staff-social-btn.bg-3 {
  background: url(../images/vector-bg-4.png) center center no-repeat;
  background-size: 50px;
}

.staff-social-btn.bg-3:before {
  box-shadow: 0px 25px 20px 0px rgba(232, 90, 202, 0.25);
}

.staff-social-btn:hover {
  color: #fff;
}

.staff-card-img {
  position: relative;
  z-index: 1;
}

.staff-card-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #00394f;
  opacity: 0.5;
  z-index: 1;
  transition: 0.4s;
}

.staff-card-img img {
  transition: 0.4s;
}

.staff-card-img:hover img {
  filter: contrast(0.5);
}

.staff-card-img:hover:before {
  opacity: 0;
}

.staff-card-img>a {
  display: block;
}

.w_100 img {
  width: 100%;
}

.pl-70 {
  padding-left: 70px;
}

/*
************
*************************
11. Facility
******************************************************* 
*************************************************************** */
.facility {
  background: url(../images/facility-bg.jpg) center center no-repeat;
  background-size: cover;
}

.facility-card.facility-card-one {
  background: url(../images/facility-img-1.jpg) center center no-repeat;
  background-size: cover;
  background-position: top center;
}

.facility-card.facility-card-two {
  background: url(../images/facility-img-2.jpg) center center no-repeat;
  background-size: cover;
  background-position: top center;
}

.facility-card.facility-card-two .facility-icon {
  background: linear-gradient(-145deg, #ff4f58, #ffb400);
  box-shadow: 0px 25px 20px 0px rgba(255, 114, 58, 0.3);
}

.facility-card.facility-card-three {
  background: url(../images/facility-img-3.jpg) center center no-repeat;
  background-size: cover;
  background-position: top center;
}

.facility-card.facility-card-three .facility-icon {
  background: linear-gradient(-145deg, #e85aca, #fc4e65);
  box-shadow: 0px 25px 20px 0px rgba(232, 90, 202, 0.3);
}

.facility-img-area {
  min-height: 190px;
}

.facility-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  box-shadow: 0px 25px 20px 0px rgba(35, 204, 136, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.facility-title a {
  color: #00394f;
}

.facility-title:hover a {
  color: #23cc88;
}

.facility-card:hover .facility-icon img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.single-client img {
  width: 100%;
}

/*
************
*************************
12. Gallery
******************************************************* 
*************************************************************** */
.gallery-container {
  max-width: 1920px;
}

.controls {
  border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}

.gallery-filter-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
}

.gallery-filter-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  background: #fff;
  border-top: 1px solid rgba(113, 113, 113, 0.2);
  border-right: 1px solid rgba(113, 113, 113, 0.2);
  opacity: 0;
  transition: 0.3s;
}

.gallery-filter-btn.active:after {
  opacity: 1;
}

.gallery-image:hover .gallery-txt,
.gallery-image:focus-within .gallery-txt {
  opacity: 1;
}

.gallery-txt {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(146, 39, 143, 0.94);
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.gallery-popup {
  text-align: center;
  width: 58px;
  height: 58px;
  line-height: 50px;
  background: #fff;
  border: 4px solid rgba(146, 39, 143, 0.5);
  border-radius: 50%;
}

.gallery-popup:hover {
  border-color: #23cc88;
}

.gallery-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.gallery-title:hover a {
  color: #23cc88;
}

.gallery-sub-title {
  font-size: 16px;
  line-height: 100%;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-figure:after {
  display: none;
}

/*
************
*************************
13. Testimonial
******************************************************* 
*************************************************************** */
.testimonial {
  background: url(../images/testimonial-bg.jpg) center center no-repeat;
  background-size: cover;
}

.feedback-title {
  font-size: 39px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.feedback-txt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}

.client-name {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.slick-dots {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.slick-dots>* {
  width: 10px;
  height: 10px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.2;
  transition: 0.3s;
}

.slick-dots>*.slick-active {
  opacity: 1;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
}

.slick-dots>* button {
  font-size: 0;
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .client-feedback.pr-70 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 1200px) {
  .client-feedback.pr-70.pl-30 {
    padding-left: 0;
    padding-right: 20px;
  }

  .class-info.d-flex.justify-content-between .box>span {
    text-align: left;
  }
}

/*
************
*************************
14. Blog
******************************************************* 
*************************************************************** */
.blog-card {
  box-shadow: 0px 0px 10px 0px rgba(113, 113, 113, 0.15);
}

.blog-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.blog-title a {
  color: #00394f;
}

.blog-title:hover a {
  color: #23cc88;
}

.blog-bottom-part {
  border-top: 1px solid rgba(113, 113, 113, 0.15);
}

.blog-single-stat {
  line-height: 100%;
}

.part-img.w_100 a {
  display: block;
}

.single-blog-info>span {
  display: inline-block;
  margin-right: 25px;
}

.single-blog-info>span:last-child {
  margin-right: 0;
}

/*
************
*************************
15. Partner
******************************************************* 
*************************************************************** */
.partner-slider {
  overflow: hidden;
}

.partner-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.kb-staff-card-social-share-1-1 {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 30px;
  text-align: center;
  z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .kb-staff-card-social-share-1-1 {
    left: 15px;
    right: 15px;
  }
}

.staff-card-img {
  position: relative;
}

.kb-staff-card-social-share-1-1 a:not(:last-child) {
  margin-right: 3px;
}

.kb-staff-card-social-share-1-1 a:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.staff-card-img:hover .kb-staff-card-social-share-1-1 a {
  opacity: 1;
  visibility: visible;
}

.kb-staff-card-social-share-1-1 a:nth-child(2) {
  transition-delay: 0.1s;
}

.kb-staff-card-social-share-1-1 a:nth-child(3) {
  transition-delay: 0.2s;
}

.kb-staff-card-social-share-1-1 a:nth-child(4) {
  transition-delay: 0.3s;
}

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

.footer-card .footer-card-txt {
  line-height: 30px;
}

.class-fee {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 5px 10px;
  background-color: #ff4f58;
  color: #fff;
  margin: 20px;
  z-index: 2;
}

.kb-class-tooltip-1 {
  position: absolute;
  left: 27px;
  top: 20px;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background: #23cc88;
  line-height: 1;
  padding: 9px 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.kb-class-tooltip-1::after {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 20px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%, 100% 0);
  content: "";
  background-color: #23cc88;
}

.part-img:hover .kb-class-tooltip-1 {
  opacity: 1;
  visibility: visible;
  left: 113px;
}

.class-info .box.text-center {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

@media (max-width: 768px) {
  .class-info .box.text-center {
    flex-wrap: wrap;
  }
}

.class-info .box span.single-info {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-bottom-part.px-30.d-flex {
    padding: 0 21px;
  }
}

/*
************
*************************
16. Contact
******************************************************* 
*************************************************************** */
.contact {
  background: url(../images/contact-bg.png) top center no-repeat;
  background-size: cover;
}

.contact-info-sub-txt {
  min-width: 80px;
}

.contact-social {
  font-size: 18px;
}

.contact-social:hover {
  color: #23cc88;
}

.def-form {
  width: 100%;
  height: 60px;
  background: #fff;
}

.def-form:focus {
  border-color: #23cc88;
}

.def-textarea {
  width: 100%;
  height: 190px;
  background: #fff;
  vertical-align: top;
}

.def-textarea:focus {
  border-color: #23cc88;
}

.class-card-2 .box.kitba-box-2.text-center {
  flex-wrap: wrap;
}

.ui-datepicker-header {
  background: linear-gradient(145deg, #8ecf35, #23cc88);
}

.ui-datepicker-title {
  color: #fff;
}

.ui-widget-header .ui-icon {
  position: relative;
  z-index: 1;
}

.ui-widget-header .ui-icon:after {
  position: absolute;
  left: -3px;
  top: -6.5px;
  font-size: 18px;
  content: "\eac9";
  font-family: "IcoFont";
  display: inline-block;
  color: #23cc88;
  width: 15px;
  height: 15px;
  z-index: 999;
  text-indent: 0;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
  position: relative;
  z-index: 1;
}

.ui-widget-header .ui-datepicker-next .ui-icon:after {
  position: absolute;
  right: -3px;
  top: -5.5px;
  font-size: 18px;
  content: "\eaca";
  font-family: "IcoFont";
  display: inline-block;
  color: #23cc88;
  width: 15px;
  height: 15px;
  z-index: 999;
  text-indent: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 50%;
}

.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next.ui-datepicker-prev-hover {
  top: 50%;
  left: 2px;
  background: #fff;
}

.ui-datepicker .ui-datepicker-prev.ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
  top: 50%;
  right: 2px;
  background: #fff;
}

.ui-state-default {
  border: 0 !important;
}

.ui-state-highlight {
  background: linear-gradient(145deg, #8ecf35, #23cc88) !important;
  color: #fff !important;
}

.ui-datepicker td {
  padding: 0;
  border: 1px solid rgba(113, 113, 113, 0.1);
}

.ui-datepicker td a {
  text-align: center;
}

.contact-info.kitba-contact {
  background: #00394f;
  padding: 50px 40px;
  display: block;
}

.contact-info.kitba-contact span.contact-info-sub-txt {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.contact-info.kitba-contact .contact-info-txt {
  color: #fff;
  line-height: 1.7;
}

.contact-info a:hover {
  color: #23cc88;
}

/*
************
*************************
17. Footer
******************************************************* 
*************************************************************** */
.footer {
  background: url(../images/footer-bg.jpg) center center no-repeat;
  background-size: cover;
}

.footer-2 {
  background: url(../images/footer-bg-2.jpg) center center no-repeat;
  background-size: cover;
}

.footer-info {}

.footer-info-2 {}

.footer-single-info.border-l {}

.footer-info-icon-wrap {
  height: 50px;
  width: auto;
}

.footer-info-icon {
  height: 100%;
  width: auto;
}

.footer-info-title {
  font-size: 16px;
  line-height: 100%;
}

.footer-info-txt {
  font-size: 19px;
  line-height: 100%;
  font-weight: 700;
}

.footer-card-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.footer-card-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 1px;
  background: linear-gradient(to left, transparent, #804BFF);
}

.footer-follow-dialogue {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
}

.footer-socials {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.footer-social {
  font-size: 16px;
  line-height: 100%;
  color: #edf5f8;
}

.footer-social:hover {
  color: #23cc88;
}

.footer-link {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.footer-link:hover {
  color: #23cc88;
}

.footer-input {
  width: 100%;
  height: 60px;
  background: #6231d6;
  border: 1px solid #804BFF;
  color: #fff;
}

.footer-input::placeholder {
  color: #edf5f8;
}

.footer-blog-img {
  width: 90px;
  height: 90px;
}

.footer-blog-img img {
  height: 100%;
  object-fit: cover;
}

.footer-blog-txt {
  width: calc(100% - 120px);
  color: #fff;
}

.footer-blog-txt p a {
  font-size: 20px;
  color: #fff;
}

.footer-blog-txt p a:hover {
  color: #23cc88;
}

.bottom-footer {
  background: #fff;
}

.bottom-footer-social {
  color: #717171;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
}

.footer-links ul li {
  margin-bottom: 10px;
  transition: all 0.3s;
}

.footer-links ul li:hover {
  padding-left: 5px;
}

.branding-theme {
  color: #23cc88;
}

.footer-single-info.px-30 {
  padding-right: 0;
}

/*
************
*************************
18. Class Details
******************************************************* 
*************************************************************** */
.class-details-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #00394f;
}

.class-details-info {
  border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}

.class-details-video {
  background-size: cover;
}

.class-comment-title {
  font-size: 24px;
  font-weight: 700;
  color: #00394f;
  line-height: 1.3;
}

.class-comment {
  display: flex;
  border: 1px solid #e9e9e9;
  padding: 40px;
}

.class-comment-img {
  width: 70px;
  height: 70px;
}

.class-comment-img img {
  border-radius: 50%;
}

.class-comment-txt {
  width: calc(100% - 100px);
}

.class-comment-username {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  color: #00394f;
}

.class-comment-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.class-comment-actions a:hover {
  color: #23cc88;
}

.product-details-bottom-part .contact-form label {
  color: #00394f;
  font-weight: 500;
}

.class-comment-single-action {
  color: #717171;
  margin-bottom: -3px;
}

.comment-textarea {
  height: 200px;
}

.sidebar-box {
  border: 1px solid #e9e9e9;
}

.sidebar-title {
  font-size: 24px;
  font-weight: 700;
  color: #00394f;
}

.sidebar-search-box {
  display: flex;
  border: 1px solid #e9e9e9;
  transition: 0.3s;
}

.sidebar-search-box:focus-within {
  border-color: #23cc88;
}

.sidebar-search-input {
  width: 100%;
  height: 60px;
  font-size: 16px;
}

.sidebar-search-btn {
  font-size: 18px;
}

.sidebar-search-btn i {
  color: #23cc88;
}

.sidebar-class-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 36px;
  color: #717171;
  position: relative;
}

.sidebar-class-category:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-55%);
  width: 15px;
  height: 15px;
  background: #F3F3F4;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  transition: 0.3s;
}

.sidebar-class-category:hover:after {
  background: #e9e9e9;
}

.class-thumb {
  width: 60px;
}

.class-thumb:hover img {
  filter: grayscale(50%);
}

.class-thumb img {
  height: 100%;
  object-fit: cover;
}

.sidebar-class-txt {
  width: calc(100% - 80px);
}

.sidebar-class-title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #00394f;
  transition: 0.3s;
}

.sidebar-class-title:hover {
  color: #23cc88;
}

.sidebar-sub-txt {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #717171;
}

.sidebar-box .checkbox-lists li {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar-box .checkbox-lists li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-box .checkbox-lists input[type=checkbox] {
  display: none !important;
}

.sidebar-box .checkbox-lists label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

.widget .site-checkbox-lists input[type=checkbox]:checked+label {
  color: #000;
  text-shadow: 0px 0px 0px;
}

.sidebar-box .checkbox-lists label span,
.termscheck label span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  max-width: 15px;
  width: 100%;
  height: 15px;
  border: 1px solid #e9e9e9;
  background-color: #F3F3F4;
  margin-right: 15px;
  top: -1px;
  border-radius: 2px;
}

.sidebar-box .checkbox-lists label span::before,
.termscheck label span::before {
  position: relative;
  font-family: "IcoFont";
  font-size: 0.5rem;
  content: "\eed6";
  line-height: 1;
  left: 0.5px;
  opacity: 0;
  font-weight: 900;
  font-size: 10px;
}

.sidebar-box .checkbox-lists input[type=checkbox]:checked+label span,
.termscheck input[type=checkbox]:checked+label span {
  background-color: #23cc88;
}

.sidebar-box .checkbox-lists input[type=checkbox]:checked+label span::before,
.termscheck input[type=checkbox]:checked+label span::before {
  color: #fff;
  opacity: 1;
}

.sidebar-box .checkbox-lists ul.children {
  display: none;
}

.sidebar-box .checkbox-lists .children {
  padding-left: 0;
  margin-left: 1.75rem;
}

.sidebar-box .checkbox-lists .children {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

span.subDropdown.plus:before {
  content: "\f067";
  position: absolute;
  color: #717171;
  top: 2px;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 14px;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.sidebar-box .checkbox-lists input[type=checkbox]:checked+label span,
.termscheck input[type=checkbox]:checked+label span {
  background-color: #23cc88;
  border-color: transparent;
}

.subDropdown.plus {
  width: 16px;
  height: 23px;
  display: inline-block;
}

.def-sidebar ul li:not(:last-child) a.product_cat {
  margin-bottom: 10px;
}

.termscheck input {
  display: none;
}

.termscheck label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.class-details-teacher-name {
  font-size: 18px;
  color: #00394f;
}

.about-class {
  font-size: 18px;
  font-weight: 400;
}

/*
************
*************************
19. Staff Details
******************************************************* 
*************************************************************** */
.staff-details-title {
  font-size: 24px;
  font-weight: 700;
  color: #00394f;
}

.staff-position {
  font-size: 16px;
  line-height: 100%;
}

.staff-details-txt {
  line-height: 29px;
}

.staff-details-img img {
  max-height: 700px;
  object-fit: cover;
  object-position: top center;
}

/*
************
*************************
20. Shop Page
******************************************************* 
*************************************************************** */
.shop-control-btn {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  color: transparent;
  background: #717171;
  background-clip: text;
}

.shop-control-btn.active {
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  background-clip: text;
}

.shop-control-form {
  max-width: 85px;
  height: 30px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 14px;
  color: #717171;
  padding: 0 5px;
  outline: none;
}

.shop-control-form:focus {
  border-color: #23cc88;
}

.def-pagination {
  gap: 10px;
}

.pagination-btn {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  font-size: 16px;
  color: #717171;
  transition: 0.3s;
}

.pagination-btn:hover {
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  color: #fff;
}

.pagination-btn.active {
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  color: #fff;
}

.shop-card:hover .shop-card-overlay {
  top: 0;
  opacity: 1;
}

.shop-card-img {
  position: relative;
  overflow: hidden;
}

.shop-card-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 57, 79, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.shop-card-buy-now-btn {
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 60px;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  border-radius: 5px;
}

.shop-card-txt {
  text-align: center;
}

.shop-card-title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  color: #00394f;
}

.shop-card-title:hover {
  color: #23cc88;
}

.shop-card-rating {
  display: flex;
  justify-content: center;
}

.shop-card-star {
  font-size: 18px;
  line-height: 100%;
  color: #e9e9e9;
}

.shop-card-star.filled {
  color: #ffc000;
}

.shop-card-price {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: #717171;
}

.shop-card-discount {
  font-weight: 400;
  text-decoration: line-through;
}

.shop-details-share a i {
  font-size: 18px;
}

.shop-details-lg-img.slick-slide {
  border: 1px solid #e9e9e9;
  padding: 70px;
}

.pl-50 {
  padding-left: 50px;
}

/*! elementor - v3.13.3 - 28-05-2023 */
.dialog-widget-content {
  background-color: var(--e-a-bg-default);
  position: absolute;
  border-radius: 3px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
  overflow: hidden
}

.dialog-message {
  line-height: 1.5;
  box-sizing: border-box
}

.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-top: 15px;
  right: 15px;
  color: var(--e-a-color-txt);
  font-size: 15px;
  line-height: 1;
  transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
  color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
  overflow: hidden;
  max-height: 100vh
}

.dialog-type-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.flatpickr-calendar {
  width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
  font-weight: 300
}

.flatpickr-calendar .dayContainer {
  width: 280px;
  min-width: 280px;
  max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
  width: 280px
}

.flatpickr-calendar .flatpickr-day {
  max-width: 37px;
  height: 37px;
  line-height: 37px
}

.elementor-hidden {
  display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0
}

.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  display: inline-block;
  padding: .75em;
  border-radius: 50%;
  line-height: 1
}

.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
  padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
  padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
  padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
  padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
  padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
  padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
  position: relative;
  height: 0
}

.elementor-fit-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #000
}

.elementor-fit-aspect-ratio video {
  width: 100%
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box
}

.elementor a {
  box-shadow: none;
  text-decoration: none
}

.elementor hr {
  margin: 0;
  background-color: transparent
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr
}

.elementor .elementor-background-video-container {
  transition: opacity 1s;
  pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0
}

.elementor .elementor-background-video-embed {
  max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
  max-width: none
}

.elementor .elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute
}

.elementor .elementor-background-slideshow {
  z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
  position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
  position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%
}

@media (max-width: 1024px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%
  }
}

@media (max-width: 767px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%
  }
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap)
}

.elementor-invisible {
  visibility: hidden
}

.elementor-align-center {
  text-align: center
}

.elementor-align-center .elementor-button {
  width: auto
}

.elementor-align-right {
  text-align: right
}

.elementor-align-right .elementor-button {
  width: auto
}

.elementor-align-left {
  text-align: left
}

.elementor-align-left .elementor-button {
  width: auto
}

.elementor-align-justify .elementor-button {
  width: 100%
}

.elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: .8;
  transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite
}

.elementor-tag {
  display: inline-flex
}

.elementor-ken-burns {
  transition-property: transform;
  transition-duration: 10s;
  transition-timing-function: linear
}

.elementor-ken-burns--out {
  transform: scale(1.3)
}

.elementor-ken-burns--active {
  transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3)
}

@media (min-width: -1) {
  .elementor-widescreen-align-center {
    text-align: center
  }

  .elementor-widescreen-align-center .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-right {
    text-align: right
  }

  .elementor-widescreen-align-right .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-left {
    text-align: left
  }

  .elementor-widescreen-align-left .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width: -1) {
  .elementor-laptop-align-center {
    text-align: center
  }

  .elementor-laptop-align-center .elementor-button {
    width: auto
  }

  .elementor-laptop-align-right {
    text-align: right
  }

  .elementor-laptop-align-right .elementor-button {
    width: auto
  }

  .elementor-laptop-align-left {
    text-align: left
  }

  .elementor-laptop-align-left .elementor-button {
    width: auto
  }

  .elementor-laptop-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width: -1) {
  .elementor-tablet_extra-align-center {
    text-align: center
  }

  .elementor-tablet_extra-align-center .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-right {
    text-align: right
  }

  .elementor-tablet_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-left {
    text-align: left
  }

  .elementor-tablet_extra-align-left .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center
  }

  .elementor-tablet-align-center .elementor-button {
    width: auto
  }

  .elementor-tablet-align-right {
    text-align: right
  }

  .elementor-tablet-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet-align-left {
    text-align: left
  }

  .elementor-tablet-align-left .elementor-button {
    width: auto
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width: -1) {
  .elementor-mobile_extra-align-center {
    text-align: center
  }

  .elementor-mobile_extra-align-center .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-right {
    text-align: right
  }

  .elementor-mobile_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-left {
    text-align: left
  }

  .elementor-mobile_extra-align-left .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center
  }

  .elementor-mobile-align-center .elementor-button {
    width: auto
  }

  .elementor-mobile-align-right {
    text-align: right
  }

  .elementor-mobile-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile-align-left {
    text-align: left
  }

  .elementor-mobile-align-left .elementor-button {
    width: auto
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%
  }
}

:root {
  --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display)
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite
}

.elementor-section {
  position: relative
}

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
  align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
  align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
  align-items: flex-end
}

@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh
  }

  .elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%
  }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-end
}

.elementor-row {
  width: 100%;
  display: flex
}

@media (max-width: 1024px) {
  .elementor-row {
    flex-wrap: wrap
  }
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex
}

.elementor-widget-wrap>.elementor-element {
  width: 100%
}

.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
  position: relative
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex
}

.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
  padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
  padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
  padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
  padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0
}

@media (min-width: 768px) {

  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%
  }

  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%
  }

  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%
  }

  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%
  }

  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%
  }

  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%
  }

  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%
  }

  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%
  }

  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%
  }

  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%
  }

  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%
  }

  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%
  }

  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%
  }

  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%
  }
}

@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%
  }

  .elementor-column.elementor-xs-11 {
    width: 11.111%
  }

  .elementor-column.elementor-xs-12 {
    width: 12.5%
  }

  .elementor-column.elementor-xs-14 {
    width: 14.285%
  }

  .elementor-column.elementor-xs-16 {
    width: 16.666%
  }

  .elementor-column.elementor-xs-20 {
    width: 20%
  }

  .elementor-column.elementor-xs-25 {
    width: 25%
  }

  .elementor-column.elementor-xs-30 {
    width: 30%
  }

  .elementor-column.elementor-xs-33 {
    width: 33.333%
  }

  .elementor-column.elementor-xs-40 {
    width: 40%
  }

  .elementor-column.elementor-xs-50 {
    width: 50%
  }

  .elementor-column.elementor-xs-60 {
    width: 60%
  }

  .elementor-column.elementor-xs-66 {
    width: 66.666%
  }

  .elementor-column.elementor-xs-70 {
    width: 70%
  }

  .elementor-column.elementor-xs-75 {
    width: 75%
  }

  .elementor-column.elementor-xs-80 {
    width: 80%
  }

  .elementor-column.elementor-xs-83 {
    width: 83.333%
  }

  .elementor-column.elementor-xs-90 {
    width: 90%
  }

  .elementor-column.elementor-xs-100 {
    width: 100%
  }
}

@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%
  }

  .elementor-column.elementor-sm-11 {
    width: 11.111%
  }

  .elementor-column.elementor-sm-12 {
    width: 12.5%
  }

  .elementor-column.elementor-sm-14 {
    width: 14.285%
  }

  .elementor-column.elementor-sm-16 {
    width: 16.666%
  }

  .elementor-column.elementor-sm-20 {
    width: 20%
  }

  .elementor-column.elementor-sm-25 {
    width: 25%
  }

  .elementor-column.elementor-sm-30 {
    width: 30%
  }

  .elementor-column.elementor-sm-33 {
    width: 33.333%
  }

  .elementor-column.elementor-sm-40 {
    width: 40%
  }

  .elementor-column.elementor-sm-50 {
    width: 50%
  }

  .elementor-column.elementor-sm-60 {
    width: 60%
  }

  .elementor-column.elementor-sm-66 {
    width: 66.666%
  }

  .elementor-column.elementor-sm-70 {
    width: 70%
  }

  .elementor-column.elementor-sm-75 {
    width: 75%
  }

  .elementor-column.elementor-sm-80 {
    width: 80%
  }

  .elementor-column.elementor-sm-83 {
    width: 83.333%
  }

  .elementor-column.elementor-sm-90 {
    width: 90%
  }

  .elementor-column.elementor-sm-100 {
    width: 100%
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%
  }

  .elementor-column.elementor-md-11 {
    width: 11.111%
  }

  .elementor-column.elementor-md-12 {
    width: 12.5%
  }

  .elementor-column.elementor-md-14 {
    width: 14.285%
  }

  .elementor-column.elementor-md-16 {
    width: 16.666%
  }

  .elementor-column.elementor-md-20 {
    width: 20%
  }

  .elementor-column.elementor-md-25 {
    width: 25%
  }

  .elementor-column.elementor-md-30 {
    width: 30%
  }

  .elementor-column.elementor-md-33 {
    width: 33.333%
  }

  .elementor-column.elementor-md-40 {
    width: 40%
  }

  .elementor-column.elementor-md-50 {
    width: 50%
  }

  .elementor-column.elementor-md-60 {
    width: 60%
  }

  .elementor-column.elementor-md-66 {
    width: 66.666%
  }

  .elementor-column.elementor-md-70 {
    width: 70%
  }

  .elementor-column.elementor-md-75 {
    width: 75%
  }

  .elementor-column.elementor-md-80 {
    width: 80%
  }

  .elementor-column.elementor-md-83 {
    width: 83.333%
  }

  .elementor-column.elementor-md-90 {
    width: 90%
  }

  .elementor-column.elementor-md-100 {
    width: 100%
  }
}

@media (min-width: -1) {
  .elementor-reverse-widescreen>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: 1025px) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: -1) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: 1025px) and (max-width:-1) {

  .elementor-reverse-laptop>.elementor-container>:first-child,
  .elementor-reverse-laptop>.elementor-container>:nth-child(2),
  .elementor-reverse-laptop>.elementor-container>:nth-child(3),
  .elementor-reverse-laptop>.elementor-container>:nth-child(4),
  .elementor-reverse-laptop>.elementor-container>:nth-child(5),
  .elementor-reverse-laptop>.elementor-container>:nth-child(6),
  .elementor-reverse-laptop>.elementor-container>:nth-child(7),
  .elementor-reverse-laptop>.elementor-container>:nth-child(8),
  .elementor-reverse-laptop>.elementor-container>:nth-child(9),
  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 0
  }

  .elementor-reverse-tablet_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: -1) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width: 768px) and (max-width:-1) {

  .elementor-reverse-tablet>.elementor-container>:first-child,
  .elementor-reverse-tablet>.elementor-container>:nth-child(2),
  .elementor-reverse-tablet>.elementor-container>:nth-child(3),
  .elementor-reverse-tablet>.elementor-container>:nth-child(4),
  .elementor-reverse-tablet>.elementor-container>:nth-child(5),
  .elementor-reverse-tablet>.elementor-container>:nth-child(6),
  .elementor-reverse-tablet>.elementor-container>:nth-child(7),
  .elementor-reverse-tablet>.elementor-container>:nth-child(8),
  .elementor-reverse-tablet>.elementor-container>:nth-child(9),
  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 0
  }

  .elementor-reverse-mobile_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (max-width: 767px) {
  .elementor-reverse-mobile>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
    order: 1
  }

  .elementor-column {
    width: 100%
  }
}

ul.elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
  min-width: 0
}

.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word
}

.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr)
}

@media (min-width: -1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width: -1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width: -1) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width: -1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop"
  }
}

@media (min-width: -1) {
  #elementor-device-mode:after {
    content: "widescreen"
  }
}

@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra"
  }
}

@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet"
  }
}

@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "mobile_extra"
  }
}

@media (max-width: 767px) {
  #elementor-device-mode:after {
    content: "mobile"
  }
}

.e-con {
  --border-radius: 0;
  --border-width-top: 0px;
  --border-width-right: 0px;
  --border-width-bottom: 0px;
  --border-width-left: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: Min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0;
  --margin-right: 0;
  --margin-bottom: 0;
  --margin-left: 0;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  position: var(--position);
  width: var(--width);
  min-width: 0;
  min-height: var(--min-height);
  height: var(--height);
  border-radius: var(--border-radius);
  margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  z-index: var(--z-index);
  overflow: var(--overflow);
  transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
  text-align: var(--text-align);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
  flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
  display: var(--display)
}

.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  align-content: var(--grid-align-content);
  grid-auto-flow: var(--grid-auto-flow)
}

.e-con-boxed.e-flex {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal
}

.e-con-boxed.e-grid {
  justify-items: legacy;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr
}

.e-con-boxed {
  text-align: initial;
  gap: initial
}

.e-con.e-flex>.e-con-inner {
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto
}

.e-con.e-grid>.e-con-inner {
  justify-items: var(--justify-items);
  align-items: var(--align-items)
}

.e-con>.e-con-inner {
  gap: var(--gap);
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding-inline: 0;
  height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
  --margin-right: auto;
  --margin-left: auto;
  max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
  margin-bottom: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  transition: var(--overlay-transition, .3s);
  border-radius: var(--border-radius);
  border-top: var(--border-width-top) var(--border-style) var(--border-color);
  border-right: var(--border-width-right) var(--border-style) var(--border-color);
  border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
  border-left: var(--border-width-left) var(--border-style) var(--border-color);
  top: calc(0px - var(--border-width-top));
  left: calc(0px - var(--border-width-left));
  width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
  height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

.e-con:before {
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
  border-radius: var(--border-radius);
  border-top: var(--border-width-top) var(--border-style) var(--border-color);
  border-right: var(--border-width-right) var(--border-style) var(--border-color);
  border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
  border-left: var(--border-width-left) var(--border-style) var(--border-color);
  top: calc(0px - var(--border-width-top));
  left: calc(0px - var(--border-width-left));
  width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
  height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

@media (max-width: 767px) {
  :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
    display: none
  }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
  z-index: 2
}

.e-con .elementor-widget {
  min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
  height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
  max-width: 100%
}

@media (max-width: 767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: wrap
  }
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
  flex-basis: 100%;
  max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
  flex-grow: 1
}

.elementor-field-group {
  flex-wrap: wrap;
  align-items: center
}

.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #69727d;
  background-color: transparent;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  flex-basis: 100%;
  padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: ""
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
  display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline
}

.elementor-field-label {
  cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
  content: "*";
  color: red;
  padding-left: .2em
}

.elementor-field-textual {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
  border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  flex-basis: auto
}

@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

.elementor-error .elementor-field {
  border-color: #d9534f
}

.elementor-error .help-inline {
  color: #d9534f;
  font-size: .9em
}

.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1
}

.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px
}

.elementor-message.elementor-message-danger {
  color: #d9534f
}

.elementor-message.elementor-message-danger:before {
  content: "\e87f"
}

.elementor-message.form-message-success {
  color: #5cb85c
}

.elementor-form .elementor-button {
  padding-top: 0;
  padding-bottom: 0;
  border: none
}

.elementor-form .elementor-button>span {
  display: flex;
  justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px
}

.elementor-element .elementor-widget-container {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #69727d;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff
}

.elementor-button-content-wrapper {
  display: flex;
  justify-content: center
}

.elementor-button-icon {
  flex-grow: 0;
  order: 5
}

.elementor-button-icon svg {
  width: 1em;
  height: auto
}

.elementor-button-icon .e-font-icon-svg {
  height: 1em
}

.elementor-button-text {
  flex-grow: 1;
  order: 10;
  display: inline-block
}

.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px
}

.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px
}

.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px
}

.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
  order: 15
}

.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  order: 5
}

.elementor-button span {
  text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f
}

.elementor-tab-title a {
  color: inherit
}

.elementor-view-stacked .elementor-icon {
  padding: .5em;
  background-color: #69727d;
  color: #fff;
  fill: #fff
}

.elementor-view-framed .elementor-icon {
  padding: .5em;
  color: #69727d;
  border: 3px solid #69727d;
  background-color: transparent
}

.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  color: #69727d;
  font-size: 50px;
  text-align: center
}

.elementor-icon:hover {
  color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.elementor-icon i.fad {
  width: auto
}

.elementor-shape-circle .elementor-icon {
  border-radius: 50%
}

.e-transform .elementor-widget-container {
  transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,
.elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
  line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
  display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, .9);
  top: 50%;
  transform: translateY(-50%)
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg {
  fill: hsla(0, 0%, 93.3%, .9);
  height: 1em;
  width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
  left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
  right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled {
  opacity: .3
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction {
  bottom: 5px
}

.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button {
  transform: translate3d(0, -50%, 1px)
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
  padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button {
  top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
  position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
  position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
  width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
  left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
  right: 0
}

.elementor-lightbox {
  --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
  --lightbox-ui-color-hover: #fff;
  --lightbox-text-color: var(--lightbox-ui-color);
  --lightbox-header-icons-size: 20px;
  --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
  text-align: center
}

.elementor-lightbox .dialog-header {
  display: none
}

.elementor-lightbox .dialog-widget-content {
  background: none;
  box-shadow: none;
  width: 100%;
  height: 100%
}

.elementor-lightbox .dialog-message {
  animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
  height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
  padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
  cursor: pointer;
  position: absolute;
  font-size: var(--lightbox-header-icons-size);
  right: .75em;
  margin-top: 13px;
  padding: .25em;
  z-index: 2;
  line-height: 1;
  display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
  height: 1em;
  width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  color: var(--lightbox-ui-color);
  transition: all .3s;
  opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
  fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
  color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
  fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
  height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 70px;
  box-sizing: border-box;
  height: 100%;
  margin: auto
}

@media (max-width: 767px) {
  .elementor-lightbox .elementor-lightbox-item {
    padding: 70px 0
  }
}

.elementor-lightbox .elementor-lightbox-image {
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
  opacity: 1;
  filter: none;
  border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
  border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media (min-width: 1025px) {
  .elementor-lightbox .elementor-video-container {
    width: 75%
  }
}

@media (max-width: 1024px) {
  .elementor-lightbox .elementor-video-container {
    width: 100%
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
    width: 70%
  }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
  left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
  right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
  width: -moz-max-content;
  width: max-content;
  color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
  outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
  height: 100%;
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: center;
  font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width: 767px) {
  .elementor-lightbox .elementor-swiper-button:focus {
    outline: none
  }

  .elementor-lightbox .elementor-swiper-button-next,
  .elementor-lightbox .elementor-swiper-button-prev {
    width: 20%
  }

  .elementor-lightbox .elementor-swiper-button-next i,
  .elementor-lightbox .elementor-swiper-button-prev i {
    padding: 10px;
    background-color: rgba(0, 0, 0, .5)
  }

  .elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
    justify-content: flex-start
  }

  .elementor-lightbox .elementor-swiper-button-next {
    right: 0;
    justify-content: flex-end
  }
}

.elementor-slideshow__counter {
  color: currentColor;
  font-size: .75em;
  width: -moz-max-content;
  width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: .3s
}

.elementor-slideshow__footer {
  color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
  color: var(--lightbox-ui-color);
  display: flex;
  flex-direction: row-reverse;
  font-size: var(--lightbox-header-icons-size);
  padding-left: 1em;
  padding-right: 2.6em;
  top: 0;
  align-items: center;
  z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
  cursor: pointer;
  padding: .25em;
  margin: 0 .35em
}

.elementor-slideshow__header>i {
  font-size: inherit
}

.elementor-slideshow__header>i:hover {
  color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
  box-sizing: content-box;
  fill: var(--lightbox-ui-color);
  height: 1em;
  width: 1em
}

.elementor-slideshow__header>svg:hover {
  fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
  margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
  z-index: 5
}

.elementor-slideshow__share-menu {
  background-color: transparent;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
  color: #0c0d0e
}

.elementor-slideshow__share-links {
  display: block;
  position: absolute;
  min-width: 200px;
  right: 2.8em;
  top: 3em;
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px;
  transform: scale(0);
  opacity: 0;
  transform-origin: 90% 10%;
  transition: all .25s .1s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
  text-align: left;
  color: #3f444b;
  font-size: 12px;
  line-height: 2.5;
  display: block;
  opacity: 0;
  transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
  color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
  margin-right: .75em
}

.elementor-slideshow__share-links a i {
  font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
  height: 1.25em;
  width: 1.25em
}

.elementor-slideshow__share-links:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: .5em;
  border: .45em solid transparent;
  border-bottom-color: #fff;
  transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
  bottom: 0;
  z-index: 5;
  position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
  margin: 0
}

.elementor-slideshow__title {
  font-size: 16px;
  font-weight: 700
}

.elementor-slideshow__description {
  font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
  opacity: 0;
  pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
  opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
  width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
  background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
  opacity: 0;
  pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  cursor: default;
  background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
  transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
  opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
  color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
  color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
  color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
  color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
  fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
  fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
  fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
  fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
  z-index: 2
}

.animated {
  animation-duration: 1.25s
}

.animated.animated-slow {
  animation-duration: 2s
}

.animated.animated-fast {
  animation-duration: .75s
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
  .animated {
    animation: none
  }
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr
}

.elementor-shape-top {
  top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
  z-index: -1
}

.elementor-shape-bottom {
  bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
  z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
  transform: rotate(180deg)
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
  content: "\e813";
  font-family: eicons;
  top: 3px;
  font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
  display: flex;
  width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
  background: #3f444b;
  font-size: 11px;
  line-height: 9px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
  content: "\f348";
  top: 2px
}

#wpadminbar * {
  font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
  display: none
}

.elementor-post__thumbnail__link {
  transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
  padding: 0
}

.e--ua-appleWebkit.rtl {
  --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
  --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
  --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-content, space-between);
  margin-left: calc(-.5 * var(--grid-column-gap));
  margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
  margin-left: calc(.5 * var(--grid-column-gap));
  margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
  display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
  margin-left: 0;
  margin-right: 0
}

@media (max-width: 1024px) {

  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
    --justify-content: var(--flex-right, flex-end)
  }

  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
    --justify-content: center
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
    display: inline-block
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width: 767px) {

  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
    --justify-content: var(--flex-right, flex-end)
  }

  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
    --justify-content: center
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
    display: inline-block
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width: 767px) {

  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none
  }
}

@media (min-width: -1) and (max-width:-1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .elementor .elementor-hidden-tablet {
    display: none
  }
}

@media (min-width: -1) and (max-width:-1) {

  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none
  }
}

@media (min-width: 1025px) and (max-width:99999px) {
  .elementor .elementor-hidden-desktop {
    display: none
  }
}

@media (min-width: -1) {
  .elementor .elementor-hidden-widescreen {
    display: none
  }
}

.elementor-widget-text-path {
  font-size: 20px;
  text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
  width: var(--width);
  max-width: 100%;
  height: auto;
  overflow: visible;
  word-spacing: var(--word-spacing);
  transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
  vector-effect: non-scaling-stroke;
  fill: var(--path-fill, transparent);
  stroke: var(--stroke-color, transparent);
  stroke-width: var(--stroke-width, 1px);
  transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
  --path-fill: var(--path-fill-hover);
  --stroke-color: var(--stroke-color-hover);
  --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
  --fill: var(--text-color);
  fill: var(--fill);
  direction: var(--direction, ltr);
  transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
  --color: var(--text-color-hover, var(--text-color));
  --fill: var(--color);
  color: var(--color)
}

.elementor-widget-n-tabs {
  --n-tabs-color-accent-fallback: #61ce70;
  --n-tabs-color-secondary-fallback: #54595f;
  --n-tabs-default-padding-block: 15px;
  --n-tabs-default-padding-inline: 35px;
  --n-tabs-background-color: transparent;
  --n-tabs-display: flex;
  --n-tabs-direction: column;
  --n-tabs-gap: 10px;
  --n-tabs-heading-display: flex;
  --n-tabs-heading-direction: row;
  --n-tabs-heading-grow: initial;
  --n-tabs-heading-justify-content: center;
  --n-tabs-heading-width: initial;
  --n-tabs-border-width: 1px;
  --n-tabs-border-color: #d5d8dc;
  --n-tabs-content-padding: initial;
  --n-tabs-content-border-radius: initial;
  --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-title-color-hover: #fff;
  --n-tabs-title-color-active: #fff;
  --n-tabs-title-background-color: #f1f2f3;
  --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
  --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
  --n-tabs-title-width: initial;
  --n-tabs-title-height: initial;
  --n-tabs-title-font-size: 1rem;
  --n-tabs-title-justify-content-toggle: initial;
  --n-tabs-title-align-items-toggle: center;
  --n-tabs-title-justify-content: center;
  --n-tabs-title-align-items: center;
  --n-tabs-title-direction: row;
  --n-tabs-title-gap: 10px;
  --n-tabs-title-flex-grow: 0;
  --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
  --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
  --n-tabs-title-border-radius: initial;
  --n-tabs-title-transition: 0.3s;
  --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
  --n-tabs-icon-color-active: #fff;
  --n-tabs-icon-gap: 5px;
  width: 100%;
  max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
  display: var(--n-tabs-display);
  flex-direction: var(--n-tabs-direction);
  gap: var(--n-tabs-gap);
  text-align: left
}

.elementor-widget-n-tabs .e-n-tabs-heading {
  display: var(--n-tabs-heading-display);
  flex-basis: var(--n-tabs-heading-width);
  flex-direction: var(--n-tabs-heading-direction);
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: var(--n-tabs-heading-justify-content);
  gap: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content {
  flex-grow: 1;
  padding: var(--n-tabs-content-padding);
  border-radius: var(--n-tabs-content-border-radius);
  min-width: 0
}

.elementor-widget-n-tabs .e-n-tab-title {
  display: flex;
  align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
  flex-direction: var(--n-tabs-title-direction);
  justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
  gap: var(--n-tabs-icon-gap);
  border-width: var(--n-tabs-border-width);
  position: relative;
  cursor: pointer;
  outline: none;
  flex-grow: var(--n-tabs-title-flex-grow);
  flex-basis: fit-content;
  padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
  border-radius: var(--n-tabs-title-border-radius);
  height: var(--n-tabs-title-height);
  width: var(--n-tabs-title-width);
  transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
  transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
  display: flex;
  align-items: center;
  font-size: var(--n-tabs-title-font-size)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  order: var(--n-tabs-icon-order);
  overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
  font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
  width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
  height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
  display: none
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
  background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
  color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
  color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
  transform: translateY(-100vh);
  height: 0;
  opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a {
  color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-active a {
  color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
  transform: translateY(-100vh);
  height: 0;
  opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover {
  transform: none;
  animation: initial
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
  margin-top: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
  margin-bottom: var(--n-tabs-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
  display: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-normal:hover {
  background-color: var(--n-tabs-title-background-color-hover);
  background-image: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
  background-color: var(--n-tabs-title-background-color-active);
  background-image: none
}

@media (min-width: 768px) {
  .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width: 767px) {
  .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width: -1) {
  .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width: -1) {
  .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width: 1025px) {
  .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width: 1024px) {
  .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width: -1) {
  .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width: -1) {
  .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width: 1025px) {
  .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width: -1) {
  .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}


/*
************
*************************
21. Shop Details
******************************************************* 
*************************************************************** */
.shop-slick-prev {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  color: #798795;
  font-size: 20px;
  z-index: 5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.shop-slick-prev:hover,
.shop-slick-prev:focus {
  color: #fff;
}

.shop-slick-next {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  color: #798795;
  font-size: 20px;
  z-index: 5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.shop-slick-next:hover,
.shop-slick-next:focus {
  color: #fff;
}

.shop-details-sm-img {
  border: 1px solid transparent;
  cursor: pointer;
}

.shop-details-sm-images .slick-slide {
  border-color: #e9e9e9;
  border-right: 0;
}

.shop-details-sm-images:hover .shop-slick-prev {
  left: -20px;
  opacity: 1;
  visibility: visible;
}

.shop-details-sm-images:hover .shop-slick-next {
  right: -20px;
  opacity: 1;
  visibility: visible;
}

.slick-arrow i {
  font-weight: 700;
}

.shop-details-product-title {
  font-size: 52px;
  line-height: 1.3;
  font-weight: 700;
  color: #00394f;
}

.shop-details-price {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #00394f;
  margin-bottom: 0;
}

.shop-details-discount {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #717171;
}

.product-details-bottom-part {
  border: 1px solid #e9e9e9;
}

.product-details-btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00394f;
  background: #e9e9e9;
  padding: 0 30px;
  margin-bottom: 10px;
}

.product-details-btn.active {
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  color: #fff;
}

.product-details-btn:hover {
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  color: #fff;
}

.product-information-list {
  font-size: 16px;
  line-height: 30px;
  color: #00394f;
  border-bottom: 1px solid #e9e9e9;
}

.product-information-list:last-child {
  border-bottom: 0;
}

.product-information-list-subject {
  min-width: 120px;
}

#inputStar {
  width: max-content;
  font-size: 14px;
  line-height: 100%;
}

.shop-details-sm-images .slick-list {
  padding-right: 1px !important;
}

.product-information-list {
  padding: 10px 0;
}

.product-information-list:last-child {
  padding-bottom: 0;
}

.product-information-list:first-child {
  padding-top: 0;
}

.nav.product-details-nav li:not(:last-child) {
  margin-right: 10px;
}

.shop-details-cart-buttons {
  gap: 30px;
}

.shop-details-cart-buttons .quantity {
  width: 170px;
}

.shop-details-cart-buttons .quantity-input {
  height: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #00394f;
  font-size: 18px;
}

.shop-details-cart-buttons .quantity-nav {
  height: 100%;
  padding: 0 15px;
}

.shop-details-cart-buttons .quantity-btn {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}

.shop-details-category p strong {
  text-transform: uppercase;
  color: #00394f;
  margin-right: 5px;
}

.shop-details-category p a {
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  background-color: #e9e9e9;
  padding: 0 10px;
  color: #00394f;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.shop-details-category p a:hover {
  background-color: #23cc88;
  color: #fff;
}

.shop-details-category>p {
  margin-bottom: 5px;
}

.product-description-title {
  font-size: 20px;
}

.availability {
  font-size: 24px;
}

.shop-details-sm-images .slick-list {
  border-right: 1px solid #e9e9e9;
}

/*
************
*************************
22. Checkout
******************************************************* 
*************************************************************** */
.panel {
  border: 1px solid #e9e9e9;
}

.panel-heading {
  height: 70px;
  border-bottom: 1px solid #e9e9e9;
}

.panel-heading-txt {
  font-size: 24px;
  line-height: 70px;
  font-weight: 700;
  color: #00394f;
}

.checkout-label {
  font-weight: 500;
  color: #00394f;
}

.checkout-form {
  height: 60px;
  width: 100%;
  background-color: transparent;
  color: #717171;
  font-size: 16px;
  padding: 0 25px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}

.checkout-form:invalid {
  color: rgba(113, 113, 113, 0.75);
}

.checkout-form:invalid option {
  color: #717171;
}

.checkout-form:focus {
  background: transparent;
  border-color: #23cc88;
}

.panel-body .form-group .nice-select {
  line-height: 60px;
  margin-bottom: 20px;
  padding-right: 40px;
}

.panel-body .form-group .nice-select::after {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  height: 8px;
  right: 25px;
  width: 8px;
}

.panel-body .form-group .nice-select .option {
  line-height: 60px;
  min-height: 60px;
  outline: none;
  padding-left: 25px;
  padding-right: 25px;
}

.panel-body .form-group .nice-select .list {
  border-radius: 0;
  width: 100%;
}

.billing-details-title {
  border-bottom: 1px solid #e9e9e9;
}

.billing-details {
  border-bottom: 1px solid #e9e9e9;
}

.billing-details-list {
  min-width: 80px;
}

.kitba-checkout-form-main-space {
  padding: 40px;
}

/*
************
*************************
23. Cart
******************************************************* 
*************************************************************** */
.cart-table {
  border-color: #e9e9e9;
}

.cart-table thead tr {
  border-top: 0;
}

.cart-table tr>*:first-child {
  border-left: 0;
}

.cart-table tr>*:last-child {
  border-right: 0;
}

.cart-table th {
  text-align: center;
  padding: 20px 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00394f;
  border-top: 0;
}

.cart-table td {
  vertical-align: middle;
  text-align: center;
  padding: 30px;
  font-size: 16px;
  color: #717171;
  white-space: nowrap;
}

.cart-txt {
  text-align: left;
  height: 100%;
}

.cart-txt>* {
  white-space: pre-wrap;
}

.cart-product-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #00394f;
}

.cart-product-title:hover {
  color: #23cc88;
}

.cart-action-btn {
  padding: 5px 0;
  font-size: 14px;
  line-height: 100%;
  color: #00394f;
}

.cart-action-btn:hover,
.cart-action-btn:focus {
  color: #23cc88;
}

.quantity {
  position: relative;
  width: 90px;
}

.quantity-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}

.quantity-btn {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding: 0 15px;
  color: #717171;
  cursor: pointer;
}

.quantity-input {
  text-align: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0;
  color: #00394f;
  appearance: none;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

.cart-table-bottom {
  border-top: 0;
}

.cart-label {
  font-size: 16px;
  line-height: 100%;
  color: #00394f;
  font-weight: 500;
}

.panel-heading .panel-heading-txt {
  padding: 0 30px;
}

.panel .panel-body {
  padding: 30px;
}

.text-grandtotal .f-right {
  float: right;
  color: #717171;
}

.text-grandtotal h4 {
  font-size: 20px;
}

.panel-heading-txt-check {
  font-size: 24px;
  line-height: 70px;
  font-weight: 700;
  color: #00394f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .has-checkout-btn-space {
    padding: 0 22px;
  }
}

/*
************
*************************
24. Blog Page
******************************************************* 
*************************************************************** */
.single-blog {
  border: 1px solid #e9e9e9;
}

.single-blog:hover .blog-slider-btn {
  left: 40px;
  opacity: 1;
  visibility: visible;
}

.single-blog:hover .blog-slider-btn.btn-next {
  right: 40px;
  left: auto;
}

.blog-page-blog-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #00394f;
}

.blog-page-blog-title:hover,
.blog-page-blog-title:focus {
  color: #23cc88;
}

.blog-slider-btn {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  background: #23cc88;
  border-radius: 50%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.blog-slider-btn.btn-next {
  left: auto;
  right: 20px;
}

.blog-slider-btn:hover {
  color: #23cc88;
  background-color: #fff;
}

.blog-page-video {
  width: 100%;
  height: auto;
}

.blog-img-txt {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.blog-details-video {
  background: url(../images/blog-img-5.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}

.blog-video-btn {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  color: red;
  font-size: 26px;
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 50%;
}

.blog-video-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  animation: 1s video 1.5s linear infinite;
  z-index: -1;
}

.blog-video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  animation: 1s video linear infinite;
  z-index: -1;
}

.blog-video-btn:hover {
  color: red;
}

@keyframes video {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.popular-post-title {
  color: #00394f;
}

.blog-sidebar-box {
  border-radius: 0;
  border: 1px solid #e9e9e9;
}

.blog-sidebar-title-box {
  border-bottom: 1px solid #e9e9e9;
  height: 70px;
}

.blog-sidebar-title {
  font-size: 24px;
  line-height: 70px;
  font-weight: 700;
  color: #00394f;
}

.blog-search-form {
  background: #fafafa;
  border-radius: 5px;
  overflow: hidden;
}

.blog-search {
  width: 100%;
  height: 50px;
  font-size: 16px;
}

.blog-sidebar-link {
  font-size: 16px;
  line-height: 100%;
  color: #717171;
}

.blog-sidebar-link:hover {
  color: #23cc88;
}

.popular-post:hover .popular-post-title {
  color: #23cc88;
}

.popular-post-txt {
  color: #717171;
}

.popular-post-date {
  font-size: 15px;
}

.popular-post-title {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  transition: 0.3s;
}

.popular-post-img {
  flex: 0 0 70px;
  max-width: 70px;
  min-height: 70px;
}

.popular-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ig-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.ig-posts a {
  flex: 0 0 calc(33% - 0px);
  max-width: calc(33% - 10px);
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-btn {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #717171;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.tag-btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.tag-btn:hover {
  color: #fff;
}

.tag-btn:hover:after {
  opacity: 1;
}

.blog-details-bottom {
  border-top: 1px solid #e9e9e9;
}

.blog-tag-btn {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #00394f;
  padding: 0 15px;
  border: 1px solid #e9e9e9;
  position: relative;
  z-index: 2;
}

.blog-tag-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.blog-tag-btn:hover {
  color: #fff;
}

.blog-tag-btn:hover:after {
  opacity: 1;
}

.blog-social-btn {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
}

.blog-social-btn:hover {
  color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(113, 113, 113, 0.3);
}

.blog-admin {
  box-shadow: 0px 0px 5px 0px rgba(113, 113, 113, 0.1);
  border: 1px solid #e9e9e9;
}

.admin-name {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  color: #00394f;
  display: block;
}

.admin-social {
  font-size: 16px;
  line-height: 100%;
  display: flex;
  gap: 25px;
}

.blog-comment-panel {
  box-shadow: 0px 0px 5px 0px rgba(113, 113, 113, 0.1);
  border: 1px solid #e9e9e9;
}

.blog-panel-title {
  height: 70px;
  border-bottom: 1px solid #e9e9e9;
}

.blog-panel-title h3 {
  font-size: 24px;
  line-height: 70px;
  font-weight: 700;
  color: #00394f;
}

.blog-single-comment {
  border-bottom: 1px solid #e9e9e9;
}

.blog-single-comment:last-child {
  border-bottom: 0;
}

.blog-comment-avatar {
  width: 80px;
  height: 80px;
}

.blog-comment-txt {
  width: calc(100% - 100px);
}

.blog-comment-name {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  color: #00394f;
}

.blog-comment-date {
  display: block;
  font-size: 16px;
  line-height: 100%;
}

.blog-comment-reply {
  line-height: 100%;
  font-weight: 700;
  color: #00394f;
  margin-bottom: 15px;
}

.blog-comment-reply i {
  display: inline-block;
  margin-right: 5px;
}

.blog-comment-reply:hover {
  color: #23cc88;
}

.blog-comment-textarea {
  height: 130px;
}

.blog-card .part-img {
  overflow: hidden;
  position: relative;
}

.blog-card .part-img img {
  transition: all 0.3s;
}

.blog-card:hover .part-img img {
  transform: scale(1.1);
}

span.lv-part-blog-calendar-date {
  position: absolute;
  left: 20px;
  font-size: 16px;
  top: 20px;
  background: #5CCD5C;
  color: #fff;
  line-height: 1;
  padding: 10px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

span.lv-part-blog-calendar-date i {
  margin-right: 6px;
}

h4.footer-info-txt a:hover {
  color: #23cc88;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-bottom-part.px-30 {
    padding: 0 22px;
  }
}

@media (max-width: 767px) {
  .header-right-txt {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  div div.banner-txt.p-180 {
    padding: 180px 0;
    padding-bottom: 120px;
  }
}

.blog-image a {
  display: block;
}

.single-blog-info span>a:hover {
  color: #23cc88;
}

.video-image {
  position: relative;
  z-index: 1;
}

.video-image .blog-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.video-image .blog-video-btn i {
  transition: 0.3s;
}

.video-image .blog-video-btn:hover i {
  color: #23cc88;
}

.ig-posts a:hover img {
  filter: contrast(0.7);
}

.single-blog-txt {
  padding: 50px 40px;
}

.blog-page-blog-single-title {
  font-size: 42px;
  font-weight: 700;
  color: #00394f;
}

.blog-quote-txt-p {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
}

.blog-quote-txt span.d-block {
  font-size: 20px;
}

.blog-quote-wrapper {
  padding: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.blog-nav-title {
  transition: 0.3s;
}

.blog-nav-title:hover {
  color: #23cc88;
}

.blog-admin {
  padding: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.admin-name:hover {
  color: #23cc88;
}

.blog-details-bottom.d-flex {
  padding-top: 40px;
  padding-bottom: 20px;
}

.blog-quote-txt {
  position: relative;
  padding-left: 85px;
}

.blog-quote-txt .blog-quote-i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  color: #fff;
  line-height: 1;
}

/*
************
*************************
25. Contact Page
******************************************************* 
*************************************************************** */
.contact-page-title {
  font-size: 36px;
  font-weight: 700;
  color: #00394f;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-col-6 {
  width: calc(50% - 10px);
}

.contact-col {
  width: 100%;
}

.contact-textarea {
  height: 195px;
}

.contact-info-txt {
  font-size: 16px;
  color: #717171;
  border-bottom: 1px solid #205468;
  padding-bottom: 15px;
}

.contact-info-txt:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-info-icon {
  display: flex;
  align-items: center;
  width: 25px;
}

.map {
  width: 100%;
  height: 520px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.contact-form input {
  height: 60px;
  width: 100%;
  background-color: transparent;
  color: #0e1133;
  font-size: 16px;
  padding: 0 25px;
  border: 1px solid #e9e9e9;
}

.contact-form input:focus {
  border-color: #23cc88;
}

.contact-form textarea {
  height: 200px;
  width: 100%;
  background-color: transparent;
  color: #0e1133;
  font-size: 16px;
  padding: 25px;
  border: 1px solid #e9e9e9;
}

.contact-form textarea:focus {
  border-color: #23cc88;
}

.contact-form textarea::placeholder {
  font-size: 16px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-60 {
  margin-left: 60px;
}

.pt-190 {
  padding-top: 190px;
}

.contact-titletext {
  font-size: 39px;
  color: #00394F;
  line-height: 1.2;
  font-weight: 700;
}

.contact-subtext {
  font-size: 18px;
}

.contact-info-wrapper ul li {
  display: flex;
  align-items: center;
  color: #00394f;
  font-size: 20px;
}

.contact-info-wrapper ul li i {
  width: 65px;
  height: 65px;
  background-color: #F6F7F8;
  text-align: center;
  line-height: 65px;
  font-size: 30px;
  border-radius: 50%;
  margin-right: 25px;
  color: #23cc88;
  transition: 0.4s;
}

.contact-info-wrapper ul li a {
  transition: 0.3s;
}

.contact-info-wrapper ul li a:hover {
  color: #23cc88;
}

.contact-info-wrapper ul li:hover i {
  background-color: #23cc88;
  color: #fff;
}

.contact-info-wrapper ul li:not(:last-child) {
  margin-bottom: 25px;
  border-bottom: 1px solid #E7E9EE;
  padding-bottom: 25px;
}

.contact-info-content-text {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #53545b;
}

@media (max-width: 991px) {
  .contact-info-wrapper.ml-60 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .contact-3.pt-120 {
    padding-top: 115px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .contact .heading-sub-txt br {
    display: none;
  }
}

/*
************
*************************
26. Shop
******************************************************* 
*************************************************************** */
.filter-widget-title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.filter-widget-title:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  top: 0;
  font-weight: 300;
  color: #00394f;
  transition: 0.3s;
  transform: rotate(180deg);
}

.child-content-hidden .filter-widget-title::before {
  transform: rotate(0deg);
}

.filter-widget-search input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  padding-right: 30px;
  outline: none;
}

.filter-widget-search button {
  position: absolute;
  right: 10px;
  top: 12px;
}

.filter-widget-search {
  position: relative;
}

.filter-widget .category-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filter-widget .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-widget .category-sizes {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filter-widget .category-ratings {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filter-widget .category-brands {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

input.check-box {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  top: 5px;
  font-size: 15px;
  margin-right: 8px;
  background: #fbfbfb;
}

input.check-box[type=checkbox]:checked {
  border: none;
  background-color: #00394f;
  color: #fff;
}

input.check-box[type=checkbox]:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  line-height: 16px;
  top: 0;
  left: 2px;
  font-size: 14px;
}

input.radio-box[type=radio] {
  border: 1px solid #e9e9e9;
  border-radius: 9px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  top: 5px;
  font-size: 15px;
  margin-right: 8px;
}

input.radio-box[type=radio]:checked::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #00394f;
  border-radius: 50%;
}

.category-tags a {
  padding: 0 5px;
  flex-grow: 1;
  max-width: 110px;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.category-tags a:hover {
  color: #00394f;
}

.sidebar-widget-wrapper {
  position: sticky;
  top: 90px;
}

.product-filters {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 10px;
  background: #FFF;
}

.filter-widget {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content-hidden {
  display: none;
}

.radio-star i.fas {
  color: #00394f;
}

.shop-main-wrapper-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sorting-type {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sorting-list {
  border: 1px solid #e9e9e9;
  padding: 0 15px;
  min-width: 130px;
}

.sorting-type span {
  color: #00394f;
}

.sorting-list span {
  color: #53545b;
}

.sorting-list:after {
  right: 15px;
}

.sort-type-filter {
  display: flex;
  align-items: center;
}

.action-item-filter {
  margin-left: 20px;
}

.shop-main-wrapper .products-wrapper>div {
  width: calc((100% - 90px) / 4);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-main-wrapper .products-wrapper>div {
    width: calc((100% - 60px) / 3);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-main-wrapper .products-wrapper>div {
    width: calc((100% - 30px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-main-wrapper .products-wrapper>div {
    width: calc((100% - 60px) / 3);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .shop-main-wrapper .products-wrapper>div {
    width: calc((100% - 30px) / 2);
  }
}

@media (max-width: 499px) {
  .shop-main-wrapper .products-wrapper>div {
    width: calc((100% - 0px) / 1);
  }
}

.swowing-list span {
  color: #00394f;
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-5-column>div {
    width: calc((100% - 120px) / 5);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-4-column>div {
    width: calc((100% - 90px) / 4);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-3-column>div {
    width: calc((100% - 60px) / 3);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-full-6-column>div {
    width: calc((100% - 150px) / 6);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-main-wrapper .products-wrapper.products-full-6-column>div {
    width: calc((100% - 120px) / 5);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-main-wrapper .products-wrapper.products-full-6-column>div {
    width: calc((100% - 90px) / 4);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-full-5-column>div {
    width: calc((100% - 120px) / 5);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-main-wrapper .products-wrapper.products-full-5-column>div {
    width: calc((100% - 90px) / 4);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-main-wrapper .products-wrapper.products-full-5-column>div {
    width: calc((100% - 60px) / 3);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-full-4-column>div {
    width: calc((100% - 90px) / 4);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-main-wrapper .products-wrapper.products-full-4-column>div {
    width: calc((100% - 90px) / 4);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-main-wrapper .products-wrapper.products-full-4-column>div {
    width: calc((100% - 60px) / 3);
  }
}

.product-details-nav .nav-tabs {
  display: flex;
  gap: 20px;
}

.product-details-nav .nav-tabs>li {
  width: calc((100% - 60px) / 4);
}

.product-details-nav .nav-tabs>li img {
  width: 100%;
}

.product-details-tab .tab-content .tab-pane img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.product-details-tab .tab-content {
  margin-bottom: 20px;
}

.product-quantity-cart {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.product-details-tab-wrapper .nav-tabs .nav-link:not(.active) {
  opacity: 0.8;
}

.product-side-info .product-name {
  font-size: 40px;
}

.product-side-info .product-price {
  font-size: 20px;
  color: #00394f;
  font-weight: 600;
}

.product-side-info .border-btn {
  height: 60px;
  line-height: 58px;
}

.product__details__tag a {
  padding: 0 10px;
  background: #777;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 3px;
}

.product__details__tag a:hover {
  background: #23cc88;
  color: #FFF;
}

.available-sizes {
  display: flex;
  gap: 5px;
  margin-bottom: 25px;
}

.product-details-tab .tab-content .tab-pane {
  width: 100%;
  padding-top: 110%;
  position: relative;
}

.product-details-nav .nav-item {
  position: relative;
  border: 0;
  font-size: 16px;
  margin-right: 0px;
  font-weight: 600;
  color: #53545b;
}

.product-details-nav .nav-item.active {
  color: #00394f;
  font-weight: 600;
}

.product-details-nav .nav-item::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: #00394f;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.product-details-nav .nav-item.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #00394f;
  bottom: 0;
  left: 0;
  right: 0;
}

.product_info-faq-area .nav-tabs {
  border-bottom: 1px solid #777;
}

.course-review-item {
  display: flex;
  align-items: normal;
}

.course-review-list {
  margin-left: 20px;
}

.course-review-list span {
  color: #00394f;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.course-start-icon i {
  color: #23cc88;
  font-size: 13px;
}

.course-start-icon {
  margin-bottom: 10px;
}

.comment-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.comment-title p {
  color: #454545;
}

.comment-rating span {
  font-size: 15px;
  color: #454545;
  margin-right: 5px;
}

.comment-rating ul li {
  display: inline-block;
}

.comment-rating ul li a {
  font-size: 14px;
  color: #23cc88;
}

.comment-rating ul {
  display: inline-block;
}

.comment-agree input {
  margin: 0;
  appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #e9e9e9;
  border-radius: 2px;
  outline: none;
}

.comment-agree label {
  margin-left: 5px;
  font-size: 15px;
  color: #454545;
}

.comment-agree input::placeholder {
  color: #53545b;
  font-size: 14px;
  opacity: 1;
}

.comment-input input {
  height: 60px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  outline: 0;
}

.comment-input input::placeholder {
  color: #53545b;
  font-size: 14px;
  opacity: 1;
}

.comment-textarea {
  height: 170px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  resize: none;
  outline: 0;
}

.comment-textarea::placeholder {
  color: #53545b;
  font-size: 14px;
  opacity: 1;
}

.product-available-sizes span {
  border: 1px solid #e9e9e9;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}

.cart-area .table-content table {
  background: #ffffff;
  border-color: #edeef2;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.cart-area .table-content .product-quantity {
  float: none;
}

.cart-area .table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.cart-area .table> :not(:last-child)> :last-child>* {
  border-bottom-color: #edeef2;
}

.cart-area .table-content table td.product-name a:hover {
  color: #00394f;
}

.cart-area .table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.cart-area .table-content table th,
.cart-area .table-content table td {
  border-bottom: 1px solid #edeef2;
  border-right: 1px solid #edeef2;
}

.cart-area .table td,
.cart-area .table th {
  border-top: 1px solid #edeef2;
}

.cart-area .table-content table td.product-subtotal {
  font-size: 16px;
}

.cart-area .table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.cart-area .coupon-all {
  margin-top: 50px;
}

.cart-area .coupon {
  float: left;
  gap: 15px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .cart-area .coupon {
    float: none;
  }
}

.cart-area #coupon_code {
  height: 50px;
  border: 1px solid #edeef2;
  padding: 0 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cart-area #coupon_code:focus {
  border-color: #00394f;
}

.cart-area .coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .cart-area .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

.cart-area .cart-page-total {
  padding-top: 50px;
}

.cart-area .cart-page-total>h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-area .cart-page-total>ul {
  border: 1px solid #edeef2;
}

.cart-area .cart-page-total>ul>li {
  list-style: none;
  font-size: 15px;
  color: #575757;
  padding: 14px 30px;
  border-bottom: 1px solid #edeef2;
  font-weight: 400;
}

.cart-area .cart-page-total ul>li>span {
  float: right;
}

.cart-area .cart-page-total li:last-child {
  border-bottom: 0;
}

.cart-area td.product-thumbnail img {
  width: 125px;
}

.cart-area .product-quantity-form {
  margin: auto;
  width: 122px;
  height: 58px;
  border: 1px solid #e9e9e9;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.cart-area .product-quantity-form:hover {
  border-color: #00394f;
}

.cart-area .cart-plus,
.cart-area .cart-minus {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
}

.cart-area .cart-plus:hover,
.cart-area .cart-minus:hover {
  cursor: pointer;
  color: #00394f;
  background: transparent;
}

.cart-area .cart-plus {
  left: auto;
  right: 0;
}

.cart-area .cart-input {
  height: 58px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 4px;
  background: transparent;
}

.cart-area .cart-input:focus {
  outline: none;
}

.cart-area .coupon .fill-btn {
  height: 50px;
  line-height: 48px;
}

.cart-area .coupon2 .fill-btn {
  height: 50px;
  line-height: 48px;
}

.product-quantity a {
  white-space: nowrap;
}

.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 3px solid #00394f;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #575757;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #575757;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #00394f;
}

.coupon-content {
  border: 1px solid #e9e9e9;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #00394f;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: #00394f;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #e9e9e9;
  height: 60px;
  line-height: 60px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
  border-color: #00394f;
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}

.form-row>label {
  margin-top: 15px;
  margin-left: 15px;
  color: #575757;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

p.checkout-coupon input[type=text]:focus {
  border-color: #e9e9e9;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form .ship-different-title {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  height: 50px;
}

.country-select label,
.checkout-form-list label {
  color: #00394f;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: #00394f;
}

.country-select .nice-select {
  border: 1px solid #e9e9e9;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  width: 100%;
  color: #575757;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #00394f;
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
  border-color: #e9e9e9;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #575757;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #575757;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title label {
  display: inline-block;
  margin-right: 10px;
}

.order-notes textarea {
  border: 1px solid #e9e9e9;
  height: 90px;
  padding: 15px;
  width: 100%;
  resize: none;
  padding-left: 20px;
  outline: none;
}

.order-notes textarea::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #575757;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  border-radius: 0;
}

.your-order {
  border: 2px solid #e9e9e9;
}

.your-order h3 {
  border-bottom: 1px solid #e9e9e9;
  font-size: 24px;
  margin: 0 0 20px;
  width: 100%;
  color: #00394f;
  font-weight: 700;
  line-height: 70px;
  padding: 0 40px;
}

.your-order-table {
  padding: 0 40px;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.payment-method {
  padding: 0 40px;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #e9e9e9;
  border-right: medium none;
  color: #575757;
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {

  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #00394f;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.panel-body>p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
}

.your-order-table table .shipping ul li label {
  color: #575757;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.order-total td span {
  color: #00394f;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 20px;
}

.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}

.payment-method .accordion-button {
  font-size: 18px;
  font-weight: 400;
  color: #00394f;
  padding: 23px 0;
  border: none;
}

.payment-method .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.payment-method .accordion-button::after {
  position: absolute;
  content: "\eac8";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "IcoFont";
  font-size: 16px;
  font-weight: 600;
  margin-left: 0;
  background-image: none;
}

.payment-method .accordion-button:not(.collapsed) {
  color: #00394f;
  background-color: #FFF;
  box-shadow: none;
}

.payment-method .accordion-button:not(.collapsed)::after {
  content: "\eacb";
}

.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}

.payment-method .accordion-collapse {
  border: none;
}

.panel-title>a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  user-select: none;
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #e9e9e9;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9;
}

.order-button-payment button {
  width: 100%;
}

.product-details-img {
  margin-right: 50px;
}

@media (max-width: 575px) {
  .product-details-img {
    margin-right: 0;
  }
}

.product-details-img img {
  width: 100%;
}

.product-side-info .product-name {
  font-size: 38px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .product-side-info .product-name {
    font-size: 28px;
  }
}

.product-side-info .product-price {
  font-size: 22px;
  font-weight: 600;
  color: #23cc88;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .product-side-info .product-price {
    font-size: 18px;
  }
}

.product-side-info p {
  margin-top: 30px;
  margin-bottom: 40px;
}

.product-quantity-cart {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.product-quantity-cart .cart-minus {
  height: 55px;
  width: 55px;
  border: none;
}

.product-quantity-form .cart-plus {
  height: 55px;
  width: 55px;
  border: none;
}

.product-quantity-cart .cart-input {
  height: 55px;
  width: 55px;
  border: none;
  text-align: center;
}

.product-quantity-cart .product-quantity-form {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

/*range slider css start*/
#slider-range {
  position: relative;
  margin-bottom: 25px;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

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

.ui-widget-content {
  background: #f0f0f0;
}

.ui-widget-header {
  background: #222;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.ui-slider .ui-slider-handle {
  height: 15px;
  width: 15px;
}

.ui-slider .ui-slider-handle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #222;
  left: 4.5px;
  top: 4.5px;
  border-radius: 50%;
}

.slider-range p {
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 0;
}

.slider-range p label {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  margin-top: 7px;
}

.slider-range input {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  border: none;
  outline: none;
  background: none;
  margin-left: 10px;
  width: 100px;
}

.slider-active-2 .slider-pagination>* {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.slider-active-2 .slider-pagination>*:hover {
  background-color: #222;
}

.slider-active-2 .slider-pagination>*:hover i {
  color: #FFF;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #23cc88;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

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

.ui-widget-content {
  background: #f0f0f0;
}

.ui-widget-header {
  background: #23cc88;
}

.amount-btn {
  color: #23cc88;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.ui-slider .ui-slider-handle {
  height: 15px;
  width: 15px;
  -webkit-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}

.ui-slider .ui-slider-handle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #23cc88;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.sidebar-action {
  background: #FFF;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 390px;
  padding: 30px 30px;
  transition: 0.6s;
  overflow-y: scroll;
}

@media (max-width: 575px) {
  .sidebar-action {
    width: 320px;
  }
}

.close-sidebar {
  background: #23cc88;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  color: #FFF;
  position: absolute;
  right: 30px;
  top: 30px;
}

.sidebar-cart {
  right: -100%;
}

.sidebar-cart.cart-open {
  right: 0;
}

.sidebar-wishlist {
  right: -100%;
}

.sidebar-wishlist.wishlist-open {
  right: 0;
}

.sidebar-filter {
  right: -100%;
}

.sidebar-filter.filter-open {
  right: 0;
}

.sidebar-filter .product-filters {
  padding: 0px;
}

.sidebar-filter .filter-widget-title {
  font-size: 18px;
}

.sidebar-action-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.sidebar-list-item {
  display: flex;
  gap: 20px;
}

.sidebar-action-btn {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sidebar-action-btn a {
  width: 100%;
  flex-wrap: wrap;
  white-space: nowrap;
}

.sidebar-action-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-pricing span {
  font-size: 15px;
  font-weight: 500;
  color: #00394f;
  line-height: 1;
}

.sidebar-list-item {
  display: flex;
  gap: 20px;
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
  position: relative;
  padding-right: 20px;
}

.sidebar-list-item .product-image {
  min-width: 100px;
  height: 100px;
}

.sidebar-list-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-list-item .product-desc {
  padding: 0px 0 0px;
}

.sidebar-list-item .remove-item {
  position: absolute;
  right: 0;
  top: 20px;
  color: #00394f;
}

.product-price-total {
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.product-price-total span {
  color: #00394f;
  font-weight: 500;
}

.sidebar-action-btn a {
  flex-grow: 1;
  height: 60px;
  line-height: 58px;
}

.m-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

/*
************
*************************
27. Sign
******************************************************* 
*************************************************************** */
.signup-wrapper {
  box-shadow: 0 5px 29px rgba(0, 0, 0, 0.1);
}

.signup-wrapper-header {
  padding: 60px 40px;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  color: #fff;
}

.signup-wrapper-body {
  padding: 40px;
  padding-bottom: 50px;
}

.signup-body-subtitle {
  text-transform: uppercase;
  font-size: 14px;
}

.signup-body-title {
  font-size: 36px;
  color: #00394f;
  font-weight: 700;
  line-height: 1.2;
}

.signtext a {
  color: #23cc88;
  display: inline-block;
}

.signtext a:hover {
  color: #00394f;
}

.sign-single-input label {
  font-size: 18px;
  color: #00394f;
  margin-bottom: 10px;
}

.signup-title {
  font-size: 52px;
  text-transform: uppercase;
}

.sign-input {
  position: relative;
  z-index: 1;
}

.sign-input input {
  width: 100%;
  height: 60px;
  border: 1px solid #e9e9e9;
  padding: 0 55px;
  padding-right: 25px;
}

.sign-input input:focus {
  border-color: #23cc88;
}

.sign-input i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #23cc88;
}

.gbutton {
  border: 1px solid #e9e9e9;
  height: 60px;
  line-height: 60px;
  color: #23cc88;
  transition: all 0.3s;
  height: 60px;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  z-index: 1;
  min-width: 290px;
  text-align: start;
  text-transform: uppercase;
}

.gbutton i {
  font-size: 30px;
  display: inline-block;
  transform: translateY(3px);
  margin-right: 35px;
  color: #fff;
}

.gbutton:hover {
  color: #fff;
}

.gbutton:hover:before {
  width: 100%;
  border-radius: 0;
}

.gbutton:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 100%;
  z-index: -1;
  background: linear-gradient(145deg, #8ecf35, #23cc88);
  content: "";
  border-radius: 0 30px 30px 0;
  transition: all 0.3s;
}

.sign-buttons .def-btn {
  padding: 0 60px;
}

/*
************
*************************
28. Error
******************************************************* 
*************************************************************** */
.error-title {
  font-size: 52px;
  color: #00394f;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.dark_mode nav.right_menu_togle {
  background: #f7f7f7;
}

.cinkes-dark-light-view-box {
  position: fixed;
  left: 25px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  width: 36px;
  height: 70px;
  border-radius: 18px;
  z-index: 999;
  background-color: #111;
  cursor: pointer;
}

.cinkes-dark-light-view-box.has-clicked {
  background: #23cc88;
}

.cinkes-dark-light-view-box .cinkes-dark-light-view-toogle-dot {
  position: absolute;
  width: 36px;
  height: 36px;
  transition: all 0.3s;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.cinkes-dark-light-view-box .cinkes-dark-light-view-toogle-dot.pos-bottom {
  top: 34px;
}

.cinkes-dark-light-view-box::before {
  position: absolute;
  left: 50%;
  top: 5px;
  font-family: "Font awesome 5 pro";
  content: "\f186";
  color: #23cc88;
  transform: translateX(-50%);
}

.cinkes-dark-light-view-box::after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  font-family: "Font awesome 5 pro";
  content: "\f185";
  color: #23cc88;
  transform: translateX(-50%);
}

/* Dark Mode CSS */
.dark_mode .feature {
  background-color: #f7f7f7;
}

.dark_mode .class {
  background-color: #f7f7f7;
}

.dark_mode .class-card {
  background-color: #fff;
}

.dark_mode .our-staff {
  background-color: #f7f7f7;
}

.dark_mode .app-download {
  background-color: #f7f7f7;
}

.dark_mode .gallery {
  background-color: #f7f7f7;
}

.dark_mode .latest-news {
  background-color: #f7f7f7;
}

.dark_mode .blog-card {
  background-color: #fff;
}

.dark_mode .partner {
  background-color: #f7f7f7;
}

.dark_mode .feature {
  background-color: #f7f7f7;
}

.dark_mode .grey-bg-2 {
  background-color: #fff;
}

.dark_mode .counter-2 {
  background-color: #f7f7f7;
}

.dark_mode .contact {
  background-color: #f7f7f7;
}

.dark_mode .blog {
  background-color: #f7f7f7;
}

.dark_mode .single-blog {
  background-color: #fff;
}

.dark_mode .blog-sidebar-box {
  background-color: #fff;
}

.dark_mode .blog-admin {
  background-color: #fff;
}

.dark_mode .blog-comment-panel {
  background-color: #fff;
}

.dark_mode .cart {
  background-color: #f7f7f7;
}

.dark_mode .table-responsive {
  background-color: #fff;
}

.dark_mode .cart-table-bottom {
  background-color: #fff;
}

.dark_mode .panel {
  background-color: #fff;
}

.dark_mode .checkout {
  background-color: #f7f7f7;
}

.dark_mode .your-order {
  background-color: #fff;
}

.dark_mode .sidebar-box {
  background-color: #fff;
}

.dark_mode .class-comment {
  background-color: #fff;
}

.dark_mode .contact-form input {
  background-color: #fff;
}

.dark_mode .contact-form textarea {
  background-color: #fff;
}

.dark_mode .course__sort-inner .nice-select {
  background-color: #f7f7f7;
}

.dark_mode .contact-3 {
  background-color: #f7f7f7;
}

.dark_mode .contact-info-wrapper ul li i {
  background-color: #fff;
}

.dark_mode .contact-info-wrapper ul li:hover i {
  color: #23cc88;
}

.dark_mode .contact-info-wrapper ul li i:hover {
  background-color: #23cc88;
}

.dark_mode .neterror {
  background-color: #f7f7f7;
}

.dark_mode .error {
  background-color: #f7f7f7;
}

.dark_mode .shop {
  background-color: #f7f7f7;
}

.dark_mode .releted-product {
  background-color: #f7f7f7;
}

.dark_mode .shop-card-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.dark_mode .shop-details-lg-img {
  background-color: #fff;
}

.dark_mode .product-details-bottom-part {
  background-color: #fff;
}

.dark_mode .shop-details-sm-images .slick-slide {
  background-color: #fff;
}

.dark_mode .shop-details-cart-buttons .quantity {
  background-color: #fff;
}

.dark_mode .signup-area {
  background-color: #f7f7f7;
}

.dark_mode .signup-area .signup-wrapper {
  background-color: #fff;
}

/*
************
*************************
29. Ajax
******************************************************* 
*************************************************************** */
.hidden {
  visibility: hidden;
  height: 0px;
  visibility: hidden;
  opacity: 0;
}

.simple-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
}

.simple-pagination li:not(:last-child) {
  margin-right: 10px;
}

.simple-pagination li a,
.simple-pagination li span {
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #f6f6f6;
  color: #00394f;
}

.simple-pagination li a:hover,
.simple-pagination li span:hover {
  color: #fff;
  border-color: transparent;
}

.simple-pagination li a:focus,
.simple-pagination li a:focus-within,
.simple-pagination li span:focus,
.simple-pagination li span:focus-within {
  box-shadow: none;
}

.simple-pagination li a {
  transform: translateY(-8px);
}

.simple-pagination .current {
  color: #FFF;
  background-color: #23cc88;
  border-color: #23cc88;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #23cc88;
  opacity: 0.3;
}

.pagination-container ul li a {
  box-shadow: 0;
}

.pagination-container ul li a:hover {
  background: #23cc88;
}

/*
************
*************************
30. Breakpoints
******************************************************* 
*************************************************************** */
/*col-lg*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .part-txt.pl-70 {
    padding-left: 40px;
  }

  .blog-page-blog-title {
    font-size: 32px;
  }

  .blog-page-blog-single-title {
    font-size: 38px;
  }

  .blog-quote-txt-p {
    font-size: 26px;
  }

  .contact-info-wrapper.ml-60 {
    margin-left: 40px;
  }
}

/*laptop*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /* ====================================================
  global style
  ==================================================== */
  .counter-box-2.mt-120 {
    margin-top: 0;
  }

  .sidebar-class-title {
    font-size: 16px;
  }

  .class-thumb.mr-20 {
    margin-right: 15px;
  }

  .shop-details-txt.pl-50 {
    padding-left: 30px;
  }

  .blog-sidebar-title {
    font-size: 22px;
  }

  .navbar-nav li {
    margin: 0 18px;
  }

  .contact-info-wrapper.ml-60 {
    margin-left: 30px;
  }

  .blog-page-blog-single-title {
    font-size: 34px;
  }

  .blog-quote-txt-p {
    font-size: 24px;
  }

  .popular-post-title {
    font-size: 16px;
  }

  .popular-post-date {
    font-size: 14px;
  }

  .blog-content-wrapper.mr-30 {
    margin-right: 20px;
  }

  .part-txt.pl-70 {
    padding-left: 30px;
  }

  .class-details-title {
    font-size: 42px;
  }

  .course-sidebar .class-info .box.text-center {
    flex-direction: column;
  }

  .footer-card-title {
    font-size: 24px;
  }

  .section-heading.mb-70 {
    margin-bottom: 60px;
  }

  .bottom-footer-social.mr-30 {
    margin-right: 15px;
  }

  .facility-card-txt.px-50 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .LionsInternationalSchool-features-wrapper.pl-60 {
    padding-left: 30px;
  }

  /* ======================
  Header section Two (2)
  ====================== */
  .nav-cart.mr-75 {
    margin-right: 25px;
  }

  /* ======================
  Banner section
  ====================== */
  .banner.pt-150 {
    padding-top: 140px;
  }

  .banner-subtitle.mb-7 {
    margin-bottom: 8px;
  }

  .banner-title {
    font-size: 70px;
    line-height: 80px;
  }

  .banner-title.mb-7 {
    margin-bottom: 8px;
  }

  /* ======================
  Banner section Two (2)
  ====================== */
  .banner-subtitle-2.mb-7 {
    margin-bottom: 8px;
  }

  .banner-title-2.mb-7 {
    margin-bottom: 8px;
  }

  .banner-txt.p-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* ======================
  Feature section
  ====================== */
  .r-gap-70 {
    row-gap: 30px;
  }

  .feature-part-icon {
    width: 70px;
    height: 70px;
  }

  .feature-part-icon.mr-20 {
    margin-right: 15px;
  }

  .feature-txt {
    width: calc(100% - 85px);
  }

  .divider.m-30 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* ======================
  Feature section Two (2)
  ====================== */
  .feature-title {
    font-size: 130px;
  }

  .feature-title.mt--16 {
    margin-top: -12px;
  }

  .feature-sub-title-2.mt-1 {
    margin-top: 2px !important;
  }

  /* ======================
  CTA section
  ====================== */
  .cta-title {
    font-size: 45px;
  }

  .cta-title.mt--14 {
    margin-top: -11px;
  }

  /* ======================
  App Download section Two (2)
  ====================== */
  .app-download-title {
    font-size: 45px;
    line-height: 60px;
  }

  .app-download-title.mt--14 {
    margin-top: -11px;
  }

  .app-download-title.mb-40 {
    margin-bottom: 33px;
  }

  /* ======================
  Blog section
  ====================== */
  .blog-card-txt.p-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-card-txt.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-bottom-part.px-20 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .gallery-title {
    font-size: 24px;
  }

  /* ======================
  Footer section
  ====================== */
  .footer-single-info.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-icon-wrap {
    height: 35px;
  }

  .footer-info-icon-wrap.mr-20 {
    margin-right: 15px;
  }

  .footer-info-txt {
    font-size: 18px;
  }

  .footer-card.pr-30 {
    padding-right: 0;
  }

  .bottom-footer-social.mr-40 {
    margin-right: 20px;
  }

  .footer-social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .footer-social-icon.mr-15 {
    margin-right: 5px;
  }

  /* ====================================================
  About page
  ==================================================== */
  .feature-card.px-20 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* ====================================================
  Class Details page
  ==================================================== */
  .class-details-video.p-125 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  /* ====================================================
  Cart page
  ==================================================== */
  .panel-heading.px-60 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .panel-body.p-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .panel-body.px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* ====================================================
  Blog page
  ==================================================== */
  .blog-page-blog-title {
    font-size: 32px;
  }
}

/*as col-md*/
/*tablet device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* ====================================================
  global style
  ==================================================== */
  .part-img.pl-30 {
    padding-left: 10px;
  }

  .shop-details-txt.pl-50 {
    padding-left: 0;
  }

  .blog-panel-title h3 {
    font-size: 24px;
  }

  .single-content-wrapper.ml-30 {
    margin-left: 0;
  }

  .blog-page-blog-single-title {
    font-size: 36px;
  }

  .ig-posts a {
    flex: 0 0 calc(20% - 0px);
    max-width: calc(20% - 12px);
  }

  .blog-content-wrapper.mr-30 {
    margin-right: 0;
  }

  .part-txt.pl-70 {
    padding-left: 0;
  }

  .uptomd-padding-20 {
    padding-top: 20px;
  }

  .uptomd-padding-30 {
    padding-top: 30px;
  }

  .uptomd-padding-50 {
    padding-top: 50px;
  }

  .single-content-wrapper.ml-20 {
    margin-left: 0;
  }

  .part-txt.part-text-list {
    padding: 40px;
  }

  .part-txt.part-text-list .box.box-1.text-center {
    flex-direction: row;
  }

  .pl-30.contact-wrapp {
    padding-left: 0;
  }

  .contact-info.kitba-contact {
    margin-bottom: 20px;
  }

  .LionsInternationalSchool-features-wrapper.pl-60 {
    padding-left: 10px;
  }

  .single-content-wrapper.mr-20 {
    margin-right: 0;
  }

  .section-title {
    font-size: 40px;
  }

  .class-title {
    font-size: 24px;
  }

  .footer-single-info {
    justify-content: center;
  }

  .footer-single-info.p-35 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-single-info.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-single-info.border-l {
    border-top: 1px solid #804BFF;
    border-left: 0;
  }

  .footer-info-icon-wrap {
    height: 40px;
  }

  .footer-info-txt-area {
    width: max-content;
  }

  /* ======================
  Header section
  ====================== */
  .logo {
    width: 100px;
  }

  .navbar-toggler {
    width: 30px;
    height: 25px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    color: #fff;
    padding: 0;
    font-size: 16px;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0;
  }

  .top-left {
    padding: 5px 0;
  }

  .top-left .d-sm-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-txt {

    padding: 0 10px;
    border: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
  }

  .header-right-txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .bottom-header {
    background: #fff;
    padding: 30px 0;
  }

  .nav-link:after {
    display: none;
  }

  .dropdown-menu {
    display: none;
  }

  .navbar-nav.mb-2 {
    margin-bottom: 0 !important;
  }

  .navbar-nav.p-40 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .nav-item.pr-20,
  .nav-item.px-20,
  .nav-item.pl-20 {
    padding: 0 !important;
  }

  .nav-link {
    height: 35px;
    line-height: 35px;
  }

  /* ======================
  Header section Two(2)
  ====================== */
  .header-2 {
    background: #fff;
  }

  .header-2.pt-35 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* ======================
  Banner section
  ====================== */
  .banner.pt-150 {
    padding-top: 115px;
  }

  .banner-txt.p-180 {
    padding: 220px 0;
    padding-bottom: 130px;
  }

  .banner-subtitle {
    font-size: 24px;
  }

  .banner-subtitle.mt--9 {
    margin-top: -8px;
  }

  .banner-subtitle.mb-7 {
    margin-bottom: 9px;
  }

  .banner-title {
    font-size: 70px;
  }

  .banner-title.mb-7 {
    margin-bottom: 9px;
  }

  .btn-box {
    gap: 15px;
  }

  /* ======================
  Banner section two (2)
  ====================== */
  .banner-2.pt-90 {
    padding-top: 55px;
  }

  .banner-subtitle-2.mt--9 {
    margin-top: -8px;
  }

  .banner-subtitle-2.mb-7 {
    margin-bottom: 9px;
  }

  .banner-title-2 {
    font-size: 75px;
  }

  .banner-title-2.mb-7 {
    margin-bottom: 9px;
  }

  .banner-paragraph-2.mb-11 {
    margin-bottom: 7px;
  }

  /* ======================
  Banner section for inner pages (2)
  ====================== */
  .banner-txt.p-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .breadcrumb-title {
    font-size: 60px;
  }

  .breadcrumb-title.mt--23 {
    margin-top: -7px;
  }

  .breadcrumb-title.mb-0 {
    margin-bottom: 11px !important;
  }

  /* ======================
  Feature section
  ====================== */
  .r-gap-70 {
    row-gap: 24px;
  }

  .feature-part-icon {
    width: 70px;
    height: 70px;
  }

  .feature-txt {
    width: calc(100% - 90px);
  }

  .feature-sub-title.mt--7 {
    margin-top: -6px;
  }

  .divider.m-30 {
    margin: 15px 0;
  }

  .feature-txt p.mt--6 {
    margin-top: -5px;
  }

  .feature-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-img img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
  }

  /* ======================
  Feature section Two (2)
  ====================== */
  .feature-title {
    font-size: 100px;
    line-height: 1.2;
  }

  .feature-title.mt--16 {
    margin-top: -6px;
  }

  .feature-title.mb-14 {
    margin-bottom: 20px;
  }

  .feature-sub-title-2 {
    font-size: 45px;
  }

  .feature-box.mb-70 {
    margin-bottom: 25px;
  }

  /* ======================
  Cta section
  ====================== */
  .cta-title {
    font-size: 40px;
  }

  .cta-title.mt--14 {
    margin-top: -9px;
  }

  /* ======================
  About section
  ====================== */
  .about-title {
    font-size: 40px;
  }

  .about-list span.mr-30 {
    margin-right: 15px;
  }

  .btn-box.pt-40 {
    padding-top: 30px;
  }

  /* ======================
  Popular Class section
  ====================== */
  .amount {
    font-size: 16px;
  }

  /* ======================
  Counter Class section
  ====================== */
  .counter-img {
    width: 150px;
  }

  .counter-img.mb--60 {
    margin-bottom: -45px;
  }

  .counter-txt {
    font-size: 40px;
  }

  .counter-txt.mb-20 {
    margin-bottom: 10px;
  }

  .counter-box-2 .counter-txt {
    font-size: 52px;
  }

  /* ======================
  Counter section Two(2)
  ====================== */
  .counter-box-2.mt-120 {
    margin-top: 0;
  }

  /* ======================
  Staff section
  ====================== */
  .staff-name {
    font-size: 24px;
  }

  .staff-name.mb-0 {
    margin-bottom: 2px !important;
  }

  /* ======================
  App Download section
  ====================== */
  .app-download-btn {
    max-width: 115px;
  }

  .app-download-btn.mr-75 {
    margin-right: 25px;
  }

  /* ======================
  App Download section Two(2)
  ====================== */
  .app-download-title {
    font-size: 30px;
    line-height: 40px;
  }

  .app-download-title.mt--14 {
    margin-top: -8px;
  }

  .app-download-title.mb-40 {
    margin-bottom: 18px;
  }

  .app-download-txt.mb-60 {
    margin-bottom: 30px;
  }

  /* ======================
  Facility section
  ====================== */
  .facility-card-txt.px-50 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .facility-icon {
    width: 50px;
    height: 50px;
  }

  .facility-icon img {
    width: 60%;
  }

  .facility-title {
    font-size: 24px;
  }

  /* ======================
  Gallery section
  ====================== */
  .control-panel.mb-30 {
    margin-bottom: 20px;
  }

  .controls {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 25px;
  }

  .gallery-filter-btn {
    font-size: 16px;
  }

  .gallery-filter-btn.ml-20 {
    margin-left: 0;
  }

  .gallery-filter-btn.mr-20 {
    margin-right: 0;
  }

  .gallery-filter-btn.mx-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-title {
    font-size: 20px;
  }

  .gallery-title.mt--3 {
    margin-top: -1px;
  }

  .gallery-title.mb-10 {
    margin-bottom: 12px;
  }

  .gallery-sub-title.mb--2 {
    margin-bottom: -3px;
  }

  /* ======================
  Testimonial section
  ====================== */
  .quote-icon {
    width: 80px;
  }

  .quote-icon.mb-30 {
    margin-bottom: 25px;
  }

  .feedback-title {
    font-size: 29px;
  }

  .feedback-txt {
    font-size: 16px;
  }

  .client-name {
    font-size: 16px;
  }

  .divider.mb-30 {
    margin-bottom: 25px;
  }

  /* ======================
  Blog section
  ====================== */
  .blog-card-txt.p-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-card-txt.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-title {
    font-size: 24px;
  }

  .blog-title.mt--2 {
    margin-top: -6px;
  }

  .blog-bottom-part.px-20 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* ======================
  Footer section
  ====================== */
  .footer-single-info {
    justify-content: center;
  }

  .footer-single-info.p-35 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-single-info.px-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-info-icon-wrap {
    height: 45px;
  }

  .footer-info-icon-wrap img {
    height: auto;
    max-height: 100%;
  }

  .footer-card.pr-30 {
    padding-right: 0;
  }

  .footer-card-title {
    font-size: 24px;
  }

  .footer-card-title.pb-27 {
    padding-bottom: 18px;
  }

  .footer-card-title.mb-25 {
    margin-bottom: 20px;
  }

  .footer-card-txt.mt--6 {
    margin-top: -5px;
  }

  .footer-follow-dialogue.mb-23 {
    margin-bottom: 18px;
  }

  .footer-links.mt--17 {
    margin-top: -9px;
  }

  .footer-links.mb--18 {
    margin-bottom: -11px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 30px;
  }

  .bottom-footer p {
    text-align: center;
    margin-top: 20px;
  }

  .footer-social-box {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 10px;
  }

  .bottom-footer-social {
    height: 30px;
    font-size: 16px;
  }

  .bottom-footer-social.mr-40 {
    margin-right: 0;
  }

  .footer-social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .footer-social-icon.mr-15 {
    margin-right: 5px;
  }

  /* ====================================================
  About page
  ==================================================== */
  .feature-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }

  .feature-icon.mb-50 {
    margin-bottom: 25px;
  }

  .feature-sub-title.mb-25 {
    margin-bottom: 15px;
  }

  .feature-txt-2.mt--6 {
    margin-top: -10px;
  }

  /* ====================================================
  Class Details page
  ==================================================== */
  .class {
    overflow: hidden;
  }

  .class-details-title {
    font-size: 40px;
  }

  .class-details-teacher-name.mb-11 {
    margin-bottom: 14px;
  }

  .about-class-box {
    flex-direction: column !important;
  }

  .about-class-box.mb-20 {
    margin-bottom: 9px;
  }

  .about-class-box.r-gap-30 {
    row-gap: 0px;
  }

  .class-details-info.mb-30 {
    margin-bottom: 25px;
  }

  .class-details-txt.mt--9 {
    margin-top: -7px;
  }

  .class-details-txt.mb-25 {
    margin-bottom: 15px;
  }

  .class-details-video.p-125 {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .class-details-video.mb-35 {
    margin-bottom: 25px;
  }

  .class-comment-title.mb-21 {
    margin-bottom: 13px;
  }

  .class-comment.ml-100 {
    margin-left: 30px;
  }

  .class-comment-txt {
    width: 100%;
  }

  .class-comment-txt.p-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .class-comment-txt.px-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-class-txt {
    width: calc(100% - 70px);
  }

  /* ====================================================
  Shop page
  ==================================================== */
  .shop.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-page-top-bar.mb-50 {
    margin-bottom: 30px;
  }

  .shop-control.mr-30 {
    margin-right: 10px;
  }

  .shop-control-txt {
    font-size: 12px;
  }

  .shop-control-txt.mr-10 {
    margin-right: 5px;
  }

  .shop-control-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .shop-control-form {
    height: 25px;
  }

  /* ====================================================
  Shop Details page
  ==================================================== */
  .shop-details-product-title {
    font-size: 40px;
  }

  /* ====================================================
  Cart page
  ==================================================== */
  .cart-table {
    min-width: max-content;
  }

  /* ====================================================
  Blog page
  ==================================================== */
  .blog-image.p-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-image.px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-image.mb-35 {
    margin-bottom: 30px;
  }

  .blog-image.d-flex {
    flex-direction: column;
  }

  .blog-image.p-35 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-image.px-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-page-blog-title {
    font-size: 32px;
  }

  .blog-img-txt {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-sidebar-title {
    font-size: 24px;
  }

  .popular-post-img.ml-25 {
    margin-left: 15px;
  }

  /* ====================================================
  Blog Details page
  ==================================================== */
  .blog-quote-icon {
    width: 45px;
  }

  .blog-quote-icon.mr-15 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .blog-quote-txt {
    width: 100%;
  }

  .blog-quote-txt-p {
    font-size: 25px;
  }

  .blog-details-video.p-145 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-nav.px-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-single-comment {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .blog-single-comment.pr-30 {
    padding-right: 20px;
  }

  .blog-comment-avatar.mr-20 {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .blog-comment-txt {
    width: 100%;
  }

  .blog-comment-textarea {
    height: 100px;
  }

  /* ====================================================
  Contact page
  ==================================================== */
  .contact-3.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-page-title {
    font-size: 20px;
  }

  .contact-page-title.mt--1 {
    margin-top: -2px;
  }

  .contact-page-title.mb-26 {
    margin-bottom: 27px;
  }

  .contact-textarea {
    height: 120px;
  }

  .contact-info-icon {
    width: 16px;
  }

  .contact-info-icon img {
    width: 70%;
  }

  .map {
    height: 300px;
  }
}

/*as col-sm*/
/*large mobile device*/
@media only screen and (min-width: 576px) and (max-width: 767px) {

  /* ====================================================
  global style
  ==================================================== */
  .clients {
    margin-bottom: 40px;
  }

  .admin-name {
    font-size: 20px;
  }

  .contact-titletext {
    font-size: 36px;
  }

  .blog-page-blog-single-title {
    font-size: 28px;
  }

  .ig-posts a {
    flex: 0 0 calc(20% - 0px);
    max-width: calc(20% - 12px);
  }

  .signup-title {
    font-size: 45px;
  }

  .signup-body-title {
    font-size: 32px;
  }

  .class-comment-title {
    font-size: 24px;
  }

  .course__sort {
    margin-top: 15px;
  }

  .error-title {
    font-size: 36px;
  }

  .section-title {
    font-size: 38px;
  }

  .counter-box-2 .counter-txt.mb-14 {
    margin-bottom: 10px;
  }

  .counter-box-2 .counter-icon.mb-21 {
    margin-bottom: 15px;
  }

  .counter-box-2 .counter-part-txt {
    padding: 0 25px;
  }

  .counter-sub-txt {
    font-size: 20px;
  }

  /* ======================
  Header section
  ====================== */
  .logo {
    width: 100px;
  }

  .navbar-toggler {
    width: 30px;
    height: 25px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    color: #fff;
    padding: 0;
    font-size: 16px;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0;
  }

  .top-left {
    padding: 5px 0;
  }

  .top-left .d-sm-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-txt {


    padding: 0 10px;
    border: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
  }

  .header-right-txt {
    width: 20px;
    /* height: 40px;
    line-height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);*/
    font-size: 16px;

  }

  .bottom-header {
    background: #fff;
    padding: 30px 0;
  }

  .nav-link:after {
    display: none;
  }

  .dropdown-menu {
    display: none;
  }

  .navbar-nav.mb-2 {
    margin-bottom: 0 !important;
  }

  .navbar-nav.p-40 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .nav-item.pr-20,
  .nav-item.px-20,
  .nav-item.pl-20 {
    padding: 0 !important;
  }

  .nav-link {
    height: 35px;
    line-height: 35px;
  }

  /* ======================
  Header section Two(2)
  ====================== */
  .header-2 {
    background: #fff;
  }

  .header-2.pt-35 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* ======================
  Banner section
  ====================== */
  .banner.pt-150 {
    padding-top: 140px;
  }

  .banner-txt.p-180 {
    padding: 80px 0;
  }

  .banner-subtitle {
    font-size: 22px;
  }

  .banner-title {
    font-size: 55px;
  }

  .btn-box {
    gap: 15px;
  }

  /* ======================
  Banner section two (2)
  ====================== */
  .banner-2.pt-90 {
    padding-top: 55px;
  }

  .banner-subtitle-2 {
    font-size: 24px;
  }

  .banner-subtitle-2.mt--9 {
    margin-top: -8px;
  }

  .banner-subtitle-2.mb-7 {
    margin-bottom: 9px;
  }

  .banner-title-2 {
    font-size: 62px;
  }

  .banner-title-2.mb-7 {
    margin-bottom: 9px;
  }

  .banner-paragraph-2.mb-11 {
    margin-bottom: 7px;
  }

  /* ======================
  Banner section for inner pages (2)
  ====================== */
  .banner-txt.p-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .breadcrumb-title {
    font-size: 55px;
  }

  .breadcrumb-title.mt--23 {
    margin-top: -7px;
  }

  .breadcrumb-title.mb-0 {
    margin-bottom: 11px !important;
  }

  /* ======================
  Feature section
  ====================== */
  .feature-part-icon {
    width: 70px;
    height: 70px;
  }

  .feature-txt {
    width: calc(100% - 90px);
  }

  .feature-sub-title.mt--7 {
    margin-top: -6px;
  }

  .divider.m-30 {
    margin: 15px 0;
  }

  .feature-txt p.mt--6 {
    margin-top: -5px;
  }

  /* ======================
  Feature section Two (2)
  ====================== */
  .feature-title {
    font-size: 90px;
    line-height: 1.2;
  }

  .feature-title.mt--16 {
    margin-top: -6px;
  }

  .feature-title.mb-14 {
    margin-bottom: 20px;
  }

  .feature-sub-title-2 {
    font-size: 40px;
  }

  .feature-txt-area.mb-70 {
    margin-bottom: 30px;
  }

  .feature-box.mb-70 {
    margin-bottom: 25px;
  }

  .feature-txt p.mb--8 {
    margin-bottom: -7px;
  }

  /* ======================
  Cta section
  ====================== */
  .cta-title {
    font-size: 35px;
  }

  .cta-title.mt--14 {
    margin-top: -9px;
  }

  br {
    display: none;
  }

  /* ======================
  About section
  ====================== */
  .about-title {
    font-size: 38px;
  }

  .about-list span.mr-30 {
    margin-right: 15px;
  }

  /* ======================
  Popular Class section
  ====================== */
  .class-title {
    font-size: 24px;
  }

  .amount {
    font-size: 16px;
  }

  /* ======================
  Counter Class section
  ====================== */
  .counter-box.pt-120 {
    padding-top: 70px;
  }

  .counter-img {
    width: 116px;
  }

  .counter-img.mb--60 {
    margin-bottom: -35px;
  }

  .counter-txt {
    font-size: 42px;
  }

  .counter-txt.mb-20 {
    margin-bottom: 10px;
  }

  /* ======================
  Counter section Two(2)
  ====================== */
  .counter-box-2.mt-120 {
    margin-top: 0;
  }

  /* ======================
  Staff section
  ====================== */
  .staff-name {
    font-size: 22px;
  }

  .staff-name.mb-0 {
    margin-bottom: 2px !important;
  }

  .staff-position.mb--8 {
    margin-bottom: -3px;
  }

  .staff-social-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-size: 40px;
  }

  .staff-social-btn.bg-1 {
    background-size: 40px;
  }

  .staff-social-btn.bg-2 {
    background-size: 40px;
  }

  .staff-social-btn.bg-3 {
    background-size: 40px;
  }

  /* ======================
  App Download section
  ====================== */
  .app-download-btn {
    max-width: 115px;
  }

  .app-download-btn.mr-75 {
    margin-right: 25px;
  }

  /* ======================
  App Download section Two(2)
  ====================== */
  .app-download-title {
    font-size: 30px;
    line-height: 40px;
  }

  .app-download-title.mt--14 {
    margin-top: -8px;
  }

  .app-download-title.mb-40 {
    margin-bottom: 18px;
  }

  .app-download-txt.mb-60 {
    margin-bottom: 30px;
  }

  /* ======================
  Facility section
  ====================== */
  .facility-title {
    font-size: 24px;
  }

  /* ======================
  Gallery section
  ====================== */
  .control-panel.mb-30 {
    margin-bottom: 20px;
  }

  .controls {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 25px;
  }

  .gallery-filter-btn {
    font-size: 16px;
  }

  .gallery-filter-btn.ml-20 {
    margin-left: 0;
  }

  .gallery-filter-btn.mr-20 {
    margin-right: 0;
  }

  .gallery-filter-btn.mx-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-title {
    font-size: 20px;
  }

  .gallery-title.mt--3 {
    margin-top: -1px;
  }

  .gallery-title.mb-10 {
    margin-bottom: 12px;
  }

  .gallery-sub-title.mb--2 {
    margin-bottom: -3px;
  }

  /* ======================
  Testimonial section
  ====================== */
  .quote-icon {
    width: 80px;
  }

  .feedback-title {
    font-size: 29px;
  }

  .feedback-txt {
    font-size: 18px;
    padding-right: 20px;
  }

  /* ======================
  Blog section
  ====================== */
  .blog-title {
    font-size: 24px;
  }

  /* ======================
  Footer section
  ====================== */
  .footer-single-info {
    justify-content: center;
  }

  .footer-single-info.p-35 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-single-info.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-single-info.border-l {
    border-top: 1px solid #804BFF;
    border-left: 0;
  }

  .footer-info-icon-wrap {
    height: 40px;
  }

  .footer-info-txt-area {
    width: max-content;
  }

  .footer-card.pr-30 {
    padding-right: 0;
  }

  .footer-card-title {
    font-size: 22px;
  }

  .footer-card-title.pb-27 {
    padding-bottom: 18px;
  }

  .footer-card-title.mb-25 {
    margin-bottom: 20px;
  }

  .footer-card-txt.mt--6 {
    margin-top: -5px;
  }

  .footer-follow-dialogue.mb-23 {
    margin-bottom: 18px;
  }

  .footer-links.mt--17 {
    margin-top: -9px;
  }

  .footer-links.mb--18 {
    margin-bottom: -11px;
  }

  .footer-link {
    line-height: 30px;
  }

  .bottom-footer p {
    text-align: center;
    margin-top: 20px;
  }

  .footer-social-box {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 10px;
  }

  .bottom-footer-social {
    height: 30px;
    font-size: 16px;
  }

  .bottom-footer-social.mr-40 {
    margin-right: 0;
  }

  .footer-social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .footer-social-icon.mr-15 {
    margin-right: 5px;
  }

  /* ====================================================
  About page
  ==================================================== */
  .feature-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }

  .feature-icon.mb-50 {
    margin-bottom: 25px;
  }

  .feature-sub-title.mb-25 {
    margin-bottom: 15px;
  }

  .feature-txt-2.mt--6 {
    margin-top: -10px;
  }

  .counter-img-2.mb-40 {
    margin-bottom: 30px;
  }

  /* ====================================================
  Class Details page
  ==================================================== */
  .class {
    overflow: hidden;
  }

  .class-details-txt-box.pb-120 {
    padding-bottom: 60px;
  }

  .class-details-title {
    font-size: 40px;
  }

  .class-details-teacher-name.mb-11 {
    margin-bottom: 14px;
  }

  .about-class-box {
    flex-direction: column !important;
  }

  .about-class-box.mb-20 {
    margin-bottom: 9px;
  }

  .about-class-box.r-gap-30 {
    row-gap: 0px;
  }

  .about-class.fz-16 {
    font-size: 14px;
  }

  .class-details-info.mb-30 {
    margin-bottom: 25px;
  }

  .class-details-txt.mt--9 {
    margin-top: -7px;
  }

  .class-details-txt.mb-25 {
    margin-bottom: 15px;
  }

  .class-details-video.p-125 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .class-details-video.mb-35 {
    margin-bottom: 25px;
  }

  .class-comment-title.mb-47 {
    margin-bottom: 18px;
  }

  .class-comment {
    flex-direction: column;
    align-items: flex-start;
  }

  .class-comment.ml-100 {
    margin-left: 30px;
  }

  .class-comment-img.mr-30 {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .class-comment-txt {
    width: 100%;
  }

  .class-comment-txt.p-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .class-comment-txt.px-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ====================================================
  Staff Details page
  ==================================================== */
  .staff-details-title {
    font-size: 24px;
  }

  .staff-details-txt {
    line-height: 29px;
  }

  /* ====================================================
  Shop page
  ==================================================== */
  .shop.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-page-top-bar.mb-50 {
    margin-bottom: 30px;
  }

  .shop-control.mr-30 {
    margin-right: 10px;
  }

  .shop-control-txt {
    font-size: 12px;
  }

  .shop-control-txt.mr-10 {
    margin-right: 5px;
  }

  .shop-control-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .shop-control-form {
    height: 25px;
  }

  /* ====================================================
  Shop Details page
  ==================================================== */
  .shop-details-product-title {
    font-size: 38px;
  }

  .shop-details-price {
    font-size: 20px;
  }

  .product-details-bottom-part.p-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-details-bottom-part.px-50 {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* ====================================================
  Cart page
  ==================================================== */
  .cart-table {
    min-width: max-content;
  }

  /* ====================================================
  Blog page
  ==================================================== */
  .blog-slider-btn.btn-next {
    right: 10px;
  }

  .blog-image.p-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-image.px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-image.mb-35 {
    margin-bottom: 30px;
  }

  .blog-image.d-flex {
    flex-direction: column;
  }

  .blog-image.p-35 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-image.px-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-img-txt {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-img-txt.mt--8 {
    margin-top: -11px;
  }

  .blog-img-txt.mb--11 {
    margin-bottom: -8px;
  }

  .blog-page-blog-title.mt--10 {
    margin-top: -3px;
  }

  .blog-page-blog-title.mb-8 {
    margin-bottom: 14px;
  }

  .single-blog-info.mb-21 {
    margin-bottom: 16px;
  }

  .blog-page-blog-title {
    font-size: 28px;
  }

  .single-blog-p.mt--6 {
    margin-top: -10px;
  }

  .single-blog-p.mb-22 {
    margin-bottom: 17px;
  }

  .single-blog-p.mb-27 {
    margin-bottom: 17px;
  }

  .blog-sidebar-box.p-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-sidebar-box.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-search-form.px-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-sidebar-title {
    font-size: 22px;
  }

  .blog-panel-title h3 {
    font-size: 22px;
  }

  .popular-post-img {
    width: 70px;
  }

  .popular-post-img.ml-25 {
    margin-left: 15px;
  }

  /* ====================================================
  Blog Details page
  ==================================================== */
  .blog-quote-icon {
    width: 45px;
  }

  .blog-quote-icon.mr-15 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .blog-quote-txt {
    width: 100%;
  }

  .blog-quote-txt-p {
    font-size: 22px;
  }

  .blog-quote-txt {
    padding-left: 70px;
  }

  .blog-quote-txt .blog-quote-i {
    font-size: 50px;
  }

  .blog-quote-txt-p.mt--6 {
    margin-top: -7px;
  }

  .blog-quote-txt-p.mb-7 {
    margin-bottom: 2px;
  }

  .blog-details-video.mb-35 {
    margin-bottom: 30px;
  }

  .blog-details-video.p-145 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .blog-single-comment {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .blog-single-comment.pr-30 {
    padding-right: 20px;
  }

  .blog-comment-avatar.mr-20 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blog-comment-txt {
    width: 100%;
  }

  .blog-comment-textarea {
    height: 100px;
  }

  /* ====================================================
  Contact page
  ==================================================== */
  .contact-3.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-page-title {
    font-size: 20px;
  }

  .contact-page-title.mt--1 {
    margin-top: -2px;
  }

  .contact-page-title.mb-26 {
    margin-bottom: 27px;
  }

  .contact-textarea {
    height: 120px;
  }

  .contact-info-icon {
    width: 16px;
  }

  .contact-info-icon img {
    width: 70%;
  }

  .map {
    height: 200px;
  }
}

/*medium mobile device*/
@media only screen and (min-width: 480px) and (max-width: 575px) {

  /* ====================================================
  global style
  ==================================================== */
  .popular-post-img.mr-20 {
    margin-right: 15px;
  }

  .class-info.class-details-info.d-flex {
    flex-wrap: wrap;
  }

  .shop-details-lg-img.slick-slide {
    padding: 50px;
  }

  .shop-details-sm-images:hover .shop-slick-prev {
    left: 0px;
  }

  .shop-details-sm-images:hover .shop-slick-next {
    right: 0px;
  }

  .contact-titletext {
    font-size: 30px;
  }

  .contact-col-6 {
    width: 100%;
  }

  .blog-comment-reply {
    font-size: 15px;
  }

  .blog-single-comment.pl-60.pr-40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-single-comment.px-40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-panel-body.px-40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-bottom.px-40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-admin {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-panel-title.px-40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-panel-title h3 {
    font-size: 22px;
  }

  .blog-quote-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .single-blog-txt {
    padding: 50px 25px;
  }

  .blog-page-blog-single-title {
    font-size: 28px;
  }

  .blog-quote-txt .blog-quote-i {
    position: static;
    margin-bottom: 20px;
  }

  .blog-quote-txt {
    padding-left: 0;
  }

  .single-blog:hover .blog-slider-btn {
    left: 35px;
  }

  .single-blog:hover .blog-slider-btn.btn-next {
    right: 35px;
  }

  .blog-page-blog-title {
    font-size: 26px;
  }

  .signup-title {
    font-size: 40px;
  }

  .signup-body-title {
    font-size: 32px;
  }

  .class-details-title {
    font-size: 36px;
  }

  .blog-sidebar-title {
    font-size: 22px;
  }

  .list-wrapper .class-card.class-card-2 .popular-class-txt {
    padding: 40px 30px;
  }

  .error-title {
    font-size: 36px;
  }

  .course__sort {
    margin-top: 15px;
  }

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

  .part-txt.part-text-list {
    padding: 40px 30px;
  }

  .section-title {
    font-size: 36px;
  }

  .counter-part-txt {
    padding: 0;
  }

  .class-card.class-card-2 .part-img {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .class-card.class-card-2 {
    flex-direction: column;
  }

  .class-card.class-card-2 .popular-class-txt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* ======================
  Header section
  ====================== */
  .logo {
    width: 100px;
  }

  .navbar-toggler {
    width: 30px;
    height: 25px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    color: #fff;
    padding: 0;
    font-size: 16px;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0;
  }

  .top-left {
    padding: 5px 0;
  }

  .header-txt {


    padding: 0;
    border: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
  }

  .header-right-txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .bottom-header {
    background: #fff;
    padding: 30px 0;
  }

  .nav-link:after {
    display: none;
  }

  .dropdown-menu {
    display: none;
  }

  .navbar-nav.mb-2 {
    margin-bottom: 0 !important;
  }

  .navbar-nav.p-40 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .nav-item.pr-20,
  .nav-item.px-20,
  .nav-item.pl-20 {
    padding: 0 !important;
  }

  .nav-link {
    height: 35px;
    line-height: 35px;
  }

  /* ======================
  Header section Two(2)
  ====================== */
  .header-2 {
    background: #fff;
  }

  .header-2.pt-35 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* ======================
  Banner section
  ====================== */
  .banner.pt-150 {
    padding-top: 165px;
  }

  .banner-txt.p-180 {
    padding: 80px 0;
  }

  .banner-subtitle {
    font-size: 22px;
  }

  .banner-title {
    font-size: 50px;
  }

  .banner-paragraph {
    font-size: 18px;
  }

  .btn-box {
    gap: 15px;
  }

  /* ======================
  Banner section two (2)
  ====================== */
  .banner-2.pt-90 {
    padding-top: 55px;
  }

  .banner-subtitle-2 {
    font-size: 24px;
  }

  .banner-subtitle-2.mt--9 {
    margin-top: -8px;
  }

  .banner-subtitle-2.mb-7 {
    margin-bottom: 9px;
  }

  .banner-title-2 {
    font-size: 48px;
  }

  .banner-title-2.mb-7 {
    margin-bottom: 9px;
  }

  .banner-paragraph-2.mb-11 {
    margin-bottom: 7px;
  }

  /* ======================
  Banner section for inner pages (2)
  ====================== */
  .banner-txt.p-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .breadcrumb-title {
    font-size: 50px;
  }

  .breadcrumb-title.mt--23 {
    margin-top: -7px;
  }

  .breadcrumb-title.mb-0 {
    margin-bottom: 11px !important;
  }

  /* ======================
  Feature section
  ====================== */
  .feature-part-icon {
    width: 70px;
    height: 70px;
  }

  .feature-txt {
    width: calc(100% - 90px);
  }

  /* ======================
  Feature section Two (2)
  ====================== */
  .feature-title {
    font-size: 75px;
    line-height: 1.2;
  }

  .feature-sub-title-2 {
    font-size: 35px;
  }

  /* ======================
  Cta section
  ====================== */
  .cta-title {
    font-size: 35px;
    line-height: 45px;
  }

  .cta-title.mt--14 {
    margin-top: -9px;
  }

  /* ======================
  About section
  ====================== */
  .about-title {
    font-size: 36px;
  }

  .about-list span.mr-30 {
    margin-right: 15px;
  }

  .btn-box.pt-40 {
    padding-top: 30px;
  }

  /* ======================
  Popular Class section
  ====================== */
  .class-title {
    font-size: 24px;
  }

  .amount {
    font-size: 16px;
  }

  /* ======================
  Popular Class section Two(2)
  ====================== */
  .popular-class-txt.pl-5 {
    padding: 20px;
  }

  /* ======================
  Counter Class section
  ====================== */
  .counter-box.pt-120 {
    padding-top: 70px;
  }

  .counter-img {
    width: 116px;
  }

  .counter-img.mb--60 {
    margin-bottom: -35px;
  }

  .counter-txt {
    font-size: 39px;
  }

  .counter-txt.mb-20 {
    margin-bottom: 10px;
  }

  .counter-box-2 .counter-txt {
    font-size: 52px;
  }

  /* ======================
  Counter section Two(2)
  ====================== */
  .counter-box-2 {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .counter-box-2.p-50p {
    padding-top: 0;
    padding-bottom: 0;
  }

  .counter-box-2.mt-120 {
    margin-top: 0;
  }

  /* ======================
  Staff section
  ====================== */
  .staff-name {
    font-size: 24px;
  }

  .staff-name.mb-0 {
    margin-bottom: 2px !important;
  }

  .kb-staff-card-social-share-1-1 a:not(:last-child) {
    margin-right: 10px;
  }

  /* ======================
  Staff section
  ====================== */
  .app-download-btn {
    max-width: 100px;
  }

  .app-download-btn.mr-75 {
    margin-right: 25px;
  }

  /* ======================
  App Download section Two(2)
  ====================== */
  .app-download-title {
    font-size: 30px;
    line-height: 40px;
  }

  .app-download-title.mt--14 {
    margin-top: -8px;
  }

  .app-download-title.mb-40 {
    margin-bottom: 18px;
  }

  .app-download-txt.mb-60 {
    margin-bottom: 30px;
  }

  /* ======================
  Facility section
  ====================== */
  .facility-title {
    font-size: 24px;
  }

  .facility-img-area {
    min-height: 190px;
    height: 190px;
  }

  /* ======================
  Gallery section
  ====================== */
  .control-panel.mb-30 {
    margin-bottom: 20px;
  }

  .controls {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
  }

  .gallery-filter-btn {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .gallery-filter-btn.ml-20 {
    margin-left: 0;
  }

  .gallery-filter-btn.mr-20 {
    margin-right: 0;
  }

  .gallery-filter-btn.mx-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-filter-btn:after {
    width: 6px;
    height: 6px;
    bottom: 8px;
    border: 0;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
  }

  .gallery-popup {
    width: 58px;
    height: 58px;
    line-height: 50px;
  }

  .gallery-popup.mb-30 {
    margin-bottom: 20px;
  }

  .gallery-title {
    font-size: 24px;
  }

  .gallery-title.mt--3 {
    margin-top: -1px;
  }

  .gallery-title.mb-10 {
    margin-bottom: 12px;
  }

  /* ======================
  Testimonial section
  ====================== */
  .clients {
    margin-bottom: 40px;
  }

  .quote-icon {
    width: 80px;
  }

  .feedback-title {
    font-size: 29px;
  }

  .feedback-txt.mb-41 {
    margin-bottom: 17px;
  }

  .divider.mb-30 {
    margin-bottom: 25px;
  }

  /* ======================
  Blog section
  ====================== */
  .blog-title {
    font-size: 24px;
  }

  /* ======================
  Footer section
  ====================== */
  .footer-single-info {
    justify-content: center;
  }

  .footer-single-info.p-35 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-single-info.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-single-info.border-l {
    border-top: 1px solid #804BFF;
    border-left: 0;
  }

  .footer-info-icon-wrap {
    height: 40px;
  }

  .footer-info-txt-area {
    width: max-content;
  }

  .footer-card-title {
    font-size: 22px;
  }

  .footer-card.pr-30 {
    padding-right: 0;
  }

  .footer-card-title.mb-25 {
    margin-bottom: 20px;
  }

  .footer-card-txt.mt--6 {
    margin-top: -5px;
  }

  .footer-follow-dialogue.mb-23 {
    margin-bottom: 18px;
  }

  .footer-links.mt--17 {
    margin-top: -9px;
  }

  .footer-links.mb--18 {
    margin-bottom: -11px;
  }

  .footer-link {
    line-height: 30px;
  }

  .bottom-footer p {
    text-align: center;
    margin-top: 20px;
  }

  .footer-social-box {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 10px;
  }

  .bottom-footer-social {
    height: 30px;
    font-size: 16px;
  }

  .bottom-footer-social.mr-40 {
    margin-right: 0;
  }

  .footer-social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .footer-social-icon.mr-15 {
    margin-right: 5px;
  }

  /* ====================================================
  About page
  ==================================================== */
  .feature-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }

  .feature-icon.mb-50 {
    margin-bottom: 25px;
  }

  .feature-sub-title.mb-25 {
    margin-bottom: 15px;
  }

  .feature-txt-2.mt--6 {
    margin-top: -10px;
  }

  .about-2.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .counter-inner.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .counter-img-2.mb-40 {
    margin-bottom: 30px;
  }

  /* ====================================================
  Class Details page
  ==================================================== */
  .class {
    overflow: hidden;
  }

  .class-details-txt-box.pb-120 {
    padding-bottom: 60px;
  }

  .class-details-teacher-name.mb-11 {
    margin-bottom: 14px;
  }

  .class-details-teacher-name .fz-16 {
    font-size: 14px;
  }

  .about-class-box {
    flex-direction: column !important;
  }

  .about-class-box.mb-20 {
    margin-bottom: 9px;
  }

  .about-class-box.r-gap-30 {
    row-gap: 0px;
  }

  .about-class.fz-16 {
    font-size: 14px;
  }

  .class-details-info.mb-30 {
    margin-bottom: 25px;
  }

  .class-details-txt.mt--9 {
    margin-top: -7px;
  }

  .class-details-txt.mb-25 {
    margin-bottom: 15px;
  }

  .class-details-video.p-125 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .class-details-video.mb-35 {
    margin-bottom: 25px;
  }

  .video-btn.video-btn-2 {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
  }

  .class-comment-title {
    font-size: 24px;
  }

  .class-comment-title.mb-47 {
    margin-bottom: 18px;
  }

  .class-comment {
    flex-direction: column;
    align-items: flex-start;
  }

  .class-comment.ml-100 {
    margin-left: 30px;
  }

  .class-comment-img.mr-30 {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .class-comment-txt {
    width: 100%;
  }

  .class-comment-txt.p-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .class-comment-txt.px-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .class-comment-username.mb-22 {
    margin-bottom: 12px;
  }

  .class-comment-details.mb-22 {
    margin-bottom: 12px;
  }

  .def-form.mb-30 {
    margin-bottom: 20px;
  }

  .comment-textarea {
    height: 100px;
  }

  .comment-textarea.mb-50 {
    margin-bottom: 20px;
  }

  .sidebar-box.p-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sidebar-box.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-title {
    font-size: 16px;
  }

  .class-thumb.mr-20 {
    margin-right: 15px;
  }

  /* ====================================================
  Staff Details page
  ==================================================== */
  .staff-details-title {
    font-size: 24px;
  }

  /* ====================================================
  Shop page
  ==================================================== */
  .shop.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-page-top-bar.mb-50 {
    margin-bottom: 30px;
  }

  .shop-control.mr-30 {
    margin-right: 10px;
  }

  .shop-control-txt {
    font-size: 12px;
  }

  .shop-control-txt.mr-10 {
    margin-right: 5px;
  }

  .shop-control-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .shop-control-form {
    height: 25px;
  }

  /* ====================================================
  Shop Details page
  ==================================================== */
  .shop-details-product-title {
    font-size: 36px;
  }

  .shop-details-price {
    font-size: 20px;
  }

  .product-details-bottom-part.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-details-bottom-part.px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* ====================================================
  Cart page
  ==================================================== */
  .cart-table {
    min-width: max-content;
  }

  /* ====================================================
  Blog page
  ==================================================== */
  .blog-image.d-flex {
    flex-direction: column;
  }

  .blog-image.p-35 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-image.px-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-blog-txt {
    padding: 50px 35px;
  }

  .popular-post-title {
    font-size: 16px;
  }

  .popular-post-date {
    font-size: 14px;
  }

  .popular-post-img {
    width: 70px;
  }

  .popular-post-img.ml-25 {
    margin-left: 15px;
  }

  /* ====================================================
  Blog Details page
  ==================================================== */
  .blog-quote-icon {
    width: 45px;
  }

  .blog-quote-icon.mr-15 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .blog-quote-txt {
    width: 100%;
  }

  .blog-quote-txt-p {
    font-size: 22px;
  }

  .blog-quote-txt-p.mt--6 {
    margin-top: -7px;
  }

  .blog-quote-txt-p.mb-7 {
    margin-bottom: 2px;
  }

  .blog-details-video.mb-35 {
    margin-bottom: 30px;
  }

  .blog-details-video.p-145 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .blog-nav.px-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-admin.p-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-admin.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-admin.mb-35 {
    margin-bottom: 30px;
  }

  .admin-name {
    font-size: 20px;
  }

  .blog-panel-title.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-single-comment {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .blog-single-comment.p-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-single-comment.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-single-comment.pr-30 {
    padding-right: 20px;
  }

  .blog-comment-panel.mb-35 {
    margin-bottom: 30px;
  }

  .blog-comment-avatar.mr-20 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blog-comment-txt {
    width: 100%;
  }

  .blog-comment-name {
    font-size: 18px;
  }

  .blog-panel-body.p-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-panel-body.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-comment-textarea {
    height: 100px;
  }

  /* ====================================================
  Contact page
  ==================================================== */
  .contact-3.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-page-title {
    font-size: 20px;
  }

  .contact-page-title.mt--1 {
    margin-top: -2px;
  }

  .contact-page-title.mb-26 {
    margin-bottom: 27px;
  }

  .contact-textarea {
    height: 120px;
  }

  .contact-info-icon {
    width: 16px;
  }

  .contact-info-icon img {
    width: 70%;
  }

  .map {
    height: 200px;
  }
}

/*small mobile device*/
@media only screen and (max-width: 479px) {

  /* ====================================================
  global style
  ==================================================== */
  .footer-info-icon-wrap {
    height: 40px;
  }

  .banner-txt .btn-box.sm-padd-btn {
    flex-direction: column;
  }

  .banner-txt .btn-box.sm-padd-btn .def-btn {
    padding: 0 25px;
    max-width: 296px;
  }

  .footer-single-info {
    justify-content: center;
  }

  .popular-post-img.mr-20 {
    margin-right: 15px;
  }

  .class-info.class-details-info.d-flex {
    flex-wrap: wrap;
  }

  .shop-details-sm-images:hover .shop-slick-prev {
    left: 0px;
  }

  .shop-details-sm-images:hover .shop-slick-next {
    right: 0px;
  }

  .contact-info-wrapper ul li {
    font-size: 18px;
  }

  .contact-titletext {
    font-size: 28px;
  }

  .blog-comment-reply {
    font-size: 15px;
  }

  .blog-single-comment.pl-60.pr-40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-single-comment.px-40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-panel-body.px-40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-panel-title.px-40 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-bottom.d-flex {
    padding: 40px 30px;
  }

  .blog-admin {
    padding: 40px 30px;
  }

  .blog-panel-title h3 {
    font-size: 22px;
  }

  .blog-quote-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .single-blog-txt {
    padding: 50px 25px;
  }

  .blog-page-blog-single-title {
    font-size: 28px;
  }

  .blog-quote-txt .blog-quote-i {
    position: static;
    margin-bottom: 20px;
  }

  .blog-quote-txt {
    padding-left: 0;
  }

  .blog-slider-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .single-blog:hover .blog-slider-btn {
    left: 25px;
  }

  .single-blog:hover .blog-slider-btn.btn-next {
    right: 25px;
  }

  .signup-title {
    font-size: 38px;
  }

  .signup-body-title {
    font-size: 29px;
  }

  .gbutton {
    padding: 0 15px;
    font-size: 15px;
    min-width: 246px;
  }

  .gbutton i {
    font-size: 24px;
    margin-right: 22px;
  }

  .gbutton::before {
    width: 55px;
  }

  .sign-buttons .def-btn {
    padding: 0 46px;
  }

  .signup-wrapper-body {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sign-input input {
    padding: 0 35px;
    padding-right: 15px;
  }

  .sign-input i {
    left: 15px;
  }

  .class-comment-actions {
    gap: 10px;
  }

  .contact-col-6 {
    width: 100%;
  }

  .list-wrapper .class-card.class-card-2 .popular-class-txt {
    padding: 40px 30px;
  }

  br {
    display: none;
  }

  .error-title {
    font-size: 29px;
  }

  .course__sort {
    margin-top: 15px;
  }

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

  .basic-pagination ul li:not(:last-child) {
    margin-right: 10px;
  }

  .part-txt.part-text-list {
    padding: 40px 30px;
  }

  .class-card.class-card-2 .part-img {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .counter-part-txt {
    padding: 0 0;
  }

  .class-card.class-card-2 {
    flex-direction: column;
  }

  .class-card.class-card-2 .popular-class-txt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title {
    font-size: 29px;
  }

  .banner-txt .btn-box .def-btn {
    padding: 0 18px;
  }

  .vertical-border {
    display: none;
  }

  .facility-icon-minus-top {
    margin-top: 0px;
  }

  /* ======================
  Header section
  ====================== */
  .logo {
    width: 100px;
  }

  .navbar-toggler {
    width: 30px;
    height: 25px;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
    color: #fff;
    padding: 0;
    font-size: 16px;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0;
  }

  .top-left {
    padding: 5px 0;
  }

  .header-txt {


    padding: 0;
    border: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
  }

  .header-right-txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .bottom-header {
    background: #fff;
    padding: 30px 0;
  }

  .nav-link:after {
    display: none;
  }

  .dropdown-menu {
    display: none;
  }

  .navbar-nav.mb-2 {
    margin-bottom: 0 !important;
  }

  .navbar-nav.p-40 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .nav-item.pr-20,
  .nav-item.px-20,
  .nav-item.pl-20 {
    padding: 0 !important;
  }

  .nav-link {
    height: 35px;
    line-height: 35px;
  }

  /* ======================
  Header section Two(2)
  ====================== */
  .header-2 {
    background: #fff;
  }

  .header-2.pt-35 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* ======================
  Banner section
  ====================== */
  .banner.pt-150 {
    padding-top: 165px;
  }

  .banner-txt.p-180 {
    padding: 80px 0;
  }

  .banner-subtitle {
    font-size: 20px;
  }

  .banner-title {
    font-size: 45px;
  }

  .banner-paragraph {
    font-size: 18px;
  }

  .btn-box {
    gap: 15px;
  }

  /* ======================
  Banner section two (2)
  ====================== */
  .banner-2.pt-90 {
    padding-top: 55px;
  }

  .banner-subtitle-2 {
    font-size: 20px;
  }

  .banner-subtitle-2.mt--9 {
    margin-top: -8px;
  }

  .banner-subtitle-2.mb-7 {
    margin-bottom: 9px;
  }

  .banner-title-2 {
    font-size: 40px;
  }

  .banner-title-2.mb-7 {
    margin-bottom: 9px;
  }

  .banner-paragraph-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-paragraph-2.mb-11 {
    margin-bottom: 7px;
  }

  /* ======================
  Banner section for inner pages (2)
  ====================== */
  .banner-txt.p-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .breadcrumb-title {
    font-size: 40px;
  }

  .breadcrumb-title.mt--23 {
    margin-top: -7px;
  }

  .breadcrumb-title.mb-0 {
    margin-bottom: 11px !important;
  }

  /* ======================
  Feature section
  ====================== */
  .r-gap-70 {
    row-gap: 24px;
  }

  .feature-part-icon {
    width: 70px;
    height: 70px;
  }

  .feature-txt {
    width: calc(100% - 90px);
  }

  .feature-sub-title {
    font-size: 22px;
  }

  .divider.m-30 {
    margin: 15px 0;
  }

  .feature-part-icon.mr-30 {
    margin-right: 20px;
  }

  br {
    display: none;
  }

  /* ======================
  Feature section Two (2)
  ====================== */
  .feature-title {
    font-size: 60px;
    line-height: 1.2;
  }

  .feature-title.mt--16 {
    margin-top: -6px;
  }

  .feature-title.mb-14 {
    margin-bottom: 20px;
  }

  .feature-sub-title-2 {
    font-size: 35px;
  }

  .feature-txt-area.mb-70 {
    margin-bottom: 30px;
  }

  .feature-box.mb-70 {
    margin-bottom: 25px;
  }

  .feature-txt p.mb--8 {
    margin-bottom: -7px;
  }

  /* ======================
  Cta section
  ====================== */
  .cta-title {
    font-size: 27px;
    line-height: 45px;
  }

  .cta-title.mt--14 {
    margin-top: -9px;
  }

  /* ======================
  About section
  ====================== */
  .about-title {
    font-size: 29px;
  }

  .about-list span.mr-30 {
    margin-right: 15px;
  }

  /* ======================
  Popular Class section
  ====================== */
  .class-title {
    font-size: 22px;
  }

  .class-time {
    font-size: 14px;
  }

  .amount {
    font-size: 16px;
  }

  /* ======================
  Popular Class section Two(2)
  ====================== */
  .popular-class-txt.pl-5 {
    padding: 20px;
  }

  /* ======================
  Counter section
  ====================== */
  .counter-box.pt-120 {
    padding-top: 70px;
  }

  .counter-img {
    width: 116px;
  }

  .counter-img.mb--60 {
    margin-bottom: -35px;
  }

  .counter-txt {
    font-size: 39px;
  }

  .counter-txt.mb-20 {
    margin-bottom: 10px;
  }

  /* ======================
  Counter section Two(2)
  ====================== */
  .counter-box-2 {
    width: 290px;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .counter-box-2.p-50p {
    padding-top: 0;
    padding-bottom: 0;
  }

  .counter-box-2.mt-120 {
    margin-top: 0;
  }

  /* ======================
  Staff section
  ====================== */
  .staff-name {
    font-size: 22px;
  }

  .staff-name.mb-0 {
    margin-bottom: 2px !important;
  }

  /* ======================
  App Download section
  ====================== */
  .app-download-btn {
    max-width: 110px;
  }

  .app-download-btn.mr-75 {
    margin-right: 25px;
  }

  /* ======================
  App Download section Two(2)
  ====================== */
  .app-download-title {
    font-size: 30px;
    line-height: 40px;
  }

  .app-download-title.mt--14 {
    margin-top: -8px;
  }

  .app-download-title.mb-40 {
    margin-bottom: 18px;
  }

  .app-download-txt.mb-60 {
    margin-bottom: 30px;
  }

  /* ======================
  Facility section
  ====================== */
  .facility-card-txt.px-50 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .facility-icon {
    width: 50px;
    height: 50px;
  }

  .facility-icon img {
    width: 60%;
  }

  .facility-icon.mb-30 {
    margin-bottom: 25px;
  }

  .facility-title {
    font-size: 22px;
  }

  /* ======================
  Gallery section
  ====================== */
  .control-panel.mb-30 {
    margin-bottom: 20px;
  }

  .controls {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
  }

  .gallery-filter-btn {
    font-size: 16px;
  }

  .gallery-filter-btn.pb-17 {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .gallery-filter-btn.ml-20 {
    margin-left: 0;
  }

  .gallery-filter-btn.mr-20 {
    margin-right: 0;
  }

  .gallery-filter-btn.mx-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-filter-btn:after {
    width: 6px;
    height: 6px;
    bottom: 8px;
    border: 0;
    background: linear-gradient(145deg, #8ecf35, #23cc88);
  }

  .gallery-title {
    font-size: 20px;
  }

  .gallery-title.mt--3 {
    margin-top: -1px;
  }

  .gallery-title.mb-10 {
    margin-bottom: 12px;
  }

  .gallery-sub-title.mb--2 {
    margin-bottom: -3px;
  }

  /* ======================
  Testimonial section
  ====================== */
  .clients {
    margin-bottom: 40px;
  }

  .quote-icon {
    width: 70px;
  }

  .quote-icon.mb-30 {
    margin-bottom: 25px;
  }

  .feedback-title {
    font-size: 27px;
    line-height: 35px;
  }

  .feedback-txt {
    font-size: 16px;
  }

  .divider.mb-30 {
    margin-bottom: 25px;
  }

  /* ======================
  Blog section
  ====================== */
  .blog-title {
    font-size: 22px;
  }

  /* ======================
  Footer section
  ====================== */
  .footer-single-info {
    justify-content: center;
  }

  .footer-single-info.p-35 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-single-info.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-single-info.border-l {
    border-top: 1px solid #804BFF;
    border-left: 0;
  }

  .footer-info-title {
    font-size: 16px;
  }

  .footer-info-txt {
    font-size: 18px;
  }

  .footer-card.pr-30 {
    padding-right: 0;
  }

  .footer-card-title {
    font-size: 22px;
  }

  .footer-card-title.pb-27 {
    padding-bottom: 18px;
  }

  .footer-card-title.mb-25 {
    margin-bottom: 20px;
  }

  .footer-card-txt.mt--6 {
    margin-top: -5px;
  }

  .footer-follow-dialogue.mb-23 {
    margin-bottom: 18px;
  }

  .footer-links.mt--17 {
    margin-top: -9px;
  }

  .footer-links.mb--18 {
    margin-bottom: -11px;
  }

  .footer-link {
    line-height: 30px;
  }

  .bottom-footer p {
    text-align: center;
    margin-top: 20px;
  }

  .footer-social-box {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 10px;
  }

  .bottom-footer-social {
    height: 30px;
    font-size: 16px;
  }

  .bottom-footer-social.mr-40 {
    margin-right: 0;
  }

  .footer-social-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .footer-social-icon.mr-15 {
    margin-right: 5px;
  }

  /* ====================================================
  About page
  ==================================================== */
  .feature-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }

  .feature-icon.mb-50 {
    margin-bottom: 25px;
  }

  .feature-sub-title.mb-25 {
    margin-bottom: 15px;
  }

  .feature-txt-2.mt--6 {
    margin-top: -10px;
  }

  .counter-img-2.mb-40 {
    margin-bottom: 30px;
  }

  /* ====================================================
  Class Details page
  ==================================================== */
  .class {
    overflow: hidden;
  }

  .class-details-txt-box.pb-120 {
    padding-bottom: 60px;
  }

  .class-details-title {
    font-size: 29px;
  }

  .class-details-teacher-name,
  .about-class {
    font-size: 16px;
  }

  .class-details-teacher-name.mb-11 {
    margin-bottom: 14px;
  }

  .class-details-teacher-name .fz-16 {
    font-size: 14px;
  }

  .about-class-box {
    flex-direction: column !important;
  }

  .about-class-box.mb-20 {
    margin-bottom: 9px;
  }

  .about-class-box.r-gap-30 {
    row-gap: 0px;
  }

  .about-class.fz-16 {
    font-size: 14px;
  }

  .class-details-info.mb-30 {
    margin-bottom: 25px;
  }

  .class-details-txt.mt--9 {
    margin-top: -7px;
  }

  .class-details-txt.mb-25 {
    margin-bottom: 15px;
  }

  .class-details-video.p-125 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .class-details-video.mb-35 {
    margin-bottom: 25px;
  }

  .video-btn.video-btn-2 {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
  }

  .class-comment-title {
    font-size: 22px;
  }

  .class-comment-title.mb-47 {
    margin-bottom: 18px;
  }

  .class-comment-title.mb-21 {
    margin-bottom: 13px;
  }

  .class-comment {
    flex-direction: column;
    align-items: flex-start;
  }

  .class-comment.ml-100 {
    margin-left: 15px;
  }

  .class-comment-img.mr-30 {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .class-comment-txt {
    width: 100%;
  }

  .class-comment-txt.p-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .class-comment-txt.px-60 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .class-comment-username.mb-22 {
    margin-bottom: 12px;
  }

  .class-comment-details.mb-22 {
    margin-bottom: 12px;
  }

  .def-form.mb-30 {
    margin-bottom: 20px;
  }

  .comment-textarea {
    height: 100px;
  }

  .comment-textarea.mb-50 {
    margin-bottom: 20px;
  }

  .def-sidebar {
    max-width: 320px;
    margin: auto;
  }

  .sidebar-box.p-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sidebar-box.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-title {
    font-size: 16px;
  }

  .sidebar-title.mb-30 {
    margin-bottom: 20px;
  }

  .class-thumb.mr-20 {
    margin-right: 15px;
  }

  .sidebar-class-txt {
    width: calc(100% - 70px);
  }

  /* ====================================================
  Staff Details page
  ==================================================== */
  .staff-details-title {
    font-size: 24px;
  }

  /* ====================================================
  Shop page
  ==================================================== */
  .shop.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-page-top-bar.mb-50 {
    margin-bottom: 30px;
  }

  .shop-control.mr-30 {
    margin-right: 10px;
  }

  .shop-control-txt {
    font-size: 12px;
  }

  .shop-control-txt.mr-10 {
    margin-right: 5px;
  }

  .shop-control-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .shop-control-form {
    height: 25px;
  }

  .popular-post-title {
    font-size: 16px;
  }

  /* ====================================================
  Shop Details page
  ==================================================== */
  .shop-details-product-title {
    font-size: 29px;
  }

  .shop-details-price {
    font-size: 20px;
  }

  .product-details-bottom-part.px-50 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-details-bottom-part.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .shop-details-cart-buttons.d-flex {
    flex-direction: column;
    align-items: start;
  }

  .class-comment {
    padding: 40px 25px;
  }

  .availability {
    font-size: 20px;
  }

  .shop-details-price-box.d-flex.gap-55 {
    flex-direction: column;
    align-items: start !important;
    gap: 15px;
  }

  .shop-details-lg-img.slick-slide {
    padding: 40px;
  }

  /* ====================================================
  Checkout page
  ==================================================== */
  .panel-heading.px-40 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .kitba-checkout-form-main-space {
    padding: 40px 25px;
  }

  .your-order h3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .your-order-table {
    padding: 0 25px;
    overflow-x: auto;
  }

  .table-responsive {
    overflow-x: auto;
    min-width: 470px;
  }

  .payment-method {
    padding: 0 25px;
  }

  /* ====================================================
  Cart page
  ==================================================== */
  .cart-table {
    min-width: max-content;
  }

  .panel-heading-txt {
    font-size: 20px;
  }

  /* ====================================================
  Blog page
  ==================================================== */
  .blog-image.d-flex {
    flex-direction: column;
  }

  .single-blog-txt.px-45 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-page-blog-title {
    font-size: 24px;
  }

  .blog-sidebar-title {
    font-size: 22px;
  }

  .sidebar-class-title {
    font-size: 16px;
  }

  .sidebar-sub-txt {
    font-size: 14px;
  }

  .popular-post-date {
    font-size: 14px;
  }

  .popular-post-img {
    width: 70px;
  }

  .popular-post-img.ml-25 {
    margin-left: 15px;
  }

  /* ====================================================
  Blog Details page
  ==================================================== */
  .blog-quote-icon {
    width: 45px;
  }

  .blog-quote-icon.mr-15 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .blog-quote-txt {
    width: 100%;
  }

  .blog-quote-txt-p {
    font-size: 20px;
  }

  .blog-quote-txt-p.mt--6 {
    margin-top: -7px;
  }

  .blog-quote-txt-p.mb-7 {
    margin-bottom: 2px;
  }

  .blog-details-video.mb-35 {
    margin-bottom: 30px;
  }

  .blog-details-video.p-145 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .blog-nav.pb-35 {
    padding-bottom: 30px;
  }

  .blog-nav.px-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-nav-title.mb-9 {
    margin-bottom: 11px;
  }

  .blog-admin.p-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-admin.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-admin.mb-35 {
    margin-bottom: 30px;
  }

  .admin-name {
    font-size: 20px;
  }

  .blog-panel-title.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-single-comment {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .blog-single-comment.p-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-single-comment.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-single-comment.pl-60 {
    padding-left: 35px;
  }

  .blog-single-comment.pr-30 {
    padding-right: 20px;
  }

  .blog-comment-panel.mb-35 {
    margin-bottom: 30px;
  }

  .blog-comment-avatar.mr-20 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blog-comment-txt {
    width: 100%;
  }

  .blog-comment-name {
    font-size: 18px;
  }

  .blog-panel-body.p-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-panel-body.px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-comment-textarea {
    height: 100px;
  }

  .blog-comment-txt .d-flex {
    flex-direction: column;
    align-items: start !important;
  }

  /* ====================================================
  Contact page
  ==================================================== */
  .contact-3.p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-page-title {
    font-size: 20px;
  }

  .contact-page-title.mt--1 {
    margin-top: -2px;
  }

  .contact-page-title.mb-26 {
    margin-bottom: 27px;
  }

  .contact-textarea {
    height: 120px;
  }

  .contact-info-icon {
    width: 16px;
  }

  .contact-info-icon img {
    width: 70%;
  }

  .map {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .counter-sub-txt.mb-0 br {
    display: inherit;
  }

  .shop-details-txt.pl-50 {
    padding-left: 0;
  }

  .course__tab-inner {
    padding: 30px 25px;
  }

  .single-content-wrapper.ml-30 {
    margin-left: 0;
  }

  .blog-details-bottom .btn-box-2.mr-25 {
    margin-right: 0;
  }

  .blog-content-wrapper.mr-30 {
    margin-right: 0;
  }

  .part-txt.pl-70 {
    padding-left: 0;
  }

  .uptomd-padding-20 {
    padding-top: 20px;
  }

  .uptomd-padding-30 {
    padding-top: 30px;
  }

  .uptomd-padding-50 {
    padding-top: 50px;
  }

  .part-img.pl-30 {
    padding-left: 0;
  }

  .single-content-wrapper.ml-20 {
    margin-left: 0;
  }

  .top-right {
    margin-top: 10px;
  }

  .LionsInternationalSchool-features-wrapper.pl-60 {
    padding-left: 0;
  }

  .contact-info.kitba-contact {
    margin-bottom: 20px;
  }

  br {
    display: none;
  }

  .staff-card.mb-30 {
    margin-bottom: 30px;
  }

  .spacetopbottomxs {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pl-30.contact-wrapp {
    padding-left: 0;
  }

  .single-content-wrapper.mr-20 {
    margin-right: 0;
  }

  .about {
    background-position: top right;
  }

  .feature-img.ml-30 {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
/*!
Theme Name: LionsInternationalSchool
Theme URI: https://LionsInternationalSchool.codebasket.net
Author: codebasket
Author URI: https://themeforest.net/user/codebasket
Description: LionsInternationalSchool - Kindergarten WordPress Theme
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: LionsInternationalSchool
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #717171;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #00394f;
}

p {
  margin-bottom: 15px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}


big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 0 0 1rem;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 5px;
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 5px;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*! elementor - v3.13.3 - 28-05-2023 */
.dialog-widget-content {
  background-color: var(--e-a-bg-default);
  position: absolute;
  border-radius: 3px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
  overflow: hidden
}

.dialog-message {
  line-height: 1.5;
  box-sizing: border-box
}

.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-top: 15px;
  right: 15px;
  color: var(--e-a-color-txt);
  font-size: 15px;
  line-height: 1;
  transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
  color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
  overflow: hidden;
  max-height: 100vh
}

.dialog-type-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.flatpickr-calendar {
  width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
  font-weight: 300
}

.flatpickr-calendar .dayContainer {
  width: 280px;
  min-width: 280px;
  max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
  width: 280px
}

.flatpickr-calendar .flatpickr-day {
  max-width: 37px;
  height: 37px;
  line-height: 37px
}

.elementor-hidden {
  display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0
}

.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  display: inline-block;
  padding: .75em;
  border-radius: 50%;
  line-height: 1
}

.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
  padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
  padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
  padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
  padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
  padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
  padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
  position: relative;
  height: 0
}

.elementor-fit-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #000
}

.elementor-fit-aspect-ratio video {
  width: 100%
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box
}

.elementor a {
  box-shadow: none;
  text-decoration: none
}

.elementor hr {
  margin: 0;
  background-color: transparent
}

.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr
}

.elementor .elementor-background-video-container {
  transition: opacity 1s;
  pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0
}

.elementor .elementor-background-video-embed {
  max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
  max-width: none
}

.elementor .elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute
}

.elementor .elementor-background-slideshow {
  z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
  position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
  position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%
}

@media (max-width:1024px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%
  }
}

@media (max-width:767px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%
  }
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap)
}

.elementor-invisible {
  visibility: hidden
}

.elementor-align-center {
  text-align: center
}

.elementor-align-center .elementor-button {
  width: auto
}

.elementor-align-right {
  text-align: right
}

.elementor-align-right .elementor-button {
  width: auto
}

.elementor-align-left {
  text-align: left
}

.elementor-align-left .elementor-button {
  width: auto
}

.elementor-align-justify .elementor-button {
  width: 100%
}

.elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: .8;
  transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite
}

.elementor-tag {
  display: inline-flex
}

.elementor-ken-burns {
  transition-property: transform;
  transition-duration: 10s;
  transition-timing-function: linear
}

.elementor-ken-burns--out {
  transform: scale(1.3)
}

.elementor-ken-burns--active {
  transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3)
}

@media (min-width:-1) {
  .elementor-widescreen-align-center {
    text-align: center
  }

  .elementor-widescreen-align-center .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-right {
    text-align: right
  }

  .elementor-widescreen-align-right .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-left {
    text-align: left
  }

  .elementor-widescreen-align-left .elementor-button {
    width: auto
  }

  .elementor-widescreen-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-laptop-align-center {
    text-align: center
  }

  .elementor-laptop-align-center .elementor-button {
    width: auto
  }

  .elementor-laptop-align-right {
    text-align: right
  }

  .elementor-laptop-align-right .elementor-button {
    width: auto
  }

  .elementor-laptop-align-left {
    text-align: left
  }

  .elementor-laptop-align-left .elementor-button {
    width: auto
  }

  .elementor-laptop-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-tablet_extra-align-center {
    text-align: center
  }

  .elementor-tablet_extra-align-center .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-right {
    text-align: right
  }

  .elementor-tablet_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-left {
    text-align: left
  }

  .elementor-tablet_extra-align-left .elementor-button {
    width: auto
  }

  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:1024px) {
  .elementor-tablet-align-center {
    text-align: center
  }

  .elementor-tablet-align-center .elementor-button {
    width: auto
  }

  .elementor-tablet-align-right {
    text-align: right
  }

  .elementor-tablet-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet-align-left {
    text-align: left
  }

  .elementor-tablet-align-left .elementor-button {
    width: auto
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:-1) {
  .elementor-mobile_extra-align-center {
    text-align: center
  }

  .elementor-mobile_extra-align-center .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-right {
    text-align: right
  }

  .elementor-mobile_extra-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-left {
    text-align: left
  }

  .elementor-mobile_extra-align-left .elementor-button {
    width: auto
  }

  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-mobile-align-center {
    text-align: center
  }

  .elementor-mobile-align-center .elementor-button {
    width: auto
  }

  .elementor-mobile-align-right {
    text-align: right
  }

  .elementor-mobile-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile-align-left {
    text-align: left
  }

  .elementor-mobile-align-left .elementor-button {
    width: auto
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%
  }
}

:root {
  --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display)
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite
}

.elementor-section {
  position: relative
}

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

@media (max-width:1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
  align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
  align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
  align-items: flex-end
}

@media (min-width:768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh
  }

  .elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%
  }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
  align-items: flex-end
}

.elementor-row {
  width: 100%;
  display: flex
}

@media (max-width:1024px) {
  .elementor-row {
    flex-wrap: wrap
  }
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex
}

.elementor-widget-wrap>.elementor-element {
  width: 100%
}

.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
  position: relative
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex
}

.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
  padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
  padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
  padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
  padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0
}

@media (min-width:768px) {

  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%
  }

  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%
  }

  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%
  }

  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%
  }

  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%
  }

  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%
  }

  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%
  }

  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%
  }

  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%
  }

  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%
  }

  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%
  }

  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%
  }

  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%
  }

  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%
  }
}

@media (max-width:479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%
  }

  .elementor-column.elementor-xs-11 {
    width: 11.111%
  }

  .elementor-column.elementor-xs-12 {
    width: 12.5%
  }

  .elementor-column.elementor-xs-14 {
    width: 14.285%
  }

  .elementor-column.elementor-xs-16 {
    width: 16.666%
  }

  .elementor-column.elementor-xs-20 {
    width: 20%
  }

  .elementor-column.elementor-xs-25 {
    width: 25%
  }

  .elementor-column.elementor-xs-30 {
    width: 30%
  }

  .elementor-column.elementor-xs-33 {
    width: 33.333%
  }

  .elementor-column.elementor-xs-40 {
    width: 40%
  }

  .elementor-column.elementor-xs-50 {
    width: 50%
  }

  .elementor-column.elementor-xs-60 {
    width: 60%
  }

  .elementor-column.elementor-xs-66 {
    width: 66.666%
  }

  .elementor-column.elementor-xs-70 {
    width: 70%
  }

  .elementor-column.elementor-xs-75 {
    width: 75%
  }

  .elementor-column.elementor-xs-80 {
    width: 80%
  }

  .elementor-column.elementor-xs-83 {
    width: 83.333%
  }

  .elementor-column.elementor-xs-90 {
    width: 90%
  }

  .elementor-column.elementor-xs-100 {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%
  }

  .elementor-column.elementor-sm-11 {
    width: 11.111%
  }

  .elementor-column.elementor-sm-12 {
    width: 12.5%
  }

  .elementor-column.elementor-sm-14 {
    width: 14.285%
  }

  .elementor-column.elementor-sm-16 {
    width: 16.666%
  }

  .elementor-column.elementor-sm-20 {
    width: 20%
  }

  .elementor-column.elementor-sm-25 {
    width: 25%
  }

  .elementor-column.elementor-sm-30 {
    width: 30%
  }

  .elementor-column.elementor-sm-33 {
    width: 33.333%
  }

  .elementor-column.elementor-sm-40 {
    width: 40%
  }

  .elementor-column.elementor-sm-50 {
    width: 50%
  }

  .elementor-column.elementor-sm-60 {
    width: 60%
  }

  .elementor-column.elementor-sm-66 {
    width: 66.666%
  }

  .elementor-column.elementor-sm-70 {
    width: 70%
  }

  .elementor-column.elementor-sm-75 {
    width: 75%
  }

  .elementor-column.elementor-sm-80 {
    width: 80%
  }

  .elementor-column.elementor-sm-83 {
    width: 83.333%
  }

  .elementor-column.elementor-sm-90 {
    width: 90%
  }

  .elementor-column.elementor-sm-100 {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%
  }

  .elementor-column.elementor-md-11 {
    width: 11.111%
  }

  .elementor-column.elementor-md-12 {
    width: 12.5%
  }

  .elementor-column.elementor-md-14 {
    width: 14.285%
  }

  .elementor-column.elementor-md-16 {
    width: 16.666%
  }

  .elementor-column.elementor-md-20 {
    width: 20%
  }

  .elementor-column.elementor-md-25 {
    width: 25%
  }

  .elementor-column.elementor-md-30 {
    width: 30%
  }

  .elementor-column.elementor-md-33 {
    width: 33.333%
  }

  .elementor-column.elementor-md-40 {
    width: 40%
  }

  .elementor-column.elementor-md-50 {
    width: 50%
  }

  .elementor-column.elementor-md-60 {
    width: 60%
  }

  .elementor-column.elementor-md-66 {
    width: 66.666%
  }

  .elementor-column.elementor-md-70 {
    width: 70%
  }

  .elementor-column.elementor-md-75 {
    width: 75%
  }

  .elementor-column.elementor-md-80 {
    width: 80%
  }

  .elementor-column.elementor-md-83 {
    width: 83.333%
  }

  .elementor-column.elementor-md-90 {
    width: 90%
  }

  .elementor-column.elementor-md-100 {
    width: 100%
  }
}

@media (min-width:-1) {
  .elementor-reverse-widescreen>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:1025px) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:-1) and (max-width:-1) {
  .elementor-reverse-laptop>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:1025px) and (max-width:-1) {

  .elementor-reverse-laptop>.elementor-container>:first-child,
  .elementor-reverse-laptop>.elementor-container>:nth-child(2),
  .elementor-reverse-laptop>.elementor-container>:nth-child(3),
  .elementor-reverse-laptop>.elementor-container>:nth-child(4),
  .elementor-reverse-laptop>.elementor-container>:nth-child(5),
  .elementor-reverse-laptop>.elementor-container>:nth-child(6),
  .elementor-reverse-laptop>.elementor-container>:nth-child(7),
  .elementor-reverse-laptop>.elementor-container>:nth-child(8),
  .elementor-reverse-laptop>.elementor-container>:nth-child(9),
  .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
    order: 0
  }

  .elementor-reverse-tablet_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:-1) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (min-width:768px) and (max-width:-1) {

  .elementor-reverse-tablet>.elementor-container>:first-child,
  .elementor-reverse-tablet>.elementor-container>:nth-child(2),
  .elementor-reverse-tablet>.elementor-container>:nth-child(3),
  .elementor-reverse-tablet>.elementor-container>:nth-child(4),
  .elementor-reverse-tablet>.elementor-container>:nth-child(5),
  .elementor-reverse-tablet>.elementor-container>:nth-child(6),
  .elementor-reverse-tablet>.elementor-container>:nth-child(7),
  .elementor-reverse-tablet>.elementor-container>:nth-child(8),
  .elementor-reverse-tablet>.elementor-container>:nth-child(9),
  .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
    order: 0
  }

  .elementor-reverse-mobile_extra>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
    order: 1
  }
}

@media (max-width:767px) {
  .elementor-reverse-mobile>.elementor-container>:first-child {
    order: 10
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
    order: 9
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
    order: 8
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
    order: 7
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
    order: 6
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
    order: 5
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
    order: 4
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
    order: 3
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
    order: 2
  }

  .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
    order: 1
  }

  .elementor-column {
    width: 100%
  }
}

ul.elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
  min-width: 0
}

.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word
}

.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:-1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (max-width:767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
  }

  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
  }

  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
  }

  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
  }

  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
  }

  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
  }

  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
  }

  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
  }

  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
  }

  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
  }

  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
  }
}

@media (min-width:1025px) {
  #elementor-device-mode:after {
    content: "desktop"
  }
}

@media (min-width:-1) {
  #elementor-device-mode:after {
    content: "widescreen"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra"
  }
}

@media (max-width:1024px) {
  #elementor-device-mode:after {
    content: "tablet"
  }
}

@media (max-width:-1) {
  #elementor-device-mode:after {
    content: "mobile_extra"
  }
}

@media (max-width:767px) {
  #elementor-device-mode:after {
    content: "mobile"
  }
}

.e-con {
  --border-radius: 0;
  --border-width-top: 0px;
  --border-width-right: 0px;
  --border-width-bottom: 0px;
  --border-width-left: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: Min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0;
  --margin-right: 0;
  --margin-bottom: 0;
  --margin-left: 0;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  position: var(--position);
  width: var(--width);
  min-width: 0;
  min-height: var(--min-height);
  height: var(--height);
  border-radius: var(--border-radius);
  margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
  z-index: var(--z-index);
  overflow: var(--overflow);
  transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
  text-align: var(--text-align);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
  flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
  display: var(--display)
}

.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  align-content: var(--grid-align-content);
  grid-auto-flow: var(--grid-auto-flow)
}

.e-con-boxed.e-flex {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal
}

.e-con-boxed.e-grid {
  justify-items: legacy;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr
}

.e-con-boxed {
  text-align: initial;
  gap: initial
}

.e-con.e-flex>.e-con-inner {
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto
}

.e-con.e-grid>.e-con-inner {
  justify-items: var(--justify-items);
  align-items: var(--align-items)
}

.e-con>.e-con-inner {
  gap: var(--gap);
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding-inline: 0;
  height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
  --margin-right: auto;
  --margin-left: auto;
  max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
  margin-bottom: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  transition: var(--overlay-transition, .3s);
  border-radius: var(--border-radius);
  border-top: var(--border-width-top) var(--border-style) var(--border-color);
  border-right: var(--border-width-right) var(--border-style) var(--border-color);
  border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
  border-left: var(--border-width-left) var(--border-style) var(--border-color);
  top: calc(0px - var(--border-width-top));
  left: calc(0px - var(--border-width-left));
  width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
  height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

.e-con:before {
  transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
  border-radius: var(--border-radius);
  border-top: var(--border-width-top) var(--border-style) var(--border-color);
  border-right: var(--border-width-right) var(--border-style) var(--border-color);
  border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
  border-left: var(--border-width-left) var(--border-style) var(--border-color);
  top: calc(0px - var(--border-width-top));
  left: calc(0px - var(--border-width-left));
  width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
  height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

@media (max-width:767px) {
  :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
    display: none
  }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
  z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
  z-index: 2
}

.e-con .elementor-widget {
  min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
  height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
  max-width: 100%
}

@media (max-width:767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: wrap
  }
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
  flex-basis: 100%;
  max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
  flex-grow: 1
}

.elementor-field-group {
  flex-wrap: wrap;
  align-items: center
}

.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #69727d;
  background-color: transparent;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  flex-basis: 100%;
  padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: ""
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
  display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline
}

.elementor-field-label {
  cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
  content: "*";
  color: red;
  padding-left: .2em
}

.elementor-field-textual {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
  border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  flex-basis: auto
}

@media screen and (max-width:1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

@media screen and (max-width:767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
  }

  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    justify-content: center
  }

  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
  }

  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
  }

  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
  .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
  }
}

.elementor-error .elementor-field {
  border-color: #d9534f
}

.elementor-error .help-inline {
  color: #d9534f;
  font-size: .9em
}

.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1
}

.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px
}

.elementor-message.elementor-message-danger {
  color: #d9534f
}

.elementor-message.elementor-message-danger:before {
  content: "\e87f"
}

.elementor-message.form-message-success {
  color: #5cb85c
}

.elementor-form .elementor-button {
  padding-top: 0;
  padding-bottom: 0;
  border: none
}

.elementor-form .elementor-button>span {
  display: flex;
  justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px
}

.elementor-element .elementor-widget-container {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #69727d;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff
}

.elementor-button-content-wrapper {
  display: flex;
  justify-content: center
}

.elementor-button-icon {
  flex-grow: 0;
  order: 5
}

.elementor-button-icon svg {
  width: 1em;
  height: auto
}

.elementor-button-icon .e-font-icon-svg {
  height: 1em
}

.elementor-button-text {
  flex-grow: 1;
  order: 10;
  display: inline-block
}

.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px
}

.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px
}

.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px
}

.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
  order: 15
}

.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  order: 5
}

.elementor-button span {
  text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f
}

.elementor-tab-title a {
  color: inherit
}

.elementor-view-stacked .elementor-icon {
  padding: .5em;
  background-color: #69727d;
  color: #fff;
  fill: #fff
}

.elementor-view-framed .elementor-icon {
  padding: .5em;
  color: #69727d;
  border: 3px solid #69727d;
  background-color: transparent
}

.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  color: #69727d;
  font-size: 50px;
  text-align: center
}

.elementor-icon:hover {
  color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.elementor-icon i.fad {
  width: auto
}

.elementor-shape-circle .elementor-icon {
  border-radius: 50%
}

.e-transform .elementor-widget-container {
  transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,
.elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
  line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
  display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, .9);
  top: 50%;
  transform: translateY(-50%)
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg {
  fill: hsla(0, 0%, 93.3%, .9);
  height: 1em;
  width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
  left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
  right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled {
  opacity: .3
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction {
  bottom: 5px
}

.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button {
  transform: translate3d(0, -50%, 1px)
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
  padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button {
  top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
  position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
  position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
  width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
  left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
  right: 0
}

.elementor-lightbox {
  --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
  --lightbox-ui-color-hover: #fff;
  --lightbox-text-color: var(--lightbox-ui-color);
  --lightbox-header-icons-size: 20px;
  --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
  text-align: center
}

.elementor-lightbox .dialog-header {
  display: none
}

.elementor-lightbox .dialog-widget-content {
  background: none;
  box-shadow: none;
  width: 100%;
  height: 100%
}

.elementor-lightbox .dialog-message {
  animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
  height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
  padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
  cursor: pointer;
  position: absolute;
  font-size: var(--lightbox-header-icons-size);
  right: .75em;
  margin-top: 13px;
  padding: .25em;
  z-index: 2;
  line-height: 1;
  display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
  height: 1em;
  width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  color: var(--lightbox-ui-color);
  transition: all .3s;
  opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
  fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
  color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
  fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
  height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 70px;
  box-sizing: border-box;
  height: 100%;
  margin: auto
}

@media (max-width:767px) {
  .elementor-lightbox .elementor-lightbox-item {
    padding: 70px 0
  }
}

.elementor-lightbox .elementor-lightbox-image {
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
  opacity: 1;
  filter: none;
  border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
  box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
  border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
  .elementor-lightbox .elementor-video-container {
    width: 75%
  }
}

@media (max-width:1024px) {
  .elementor-lightbox .elementor-video-container {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
    width: 70%
  }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
  left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
  right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
  width: -moz-max-content;
  width: max-content;
  color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
  outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
  height: 100%;
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: center;
  font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
  .elementor-lightbox .elementor-swiper-button:focus {
    outline: none
  }

  .elementor-lightbox .elementor-swiper-button-next,
  .elementor-lightbox .elementor-swiper-button-prev {
    width: 20%
  }

  .elementor-lightbox .elementor-swiper-button-next i,
  .elementor-lightbox .elementor-swiper-button-prev i {
    padding: 10px;
    background-color: rgba(0, 0, 0, .5)
  }

  .elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
    justify-content: flex-start
  }

  .elementor-lightbox .elementor-swiper-button-next {
    right: 0;
    justify-content: flex-end
  }
}

.elementor-slideshow__counter {
  color: currentColor;
  font-size: .75em;
  width: -moz-max-content;
  width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: .3s
}

.elementor-slideshow__footer {
  color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
  color: var(--lightbox-ui-color);
  display: flex;
  flex-direction: row-reverse;
  font-size: var(--lightbox-header-icons-size);
  padding-left: 1em;
  padding-right: 2.6em;
  top: 0;
  align-items: center;
  z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
  cursor: pointer;
  padding: .25em;
  margin: 0 .35em
}

.elementor-slideshow__header>i {
  font-size: inherit
}

.elementor-slideshow__header>i:hover {
  color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
  box-sizing: content-box;
  fill: var(--lightbox-ui-color);
  height: 1em;
  width: 1em
}

.elementor-slideshow__header>svg:hover {
  fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
  margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
  z-index: 5
}

.elementor-slideshow__share-menu {
  background-color: transparent;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
  color: #0c0d0e
}

.elementor-slideshow__share-links {
  display: block;
  position: absolute;
  min-width: 200px;
  right: 2.8em;
  top: 3em;
  background-color: #fff;
  border-radius: 3px;
  padding: 14px 20px;
  transform: scale(0);
  opacity: 0;
  transform-origin: 90% 10%;
  transition: all .25s .1s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
  text-align: left;
  color: #3f444b;
  font-size: 12px;
  line-height: 2.5;
  display: block;
  opacity: 0;
  transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
  color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
  margin-right: .75em
}

.elementor-slideshow__share-links a i {
  font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
  height: 1.25em;
  width: 1.25em
}

.elementor-slideshow__share-links:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: .5em;
  border: .45em solid transparent;
  border-bottom-color: #fff;
  transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
  bottom: 0;
  z-index: 5;
  position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
  margin: 0
}

.elementor-slideshow__title {
  font-size: 16px;
  font-weight: 700
}

.elementor-slideshow__description {
  font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
  opacity: 0;
  pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
  opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
  width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
  background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
  opacity: 0;
  pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  cursor: default;
  background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
  transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
  opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
  color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
  color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
  color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
  color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
  fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
  fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
  fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
  fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
  z-index: 2
}

.animated {
  animation-duration: 1.25s
}

.animated.animated-slow {
  animation-duration: 2s
}

.animated.animated-fast {
  animation-duration: .75s
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
  .animated {
    animation: none
  }
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr
}

.elementor-shape-top {
  top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
  z-index: -1
}

.elementor-shape-bottom {
  bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
  z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
  transform: rotate(180deg)
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
  content: "\e813";
  font-family: eicons;
  top: 3px;
  font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
  display: flex;
  width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
  background: #3f444b;
  font-size: 11px;
  line-height: 9px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
  content: "\f348";
  top: 2px
}

#wpadminbar * {
  font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
  display: none
}

.elementor-post__thumbnail__link {
  transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
  padding: 0
}

.e--ua-appleWebkit.rtl {
  --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
  --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
  --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-content, space-between);
  margin-left: calc(-.5 * var(--grid-column-gap));
  margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
  margin-left: calc(.5 * var(--grid-column-gap));
  margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
  display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
  margin-left: 0;
  margin-right: 0
}

@media (max-width:1024px) {

  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
    --justify-content: var(--flex-right, flex-end)
  }

  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
    --justify-content: center
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
    display: inline-block
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width:767px) {

  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
    --justify-content: var(--flex-right, flex-end)
  }

  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
    --justify-content: center
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
    display: inline-block
  }

  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width:767px) {

  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none
  }
}

@media (min-width:-1) and (max-width:-1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor .elementor-hidden-tablet {
    display: none
  }
}

@media (min-width:-1) and (max-width:-1) {

  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none
  }
}

@media (min-width:1025px) and (max-width:99999px) {
  .elementor .elementor-hidden-desktop {
    display: none
  }
}

@media (min-width:-1) {
  .elementor .elementor-hidden-widescreen {
    display: none
  }
}

.elementor-widget-text-path {
  font-size: 20px;
  text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
  width: var(--width);
  max-width: 100%;
  height: auto;
  overflow: visible;
  word-spacing: var(--word-spacing);
  transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
  vector-effect: non-scaling-stroke;
  fill: var(--path-fill, transparent);
  stroke: var(--stroke-color, transparent);
  stroke-width: var(--stroke-width, 1px);
  transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
  --path-fill: var(--path-fill-hover);
  --stroke-color: var(--stroke-color-hover);
  --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
  --fill: var(--text-color);
  fill: var(--fill);
  direction: var(--direction, ltr);
  transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
  --color: var(--text-color-hover, var(--text-color));
  --fill: var(--color);
  color: var(--color)
}

.elementor-widget-n-tabs {
  --n-tabs-color-accent-fallback: #61ce70;
  --n-tabs-color-secondary-fallback: #54595f;
  --n-tabs-default-padding-block: 15px;
  --n-tabs-default-padding-inline: 35px;
  --n-tabs-background-color: transparent;
  --n-tabs-display: flex;
  --n-tabs-direction: column;
  --n-tabs-gap: 10px;
  --n-tabs-heading-display: flex;
  --n-tabs-heading-direction: row;
  --n-tabs-heading-grow: initial;
  --n-tabs-heading-justify-content: center;
  --n-tabs-heading-width: initial;
  --n-tabs-border-width: 1px;
  --n-tabs-border-color: #d5d8dc;
  --n-tabs-content-padding: initial;
  --n-tabs-content-border-radius: initial;
  --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-title-color-hover: #fff;
  --n-tabs-title-color-active: #fff;
  --n-tabs-title-background-color: #f1f2f3;
  --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
  --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
  --n-tabs-title-width: initial;
  --n-tabs-title-height: initial;
  --n-tabs-title-font-size: 1rem;
  --n-tabs-title-justify-content-toggle: initial;
  --n-tabs-title-align-items-toggle: center;
  --n-tabs-title-justify-content: center;
  --n-tabs-title-align-items: center;
  --n-tabs-title-direction: row;
  --n-tabs-title-gap: 10px;
  --n-tabs-title-flex-grow: 0;
  --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
  --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
  --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
  --n-tabs-title-border-radius: initial;
  --n-tabs-title-transition: 0.3s;
  --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
  --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
  --n-tabs-icon-color-active: #fff;
  --n-tabs-icon-gap: 5px;
  width: 100%;
  max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
  display: var(--n-tabs-display);
  flex-direction: var(--n-tabs-direction);
  gap: var(--n-tabs-gap);
  text-align: left
}

.elementor-widget-n-tabs .e-n-tabs-heading {
  display: var(--n-tabs-heading-display);
  flex-basis: var(--n-tabs-heading-width);
  flex-direction: var(--n-tabs-heading-direction);
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: var(--n-tabs-heading-justify-content);
  gap: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content {
  flex-grow: 1;
  padding: var(--n-tabs-content-padding);
  border-radius: var(--n-tabs-content-border-radius);
  min-width: 0
}

.elementor-widget-n-tabs .e-n-tab-title {
  display: flex;
  align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
  flex-direction: var(--n-tabs-title-direction);
  justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
  gap: var(--n-tabs-icon-gap);
  border-width: var(--n-tabs-border-width);
  position: relative;
  cursor: pointer;
  outline: none;
  flex-grow: var(--n-tabs-title-flex-grow);
  flex-basis: fit-content;
  padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
  border-radius: var(--n-tabs-title-border-radius);
  height: var(--n-tabs-title-height);
  width: var(--n-tabs-title-width);
  transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
  transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
  display: flex;
  align-items: center;
  font-size: var(--n-tabs-title-font-size)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  order: var(--n-tabs-icon-order);
  overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
  font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
  width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
  height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
  display: none
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
  background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
  color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
  color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
  transform: translateY(-100vh);
  height: 0;
  opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a {
  color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-active a {
  color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
  color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
  fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
  transform: translateY(-100vh);
  height: 0;
  opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover {
  transform: none;
  animation: initial
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
  margin-top: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
  margin-bottom: var(--n-tabs-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
  display: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-normal:hover {
  background-color: var(--n-tabs-title-background-color-hover);
  background-image: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
  background-color: var(--n-tabs-title-background-color-active);
  background-image: none
}

@media (min-width:768px) {
  .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:767px) {
  .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width:-1) {
  .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:-1) {
  .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width:1025px) {
  .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:1024px) {
  .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width:-1) {
  .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:-1) {
  .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

@media (min-width:1025px) {
  .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
  }
}

@media (max-width:-1) {
  .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
    display: none
  }
}

/*! elementor-icons - v5.20.0 - 29-03-2023 */
@font-face {
  font-family: eicons;
  src: url(../fonts/eicons.eot?5.20.0);
  src: url(../fonts/eicons.eot?5.20.0#iefix) format("embedded-opentype"), url(../fonts/eicons.woff2?5.20.0) format("woff2"), url(../fonts/eicons.woff?5.20.0) format("woff"), url(../fonts/eicons.ttf?5.20.0) format("truetype"), url(../fonts/eicons.svg?5.20.0#eicon) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@keyframes a {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: a 2s infinite linear
}

.eicon-editor-link:before {
  content: "\e800"
}

.eicon-editor-unlink:before {
  content: "\e801"
}

.eicon-editor-external-link:before {
  content: "\e802"
}

.eicon-editor-close:before {
  content: "\e803"
}

.eicon-editor-list-ol:before {
  content: "\e804"
}

.eicon-editor-list-ul:before {
  content: "\e805"
}

.eicon-editor-bold:before {
  content: "\e806"
}

.eicon-editor-italic:before {
  content: "\e807"
}

.eicon-editor-underline:before {
  content: "\e808"
}

.eicon-editor-paragraph:before {
  content: "\e809"
}

.eicon-editor-h1:before {
  content: "\e80a"
}

.eicon-editor-h2:before {
  content: "\e80b"
}

.eicon-editor-h3:before {
  content: "\e80c"
}

.eicon-editor-h4:before {
  content: "\e80d"
}

.eicon-editor-h5:before {
  content: "\e80e"
}

.eicon-editor-h6:before {
  content: "\e80f"
}

.eicon-editor-quote:before {
  content: "\e810"
}

.eicon-editor-code:before {
  content: "\e811"
}

.eicon-elementor:before {
  content: "\e812"
}

.eicon-elementor-circle:before {
  content: "\e813"
}

.eicon-pojome:before {
  content: "\e814"
}

.eicon-plus:before {
  content: "\e815"
}

.eicon-menu-bar:before {
  content: "\e816"
}

.eicon-apps:before {
  content: "\e817"
}

.eicon-accordion:before {
  content: "\e818"
}

.eicon-alert:before {
  content: "\e819"
}

.eicon-animation-text:before {
  content: "\e81a"
}

.eicon-animation:before {
  content: "\e81b"
}

.eicon-banner:before {
  content: "\e81c"
}

.eicon-blockquote:before {
  content: "\e81d"
}

.eicon-button:before {
  content: "\e81e"
}

.eicon-call-to-action:before {
  content: "\e81f"
}

.eicon-captcha:before {
  content: "\e820"
}

.eicon-carousel:before {
  content: "\e821"
}

.eicon-checkbox:before {
  content: "\e822"
}

.eicon-columns:before {
  content: "\e823"
}

.eicon-countdown:before {
  content: "\e824"
}

.eicon-counter:before {
  content: "\e825"
}

.eicon-date:before {
  content: "\e826"
}

.eicon-divider-shape:before {
  content: "\e827"
}

.eicon-divider:before {
  content: "\e828"
}

.eicon-download-button:before {
  content: "\e829"
}

.eicon-dual-button:before {
  content: "\e82a"
}

.eicon-email-field:before {
  content: "\e82b"
}

.eicon-facebook-comments:before {
  content: "\e82c"
}

.eicon-facebook-like-box:before {
  content: "\e82d"
}

.eicon-form-horizontal:before {
  content: "\e82e"
}

.eicon-form-vertical:before {
  content: "\e82f"
}

.eicon-gallery-grid:before {
  content: "\e830"
}

.eicon-gallery-group:before {
  content: "\e831"
}

.eicon-gallery-justified:before {
  content: "\e832"
}

.eicon-gallery-masonry:before {
  content: "\e833"
}

.eicon-icon-box:before {
  content: "\e834"
}

.eicon-image-before-after:before {
  content: "\e835"
}

.eicon-image-box:before {
  content: "\e836"
}

.eicon-image-hotspot:before {
  content: "\e837"
}

.eicon-image-rollover:before {
  content: "\e838"
}

.eicon-info-box:before {
  content: "\e839"
}

.eicon-inner-section:before {
  content: "\e83a"
}

.eicon-mailchimp:before {
  content: "\e83b"
}

.eicon-menu-card:before {
  content: "\e83c"
}

.eicon-navigation-horizontal:before {
  content: "\e83d"
}

.eicon-nav-menu:before {
  content: "\e83e"
}

.eicon-navigation-vertical:before {
  content: "\e83f"
}

.eicon-number-field:before {
  content: "\e840"
}

.eicon-parallax:before {
  content: "\e841"
}

.eicon-php7:before {
  content: "\e842"
}

.eicon-post-list:before {
  content: "\e843"
}

.eicon-post-slider:before {
  content: "\e844"
}

.eicon-post:before {
  content: "\e845"
}

.eicon-posts-carousel:before {
  content: "\e846"
}

.eicon-posts-grid:before {
  content: "\e847"
}

.eicon-posts-group:before {
  content: "\e848"
}

.eicon-posts-justified:before {
  content: "\e849"
}

.eicon-posts-masonry:before {
  content: "\e84a"
}

.eicon-posts-ticker:before {
  content: "\e84b"
}

.eicon-price-list:before {
  content: "\e84c"
}

.eicon-price-table:before {
  content: "\e84d"
}

.eicon-radio:before {
  content: "\e84e"
}

.eicon-rtl:before {
  content: "\e84f"
}

.eicon-scroll:before {
  content: "\e850"
}

.eicon-search:before {
  content: "\e851"
}

.eicon-select:before {
  content: "\e852"
}

.eicon-share:before {
  content: "\e853"
}

.eicon-sidebar:before {
  content: "\e854"
}

.eicon-skill-bar:before {
  content: "\e855"
}

.eicon-slider-3d:before {
  content: "\e856"
}

.eicon-slider-album:before {
  content: "\e857"
}

.eicon-slider-device:before {
  content: "\e858"
}

.eicon-slider-full-screen:before {
  content: "\e859"
}

.eicon-slider-push:before {
  content: "\e85a"
}

.eicon-slider-vertical:before {
  content: "\e85b"
}

.eicon-slider-video:before {
  content: "\e85c"
}

.eicon-slides:before {
  content: "\e85d"
}

.eicon-social-icons:before {
  content: "\e85e"
}

.eicon-spacer:before {
  content: "\e85f"
}

.eicon-table:before {
  content: "\e860"
}

.eicon-tabs:before {
  content: "\e861"
}

.eicon-tel-field:before {
  content: "\e862"
}

.eicon-text-area:before {
  content: "\e863"
}

.eicon-text-field:before {
  content: "\e864"
}

.eicon-thumbnails-down:before {
  content: "\e865"
}

.eicon-thumbnails-half:before {
  content: "\e866"
}

.eicon-thumbnails-right:before {
  content: "\e867"
}

.eicon-time-line:before {
  content: "\e868"
}

.eicon-toggle:before {
  content: "\e869"
}

.eicon-url:before {
  content: "\e86a"
}

.eicon-t-letter:before {
  content: "\e86b"
}

.eicon-wordpress:before {
  content: "\e86c"
}

.eicon-text:before {
  content: "\e86d"
}

.eicon-anchor:before {
  content: "\e86e"
}

.eicon-bullet-list:before {
  content: "\e86f"
}

.eicon-code:before {
  content: "\e870"
}

.eicon-favorite:before {
  content: "\e871"
}

.eicon-google-maps:before {
  content: "\e872"
}

.eicon-image:before {
  content: "\e873"
}

.eicon-photo-library:before {
  content: "\e874"
}

.eicon-woocommerce:before {
  content: "\e875"
}

.eicon-youtube:before {
  content: "\e876"
}

.eicon-flip-box:before {
  content: "\e877"
}

.eicon-settings:before {
  content: "\e878"
}

.eicon-headphones:before {
  content: "\e879"
}

.eicon-testimonial:before {
  content: "\e87a"
}

.eicon-counter-circle:before {
  content: "\e87b"
}

.eicon-person:before {
  content: "\e87c"
}

.eicon-chevron-right:before {
  content: "\e87d"
}

.eicon-chevron-left:before {
  content: "\e87e"
}

.eicon-close:before {
  content: "\e87f"
}

.eicon-file-download:before {
  content: "\e880"
}

.eicon-save:before {
  content: "\e881"
}

.eicon-zoom-in:before {
  content: "\e882"
}

.eicon-shortcode:before {
  content: "\e883"
}

.eicon-nerd:before {
  content: "\e884"
}

.eicon-device-desktop:before {
  content: "\e885"
}

.eicon-device-tablet:before {
  content: "\e886"
}

.eicon-device-mobile:before {
  content: "\e887"
}

.eicon-document-file:before {
  content: "\e888"
}

.eicon-folder-o:before {
  content: "\e889"
}

.eicon-hypster:before {
  content: "\e88a"
}

.eicon-h-align-left:before {
  content: "\e88b"
}

.eicon-h-align-right:before {
  content: "\e88c"
}

.eicon-h-align-center:before {
  content: "\e88d"
}

.eicon-h-align-stretch:before {
  content: "\e88e"
}

.eicon-v-align-top:before {
  content: "\e88f"
}

.eicon-v-align-bottom:before {
  content: "\e890"
}

.eicon-v-align-middle:before {
  content: "\e891"
}

.eicon-v-align-stretch:before {
  content: "\e892"
}

.eicon-pro-icon:before {
  content: "\e893"
}

.eicon-mail:before {
  content: "\e894"
}

.eicon-lock-user:before {
  content: "\e895"
}

.eicon-testimonial-carousel:before {
  content: "\e896"
}

.eicon-media-carousel:before {
  content: "\e897"
}

.eicon-section:before {
  content: "\e898"
}

.eicon-column:before {
  content: "\e899"
}

.eicon-edit:before {
  content: "\e89a"
}

.eicon-clone:before {
  content: "\e89b"
}

.eicon-trash:before {
  content: "\e89c"
}

.eicon-play:before {
  content: "\e89d"
}

.eicon-angle-right:before {
  content: "\e89e"
}

.eicon-angle-left:before {
  content: "\e89f"
}

.eicon-animated-headline:before {
  content: "\e8a0"
}

.eicon-menu-toggle:before {
  content: "\e8a1"
}

.eicon-fb-embed:before {
  content: "\e8a2"
}

.eicon-fb-feed:before {
  content: "\e8a3"
}

.eicon-twitter-embed:before {
  content: "\e8a4"
}

.eicon-twitter-feed:before {
  content: "\e8a5"
}

.eicon-sync:before {
  content: "\e8a6"
}

.eicon-import-export:before {
  content: "\e8a7"
}

.eicon-check-circle:before {
  content: "\e8a8"
}

.eicon-library-save:before {
  content: "\e8a9"
}

.eicon-library-download:before {
  content: "\e8aa"
}

.eicon-insert:before {
  content: "\e8ab"
}

.eicon-preview-medium:before {
  content: "\e8ac"
}

.eicon-sort-down:before {
  content: "\e8ad"
}

.eicon-sort-up:before {
  content: "\e8ae"
}

.eicon-heading:before {
  content: "\e8af"
}

.eicon-logo:before {
  content: "\e8b0"
}

.eicon-meta-data:before {
  content: "\e8b1"
}

.eicon-post-content:before {
  content: "\e8b2"
}

.eicon-post-excerpt:before {
  content: "\e8b3"
}

.eicon-post-navigation:before {
  content: "\e8b4"
}

.eicon-yoast:before {
  content: "\e8b5"
}

.eicon-nerd-chuckle:before {
  content: "\e8b6"
}

.eicon-nerd-wink:before {
  content: "\e8b7"
}

.eicon-comments:before {
  content: "\e8b8"
}

.eicon-download-circle-o:before {
  content: "\e8b9"
}

.eicon-library-upload:before {
  content: "\e8ba"
}

.eicon-save-o:before {
  content: "\e8bb"
}

.eicon-upload-circle-o:before {
  content: "\e8bc"
}

.eicon-ellipsis-h:before {
  content: "\e8bd"
}

.eicon-ellipsis-v:before {
  content: "\e8be"
}

.eicon-arrow-left:before {
  content: "\e8bf"
}

.eicon-arrow-right:before {
  content: "\e8c0"
}

.eicon-arrow-up:before {
  content: "\e8c1"
}

.eicon-arrow-down:before {
  content: "\e8c2"
}

.eicon-play-o:before {
  content: "\e8c3"
}

.eicon-archive-posts:before {
  content: "\e8c4"
}

.eicon-archive-title:before {
  content: "\e8c5"
}

.eicon-featured-image:before {
  content: "\e8c6"
}

.eicon-post-info:before {
  content: "\e8c7"
}

.eicon-post-title:before {
  content: "\e8c8"
}

.eicon-site-logo:before {
  content: "\e8c9"
}

.eicon-site-search:before {
  content: "\e8ca"
}

.eicon-site-title:before {
  content: "\e8cb"
}

.eicon-plus-square:before {
  content: "\e8cc"
}

.eicon-minus-square:before {
  content: "\e8cd"
}

.eicon-cloud-check:before {
  content: "\e8ce"
}

.eicon-drag-n-drop:before {
  content: "\e8cf"
}

.eicon-welcome:before {
  content: "\e8d0"
}

.eicon-handle:before {
  content: "\e8d1"
}

.eicon-cart:before {
  content: "\e8d2"
}

.eicon-product-add-to-cart:before {
  content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
  content: "\e8d4"
}

.eicon-product-categories:before {
  content: "\e8d5"
}

.eicon-product-description:before {
  content: "\e8d6"
}

.eicon-product-images:before {
  content: "\e8d7"
}

.eicon-product-info:before {
  content: "\e8d8"
}

.eicon-product-meta:before {
  content: "\e8d9"
}

.eicon-product-pages:before {
  content: "\e8da"
}

.eicon-product-price:before {
  content: "\e8db"
}

.eicon-product-rating:before {
  content: "\e8dc"
}

.eicon-product-related:before {
  content: "\e8dd"
}

.eicon-product-stock:before {
  content: "\e8de"
}

.eicon-product-tabs:before {
  content: "\e8df"
}

.eicon-product-title:before {
  content: "\e8e0"
}

.eicon-product-upsell:before {
  content: "\e8e1"
}

.eicon-products:before {
  content: "\e8e2"
}

.eicon-bag-light:before {
  content: "\e8e3"
}

.eicon-bag-medium:before {
  content: "\e8e4"
}

.eicon-bag-solid:before {
  content: "\e8e5"
}

.eicon-basket-light:before {
  content: "\e8e6"
}

.eicon-basket-medium:before {
  content: "\e8e7"
}

.eicon-basket-solid:before {
  content: "\e8e8"
}

.eicon-cart-light:before {
  content: "\e8e9"
}

.eicon-cart-medium:before {
  content: "\e8ea"
}

.eicon-cart-solid:before {
  content: "\e8eb"
}

.eicon-exchange:before {
  content: "\e8ec"
}

.eicon-preview-thin:before {
  content: "\e8ed"
}

.eicon-device-laptop:before {
  content: "\e8ee"
}

.eicon-collapse:before {
  content: "\e8ef"
}

.eicon-expand:before {
  content: "\e8f0"
}

.eicon-navigator:before {
  content: "\e8f1"
}

.eicon-plug:before {
  content: "\e8f2"
}

.eicon-dashboard:before {
  content: "\e8f3"
}

.eicon-typography:before {
  content: "\e8f4"
}

.eicon-info-circle-o:before {
  content: "\e8f5"
}

.eicon-integration:before {
  content: "\e8f6"
}

.eicon-plus-circle-o:before {
  content: "\e8f7"
}

.eicon-rating:before {
  content: "\e8f8"
}

.eicon-review:before {
  content: "\e8f9"
}

.eicon-tools:before {
  content: "\e8fa"
}

.eicon-loading:before {
  content: "\e8fb"
}

.eicon-sitemap:before {
  content: "\e8fc"
}

.eicon-click:before {
  content: "\e8fd"
}

.eicon-clock:before {
  content: "\e8fe"
}

.eicon-library-open:before {
  content: "\e8ff"
}

.eicon-warning:before {
  content: "\e900"
}

.eicon-flow:before {
  content: "\e901"
}

.eicon-cursor-move:before {
  content: "\e902"
}

.eicon-arrow-circle-left:before {
  content: "\e903"
}

.eicon-flash:before {
  content: "\e904"
}

.eicon-redo:before {
  content: "\e905"
}

.eicon-ban:before {
  content: "\e906"
}

.eicon-barcode:before {
  content: "\e907"
}

.eicon-calendar:before {
  content: "\e908"
}

.eicon-caret-left:before {
  content: "\e909"
}

.eicon-caret-right:before {
  content: "\e90a"
}

.eicon-caret-up:before {
  content: "\e90b"
}

.eicon-chain-broken:before {
  content: "\e90c"
}

.eicon-check-circle-o:before {
  content: "\e90d"
}

.eicon-check:before {
  content: "\e90e"
}

.eicon-chevron-double-left:before {
  content: "\e90f"
}

.eicon-chevron-double-right:before {
  content: "\e910"
}

.eicon-undo:before {
  content: "\e911"
}

.eicon-filter:before {
  content: "\e912"
}

.eicon-circle-o:before {
  content: "\e913"
}

.eicon-circle:before {
  content: "\e914"
}

.eicon-clock-o:before {
  content: "\e915"
}

.eicon-cog:before {
  content: "\e916"
}

.eicon-cogs:before {
  content: "\e917"
}

.eicon-commenting-o:before {
  content: "\e918"
}

.eicon-copy:before {
  content: "\e919"
}

.eicon-database:before {
  content: "\e91a"
}

.eicon-dot-circle-o:before {
  content: "\e91b"
}

.eicon-envelope:before {
  content: "\e91c"
}

.eicon-external-link-square:before {
  content: "\e91d"
}

.eicon-eyedropper:before {
  content: "\e91e"
}

.eicon-folder:before {
  content: "\e91f"
}

.eicon-font:before {
  content: "\e920"
}

.eicon-adjust:before {
  content: "\e921"
}

.eicon-lightbox:before {
  content: "\e922"
}

.eicon-heart-o:before {
  content: "\e923"
}

.eicon-history:before {
  content: "\e924"
}

.eicon-image-bold:before {
  content: "\e925"
}

.eicon-info-circle:before {
  content: "\e926"
}

.eicon-link:before {
  content: "\e927"
}

.eicon-long-arrow-left:before {
  content: "\e928"
}

.eicon-long-arrow-right:before {
  content: "\e929"
}

.eicon-caret-down:before {
  content: "\e92a"
}

.eicon-paint-brush:before {
  content: "\e92b"
}

.eicon-pencil:before {
  content: "\e92c"
}

.eicon-plus-circle:before {
  content: "\e92d"
}

.eicon-zoom-in-bold:before {
  content: "\e92e"
}

.eicon-sort-amount-desc:before {
  content: "\e92f"
}

.eicon-sign-out:before {
  content: "\e930"
}

.eicon-spinner:before {
  content: "\e931"
}

.eicon-square:before {
  content: "\e932"
}

.eicon-star-o:before {
  content: "\e933"
}

.eicon-star:before {
  content: "\e934"
}

.eicon-text-align-justify:before {
  content: "\e935"
}

.eicon-text-align-center:before {
  content: "\e936"
}

.eicon-tags:before {
  content: "\e937"
}

.eicon-text-align-left:before {
  content: "\e938"
}

.eicon-text-align-right:before {
  content: "\e939"
}

.eicon-close-circle:before {
  content: "\e93a"
}

.eicon-trash-o:before {
  content: "\e93b"
}

.eicon-font-awesome:before {
  content: "\e93c"
}

.eicon-user-circle-o:before {
  content: "\e93d"
}

.eicon-video-camera:before {
  content: "\e93e"
}

.eicon-heart:before {
  content: "\e93f"
}

.eicon-wrench:before {
  content: "\e940"
}

.eicon-help:before {
  content: "\e941"
}

.eicon-help-o:before {
  content: "\e942"
}

.eicon-zoom-out-bold:before {
  content: "\e943"
}

.eicon-plus-square-o:before {
  content: "\e944"
}

.eicon-minus-square-o:before {
  content: "\e945"
}

.eicon-minus-circle:before {
  content: "\e946"
}

.eicon-minus-circle-o:before {
  content: "\e947"
}

.eicon-code-bold:before {
  content: "\e948"
}

.eicon-cloud-upload:before {
  content: "\e949"
}

.eicon-search-bold:before {
  content: "\e94a"
}

.eicon-map-pin:before {
  content: "\e94b"
}

.eicon-meetup:before {
  content: "\e94c"
}

.eicon-slideshow:before {
  content: "\e94d"
}

.eicon-t-letter-bold:before {
  content: "\e94e"
}

.eicon-preferences:before {
  content: "\e94f"
}

.eicon-table-of-contents:before {
  content: "\e950"
}

.eicon-tv:before {
  content: "\e951"
}

.eicon-upload:before {
  content: "\e952"
}

.eicon-instagram-comments:before {
  content: "\e953"
}

.eicon-instagram-nested-gallery:before {
  content: "\e954"
}

.eicon-instagram-post:before {
  content: "\e955"
}

.eicon-instagram-video:before {
  content: "\e956"
}

.eicon-instagram-gallery:before {
  content: "\e957"
}

.eicon-instagram-likes:before {
  content: "\e958"
}

.eicon-facebook:before {
  content: "\e959"
}

.eicon-twitter:before {
  content: "\e95a"
}

.eicon-pinterest:before {
  content: "\e95b"
}

.eicon-frame-expand:before {
  content: "\e95c"
}

.eicon-frame-minimize:before {
  content: "\e95d"
}

.eicon-archive:before {
  content: "\e95e"
}

.eicon-colors-typography:before {
  content: "\e95f"
}

.eicon-custom:before {
  content: "\e960"
}

.eicon-footer:before {
  content: "\e961"
}

.eicon-header:before {
  content: "\e962"
}

.eicon-layout-settings:before {
  content: "\e963"
}

.eicon-lightbox-expand:before {
  content: "\e964"
}

.eicon-error-404:before {
  content: "\e965"
}

.eicon-theme-style:before {
  content: "\e966"
}

.eicon-search-results:before {
  content: "\e967"
}

.eicon-single-post:before {
  content: "\e968"
}

.eicon-site-identity:before {
  content: "\e969"
}

.eicon-theme-builder:before {
  content: "\e96a"
}

.eicon-download-bold:before {
  content: "\e96b"
}

.eicon-share-arrow:before {
  content: "\e96c"
}

.eicon-global-settings:before {
  content: "\e96d"
}

.eicon-user-preferences:before {
  content: "\e96e"
}

.eicon-lock:before {
  content: "\e96f"
}

.eicon-export-kit:before {
  content: "\e970"
}

.eicon-import-kit:before {
  content: "\e971"
}

.eicon-lottie:before {
  content: "\e972"
}

.eicon-products-archive:before {
  content: "\e973"
}

.eicon-single-product:before {
  content: "\e974"
}

.eicon-disable-trash-o:before {
  content: "\e975"
}

.eicon-single-page:before {
  content: "\e976"
}

.eicon-wordpress-light:before {
  content: "\e977"
}

.eicon-cogs-check:before {
  content: "\e978"
}

.eicon-custom-css:before {
  content: "\e979"
}

.eicon-global-colors:before {
  content: "\e97a"
}

.eicon-globe:before {
  content: "\e97b"
}

.eicon-typography-1:before {
  content: "\e97c"
}

.eicon-background:before {
  content: "\e97d"
}

.eicon-device-responsive:before {
  content: "\e97e"
}

.eicon-device-wide:before {
  content: "\e97f"
}

.eicon-code-highlight:before {
  content: "\e980"
}

.eicon-video-playlist:before {
  content: "\e981"
}

.eicon-download-kit:before {
  content: "\e982"
}

.eicon-kit-details:before {
  content: "\e983"
}

.eicon-kit-parts:before {
  content: "\e984"
}

.eicon-kit-upload:before {
  content: "\e985"
}

.eicon-kit-plugins:before {
  content: "\e986"
}

.eicon-kit-upload-alt:before {
  content: "\e987"
}

.eicon-hotspot:before {
  content: "\e988"
}

.eicon-paypal-button:before {
  content: "\e989"
}

.eicon-shape:before {
  content: "\e98a"
}

.eicon-wordart:before {
  content: "\e98b"
}

.eicon-checkout:before {
  content: "\e98c"
}

.eicon-container:before {
  content: "\e98d"
}

.eicon-flip:before {
  content: "\e98e"
}

.eicon-info:before {
  content: "\e98f"
}

.eicon-my-account:before {
  content: "\e990"
}

.eicon-purchase-summary:before {
  content: "\e991"
}

.eicon-page-transition:before {
  content: "\e992"
}

.eicon-spotify:before {
  content: "\e993"
}

.eicon-stripe-button:before {
  content: "\e994"
}

.eicon-woo-settings:before {
  content: "\e995"
}

.eicon-woo-cart:before {
  content: "\e996"
}

.eicon-grow:before {
  content: "\e997"
}

.eicon-order-end:before {
  content: "\e998"
}

.eicon-nowrap:before {
  content: "\e999"
}

.eicon-order-start:before {
  content: "\e99a"
}

.eicon-progress-tracker:before {
  content: "\e99b"
}

.eicon-shrink:before {
  content: "\e99c"
}

.eicon-wrap:before {
  content: "\e99d"
}

.eicon-align-center-h:before {
  content: "\e99e"
}

.eicon-align-center-v:before {
  content: "\e99f"
}

.eicon-align-end-h:before {
  content: "\e9a0"
}

.eicon-align-end-v:before {
  content: "\e9a1"
}

.eicon-align-start-h:before {
  content: "\e9a2"
}

.eicon-align-start-v:before {
  content: "\e9a3"
}

.eicon-align-stretch-h:before {
  content: "\e9a4"
}

.eicon-align-stretch-v:before {
  content: "\e9a5"
}

.eicon-justify-center-h:before {
  content: "\e9a6"
}

.eicon-justify-center-v:before {
  content: "\e9a7"
}

.eicon-justify-end-h:before {
  content: "\e9a8"
}

.eicon-justify-end-v:before {
  content: "\e9a9"
}

.eicon-justify-space-around-h:before {
  content: "\e9aa"
}

.eicon-justify-space-around-v:before {
  content: "\e9ab"
}

.eicon-justify-space-between-h:before {
  content: "\e9ac"
}

.eicon-justify-space-between-v:before {
  content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
  content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
  content: "\e9af"
}

.eicon-justify-start-h:before {
  content: "\e9b0"
}

.eicon-justify-start-v:before {
  content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
  content: "\e9b2"
}

.eicon-woocommerce-notices:before {
  content: "\e9b3"
}

.eicon-inner-container:before {
  content: "\e9b4"
}

.eicon-warning-full:before {
  content: "\e9b5"
}

.eicon-exit:before {
  content: "\e9b6"
}

.eicon-loop-builder:before {
  content: "\e9b7"
}

.eicon-notes:before {
  content: "\e9b8"
}

.eicon-read:before {
  content: "\e9b9"
}

.eicon-unread:before {
  content: "\e9ba"
}

.eicon-carousel-loop:before {
  content: "\e9bb"
}

.eicon-mega-menu:before {
  content: "\eb78"
}

.eicon-nested-carousel:before {
  content: "\e9bd"
}

.eicon-ai:before {
  content: "\e9be"
}

.eicon-eye:before {
  content: "\e8ac"
}

.eicon-elementor-square:before {
  content: "\e813"
}