@charset "UTF-8";
.hero-swiper-slider .swiper-slide-active .slide-title.splitting .char, .page-hero .hero-text-area .hero-title.splitting .char .char, .section-heading .section-title.splitting.animated .char,
.hero-swiper-slider .swiper-slide-active .slide-title.splitting .word,
.page-hero .hero-text-area .hero-title.splitting .char .word,
.section-heading .section-title.splitting.animated .word {
  opacity: 0;
  animation: fadeInDown 0.5s forwards ease-in-out;
}
.hero-swiper-slider .swiper-slide-active .slide-title.splitting .char, .page-hero .hero-text-area .hero-title.splitting .char .char, .section-heading .section-title.splitting.animated .char {
  animation-delay: calc(0.5s + 0.03s * var(--char-index));
}
.hero-swiper-slider .swiper-slide-active .slide-title.splitting .word, .page-hero .hero-text-area .hero-title.splitting .char .word, .section-heading .section-title.splitting.animated .word {
  animation-delay: calc(0.5s + 0.08s * var(--word-index));
}
.hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .char, .page-hero .hero-text-area .hero-subtitle.splitting .char, .section-heading .section-subtitle.splitting.animated .char,
.hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .word,
.page-hero .hero-text-area .hero-subtitle.splitting .word,
.section-heading .section-subtitle.splitting.animated .word {
  opacity: 0;
  animation: fadeInUp 0.5s forwards ease-in-out;
}
.hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .char, .page-hero .hero-text-area .hero-subtitle.splitting .char, .section-heading .section-subtitle.splitting.animated .char {
  animation-delay: calc(1s + 0.001s * var(--char-index));
}
.hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .word, .page-hero .hero-text-area .hero-subtitle.splitting .word, .section-heading .section-subtitle.splitting.animated .word {
  animation-delay: calc(1s + 0.001s * var(--word-index));
}
html,
body {
  scroll-behavior: unset !important;
}
body {
  font-family: "Nunito", "sans-serif";
  direction: ltr;
  text-align: left;
  position: relative;
  background: #fff;
}
section {
  overflow: hidden;
  position: relative;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.mega-section {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .mega-section {
    padding: 4rem 0;
  }
}
.elf-section {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .elf-section {
    padding: 3rem 0;
  }
}
.hollow-text {
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
}
.featured-text {
  color: #fff;
  position: relative;
}
.featured-text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1rem;
  left: 0;
  top: auto;
  bottom: 0.4px;
  background-color: #007eff;
}
.section-heading {
  margin-bottom: 3rem;
}
.section-heading .section-title, h1.maintitle {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 3rem;
  font-weight: 800;
  color: #141414;
  line-height: 1.1;
  letter-spacing: 2px;
}
.section-heading .section-title.splitting .char {
  text-transform: initial;
}
.section-heading .section-title.splitting .char:first-child {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-heading .section-title, h1.maintitle {
    font-size: 2rem;
  }
}
.section-heading .section-subtitle {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  padding: 0 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #707070;
}
.section-heading .section-subtitle.splitting .char:first-child {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-heading .section-subtitle {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-heading .section-subtitle {
    width: 100%;
  }
}
.adding-shadow {
  box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.25);
}
.parallax {
  background-attachment: fixed !important;
}
.overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  background: #000;
  opacity: 0.5;
}
.overlay-image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0.05;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.overlay-shape-image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
}
.overlay-photo-image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
}
.line-solid-main-color, .line-solid-accent-color, .line-gradient-color {
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 0.5rem;
  margin: 1rem auto;
  position: relative;
}
.line-solid-main-color::before, .line-solid-accent-color::before, .line-gradient-color::before, .line-solid-main-color::after, .line-solid-accent-color::after, .line-gradient-color::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: inherit;
  border-radius: inherit;
}
.line-solid-main-color::before, .line-solid-accent-color::before, .line-gradient-color::before {
  left: -30px;
}
.line-solid-main-color::after, .line-solid-accent-color::after, .line-gradient-color::after {
  right: -30px;
}
.line-gradient-color {
  background-color: #007eff;
}
.line-solid-accent-color {
  background-color: #1b4d48;
}
.line-solid-main-color {
  background-color: #007eff;
}
.line-side {
  margin-left: 0;
  margin-right: auto;
}
.enabeld-element {
  opacity: 1;
  pointer-events: auto;
}
.disabled-element {
  opacity: 0.2;
  pointer-events: none;
}
.see-more-area {
  display: block;
  text-align: center;
}
.wave-shape {
  display: block;
  width: 100%;
  fill: #fff;
}
.no-borders {
  border: none;
  outline: none;
}
.no-box-shadow {
  box-shadow: none !important;
}
.up-heading-span {
  display: block;
  margin-bottom: -7px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #707070;
}
.section-shape-divider-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section-shape-divider-bottom svg {
  display: block;
  width: 100%;
  height: 120px;
}
.section-shape-divider-bottom svg path {
  fill: #fff;
}
.section-shape-divider-bottom.fill-shade svg path {
  fill: #f2f2f2;
}
*::-moz-selection {
  background: #007eff;
  color: #fff;
}
*::selection {
  background: #007eff;
  color: #fff;
}
.text-gradient-color::-moz-selection {
  background: #007eff;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.text-gradient-color::selection {
  background: #007eff;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.info-items-list .menu-items {
  margin: 0;
  padding: 2rem 0;
  list-style: none;
}
.info-items-list .info-item {
  padding: 1.5rem 0;
  display: flex;
  align-items: start;
  justify-content: start;
}
@media (max-width: 767px) {
  .info-items-list .info-item {
    flex-direction: column;
  }
}
.info-items-list .info-item:hover .info-icon,
.info-items-list .info-item:hover .info-img-icon {
  transform: translateY(-5px);
  background-color: #007eff;
  color: #fff;
}
.info-items-list .info-title {
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.info-items-list .info-text {
  font-size: 1.1;
  opacity: 0.75;
}
.info-items-list .info-number {
  display: flex;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.8;
  color: #007eff;
}
.info-items-list .info-icon {
  display: flex;
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  color: #007eff;
  font-size: 2rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  background-color: rgba(19, 102, 226, 0.15);
  transition: all 0.3s ease-in-out 0s;
}
.info-items-list .info-img-icon {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease-in-out 0s;
}
/* Start video button animation*/
@keyframes anim-pulses {
  0% {
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0.5;
  }
  50% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0.75;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1);
    opacity: 0;
  }
}
/* Buttonit */
.ma-btn-secondary, .ma-btn-primary {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  outline: none;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  z-index: 0;
}
.ma-btn-secondary:hover, .ma-btn-primary:hover {
  text-decoration: none;
}
.ma-btn-secondary:focus, .ma-btn-primary:focus {
  outline: none !important;
}
.ma-btn-primary {
  border-color: #007eff;
  color: #fff;
  background: #007eff;
}
.ma-btn-primary:hover {
  color: #007eff;
  background: transparent;
  border-color: #007eff;
}
.ma-btn-primary:hover::before, .ma-btn-primary:hover::after {
  left: 100%;
  transform: rotate(-15deg) translateX(100%);
}
.ma-btn-primary::before, .ma-btn-primary::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-150%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.ma-btn-primary::after {
  transition-delay: 0.075s;
}
.ma-btn-secondary {
  border: 2px solid;
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.ma-btn-secondary:hover {
  background: #007eff;
  color: #fff;
}
.ma-btn-secondary:hover::before, .ma-btn-secondary:hover::after {
  left: 100%;
  transform: rotate(-15deg) translateX(100%);
}
.ma-btn-secondary::before, .ma-btn-secondary::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-105%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.ma-btn-secondary::after {
  transition-delay: 0.065s;
}
.play-btn-row-dir, .play-btn-col-dir {
  display: inline-block;
}
.play-btn-row-dir .play-video-btn, .play-btn-col-dir .play-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn-row-dir .play-video-btn:hover .play-btn-text::before, .play-btn-col-dir .play-video-btn:hover .play-btn-text::before {
  transform: scaleX(1);
}
.play-btn-row-dir .video-link, .play-btn-col-dir .video-link {
  text-decoration: none !important;
}
.play-btn-row-dir .play-btn, .play-btn-col-dir .play-btn {
  position: relative;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  background: transparent;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  transform-origin: center;
}
.play-btn-row-dir .play-btn:hover, .play-btn-col-dir .play-btn:hover {
  transform: scale(1.05);
}
.play-btn-row-dir .play-btn::before, .play-btn-col-dir .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  animation: anim-pulses infinite 2s linear;
}
.play-btn-row-dir .play-btn img.play-icon, .play-btn-col-dir .play-btn img.play-icon {
  width: 3rem;
  height: 3rem;
}
.play-btn-row-dir .play-btn-text, .play-btn-col-dir .play-btn-text {
  position: relative;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.play-btn-row-dir .play-btn-text::before, .play-btn-col-dir .play-btn-text::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 0.25rem;
  width: 100%;
  border-radius: 0.25rem;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
}
.play-btn-col-dir .play-video-btn {
  flex-direction: column;
}
.play-btn-col-dir .play-btn {
  margin-bottom: 0.75rem;
}
.play-btn-row-dir .play-video-btn {
  flex-direction: row;
}
.play-btn-row-dir .play-btn {
  margin-right: 0.75rem;
}
body.rounded-btns .ma-btn-primary,
body.rounded-btns .ma-btn-secondary,
body.rounded-btns .portfolio-btn {
  border-radius: 5rem;
}
body.smooth-squared-btns .ma-btn-primary,
body.smooth-squared-btns .ma-btn-secondary,
body.smooth-squared-btns .portfolio-btn {
  border-radius: 0.5rem;
}
body.hard-squared-btns .ma-btn-primary,
body.hard-squared-btns .ma-btn-secondary,
body.hard-squared-btns .portfolio-btn {
  border-radius: 0;
}
.ma-btn-squared {
  border-radius: 0.5rem !important;
}
.ma-btn-rounded {
  border-radius: 5rem !important;
}
.read-more {
  color: #007eff;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
}
.read-more:hover {
  color: #007eff;
  text-decoration: none;
  border-color: #007eff;
}
.read-more:hover .icon {
  transform: translateX(5px);
}
.read-more .icon {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  transition: transform 0.3s ease-in-out 0s;
}
/* Start ma-tabs rules */
.ma-tabs .tabs-links-list {
  position: relative;
  padding: 0.5rem 0rem;
  margin: 0;
  margin-bottom: 1rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .ma-tabs .tabs-links-list {
    flex-wrap: nowrap;
  }
}
.ma-tabs .b-line {
  position: absolute;
  left: 0;
  width: 120px;
  border-radius: 1rem;
  bottom: 0;
  height: 3px;
  background-color: #007eff;
  will-change: left, width;
  transition: all 0.3s ease-in-out 0s;
}
.ma-tabs .tab-link {
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 900;
  margin-right: 3rem;
  color: #707070;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.ma-tabs .tab-link:last-child {
  margin-right: 0;
}
.ma-tabs .tab-link.active, .ma-tabs .tab-link:hover {
  color: #007eff;
}
@media (max-width: 991px) {
  .ma-tabs .tab-link {
    font-size: 1rem;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .ma-tabs .tab-link {
    font-size: 0.85rem;
    margin-right: 0;
  }
}
.ma-tabs .switch,
.ma-tabs .toggler {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.ma-tabs .switch-btns-list {
  padding: 0.5rem;
  margin: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 5rem;
}
.ma-tabs .switch-btns-list .switch-btn {
  position: relative;
  padding: 0.75rem 1rem;
  display: inline-block;
  border: 2px solid rgba(112, 112, 112, 0.65);
  min-width: 140px;
  color: rgba(112, 112, 112, 0.65);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in 0s;
  cursor: pointer;
}
.ma-tabs .switch-btns-list .switch-btn:first-child {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  border-right: none;
}
.ma-tabs .switch-btns-list .switch-btn:last-child {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  border-left: none;
}
.ma-tabs .switch-btns-list .switch-btn:hover {
  border-color: #007eff;
  color: #007eff;
}
.ma-tabs .switch-btns-list .switch-btn.active {
  color: #fff;
  background-color: #007eff;
  border-color: #007eff;
}
.ma-tabs .toggler-label {
  font-size: 1.25rem;
  font-weight: 700;
}
.ma-tabs .toggler-label.active {
  color: #007eff;
}
.ma-tabs .toggle-btn {
  width: 60px;
  height: 30px;
  display: inline-block;
  position: relative;
  background-color: #007eff;
  border-radius: 2rem;
  z-index: 0;
  -webkit-appearance: none;
  outline: none;
  left: 0;
  right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  z-index: 1;
}
.ma-tabs .toggle-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 0.25rem solid #007eff;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
.ma-tabs .toggle-btn:checked::before {
  left: 100%;
  transform: translateX(-100%);
}
.ma-tabs .tabs {
  overflow: hidden;
}
.ma-tabs .tabs .tab-content {
  display: none;
  padding: 2rem 0;
}
.ma-tabs .tabs .visibale-tab {
  display: block;
  animation: fadeIn 0.8s ease-in-out;
}
/* Start Social icons list rules */
.sc-flat .sc-list, .dir-col .sc-list, .dir-row .sc-list {
  padding: 0;
  margin: 0;
  display: inline-flex;
  list-style: none;
}
.sc-flat .sc-list .sc-item, .dir-col .sc-list .sc-item, .dir-row .sc-list .sc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #007eff;
  transition: all 0.3s ease-in-out 0s;
}
.sc-flat .sc-list .sc-item:last-of-type, .dir-col .sc-list .sc-item:last-of-type, .dir-row .sc-list .sc-item:last-of-type {
  margin-bottom: 0;
}
.sc-flat .sc-list .sc-item:hover, .dir-col .sc-list .sc-item:hover, .dir-row .sc-list .sc-item:hover {
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
.sc-flat .sc-list .sc-item:hover .sc-icon, .dir-col .sc-list .sc-item:hover .sc-icon, .dir-row .sc-list .sc-item:hover .sc-icon {
  color: #007eff;
}
.sc-flat .sc-list .sc-link, .dir-col .sc-list .sc-link, .dir-row .sc-list .sc-link {
  display: flex;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}
.sc-flat .sc-list .sc-icon, .dir-col .sc-list .sc-icon, .dir-row .sc-list .sc-icon {
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.dir-row {
  padding: 0.75rem 0;
}
.dir-row .sc-list .sc-item {
  margin-right: 10px;
  margin-bottom: 5px;
}
.dir-row .sc-list .sc-item:last-of-type {
  margin-right: 0;
}
.dir-row .sc-list .sc-item:hover {
  transform: translateY(-5px);
}
.dir-col {
  padding: 0 0.75rem;
}
.dir-col .sc-list {
  flex-direction: column;
}
.dir-col .sc-list .sc-item {
  margin-bottom: 10px;
}
.dir-col .sc-list .sc-item:last-of-type {
  margin-bottom: 0;
}
.dir-col .sc-list .sc-item:hover {
  transform: translateX(5px);
}
.sc-flat .sc-list .sc-item {
  font-size: 1.1rem;
  border-radius: 0.25rem;
  background-color: transparent;
  padding: 0.5rem;
}
.sc-flat .sc-list .sc-item:hover {
  background: #007eff;
  box-shadow: none;
}
.sc-flat .sc-list .sc-item:hover .sc-icon {
  color: #007eff;
}
.sc-flat .sc-list .sc-item .sc-icon {
  color: #007eff;
}
.sc-size-40 .sc-item {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.sc-size-32 .sc-item {
  width: 32px;
  height: 32px;
  font-size: 0.85rem;
}
.sc-size-24 .sc-item {
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
}
.sc-size-16 .sc-item {
  width: 16px;
  height: 16px;
  font-size: 10px;
}
/* Sivun alkuun */
.back-to-top {
  position: fixed;
  bottom: -100px;
  border-radius: 50%;
  right: 30px;
  z-index: 20;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(19, 102, 226, 0.8);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
.back-to-top .left-arrow,
.back-to-top .right-arrow {
  display: flex;
}
.back-to-top:hover {
  background-color: #007eff;
}
.back-to-top .icon {
  transition: all 0.3s ease-in-out 0s;
}
.back-to-top.show {
  bottom: 30px;
}
/* Start loading screen rules */
.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #000;
}
.loading-screen .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-screen .spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  background: #007eff;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loading-screen .spinner .bounce1 {
  animation-delay: -0.32s;
}
.loading-screen .spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* Header  */
.page-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.page-header .main-navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 1035;
  height: 75px;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1199px) {
  .page-header .main-navbar {
    height: 75px;
  }
}
.page-header .navbar-brand {
  margin: 0;
  font-weight: 600;
  max-width: 150px;
  color: #007eff;
}
.page-header .navbar-brand .brand-logo {
  max-height: 100px;
}
.header-stand-out .navbar-brand .brand-logo {
  max-height: 50px;
}
@media (max-width: 1199px) {
  .page-header .navbar-brand .brand-logo {
    max-height: 40px;
  }
}
.page-header .navbar-brand .brand-logo.light-logo {
  display: block;
}
.page-header .navbar-brand .brand-logo.dark-logo {
  display: none;
}
.page-header .navbar-brand .brand-name {
  color: #fff;
  margin-left: 0.5rem;
}
.page-header .navbar-menu-wraper {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .page-header .navbar-menu-wraper {
    position: fixed;
    top: 75px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-in-out 0s;
  }
  .page-header .navbar-menu-wraper.show-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .page-header .navbar-menu-wraper.show-menu .navbar-nav {
    left: 0;
    height: calc(100% - 75px);
  }
}
.page-header .navbar-nav {
  display: flex;
  flex-direction: row;

  padding: 0 2rem;
  transition: all 0.5s ease-in-out 0s;
}
div.mobile {
  display: none;
}
li.nav-item.mobile img.img-fluid {
  width: 100%;
  max-width: 25px;
  height: auto;
}
/* Mobiilivalikko */
@media (max-width: 1199px) {
  .page-header .navbar-nav {
    flex-direction: column;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 75%;
    overflow: auto;
    top: -1px;
    padding: 0;
    padding-bottom: 1.5rem;
    background: #111;
    overflow-x: hidden;
    padding-top: 25px;
  }
  .page-header li.nav-item {
    background: #222;
    margin-bottom: 5px;
  }
  .page-header li.nav-item a {
    font-size: 18px;
  }
  div.mobile {
    display: block;
    width: 100%;
    max-width: 200px;
  }
  div.mobile a.header-cta {
    display: block!important;
    margin-left: 15px;
    margin-top: 15px;
  }
 li.nav-item.mobile {
    display: block;
  }
  li.nav-item.mobile img.img-fluid {
    max-width: 35px;
  }
}
.page-header .nav-item {
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 1.5rem;
}
.page-header .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .page-header .nav-item {
    margin-right: 0;
  }
}
.page-header .nav-link {
  position: relative;
  font-size:16px;
  font-weight: 300!important;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.page-header .nav-link.active {
  font-weight: 700!important;
  color: #fff;
}
.page-header .nav-link i {
  font-size: 12px;
  margin-left: 5px;
}
.page-header .nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 3.5rem;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.page-header .nav-link.active::after, .page-header .nav-link:hover::after {
  opacity: 1;
  visibility: visible;
  top: 2.5rem;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .page-header .nav-link.active::after, .page-header .nav-link:hover::after {
    display: none;
  }
}
.page-header .nav-link .icon {
  display: none;
}
@media (max-width: 1199px) {
  .page-header .nav-link .icon {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1rem;
  }
}
/* Mobiili */
@media (max-width: 1199px) {
  .page-header .nav-link {
    display: inline-block;
    padding: 1.25rem 1rem !important;
    width: 100%;
  }
  .page-header .nav-link:hover {
    padding-left: 1.5rem;
  }
}
.page-header .header-cta {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: #fff;
  color: #007eff;
  border-color: transparent;
}
.page-header .header-cta:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1199px) {
  .page-header .header-cta {
    display: none;
  }
}
.page-header .menu-toggler-btn {
  display: none;
}
@media (max-width: 1199px) {
  .page-header .menu-toggler-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 25px;
    z-index: 100;
    margin-bottom: 1rem;
    margin-top: 1rem;
    cursor: pointer;
  }
  .page-header .menu-toggler-btn > span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    transition: all 0.5s ease-in-out 0s;
    background-color: #fff;
  }
}
.page-header .close-menu-btn span:nth-child(1) {
  transform: rotate(225deg) translateY(-9px);
}
.page-header .close-menu-btn span:nth-child(2) {
  display: none;
}
.page-header .close-menu-btn span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px);
}
.has-sub-menu > .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  min-width: 18rem;
  left: 0;
  margin: 0;
  padding: 1rem 0;
  transform: translateY(4rem);
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(20, 20, 20, 0.25);
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1199px) {
  .has-sub-menu > .sub-menu {
    position: static;
    border: none;
    box-shadow: none;
    padding: 0;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    display: none;
    background-color: #007eff;
    transition: none;
  }
}
.has-sub-menu > .sub-menu .sub-menu-item {
  padding: 0;
  margin: 0;
}
.has-sub-menu > .sub-menu .sub-menu-link {
  color: #007eff;
  padding: 1rem 1rem 1rem 1.5rem !important;
  transition: all 0.25s ease-in-out 0s;
}
.has-sub-menu > .sub-menu .sub-menu-link:after {
  display: none;
}
.has-sub-menu > .sub-menu .sub-menu-link:hover {
  color: #fff;
  background-color: #007eff;
  padding-left: 2rem !important;
}
.has-sub-menu > .sub-menu .sub-menu-link .icon {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .has-sub-menu > .sub-menu .sub-menu-link {
    color: #f1f1f1;
  }
  .has-sub-menu > .sub-menu .sub-menu-link:hover {
    color: #007eff;
    background-color: #fff;
  }
}
.has-sub-menu .down-Arrow-icon {
  line-height: 1;
  font-size: 0.7rem;
  margin-left: 0.25rem;
}
.has-sub-menu:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(1rem);
}
@media (max-width: 1199px) {
  .has-sub-menu:hover > .sub-menu {
    transform: translateY(0);
  }
}
.has-sub-menu .has-sub-menu .sub-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.has-sub-menu .has-sub-menu:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.has-sub-menu .has-sub-menu .down-Arrow-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform, 0.25s;
}
@media (max-width: 1199px) {
  .has-sub-menu .has-sub-menu {
    position: static;
    transform: none;
  }
}
.header-stand-out {
  background-color: #007eff;
  border-color: transparent;
  box-shadow: 0 1px 30px rgba(20, 20, 20, 0.25);
}
.menu-on-start .navbar-menu-wraper {
  margin-right: auto;
  margin-left: 3rem;
}
@media (max-width: 1199px) {
  .menu-on-start .navbar-menu-wraper {
    margin: 0;
  }
}
.menu-on-end .navbar-menu-wraper {
  margin-left: auto;
  margin-right: 3rem;
}
@media (max-width: 1199px) {
  .menu-on-end .navbar-menu-wraper {
    margin: 0;
  }
}
.menu-on-center .navbar-menu-wraper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .menu-on-center .navbar-menu-wraper {
    margin: 0;
  }
}
/*  Hero  */
.page-hero {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  padding: 120px 0;
  background: black;
}
@media (max-width: 991px) {
  .page-hero {
    height: auto;
    min-height: 100vh;
  }
}
@media (max-height: 600px) {
  .page-hero {
    height: auto;
  }
}
.page-hero .hero-video-bg {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 991px) {
  .page-hero .hero-text-area {
    text-align: center;
  }
}
.page-hero .hero-text-area .hero-title,
.page-hero .hero-text-area .slide-title {
  font-weight: 800;
  font-size: 4rem;
  margin-bottom: 1.25rem;
  color: #fff;
  line-height: 1.1;
  position: relative;
}
@media (max-width: 991px) {
  .page-hero .hero-text-area .hero-title,
  .page-hero .hero-text-area .slide-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .page-hero .hero-text-area .hero-title,
  .page-hero .hero-text-area .slide-title {
    font-size: 2.5rem;
  }
}
.page-hero .hero-text-area .hero-subtitle,
.page-hero .hero-text-area .slide-subtitle {
  color: #f1f1f1;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-hero .hero-text-area .hero-subtitle,
  .page-hero .hero-text-area .slide-subtitle {
    font-size: 1rem;
  }
}
.page-hero .hero-text-area .narrow-centerd-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-hero .hero-text-area .narrow-centerd-text {
    width: 100%;
  }
}
.page-hero .social-icons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 900;
  margin-bottom: 0.75rem;
}
.page-hero .social-icons .sc-list .sc-item:not(:last-child) {
  margin-right: 1rem;
}
.page-hero .social-icons .sc-list .sc-item .sc-icon {
  color: #fff;
}
@media (max-width: 575px) {
  .page-hero .social-icons {
    display: none;
  }
}
@media (max-height: 500px) {
  .page-hero .social-icons {
    display: none;
  }
}
.page-hero .cta-links-area {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199px) {
  .page-hero .cta-links-area {
    text-align: center;
  }
}
.page-hero .cta-links-area .cta-link {
  margin-bottom: 0;
  margin-right: 0.75rem;
  font-size: 1.15rem;
  background: transparent;
  color: #fff;
  border-color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .page-hero .cta-links-area .cta-link {
    font-size: 1rem;
  }
}
.page-hero .cta-links-area .cta-link:last-child {
  margin-right: 0;
}
.page-hero .cta-links-area .cta-link:hover {
  background: #fff;
  color: #007eff;
  border-color: #fff;
}
.page-hero .cta-links-area .cta-link-primary {
  background: #007eff;
  color: #fff;
  border-color: #007eff;
}
.page-hero .cta-links-area .cta-link-primary:hover {
  background: #fff;
  color: #007eff;
  border-color: #fff;
}
.page-hero .overlay-image-bg {
  background-image: url("assets/images/hero-img-1.jpg");
  opacity: 1;
}
.page-hero .overlay-shape-image-bg {
  background-image: url("assets/images/shapes-bg.png");
  opacity: 1;
}
.page-hero .overlay-photo-image-bg {
  opacity: 1;
}
.hero-swiper-slider {
  padding: 0;
}
.hero-swiper-slider .swiper-slide {
  position: relative;
  padding: 120px 0;
  min-width: 100%;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}
