@import url(../css/owl.carousel.min.css); /*carousel CSS*/
@import url(../css/owl.transitions.css); /*transitions CSS*/
@import url(../css/responsive.css); /*Responsive CSS*/
@import url(../css/custom-default.css); /*Custom-default CSS*/
@import url(../css/meanmenu.min.css); /*meanmenu CSS*/
@import url(../css/all.min.css); /*font-awesome CSS*/
@import url(../../venobox/venobox.css); /*venobox CSS*/
/*-- Body--*/
:root {
    --font-size: 16px;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --letter-spacing: 0em;
    --text-color: #616161;
    --link-color: #000;
    --link-color-hover: #4771bf;
    --link-color-active: #4771bf;
    --text-color-white: #ffffff;
    --bg-white: #ffffff;
    --btn-color: #ffffff;
    --btn-border: #4771bf;
    --btn-bg: #4771bf;
    --btn-white-color: #000;
    --btn-white-border: #212121;
    --btn-white-bg: #ffffff;
    --btn-color-hover: #000;
    --btn-border-hover: #212121;
    --btn-bg-hover: #ffffff;
    --btn-white-color-hover: #ffffff;
    --btn-white-border-hover: #4771bf;
    --btn-white-bg-hover: #4771bf;
    --new-label-color: #ffffff;
    --new-label-bg: #4771bf;
    --coming-soon-label-color: #ffffff;
    --coming-soon-label-bg: #f94c30;
    --theme-orange-color: #f94c30;
    --section-background-1: #4771bf;
    --section-background-2: #fff;
    --transition-effect: 500ms ease-in-out;
    --box-shadow: 0px 10px 25px 0px rgb(0, 0, 0, .2);
    --letter-spacing-0: 0em;
    --letter-spacing--25: -0.025em;
    --letter-spacing--2: -0.02em;
}
/* Ylänavi */
.header_top_menu {
    padding: 11px 0;
    background: #304c9e;
    position: relative;
    z-index: 1;
}
.header_top_menu_address_inner ul li,
.header_top_menu_icon_inner ul li {
    display: inline-block;
    margin-right: 20px;
}
.header_top_menu_address_inner ul li a, .header_top_menu_address_inner ul li,
.header_top_menu_icon_inner ul li a {
    color: #fff;
    font-size: 15px;
}
.header_top_menu_address_inner ul li a i, .header_top_menu_address_inner ul li i {
    margin-right: 10px;
}
.header_top_menu_icon_inner {
    text-align: right;
}
.header_top_menu_icon_inner ul li:last-child {
    margin-right: 0;
}
.logo a.logo_img img {
    width: 100%;
    max-width: 250px;
    height: auto;
}
.sticky .logo a.main_sticky img {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.sticky ul.nav_scroll {
    margin-top: 0em;
}
/* Valikko */
.luuri_nav_manu {
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
    background-color: #FFFFFF;
    transition: .5s;
}
.luuri_nav_manu .container {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #304c9e!important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}
.sticky .luuri_menu>ul>li>a {
    color: #fff;
}
.sticky .luuri_menu>ul>li>a:hover {
    color: #fff;
}
.sticky .header-button a {
    background: #EEFFF0;
    color: #4771bf;
}
.sticky .nav-btn.navSidebar-button a i {
    color: #fff;
}
nav.luuri_menu {
    text-align: center;
    position: relative;
    z-index: 10;
    margin-left: 11px;
}
.luuri_menu ul {
    list-style: none;
    display: inline-block;
    margin-top: 0.5em;
}
.luuri_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0.5em;
}
.luuri_menu>ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: #304c9e;
    font-weight: 400;
    transition: .5s;
}
.luuri_menu>ul>li>a.active {
    font-weight: 700;
}
nav.luuri_menu span {
    font-size: 11px;
    padding-left: 5px;
    font-family: FontAwesome;
    opacity: .5;
}
.luuri_menu>ul>li>a:hover {
    color: #4771bf;
}
/* Header buttoni */
.header-button {
    float: right;
}
.header-right {
    align-items: center;
    float: right;
    display: flex;
    margin-top: 5px;
}
.header-button a {
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 500;
    color: #fff;
    background: #4771bf;
    border: 1px solid #4771bf;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    transition: .5s;
}
.header-button a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0.0, 1);
    transition: .5s;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}
