@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@300;400;500;700&display=swap");

html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #47464f;
    line-height: 1.8;
    font-family: "Open Sans", sans-serif;
    background: #fff;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: blue;
}
a:hover {
    color: blue;
    text-decoration: underline;
}
span,
sub,
sup,
a {
    display: inline-block;
}
strong {
  font-weight: 700;
}
.fw-medium {
    font-weight: 500;
}
.text--primary {
    color: #7367f0 !important;
}
.text--secondary {
    color: #868e96 !important;
}
.text--success {
    color: #28c76f !important;
}
.text--danger {
    color: #ea5455 !important;
}
.text--warning {
    color: #ff9f43 !important;
}
.text--info {
    color: #1e9ff2 !important;
}
.text--dark {
    color: #082032 !important;
}
.text--muted {
    color: #a0a0a0 !important;
}
.text--base {
    color: #ea5455 !important;
}
.text--accent {
    color: #395592 !important;
}
/* Taustavärit */
.section-bg {
    background-color: #f6f8fa !important;
}
.bg--theme-five {
    background-color: #000 !important;
}
.bg--primary {
    background-color: #7367f0 !important;
}
.bg--secondary {
    background-color: #868e96 !important;
}
.bg--success {
    background-color: #28c76f !important;
}
.bg--danger {
    background-color: #ea5455 !important;
}
.bg--warning {
    background-color: #ff9f43 !important;
}
.bg--info {
    background-color: #1e9ff2 !important;
}
.bg--dark {
    background-color: #082032 !important;
}
.bg--light {
    background-color: #bcc7da !important;
}
.bg--base {
    background-color: #ea5455 !important;
}
.bg--accent {
    background-color: #395592 !important;
}

