:root {
  --theme-color: #205c41;
  --title-color: #1A1A1A;
  --body-color: #333;
  --smoke-color: #EFF1F5;
  --secondary-color: #EEF2FB;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E0E0E0;
  --title-font: "Exo", sans-serif;
  --body-font: "Fira Sans", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}
.home-five,
.home-four {
  --theme-color: #0037ff;
  --smoke-color: #f6f7fc;
}
html,
body {
  scroll-behavior: auto !important;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
iframe {
  border: none;
  width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}
th {
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
}
td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}
a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color:var(--theme-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
button {
  transition: all ease 0.4s;
}
img {
  border: none;
  max-width: 100%;
}
ins {
  text-decoration: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
  display: none;
}
p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.63;
}
@media (max-width: 767px) {
  p {
    line-height: 1.73;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.h1,
h1 {
  font-size: 48px;
}
.h2,
h2 {
  font-size: 40px;
}
.h3,
h3 {
  font-size: 36px;
}
.h4,
h4 {
  font-size: 30px;
}
.h5,
h5 {
  font-size: 24px;
}
.h6,
h6 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .h1,
h1 {
    font-size: 40px;
  }
  .h2,
h2 {
    font-size: 36px;
  }
  .h3,
h3 {
    font-size: 30px;
  }
  .h4,
h4 {
    font-size: 24px;
  }
  .h5,
h5 {
    font-size: 20px;
  }
  .h6,
h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .h1,
h1 {
    font-size: 36px;
  }
  .h2,
h2 {
    font-size: 30px;
  }
  .h3,
h3 {
    font-size: 26px;
  }
  .h4,
h4 {
    font-size: 22px;
  }
  .h5,
h5 {
    font-size: 18px;
  }
  .h6,
h6 {
    font-size: 16px;
  }
}
p.has-drop-cap {
  margin-bottom: 20px;
}
.page--item p:last-child .alignright {
  clear: right;
}
.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}
.bypostauthor,
.gallery-caption {
  display: block;
}
.page-links,
.clearfix {
  clear: both;
}
.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}
.content-none-search {
  margin-top: 30px;
}
.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1399px) {
  .container-style2 {
    max-width: 1920px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-style3 {
  --main-container: 1445px;
}
@media (min-width: 1500px) and (max-width: 1921px) {
  .container-style1 {
    max-width: 1576px;
    overflow: hidden;
    margin-right: 0;
    padding-right: 0;
  }
}
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

.gx-15 {
  --bs-gutter-x: 15px;
}

@media (min-width: 1199px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 505px) {
  .vs-mobile-menu li.mobile-contact .header-info {
    padding-left:0px!important;
    padding-bottom:0px!important;
    padding-top:0px!important;
    margin-left:0px!important;
    text-align: center!important
  }
}
/* Mobilemenu */
nav li a.active, .vs-mobile-menu li a.active  {
  font-weight: 700!important;
  color:#205c41;
}
nav li.verkkokauppa, .vs-mobile-menu li.verkkokauppa  {
  color:#205c41;
  background-color: #205c41;
  padding-left:0.5em;
  padding-right:0.5em;
  border-radius: 5px;
  color:#fff;
}
nav li.verkkokauppa a, .vs-mobile-menu li.verkkokauppa a  {
  color:#fff;
}
nav li.verkkokauppa a:hover, .vs-mobile-menu li.verkkokauppa a:hover  {
  color:#fff;
  padding-left:0.5em;
  padding-right:0.5em;
}
.vs-mobile-menu li.mobile {
  margin-top: 25px;
  margin-bottom: 5px;
  border: none;
}
.vs-mobile-menu li a.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 19px 30.5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}
.vs-mobile-menu li a i,.vs-mobile-menu li a.vs-btn::after, .vs-mobile-menu li a.vs-btn::before {
  display: none;
}
.vs-mobile-menu li.mobile-contact {
  margin-top: 25px;
  margin-bottom: 5px;
  border: none!important;
}
.vs-mobile-menu li.mobile-contact a {
  border: none!important;
  font-size: 16px;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  font-weight: 500!important;
}
.vs-mobile-menu li.mobile-contact .col-auto {
  width: 100%;
  border: none!important;
}
.vs-mobile-menu li.mobile-contact .col-auto .header-info_icon {
  display: none;
}
.vs-mobile-menu li.mobile-contact .media-body, .vs-mobile-menu li.mobile-contact .header-info_label {
  display: block!important;
}
.vs-mobile-menu li.mobile-contact a::before {
  display: none!important;
}
.vs-mobile-menu .mobile-search  {
  padding-left:35px;
  margin-top: 15px;
}
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: #205c41;
}
.vs-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 24px;
  font-size: 16px;
  color: var(--title-color);
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: #205c41;
  color: white;
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.menu-button {
  width: 100%;
}
.mobile-icon {
  float: left;
  width: 300px;
}
.mobile-icon img {
  max-width: 300px;
  height: auto;
  width: 100%;
}
.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 35px;
  border: 1px solid #eee;
  display: inline-block;
  background-color: #fff;
  color: var(--theme-color);
  border-radius: 5px;
  float:right!important;
}
.vs-menu-toggle.style2 {
  background-color: var(--theme-color);
  border-radius: 50%;
  color: var(--white-color);
  width: 55px;
  height: 55px;
}
@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/* Loader */
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}
.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}
.loader {
  -webkit-animation: loaderspin 1.5s infinite;
          animation: loaderspin 1.5s infinite;
  height: 50px;
  width: 50px;
  display: block;
}
.loader:before, .loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  -webkit-animation: ball1 1.5s infinite;
          animation: ball1 1.5s infinite;
  background-color: var(--title-color);
  box-shadow: 30px 0 0 var(--theme-color);
  margin-bottom: 10px;
}
.loader:after {
  -webkit-animation: ball2 1.5s infinite;
          animation: ball2 1.5s infinite;
  background-color: var(--theme-color);
  box-shadow: 30px 0 0 var(--title-color);
}
@-webkit-keyframes loaderspin {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(360deg) scale(1);
  }
  100% {
    transform: rotate(720deg) scale(0.8);
  }
}
@keyframes loaderspin {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(360deg) scale(1);
  }
  100% {
    transform: rotate(720deg) scale(0.8);
  }
}
@-webkit-keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 var(--theme-color);
  }
  50% {
    box-shadow: 0 0 0 var(--theme-color);
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px;
  }
}
@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 var(--theme-color);
  }
  50% {
    box-shadow: 0 0 0 var(--theme-color);
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--theme-color);
    margin-bottom: 10px;
  }
}
@-webkit-keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 var(--title-color);
  }
  50% {
    box-shadow: 0 0 0 var(--title-color);
    margin-top: -20px;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--title-color);
    margin-top: 0;
  }
}
@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 var(--title-color);
  }
  50% {
    box-shadow: 0 0 0 var(--title-color);
    margin-top: -20px;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 var(--title-color);
    margin-top: 0;
  }
}
/* Buttons */
.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 19px 30.5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}
.vs-btn::after, .vs-btn::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--title-color);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg);
}
.vs-btn:after {
  transform: rotateY(90deg);
}
.vs-btn > i {
  margin-left: 8px;
}
.vs-btn.style2 {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.vs-btn.style4, .vs-btn.style3 {
  background-color: var(--smoke-color);
  color: var(--theme-color);
}
.vs-btn.style3 {
  padding: 14px 23.5px;
}
.vs-btn.style5 {
  background-color: #0844BC;
  color: var(--white-color);
}
.vs-btn.style6 {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-btn.style6:after, .vs-btn.style6::before {
  background-color: var(--theme-color);
}
.vs-btn.style7 {
  border-radius: 9999px;
}
.vs-btn.style8 {
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  background-color: transparent;
  border-radius: 9999px;
  padding: 17px 28px;
}
.vs-btn.style8:after, .vs-btn.style8:before {
  display: none;
}
.vs-btn.style8:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-btn.style9 {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 9999px;
}
.vs-btn.style10 {
  border: 2px solid var(--white-color);
  color: var(--white-color);
  background-color: transparent;
  border-radius: 9999px;
  padding: 17px 28px;
}
.vs-btn.style10:hover {
  border-color: transparent;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before {
  transform: rotateX(0);
}
.vs-btn:hover:after {
  transform: rotateY(0);
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 67px);
  height: var(--btn-size, 67px);
  line-height: var(--btn-size, 67px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  text-align: center;
  border-radius: 50%;
  padding: 0;
}
.icon-btn.style2 {
  border: 2px solid var(--white-color);
  color: var(--white-color);
  background-color: transparent;
}
.icon-btn.style2:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.style4, .icon-btn.style3 {
  --btn-size: 55px;
  background-color: #F2F6FF;
  color: var(--theme-color);
  border-radius: 5px;
}
.icon-btn.style4 {
  background-color: var(--white-color);
}
.icon-btn.style5 {
  background-color: var(--white-color);
  color: var(--title-color);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.08);
}
.icon-btn.style5:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: none;
}
.icon-btn.style6 {
  background-color: var(--theme-color);
  color: var(--white-color);
  --btn-size: 55px;
  --btn-font-size: 17px;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: transparent;
}
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 124px);
  height: var(--icon-size, 124px);
  line-height: var(--icon-size, 124px);
  font-size: var(--icon-font-size, 1.5em);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.play-btn.style3 i, .play-btn.style2 i {
  --icon-size: 60px;
  border-radius: 5px;
  --icon-font-size: 18px;
}
.play-btn.style2:after, .play-btn.style2:before {
  border-radius: 5px;
}
.play-btn.style3 i {
  background-color: rgba(14, 89, 242, 0.7);
}
.play-btn.style3:after, .play-btn.style3::before {
  display: none;
}
.play-btn.style4 {
  --icon-size: 120px;
  --icon-font-size: 30px;
}
.play-btn.style4:after, .play-btn.style4:before,
.play-btn.style4 i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style5 i {
  border-radius: 0;
  --icon-size: 120px;
  --icon-font-size: 30px;
}
.play-btn.style5:after, .play-btn.style5:before {
  border: 2px solid var(--theme-color);
  background-color: transparent;
  border-radius: 0;
}
.play-btn.style6 {
  --icon-size: 60px;
  --icon-font-size: 18px;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  -webkit-animation: spin 13s infinite linear;
          animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}