.header-button a:hover {
    color: #4771bf;
}
.header-button a:hover:before {
    transform: scale(1, 1);
}
/* Dropdown */
.luuri_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 30;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #4771bf;
    opacity: 0;
}
.luuri_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
.luuri_menu ul .sub-menu li {
    position: relative;
    transition: .5s;
    z-index: 9999!important;
}
.luuri_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: inherit !important;
    color: #304c9e !important;
}
.luuri_menu ul .sub-menu li a.active {
    font-weight: 700;
    color: #101210 !important;
}
.luuri_menu ul .sub-menu li:hover>a,
.luuri_menu ul .sub-menu .sub-menu li:hover>a,
.luuri_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.luuri_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {

}
.luuri_nav_manu.sticky .logo_img {
    display: none;
}
.main_sticky {
    display: none;
}
.luuri_nav_manu.sticky .main_sticky {
    display: inherit;
}
.mobile-menu.mean-container {
    overflow: hidden;
}
/* Hero */
.hero-section {
    /*background: url(../images/bg-hero-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    background: #304C9E;
    background: linear-gradient(0deg, rgba(48, 76, 158, 1) 0%, rgba(117, 149, 207, 1) 100%);
    height: 600px;
    position: relative;
    z-index:1;
}
.hero-section::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 113, 191, 0.75);
    z-index:-1;
}
.hero-bg{
    display: flex;
    align-items: center;
}
.hero-content {
    color:#fff;
}
.hero-content h5 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 3px;
    margin-left: 5px;
}
.hero-content h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}
.hero-content p {
    padding-top: 15px;
    color: #fff;
}
.slider-button {
    display: flex;
    align-items: center;
    padding-top: 33px;
}
.slider-button .section-button a {
    padding: 15px 50px;
    margin-right: 25px;
}
.slider-button .section-button a:before,
.choose-us-section .section-button a:before {
    background: #304c9e;
}
.hero-thumb {
    text-align: right;
    margin: 1em!important;
}
.hero-thumb img {
    border-radius: 60px 150px;
    padding-right: 1em;
    width: 100%;
    height: auto;
    max-width: 450px;
}
/* Buttoni */
.section-button a {
    display: inline-block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(71, 113, 191);
    color: #4771bf;
    padding: 13px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.section-button a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #304c9e;
    transform: scale(0.0, 1);
    transition: .5s;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}
.section-button a:hover {
    color: #fff;
}
.section-button a:hover:before  {
    transform: scale(1, 1);
}
.section-button:nth-child(2) a{
    background: #304c9e;
    color: #fff;
}
.section-button:nth-child(2) a:before {
    background: #fff;
}
.section-button:nth-child(2) a:hover{
    color: #4771bf;
}
.section-button a i {
    margin-left: 10px;
}
/* Sisältö */
.about-section {
    padding: 100px 0 100px;
}
.row.about-bg{
    display: flex;
    align-items: center;
}
.about-thumb {
    position: relative;
}
.about-thumb img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 60px 150px;
}
.about-section .section-button a {
    margin-top: 25px;
}
.about-section .luuri-section-title{
    margin-bottom: 0;
    text-align: left;
}
.about-section .luuri-section-title p {
    padding: 12px 0 18px;
    margin: 0;
}
/* Sisältökuvat */
.module-kuvia {
	margin-top:1em;
	margin-bottom:1em;
	padding:0.5em;
	float:left;
	clear:both;
	width:100%;
}
.size-large {
	clear:both!important;
	width:100%;
	margin-top:1em;
	margin-bottom:1em;
	float:left;
}
.size-large img {
	width:100%;
	height:auto;
}
.size-small {
	clear:right!important;
	width:50%;
	float:left;
	margin-top:1em;
	margin-bottom:1em;
}
.size-small img {
	width:100%;
	height:auto;
}
.size-large .img-content, .size-small .img-content {
	margin:0.5em;
}
@media screen and (max-width: 576px) {
  .size-large, .size-small {
  	width:100%;
  }
}
/* Titlet */
.luuri-section-title{
    margin-bottom: 60px;
    text-align: center;
}
.luuri-section-title h5 {
    font-size: 16px;
    line-height: 28px;
    color: #4771bf;
    font-weight: 400;
    font-family: "Poppins";
    padding-bottom: 5px;
}
.luuri-section-title h1 {
    font-size: 36px;
    line-height: 37px;
    color: #304c9e;
    font-weight: 700;
    font-family: "Poppins";
}
.luuri-section-title p {
    padding: 20px 0 18px;
    width: 90%;
    margin: auto;
}
/* Palvelunostot */
.service-section {
    padding: 80px 0 80px;
    background: #d8e5fe;
}
.service-single-box {
    padding: 45px 50px 35px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-single-box::before {
    position: absolute;
    content: '';
    z-index: -1;
    background: #4771bf;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: .5s;
}
.service-single-box:hover::before {
    left: 0;
    width: 100%;
}
.service-icon {
    display: inline-block;
    background-color: #4771bf;
    padding: 24px 26px 24px 26px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    transition: .5s;
}
.service-icon i {
    color: #fff;
    font-size: 26px;
}
.service-single-box:hover .service-icon i {
    color:#4771bf;
}
.service-single-box:hover a h4 {
    color:#fff!important;
}
.service-icon img {
    filter: brightness(0)invert(1);
    transition: .5s;
}
.service-content a {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: #304c9e;
    font-weight: 700;
    font-family: "Poppins";
    margin: 15px 0 17px;
    transition: .5s;
}
.service-content p {
    transition: .5s;
}
.service-content p a {
    font-weight:400;
    font-size: 16px;
}
.service-single-box:hover .service-icon{
    background: #fff;
}
.service-single-box:hover .service-icon img{
    filter: none;
}
.service-single-box:hover .service-content a, .service-single-box:hover .service-content a h4
.service-single-box:hover .service-content p{
    color: #fff!important;
}
/* Henkilöt */
.team-section {
    padding: 20px 0 70px;
    width: 100%;
}
.team-box {

}
.team-single-box {
    /*position: relative;*/
    margin-bottom: 30px!important;
}
.team-content {
    position:static!important;
    /*z-index: 1;*/
    background: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.15);
    transition: .5s;
    /*overflow: hidden;*/
}
h3.team-name {
    font-size: 18px;
    line-height: 28px;
    color: #304c9e;
    font-weight: 700;
}
.team-name a {
    font-weight: 700;
}
.team-content div {
    margin-top: 10px!important;
}
.team-section .module-otsikko {
    width: 100%;
    margin-bottom: 25px;
}
.team-section .module-otsikko h2 {
  font-size: 22px;
}
/* Etusivun uutiset */
.blog-section {
    padding: 100px 0 100px;
}
.blog-section .luuri-section-title p {
    width: 47%;
    margin: auto;
}
.blog-single-box {
    padding: 0 15px;
    filter: drop-shadow(0px 10px 25px rgba(194,191,191,0.3));
    margin-bottom: 30px;
}
.blog-thumb {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
.blog-thumb img {
    width: 100%;
}
.blog-section .owl-carousel .owl-item img {
    display: inline-block;
}
.blog-thumb>a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.blog-thumb>a:hover {
    opacity: 0.7;
}
.blog-single-box:hover .blog-thumb>a::before {
    left: 0;
    width: 100%;
}
.luuri-blog-meta-left {
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    padding: 28px 28px 26px 29px;
    position: relative;
    overflow: hidden;
}
.luuri-blog-meta-left span {
    font-size: 14px;
    color: #000;
}
.luuri-blog-meta-left span i{
    margin-right: 5px;
}
.blog-title h2 {
    font-size: 18px;
    margin: 10px 0px 16px;
    line-height: 1.3;
    position: relative;
    transition: .5s;
}
.blog-title h2 a {
    font-size: 18px;
    color: #304c9e;
    font-weight: 700;
}
.blog-text p {
    color: #000;
}
.blog-text p a {
    font-size: 16px;
    color: #304c9e;
    font-weight: 600;
}
/* Asiakaspalautteet - Etusivu*/
.testimonial-section {
    padding: 100px 0 170px;
    background: #d8e5fe;
}
.testimonial-single-box {
    position: relative;
    background-color: #fff;
    padding: 35px 34px 38px 34px;
    margin: 0px 17px;
    transition: all .5s ease 0s;
}
.testi-intro {
    display: flex;
}
.testi-thumb {
    position: relative;
    float: left;
    margin-right: 25px;
}
.testi-title h2 {
    font-size: 20px;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
}
.testi-title h2:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 43px;
    position: absolute;
    line-height: 50px;
    top: 0px;
    right: -245px;
    transform: rotate(181deg);
    text-align: center;
    color: #fff;
    color: #4771bf;
}
.testi-title span {
    color: #777777;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding-top: 8px;
}
.testi-text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 21px;
}
/* Owl */
.testimonial-section .owl-nav {
    position: relative;
    bottom: -60px;
    text-align: center;
}
.testi_list .owl-nav .owl-prev,
.testi_list .owl-nav .owl-next {
    display: inline-block;
    /* opacity: 0.588; */
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    background-color: #4771bf;
    border: 1px solid #4771bf;
}
.testi_list .owl-nav .owl-prev {
    margin-right: 10px;
}
.testi_list .owl-nav .owl-next {
    margin-left: 10px;
}
.testi_list .owl-nav .owl-prev.active {
    background: #fff;
    width: 10px;
}
/* CTA */
.subscribe-section {
    padding: 100px 0;
    border-top: 1px solid #eee;
}
.subscribe-bg {
    display: flex;
    align-items: center;
}
.subscribe-section .luuri-section-title {
    text-align: left;
    margin-bottom: 0;
}
.subscribe-section .slider-button {
    width: 100%;
    text-align: center;
}
.subscribe-section .slider-button .section-button {
    display: block;
    margin-left: auto;
    margin-right: auto
}
/* Logot */
.logo-section {
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.logo-section .luuri-section-title {
    text-align: left;
    margin-bottom: 0;
}
.logo {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    float: left;
}
.logo .logo-thumb {
    margin-bottom: 0em;
}
.logo .logo-thumb img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.logo2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.logo2 img {
    float: right;
    width: 100%;
    height: auto;
    max-width: 115px;
    margin-right:0.5em;
    margin-left:0.5em;
}
/* Footer */
.footer-section {
    padding: 50px 0 0;
    background: #304c9e;
    color: #fff;
}
.footer-section .logo {
    margin-bottom: 2em;
}
.footer-section .logo img {
    width: 100%;
    max-width: 250px;
    height: auto;
}
.company-info-desc p {
    padding: 5px 0 14px;
}
.follow-company-icon a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(255, 255, 255, 0.19);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.follow-company-icon a::before {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #4771bf;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.follow-company-icon a:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.widget-nav-menu h4.widget-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
ul.footer-menu li a {
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
}
ul.footer-menu li a:hover {
    color: #fff;
    padding-left: 5px;
}
ul.footer-menu li a.active {
    color: #fff;
    font-weight: 700;
}
.recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 10px;
}
.recent-post-item:last-child {
    border-bottom: none;
}
.recent-post-image {
    float: left;
    margin-right: 25px;
}
.recent-post-image a {
    display: inline-block;
}
.recent-post-image a img {
    border-radius: 5px;
}
.recent-post-text span.rcomment {
    font-size: 14px;
}
.recent-post-text h4 {
    margin: 0;
    overflow: hidden;
    line-height: 25px;
}
.recent-post-text h4 a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    transition: .5s;
}
.recent-post-text h4:hover a,
ul.footer-info li a:hover {
    color: #4771bf;
}
ul.footer-info li {
    margin-bottom: 12px;
        margin-left: 30px!important;
}
ul.footer-info li i {
    margin-right: 15px;
}
ul.footer-info li {
    font-size: 16px;
    color: #ffffff;
}
ul.footer-info li a {
    font-size: 16px;
    color: #ffffff;
    margin-left: 30px;
}
ul.footer-info li a:hover {
    color: #ffffff;
}
ul.footer-info span {
    font-weight: 700;
}
.footer-bottom-content {
    border-top: 1px solid #FFFFFF4D;
    padding-top: 15px;
    margin-top: 18px;
}
.footer-bottom-content-copy {
    text-align: center;
    padding: 10px;
}
.footer-bottom-content p a {
    color:#fff;
    text-decoration: none;
}
.footer-bottom-content p a:hover {
    color:#fff;
    text-decoration: underline;
}
/* Murupolku */
.breadcumb-section {
    background: #f2f2f2;
    height: 150px;
    display: flex;
    align-items: center;
    z-index:1;
}
/*.breadcumb-section {
    background: url(../images/bg-breadcumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    z-index:1;
}
.breadcumb-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index:-1;
}*/
.breadcrumb_tran_header .breadcumb-area {
    padding: 191px 0 110px;
}
.breadcumb-inner li {
  	display: inline-block;
  	margin: 0 6px;
  	color: #232323;
  	font-size: 14px;
  	font-weight: 400;
}
.breadcumb-inner li a {
  	color: #304c9e;
}
.breadcumb-inner li.active a {
  	color: #304c9e;
    font-weight: 600;
}
.breadcumb-title h2 {
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 0;
    color: #304c9e;
    margin-left: 5px;
}
.breadcumb-inner ul,
.breadcumb-inner li,
.breadcumb-inner li a {
    color: #304c9e;
    font-weight: 400;
}
/* about section style two*/
.about-section.style-two {
    padding: 57px 0 0;
}
.content-title h3 {
    font-size: 22px;
    margin-bottom: 18px;
}
.about-icon-box {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
.about-icon-box .icon-box-icon {
    padding-right: 20px;
}
.about-icon-box .icon-box-icon .icon i {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    background-color: #4771bf;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 30px;
}
.icon-box .icon-box-content {
    width: 57%;
}
.about-icon-box .icon-box-content h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #777777;
}
/* Details Section */
.details-section {
    padding: 120px 0 55px;
}
.details-section .luuri-section-title {
    text-align: left;
}
.details-section .section-title {
    border-left: 6px solid #42B4D8;
    padding: 1px 0 1px 18px;
    transition: .5s;
}
.details-section .section-title h3 {
    font-family: "PT Serif", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0;
}
.details-section .section-title p {
    width: 90%;
}
/* Service Info Inner Page */
.service-info-section {
    padding: 60px 0 120px;
}
.info-content-right .about-icon-box {
    margin-bottom: 16px;
}
.info-content-right .about-icon-box .icon-box-icon .icon i {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    background-color: #4771bf;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 30px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    text-align: center;
    background-color: #4771bf;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 22px;
}
.service-details {
    margin-top: 40px;
}
.service-details p {
    font-size: 18px;
    margin: 0;
}
.info-text1 {
    margin-bottom: 30px;
}
/* Henkilöt */
.team-inner-section {
    padding: 90px 0 0;
}
.team-inner-section .luuri-section-title,
.team-skill-section .luuri-section-title {
    text-align: left;
    margin-bottom: 30px;
}
.luuri-section-title>h1>span {
    color: #4771bf;
}
.team-inner-section .luuri-section-title .bar,
.team-skill-section .luuri-section-title .bar{
    margin: 0 0 5px;
}
.bar-main {
    margin: 22px 0 28px;
}
.bar.bar-big {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.bar.bar-big::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0c5adb;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.team-inner-section .luuri-section-title p,
.team-skill-section .luuri-section-title p {
    margin-bottom: 0;
    width: 100%;
    box-shadow: 0px 16px 32px 0px rgb(24 37 50 / 6%);
    padding: 25px 25px 28px;
    border-left: 4px solid #0c5adb;
    background: #fff;
    font-size: 18px;
    color: #223645;
}
.team-inner-thumb img {
    width: 100%;
}
.team-details-section {
    padding: 80px 0;
}
/* Uutiset */
.blog-section.style-two {
    padding: 100px 0 70px;
}
.blog-single-box.style-two {
    padding: 0;
    text-align: center;
}
.blog-single-box.style-two .luuri-blog-meta-left {
    overflow: visible;
}
.blog-single-box.style-two .blog-meta-top {
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    border-radius: 3px;
    text-align: center;
    top: -25px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 20px;
    transition: .5s;
}
.blog-single-box.style-two .blog-meta-top a,
.blog-single-box.style-two .blog-meta-top.two span {
    margin-right: 27px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #42b4d7;
    position: relative;
    font-weight: 400;
    transition: .3s;
}
.blog-single-box.style-two .blog-meta-top a::before,
.blog-single-box.style-two .blog-meta-top.two span::before {
    content: "";
    background: #616161;
    width: 10px;
    height: 1px;
    position: absolute;
    right: -21px;
    top: 13px;
    border-radius: 0;
}
.blog-single-box.style-two .blog-meta-top a:last-child{
    margin-right: 0;
}
.blog-single-box.style-two .blog-meta-top a:last-child::before {
    display: none;
}
.blog-right-side > div {
    width: 100%;
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}
/* Kategoriat */
.blog-right-side .widget h2 {
    color: #232323;
    display: block;
    font-size: 21px;
    margin-bottom: 40px;
    padding-bottom: 0;
    position: relative;
    margin-top: 0;
}
.blog-right-side .widget h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -11px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
}
.blog-right-side .widget h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #2513d1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(88px);
              transform: translateX(88px);
    }
}
.blog-right-side .widget ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-top: 1px solid #E8E8E8;
    padding: 15px 0;
}
.blog-right-side .widget ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0;
}
.cat-item.cat-item-3 a {
    color: var(--text-color);
}
.style-two .recent-post-text h4 a {
    color: #303030;
}
.style-two .recent-post-text h4 a:hover {
    color: #41B3D5;
}