.bg_img {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.bg_fixed {
    background-attachment: fixed !important;
}
a.text-white:hover {
    color: #ea5455 !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.richtext ul {
    list-style: disc;
    margin: 0;
    padding-left: 25px;
    margin-bottom: 25px;
}
.tmpl-perus .richtext p {
    margin-bottom: 15px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -999;
}
.overlay.active {
    z-index: 111;
}
.pt-120 {
    padding-top: clamp(70px, 6vw, 120px);
}
.pt-100 {
    padding-top: clamp(60px, 6vw, 100px);
}
.pt-80 {
    padding-top: clamp(50px, 6vw, 80px);
}
.pt-60 {
    padding-top: clamp(35px, 6vw, 60px);
}
.pt-50 {
    padding-top: clamp(30px, 6vw, 50px);
}
.pb-120 {
    padding-bottom: clamp(70px, 6vw, 120px);
}
.pb-100 {
    padding-bottom: clamp(60px, 6vw, 100px);
}
.pb-80 {
    padding-bottom: clamp(50px, 6vw, 80px);
}
.pb-60 {
    padding-bottom: clamp(35px, 6vw, 60px);
}
.pb-50 {
    padding-bottom: clamp(30px, 6vw, 50px);
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.banner__content h5, .header__left h6 {
  color:#888!important;
}
.banner__content h1, .header__left h2, h1.title span {
  color:#000!important;
}
.feature__item .item2 h4, .feature__item .item2 p {
  color:#fff!important;
}
.menu li a.active {
  font-weight: 700;
  color:#395592;
}
.contact-info-item, .banner__content .button__wrappper, .menu, .header-bottom-area, .pagination, .document-fie, .list.list-column {
    display: flex;
    flex-wrap: wrap;
}
.post__item-content p, .post__item-content .title, .news-item .content .title a {
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.portfolio-item__content .title, .portfolio-item__content .plus, .portfolio-item__content::before, .faq-item__title .title::before, .header-trigger span::after, .header-trigger span::before, .header, .custom--checkbox label::before, .btn,
.cmn--btn, a,
img,
.title,
.name {
    transition: all 0.3s;
}
.faq-item__title .title::before, .menu li.has-sub-menu > a::after, .list.list-style-two li::before, .list.list-style-check li::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.35;
    color: #000;
    font-family: "Poppins", sans-serif;
    word-break: break-word;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: #000;
    word-break: break-word;
}
h1 {
    font-size: 56px;
}
@media (max-width: 1399px) {
    h1 {
        font-size: 48px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}
@media (max-width: 575px) {
    h1 {
        font-size: 28px;
    }
}

h2 {
    font-size: 28px;
}
@media (max-width: 1199px) {
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 26px;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 24px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    h4 {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    h4 {
        font-size: 19px;
    }
}

h5 {
    font-size: 22px;
    font-weight: 500;
}
@media (max-width: 1199px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-weight: 500;
    font-size: 18px;
}

.fs--18px {
    font-size: 18px;
}
/* Buttonit */
.btn,
.cmn--btn {
    color: #fff;
    padding: 12px 35px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    outline: none;
    background-color: #000;
    z-index: 1;
    border: 0;
    border-radius: 5px;
}
.btn:hover,
.cmn--btn:hover {
    background-color: #395592;
    color: #fff;
}
.btn.cmn--btn2,
.cmn--btn.cmn--btn2 {
    background-color: #395592;
}
.btn.cmn--btn2:hover,
.cmn--btn.cmn--btn2:hover {
    background-color: #000;
}
@media (max-width: 991px) {
    .btn,
.cmn--btn {
        padding: 13px 30px;
    }
}
@media (max-width: 575px) {
    .btn,
.cmn--btn {
        padding: 10px 20px;
    }
}
.btn.btn--sm,
.cmn--btn.btn--sm {
    padding: 4px 12px;
    font-size: 14px;
}
.btn--primary {
    background-color: #7367f0;
    border: 1px solid #7367f0;
    color: #fff;
}
.btn--secondary {
    background-color: #868e96;
    border: 1px solid #868e96;
    color: #fff;
}
.btn--success {
    background-color: #28c76f;
    border: 1px solid #28c76f;
    color: #fff;
}
.btn--danger {
    background-color: #ea5455;
    border: 1px solid #ea5455;
    color: #fff;
}
.btn--warning {
    background-color: #ff9f43;
    border: 1px solid #ff9f43;
    color: #fff;
}
.btn--info {
    background-color: #1e9ff2;
    border: 1px solid #1e9ff2;
    color: #fff;
}
.btn--light {
    background-color: #bcc7da;
    border: 1px solid #bcc7da;
    color: #fff;
}
.btn--dark {
    background-color: #082032;
    border: 1px solid #082032;
    color: #fff;
}
.btn--base {
    background-color: #ea5455;
    border: 1px solid #ea5455;
    color: #fff;
}
.btn--light {
    background-color: #f6f8fa;
    color: #082032;
}
.btn--light:hover {
    border-color: #ea5455;
    background-color: #ea5455;
}
/* Varaa demo */
.form-label {
    font-size: 15px;
}
.form--control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #0e0e0e1a;
    outline: 0;
    box-shadow: none;
    color: #47464f;
}
.form--control:focus {
    color: #293858;
    border: 1px solid rgba(234, 84, 85, 0.6);
    outline: 0;
    box-shadow: none;
}
::-webkit-input-placeholder {
    font-size: 14px;
}
::-moz-placeholder {
    font-size: 14px;
}
textarea.form--control {
    height: unset;
}
.form--control[type=file] {
    line-height: 25px;
    padding: 12px 25px;
}
.form--control[readonly] {
    background: rgba(8, 32, 50, 0.05) !important;
}
.form--control[readonly]:focus {
    border-color: #0e0e0e1a;
}
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #293858;
    transition: background-color 5000s ease-in-out 0s;
}
select.style--dark option {
    color: #363636;
}
.input-group > select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group select {
    background-color: transparent;
    border: none;
}
.custom--radio {
    position: relative;
    padding-left: 0;
}
.custom--radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}
.custom--radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #ea5455;
}
.custom--radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}
.custom--radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
}
.custom--radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
}
.custom--radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #ea5455;
    opacity: 0;
}
.custom--checkbox {
    padding-left: 25px;
}
.custom--checkbox input {
    display: none;
}
.custom--checkbox input:checked ~ label::before {
    content: "\f14a";
    color: #ea5455;
}
.custom--checkbox label {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}
.custom--checkbox label::before {
    position: absolute;
    content: "\f04d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 3px;
    left: -25px;
    font-size: 20px;
    line-height: 1;
}
@keyframes rotate__shpae {
    0% {
        transform: rotate(0deg);
    }

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

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

@keyframes zoom__in {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}
/* Topnavi */
.topnav {
    padding: 10px 0 10px;
    background: #1b2845;
    color:#fff;
}
.topnav .demo {
    text-align: right;
}
.topnav p {
    margin-top: 8px;
    margin-bottom: 5px;
    font-weight: 600;
}
.topnav a {
    color: #fff;
}
.topnav a:hover {
    color: #fff;
}
.topnav .cmn--btn2 {
    color: #fff;
    padding: 10px 10px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    outline: none;
    background-color: #395592;
    z-index: 1;
    border: 0;
    border-radius: 5px;
}
.topnav a.cmn--btn{
    font-size: 14px;
}
.topnav .cmn--btn.language {
    margin-left: 10px;
}
@media (max-width: 991px) {
  .topnav .demo {
      text-align: center;
      margin-bottom: 5px;
  }
  .topnav p {
      margin-top: 0px;
      text-align: center;
  }
}
@media (max-width: 576px) {
  .topnav p {
      display: none;
  }
  .topnav .demo {
      margin-top: 5px;
  }
}
/* Header */
.header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 11;
    background-color: #fff;
    border-bottom: 1px solid #0e0e0e1a;
}
.header.sticky {
    box-shadow: 0 2px 25px rgba(8, 32, 50, 0.1);
}
.header.sticky .logo img {
    max-height: 65px;
}
.header-bottom {
    width: 100%;
    padding: 20px 0;
    position: relative;
}
@media (min-width: 1200px) {
    .header-bottom {
        padding: 25px 0;
    }
}
@media (max-width: 991px) {
    .header-bottom {
        padding: 15px 0;
    }
}
.header-bottom-area {
    justify-content: space-between;
}
/* Logo */
.logo img {
    max-width: 200px;
    max-height: 100px;
}
@media (max-width: 1199px) {
    .logo img {
        max-width: 160px;
    }
}
@media (max-width: 767px) {
    .logo img {
        max-width: 150px;
        max-height: 70px;
    }
}
/* Valikko */
.menu {
    align-items: center;
    margin: 0;
    position: relative;
}
.menu > .has-sub-menu {
    margin-right: 20px;
}
@media (max-width: 1199px) {
    .menu > .has-sub-menu {
        margin-right: 18px;
    }
}
@media (min-width: 992px) {
    .menu > .has-sub-menu.open .sub-menu {
        display: block !important;
    }
}
.menu .sub-menu li {
    width: 100%;
}
@media (min-width: 992px) {
    .menu .sub-menu {
        display: block !important;
    }
}
.menu li {
    position: relative;
}
.menu li.language {
  padding: 0px;
  border-radius: 5px;
  background: #222;
  margin-left: 10px;
}
.menu li.language a {
    display: block;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #fff;
    position: relative;
    font-size: 15px;
}
.menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.menu li.has-sub-menu > a {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.menu li.has-sub-menu > a::after {
    content: "\f107";
    right: 0;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 14px;
}
.menu li a {
    display: block;
    padding: 4px 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #47464f;
    position: relative;
    font-size: 18px;
}
.menu .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
@media (min-width: 992px) {
    .menu {
        display: flex !important;
    }
    .menu li > a.active {
        color: #395592;
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        opacity: 0;
        visibility: hidden;
        min-width: 210px;
        transition: all ease 0.3s;
        transform: translateY(15px);
        box-shadow: 0 3px 12px 3px rgba(234, 84, 85, 0.1);
        overflow: hidden;
        z-index: 11;
        background: #fff;
        padding: 10px;
    }
    .sub-menu li {
        padding: 0;
    }
    .sub-menu li:last-child {
        border: none;
    }
    .sub-menu li a {
        font-size: 15px;
        padding: 7px 15px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }
    .sub-menu li a:hover, .sub-menu li a.active {
        padding-left: 20px;
        background: #ea5455;
        color: #fff;
    }
    .sub-menu:hover {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .sub-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        top: 5px;
        left: -100%;
        transform: translateY(-20px);
    }
    .sub-menu.has-sub-menu > a::after {
        transform: translateY(0px);
    }
}
@media (max-width: 991px) {
    .menu > li:nth-last-child(1) {
        border-bottom: none;
    }
    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 30px;
        max-height: calc(100vh - 50px);
        min-width: 200px;
        width: 100%;
        transform-origin: top;
        overflow-y: auto;
        background: #1b2845;
        display: none;
    }
    .menu .has-sub-menu {
        margin-right: 0;
    }
    .menu .has-sub-menu > a::after {
        transform: translate(0px, -50%) !important;
    }
    .menu li {
        padding: 3px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .menu li:nth-last-child(1) {
        border-bottom: none;
    }
    .menu li a {
        padding-left: 0;
        color: white;
    }
    .menu li a.active {
        color: #fff;
    }
    .menu li.has-sub-menu a::after {
        transform: translate(0px, -50%) !important;
    }
    .sub-menu {
        display: none;
        padding-left: 25px;
    }
}
/* Menu trigger */
.header-trigger {
    cursor: pointer;
    margin-top: -10px;
}
.header-trigger.active span {
    background: none !important;
}
.header-trigger.active span::before {
    width: 100%;
    transform: rotate(-45deg) translate(-11px, 0px);
}
.header-trigger.active span::after {
    width: 100%;
    transform: rotate(45deg) translate(-11px, 0px);
}
.header-trigger span {
    width: 25px;
    height: 2px;
    background: #1b2845;
    position: relative;
    transition: all ease 0.3s;
}
.header-trigger span::after, .header-trigger span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    background: #1b2845;
}
.header-trigger span::after {
    bottom: -8px;
    width: 30px;
}
.header-trigger span::before {
    top: -8px;
    width: 35px;
}
/* Footer */
.footer-logo {
    margin-bottom: 15px;
}
@media (max-width: 575px) {
    .footer-logo {
        margin-bottom: 7px;
    }
}
.footer-logo span {
    color: #ea5455;
}
.footer__widget .title {
    margin-bottom: 15px;
}
@media (max-width: 575px) {
    .footer__widget .title {
        margin-bottom: 7px;
    }
    .footer-top .box {
      margin-bottom: 25px;
    }
}
.widget__links li {
    padding: 2.5px 0;
}
@media (max-width: 575px) {
    .widget__links li {
        padding: 1.7px 0;
    }
}
.widget__links li a {
    font-weight: 500;
    color: #293858;
}
.widget__links li a.active {
    font-weight: 700;
    color: #293858;
}
.widget__links li a:hover {
    color: #ea5455;
}