.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .play-btn.style4 {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }
}
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
.title-area h1, .frontpage h1, h1.maintitle {
  text-transform:uppercase;
  line-height: 1.35;
  margin: -0.25em 0 18px 0;
}
.title-area .richtext h2 {
  font-size: 30px;
  line-height: 38px;
}
.title-area .richtext h3 {
  font-size: 26px;
  line-height: 34px;
}
.title-area .richtext h4 {
  font-size: 22px;
  line-height: 30px;
}
.sec-title3, .sec-title {
  text-transform: uppercase;
  line-height: 1.35;
  margin: -0.25em 0 18px 0;
}
.sec-title2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: -0.3em 0 22px 0;
}
.sec-title3 {
}
.sec-title4 {
  font-size: 60px;
  line-height: 1.2;
}
.sec-subtitle2,
.sec-subtitle {
  text-transform: uppercase;
  display: block;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  margin: -0.25em 0 23px 0;
}
.sec-subtitle2 > i,
.sec-subtitle > i {
  margin-right: 15px;
}
.sec-subtitle2 {
  text-transform: none;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.sec-subtitle2 .fa-arrow-right {
  font-size: 1.1em;
  vertical-align: middle;
  transform: rotate(-30deg);
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 17px);
}
.tmpl-tuote .title-area {
  margin-bottom: 15px;
}
.sec-btns {
  padding: 13px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sec-btns i.fa-arrow-left {
  margin-left: 0;
  margin-right: 10px;
}
.sec-btns2 {
  margin-bottom: calc(var(--section-title-space) - 5px);
}
.sec-line-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 0 0 80px 0;
}
.sec-line-wrap .sec-title2 {
  margin: -0.3em 0 -0.4em 0;
}
.sec-line {
  background-color: var(--theme-color);
  flex: 1;
  height: 2px;
}
.border-title {
  position: relative;
  padding: 0 0 5px 0;
  margin-bottom: 0;
}
.border-title-border {
  width: 48px;
  height: 2px;
  display: inline-block;
  background-color: var(--theme-color);
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .sec-title4 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .sec-title4 {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .sec-title3.h1, .sec-title.h1 {
    font-size: 36px;
  }
  .title-area h1, .frontpage h1, h1.maintitle {
    font-size: 36px;
  }
  .sec-line-wrap {
    margin: 0 0 60px 0;
  }
  .sec-subtitle2 {
    margin-bottom: 15px;
  }
  .title-area {
    margin-bottom: 40px;
  }
  .tmpl-tuote .title-area {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sec-title3.h1,.sec-title.h1 {
    font-size: 30px;
  }
  .title-area h1, .frontpage h1, h1.maintitle {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 16px;
  }
  .sec-line-wrap {
    margin: 0 0 40px 0;
    gap: 10px;
  }
  .sec-title4 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}
.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}
.z-index-common {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
}
.z-index-common span {
  font-size:18px;
}
.z-index-n1 {
  z-index: -1;
}
.media-body {
  flex: 1;
}
@media (min-width: 1921px) {
  .ls-wrapper > .ls-layer.d-hd-none,
.ls-wrapper > a > .ls-layer.d-hd-none,
.d-hd-none {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .d-xxxl-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .big-name {
    font-size: 75px;
    margin: -20px 0 -12px 0;
    letter-spacing: 0;
    text-align: center;
  }
  .vs-hero-wrapper,
  .vs-hero-carousel,
  .ls-slide {
      min-height: 520px !important;
  }
  .ls-bg-outer {
      height: 520px !important;
      min-height: 520px !important;
  }
  .ls-bg {
      width: 100% !important;
      height: 100% !important;
      min-height: 520px !important;
      object-fit: cover !important;
  }
}
@media (max-width: 576px) {
  .vs-hero-wrapper,
  .vs-hero-carousel,
  .ls-slide {
      min-height: 420px !important;
  }
  .ls-bg-outer {
      height: 420px !important;
      min-height: 420px !important;
  }
  .ls-bg {
      width: 100% !important;
      height: 100% !important;
      min-height: 420px !important;
      object-fit: cover !important;
  }
}
/* Font */
.font-icon {
  font-family: var(--icon-font);
}
.font-title {
  font-family: var(--title-font);
}
.font-body {
  font-family: var(--body-font);
}
.fw-light {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-extrabold {
  font-weight: 800;
}
.fs-md {
  font-size: 18px;
}
.fs-xs {
  font-size: 14px;
}
/* Background */
.bg-theme {
  background-color: var(--theme-color) !important;
}
.bg-smoke {
  background-color: var(--smoke-color) !important;
}
.bg-white {
  background-color: var(--white-color) !important;
}
.bg-black {
  background-color: var(--black-color) !important;
}
.bg-title {
  background-color: var(--title-color) !important;
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.bg-auto {
  background-size: auto auto;
}
/* Color */
.text-theme {
  color: var(--theme-color) !important;
}
.text-title {
  color: var(--title-color) !important;
}
.text-body {
  color: var(--body-color) !important;
}
.text-white {
  color: var(--white-color) !important;
}
.text-yellow {
  color: var(--yellow-color) !important;
}
.text-success {
  color: var(--success-color) !important;
}
.text-error {
  color: var(--error-color) !important;
}
.text-inherit, .footer-info-list .info a {
  color: inherit;
}
.text-inherit:hover, .footer-info-list .info a:hover {
  color: var(--theme-color);
}
a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}
.text-light2 {
  color: #919398;
}
/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}
[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
[data-overlay=theme]:before {
  background-color: var(--theme-color);
}
[data-overlay=title]:before {
  background-color: var(--title-color);
}
[data-overlay=white]:before {
  background-color: var(--white-color);
}
[data-overlay=black]:before {
  background-color: var(--black-color);
}
[data-opacity="1"]:before {
  opacity: 0.1;
}
[data-opacity="2"]:before {
  opacity: 0.2;
}
[data-opacity="3"]:before {
  opacity: 0.3;
}
[data-opacity="4"]:before {
  opacity: 0.4;
}
[data-opacity="5"]:before {
  opacity: 0.5;
}
[data-opacity="6"]:before {
  opacity: 0.6;
}
[data-opacity="7"]:before {
  opacity: 0.7;
}
[data-opacity="8"]:before {
  opacity: 0.8;
}
[data-opacity="9"]:before {
  opacity: 0.9;
}
[data-opacity="10"]:before {
  opacity: 1;
}
/* Animation */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadein {
  --animation-name: fadein-custom;
}
.slideinup {
  --animation-name: slideinup;
}
.slideindown {
  --animation-name: slideindown;
}
.slideinleft {
  --animation-name: slideinleft;
}
.slideinright {
  --animation-name: slideinright;
}
.animated, .hero-layout3 .hero-text, .hero-layout3 .hero-title, .hero-layout3 .hero-subtitle, .hero-layout2 .hero-play, .hero-layout2 .hero-shape2, .hero-layout2 .hero-title, .hero-layout2 .hero-subtitle, .hero-layout2 .hero-bg-text, .hero-layout1 .hero-text, .hero-layout1 .hero-title, .hero-btns {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}
.ripple-animation, .play-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Widget */
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul {
  margin: 0 0 -38px 0;
}
.widget_categories > ul li.is-in-active-path a.active {
  font-weight: 500;
}
.widget_categories > ul li ul {
  padding-left: 15px;
  padding-right: 0px;
  border-bottom: 1px solid #DADFEC;
  margin-bottom: 15px;
}
.widget_categories > ul li ul li a {
  font-size: 14px;
}
.widget_categories > ul li ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--theme-color);
}
.widget_categories > ul li ul li:last-child a {
  margin-bottom:0px;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: transparent;
  color: var(--body-color);
  margin: 0 0 18px 0;
  padding: 0 0 17px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #DADFEC;
}
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
  content: "\f178";
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--theme-color);
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
  border-bottom: none;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  text-align: center;
  position: absolute;
  right: 0;
  top: -4.5px;
  font-size: 16px;
  transition: all ease 0.4s;
}
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  color: var(--theme-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}
.widget_nav_menu .sub-menu {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    font-size: 14px;
  }
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  position: relative;
  margin-bottom: 40px;
  border: 6px;
}
.widget select,
.widget input {
  height: 55px;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  font-weight: 400;
}
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin: -0.07em 0 35px 0;
  font-family: var(--title-font);
}
.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  flex: 1;
}
.widget .search-form button {
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 17px;
}
.widget .search-form button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 80px;
  overflow: hidden;
}
.recent-post .media-img img {
  width: 100%;
  border-radius: 4px;
  transition: all ease 0.4s;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 5px 0;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 5px;
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}
.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb:hover img {
  transform: scale(1.2);
}
.sidebar-area {
  margin-bottom: -10px;
}
.sidebar-area .newsletter-form button {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin-top: 10px;
}
.recent-product {
  display: flex;
}
.recent-product .product-title {
  font-size: 16px;
}
.quote-box {
  position: relative;
  text-align: center;
  padding: 80px 30px;
  margin: 0 0 30px 0;
}
.quote-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 26, 62, 0.7);
}
.quote-box__title {
  color: var(--white-color);
  position: relative;
  z-index: 1;
  max-width: 200px;
  margin: -0.3em auto 25px auto;
}
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .recent-post .post-title {
    font-size: 14px;
    line-height: 22px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
.tagcloud a {
    padding: 10.5px 18px;
  }
}
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
  .sidebar-gallery {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.footer-widget {
  margin-bottom: 40px;
  color:#333;
  margin: -0.3em 0 25px 0;
}
.vs-widget-about {

}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  margin: 0 0 27px 0;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .footer-links > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-widget .footer-links a {
  margin-bottom: 21px;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-text {
  margin: -0.3em 0 25px 0;
  max-width: 285px;
}
.footer-info {
  display: flex;
}
.footer-info_group {
  display: flex;
  justify-content: center;
  border-right: 1px solid #205c41;
  padding: 60px 0 60px 0;
}
.footer-info_group:last-child {
  border-right: none;
}
.footer-info_icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #205c41;
  color: var(--white-color);
  font-size: 30px;
  margin: 0 25px 0 0;
  display: inline-block;
  border-radius: 5px;
}
.footer-info_label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}
.footer-info_link {
  max-width: 190px;
  color: #333;
  margin: 0 0 -0.15em 0;
}
.footer-info_link p {
  color: #333;
  margin: 0 0 -0.15em 0;
}
.footer-info_link a {
  color: inherit;
}
.footer-info_link a:hover {
  color: var(--theme-color);
}
.footer-number {
  border-top: 1px solid #14284F;
  padding: 43px 0 0 0;
  margin: 34px 0 0 0;
  position: relative;
}
.footer-number:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -60px;
  width: 9999px;
  height: 1px;
  border: inherit;
}
.footer-number .info {
  color: var(--body-color);
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.footer-number .info:hover {
  color: var(--theme-color);
}
.footer-number .title {
  margin: 0 0 7px 0;
}
.footer-map {
  max-width: 400px;
  width: 100%;
}
.footer-map frame {
  max-width: 100%;
}
.footer-social .social-title {
  font-family: var(--title-font);
  color: var(--title-color);
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}
.footer-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 5px 0 0;
  color: var(--white-color);
  background-color: #205c41;
  text-align: center;
  border-radius: 5px;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.footer-social.flags a {
  background-color: transparent;
  outline: 0px solid #e7e8ec;
  outline-offset: 0px;
  color: var(--body-color);
  box-shadow:none;
}
.footer-social.flags a img {
  border:1px solid #f2f2f2;
}
.footer-newsletter {
  display: flex;
}
.footer-newsletter input {
  background-color: transparent;
  border-radius: 5px 0 0 5px;
  border: 1px solid #14284F;
  height: 55px;
  color: var(--white-color);
  flex: 1;
}
.footer-newsletter input::-moz-placeholder {
  color: var(--white-color);
}
.footer-newsletter input::placeholder {
  color: var(--white-color);
}
.footer-newsletter .vs-btn {
  border-radius: 0 5px 5px 0;
}
.footer-newsletter .vs-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.footer-newsletter .vs-btn:after, .footer-newsletter .vs-btn::before {
  display: none;
}
.footer-schedule table {
  border: none;
  margin: -0.3em 0 0 0;
}
.footer-schedule th,
.footer-schedule td {
  padding: 0 0 10px 0;
  color: var(--body-color);
  border: none;
  font-weight: 400;
}
.footer-number1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--body-color);
  font-family: var(--title-font);
  margin-bottom: 25px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer-mail1,