/* Shop */
.shop-section {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}
.shop-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background: url(../images/resource/serv-dtls-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}
/* Tuote */
.product-categories-box {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}
.products-collection {
    margin-bottom: 20px;
}
.product-thumb {
    float: left;
    padding-right: 17px;
}
.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #4771bf;
}
.product-icon-list ul {
    line-height: 20px;
}
.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}
/* Shop Right */
.row.products {
    padding-left: 80px;
}
.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}
.products-thumb {
    position: relative;
    z-index: 1;
}
.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
    border: 1px solid rgba(6,36,98,0.1);
}
.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}
.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: #4771bf;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}
.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #0D0E14;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}
.product-thumb-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: #4771bf;
    transition: .6s;
}
.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}
.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}
.product-content {
    padding: 23px 0 23px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
}
.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #062462;
    line-height: 20px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.product-price p {
    font-size: 15px;
    padding: 14px 0 0px;
    color: #4771bf;
    margin-bottom: 0px;
}
.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}
.product-thumb-icon a:hover {
    color: #fff;
}
.product-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}
.single-products-box:hover .products-thumb:before{
    height: 100%;
    top: 0;
}
.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 92px;
}
.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 92px;
}
/* Sivunumerot */
.pagination-menu {
    padding-top: 30px;
}
.pagination-menu ul {
    display: inline-block;
}
.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}
.pagination-menu ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-block;
    color: #062462;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #4771bf;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}
