/*
    Theme Name: FSET
    Author:  Buildahome
    Author URL: buildahome.se
    Description: ---- 2021.
    Document   : Framework
    Created on :  NOv 1st 2021, 4.00 pm
*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
  font-family: "Lato", sans-serif;
  color: #000;
  background: #ffffff;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 300;
}



.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #3da544;
  font-size: 1em;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1.2em;
  color: #6b6b6b;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

h2 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 2.2em;
  line-height: 1;
}

h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.1;
}

b,
strong {
  color: #3da544;
}

a.dark {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 1.1em;
  position: relative;
  color: #3da544;
  font-weight: 700;
  display: inline-block;
}

a.dark:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #3da544;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a.dark:hover:after {
  width: 100%;
  left: 0;
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}

.outer {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1440px;
  padding: 0;
}
.container-lg {
  margin: 0 auto;
  width: 90%;
  max-width: 1770px;
}
.container-sm {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}

.flex-dir {
  display: flex;
  flex-wrap: wrap;
}

.banner {
  width: 100%;
  height: 90vh;
  background: url(../img/home-banner.jpg) no-repeat left top/cover;
  margin: 112px 0 0 0;
  position: relative;
}

.banner h1 {
  font-weight: 800;
  font-size: 6.3em;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin: 0 0 0 0;
  padding: 0 0 0 0px;
  color: #000;
}

.banner-text {
  width:  67%;
  margin: 22% auto 20% auto;
  position: relative;
}

.banner-text span {
  font-weight: 400;
  font-size: 1.1em;
  padding: 25px 50px 25px 25px;
  color: #fff;
  background: #3da544;
  display: inline-block;
  margin: 20px 0 0 0;
}

.banner-text span a {
  color: #fff;
  text-decoration: underline;
}

a.green {
  color: #3da544;
  display: inline-block;
  margin: 50px 0;
  position: absolute;
  font-size: 0.9em;
  font-weight: 600;
  transform: rotate(90deg);
  text-transform: uppercase;
  right: 50px;
  bottom: 100px;
}

a.green:before {
  width: 100px;
  height: 1px;
  background: #3da544;
  left: -110px;
  top: 9px;
  content: "";
  position: absolute;
}

a.green:hover {
  bottom: 120px;
}

a.white {
  color: #fff;
  display: inline-block;
  margin: 50px 0;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

a.white:before {
  width: 70px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -15px;
  content: "";
  position: absolute;
}

a.white:hover:before {
  width: 130px;
  background: #3da544;
  color: #3da544;
}


.logo {
  width: 25%;
  padding: 10px 0 0 0; 
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	color:#fff;
}
.services {
  width: 100%;
  padding: 50px 0 12% 0;
}
.services ul {
  width: 100%;
  display: flex;
}
.services li {
  width: 25%;
  border: 1px solid #b5ddb8;
  margin: 0 -0.5px;
  padding: 40px;
}
.services li h2 {
  color: #000;
  font-size: 1.7em;
  font-weight: 600;
  padding: 25px 0 25px 0;
}

.contact {
  width: 100%;
  height: 80vh;
  background: url(../img/banner2.jpg) no-repeat left top/cover;
  margin: 0;
  position: relative;
}
.box-btn {
  position: absolute;
  right: 70px;
  top: -30px;
  padding: 35px 40px;
  background: #0d264f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.box-btn:hover {
  background: #3da544;
  color: #fff;
}

.contact .flex-dir {
  justify-content: flex-start;
  align-content: center;
  height: 90vh;
}

.contact .left {
  width: 35%;
}
.contact .right {
  width: 50%;
}
.contact .right h2 {
  color: #fff;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3;
  padding: 25px 0 25px 0;
}

.left {
  width: 50%;
}
.right {
  width: 50%;
}

.team {
  width: 100%;
  background: url(../img/bg-shade.jpg) no-repeat left bottom/cover;
  margin: 0;
  padding: 100px 0;
  position: relative;
}

.team .left {
  width: 25%;
  padding: 10% 0 0 0;
}
.team .left p {
  padding: 0 0 15px 0;
}
.team .right {
  width: 70%;
  padding: 0 0 0 15%;
  position: relative;
}

.team .right a.green {
  transform: rotate(90deg);
  text-transform: uppercase;
  left: 50px;
  right: inherit;
  bottom: 0;
}

.team .right a.green:hover {
  bottom: 20px;
}

.client-logo {
  width: 100%;
  padding: 100px 0 120px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.client-logo ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.client-logo li {
  padding: 0 20px;
}

.client-logo .left {
  width: 25%;
  padding: 15px 0 15px 0;
  display: flex;
  justify-content: flex-start;
  align-self: center;
  border-right: 1px solid #c8c8c8;
}
.client-logo .left h3 {
  color: #6b6b6b;
  padding: 0 0 0 0;
  font-size: 1.7em;
}
.client-logo .right {
  width: 72%;
  padding: 0 0 0 2%;
  position: relative;
}

.blog {
  width: 100%;
  background: url(../img/blog-bg.jpg) no-repeat left top/cover;
  margin: 0;
  padding: 50px 0 100px 0;
  box-shadow: inset 0px 130px #fff;
  position: relative;
  display: flex;
  justify-items: flex-start;
}

.blog .left {
  width: 30%;
/*   height: 450px; */
  padding: 5%;
  background: #3da544;
}