.footer-address1 {
  padding-left: 25px;
  position: relative;
}
.footer-mail1 > i:first-child,
.footer-address1 > i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-address1 {
  max-width: 250px;
}
.footer-mail1 {
  color: var(--body-color);
  text-decoration: underline;
}
.footer-mail1 i:first-child {
  top: 2px;
}
.footer-info-list {
  margin: 35px 0 22px 0;
}
.footer-info-list .info {
  position: relative;
  margin-bottom: 21px;
  padding-left: 30px;
  max-width: 250px;
}
.footer-info-list .info i:first-child {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--theme-color);
}
.newsletter-form2 .form_text {
  margin: -0.3em 0 22px 0;
  display: block;
  max-width: 300px;
}
.newsletter-form2 input {
  background-color: #ebecf1;
  margin-bottom: 15px;
  border-radius: 7px;
}
@media (max-width: 1399px) {
  .menu-all-pages-container.footer-links {
    width: 330px;
    max-width: 100%;
  }
  .footer-number:before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
  }
  .footer-number {
    padding: 27px 0 0 0;
    margin: 17px 0 0 0;
  }
  .footer-info {
    display: block;
    text-align: center;
  }
  .footer-info_icon {
    margin: 0 0 20px 0;
  }
  .footer-info_group {
    padding: 0;
    border: none;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
}
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .footer-layout1 .footer-widget.widget_meta a,
.footer-layout1 .footer-widget.widget_pages a,
.footer-layout1 .footer-widget.widget_archive a,
.footer-layout1 .footer-widget.widget_categories a,
.footer-layout1 .footer-widget.widget_nav_menu a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
  .footer-newsletter {
    display: block;
  }
  .footer-newsletter input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .footer-newsletter .vs-btn {
    border-radius: 5px;
  }
}
/* Header */
.vs-header {
  position: relative;
  z-index: 41;
}
.header-logo img {
  width: 100%;
  height: auto;
  max-width: 350px;
}
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 15px;
  color: var(--title-color);
  padding: 0px!important;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin:10px!important;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu{
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a {
  font-size: 15px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 14.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.5em;
  left: 0;
  margin-left: -19px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 400;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.menu-style1 > ul > li > a {
  padding: 16.5px 0;
}
.header-text {
  margin: 0;
}
.header-text a  {
  color:#fff!important;
}
.header-text a:hover  {
  color:#fff!important;
  text-decoration: underline;
}
.header-text i {
  margin-right: 10px;
}
.search-box {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #E7EBF3;
}
.header-info {
  display: flex;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  border-left: 1px solid #E7EBF3;
}
.header-info:nth-child(2) {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header-info_icon {
  color: var(--theme-color);
  font-size: 24px;
  margin-right: 20px;
}
.header-info_label {
  font-size: 14px;
  color: var(--body-color);
  display: block;
  margin-bottom: 2px;
}
.header-info_link {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.header-info_link a {
  color: inherit;
}
.header-info_link a:hover {
  color: var(--theme-color);
}
.header-info.style2 {
  padding: 0;
  border: none;
  margin: 0;
}
.header-info.style2 .header-info_icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  background-color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}
.header-info.style2 .header-info_label {
  color: var(--title-color);
  font-weight: 500;
}
.header-info.style2 .header-info_link {
  color: var(--theme-color);
  font-weight: 400;
  font-size: 24px;
}
.header-info.style2 .header-info_link a:hover {
  color: var(--title-color);
}
.searchbox input {
  background-color: #eee;
}
.searchbox form {
  padding-bottom: 1em;
  padding-top: 1em;
}
.header-search {
  display: flex;
  width: 70px;
  max-width: 100%;
}
.header-search input {
  flex: 1;
  border: none;
  padding: 0 20px 0 20px;
  height: 35px;
  width: 100%;
  border-radius: 4px;
  transition: all ease 0.4s;
}
.header-search button {
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 13px;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  margin: 10px;
}
.header-search button i {
  color: var(--white-color);
  font-size: 15px;
}
.header-search button:hover {
  background-color: black;
}
.header-search input:focus {
  padding: 0 20px 0 20px;
  background-color: var(--smoke-color);
}
.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--title-font);
  padding: 0 30px 0 0;
  margin: 0 26px 0 0;
  border-right: 1px solid #CAD4F1;
  line-height: 23px;
}
.header-links li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.header-links i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.header-links a {
  color: inherit;
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links.style-white i,
.header-links.style-white li {
  color: var(--white-color);
  border-color: #558EFF;
}
.header-social {
  font-size: 14px;
}
.header-social p {
  margin-bottom: 0px;
}
.header-social .social-title {
  color: var(--title-color);
  display: inline-block;
}
.header-social a {
  display: inline-block;
  color: var(--title-color);
  margin-right: 15px;
}
.header-social a:hover {
  color: #fff!important;
  text-decoration: underline;
}
.header-social.style-white .social-title,
.header-social.style-white a {
  color: var(--white-color);
}
.header-social.style-white a:hover {
  color: var(--title-color);
}
.logo-style1 {
  background: linear-gradient(278.46deg, #00BCFA 0.91%, #0E59F2 71.89%, #0E59F2 100%);
  padding: 30px 35px 30px 35px;
  border-radius: 5px 0px 0px 5px;
  line-height: 0;
  margin: -1px 0;
}
.header-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.header-box {
  border: 10px solid var(--theme-color);
  background-color: var(--white-color);
  padding: 20px;
}
.header-box__icon {
  border-radius: 5px;
  margin: 0 15px 0 0;
  font-size: 18px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-box__title {
  display: inline-block;
  color: var(--title-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.header-box__number {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color);
  margin: 15px 0 0 0;
}
.header-dropdown > .dropdown-toggle {
  color: var(--title-color);
}
.header-dropdown > .dropdown-toggle i {
  margin: 0 10px 0 0;
}
.header-dropdown > .dropdown-toggle:after {
  content: "\f107";
  font-family: var(--icon-font);
  border: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.header-dropdown > .dropdown-toggle:hover {
  color: var(--theme-color);
}
.header-dropdown ul.dropdown-menu {
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: -15px !important;
  margin-top: 15px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  position: relative;
  z-index: 1;
  border: none;
}
.header-dropdown ul.dropdown-menu li {
  margin-bottom: 10px;
}
.header-dropdown ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu a {
  display: block;
  margin: 0 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  color: var(--title-color);
  font-weight: 400;
  font-size: 14px;
}
.header-dropdown ul.dropdown-menu a:hover {
  color: var(--theme-color);
}
.header-dropdown ul.dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}
.header-dropdown ul.dropdown-menu a:last-of-type, .header-dropdown ul.dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-dropdown ul.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 47px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.header-dropdown.style-white > .dropdown-toggle {
  color: var(--white-color);
}
.header-dropdown.style-white > .dropdown-toggle:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}
.header-layout1 .header-top {
  background-color: #205c41;
  padding: 9.5px 0;
  color:#fff;
}
.header-layout1 .menu-top {
  border-bottom: 1px solid #E7EBF3;
}
.header-layout1 .header-text {
  color: var(--white-color);
}
.sticky-wrapper .container {
  padding-top:1em;
  padding-bottom: 1em;
}
@media (min-width: 1921px) {
  .logo-style1 {
    margin-bottom: -1px;
  }
}
@media (max-width: 1199px) {
  .header-search {
    width: 70px;
  }
  .mobile-search .header-search {
    width: 100%!important;
    padding-right: 25px;
  }
  .main-menu > ul > li {
    margin: 0 14px;
  }
}
@media (max-width: 991px) {
  .header-links li {
    padding-right: 15px;
    margin-right: 10px;
  }
  .header-logo {
    padding: 15px 0;
  }
  .logo-style1 {
    padding: 20px 20px 20px 20px;
  }
  .header-layout1 .vs-menu-toggle {
    margin: 10px 0;
  }
}
@media (max-width: 575px) {
  .header-info:nth-child(2) {
    padding-left: 10px;
  }
  .header-info_label {
    font-size: 14px;
  }
  .header-info_link {
    font-size: 16px;
  }
  .header-info_icon {
    font-size: 20px;
    margin-right: 10px;
  }
  .header-links li {
    padding-right: 10px;
    margin-right: 0;
    border-right: none;
    font-size: 12px;
  }
  .header-links li i {
    margin-right: 5px;
  }
  .logo-style1 {
    padding: 15px 15px 15px 15px;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .search-box {
    border:none;
    width: 100%;
    text-align: center;
  }
  .search-box .header-search  {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .search-box .header-search button  {
    margin: 5px;
  }
  .header-info {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .vs-header .container {
    width: 100%;
    max-width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-info {
    width: 30%;
    display: inline-flex;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:0px;
    padding-top:0px;
    text-align: center;
  }
  .header-info .media-body {
    display:none;
  }
  .header-search {
    display: flex;
    width: 70px;
    max-width: 100%;
  }
  .header-search input {
    flex: 1;
    border: none;
    padding: 0 20px 0 20px;
    height: 35px;
    width: 100%;
    border-radius: 4px;
    transition: all ease 0.4s;
  }
  .header-search button {
    width:20px;
    height: 20px;
    background: transparent;
  }
  .header-search button i {
    font-size: 18px;
    color:#205c41;
    background: transparent;
  }
  .search-box {
    width: 30%;
    text-align: center;
    display: inline-flex;
  }
  .searchbox {
    border-left:1px solid #ddd;
  }
  .search-box .header-search  {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-info_link {
    font-size: 14px;
    font-weight: 500;
  }
  .header-info_icon {
    font-size: 20px;
    margin-right: 0px;
    margin-left: 15px;
    margin-bottom: 5px;
    width: 100%;
    display: block;
  }
  .header-info_label {
    display: none;
  }
  .mobile-icon {
    float: left;
    width: 250px;
  }
  .mobile-icon img {
    max-width: 250px;
    height: auto;
    width: 100%;
  }
  @media (max-width: 768px) {
    .mobile-icon {
      margin-top: 10px;
    }
  }
}
/* Footer */
.widget-area {
  padding-top: 48px;
  padding-bottom: 10px;
}
.widget-area h3 {
  color:#000;
}
.widget-area ul li a {
  color:#000;
}
.widget-area ul li a.active {
  color:#205c41;
  font-weight:700;
}
.widget-area p {
  color:#333;
}
.widget-area p a:hover {
  color:#205c41;
  text-decoration: underline;
}
.footerlogo img {
  width: 100%;
  height: auto;
  max-width: 275px;
  margin-bottom: 1em;
}
.copyright-wrap {
  text-align: center;
  padding: 29px 0;
  background-color: #205c41;
  color:#fff;
}
.copyright-wrap p {
  margin: 0;
  font-size: 14px;
  color:#fff;
}
.copyright-wrap p a {
  font-size: 14px;
  color:#fff;
  font-weight: 500;
}
.footer-layout1 {
  --body-color: #8A99B4;
  --title-color: #fff;
}
.footer-layout1 {
  background: #fff;
}
.footer-layout1 .footer-top {
  border-bottom: 1px solid #205c41;
}
@media (max-width: 1500px) {

}
@media (max-width: 1199px) {
.footer-layout1 .footer-top {
    padding: 50px 0;
  }
.footer-layout1 .footer-top .row {
    --bs-gutter-y: 40px;
  }
}
@media (max-width: 991px) {
  .footer-layout1 {
    text-align: center;
  }
  .footer-layout1 .footer-text {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Breadcrump */
.breadcumb-menu {
  max-width: 100%;
  margin: -0.35em 0 -0.35em 0;
  padding: 0;
  list-style-type: none;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin: 0 5px 0 10px;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--title-font);
  color: var(--white-color);
}
.breadcumb-title {
  color: var(--white-color);
  margin: -0.3em 0 -0.35em 0;
  max-width: 40%;
  width: 100%;
  font-size: 30px;
}
.breadcumb-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
}
.breadcumb-wrapper {
  padding-top: 140px;
  padding-bottom: 135px;
  background-color: var(--title-color);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index:1;
}
.breadcumb-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index:-1;
}
.breadcumb-wrapper.no-bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color:#fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.breadcumb-wrapper.no-bg::after {
  background: rgba(0, 0, 0, 0);
}
.breadcumb-wrapper.no-bg .breadcumb-title {
  color: #333;
  margin: -0.3em 0 -0.35em 0;
  max-width: 40%;
  width: 100%;
  font-size: 20px;
}
.breadcumb-wrapper.no-bg .breadcumb-menu li,
.breadcumb-wrapper.no-bg .breadcumb-menu a,
.breadcumb-wrapper.no-bg .breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 15px;
  font-family: var(--title-font);
  color:#333;
}
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .breadcumb-wrapper.no-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .breadcumb-content {
    display: block;
  }
  .breadcumb-title {
    max-width: 100%;
    font-size: 16px;
  }
  .breadcumb-menu {
    margin-top: 15px;
  }
  .breadcumb-menu a {
    font-size: 13px;
  }
  .breadcumb-wrapper.no-bg .breadcumb-menu {
    margin-top: 0px;
  }
  .breadcumb-wrapper.no-bg .breadcumb-menu a {
      font-size: 13px;
    }
}
/* Pagination  */
.vs-pagination {
  margin-bottom: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  font-family: var(--body-font);
  color: var(--title-color);
  text-align: center;
  position: relative;
  border: none;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-weight: 400;
  font-size: 20px;
  z-index: 1;
  background-color: #F5F9FF;
  border-radius: 5px;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none;
}
@media (max-width: 767px) {
  .vs-pagination span,
.vs-pagination a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
}
/* Blog */
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  background-color: var(--quote-bg, #EFF1F5);
  border-left: 4px solid var(--theme-color);
  padding: 43px 50px 42px 35px;
  margin: 35px 0;
}
blockquote p {
  font-family: inherit;
  color: inherit;
  z-index: 3;
  width: 100%;
  margin-bottom: 0 !important;
  line-height: 1.5;
  position: relative;
}
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  color: var(--theme-color);
  opacity: 0.3;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  margin-top: 20px;
  font-style: normal;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid var(--theme-color);
}

blockquote.vs-quote {
  text-align: center;
  padding: 40px 50px;
  border-left: 2px solid var(--theme-color);
}
blockquote.vs-quote:before {
  position: relative;
  bottom: 0;
  right: 0;
  font-weight: 300;
  opacity: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 34px;
  display: inline-block;
  margin: 0 0 28px 0;
  border-radius: 50%;
}
blockquote.vs-quote cite {
  padding: 0;
  margin-top: 23px;
}
blockquote.vs-quote cite::before {
  display: none;
}
blockquote.vs-quote .quote-author {
  display: block;
  font-size: 14px;
  color: #74787C;
  font-family: var(--title-font);
  display: block;
  font-weight: 400;
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  color: #8B919C;
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}
.blog-meta a:hover {
  color: var(--theme-color);
}
.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: var(--white-color);
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}
.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}
.vs-blog {
  margin-bottom: 30px;
}
.blog-inner-title {
  font-size: 30px;
  margin-top: -0.2em;
  margin-bottom: 8px;
}
.blog-single {
  position: relative;
  margin-bottom: 40px;
  background: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  padding: 0.1px 0 0.1px 0;
}
.blog-single .blog-meta {
  margin: -0.2em 0 10px 0;
}
.blog-single .blog-title {
  font-size: 30px;
  margin-bottom: 17px;
}
.blog-single .link-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 26px;
}
.blog-single .blog-date {
  color: var(--body-color);
}
.blog-single .blog-date i {
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.blog-single .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 13px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  line-height: 1;
  font-size: 16px;
  color: var(--body-color);
  text-align: center;
  display: block;
}
.blog-single .social-links a:hover {
  color: var(--theme-color);
}
.blog-single .blog-content {
  margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  padding: 0;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
}
.blog-single .blog-audio img,
.blog-single .blog-audio > *,
.blog-single .blog-img img,
.blog-single .blog-img > * {
  border-radius: 5px 5px 0 0;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 80px;
  --icon-font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.blog-details .blog-single {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.blog-details .blog-img {
  margin: 0 0 40px 0;
}
.blog-details .blog-img img {
  border-radius: 0;
}
.blog-details .blog-content {
  margin: 0;
}
.blog-style1 .img-download {
  position: relative;
}
.blog-style1 .img-download > a {
  position: absolute;
  top: 1em;
  left: 1em;
}
.blog-style1 .img-download > a img {
  border: 1px solid #fff;
  border-radius: 50px;
  background: #fff;
  margin: 1px;
}
.blog-style1 {
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.07);
  border-radius: 5px;
}
.blog-style1 .blog-meta {
  margin: 0 0 10px 0;
}
.blog-style1 .blog-content {
  padding: 35px 40px 33px 40px;
}
@media (max-width: 1399px) {
  .blog-style2 .blog-content {
    padding: 30px 25px 35px 25px;
  }
  .blog-style1 .blog-content {
    padding: 35px 25px 33px 25px;
  }
  .blog-style1 .blog-title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  blockquote {
    font-size: 20px;
    padding: 23px 30px 26px 30px;
  }
  blockquote cite {
    font-size: 16px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-meta span,
.blog-meta a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  blockquote.vs-quote {
    padding: 40px 15px;
  }
  blockquote.vs-quote p {
    line-height: 1.8;
  }
  blockquote.vs-quote cite {
    padding: 0;
    margin-top: 10px;
  }
  .blog-inner-title {
    font-size: 26px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 20px;
  }
  .blog-single .blog-img .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .blog-author {
    display: block;
    padding: 30px 15px;
  }
  .blog-author .media-img {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .blog-author .media-img img {
    width: 100%;
  }
  .blog-author .author-name {
    font-size: 18px;
  }
  .blog-author .author-degi {
    margin-bottom: 10px;
  }
}
/* Carousel */
.ls-slide-backgrounds {
    background: black!important;
}
.ls-slide-backgrounds h3 {
    font-size:10px!important;
    color:#fff;
}
.ls-slide-backgrounds img {
  object-fit: cover;
  opacity: 0.5!important;
}
.ls-btn-group {
  display: flex;
  gap: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.ls-arrow-vertical .icon-btn {
  display: block;
  margin-bottom: 20px;
}
.ls-arrow-vertical .icon-btn:last-child {
  margin-bottom: 0;
}
.ls-play-btn .play-btn {
  --icon-size: 100%;
  width: 100%;
  height: 100%;
}
.ls-play-btn .play-btn i {
  line-height: 1;
}
.ls-play-btn .play-btn i:before {
  position: absolute;
  left: 52%;
  top: 49%;
  transform: translate(-50%, -50%);
}
.hero-style3 .ls-inner {
  background-size: cover !important;
}
.ls-custom-dot {
  display: block;
  background-color: transparent;
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 52px);
  border: 2px solid var(--white-color);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  border-radius: 50%;
  margin: 20px 0;
}
.ls-custom-dot:first-child {
  margin-top: 0;
}
.ls-custom-dot:last-child {
  margin-bottom: 0;
}
.ls-custom-dot:focus {
  outline: none;
}
.ls-custom-dot:hover, .ls-custom-dot.active {
  background-color: var(--white-color);
  color: var(--theme-color);
  border-color: transparent;
}
.ls-custom-dot.active {
  transform: scale(1.1);
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 1500px) {
  .ls-hero-layout4 {
    margin-top: -63px;
  }
}
@media (max-width: 767px) {
  .ls-btn-group {
    justify-content: center;
    gap: 10px;
  }
  .ls-btn-group .vs-btn {
    padding: 11.5px 14px;
    font-size: 12px;
  }
  .vs-btn.style10.mobile-white {
    background-color: var(--white-color);
    border-color: transparent;
    color: var(--title-color);
  }
  .hero-layout1 .hero-title {
    font-size: 30px;
  }
  .hero-layout1 .hero-innertext {
    border: none;
    padding: 0;
    display: inline;
    font-size: inherit;
    margin: 0;
    vertical-align: top;
    text-decoration: underline;
  }
  .hero-layout2 .hero-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .hero-layout2 .hero-subtitle {
    font-size: 14px;
  }
  .hero-layout2 .hero-bg-text {
    font-size: 70px;
  }
  .hero-layout2 .hero-shape2 {
    max-width: 150px;
  }
  .hero-layout3 .hero-subtitle {
    font-size: 16px;
  }
  .hero-layout3 .hero-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
/* Featires */
.feature-style1 {
  background-color: var(--white-color);
  padding: 50px 40px;
  box-shadow: 0px 18px 13px rgba(234, 240, 250, 0.5);
  border-radius: 5px;
  position: relative;
  margin-bottom: 60px;
}
.feature-style1:before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  height: 3px;
  width: calc(100% - 80px);
  background-color: var(--theme-color);
}
.feature-style1 .feature-icon {
  margin: 0 0 15px 0;
}
.feature-style1 .feature-icon img {
  border: 1px solid #F0F0F0;
  border-radius: 50px;
}
.feature-style1 .feature-title {
  margin: 0 0 13px 0;
}
.feature-style1 .feature-text {
  margin: 0 0 20px 0;
}
.feature-style1:hover .vs-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}
@media (min-width: 991px) {
  .feature-wrap1.space-top {
    padding-top: 1px;
  }
  .feature-wrap1 > .container {
    position: relative;
    z-index: 36;
    margin-top: -75px;
  }
}
@media (max-width: 1199px) {
  .feature-slide2 .feature-style2 {
    box-shadow: 0px 10px 21px rgba(169, 177, 193, 0.15);
  }
}
@media (max-width: 991px) {
  .feature-style1 {
    padding: 40px 30px;
    border: 1px solid #F0F0F0;
  }
}
@media (max-width: 767px) {
  .feature-style1 {
    padding: 40px 20px;
    margin-bottom: 25px;
  }
  .feature-style2 {
    padding: 40px 25px 32px 25px;
  }
}
/* Yhteystiedot */
.contact-boxes {
  margin-top: 35px;
}
/* Tiimi */
.row.team {
  margin-top: 55px;
  margin-bottom: 35px;
  padding: 10px;
}
.team-style1 {
  overflow: hidden;
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  margin: 0 0 30px 0;
  transition: all ease 0.4s;
}
.team-style1 .team-img {
  overflow: hidden;
  position: relative;
}
.team-style1 .team-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1);
  max-width: 400px;
  height: auto;
  padding: 25px;
}
.team-style1 .team-content {
  padding: 25px;
  text-align: center;
}
.team-style1 .team-title {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.team-style1:hover {
  /*background-color: #F6F7FA;
  box-shadow: none;*/
}
.team-style1:hover .team-img img {
  transform: scale(1.1);
}
.team-about .team-name {
  margin: -0.3em 0 0 0;
}
.team-about .team-text {
  margin: 0 0 35px 0;
}
.team-about .vs-btn {
  margin: 23px 0 0 0;
}
.team-inner {
  padding: 110px 0 93px 0;
  margin: 90px auto 120px auto;
  max-width: 1680px;
  width: 100%;
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  .team-about .team-text {
    margin: 0 0 25px 0;
  }
  .team-about .vs-btn {
    margin: 13px 0 0 0;
  }
  .team-inner {
    padding: 70px 0 53px 0;
    margin: 50px auto 80px auto;
  }
}
/* Products */
.project-style1 {
  background-color: var(--white-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
  margin: 0 0 30px 0;
}
.project-style1 .project-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.project-style1 .project-title {
  font-size: 20px;
  line-height: 28px;
}
.project-style1 .project-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  /*background-color: var(--theme-color);
  opacity: 0;*/
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 1;
}
.project-style1 .project-img img {
  transition: all ease 0.4s;
  transform: scale(1);
}
.project-style1 .project-desc {
  font-size: 14px;
  margin-bottom: 30px;
}
.project-style1 .project-content {
  padding: 25px 30px 30px 30px;
}
.project-style1 a.vs-btn {
  text-transform: none!important;
  font-size: 14px;
}
.project-style1:hover .vs-btn.style3 {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.project-style1:hover .project-img:before {
  transform: scale(1);
  opacity: 0.5;
  visibility: visible;
}
.project-style1:hover .project-img img {
  transform: scale(1.1);
}
/* Contact - Sidebar */
.project-contact {
  background-color: var(--theme-color);
  padding: 32px 40px 20px 40px;
}
.project-contact__title {
  color: var(--white-color);
  margin: 0 0 10px 0;
}
.project-contact__text {
  color: var(--white-color);
  margin: 0 0 22px 0;
}
.project-contact__info {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 33px;
}
.project-contact__info a {
  color: inherit;
}
.project-contact__info i {
  margin: 0 15px 0 0;
  position: absolute;
  left: 0;
  top: 3.5px;
}
@media (max-width: 1399px) {
  .project-box {
    padding: 35px 25px;
  }
  .project-contact {
    padding: 32px 25px 20px 25px;
  }
  .project-style1 .project-img img {
    width: 100%;
  }
  .project-style1 .project-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 575px) {
  .project-style1 .project-content {
    padding: 25px 20px 30px 20px;
  }
}
.contact-box {
  background-color: var(--smoke-color);
  padding: 60px;
  height: 100%;
}
.contact-box__title {
  margin: -0.4em 0 10px 0;
}
.contact-box__text {
  margin: 0 0 37px 0;
}
.contact-box__item {
  display: flex;
}
.contact-box__item:not(:last-child) {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #DADFEC;
}
.contact-box__icon {
  font-size: 30px;
  line-height: 1;
  color: var(--theme-color);
  align-self: flex-start;
  margin: 0 15px 0 0;
}
.contact-box .contact-icon {
  margin-bottom: 25px;
}
.contact-box .contact-icon img {
  background: #fff;
  border-radius: 50%;
}
.contact-box__label {
  font-size: 18px;
  margin: -0.3em 0 8px 0;
}
.contact-box__info {
  max-width: 235px;
  margin: 0 0 -0.5em 0;
}
.contact-box__info a {
  display: inline-block;
  color: inherit;
}
@media (max-width: 1399px) {
  .contact-box {
    padding: 40px;
  }
  .contact-box__title {
    margin: -0.3em 0 10px 0;
  }
}
@media (max-width: 575px) {
  .contact-box {
    padding: 40px 20px;
  }
  .contact-box__label {
    font-size: 16px;
  }
  .contact-box__icon {
    font-size: 20px;
  }
}
/* CTA  */
.cta-title1 {
  margin-bottom: -1rem;
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .cta-title1 {
    margin-bottom: -0.7rem;
  }
}
@media (max-width: 991px) {
  .cta-title1 {
    margin: -0.5em 0 30px 0;
  }
  .cta-wrap3 {
    padding-bottom: var(--section-space-mobile);
  }
}
/* Padding --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-5 {
  margin-top: 5px;
}
.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;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mt-n1 {
  margin-top: -0.25rem;
}
.mt-n2 {
  margin-top: -0.5rem;
}
.mt-n3 {
  margin-top: -1rem;
}
.mt-n4 {
  margin-top: -1.5rem;
}
.mt-n5 {
  margin-top: -3rem;
}
.mb-n1 {
  margin-bottom: -0.25rem;
}
.mb-n2 {
  margin-bottom: -0.5rem;
}
.mb-n3 {
  margin-bottom: -1rem;
}
.mb-n4 {
  margin-bottom: -1.5rem;
}
.mb-n5 {
  margin-bottom: -3rem;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.space,
.space-top {
  padding-top: var(--section-space);
}
.space,
.space-bottom {
  padding-bottom: var(--section-space);
}
.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}
.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}
@media (max-width: 991px) {
  .space,
.space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
.space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/* Search */
  [data-toggle='modal'] {
      background: #205c41;
      height: 3rem;
      width: 3rem;
      border-radius: 5px;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin: 2rem;
  }
  [data-toggle='modal'] i {
      font-size: 2rem;
      color: white;
  }
  .modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  }
  .modal.active {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .modal.active button {
    border-radius: 10px;
  }
  .search-content {
    width: 100%;
    max-width: 600px;
    background: transparent;
    margin-top:60px;
  }
  .search-input {
      width: 100%;
      padding: 1rem;
      font-size: 18px;
      border: none;
      border-radius: 6px;
      outline: none;
      background: rgba(255,255,255,0.95);
      color: #111;
      transition: all 0.2s ease;
  }
  .search-input::placeholder {
      color: #111;
  }
  .search-input:focus {
      background: rgba(255,255,255,0.95);
      border-bottom: 2px solid #205c41;
  }
  #search_results h4 {
      font-size: 22px;
      font-weight: 600;
      margin: 0 0 10px 0;
      border-bottom: 1px solid rgba(255,255,255,0.3);
      padding-bottom: 5px;
      color: #fff;
  }
  #search_results ul#search_results_ul {
      list-style: none;
      padding: 0;
      margin: 0;
      max-height: 400px;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      gap: 10px;
  }
  #search_results ul#search_results_ul li {
      background: rgba(255,255,255,0.05);
      border-left: 4px solid #205c41;
      padding: 12px 16px;
  		margin-right: 10px;
      border-radius: 6px;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 4px;
  }
  #search_results ul#search_results_ul li:hover {
      background: rgba(0,0,0,0.25);
      transform: translateX(2px);
  }
  #search_results ul#search_results_ul li a {
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      font-weight: 500;
  }
  #search_results ul#search_results_ul li .result-description {
      font-size: 14px;
      color: #ccc;
  }
  #search_results ul#search_results_ul::-webkit-scrollbar {
      width: 8px;
  }
  #search_results ul#search_results_ul::-webkit-scrollbar-track {
      background: rgba(255,255,255,0.05);
      border-radius: 4px;
  }
  #search_results ul#search_results_ul::-webkit-scrollbar-thumb {
      background: #205c41;
      border-radius: 4px;
  }
  [data-dismiss='modal'] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    background: #205c41;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border: 1px solid #163d2b;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  [data-dismiss='modal']:hover {
    background-color: #163d2b;
  }*/