.pagination-menu ul li a.active:before,
.pagination-menu ul li a:hover:before {
    transform: scale(1);
}
.pagination-menu ul li a.active,
.pagination-menu ul li a:hover {
    color: #fff;
}
/* Tuotteet */
.shop-detials {
    padding: 100px 0 70px;
}
.shops-section {
    padding: 100px 0 40px;
}
.shops-section .row.products {
    padding-left: 0;
}
.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
}
.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}
.tabs li.current:before {
    background: transparent;
    border: 0;
}
li.current a {
    border: 1px solid #4771bf;
}
.style-three.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border: 1px solid rgba(6,36,98,0.1);
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
}
.tabs_item img {
    border-radius: 5px;
}
.style-three .tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}
.style-three .tabs li:last-child a {
    margin-right: 0;
}
.style-three .tabs li.current:before {
    background: transparent;
    border: 0;
}
.style-three li.current a {
    border: 1px solid #4771bf;
}
/* Sivupalkki */
.shop-dtls-info {
    padding-left: 30px;
}
.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 31px;
    padding: 0px 0 23px;
}
.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #4771bf;
    letter-spacing: .4em;
    font-size: 16px;
}
li.category-text {
    letter-spacing: 0 !important;
    color: #67686C!important;
    padding-left: 6px;
}
.category-price h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #4771bf;
    padding: 5px 0 5px;
}
.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}
.category-description ul {
    margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.category-description ul li {
    font-size: 16px;
    list-style: disc;
}
/* Määrä */
.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
}
.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}
.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}
.quantity .cart-plus-minus > .ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    background: #4771bf;
}
.quantity .cart-plus-minus > .cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #062461;
    background-color: #fff !important;
    background: linear-gradient(90deg, #4771bf 50%, transparent 0) repeat-x, linear-gradient(90deg, #4771bf 50%, transparent 0) repeat-x, linear-gradient(0deg, #4771bf 50%, transparent 0) repeat-y, linear-gradient(0deg, #4771bf 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}
.quantity .cart-plus-minus > .ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}
.quantity .cart-plus-minus > .ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}
/* Kategoriat painikkkeet*/
.category-button {
    display: inline-block;
    padding-left: 20px;
}
.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: #4771bf;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #062461;
    border-radius: 4px;
    transition: .5s;
}
.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}
.category-button a:hover:before {
    left: 0;
    width: 100%;
}
/* Taulukko */
/*table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}
table.category-table td.table-title {
    font-size: 16px;
    color: #062461;
    font-weight: 500;
}
table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}
table.category-table td.table-title {
    font-size: 16px;
    color: #0D0E14;
    font-weight: 500;
}
table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
}
table.category-table td.table-text:before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0D0E14;
}*/
/* Lomake */
.contact-form-box2 {
    padding: 25px 0 0;
}
p.form_text {
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0 0;
}
h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}
.contact-form-box2 .form-box input {
    height: 54px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 30px;
    border-radius: 4px;
}
.contact-form-box2 .from-box input::placeholder {
    color: #616161;
    opacity: .6;
}
.contact-form-box2 .form-box textarea {
    height: 155px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
}
.contact-form-box2 .from-box textarea::placeholder {
    color: #616161;
    opacity: .6;
}
.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
}
.contact-form button {
    padding: 11px 53px;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background: #4771bf;
    transition: 0.5s;
    font-weight: 500;
}
.contact-form button i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}
.contact-form button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
}
.contact-form label {
    color:#616161;
}
.contact-form .titlelabel label {
    color:#616161;
    font-weight: 700;
}
.contact-form .checks {
    margin-bottom: 1em;
}
/* Captcha */
.contact-form .captcha {
	font-size:1em;
	padding-top:0.5em;
	padding-bottom:1em;
	margin-bottom:0em!important;
	width:100%;
}
.contact-form .captcha-input {
	font-size:0.8em;
	padding:0em;
	padding-bottom:4em;
}
.contact-form .captcha-input input{
	float:left;
	clear:right;
	margin-right:0.5em;
  text-align: center;
}
.contact-form .captcha-input img{
	float:left;
	clear:right;
	margin-right:0.5em;
	margin-top:0em;
}
.tmpl-tarjouslomake .choose_us_right {
    margin-left: 0px!important;
    margin-top: 15px;
}
/* Widgetit */
.widget {
    display: inline-block;
}
.widget select {
    padding: 15px 13px;
    width: 85%;
    display: inline-block;
    position: relative;
    top: -6px;
    color: #6A6E49;
    border: 2px solid #616161;
    border-radius: 5px;
    transition: .5s;
    cursor: pointer;
}
.widget form select:focus {
    border: 2px solid #4771bf !important;
    border-radius: 5px;
}
/* Uutinen */
.blog-detials-area {
    padding: 120px 0 119px;
}
.blog-detials-area.blog-tow-column {
    padding: 120px 0 90px;
}
.blog-detials-area.blog-list {
    padding: 120px 0 92px;
}
.blog-details-main {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.blog-details-meta {
    background: #F3F3F5;
    padding: 16px 30px;
}
.blog-details-meta span {
    margin-right: 30px;
}
.blog-details-meta span i {
    color: #4771bf;
    padding-right: 5px;
}
.blog-details-content {
    padding: 20px 0 18px;
}
.blog-details-content h1, .choose-us-section h1, .tmpl-uutiset h1, .tmpl-tuoteryhma h1, .tmpl-tuote h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-details-content h2, .choose-us-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-details-content h3, .blog-details-content h4, .choose-us-section h3, .choose-us-section h4  {
    font-size: 22px;
    font-weight: 500!important;
    margin-bottom: 15px;
}
.blog-details-thumb img {
    width: 100%;
    border-radius: 5px;
}
.blog-details-des {
    padding: 30px 0 10px;
}
@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}
.blog-details-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}
.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}
.blog-details-button {
    margin-bottom: 10px;
}
.blog-details-button a {
    display: inline-block;
    background: #4771bf;
    border: 2px solid #4771bf;
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}
.blog-details-button a:nth-child(2) {
    background: transparent;
    color: #4771bf;
    transition: .5s;
    margin-left: 10px;
    position: relative;
}
.blog-details-button a:nth-child(2):before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, #4771bf 6%, #4771bf 96%);
    z-index: -1;
    transition: .5s;
}
.blog-details-button a:nth-child(2):hover:before{
    left: 0;
    width: 100%;
}
.blog-details-button a:nth-child(2):hover{
    color: #fff;
    border-color: #4771bf;
}
.blog-details-social {
    text-align: right;
}
.blog-details-social a {
    display: inline-block;
    border: 2px solid #4771bf;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    transition: .5s;
    margin-left: 5px;
}
.blog-details-social a:hover{
    background: #4771bf;
    border-color: #4771bf;
    color: #fff;
}
.blog-details-contact {
    border-top: 2px solid #4771bf;
    margin: 12px 20px 10px;
    padding-top: 8px;
}
.input-box input {
    outline: oldlace;
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #EEEE;
    padding: 0 20px;
}
.input-box textarea {
    width: 100%;
    height: 200px;
    outline: 0;
    border: 1px solid #EEE;
    border-radius: 5px;
    padding: 12px 23px 0;
}
.input-button button {
    background: #4771bf;
    color: #fff;
    border: transparent;
    padding: 12px 18px;
    border-radius: 5px;
    margin-top: 28px;
}
.service-detials-area {
    padding: 119px 0 87px;
}
/* Kategoriat */
.widget-categories-box {
    background: #fff;
    padding: 42px 40px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}