.widget__info p {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .widget__info p {
        margin-bottom: 10px;
    }
}
/* Copyright */
.footer-bottom .container {
    border-top: 1px solid #0e0e0e1a;
}
.footer-bottom p {
    padding: 20px;
}
.footer-bottom p a {
    color: #000;
}
.footer-bottom p a:hover {
    color: #000;
    text-decoration: underline;
}
@media (max-width: 991px) {
    .footer-bottom p {
        padding: 15px;
        font-size: 15px;
    }
}
.footer-top-two .footer-logo a {
    color: #fff;
}
.footer-top-two .footer-logo a span {
    color: #395592;
}
.footer-top-two .footer__widget .title {
    color: #fff;
}
.footer-top-two .footer__widget p, .footer-top-two .footer__widget a {
    color: rgba(255, 255, 255, 0.9);
}
.footer-top-two .footer__widget a:hover {
    color: #395592;
}
.footer-top-two p {
    color: rgba(255, 255, 255, 0.9);
}
.footer-bottom-two .container {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-bottom-two p {
    color: rgba(255, 255, 255, 0.9);
}
/* Sivupalkki */
.sidebar {
    position: sticky;
    top: 100px;
    flex-flow: column;
    gap: 24px;
}
.sidebar-item {
    padding: 30px;
    border-top: 5px solid #ea5455;
    box-shadow: 0 3px 35px rgba(8, 32, 50, 0.1);
}
@media (max-width: 1199px) {
    .sidebar-item {
        padding: 25px;
    }
}
@media (max-width: 450px) {
    .sidebar-item {
        padding: 15px;
    }
}
.sidebar-item:not(:last-child) {
    margin-bottom: 30px;
}
.sidebar-item__title {
    margin-bottom: 15px;
}
.sidebar-item.style--two {
    padding: 0;
    border: 0;
    background-color: #fff;
}
.sidebar-item > .title {
    border-radius: 5px 5px 0 0;
    padding: 15px;
    background-color: #ea5455;
    color: #fff;
}
.sidebar-item > .content {
    padding: 25px;
}
@media (max-width: 450px) {
    .sidebar-item > .content {
        padding: 15px;
    }
}
.categories li {
    padding: 8px 0;
}
.categories li:not(:last-child) {
    border-bottom: 1px solid #0e0e0e1a;
}
/* Hero */
.banner {
    padding: 150px 0;
    overflow: hidden;
    background: #f6f8fa;
}
@media (max-width: 1199px) {
    .banner {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .banner {
        padding: 80px 0;
    }
}
@media (max-width: 450px) {
    .banner {
        padding: 60px 0;
    }
}
.banner__content {
    position: relative;
    z-index: 1;
}
.banner__content::before {
    position: absolute;
    content: "";
    max-width: 500px;
    max-height: 450px;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #e4e5e6 0%, rgba(246, 248, 250, 0.3) 100%);
    border-radius: 34% 63% 60% 40%/56% 53% 45% 42%;
    z-index: -1;
    left: -25%;
    top: -25%;
}
@media (max-width: 991px) {
    .banner__content {
        text-align: center;
    }
}
.banner__content .subtitle {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .banner__content .subtitle {
        font-size: 16px;
    }
}
.banner__content .title {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .banner__content .title {
        margin-bottom: 20px;
    }
}
.banner__content p {
    font-size: 18px;
    margin-bottom: 40px;
}
.banner__content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
}
@media (max-width: 1399px) {
    .banner__content p {
        font-size: 16px;
        margin-bottom: 35px;
    }
}
@media (max-width: 575px) {
    .banner__content p {
        margin-bottom: 30px;
    }
    .banner__content h1 {
        font-size: 35px;
        line-height: 35px;
    }
}
.banner__content .button__wrappper {
    gap: 10px 20px;
}
@media (max-width: 575px) {
    .banner__content .button__wrappper {
        gap: 10px 15px;
    }
}
@media (max-width: 991px) {
    .banner__thumb img {
        width: 100%;
    }
}
.banner-shapes .shape1 {
    position: absolute;
    top: 170px;
    left: 100px;
    width: 20px;
    animation: rotate__shpae 5s infinite;
}
.banner-shapes .shape1 img {
    width: 100%;
}
.banner-shapes .shape2 {
    position: absolute;
    top: 350px;
    left: 300px;
    animation: zoom__in 5s infinite;
    z-index: 1;
}
.banner-two .banner__thumb {
    position: relative;
}
.banner-two .banner__thumb .shape3 {
    position: absolute;
    right: 0;
    top: -10%;
    opacity: 0.7;
    z-index: -1;
}
/* Murupolku */
.inner-banner {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}
.inner-banner h2.title {
    font-size: 28px;
}
.inner-banner .inner-hero-text {
    font-size: 120px;
    line-height: 1;
    font-weight: 600;
    color: transparent;
    text-stroke: 1px rgba(71, 70, 79, 0.4);
    -webkit-text-stroke: 1px rgba(71, 70, 79, 0.4);
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
@media (max-width: 991px) {
    .inner-banner .inner-hero-text {
        font-size: 100px;
    }
}
@media (max-width: 768px) {
  .inner-banner h2.title {
      display: none;
  }
}
@media (max-width: 575px) {
    .inner-banner .inner-hero-text {
        font-size: 78px;
        width: 100%;
    }
}
.inner-banner .title {
    color: #293858;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .inner-banner .title {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .inner-banner .title {
        margin-bottom: 0px;
    }
}
@media (max-width: 575px) {
    .inner-banner .title {
        margin-bottom: 0px;
    }
}
.breadcrumbs {
    gap: 0px 5px;
}
.breadcrumbs a {
    color: #293858;
}
.breadcrumbs li {
    font-weight: 500;
}
.breadcrumbs li:last-child {
    color: #395592;
}
.filter.style--two li a {
    background-color: transparent;
}
/* Section header */
.section__header {
    margin-bottom: 20px;
}
.section__header h1 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .section__header.style-two {
      margin-bottom: 20px;
  }
}
.section__header.style-two {

}
@media (max-width: 991px) {
    .section__header.style-two {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .section__header.style-two {
        margin-bottom: 20px;
    }
}
.section__header .subtitle {
    margin-bottom: 5px;
    font-weight: 500;
}
@media (max-width: 575px) {
    .section__header .subtitle {
        font-size: 16px;
    }
}
/* Etusivun sisältö*/
.about__content .about-title {
    color: #ea5455;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .about__content .about-title {
        margin-bottom: 15px;
    }
}
.about__content p {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .about__content p {
        margin-bottom: 20px;
    }
}
.about__content .about__list {
    margin-bottom: 40px;
    gap: 12px 0;
}
@media (max-width: 1199px) {
    .about__content .about__list {
        margin-bottom: 35px;
    }
}
@media (max-width: 575px) {
    .about__content .about__list {
        margin-bottom: 30px;
    }
}
.about__content .about__list li {
    font-weight: 500;
    color: #293858;
    font-family: "Poppins", sans-serif;
    width: 50%;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 1199px) {
    .about__content .about__list li {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .about__content .about__list li {
        width: 100%;
    }
}
.about__content .about__list li .thumb {
    width: 25px;
    object-fit: cover;
}
.about__content .about__list li .thumb img {
    width: 100%;
}
.about__content .about__list li .content {
    width: calc(100% - 25px);
    padding-left: 10px;
}
.about__thumb img {
    width: 100%;
}
/* Etusivun info */
.about__wrapper {
    background-color: #fff;
    border-radius: 5px;
    padding: 80px 50px;
}
@media (max-width: 1199px) {
    .about__wrapper {
        padding: 40px 35px;
    }
}
@media (min-width: 992px) {
    .about__wrapper {
        box-shadow: 0px 0px 10px rgba(8, 32, 50, 0.1);
    }
}
@media (max-width: 991px) {
    .about__wrapper {
        padding: 0;
        box-sizing: 0;
    }
}
.about__content-title {
    margin-bottom: 15px;
}
/* Overlay */
.bg__overlay {
    position: relative;
}

.bg__overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(hwb(198 15% 75%/0), #25373f);
}
.bg__overlay2, .team__item-two .team-thumb {
    position: relative;
}
.bg__overlay2::before, .team__item-two .team-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 40, 69, 0.8);
    transition: all ease 0.3s;
}
/* Tiimi */
.contacts h3 {
    font-size: 20px;
}
.team__item-two {
    position: relative;
}
.team__item-two .team-thumb {
    width: 100%;
    height: auto;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #0e0e0e1a;
}
.team__item-two .team-thumb img {
    width: 100%;
    height: auto;
}
.team__item-two .team-thumb::before {
    opacity: 0;
}
.team__item-two .team-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 0px;
}
.team__item-two .team-content h5 {
    font-weight: 600;
}
.team__item-two .team-content p {
    font-size: 16px!important;
}
.team__item-two .team-content .content {
    min-width: 250px;
    opacity: 0;
    transition: all ease 0.3s;
}
.team__item-two .team-content .content .desgination {
    margin-bottom: 10px;
    font-size: 14px;
}
.team__item-two .team-content * {
    color: #fff;
}
.team__item-two:hover .team-thumb::before {
    opacity: 1;
}
.team__item-two:hover .content {
    opacity: 1;
}
.social__link {
    gap: 15px;
}
.social__link a {
    padding: 5px 2px;
}
/* Asiakascaset */
.client__content-two {
    padding: 0px;
}
.client__content-two .ratting {
    margin-bottom: 15px;
}