/* Search results */
  #search_results h4 {
  	color:#fff;
  	z-index:200;
  	margin-bottom:5px;
  	margin-top: 15px;;
    font-size: 20px;
  }
  h6.closeresults {
  	color:#fff;
  	background:#205c41;
  	padding:10px;
  	width:200px;
  	text-align:center;
    margin-left: 0px;
  	font-size:14px;
  	margin-top:20px;
    font-weight: 500;
    border-radius: 10pxM
  }
  h6.closeresults:hover {
  	cursor:pointer;
    background:#fff;
    color:#205c41;
  }
  #search_results ul.search_results_ul {
    scrollbar-color: #eee #2d287a;
    scrollbar-width: thin;
  }
  @media (max-width: 575px) {
  	.search-input {
  	    padding: 0.9rem;
  	    font-size: 15px;
  	}
  	#search_results ul#search_results_ul li a {
  	    color: #fff;
  	    font-size: 15px;
  			font-weight: 400;
  	}
}
/* Manuals */
.manuals {
	padding-top:2em;
	padding-bottom:2em;
}
.manuals .file {

}
.manuals .card-body {
    background-color: #fff;
}
.manuals .card-text h3 {
    text-align: center;
  	color:#000!important;
  	font-weight:600;
  	height:auto;
  	text-transform:none;
    font-size: 16px;
}
.manuals p.card-text {
    font-size:14px!important;
	  text-align:center;
    color:#000!important;
}
.manuals .card-footer a {
    text-align: center!important;
}
.manuals img {
    width:100%;
    max-width: 50px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:1em;
}
.manuals p.mellow-no-file {
  margin-bottom: 5px;
  margin-top: 5px;
}
/* Landing */
.tmpl-landing {
  background-image:url(/assets/img/bg-landing.jpg);
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: center center;
  background-size: cover;
}
@media (max-width:991px) {
  .tmpl-landing {
    background-image:url(/assets/img/bg-landing-991.jpg);
  }
}
@media (max-width: 768px) {
  .tmpl-landing {
    background-image:url(/assets/img/bg-landing-768.jpg);
  }
}
@media (max-width: 576px) {
  .tmpl-landing {
    /*background-image:none;
    background: white;*/
    background-image:url(/assets/img/bg-landing-576.jpg);
  }
}
@media (max-width: 450px) {
  .tmpl-landing {
    /*background-image:none;
    background: white;*/
    background-image:url(/assets/img/bg-landing-450.jpg);
  }
}
.landing-top {
  padding-top: 35px;
  padding-bottom: 0px;
}
.landing-logo {
  margin-top: 5px;
  margin-bottom: 5px;
}
.landing-logo a img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.landing-page {
  padding-top: 50px;
  padding-bottom: 100px;
}
.choose-box {
  margin-bottom:10px;
  margin-top: 10px;
  width: 100%;
  clear: right;
}
.choose-wrapper {
  background: #205c41;
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 30px);
  padding: 15px 60px 15px 30px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  border-left: solid 8px #f5d19f;
  /*border-right: solid 8px #f5d19f;*/
}
.choose-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(/assets/img/arrow-white-mobile.png) no-repeat center / contain;
  pointer-events: none;
  transition: transform 0.25s ease, right 0.25s ease;
}
.choose-wrapper:hover {
  background-color: #17422f;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.choose-wrapper:hover::after {
  right: 16px;
  transform: translateY(-50%) translateX(4px);
}
.choose-wrapper:focus-within {
  outline: 2px solid rgba(255,255,255,0.7);
  outline-offset: 3px;
}
.choose-wrapper h2 {
  color: white;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 34px;
}
.choose-wrapper a p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}
.choose-wrapper:hover {
  color:#fff;
}
.choose-wrapper a:hover {
  text-decoration: none!important;
}
@media (max-width: 768px) {
  .choose-wrapper h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .choose-wrapper a p {
    font-size: 18px;
  }
  .landing-logo a img {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .choose-wrapper h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .choose-wrapper a p {
    font-size: 16px;
  }
  .landing-logo a img {
    max-width: 300px;
  }
}
/* Product image */
.product-image a {

}
.product-image a:hover {
    opacity: .76;
}
/* Product price */
.price-box {
  background: #f2f2f2;
  border-radius: 25px;
  padding: 20px;
  margin-top: 35px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 250px;
  text-align: center;
}
.price-box p.price {
  color: red;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.price-box p.normal-price {
  color: black;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
}
/* Product gallery */
.product-gallery {
  margin-left: 15px;
  margin-right: 10px;
}
.product-gallery .portfolio-item {
  padding: 0px;
}
.product-gallery .single-portfolio {
  border:1px solid #eee;
  padding: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-gallery .single-portfolio:hover {
  border:3px solid #333;
}
@media (max-width: 576px) {

}
/* Images */
.module-kuvia {
	margin-top:1em;
	margin-bottom:1em;
	padding:0.5em;
}
.size-large {
	clear:both!important;
	width:100%;
	margin-top:1em;
	margin-bottom:1em;
	float:left;
}
.size-large img {
	width:100%;
	height:auto;
}
.size-small {
	clear:right!important;
	width:50%;
	float:left!important;
	margin-top:1em;
	margin-bottom:1em;
}
.size-small img {
	width:100%;
	height:auto;
}
.size-large .img-content, .size-small .img-content {
	margin:0.5em;
}
@media screen and (max-width: 576px) {
	.module-youtube, .size-large, .size-small {
		width:100%;
	}
}
.sisaltokuva img {
  width: 100%;
  height: auto;
  max-width: 550px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Resellers */
.resellers {
  row-gap: 1.8rem;
  margin-top: 35px;
  margin-bottom: 10px;
}
.reseller-logo .logo-holder {
  height: 120px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  transition: all 0.28s ease;
}
.reseller-logo .logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.reseller-logo img {
  max-width: 100%;
  max-height: 55px;
  object-fit: contain;
  filter: grayscale(0%) opacity(1);
  transition: all 0.28s ease;
}
.reseller-logo:hover .logo-holder {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
  border-color: rgba(0,0,0,0.08);
}
.reseller-logo .logo-img:hover img {
  transform: scale(1.04);
  filter: grayscale(100%) opacity(0.7);
}
.reseller-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.reseller-link {
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