.widget-categories-box h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 2px solid #4771bf;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
    padding-left: 10px;
}
.categories-title h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 2px solid #4771bf;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
    padding-left: 10px;
}
.categories-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 24px;
    width: 3px;
    background: #4771bf;
}
.widget-categories-menu ul {
    display: block;
}
.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    border: 2px solid #4771bf;
    position: relative;
    z-index: 1;
}
.widget-categories-menu ul.submenu {
    margin-bottom: 15px;
    margin-top: 15px;
}
.widget-categories-menu ul.submenu li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    border: none;
    z-index: 1;
}
.widget-categories-menu ul.submenu li:hover,
.widget-categories-menu ul.submenu li.active {
    border: none;
}
.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    border: 2px solid #4771bf;
}
.widget-categories-menu ul li a {
    display: block;
    color:#4771bf;
    transition: .5s;
}
.widget-categories-menu ul li a span {
    float: right;
    background: #4771bf;
    height: 22px;
    width: 22px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    margin-top: 2px;
    color: #fff;
    line-height: 22px;
    transition: .5s;
}
.widget-categories-menu ul li:hover a span,
.widget-categories-menu ul li.active a span {
    background: #fff;
    color: #4771bf;
}
.widget-categories-menu ul li:hover a,{
    color: #4771bf;
    text-decoration: underline;
}
.widget-categories-menu ul li.is-in-active-path a.active, .widget-categories-menu ul li.is-in-active-path a.active ul.submenu li.is-in-active-path a.active {
    color: #4771bf;
    font-weight: 700;
}
/* Toinen alitaso */
.widget-categories-menu ul.submenu {
  padding-left: 15px;
  padding-right: 10px;
}
.widget-categories-menu ul.submenu li {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
}
/* Uusimmat julkaisut */
.sidber-widget-recent-post {
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    border-bottom: 1px solid #F3F3F5;
    padding-bottom: 15px;
}
.recent-widget-thumb {
    float: left;
    margin-right: 15px;
}
.recent-widget-thumb img {
  width: 100px;
  height: 130px;
}
.sidber-widget-recent-post .recent-widget-content {
    padding-top: 20px;
}
.sidber-widget-recent-post .recent-widget-content h4 a {
    color: #304c9e;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding-right: 10px;
    margin-top: 0px!important;
}
.recent-widget-content a:hover{
    color:#4771bf ;
}
.sidber-widget-recent-post .recent-widget-content span i {
    margin-right: 7px;
    color: #304c9e;
}
.recent-widget-content span {
    font-size: 14px;
    color: #4771bf;
    padding-top: 7px;
    display: block;
}
.service-details-main-title {
    padding: 20px 0 18px;
}
.service-details-main-title h1 {
    font-size: 36px;
}
.service-details-text p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}
.service-details-overview-title {
    padding: 22px 0 15px;
}
.service-details-overview-title h2 {
    font-size: 30px;
}
.service-details-overview-text p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 10px;
}
.service-details-overview-text p {
    text-align: justify;
}
.service-details-overview-list ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-right: 12px;
    padding-bottom: 12px;
    font-size: 16px;
}
.service-details-overview-list ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 12px;
    width: 12px;
    background: #4771bf;
    border-radius: 50%;
}
.service-details-choose-us {
    padding-bottom: 10px;
}
.service-details-choose-us-title {
    padding: 5px 0 15px;
}
.service-details-choose-us-title h2 {
    font-size: 30px;
}
.service-details-box {
    background: #F3F3F5;
    padding: 30px 30px 21px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
}
.service-details-number {
    position: absolute;
    right: 60px;
}
.service-details-number h2 {
    font-size: 48px;
    text-transform: none;
    margin: 0;
    margin: 0;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0E1317;
    opacity: .5;
}
.service-details-icon i {
    font-size: 50px;
    color: #4771bf;
}
.service-details-content h2 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.service-details-thumb img {
    width: 100%;
}
.service-details-content p {
    font-size: 16px;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.w-full {

    width: 100%;
}
@media (min-width: 540px) {
    .sm\:w-half {
        width: 50%;
    }
}*
/* Yhteystiedot */
.choose-us-section {
    padding: 100px 0;
}
.choose-us-title h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}
.choose-us-title p {
    width: 100%;
    padding-bottom: 25px;
}
.choose-us-icon-box {
    margin-bottom: 25px;
}
.choose-us-icon {
    margin-right: 20px;
}
.choose-us-icon .icon i {
    font-size: 15px;
    color: blue;
    display: inline-block;
    text-align: center;
    background-color: #3bb3d8;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 22px;
}
.icon-box-content .title h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 13px;
}
.icon-box-content .description p {
    margin: 0;
    font-size: 14px;
    transition: .5s;
    font-weight: 400;
}
.choose_us_left .section-button a {
    margin-top: 20px;
}
/* Lomake */
.choose_us_right {
    margin-left: 43px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    /*border: 1px solid #304c9e;*/
    border: 1px solid rgba(13,14,20,0.1);
}
.choose_us_right p {
    color:#777;
}
.form-group .form-control {
    background-color: transparent;
    border: 1px solid #ced4da;
    padding: 13px 20px 13px;
    color: #777;
    margin-bottom: 30px;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #777;
}
.form-group input.form-control:focus,
.form-group textarea.form-control:focus {
    color: #777;
    background-color: transparent;
    border-color: #777 !important;
    outline: 0;
    box-shadow: none !important;
}
.form-group button.form-btn {
    background: #fff;
    border: 1px solid #4771bf !important;
    display: inline-block;
    text-align: center;
    padding: 12px 35px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    color: #4771bf;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    font-weight: 300;
}
.form-group button.form-btn:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #304c9e;
    transform: scale(0.0, 1);
    transition: .5s;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}
.form-group button.form-btn:hover {
    color: #fff;
}
.form-group button.form-btn:hover:before {
    transform: scale(1, 1);
}
/* Sivun alkuun */
#progress {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: grid;
    place-items: center;
    z-index: 99999;
    cursor: pointer;
}
.progress.hide {
    display: none !important;
    transition: .5s !important;
}
#progress-value{
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 18px;
}
/* Galleria */
.gallery {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}
.gallery .gallery-item {
    padding: 5px;
    border: 1px solid #eee;
    max-width: 150px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.gallery .gallery-item img {
    width: 100%;
    height: auto;
}
.gallery .gallery-item img:hover {
    opacity: .8;
}
