
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
a{
     color: #0a9a3b;
     transition: .5s;
}
 a:hover {
     text-decoration: none;
     color:#0a9a3b;
}
 body {
	  font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
	  color:#111;
    background: #fcf9f5;
}
 p {
     font-style: normal;
     color:#111;
}
 h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    font-size: 19px;
    margin-bottom: 0;
	  color:#089838;
}
 .btn-primary:focus, select:focus, textarea:focus, input:focus{
     box-shadow: none !important;
}
 textarea, input{
     outline:none;
}
 a:focus, .btn:focus {
     text-decoration: none;
     outline: none;
}
 .uppercase {
     text-transform: uppercase;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
/* MeanMenu */
a.meanmenu-reveal{display:none}
.mean-container
.mean-bar{background:#fff;float:left;min-height:60px;padding:4px 0 0;position:relative;width:100%;z-index:999999}
.mean-container a.meanmenu-reveal{width:30px;height:30px;padding:18px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float:right}
.mean-container a.meanmenu-reveal {margin-top:5px}
.mean-container a.meanmenu-reveal span{display:block;background:#fbdb01;height:3px;margin-top:4px}
.mean-container .mean-nav{float:left;width:100%;background:#fff}
.mean-container .mean-nav ul{float:left;padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li{background:none repeat scroll 0 0;float:left;position:relative;width:100%;border-bottom:1px solid#555}
.mean-container .mean-nav ul li a{background:none repeat scroll 0 0;color:#fff;display:block;float:left;font-size:16px;margin:0;padding:1em 5%;text-align:left;text-decoration:none;text-transform:none;width:90%;font-weight:400}
.mean-nav ul li a.active{font-weight: 700;color:#000!important;background: #fbdb01!important;}
.mobile-menu-area{float:left;background:#fff}
.mean-container .mean-nav ul li li a{border-top:1px solid rgba(255,255,255,.25);opacity:.75;padding:1em 10%;text-shadow:none!important;visibility:visible;width:80%;font-weight:500;color:#fff}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover{background:#fff none repeat scroll 0 0;}
.mean-container .mean-nav ul li a.mean-expand{width:20%;font-size: 30px!important;height:28px; line-height:1;margin-top:1px;padding:12px!important;text-align:right;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(0,0,0,.1);border:0!important;background:#f8f8f8}
.mean-container .mean-nav ul li a.mean-expand:hover{background:#fff}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-container .mean-bar::after{color:#fff;content:"Valikko";font-size:21px;left:5%;position:absolute;top:12px}
.mean-container .mean-bar::after{display:none}
.mean-container .mean-nav ul li a:hover{border-radius:0}
.mean-container a.meanmenu-reveal span{background:#fbdb01}
.mobile-menu-area{background:#fff none repeat scroll 0 0;border-top:3px solid #2bcdc1}
.mean-container .mean-nav ul li a{background:#fff;color:#444;display:block}
.mean-container .mean-nav ul li a.mean-expand{ background:0;top:0px}
.mean-container .mean-nav ul li a.mean-expand:hover{background:0 0}
.mean-container .mean-nav ul li{background:#fff}
.mean-container .mean-nav ul li li a{opacity:.9;border-top:0}
.mean-container a.meanmenu-reveal{color:#fbdb01}
.meanmenu-reveal.meanclose:hover{color:#fbdb01!important}
.mean-container a.meanmenu-reveal:hover span{background:#fbdb01}
.mean-container .mean-bar::before{color:#fff;content:"";font-size:18px;font-weight:700;left:10px;position:absolute;top:13px}
.mean-container .mean-nav ul li.menu-item-has-children a{color:white!important}
@media (max-width: 990px) {
    .mobile-menu .mean-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    body {
        padding-top: 70px;
    }
}
.mobile-menu li.mobile-language {
  padding-bottom: 10px;
  background: black!important;
  padding-left: 25px;
}
.mobile-menu li.mobile-language a {
  display: inline-block!important;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  width: 24px!important;
  float: left!important;
  padding-left: 0px!important;
  padding-right: 10px!important;
  opacity: .85;
  transition: transform .2s ease, opacity .2s ease;
  background: transparent!important;
}
.mobile-menu li.mobile-language a img {
  width: 24px!important;
  height: auto!important;
  margin-left: 0px!important;
  padding-right: 10px!important;
}
.mobile-menu li.mobile-language a:hover {
    transform: translateY(-2px);
    opacity: 1;
}
/* Otsikot */
.witr_section_title .witr_section_title_inner h1 {
  color:#089838;
  text-transform: uppercase;
}
.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3, .timeline-section h1 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    color:#089838;
    text-transform: uppercase;
}
.witr_section_title_inner.text-left h2 {
    font-size: 30px;
    margin: auto;
    font-weight: 700;
    color:#089838;
    text-transform: uppercase;
}
.witr_section_title_inner.text-center p {
    width: 100%!important;
    margin-right: auto;
    margin-left: auto;
    color:#111;
}
.witr_section_title {
    padding-bottom: 0px;
}
.witr_section_title {
    position: relative;
    padding-bottom: 30px;
}
 .witr_section_title_inner{
     position:relative;
     z-index:1;
}
 .witr_back_title{
     position:absolute;
     top:0;
     bottom:0;
     right:0;
     left:0;
}
 .title_in .witr_back_title {
     z-index: -1;
}
 .witr_back_title h4{
     font-size:80px;
     -webkit-text-stroke: 1px #888888;
     -webkit-text-fill-color: transparent;
     line-height:1;
}
.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 36px;
    margin: auto;
    font-weight: 700;
}
 .witr_section_title_inner h1 {
    color: #089838;
}
 .text-right.witr_section_title_inner h1,
 .text-right.witr_section_title_inner h2,
 .text-right.witr_section_title_inner h3{
     margin-right: 0px;
     color:#089838;
}
 .text-left.witr_section_title_inner h1,
 .text-left.witr_section_title_inner h2,
 .text-left.witr_section_title_inner h3{
     margin-left: 0px;
     color:#089838;
}
 .witr_section_title_inner h1{
   color:#089838;
}
.witr_section_title_inner h2 {
    font-size: 17px;
    display: inline-block;
	  color:#089838;
}
 .witr_section_title_inner h3 {
    color: #089838;
    padding: 10px 0px 0px 0px;
}
 .witr_section_title_inner p span a,
 .witr_section_title_inner p span,
 .witr_section_title_inner h1 span,
 .witr_section_title_inner h2 span,
 .witr_section_title_inner h3 span{
     color:#089838;
}
 .witr_section_title_inner p {
     margin-top: 10px;
}
 .witr_section_title_inner.text-center p{
     margin-right:auto;
     margin-left:auto;
}
 .witr_section_title_inner p {
    color: #111;
    font-size: 16px;
    width: 100%;
}
 .witr_image_title {
     margin-top: 0px;
     margin-bottom: 10px;
}
.white .witr_section_title_inner h1,
.white .witr_section_title_inner h2,
.white .witr_section_title_inner h3,
.white .witr_section_title_inner p{
    color:#fff;
}
.title_btn a {
    background: #e0a067;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
}
/* Button hoverit */
.feature_btn a, .witr_ser_btnb a, .service-btn > a, a.dtbtn, .witr_btn, .witr_bbtn, .witr_gbtn, .witr_gbbtn, .lowgo_button a, .witr_sbtn_s8 a {
    border-radius: 5px;
    font-size: 16px;
}
.witr_btn, .witr_bbtn, .witr_gbtn::before, .witr_vbtn, .witr_vhgbtn::before, .witr_vbbgbtn_inner:after, .witr_vbbgbtn::after, .witr_vdbbgbtn_inner:before, .witr_vdbbgbtn::before {
    background-color: #089838;
	  color:#111;
}
 .witr_btn:hover, .witr_bbtn:hover, .witr_gbtn:hover::before, .witr_vbtn:hover, .witr_vhgbtn:hover::before, .witr_vbbgbtn_inner:hover:after, .witr_vbbgbtn:hover::after, .witr_vdbbgbtn_inner:hover:before, .witr_vdbbgbtn:hover::before {
    background-color:black;
	  color:#fff;
    border:none;
}
 .witr_gbtn::before {
     border-radius: 30px;
}
.logo-right,
.logo-left {
    align-items: center;
}
 .tx_relative_m,.tx_top2_relative{
     position:relative;
}
 @media (max-width: 479px) {
     body {
         overflow-x: hidden;
    }
     .mean-container .mean-bar:before {
  		text-transform: uppercase;
  		top: 17px;
	}
     .mean-container a.meanmenu-reveal {
         padding: 19px 20px 18px;
    }
     .witr_ac_style:before, .active .witr_ac_style:before{
         display:none;
    }
}
/* Header */
 .em40_header_area_main.hdisplay_none {
     display: none;
}
 .top-address p {
     margin-bottom: 0;
}
 .top-address p span, .top-address p a {
     margin-right: 20px;
     color:#000;
}
 .top-address p span i, .top-address p a i {
     font-size: 13px;
     margin-right: 5px;
}
 .top-address p span i:hover, .top-address p a i:hover{
 }
 .top-address p a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .txtc {
     text-align: center;
}
 .text-center {
     text-align: center;
}
 .text-left {
     text-align: left!important;
}
 .text-right {
     text-align: right!important;
}
 .mobile_menu_logo.text-center {
     padding: 20px 0;
}
/* Header */
 .em_ekosata_header {
     background: #f9f9f9 none repeat scroll 0% 0;
     padding: 28px 0;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .em_ekosata_header:before {
     background: #821F05 none repeat scroll 0% 0;
     content: "";
     left: 0;
     top: 0;
     bottom: 0;
     width: 25%;
     height: 100%;
     z-index: -1;
     position: absolute;
}
 .em_ekosata_header:after {
     background: #821F05 none repeat scroll 0% 0;
     content: "";
     left: 18%;
     top: 0;
     bottom: 0;
     width: 15%;
     height: 100%;
     position: absolute;
     -webkit-transform: rotate(-121deg);
     transform: rotate(-121deg);
     z-index: -1;
}
 .single_header_address {
     text-align: left;
}
 .ekosata_logo_thumb {
     z-index: 9;
     text-align: right;
}
 .ekosata_header_icon {
     float: left;
     margin-right: 10px;
     overflow: hidden;
}
 .ekosata_header_icon i {
     color: #821F05;
     font-size: 30px;
     margin-top: 5px;
     margin-left: 2px;
     display: inline-block;
}
 .ekosata_header_address {
     overflow: hidden;
     padding-left: 80px;
}
 .ekosata_header_address_text > h3 {
     font-size: 18px;
     margin: 0;
     padding: 0;
}
 .ekosata_header_address_text > p {
     margin: 0;
     overflow: hidden;
}
 .ekosata_header_address_text > p > a {
     color:#999;
}
 .ekosata_logo_thumb {
     z-index: 9;
}
 .ekosata_header_button {
     padding-left: 50px;
     position: relative;
}
 .ekosata_header_button:before {
     content: "";
     position: absolute;
     background: #821F05;
     width: 1px;
     height: 74px;
     left: 10px;
     top: -14px;
}
 .ekosata_header_button .dtbtn {
     background: #821F05;
     border-radius: 5px;
     color: #fff;
     display: inline-block;
     font-size: 15px;
     font-weight: 600;
     margin-left: 0;
     padding: 12px 26px;
     transition: .5s;
}
 .ekosata_header_button > a:hover {
     background: #821F05;
}
 /*.em_slider_social {
     position: fixed;
     right: 30px;
     text-align: center;
     top: 60%;
     z-index: 999999;
}
 .em_slider_social li {
     display: block;
     list-style: outside none none;
     text-decoration: none;
}
 .em_slider_social a {
     background: #821F05;
     border: 1px solid #821F05;
     border-radius: 50%;
     color: #fff;
     display: inline-block;
     font-size: 16px;
     height: 35px;
     line-height: 33px;
     margin-bottom: 10px;
     text-align: center;
     width: 35px;
}
 .em_slider_social a:hover {
     background: #821F05;
     color: #fff;
     border-color: #821F05;
}*/
 .no-logo-sr .ekosata_menu ul {
     text-align: center;
}
 .no-logo-sr .ekosata_menu ul li {
     text-align: left;
}
/* Mobiilivalikko */
.mean-container .mean-bar img {
  	width: 100%;
  	height: auto;
  	max-width: 175px;
    margin-top: 8px;
    margin-left: 25px;
}
 .mean-container .mean-bar {
     padding: 0;
}
 .mean-container .mean-nav {
     background: black;
     float: none;
}
 .main_menu_div {
     position: relative;
}
 .ekosata_nav_area {
     background: #000 none repeat scroll 0% 0;
}
/* Logo */
 .logo a {
     font-size: 23px;
     font-weight: 700;
     display: inline-block;
}
/* Valikko */
 .ekosata_menu ul {
     text-align: right;
     list-style: none;
}
 .witr_shop_sc .ekosata_menu ul {
     text-align: left;
}
 .search_popup_button, .tx_mmenu_together{
     align-items: center;
     display: flex;
     justify-content: flex-end;
}
 .tx_mmenu_together .header-btn {
     padding: 0;
}
.header-btn {
  display: inline-flex;
  margin-left: 50px;
}
.header-btn a {
  background: #f8de02;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#000;
  font-weight: 700;
  font-size: 14px;
}
.header-btn a:hover {
  background: #019937;
  color:#fff;
}
@media (min-width: 992px) and (max-width: 1220px) {
  .header-btn {
    margin-left: 10px;
  }
  .header-btn a {
    background: #f8de02;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    color:#000;
    font-weight: 700;
    font-size: 12px;
    display:inline-block;
    text-align: center;
  }
  .ekosata_menu ul {
    display: inline-block;
  }
  .ekosata_menu li {
    padding-left: 0px!important;
    padding-right: 5px;
  }
  .ekosata_menu .sub-menu a {
    font-size: 13.5px!important;
  }
  /*.ekosata_menu li:first-child {
    display: none;
  }*/
}
.mean-bar .header-btn {
  position: absolute;
  right: 85px;
  margin-top: 15px;
}
.mean-bar  .header-btn a {
  font-weight: 700;
  font-size: 13px;
}
.mean-bar .header-btn {
  position: absolute;
  right: 85px;
  top: 20px;
  margin-top: 0;
}
.mean-bar .header-btn-mobile {
  position: absolute;
  right: 85px;
  top: 20px;
  margin-top: 0;
}
.mean-bar .header-btn-mobile a {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50%;
}
.mean-bar .header-btn-mobile a i {
  font-size: 22px;
}
.ekosata-main-menu .container {
  max-width: 1300px;
  width: 100%;
}
.ekosata_menu > ul {
    padding-top: 20px;
    padding-bottom: 20px;
}
 .ekosata_menu > ul > li {
     display: inline-block;
     position: relative;
     padding: 5px;
     margin-right: 5px;
     margin-bottom: 5px;
}
.ekosata_menu > ul > li > a {
    display: block;
    transition: .5s;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    /*text-transform: uppercase;*/
}
.ekosata_menu > ul > li > a.active {
    color: #fff;
    font-weight: 700;
}
 .ekosata_menu > ul > li > a:before, .ekosata_menu > ul > li.current > a:before {
     background: #ffb600 none repeat scroll 0% 0;
     bottom: -7px;
     content: "";
     height: 2px;
     left: 0;
     margin: auto;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     right: 0;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     width: 15%;
     display:none;
}
 .ekosata_menu ul li:last-child a {
     margin-right: 0px;
}
 .ekosata_menu > ul > li.current > a, .ekosata_menu > ul > li:hover > a, .ekosata_header_menu > ul > li:hover > a {
     color: #fbdb01;
     background-color: transparent;
}
 .ekosata_menu > ul > li:hover > a:before, .ekosata_menu > ul > li.current > a:before {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
 .transprent-menu .ekosata_nav_area {
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     padding: 0;
     transition: .5s;
     position: absolute;
}
 .ekosata_nav_area.postfix {
     -webkit-transition: .3s;
     transition: .3s;
}
 .ekosata_nav_area.prefix, .hbg2 {
	 background:#000;
}
/* Logo */
.logo-left {
    align-items: center;
}
 .logo-left .logo {
     text-align: left;
}
 .logo-right .logo {
     text-align: right;
}
 .logo-right .ekosata_menu > ul {
     text-align: left;
}
 .logo-right .ekosata_menu > ul > li:first-child a {
     padding-left: 0px;
}
 .logo-right .ekosata_menu > ul > li:last-child a {
     padding-right: auto;
}
 .logo-top .logo {
     text-align: center;
}
 .logo-top .ekosata_menu > ul {
     text-align: center;
}
 .logo-top > .ekosata_menu > ul > li:last-child a {
     padding-right: auto;
}
/* Dropdown */
.ekosata_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 260px;
    text-align: left;
    background: #fbdb01;
    margin: 0;
    padding: 15px 20px 8px;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    border: 2px solid #000;
}
 .ekosata_menu ul li:hover > .sub-menu {
     transition: .5s;
     opacity: 1;
     visibility: visible;
     top: 100%;
     z-index: 9;
}
 .ekosata_menu ul .sub-menu li {
     position: relative;
	 transition:.5s;
}
.ekosata_menu ul .sub-menu li a {
    display: block;
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 400;
    transition: .5s;
    color: #0a0a0a;
    visibility: inherit !important;
    padding: 4px 0px;
}
 .ekosata_menu ul .sub-menu li:hover > a, .ekosata_menu ul .sub-menu .sub-menu li:hover > a, .ekosata_menu ul .sub-menu .sub-menu .sub-menu li:hover > a, .ekosata_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
     color: #000;
}
.ekosata_menu ul .sub-menu li:hover {
    margin-left: 15px;
}
.ekosata_menu ul .sub-menu li:before {
    opacity: 0;
    transition: .1s;
    content: "";
    transform: translateY(-50%);
}
.ekosata_menu ul .sub-menu li:hover:before{
	opacity:1;
}
.ekosata_menu ul .sub-menu li:before, .mini_shop_content a span.count, .slick-next, .slick-next.slick-disabled, .slick-prev, .slick-prev.slick-disabled {
    background: #000;
}
/* Submenu 2 */
 .ekosata_menu ul .sub-menu .sub-menu {
     left: 100%;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .ekosata_menu ul .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* Submenu 3 */
 .ekosata_menu ul .sub-menu .sub-menu li {
     position: relative;
}
 .ekosata_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .ekosata_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* Submenu 4 */
 .ekosata_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
 .ekosata_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
 .ekosata-main-menu .menu-item-has-children > a:after {
     margin-left: 10px;
     content: "\f107";
     font-family: FontAwesome !important;
     font-size:16px;
     color:#fff;
}
 .ekosata-main-menu .menu-item-has-children .menu-item-has-children> a:after {
     margin-left: 8px;
     content: "\f105";
     color:#fff;
}

li.menu-item-has-children ul.sub-menu li a.active{
    font-weight: 700!important;
}
/* Button - Valikko */
 .donate-btn-header {
     display: inline-block;
}
a.dtbtn {
    background: #fbdb01;
}
a.dtbtn {
    border: none;
    display: block;
    font-size: 17px;
    margin-left: 20px;
    font-weight: 700;
    border-radius: 15px;
    padding: 13px 25px;
}
.btn, a.dtbtn {
    color: #000;
}
.witr_swiper_content .witr_btn:hover {
    background-color: #FFFFFF;
}
 .witr_swiper_content .witr_btn:hover, .witr_swiper_content form button:hover, .witr_video_butns:hover {
    color: #fff;
}
 .redX {
     color: #821F05;
}
/* logo sticky */
 .ekosata-main-menu .logo a.main_sticky_main_l {
     display: block;
     padding-top: 10px;
     padding-bottom: 10px;
}
.ekosata-main-menu .logo a.main_sticky_main_l img {
    width: 100%;
    height: auto;
    max-width: 200px;
}
 .ekosata-main-menu .logo a.main_sticky_l {
     display: none;
}
 .hmenu_box_style.hbg2 .logo a.main_sticky_main_l {
     display: none;
}
 .hmenu_box_style.hbg2 .logo a.main_sticky_l {
     display: block;
}
.logo a.main_sticky_l img {
    width: 100%;
    height: auto;
    max-width: 200px;
}
 .ekosata-main-menu .prefix .logo a.main_sticky_main_l {
     display: none;
}
 .ekosata-main-menu .prefix .logo a.main_sticky_l {
     display: block;
}
 .ekosata_logo_thumb a.main_sticky_l {
     display: none;
}
 .ekosata_logo_thumb .logo a {
     margin-top: 0;
}
/* Mobiilivalikko  */
.mobile-menu {
    display: none !important;
}
.mobile_logo_area {
    display: none !important;
}
.mobile_menu_logo.text-center {
    padding: 20px 0;
}
 .mean-container .mean-bar {
     padding: 0;
}
 .main_menu_div {
     position: relative;
}
.mean-container .mean-bar {
    float: none;
    background: #000;
    overflow: hidden;
}
.mean-nav ul li a {
    font-weight: 700;
    color:#fff!important;
    background: #000!important;
}
.mean-nav ul li.menu-item-has-children{
    color:#fff!important;
}
/* Karuselli */
 .witr_swiper_area{
     overflow:hidden;
     position:relative;
     height: 575px;
}
.witr_swiper_area video {

}
 .witr_swiper_height{
     position:relative;
     background-size: cover;
     background-position: center center;
}
 .wittr_gallery_swiper::before, .witr_swiper_height::before{
     content:"";
     position:absolute;
     left:0px;
     top:0px;
     right:0px;
     bottom:0px;
}
 .wittr_gallery_swiper {
     position:relative;
     height: 100px !important;
     margin-top: 10px;
     background-size: cover;
     background-position: center center;
}
 .witr_sw_text_area{
     margin: auto;
     height:100%;
     max-height: 575px;
     width:88%;
     z-index: 3; /* teksti overlayn päällä */
     position: relative;
}
 .witr_swiper_content{
     position: relative;
     top: 50%;
     transform: translateY(-50%);
     z-index: 3;
}
.witr_sw_text_area {
    position: relative;
    z-index: 3; /* overlayn päällä */
    color: #fff;
}
 .witr_swiper_topimg {
     margin-bottom: 23px;
}
 .witr_swiper_content h3{
     font-size: 24px;
     margin-bottom: 15px;
     display: inline;
     text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
     color: #fff;
     text-transform: uppercase;
}
.witr_swiper_content h2 {
    color: #fff;
    padding: 14px 0px 13px 0px;
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);*/
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
    text-transform: uppercase;
}
 .witr_swiper_content p {
     margin-top: 20px;
}
 .text-center .witr_swiper_content h3, .text-center .witr_swiper_content h2, .text-center .witr_swiper_content p {
     margin-left:auto;
     margin-right:auto;
}
 .text-center .witr_swiper_content p {
     margin: 28px auto 0;
     width: 60%;
}
 .witr_swiper_content p {
    color: #FFFFFF;
    font-size: 17px;
    width: 55%;
}
 .witr_swiper_area .swiper-slide a {
     display: inline-block;
}
 .witr_icon_section{
     margin-top:30px;
}
.witr_swiper_height {
    /*height: 812px;**/
    height:575px;
}
.witr_swiper_content h2,
.witr_swiper_content h3{
    color: #FFFFFF;
}
.witr_swiper_content h2{
	margin-bottom:0px;
}
 .witr_swiper_content p {
    color: #FFFFFF;
}
 .witr_swiper_content p {
    color: #FFFFFF;
    padding: 10px 0px 10px 0px;
}
.witr_swiper_content .witr_btn {
    border-style: default;
    border-radius: 5px 5px 5px 5px;
}
.witr_swiper_area .swiper-slide a {
    display: inline-block;
}
 .witr_btn {
    border-style: default;
    background-color: #089838;
    color:#fff;
}
.btn, .feature_btn a, .learn_btn, .service-btn>a, .ekosata_button a, .witr_bbtn, .witr_btn, .witr_feature_btn_3d a, .witr_feature_btn_f a, .witr_gbbtn, .witr_gbtn, .witr_sbtn_s8 a, .witr_ser_btnb a, a.dtbtn {
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
}
.witr_btn {
    border-radius: 15px;
    display: inline-block;
    font-size: 16px;
    padding: 16px 50px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    font-weight: 700;
    background-color: #f8de02;
    color: #000;
}
.ekosata_button a:hover, .witr_btn:hover, a.dtbtn:hover {
    background: #171717;
    color:#fff;
}
.witr_btn:hover {
    background: #019937;
    color:#fff;
}
 .witr_swiper_content .witr_btn.active {
    color: #FFFFFF;
    background-color: #0A0A0A;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}
.witr_sw_text_area {
    margin: auto;
    width: 63%;
    height: 100%;
}
@keyframes witr_squares{
	0%{-webkit-transform:scale(1);transform:scale(1);opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
	20%{-webkit-transform:scale(1.24);transform:scale(1.24);opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}
	100%{-webkit-transform:scale(2.1);transform:scale(2.1);opacity:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
}
.witr_swiper_content .hero-buttons {
  width: 100%;
}
.witr_swiper_content .hero-button-1 {
  display: inline-block;
  margin: 20px;
}
.witr_swiper_content .hero-button-1 a {
  background: #019937;
  border-radius: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  color:#fff;
  font-weight: 700;
}
.witr_swiper_content .hero-button-1 a:hover {
  background: #f8de02;
  color:#000;
}
.witr_swiper_content .hero-button-2 {
  display: inline-block;
  margin: 20px;
}
.witr_swiper_content .hero-button-2 a {
  background: #f8de02;
  border-radius: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  color:#000;
  font-weight: 700;
}
.witr_swiper_content .hero-button-2 a:hover {
  background: #019937;
  color:#fff;
}
.witr_swiper_content .hero-text p {
  margin-top: 0px;
  font-weight: 400px;
}
.witr_swiper_content .hero-text.large p {
  font-size: 20px;
}
.hero-logos {
	position:absolute;
	/*bottom:80px;*/
  bottom:250px;
	left:80px;
	background:transparent;
	color:#000;
	text-align:center;
  z-index: 5;
}
.hero-logos.mobile {
  display: none;
}
.hero-logo {
  float:left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.hero-logo img {
  filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.5));
  height: 100%;
  max-height: 100px;
  width: auto;
}
@media (min-width: 1px) and (max-width: 991px){
  .hero-logo img {
    filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.5));
    height: 100%;
    max-height: 130px;
    width: auto;
  }
}
@media (min-width: 769px) and (max-width: 991px){
  .witr_swiper_content {
    margin-top: -65px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-logos {
    bottom:150px;
    display: none;
  }
  .hero-logos.mobile {
    display: block;
    position:static;
    width: 100%;
    float:left;
    text-align: center;
    margin-top: 10px;
  }
  .hero-logos.mobile .hero-logo {
    float:none;
    display: inline-flex;
  }
  .text-center .witr_swiper_content p {
      width: 100%;
 }
  .witr_swiper_content p {
     width: 100%;
 }
 .witr_swiper_content .hero-button-1,  .witr_swiper_content .hero-button-2 {
   margin: 10px;
 }
 .witr_swiper_content .hero-button-1 a, .witr_swiper_content .hero-button-2 a {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   font-size: 14px;
 }
 .witr_swiper_content .hero-text.large p {
   font-size: 18px;
 }
 .witr_swiper_content .hero-text p {
   font-size: 14px;
 }
}
@media (min-width: 10px) and (max-width: 768px){
  .hero-logos {
    bottom:150px;
    display: none;
  }
  .hero-logos.mobile {
    display: block;
    position:static;
    width: 100%;
    float:left;
    text-align: center;
    margin-top: 10px;
  }
  .hero-logos.mobile .hero-logo {
    float:none;
    display: inline-flex;
  }
  .witr_swiper_content {
    margin-top: -85px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .witr_swiper_content .hero-button-1,  .witr_swiper_content .hero-button-2 {
    margin: 10px;
  }
  .witr_swiper_content .hero-button-1 a, .witr_swiper_content .hero-button-2 a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .witr_swiper_content .hero-text.large p {
    font-size: 18px;
  }
  .witr_swiper_content .hero-text p {
    font-size: 14px;
  }
}
/* Etusivun blogi */
.ekosata_news {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.ekosata_news .container {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  background-image: url("assets/images/bg-news.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ekosata_news h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 38px;
  color:#008000;
  text-transform: uppercase;
}
.news_holder {
  padding: 15px;
  margin-bottom: 35px;
}
.news_content h3, .news_holder a h3 {
  color:#000;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}
.news_content h3 a, .news_holder a h3{
  color:#000;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}
.news_content p, .news_holder a p{
  color:#000;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news_content .read_more a, .news_holder a .read_more{
  color:#008000;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
}
.news_content .read_more a:hover, .news_holder a .read_more:hover{
  color:#008000;
  text-transform: underline!important;
}
/* Tuotteet */
h2.products-category-title {
  margin-bottom: 0px!important;
}
.em_service_area {
    padding: 100px 0px 100px;
    background: #000000;
}
.em_service_area .image img {
    margin-bottom: 10px;
}
.em_service_area h1 {
  color:#089838;
  text-transform: uppercase;
}
.tmpl-tuotteet .em_service_area h2, .tmpl-tuoteryhma .em_service_area h2 {
  color:#000!important;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.em_service_area h3 {
  color:#fbdb01;
  text-transform: uppercase;
}
.em_service_area .services {
  margin-bottom: 50px;
}
.product_list [class*='col-'] {
  margin-bottom: 30px;
}
.em_single_service {
    border-radius: 5px 5px 5px 5px;
    /*padding: 60px 35px 60px 35px;*/
    transition: .9s;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    background-color: #171717;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/ /* jos haluat sisällön tasaisesti ylös ja alas */
    height: 100%;
}
.service_icon i {
    color: #fbdb01;
    font-size: 55px;
    transform: rotate(0deg);
	  transition:.5s;
}
.service_icon img {
    width: auto;
    height: 100%;
    max-height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.service_inner_content {
    padding-left:25px;
    padding-right: 25px;
    padding-bottom: 25px;
}
.service_inner_content h3 {
    padding: 28px 0px 0px 0px;
}
.service_inner_content h3 a{
  	transition:.5s;
  	color:#fff;
    text-transform: none;
}
.service_inner_content p {
    padding: 25px 0px 30px 0px;
    transition: .5s;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service_inner_content p a {
    color: #fff;
}
.em_single_service:hover{
    background-color: #fbdb01;
}
.em_single_service:hover .service_icon i,
.em_single_service:hover .service_inner_content h3,
.em_single_service:hover .service_inner_content h3 a,
.em_single_service:hover a h3,
.em_single_service:hover .service_inner_content p,
.em_single_service:hover a p,
.em_single_service:hover .service_inner_content p a{
	color:#000;
}
.em_single_service .service_inner_content h3 a:hover, .em_single_service a h3:hover{
}
.service_inner_content .read_more {
  margin-top: 25px!important;
}
.service_inner_content .read_more a, .em_single_service a .read_more{
  color:#008000;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
}
.service_inner_content .read_more a:hover, .em_single_service a .read_more:hover{
  color:#008000;
  text-transform: underline!important;
}
.service_inner_content p.ingressi{
  margin-bottom:0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Tuote */
.em_service_area .product_image {

}
.em_service_area .product_image img {
    width: 100%;
    height: auto;
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ekosata_about_area {
    background: #fff;
    padding: 120px 0px 100px;
}
.ekosata_about_area .container {
  background-image: url("assets/images/bg-ekosata.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.ekosata_about_area ul {
  margin-left: 15px;
}
.ekosata_about_area ul li {
  list-style: disc;
}
.ekosata_about_area ol {
  margin-left: 15px;
}
.ekosata_about_area ol li {
  list-style: decimal;
}
.ekosata_about_area h2 {
    color: #089838;
}
.single_image_area {
    margin-bottom: 20px;
    margin-top: 20px;
}
.single_image_area img {
  margin-bottom: 20px;
  border-radius: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.video_image_area {
    margin-bottom: 20px;
    margin-top: 20px;
}
.video_image_area img {
    margin-bottom: 20px;
    border-radius: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3; /* kuva overlayn päällä */
}
/* Desktop */
@media (min-width: 992px) {
.video_image_area .video_image img {
    margin-top: -250px; /* nostetaan videon päälle */
    max-width: 100%; }
}
/* Tablet & Mobile */
@media (max-width: 991px) {
  .video_image_area .video_image img {
    margin-top: -200px; /* pienempi nosto */
    max-width: 80%; /* tai muuta sopivaa */
    display: block;
    margin-left: auto;
    margin-right: auto; /* keskitys */
    height: auto;
  }
  .video_image_area .video_image {
    height: auto;
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .video_image_area .video_image {
    height: auto;
    min-height: 375px;
  }
}
@media (max-width: 500px) {
  .video_image_area .video_image {
    height: auto;
    min-height: 350px;
  }
}
.ekosata_about_area .icon-list-text {
    color: #FFFFFF;
}
.ekosata_about_area .icon-list-icon+.ekosata_about_area .icon-list-text {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px;
}
.ekosata_about_area .icon-list-icon i {
    color: #FFFFFF;
    margin-right: 7px;
}
.ekosata_about_area .icon-list-item {
    margin-top: 10px;
}
.ekosata_about_area .witr_section_title {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ekosata_about_area .witr_btn {
    border-radius: 15px;
    margin-top: 46px;
}
.ekosata_about_area .witr_section_title h2 {
    color:#089838;
    text-transform: uppercase;
}
.ekosata_about_area .about_right_inner .witr_button_area a.witr_btn {
    margin-top: 20px;
}
.ekosata_about_area .witr_section_title_inner p {
    width: 100%!important;
}
.wirt_detail_icon i, .wirt_detail_title h2, .wirt_detail_title h3, .wirt_detail_title h3 a, .witr_service_10 .service-btn a:hover {
    color: #089838;
}
 .service_list_op ul li a, .service_list_op ul li p, .service_list_op ul li span, .service_list_op ul li {
    color: #FFFFFF;
    padding: 10px 0px 0px 0px;
}
.service_list_op ul li a:hover, .service_list_op ul li p:hover, .service_list_op ul li span:hover, .service_list_op ul li:hover {
    color: #3757F7;
}
.service_list_op a {
    color: #454545;
}
.wirt_detail_content {
    padding: 25px 30px 44px;
}
.all_color_service, .service_top_image::after {
    background-color: #171717;
    margin-bottom: 20px;
}
/* Video */
/*.ekosata_video_area {
    background-image: url("assets/images/bg-video.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 200px 0px;
    position: relative;
    z-index:1;
}
.ekosata_video_area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index:-1;
}
.video-text {
    margin-bottom: 100px
}
.video-text h2 {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
.video-item a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    border-radius: 100%;
}
 .witr_all_color_v a, .play-overlay a::before, .video-item a::before {
    background-color: #fbdb01;
}
.video-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: black;
}
.tx_svd_icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: .5s;
}
@keyframes witr-shadow {
    0% {
        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% {
        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);
    }
}
.video-item a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: witr_squares 1.5s ease-in-out infinite;
    animation: witr_squares 1.5s ease-in-out infinite;
    left: 0;
    right: 0;
    bottom: 0;
}*/
/* Yhteystiedot */
.contact_area .witr_contact_form  .btn {
	width:inherit;
}
.contact_page_area {
    background: #fff;
    padding: 100px 0px 100px;
}
.contact_page_area h1 {
  text-transform: uppercase;
}
.tmpl-otayhteytta .contact_page_area {
    padding-bottom: 40px;
}
.contact_area {
  background: #fff;
}
.contact-title {
  margin-bottom: 40px;
}
.contact-title h2, div.information h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #089838;
}
.contact-us {
  margin-bottom: 40px;
}
.contact_page_area .info {
  margin-bottom: 40px;
}
.contact_page_area .all_color_service {
    padding: 50px 30px 50px 30px;
}
.contact_page_area .service-item {
    /*border-radius: 5px 5px 5px 5px;*/
    border-radius: 15px;
    padding: 60px 35px 60px 35px;
    transition: .9s;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.all_icon_color i{
  margin-bottom: 15px;
}
.contact_page_area .service-item i {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    background: #fbdb01;
    border-radius: 100%;
    color: #fff;
    background: #089838;
}
.contact_page_area h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #089838;
}
.contact_page_area .service-item h3 {
    padding: 15px 0 10px;
}
.contact_page_area .service-item a {
    color:green;
    font-weight: 600;
}
.contact_page_area .text_box.all_icon_color {
  color:#000;
}
.contact_page_area .text_box.all_icon_color p {
    padding-bottom: 3px;
    margin: 0px;
}
/* Tiimi */
.our-team {
  margin-top: 40px;
  margin-bottom: 15px;
}
.contact-person {
  border: 1px solid #ddd;
  padding: 25px;
  margin-bottom: 25px;
}
.contact-details img {
  width: 100%;
  max-width: 75px;
  height: auto;
  margin-bottom: 25px;
}
span.role {
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.contact-info {
  width: 100%;
  float: left;
}
.contact-info p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px!important;
}
.contact-info a {
  color:#089838;
}
div.information {
  width: 100%;
  margin-top: 60px;
}
.contact_area .apartment_area {
    position: relative;
    background-size: cover;
    padding: 0px 40px 60px;
    border-radius: 10px;
    text-align: left;
}
.contact_area .apartment_text h3 {
    font-size: 17px;
    margin-bottom: 5px;
	  color: #fff;
}
.witr_contact_form input, .witr_contact_form form select, textarea, .wpcf7-form-control-wrap a, .wpcf7-form-control-wrap input {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
    padding: 30px 0px 30px 30px;
    background-color: #eee;
    color: #000;
}
.contact_area .witr_contact_form input, .contact_area .witr_contact_form form select, .contact_area textarea, .contact_area .wpcf7-form-control-wrap a, .contact_area .wpcf7-form-control-wrap input{
	 border: 1px solid #000;
}
.contact_area .twr_form_box textarea:focus, .contact_area .twr_form_box input:focus {
   outline-color: #fff;
	 border: 1px solid #019937;
}
.witr_contact_form.text_black input,
 .witr_contact_form.text_black  textarea{
    color: #000;
}
.contact_area .witr_contact_form  .btn {
    border-radius: 15px;
    display: inline-block;
    font-weight: 700;
    padding: 15px 30px;
    background: #fbdb01;
    border: 1px solid #fbdb01;
}
.contact_area .witr_contact_form  .btn:hover {
    background: #000;
    color:#fff;
    border: 1px solid #fbdb01;
}
/* Lomake */
.ekosata_contact_area {
    background-image: url("assets/images/contact-img.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0px 88px;
}
.apartment_text {
    text-align: center;
}
 .apartment_text h1 {
    color: #FFFFFF;
}
.apartment_area {
    position: relative;
    background-size: cover;
    border-radius: 10px;
    text-align: left;
    color: #fff;
}
.apartment_text h1{
    font-size: 17px;
    margin-bottom: 5px;
}
.apartment_text h2 {
  margin-bottom: 00px;
  font-size: 38px;
  color: #fbdb01!important;
}
.billing h2 {
    font-size: 28px;
    color: #fbdb01!important;
    margin-bottom: 10px;
}
.witr_contact_form {}
.witr_contact_form form select option{}
.witr_contact_form form select,
.witr_contact_form input{
    width: 100%;
	height: 45px;
    border-radius: 5px;
	margin-bottom: 23px;
}
.twr_form_box textarea {
    margin-bottom: 20px;
    height: 150px;
    width: 100%;
    border-radius: 5px;
}
.twr_form_box textarea:focus {
    border-color:#3E3E3E ;
    outline-color: #3E3E3E;
}
.witr_contact_form input::-moz-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.witr_contact_form input::-ms-input-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.witr_contact_form input::-webkit-input-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.witr_contact_form select::-webkit-input-placeholder,
.witr_contact_form textarea::-webkit-input-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.witr_contact_form  .btn {
    border-radius: 15px;
    display: inline-block;
    font-weight: 700;
    padding: 15px 30px;
  	background-image: linear-gradient(90deg, #fbdb01 0%, #3757F7 100%);
  	width: 100%;
  	border:none;
}
.witr_contact_form .btn:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #3757F7 0%, #fbdb01 100%);
}
.checkbox_witr input {
  	width: 20px;
  	float: left;
  	margin-right: 15px;
  	margin-top: -8px;
 }
.checkbox_witr span {
    font-size: 15px
 }
 .witr_con_btn2 .w_btn2 {
    text-align: center;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    line-height: inherit;
    border-radius: 30px;
    font-weight: 500;
    border: none;
    transition: .5s;
    outline: none;
    padding: 12px 30px 15px;
    display: inline-block;
}
.box_shadow {
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 6%);
    padding: 10px;
    margin-bottom: 25px;
}
.witr_contact_form .captcha {
  	font-size:1em;
  	padding-top:0em;
  	padding-bottom:1em;
  	margin-bottom:0em!important;
  	width:100%;
}
.witr_contact_form .captcha-input {
  	font-size:0.9em;
  	padding:0em;
  	padding-bottom:4em;
}
.witr_contact_form .captcha-input input{
  	float:left;
  	clear:right;
  	margin-right:0.5em;
    padding:0em!important;
    height: 28px!important;
    width: 55px!important;
    text-align: center!important;
}
.witr_contact_form .captcha-input img{
  	float:left;
  	clear:right;
  	margin-right:0.5em;
  	margin-top:0em;
    border-radius:5px;
}
/* Palvelut */
.porttitle_inner4 h3, .porttitle_inner4 h3 a, .porttitle_inner4 p {
    color: #fff;
}
.portfolio_area .witr_section_title_inner h1 {
     color: #fff;
}
.portfolio_area .witr_section_title_inner h2 {
     color: #fff;
}
.portfolio_area .witr_section_title_inner h3 {
    color: #fbdb01;
    padding-top: 0px;
}
.portfolio_area .witr_section_title_inner p {
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.portfolio_area .witr_section_title {
    position: relative;
    padding-bottom: 20px;
}
.prot_wrap {
    margin-top: 50px!important;
}
.portfolio_active {
  margin-top: 50px;
}
.prot_wrap .grid-item {

}
.single_protfolio {
    margin-bottom: 30px;
    background: #171717;
}
.prot_thumb {} .prot_thumb img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single_protfolio:hover .prot_thumb img {
    transform: scale(1.1);
}
.prot_content {
    text-align: center;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}
.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}
.prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.5s ease-in-out 0.5s;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
}
.prot_content h3 {
    margin: 0;
    font-size: 18px;
}
.prot_content h3 a {
    font-size: 23px;
    font-weight: 700;
  	-webkit-transition: .5s;
  	transition:.5s;
    color:#fff;
}
.prot_content p {
    line-height: 1.2;
    margin: 5px 0 0;
}
.prot_content p span {
    display: inline-block;
    padding-top: 0px;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    transform: scale(1, 1);
}
.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}
.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}
.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}
.nospace.col-xs-12 {
    padding: 0px;
}
.nospace .single_protfolio {
    margin-bottom: 0px;
}
.pstyle4.pstyle_1 .single_protfolio:hover {
    box-shadow: none;
}
.pstyle4 .prot_content_inner {
    top: 50%;
}
.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}
.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    padding: 17px 10px 20px;
    background: #fbdb01;
}
.pprotfolio4 {
    padding: 20px 10px 23px;
}
.porttitle_inner4 h3 {
    margin: 0;
    color:#000;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.porttitle_inner4 h3 a {
    color:#000;
    font-size: 18px;
}
.porttitle_inner4 p {
  	margin-bottom: 0;
    color:#000;
    text-align: center;
}
.porttitle_inner4 p span {
    display: inline-block;
}
.prot_content {
    background: #fbdb0180;
}
.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,.7);
    padding: 30px 10px 30px;
}
.portfolio_area {
    background: #000;
    padding: 100px 0px 120px;
    color:#fff;
}
.call_to_action_area {
    background-color: #fbdb01;
    padding: 67px 0px 37px;
}
.mc4wp-form-fields button {
    border-radius: 100px;
    border: none;
    outline: 0;
    right: -3px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px 67px;
    display: inline-block;
}
.mc4wp-form-fields button:hover {
    background: #555;
	  color:#fff;
}
.mc4wp-form-fields button {
    background: #000;
    margin-left: 21px;
    color: #fff;
}
a.conbtn {
    border-radius: 100px;
    border: none;
    outline: 0;
    right: -3px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px 67px;
    display: inline-block;
}
a.conbtn:hover {
    background: #fbdb01;
	  color:#000;
    border: 5px solid #000;
}
a.conbtn {
    background: #000;
    margin-left: 21px;
    color: #fff;
    border: 5px solid #000;
}
.call_to_action_area .witr_section_title_inner h3 {
    color: #000;
    padding: 0px 0px 0px 0px;
}
.call_to_action_area .witr_section_title_inner p {
    color: #000;
    font-size: 22px;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.call_to_action_area .witr_section_title {
    position: relative;
    padding-bottom: 0px;
}
/* Footer */
.witrfm_area {
    background: #000;
    color: #fff;
}
.footer-middle .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.witrfm_area{
     position:relative;
}
 .witrfm_area:before {
     content: "";
     position: absolute;
     top: 0;
     height: 100%;
     width: 100%;
     left: 0;
     right: 0;
     margin: auto;
}
 .footer-middle {
     padding-top: 65px;
     padding-bottom: 45px;
}
 .footer-middle.wpfd {
     padding: 0;
}
 .wpfdp {
     padding-top: 65px;
     padding-bottom: 80px;
}
 .footer-middle .widget h2 {
     margin-bottom: 28px;
     margin-top: 28px;
     position: relative;
     color:#fff;
}
 .footer-middle .tagcloud a {
   color:#fff;
}
 .footer-middle .widget ul {
     list-style: none;
}
 .footer-middle .widget ul li {
     margin-bottom: 10px;
     color:#fff;
}
 .footer-middle .widget ul li a, .footer-middle .widget ul li:before {
     -webkit-transition: .5s;
     transition: .5s;
     color:#fff;
}
.footer-middle .widget ul li a:hover, .footer-middle .widget ul li:hover:before {
    color: #fbdb01;
}
.footer-middle ul.menu li a.active {
    color: #fff;
    font-weight: 700;
}
.ekosata-description-area .social-icons {
    text-align: center;
}
.ekosata-description-area .social-icons a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 5px;
	  background: #fff;
	  color:#000;
    border-radius: 50%;
    padding-top: 5px;
}
.ekosata-description-area .social-icons a i {
    font-size: 30px;
}
.ekosata-description-area .social-icons a:hover {
    border-color: #fbdb01;
	  background:#fbdb01;
}
.footer-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
  height: auto;
}
.ekosata-description-area a img {
    margin: 26px 0;
}
.footer-middle .widget ul li, .footer-middle .widget ul li a, .footer-middle .widget ul li:before, .footer-middle .tagcloud a, .footer-middle caption, .footer-middle table, .footer-middle table td a, .footer-middle cite, .footer-middle .rssSummary, .footer-middle span.rss-date, .footer-middle span.comment-author-link, .footer-middle .textwidget p, .footer-middle .widget .screen-reader-text {
    color: #fff;
}
.footer-middle .mc4wp-form-fields input::placeholder{
	color: #fff;
}
 .widget ul li {
    margin-bottom: 10px;
}
.footer-widget.address, .footer-widget.address p {
    color: #fff;
}
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 18px;
    margin-right: 12px;
}

.footer-widget.address p {
    margin-bottom: 6px;
}

/* Copyright */
 .footer-bottom {
     padding: 20px 0 20px;
     position:relative;
	   background:#000;
     color:#fff;
}
/* .footer-bottom:before {
     content: "";
     position: absolute;
     top: 0;
     background:#444;
     height: 1px;
     width: 100%;
     left: 0;
     right: 0;
     margin: auto;
}*/
 .copy-right-text {
     text-align:left;
}
 .copy-right-text p {
     margin: 0;
     padding: 0;
     color:#fff;
}
.footer-sociala-info p a {
    color:#fff;
    text-decoration: none;
}
.footer-sociala-icon i {
    color:#fff;
}
.footer-menu {
   color:#fff;
   text-align: center;
}
.footer-menu p {
    text-align: center;
    color:#fff;
    font-size: 15px;
}
.footer-menu p a {
    color:#fff;
    font-size: 15px;
}
 .footer-menu ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
     text-align: center;
     display: inline-block;
     margin-bottom: 10px;
}
 .footer-menu ul li {
     display: inline-block;
     color:#fff;
    padding: 0 10px;
}
 .footer-menu ul li a {
     display: block;
     color:#fff;
}
.copy-right-text a:hover, .footer-menu ul li a:hover, .footer-sociala-info a:hover, .footer-menu p a:hover {
    color: #fbdb01;
}
 .footer-menu ul ul {
     display: none;
}
.footer-middle h2.widget-title {
  color:#fff;
}
.about_page_area {
    padding: 45px 0px 100px;
}
.ekosata_service_area2.ekosata_service_area.service_page_area {
    padding: 115px 0px 100px;
}
/* Karuselli */
.swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
    z-index:1;
}
.swiper-slide::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}
#witr_mp4_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}
.home2_swiper_area{}

.witr_swiper_area .home2_swiper_area .witr_swiper_content h3{
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
}
/* Murupolku */
 .breadcumb-inner h2 {
     font-size: 36px;
}
.breadcumb-area {
    /*min-height: 250px;
    height: auto;*/
    padding-top: 90px!important;
    padding-bottom: 90px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #f2f2f2;
    /*border-top:1px solid #444;
    border-bottom:1px solid #444;*/
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    position: relative;
    z-index:1;
    background: url(assets/images/bg-bread.jpg);
}
.breadcumb-area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index:-1;
}
.breadcumb-wrapper{
    background: #fbdb01;
    border: 2px #000 solid;
    border-radius: 15px;
    padding: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}
.breadcumb-wrapper h2{
    text-transform: uppercase;
    color:#222;
    font-size: 32px;
}
.breadcumb-wrapper h1{
    font-size: 32px;
    margin-top: 5px;
    text-transform: uppercase;
    color:#222;
}
.breadcumb-holder {
  margin-top: -50px;
  margin-bottom: 20px;
  height: 30px;
}
.breadcumb-inner ul, .breadcumb-inner ul span a, .breadcumb-inner li, .breadcumb-inner li a {
    color: #fff;
    font-display: swap;
}
 .breadcumb-inner ul {
     font-weight: 400;
     margin: 0;
     padding: 0;
     list-style: none;
}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
    font-weight: 400;
}
.breadcumb-inner li:nth-last-child(-n+1) {
    color: #fff;
    font-weight: 400;
}
 .breadcumb-inner li a {
     font-weight: 400;
     color: #fff;
     font-size: 14px;
     text-decoration: none;
}
 .breadcumb-inner li a:hover{
     color: #fbdb01;
}
 .brpt h2 {
     color: #fff;
     font-size: 30px;
}
span.current {
  font-weight: 700;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {

}
/* Sivun alkuun */
#scrollUp {
    background: #fbdb01;
    bottom: 30px;
    color: #000;
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    right: 100px;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    border: 2px solid #008000;
}
#scrollUp i {
    color: #008000;
    font-weight: 900;
}
/* Tuotteet & Tuoteryhmät */
.product-category-wrap .products-category {
  background: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px!important;
}
.cat-koneellinen-puunkorjuu .products-category, .cat-forestry-industry .products-category {
  background: #3fa535;
}
.cat-koneellinen-puunkorjuu .products-category h2 a, .cat-forestry-industry .products-category h2 a {
  color:#fff;
}
.cat-maatalouden-oljyt .products-category, .cat-agriculture .products-category {
  background: #ffed02;
}
.cat-maatalouden-oljyt .products-category h2 a, .cat-agriculture .products-category h2 a {
  color:#000;
}
.cat-teollisuuden-oljyt .products-category, .cat-industry .products-category {
  background: #000;
}
.cat-teollisuuden-oljyt .products-category h2 a, .cat-industry .products-category h2 a {
  color:#fff;
}
.cat-yleiskaytto .products-category, .cat-general-purpose .products-category {
  background: #009fe3;
}
.cat-yleiskaytto .products-category h2 a, .cat-general-purpose .products-category h2 a {
  color:#fff;
}
.cat-muottioljyt .products-category, .cat-form-oils .products-category, .cat-mould-oils .products-category {
  background: #bdbcbc;
}
.cat-muottioljyt .products-category h2 a, .cat-form-oils .products-category h2 a, .cat-mould-oils .products-category h2 a {
  color:#000;
}
.cat-private-label .products-category {
  background: #000;
}
.cat-private-label .products-category h2 a {
  color:#fff;
}
.private-label {
    margin-top: 80px;
    margin-bottom: 80px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.private-label__content {
    display: flex;
    align-items: center;
}
.private-label__text {
    width: 100%;
    padding: 55px 44px;
}
.private-label__text h2 {
    font-size: 22px;
    text-transform: none!important;
    /*margin: 0 0 14px;
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 1.05;*/
}
.private-label__text p {
    /*margin-bottom: 0;
    font-size: 1.15rem;
    line-height: 1.55;*/
    font-size: 14px;
}
.private-label__button {
    margin-top: 40px;
    text-align: center;
}
/*.private-label__button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 12px 30px;
    border-radius: 22px;
    background: #ffdf58;
    color: #000;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}*/
.private-label__button a {
  background: #f8de02;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#000;
  font-weight: 700;
  font-size: 14px;
}
.private-label__button a:hover {
  background: #019937;
  color:#fff;
}
/*.private-label__button a:hover,
.private-label__button a:focus-visible {
    background: #f4cf35;
    color: #000;
    transform: translateY(-2px);
}*/
.private-label__image {
    position: relative;
    min-height: 350px;
    overflow: hidden;
}
.private-label__image {
    position: relative;
    min-height: 350px;
    border-radius: 28px;
    overflow: hidden;
}

.private-label__image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .private-label {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .private-label__text {
        padding: 44px 36px;
    }
    .private-label__image {
        min-height: 350px;
    }
}
@media (max-width: 575.98px) {
    .private-label {
        margin-top: 40px;
        margin-bottom: 40px;
        border-radius: 22px;
    }
    .private-label__text {
        padding: 34px 24px 38px;
    }
    /*.private-label__text h2 {
        font-size: 2rem;
    }
    .private-label__text p {
        font-size: 1rem;
        line-height: 1.55;
    }*/
    /*.private-label__button {
        margin-top: 30px;
    }
    .private-label__button a {
        min-height: 56px;
        padding: 12px 25px;
        border-radius: 18px;
        font-size: 1.2rem;
    }*/
    .private-label__image {
        min-height: 300px;
    }
    .private-label {
      margin-left: 15px!important;
      margin-right: 15px!important;
    }
}
/* Tuote */
.service_page_service_area{
	background:#FFFFFF;
}
.service_page_service_area .witr_section_title_inner h1, .service_page_service_area .witr_section_title_inner h2, .service_page_service_area .witr_section_title_inner h3 {
    color:#0a9a3b;
}
.service_page_service_area .em_single_service {
	background:#FFFFFF;
	transition:1s;
}
/*.service_page_service_area .em_single_service:hover{
	background-image: linear-gradient(90deg, #fbdb01 0%, #3757F7 100%);
}*/
.service_page_service_area .service_inner_content h3 a, .service_page_service_area .em_single_service a h3,
.service_page_service_area .service_inner_content p {
	color:#111;
}
.service_page_service_area .witr_section_title {
    padding-bottom: 55px;
}
.single_service_area {
    padding: 100px 0px 100px;
    background: #fff;
    color: #000;
}
.single_service_area h1 {
    text-transform: uppercase;
    padding-top: 0px!important;
}
 .single_service_area .witr_text_widget p {
    line-height: 1.5em;
    color: #000;
}
.single_service_area .witr_text_widget_inner {
  padding-right: 15px;
}
.single_service_area .witr_text_widget_inner h1 {
    font-size: 40px;
    padding: 45px 0px 13px 0px;
    color: #089838;
}
.tmpl-tuote .single_service_area .witr_text_widget_inner h1 {
    padding-top: 0px;
}
.single_service_area .witr_text_widget_inner h2 {
    font-size: 25px;
    padding: 15px 0px 13px 0px;
    color: #000;
}
.single_service_area .witr_text_widget_inner h3 {
    font-size: 20px;
    padding: 15px 0px 13px 0px;
    color: #000;
}
.single_service_area .witr_text_widget_inner h4 {
    font-size: 20px;
    padding: 15px 0px 13px 0px;
    color: #000;
}
.single_service_area .witr_text_widget p {
    color: #000;
    margin: 0px 0px 20px 0px;
}
.single_service_area .witr_text_widget_inner img {
    width: 100%;
}
.service-img img {
  border: 1px solid #eee;
}
.witr_text_widget_inner ul {
    margin-bottom: 20px;
    padding-left: 15px;
}
.witr_text_widget_inner ul li {
    list-style: disc;
}
.gallery {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gallery .gallery-item {
  margin-bottom: 10px;
  overflow: hidden;
}
.gallery .gallery-item img {
  transition: transform .5s ease;
  border: 1px solid #eee;
  padding: 3px;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
/* Tiedostot */
.service-files {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}
.service-files ul {
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
}
.service-files ul li {
  display: inline-block;
  list-style: none;
  background: green;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.service-files ul li a {
  color:#fff;
  font-size: 14px;
  font-weight: 600;
}
/* Taulukko */
.service-table thead {
  background: green;
  color:white;
}
.service-table thead th {
  color:white;
}
.section-button {
  margin-top: 50px;
}
.tmpl-tuote .section-button a {
  background: #fddb00;
}
.tmpl-tuote .section-button a:hover {
  background: #000000;
  color:#fff;
}
/* Kartta */
.map_inner_area iframe {
    width: 100%;
    height: 400px;
    border: none;
}
/* Nostot */
.icon-box {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.icon-box .icon {
  width: 100%;
  height: auto;
}
.icon-box .icon img {
  width: 100%;
  height: auto;
  max-width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icon-box .icon img:hover {
  cursor: pointer;
}
/* Nostot */
.product-category {
  margin-bottom: 15px;
}
.category-name {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  border: 3px solid #eee;
  overflow: hidden;
  background-color: #079738;
}
.category-name .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(7,151,56,0.75);
  z-index: 1;
}
.category-name h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0;
  text-align: center;
}
.category-name a:hover .overlay {
  background: rgba(0,0,0,0.55);
}
/* Tooltip */
.tooltip-inner {
    background-color: #000; /* tumma tausta */
}
/* blog grid area css */
.ekosata_blog_area {
	background:#FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
.ekosata_blog_area .blog_area{
  margin-top: 50px;
  padding-bottom: 50px;
}
.single_blog {
    border-radius: 5px 5px 5px 5px;
    padding: 60px 35px 60px 35px;
    transition: .9s;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.single_blog h2 {
    margin-bottom: 15px;
}
.single_blog h2 a {
    font-size: 22px;
}
.single_blog p {
    font-size: 16px;
    line-height: 24px;
}
.blog_content .readmore_btn {
    border-radius: 5px;
    padding: 11px 32px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
	  border: 1px solid #ddd;
    background: #000;
    color:#fff;
}
.blog_content .readmore_btn:hover {
  background: #001eb6;
	border-color:#001eb6;
	color:#fff;
}
/* Logot */
.logos {
    background: linear-gradient(to bottom, #ffffff 50%, #fddb00 50%);
    padding-top: 40px;
    padding-bottom: 40px;
}
.logos .row {
    display: flex;
    align-items: stretch; /* kaikki kolumnit yhtä korkeita */
}
.logo-box {
    display: flex;
    align-items: center;       /* pystysuuntainen keskitys */
    justify-content: center;   /* vaakasuunta */
}
.logo-img img {
    max-height: 100px; /* tarvittaessa rajoita suurin korkeus */
    width: auto;
    height: auto;
}
/* Tuotteet */
.products-category {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 15px;
}
.products-category h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.products-category.puunkorjuu {
  background: red;
}
.products-category.puunkorjuu h2 {
  color:#fff;
}
.products-category.maatalous {
  background: green;
}
.products-category.maatalous h2 {
  color:#fff;
}
/* Float btn */
.float{
	position:absolute;
	width:80px;
	min-height:100px;
  height: auto;
	top:40%;
	right:0px;
	background-color:#fff;
	color:#000;
	border-top-left-radius:25px;
  border-bottom-left-radius:25px;
	text-align:center;
  z-index: 5;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.float i{
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
.float .text{
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  height: auto;
  line-height: 16px;
}
.float:hover {
  color:#000;
  box-shadow: 0 0 15px rgba(255,255,255,1);
  text-decoration: none;
}
@media (min-width: 10px) and (max-width: 768px){
  .float{
  	position:absolute;
  	top:15%;
  }
  .float i{
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
  }
}
/* Sivunumerot */
div.pagination {
  margin-top: 50px;
}
ul.pagination li.page-item a {
  font-weight: 400;
  color:#000;

}
ul.pagination li.page-item a.active {
  font-weight: 700;
  color:#fff;
  background: black;
}
.timeline-title h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.timeline-title p, .timeline-title .timeline-text p {
  font-size: 14px;
  margin-bottom: 5px;
}
.timeline-title {
  margin-bottom: 35px;
}
.timeline-section {
  padding: 100px 0px 100px;
  background: #fff;
  color: #000;
  /*background: #f5f5f5;*/
  /*background: #F5F5F5;
  background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 49%);*/
}
.timeline-section h1 {
    text-transform: uppercase;
    padding-top: 0px!important;
}
.timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #d8d8d8;
  transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 34px 40px;
}

.timeline.timeline-animate .timeline-item {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.timeline.timeline-animate .timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/*.timeline-item {
  position: relative;
  width: 50%;
  padding: 34px 40px;

  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}*/
.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}
/*.timeline-item:before {
  content: "";
  position: absolute;
  top: 28px;
  width: 22px;
  height: 22px;
  background: #5fae3d;
  border: 4px solid #111;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #2a2a2a;
  z-index: 2;
}

.timeline-item:nth-child(odd):before {
  right: -11px;
}

.timeline-item:nth-child(even):before {
  left: -11px;
}*/

.timeline-content {
  background: #f7d900;
  border-radius: 14px;
  padding: 28px;
  border: 1px solid #e9e9e9;
  box-shadow:
    0 4px 12px rgba(0,0,0,0.04),
    0 12px 30px rgba(0,0,0,0.06);
}
.timeline-date {
  display: block;
  margin-bottom: 5px;
  color: #111;
  font-weight: 700;
  font-size: 1.15rem;
}
.timeline-content p, .timeline-content .timeline-text p {
  margin: 0;
  color: #111;
  font-size: 14px;
}
.timeline-item:nth-child(even) .timeline-content{
  background: #06963a;
}
.timeline-item:nth-child(even) .timeline-content .timeline-date {
  /*color: #fff;*/
}
.timeline-item:nth-child(even) .timeline-content p. .timeline-item:nth-child(even) .timeline-content .timeline-text p {
  color: #fff;
}
@media (max-width: 767.98px) {
  .timeline:before {
    left: 16px;
  }

  .timeline-item,
  .timeline-item:nth-child(even),
  .timeline-item:nth-child(odd) {
    width: 100%;
    left: 0;
    padding: 18px 0 18px 46px;
    text-align: left;
  }

  .timeline-item:before,
  .timeline-item:nth-child(even):before,
  .timeline-item:nth-child(odd):before {
    left: 8px;
    right: auto;
  }
  .timeline-item .timeline-icon,
  .timeline-item:nth-child(even) .timeline-icon,
  .timeline-item:nth-child(odd) .timeline-icon {
    left: 16px !important;
    right: auto !important;
    transform: translateX(-50%);
  }
}
/*.timeline-icon {
  position: absolute;
  top: 32px;
  width: 32px;
  height: 32px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
/*.timeline-icon {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}*/
.timeline-icon {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.timeline-item:nth-child(odd) .timeline-icon {
  right: -16px;
}

.timeline-item:nth-child(even) .timeline-icon {
  left: -16px;
}

.timeline-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Viimeinen laatikko aina keskelle ja aina keltaiseksi */
/*.timeline-item:last-child .timeline-content {
  background: #f7d900;
}*/
@media (min-width: 768px) {
  .timeline-item:last-child {
    width: 50%;
    left: 25%;
    text-align: center;
    padding-top: 50px;
  }
  .timeline-item:last-child .timeline-icon {
      top: 10px;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
  }
  /*.timeline-item:last-child .timeline-icon {
    top: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }*/
}
.timeline-images {
    margin-top: 22px;
}

.timeline-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 6px;
}

.timeline-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 0;
    border: 3px solid transparent;
    border-radius: 9px;
    overflow: hidden;
    background: none;
    cursor: pointer;
    transition:
        border-color .2s ease,
        transform .2s ease,
        opacity .2s ease;
}

.timeline-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-thumbnail:hover {
    transform: translateY(-2px);
    opacity: .85;
}

.timeline-thumbnail.active {
    border-color: #06963a;
}

.timeline-main-image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
}

.timeline-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.timeline-main-image::after {
    content: "\f00e";
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .72);
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    font-weight: 900;
    opacity: 0;
    transform: scale(.85);
    transition:
        opacity .2s ease,
        transform .2s ease;
}

.timeline-main-image:hover img {
    transform: scale(1.025);
}

.timeline-main-image:hover::after {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 767.98px) {
    .timeline-thumbnail:hover {
        transform: none;
        opacity: 1;
    }

    .timeline-main-image::after {
        opacity: 1;
        transform: scale(1);
    }
}
.timeline-image-admin-label {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 5;
    padding: 3px 7px;
    background: rgba(0, 0, 0, .8);
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    pointer-events: none;
}
.timeline-content {
    position: relative;
    padding-right: 58px;
}

/* Teksti ja kuvat piilossa suljetussa tilassa */
.timeline-content > p,
.timeline-content > .timeline-text,
.timeline-images {
    display: none;
}

/* Avattuna sisältö näkyviin */
.timeline-item.is-open .timeline-content > p,
.timeline-item.is-open .timeline-content > .timeline-text {
    display: block;
}

.timeline-item.is-open .timeline-images {
    display: block;
}

/* Plus / sulje */
.timeline-toggle {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .52);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    transform: translateY(-50%);
    transition: background-color .2s ease;
}

.timeline-toggle:hover {
    background: rgba(255, 255, 255, .9);
}

.timeline-toggle i {
    transition: transform .25s ease;
}

.timeline-item.is-open .timeline-toggle {
    top: 18px;
    transform: none;
}

.timeline-item.is-open .timeline-toggle i {
    transform: rotate(45deg);
}
.timeline-content h3.timeline-title {
    margin: 0;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}
.timeline-date + h3.timeline-title {
    margin-top: 4px;
}
.timeline-item.is-open h3.timeline-title {
    margin-bottom: 14px;
}
.timeline-content h3.timeline-title::after {
    content: "";
    display: none;
    width: 32px;
    height: 4px;
    margin-top: 12px;
    background: #06963a;
    border-radius: 5px;
}
.timeline-content {
    cursor: pointer;
}
.timeline-item:nth-child(even) .timeline-content h3.timeline-title::after {
    background: #f7d900;
}
.timeline-item.is-open .timeline-content h3.timeline-title::after {
    display: block;
}
.timeline-item:nth-child(odd) .timeline-content h3.timeline-title::after {
    margin-left: auto;
}

.timeline-item:nth-child(even) .timeline-content h3.timeline-title::after {
    margin-right: auto;
}
@media (min-width: 768px) {
    .timeline-item:last-child .timeline-content h3.timeline-title::after {
        margin-left: auto;
        margin-right: auto;
    }
}

/*.timeline-item.is-open .timeline-icon {
    top: 50%;
    transform: translateY(-50%);
}*/
@media (min-width: 768px) {
    /*.timeline-item.is-open .timeline-icon {
        top: 50%;
        transform: translateY(-50%);
    }*/

    /*.timeline-item:last-child.is-open .timeline-icon {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }*/
}
@media (max-width: 767.98px) {
    .timeline-item.is-open .timeline-icon {
        top: 50%;
        left: 16px !important;
        right: auto !important;
        transform: translate(-50%, -50%);
    }
}
/* Manuals */
.manuals {
	padding-top:2em;
	padding-bottom:2em;
}
.manuals .file {

}
.manuals .product-item {
  border-radius: 15px;
}
.manuals .card-body {
    background-color: #fff;
}
.manuals .card-text h3 {
    text-align: center;
  	color:#000!important;
  	font-weight:600;
  	height:auto;
  	text-transform:none;
    font-size: 16px;
    padding-top: 0px;
}
.manuals p.card-text {
    font-size:15px!important;
	  text-align:center;
    color:#000!important;
    margin-bottom: 5px;
    font-weight: 500;
}
.manuals p.file-size {
    font-size:13px!important;
	  text-align:center;
    color:#000!important;
    margin-bottom: 5px;
}
.manuals .card-footer {
    background: #008000;
}
.manuals .card-footer a {
    text-align: center!important;
    font-weight: 700;
    color:#fff;
}
.manuals .card-footer:hover {
    background: black;
}
.manuals .card-footer:hover a {
    color:#fff;
}
.file-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}
.file-card-link:hover {
	color: inherit;
	text-decoration: none;
}
.file-card-link,
.file-card-link:hover,
.file-card-link:focus,
.file-card-link:visited {
	color: inherit;
	text-decoration: none;
}

.file-card-link .card-footer {
	color: #fff !important;
	font-weight: 700;
	text-align: center !important;
}
/*.manuals img {
    width:auto;
    max-height: 80px;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:1em;
}*/
.manuals .image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
}
.manuals .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.manuals p.mellow-no-file {
  margin-bottom: 5px;
  margin-top: 5px;
}
/*.floating-icon {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 9999;
    display: block;
}*/
/*.floating-icon {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.floating-icon img {
    width: 100px;
    height: 100px;
    display: block;
    transition: transform .2s ease;
}*/
.floating-icon {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.floating-icon img {
    width: 120px;
    height: 40px;
    display: block;
    transition: transform .2s ease;
}
.floating-icon:hover img {
    transform: scale(1.06);
}
/*@media (max-width: 768px) {
    .floating-icon {
        right: 10px;
        bottom: 20px;
    }

    .floating-icon img {
        width: 80px;
        height: 80px;
    }
}*/
.industries-box {
    margin-bottom: 30px;
}
.industries-link {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 75px;
    background: #f8de3b;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    transition: all .2s ease;
}
.industries-link:hover {
    text-decoration: none;
    transform: translateY(-2px);
}
.industries-img {
    flex: 0 0 75px;
    width: 75px;
    height: 75px;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.industries-img img {
    width: auto;
    max-width: 60px;
    max-height: 60px;
    height: auto;
}
.industries-text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    padding: 0 10px 0 25px;
}
.industries-text h2 {
    margin: 0;
    color: #111;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.05;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: auto;
}
.industries-arrow {
    flex: 0 0 38px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 32px;
}
@media (max-width: 991px) {
    .industries-box {
        margin-bottom: 20px;
    }
    .industries-img {
        flex: 0 0 80px;
        padding: 18px;
    }
    .industries-arrow {
        flex: 0 0 34px;
        min-width: 34px;
        font-size: 30px;
    }
    .industries-text {
        padding: 0 8px 0 18px;
    }
    .industries-text h2 {
        font-size: 17px;
    }
}
/* 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,
.size-small img {
	max-width:100%;
	width:auto;
	height:auto;
}
.size-large .img-content, .size-small .img-content {
	margin:0.5em;
}
.img-content .img-text span {
	font-style: italic;
	padding-top: 2px;
	margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .size-large, .size-small {
  	width:100%;
  }
}
.i4ewOd-pzNkMb-haAclf, .i4ewOd-pzNkMb-tJHJj, .i4ewOd-pzNkMb-r4nke-LS81yb  {
display: none!important;
}
.map-wrapper {
    height: 420px;
    overflow: hidden;
    border-radius: 25px;
}
.map-wrapper iframe {
    width: 100%;
    height: 480px;
    border: 0;
    margin-top: -70px;
    border-radius: 25px;
}
.side-nav {
    width: 100%;
}

.side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-nav > ul {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.side-nav li {
    position: relative;
}

.side-nav li + li {
    border-top: 1px solid #ececec;
}

.side-nav a {
    position: relative;
    display: block;
    padding: 14px 42px 14px 18px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    background: #fff;
    transition: background-color .2s ease, color .2s ease;
}

.side-nav a:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.side-nav a.active {
    color: #000;
    font-weight: 700;
    background: #f7f7f7;
}

.side-nav a.active::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 3px;
    background: #e6d13b;
}

.side-nav .has-children > a::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 18px;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    color: #777;
    transform: translateY(-50%);
}

/* Ensimmäinen alataso */
.side-nav .submenu.level-one {
    border-top: 1px solid #ececec;
}

.side-nav .submenu.level-one > li > a {
    padding-left: 32px;
    font-size: 14px;
    font-weight: 500;
    background: #fafafa;
}

.side-nav .submenu.level-one > li > a:hover,
.side-nav .submenu.level-one > li > a.active {
    background: #f4f4f4;
}

/* Toinen alataso */
.side-nav .submenu.level-two {
    border-top: 1px solid #ececec;
}

.side-nav .submenu.level-two > li > a {
    padding-left: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background: #fff;
}

.side-nav .submenu.level-two > li > a:hover,
.side-nav .submenu.level-two > li > a.active {
    color: #111;
    background: #f7f7f7;
}
.language-switcher {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9000;
    align-items: center;
    gap: 5px;
}
.language-switcher a {
    display: block;
    line-height: 0;
    opacity: .85;
    transition: transform .2s ease, opacity .2s ease;
}

.language-switcher a:hover {
    transform: translateY(-2px);
    opacity: 1;
}
.language-switcher img {
    display: block;
    height: 15px;
    width: auto;
    border: 1px solid rgba(255,255,255,.25);
}
@media (max-width: 767.98px) {
    .witr_section_title h1, .witr_section_title h2 {
        font-size: clamp(2rem, 7vw, 2.5rem);
        line-height: 1.08;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-wrap: balance;
        hyphens: auto;
    }
}
@media (max-width: 575.98px) {
    .witr_section_title h1, .witr_section_title h2 {
        font-size: 2rem;
        line-height: 1.08;
    }
}