.blog .left img {
  width: 30%; ;
}

.blog .left p {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3;
}

.blog .left strong {
  display: block;
  color: #fff;
  
}
.blog .left span {
  display: block;
  color: #fff;
  padding: 20px 0 0 0;
  font-size: 1.1em;
  line-height: 1.3;
}

.blog .right {
  width: 70%;
  padding: 15% 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}

.blog .right .bg-img {
  width: 40%;
}
.blog .right .bg-img img {
  width: 100%;
}
.blog .right .bg-text {
  width: 40%;
  padding: 5% 0 0 5%;
}

.blog .right .bg-text p {
  color: #fff;
  font-size: 1.7em;
}

.ft-contact {
  width: 100%;
  background: url(../img/contact-shape.jpg) no-repeat left top/cover;
  margin: 0;
  position: relative;
  text-align: center;
  padding: 5% 0;
}

.ft-contact h3 {
  color: #000;
  padding: 0 10% 45px 10%;
  font-weight: 400;
  display: block;
}
.box-btn-green {
  position: relative;
  right: 0;
  top: 0;
  padding: 25px 40px;
  background: #3da544;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  max-width: 300px;
  width: 90%;
}
.box-btn-green:hover {
  background: #0d264f;
  color: #fff;
}

.footer {
  background: #111111;
  width: 100%;
  padding: 120px 0;
}

.footer .set:nth-child(1) {
  width: 30%;
}
.footer .set:nth-child(2) {
  width: 25%;
}
.footer .set:nth-child(3) {
  padding: 0 0 0 10%;
}
.footer .set {
  width: 33%;
}

.footer .set a {
  color: rgb(175, 175, 175);
  line-height: 2;
  display: block;
  font-weight: 500;
  font-size: 1.2em;

}
.footer .set p {
  color: rgb(175, 175, 175);
  line-height: 2;
  display: block;
  font-weight: 500;
  font-size: 1.1em;
  padding: 25px 0 0 0;
}

.footer .set a:hover {
  color: #3da544;
}

.footer .set h3 {
  font-size: 1.4em;
  padding: 0 0 40px 0;
  color: rgb(175, 175, 175);
}
.footer .set:nth-child(2) a {
  font-size: 1.4em;
  line-height: 1.4;
  border-left: #3da544 3px solid;
  margin: 5px 0;
  padding: 0 0 0 10px;
}


/* inner */

.inner .banner {
  width: 100%;
  height:50vh;
  margin: 112px 0 0 0;
  position: relative;
}

.inner .banner .container {
  width: 100%;
  max-width: 3000px; 
  align-items: center; 
  height: 50vh;
   
}

.inner .banner h1 {
  font-weight: 800;
  font-size: 5em;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin: 0 0 0 0;
  padding: 0 0 0 0px;
  color: #fff;
}

.inner .banner-text {
  width: 45%;
  max-width: 770px;
  margin: 0% ;
  position: relative;
  background: #3da544;
  padding: 4%;
}

.inner .banner-text span {
  font-weight: 400;
  font-size: 1.1em;
  padding: 0;
  color: #fff;
  display: block;
  margin: 10px 0 0 0;
}

.inner .banner-text span a {
  color: #fff;
  text-decoration: underline;
}


.content-section {
  width: 100%; 
  background: url(../img/inner-shade.jpg) no-repeat left top/contain;
  padding: 100px 0;
  position: relative;
}