.client__content-two .ratting li {
    line-height: 1;
}
@media (max-width: 575px) {
    .client__content-two .text {
        font-size: 16px;
    }
}
.client__content-two .author__wrapper {
    margin: 0 auto;
    max-width: 250px;
}
.client__content-two .author__wrapper .thumb {
    background-color: rgba(194, 213, 255, 0.9);
}
.client__content-two .client-icon {
    color: rgba(98, 26, 235, 0.4);
}
.author__wrapper {
  margin-top: 20px!important;
}
.author__wrapper .thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(234, 84, 85, 0.2);
    padding-top: 5px;
}
.author__wrapper .thumb img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.author__wrapper .content {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.author__wrapper .content p {
    font-size: 14px;
}
/* Captcha */
.contact-section .captcha {
	font-size:1em;
	padding-top:0.5em;
	padding-bottom:1em;
	margin-bottom:0em!important;
	width:100%;
}
.contact-section .captcha-input {
	font-size:0.8em;
	padding:0em;
	padding-bottom:4em;
}
.contact-section .captcha-input input{
	float:left;
	clear:right;
	margin-right:0.5em;
  height: 28px;
  color: #000!important;
  text-align: center!important;
}
.contact-section .captcha-input img{
	float:left;
	clear:right;
	margin-right:0.5em;
	margin-top:0em;
}
/* Kumppanit */
.brand_area {
    padding: 65px 0 80px;
    background: #1b2845;
}
.brand_area h2 {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.slide_items {
    text-align: center;
}
/* Yritykset */
.companies_area {
    padding: 80px 0 80px;
    background: #fff;
}
.companies_area h2 {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 24px;
    color: #000;
}
.company {
    margin-bottom: 10px;
    display: flex;
}
.company_logo {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #dee2e6;
}
.company_logo img {
    height: 100%;
    max-height: 65px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.company_logo .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  overflow: hidden;
}
.company_logo .logo-wrapper img {
  max-height: 80%;
  transition: transform 0.3s ease;
  object-fit: contain;
}
.logo-wrapper:hover img {
  cursor:default;
}
/*.logo-wrapper:hover img {
  transform: scale(1.1);
}*/
/* Sivun alkuun */
#scrollUp {
	background:#395592 none repeat scroll 0 0;
	bottom:15px;
	color:#fff;
	font-size:30px;
	height:40px;
	line-height:36px;
	right:10px!important;
	text-align:center;
	border-radius:30px;
	width:40px
}
#scrollUp i {
	color:#fff
}
/* Referenssit & Blogi */
.post__item {
    box-shadow: 0px 0px 10px rgba(8, 32, 50, 0.1);
    border-radius: 5px;
    overflow: hidden;
}
.post__item-thumb {
    height: 280px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease 0.3s;
}
@media (max-width: 1399px) {
    .post__item-thumb {
        height: 240px;
    }
}
.post__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post__item-content {
    padding: 25px 20px;
    background-color: #fff;
}
@media (max-width: 575px) {
    .post__item-content {
        padding: 20px 15px;
    }
}
.post__item-content .title {
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    font-size: 22px;
}
.post__item-content .title a:hover {
  text-decoration: none;
}
.post__item-content .meta__taq {
    margin-bottom: 15px;
}
.post__item-content .meta__taq li {
    font-size: 14px;
    line-height: 1;
    color: #1b2845;
}
.post__item-content .meta__taq li i {
    padding-right: 5px;
    font-size: 15px;
}
.post__item-content p {
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
}
@media (max-width: 575px) {
    .post__item-content p {
        margin-bottom: 10px;
    }
}
.post__item-content .read__btn {
    color: #1b2845;
    font-weight: 700;
}
@media (max-width: 575px) {
    .post__item-content .read__btn {
        font-size: 14px;
    }
}
.post__item-content .read__btn i {
    transition: all ease 0.3s;
}
.post__item-content .read__btn:hover i {
    transform: translateX(5px);
}
.post__item:hover .post__item-thumb img {
    transform: scale(1.1);
}
/*Referenssi & Blogi */
.details-content {
  margin-top: 20px;
}
.details-content h1.title {
  font-size: 32px;
  line-height: 34px;
}
.details-content p.ingressi {
  margin-bottom: 20px;
}
.details-thumb p {
  font-style: italic;
}
.details-thumb img:hover {
  opacity:.8;
}
.details-wrapper .back {
  margin-top: 30px;
}
.tmpl-uutiset .paginations {
  margin-top: 50px;
}
/* Sisältökuvat */
.module-kuvia {
	margin-top:15px;
	margin-bottom:15px;
	float:left;
	clear:both;
	width:100%;
}
.size-large {
	clear:both!important;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
}
.size-large img {
	width:100%;
	height:auto;
}
.size-small {
	clear:right!important;
	width:50%;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.size-small img {
	width:100%;
	height:auto;
}
.kuvateksti {
  font-style: italic;
  margin-bottom: 5px;
}
.size-large .img-content, .size-small .img-content {
	margin:0.5em;
}
@media screen and (max-width: 576px) {
  .size-large, .size-small {
  	width:100%;
  }
}
/* Some-ikonit */
.footer-social {
  margin-top: 25px;
  margin-bottom: 25px;
}
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
  border: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.linkedin span {
	background-color: #0077b5;
}
.instagram span {
  background-color: #bc2a8d;
}
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .la-twitter {
	color: #4099ff;
}
.icon-button .la-facebook {
	color: #3B5998;
}
.icon-button .la-linkedin {
	color: #0077b5;
}
.icon-button .la-instagram {
	color: #4099ff;
}
.icon-button:hover .la-twitter,
.icon-button:hover .la-facebook,
.icon-button:hover .la-linkedin,
.icon-button:hover .la-instagram{
	color: white;
}

/*# sourceMappingURL=main.css.map */