@media (max-height: 600px) {
  .hero-swiper-slider .swiper-slide {
    height: auto;
  }
}
.hero-swiper-slider .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-swiper-slider .slider-bg .overlay-color {
  z-index: 1;
  opacity: 0.95;
}
.page-hero .overlay-color {
  z-index: 1;
  opacity: 0.45;
  background: black;
}
.hero-swiper-slider .slider-bg .slider-bg-img {
  max-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-swiper-slider .cta-links-area .cta-link,
.hero-swiper-slider .cta-links-area .play-video-btn,
.hero-swiper-slider .cta-links-area .btn-store {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.8s;
}
.hero-swiper-slider .cta-links-area .cta-link:last-child,
.hero-swiper-slider .cta-links-area .play-video-btn:last-child,
.hero-swiper-slider .cta-links-area .btn-store:last-child {
  transition-delay: 1s;
}
.hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
  background-image: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(19, 102, 226, 0.8);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0.25rem;
  background-color: #007eff;
  color: #fff;
  outline: none;
}
.hero-swiper-slider .swiper-button-prev .left-arrow,
.hero-swiper-slider .swiper-button-prev .right-arrow,
.hero-swiper-slider .swiper-button-next .left-arrow,
.hero-swiper-slider .swiper-button-next .right-arrow {
  display: flex;
}
.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background-color: #007eff;
}
.hero-swiper-slider .swiper-button-prev .icon,
.hero-swiper-slider .swiper-button-next .icon {
  transition: all 0.3s ease-in-out 0s;
}
.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  border-radius: 50%;
}
.hero-swiper-slider .swiper-button-prev {
  left: 3rem;
  right: auto;
}
.hero-swiper-slider .swiper-button-prev:hover .icon {
  transform: translateX(-0.25rem);
}
@media (max-width: 575px) {
  .hero-swiper-slider .swiper-button-prev {
    left: 10px;
  }
}
.hero-swiper-slider .swiper-button-next {
  left: auto;
  right: 3rem;
}
.hero-swiper-slider .swiper-button-next:hover .icon {
  transform: translateX(0.25rem);
}
@media (max-width: 575px) {
  .hero-swiper-slider .swiper-button-next {
    right: 10px;
  }
}
.hero-swiper-slider .swiper-slide-active .cta-links-area .cta-link,
.hero-swiper-slider .swiper-slide-active .cta-links-area .play-video-btn,
.hero-swiper-slider .swiper-slide-active .cta-links-area .btn-store {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.inner-page-hero {
  height: 50vh;
  min-height: 50vh;
}
.inner-page-hero .hero-text-area .hero-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
}
@media (max-width: 991px) {
  .inner-page-hero .hero-text-area .hero-title {
    font-size: 3rem;
  }
}
.inner-page-hero .hero-text-area .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin: 0;
  padding: 0;
}
.inner-page-hero .hero-text-area .breadcrumb .icon {
  margin-right: 0.5rem;
}
.inner-page-hero .hero-text-area .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);

  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .inner-page-hero .hero-text-area .breadcrumb-item {
    font-size: 1rem;
  }
}
.inner-page-hero .hero-text-area .breadcrumb-item:before {
  color: #fff;
  padding-right: 0.5rem;
}
.inner-page-hero .hero-text-area .breadcrumb-link {
  color: white;
  text-decoration: none;
  transition: color 0.25s ease-in 0s;
}
.inner-page-hero .hero-text-area .breadcrumb-link:hover {
  color: #007eff;
}
.hero-video-area {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .hero-video-area {
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
}
.hero-video-area .hero-img-wraper {
  position: relative;
  border-radius: 1rem;
}
.hero-video-area .hero-img-wraper .overlay-color {
  z-index: 0;
  opacity: 0.5;
}
.hero-video-area .play-btn-col-dir {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.page-hero_vertical-content {
  overflow: visible;
  padding-bottom: 0;
  padding-top: 150px;
}
.page-hero_vertical-content .bottom-one-col-img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  background: #fff;
}
@media (max-width: 767px) {
  .page-hero_vertical-content .bottom-one-col-img {
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
}
.page-hero_vertical-content .hero-img-wraper {
  position: relative;
  border-radius: 1rem;
}
.page-hero_vertical-content .hero-img-wraper .overlay-color {
  z-index: 0;
  opacity: 0.35;
}
.page-hero_vertical-content .play-btn-col-dir {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/* aPalvelut */
.services-boxed .service-box, .services .service-box {
  position: relative;
  padding: 3rem 2rem;
  z-index: 1;
  transition: all 0.5s ease-in-out 0s;
}
.services-boxed .service-box:hover .service-icon, .services .service-box:hover .service-icon {
  transform: rotateY(360deg);
}
.services-boxed .service-box .service-content, .services .service-box .service-content {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .services-boxed .service-box, .services .service-box {
    padding: 2rem;
  }
}
.services-boxed .service-box .service-icon, .services .service-box .service-icon {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}
.services-boxed .service-box .service-icon .font-icon, .services .service-box .service-icon .font-icon {
  display: inline-block;
  font-size: 2rem;
  color: #007eff;
  transform-origin: center;
}
.services-boxed .service-box .service-icon .img-icon, .services .service-box .service-icon .img-icon {
  width: 100px;
  height: 100px;
}
.services-boxed .service-box .service-content .service-title, .services .service-box .service-content .service-title {
  color: #141414;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 1rem;
  transition: all 0.5s ease-in-out 0s;
}
.services-boxed .service-box .service-content .service-text, .services .service-box .service-content .service-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #707070;
  transition: all 0.5s ease-in-out 0s;
}
.services .services-row {
  margin-bottom: 2rem;
}
.services .service-box {
  margin-bottom: 0;
}
.services .service-box .service-icon {
  margin-left: 0;
  margin-bottom: 1rem;
}
.services .service-box .service-icon .font-icon {
  font-size: 2.5rem;
}
.services.content-center {
  text-align: center;
}
.services-boxed .services-row {
  margin-bottom: 1rem;
}
.services-boxed .service-box {
  border-radius: 0.5rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.services-boxed .service-box .service-icon {
  margin-left: 0;
  margin-bottom: 1rem;
}
.services-boxed .service-box .service-icon .font-icon {
  font-size: 2.5rem;
}
.services-boxed.content-center {
  text-align: center;
}
.service-single {
  padding: 8rem 0;
}
.service-single .service-sidebar {
  padding-inline-end: 1rem;
  position: sticky;
  top: 7.5rem;
}
.service-single .service-sidebar .sidebar-pane {
  position: relative;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  background-color: #007eff;
  z-index: 0;
}
.service-single .service-sidebar .sidebar-pane .sidebar-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.service-single .service-sidebar .sidebar-pane .sidebar-text {
  color: #fff;
}
.service-single .service-sidebar .sidebar-pane .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-single .service-sidebar .sidebar-pane .list-item {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-right: 0;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out 0s;
}
.service-single .service-sidebar .sidebar-pane .list-item a {
  position: relative;
  text-decoration: none !important;
  padding: 1rem 1.25rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 700;
}
.service-single .service-sidebar .sidebar-pane .list-item a .icon {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2rem;
  translate: -1rem 0;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.service-single .service-sidebar .sidebar-pane .list-item:hover, .service-single .service-sidebar .sidebar-pane .list-item.active {
  background-color: white;
}
.service-single .service-sidebar .sidebar-pane .list-item:hover a, .service-single .service-sidebar .sidebar-pane .list-item.active a {
  color: #007eff;
}
.service-single .service-sidebar .sidebar-pane .list-item:hover a .icon, .service-single .service-sidebar .sidebar-pane .list-item.active a .icon {
  translate: 1rem 0;
  opacity: 1;
}
.service-single .service-sidebar .sidebar-pane .sc-list .sc-item {
  color: #007eff;
  background-color: #fff;
}
.service-single .service-sidebar .sidebar-pane .sc-list .sc-item .sc-link {
  color: inherit;
}
.service-single .service-sidebar .sidebar-pane .sc-list .sc-item .sc-icon {
  color: inherit;
}
.service-single .service-content-area {
  margin-bottom: 4rem;
}
.service-single .service-content-area .part {
  margin-bottom: 2.5rem;
}
.service-single .service-content-area .featured-img-area {
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.service-single .service-content-area .service-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
}
.service-single .service-content-area .service-text {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  opacity: 0.75;
}
.service-single .service-content-area .two-cols-img {
  margin-bottom: 2rem;
}
.service-single .service-content-area .two-cols-img .img-col {
  border-radius: 0.25rem;
  overflow: hidden;
}
.service-single .service-content-area .two-cols-img .img-col img {
  min-width: 100%;
}
/*  Etusivu   */
.about .about-col,
.about .img-area {
  position: relative;
  padding: 0 20px;
}
.about .img-area img {
  border:1px solid #f2f2f2;
}
.about .about-col .about-img,
.about .img-area .about-img {
  border-radius: 0.5rem;
}
.about .about-col .show-video .video-thumb,
.about .img-area .show-video .video-thumb {
  filter: brightness(0.75);
}
.about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
  position: absolute;
  width: 200px;
  min-height: 200px;
  background-color: #007eff;
  color: #f1f1f1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  border-radius: 0.5rem;
  z-index: 3;
  top: -2rem;
  bottom: auto;
}
.about .about-col .photo-banner-start .banner-text,
.about .about-col .photo-banner-end .banner-text,
.about .img-area .photo-banner-start .banner-text,
.about .img-area .photo-banner-end .banner-text {
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
}
.about .about-col .photo-banner-start .icon,
.about .about-col .photo-banner-end .icon,
.about .img-area .photo-banner-start .icon,
.about .img-area .photo-banner-end .icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about .about-col .photo-banner-start,
  .about .about-col .photo-banner-end,
  .about .img-area .photo-banner-start,
  .about .img-area .photo-banner-end {
    display: none;
  }
}
.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
  left: auto;
  right: -2rem;
}
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
  left: -2rem;
  right: auto;
}
.about .about-col .video-wraper,
.about .img-area .video-wraper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .about .img-area {
    padding: 0;
  }
}
.about .content-block {
  padding: 3rem 0;
}
.about .content-block:not(:last-child) {
  margin-bottom: 5rem;
}
.content-block .text-area {
  width: 100%;
}
.content-block p a {
  color:blue;
  font-weight: 400;
}
.content-block p a:hover {
  color:blue;
  text-decoration: underline;
}
.bottom-block p {
  margin-bottom: 10px!important;
}
.bottom-block ul {
  margin-top: 10px;
}
.bottom-block ul li a {
  color:#007eff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
.bottom-block ul li a:hover {
  color:#000;
  text-decoration: underline;
}
.about .text-area {
  position: relative;
  padding: 3rem 0;
}
.about .about-num {
  display: none;
  position: absolute;
  z-index: -1;
  right: 0;
  left: auto;
  top: 0%;
  font-size: 10rem;
  font-weight: 900;
  opacity: 0.25;
  line-height: 75%;
  color: #007eff;
}
.about .about-icon {
  margin-bottom: 1.5rem;
}
.about .about-icon .icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  position: relative;
  background: #007eff;
}
.about .about-icon .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #007eff;
  border-radius: 50%;
  background-color: transparent;
  animation: anim-pulses infinite 2s linear;
  z-index: -1;
}
.about .tag-line, .about-section .tag-line {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 1px;
  text-align: left;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #007eff;
  padding-right: 60px;
}
.about .tag-line::before, .about-section .tag-line::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #007eff;
  display: inline-block;
  height: 2px;
  margin-left: 10px;
  right: 0;
}
.about .about-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;

  margin-bottom: 1.25rem;
  color: #141414;
}
@media (max-width: 767px) {
  .about .about-title {
    margin-bottom: 0.75rem;
  }
}
.about p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  opacity: 0.75;
}
.about .about-text::first-letter {

}
.about .wide-img-area {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.about .wide-img-area .overlay {
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.about .wide-img-area > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  transform-origin: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.about .wide-img-area:hover .overlay {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .about .wide-img-area {
    position: relative;
    width: 100%;
    max-height: 360px;
  }
}
.about .wide-img-from-start-dir,
.about .wide-img-from-end-dir {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.about .wide-img-from-start-dir .text-area,
.about .wide-img-from-end-dir .text-area {
  margin: 0 5rem;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .about .wide-img-from-start-dir .text-area,
  .about .wide-img-from-end-dir .text-area {
    margin: 0 1rem;
    padding: 3rem 0;
  }
}
@media (max-width: 991px) {
  .about .wide-img-from-start-dir .wide-img-area,
  .about .wide-img-from-end-dir .wide-img-area {
    max-height: 500px;
  }
}
.about .cta-area {
  margin-top: 15px;
}
.about .cta-area .call-us {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.about .cta-area .call-us .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.about .cta-area .call-us .title .icon {
  color: #007eff;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #007eff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.about .cta-area .call-us .title .text {
  font-size: 1rem;
  font-weight: 700;
}
.about .cta-area .call-us .phone {
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none !important;
  color: #007eff;
  direction: ltr;
}
/*  Sisältö  */
.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-section h1.maintitle {
  text-align: left;
}
.project-details {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.project-details .project-heading {
  margin-bottom: 2rem;
}
.project-details .project-heading .project-title {
  font-size: 3rem;
  font-weight: 800;
  color: #141414;

}
@media (max-width: 991px) {
  .project-details .project-heading .project-title {
    font-size: 2.25rem;
  }
}
.project-details .featured-area {
  margin-bottom: 3rem;
}
.project-details .project-featured-img {
  max-height: 600px;
  overflow: hidden;
}
.project-details .project-featured-img .featured-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-details .info-area {
  margin-bottom: 1rem;
}
.project-details .info-area .project-info {
  padding: 1rem 0;
}
@media (max-width: 1199px) {
  .project-details .info-area .project-info {
    margin-bottom: 0;
  }
}
.project-details .info-area .project-info .info {
  color: #007eff;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.project-details .info-area .project-info .info .title {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #141414;
}
.project-details .info-area .project-info .info .detail {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #007eff;
  margin-bottom: 0;
}
.project-details .info-area .project-info .info .sc-item:not(:last-child) {
  margin-right: 2rem;
}
.project-details .info-area .project-info .info .sc-item .sc-icon {
  color: #007eff;
}
.project-details .main-area .sub-heading {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #141414;
}
@media (max-width: 991px) {
  .project-details .main-area .sub-heading {
    font-size: 1.75rem;
    font-weight: 700;
  }
}
.project-details .main-area .project-text {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #707070;
}
.project-details .main-area .list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 2rem;
}
.project-details .main-area .list .list-item {
  padding: 0.5rem 1.5rem;
  padding-left: 0;
  position: relative;
  font-weight: 600;
  font-size: 1.1rem;
  color: #707070;
  display: flex;
  align-items: baseline;
}
.project-details .main-area .list .list-item .icon {
  color: #007eff;
  margin-right: 0.5rem;
  font-size: 0.75rem;
}
.project-details .main-area .project-video {
  min-height: 450px;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 8rem 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .project-details .main-area .project-video {
    padding: 6rem 0;
    min-height: 300px;
  }
}
.project-details .main-area .project-video .overlay-image-bg {
  background-image: url("../assets/images/hero/hero-img-1.jpg");
  opacity: 1;
}
.project-details .main-area .result-img {
  display: block;
  margin: 0 auto;
}
/*   Logot  */
/*.our-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.our-video .overlay-image-bg {
  background: url("../assets/images/bg-cta.jpg");
  background-size: cover;
  opacity: 1;
}
.our-video .section-heading {
  margin-bottom: 2rem;
}
.our-video .section-heading .section-title {
  color: #fff !important;
}
.our-video .section-heading .section-subtitle {
  color: #fff;
}
.our-video .section-heading .line {
  background: #fff;
}
.our-video .play-wraper {
  text-align: center;
}*/
.our-clients {
  background: #fff;
  border-top: 1px solid #f2f2f2;
  padding: 40px 0;
}
.our-clients .swiper-slide {
  height: 70px;
}
.our-clients .client-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  height: 60px;
}
.our-clients .client-logo img {
  max-height: 50px;
  width: auto;
}
/* Yhteystiedot */
.contact-info .map-box .mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}
.contact-info .map-box .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}
.contact-info .map-box .mapouter .map-iframe {
  width: 100%;
  height: 500px;
  border: none;
}
@media (max-width: 1199px) {
  .contact-info .map-box {
    margin-bottom: 3rem;
  }
}
.contact-info .info-section {
  padding: 2rem 0;
}
.contact-info .info-box {

}
.contact-info .info-panel {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #208cde!important;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
}
.contact-info .info-panel img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}
.contact-info .info-title, .contact-info h3.title {
  font-size: 1.2rem!important;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.contact-info a {
  font-size: 1rem;
  color: #007eff;
  margin: 0;
  margin-bottom: 0.5rem;
}
.contact-info a:hover {
  color: blue;
}
.contact-us-image {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
/*  Footer   */
.page-footer {
  padding-top: 4rem;
  position: relative;
}
.footer-cols {
  overflow: hidden;
  margin-bottom: 2rem;
}
.footer-col {
  margin-bottom: 1.5rem;
}
.footer-col-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #141414;
}
.footer-col-content-wrapper p, .footer-text-about-us {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  padding-right: 1rem;
  margin-bottom: 1.25rem;
  color: #575757;
}
.footer-col-content-wrapper img.cert-logo {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.footer-col-content-wrapper a.ma-btn-primary  {
  margin-top: 35px!important;
}
@media (max-width: 991px) {
  .footer-col-content-wrapper img.cert-logo {
    margin-left: 0px;
  }
}
.sc-wraper {
  padding: 0;
}
/* Tiimi */
.contact-info-card {
  font-weight: 600;
  padding: 0;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}
.contact-info-card:last-child {
  margin-bottom: 35px;
}
.contact-info-card:last-of-type {
  padding-bottom: 0;
}
.contact-info-card .icon {
  font-size: 1.25rem;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
  vertical-align: middle;
  color: #007eff;
}
.contact-info-card .info {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #575757;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
  margin-top: 5px;
}
.contact-info-card .info:hover {
  color: #007eff;
  transform: translateX(0.25rem);
}
.copyrights {
  padding: 0.5rem 0;
  overflow: hidden;
}
.copyrights p {
  text-align: left;
  font-weight: 600;
  margin: 0;
  font-size: 0.85rem;
  color: #fff;
}
.copyrights p a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.copyrights .terms-links p {
  text-align: right;
  color: #fff;
}
.copyrights .terms-links p a {
  text-decoration: none !important;
  font-weight: 500;
  transition: all 0.5s ease-in-out 0s;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.copyrights .terms-links p a:hover {
  color: #007eff;
  text-decoration: none;
}
.dark-color-footer {
  background-color: #141414;
}
.dark-color-footer .contact-info-card .icon,
.dark-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon,
.dark-color-footer .terms-links,
.dark-color-footer .copyrights p,
.dark-color-footer .terms-links > a:hover {
  color: #007eff;
}
.dark-color-footer .footer-text-about-us, .dark-color-footer .footer-col-content-wrapper p,
.dark-color-footer .contact-info-card .info,
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .copyrights p,
.dark-color-footer .terms-links > a {
  color: #f1f1f1;
}
.dark-color-footer .footer-col-title,
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .copyrights p .link {
  color: #fff;
}
.contact-info .info-section {
  padding: 2rem 0;
}
.contact-info .info-panel {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #007eff;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
}
.contact-info .info-title, .contact-info h3.title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.contact-info .info-text {
  font-size: 1rem;
  color: #707070;
  margin: 0;
  margin-bottom: 0.5rem;
}
.contact-info .link {
  display: block;
  text-transform: lowercase;
  text-decoration: none;
  color: #707070;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease-in-out 0s;
}
.contact-info .link:hover {
  color: #007eff;
}
.contact-us-image {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
/* Divider */
.divider {
  position: relative;
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
}
.divider::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #007eff;
}
.divider .or {
  padding: 0.5rem 2.5rem;
  text-transform: uppercase;
  background-color: #fff;
  color: #007eff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: 900;
}
/* Colors */
.text-gradient-color {
  background: -webkit-linear-gradient(45deg, #007eff, #1b4d48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-main-color {
  color: #007eff !important;
}
.text-accent-color {
  color: #1b4d48 !important;
}
.text-white-color {
  color: #fff !important;
}
.text-black-color {
  color: #000 !important;
}
.text-grey-color {
  color: #f1f1f1 !important;
}
.text-extra-dark-grey-color {
  color: #141414 !important;
}
.text-dark-grey-color {
  color: #575757 !important;
}
/* BG */
.bg-gradient-color {
  background: -webkit-linear-gradient(45deg, #1b4d48, #007eff);
  transition: all 0.5s ease-in-out 0s;
}
.bg-solid-color {
  background: #007eff;
}
.bg-main-color {
  background: #007eff !important;
}
.bg-accent-color {
  background: #1b4d48 !important;
}
.bg-white-color {
  background: #fff !important;
}
.bg-black-color {
  background: #000 !important;
}
.bg-grey-color {
  background: #f1f1f1 !important;
}
.bg-dark-grey-color {
  background: #575757 !important;
}
.bg-extra-dark-grey-color {
  background: #141414 !important;
}
.section-bg-shade {
  background: #f2f2f2 !important;
}
.section-bg-shade svg path {
  fill: #f2f2f2 !important;
}
body.section-heading-gradient .section-title {
  background: -webkit-linear-gradient(45deg, #007eff, #1b4d48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.section-heading-main-color .section-title {
  background: none;
  -webkit-text-fill-color: #007eff;
  color: #007eff;
}
body.section-heading-black .section-title {
  color: #141414;
}
.blog-sidebar {
  padding-left: 2rem;
  width: 100%!important;
}
.img-sidebar {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .about-section .blog-sidebar {
    padding-left: 0;
  }
}
.sidebar-box {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.sidebar-box .sidebar-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sidebar-box .sidebar-box-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #141414;
  border-bottom: 0.25rem solid #1366e2;
  padding: 1rem 0;
}
.sidebar-box .sidebar-box-title .icon {
  margin-right: 0.5rem;
  color: #1366e2;
  font-size: 1rem;
}
.sidebar-box .sidebar-box-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #141414;
  border-bottom: 0.25rem solid #1366e2;
  padding: 1rem 0;
}
 .sidebar-box .sidebar-box-title .icon {
  margin-right: 0.5rem;
  color: #1366e2;
  font-size: 1rem;
}
.sidebar-box .sidebar-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.cats .cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
 .cats .cat-item:last-child {
  margin-bottom: 0;
}
.cats .cat-item .cat-link {
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}
.cats .cat-item .cat-link:hover {
  color: #1366e2;
}
/*    End dark theme rules  *//*# sourceMappingURL=styles-ltr.css.map */