.content-section p {
  padding: 0 0 15px 0;
}
.content-section h2 {
  padding: 0 0 15px 0;
}
.team-box {
  width: 100%;
}
.team-box ul {
  display: grid;
  column-gap: 50px;
}
.team-box li {
  position: relative;
  
}

.team-box li {
  position: relative;
  overflow: hidden;
}

.team-box li:hover .hover-text {
 transform: translate(0px,0px);
	  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    
}
.hover-text {
  transform: translate(100%,0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  color: #efefef;
  padding: 8%;
}
.hover-text p {
	color:#efefef;
}


.team-box li img {
 	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	  filter: grayscale(100%);
}
.team-box li .linkedin {
  position: absolute;
  left: 15px;
  bottom:15px;
  width: 35px;
}

.team-box ul {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding:100px 0;
}
.team-box li:nth-child(1) {
  position: relative;
  grid-column: 1 / 1;
  grid-row: 1;
}
.team-box li:nth-child(2) {
  position: relative;
  grid-column: 2 / 2;
  grid-row: 1;
}
.team-box li:nth-child(3) {
  position: relative;
  grid-column: 2 / 2;
  grid-row: 2;
}
.team-box li:nth-child(4) {
  position: relative;
  grid-column: 3 / 3;
  grid-row: 2;
}


.service-box {
  width:100%;
}
.service-box li {
  width:50%;
  background: #fff;
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  padding: 5%;
}

.service-box li img {
  width: 100px;
}

.service-box li .box-text {
  padding: 0 0 0 5%;
}

.service-box  li:nth-child(2) img {
  width: 150px;
}
.service-box li .box-text img {
  padding:  0 0 25px 0;
  width: 50px;
}

.service-box li:nth-child(2) {
  background:#0d264f ;
}
.service-box li:nth-child(3) {
  background:#3da544 ;
}
.service-box li:nth-child(2) p {
  color: #fff;
  font-size:1.4em;
  line-height: 1.2;
  padding: 0 20% 25px 0;

}
.service-box li:nth-child(3) p {
  color: #fff; 

}
.service-box li:nth-child(3) h2 {
  color: #fff; 

}

.service-box li:nth-child(2) p b {
  font-size: 15px;
}



.news-box {
  width:100%;
}
.news-box li {
  width:31.5%;
  background: #fff;
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0;
  margin: 0.75%;
}

.news-box li img {
  width: 100%;
}
.news-box .box-text {
  width: 100%;
  padding: 10% 8%;

}

span.date {
  font-size: 14px;
  color: #3da544;
  padding: 10px 0;
  font-weight: 600;
  display: block;
}

.news-box .box-text h2 {
 font-size: 1.5em;
 font-weight: 700;
}

.related {
  padding: 100px 0 0 0;
}
::placeholder {
  color:#fff;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.kontakta .content-section .left {
  background: #fff;
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
}

.kontakta .content-section .right {
  background: #0d264f;
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
  padding: 6%;
}

iframe {
  display: block;
}


.kontakta .content-section .left .box-text {
  width: 100%;
  padding: 10% 8%;

}

.kontakta .content-section .left a {
  font-size: 1.3em;
  line-height: 1.4;
  color:  #3da544 ;
  margin: 15px 0;
  padding: 0 10px 0 0;
  font-weight: 600;
}
.kontakta .content-section input {
  width: 100%;
  padding: 15px 15px 25px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.301);
  font-size:15px;
  font-family: "Lato", sans-serif;
  background: transparent;
  color: rgba(255, 255, 255, 0.568);
}
.kontakta .content-section textarea {
  width: 100%;
  padding: 15px 15px 25px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.301);
  font-size: 15px;
  background: transparent;
  resize: none;
  height: 100px;
  color: rgba(255, 255, 255, 0.568);
  font-family: "Lato", sans-serif;
}
.kontakta .content-section input[type=submit] {
  background: #3da544;
  border: none!important;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 15px 2px;
  cursor: pointer;
  border-radius: 100px;
  display: inline-block;
  width: 150px;
  font-family: "Lato", sans-serif;
  transition: all 0.3s ease-in-out;
}
.kontakta .content-section input[type=submit]:hover {
  background: #fff; 
  color: #3da544; 
  transition: all 0.3s ease-in-out;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

.box-text p a {
    color: #666;
}
.team-box li img.linkedin {
    height: auto!important;
    filter: none;
}
/* inner */

