/*
    Theme Name: Build A Home
    Author:  Build A Home
    Author URL: https://www.buildahome.se/
    Description: ---- 2023.
    Document   : Framework
    Created on :  Jan 24 2022, 10.00 AM
*/

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

body {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


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


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

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



::placeholder {

    color: #fff;
     font-family: 'Oswald', sans-serif;


}


.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;
    color: #000;
    font-weight: 500;

}

/* div {
    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: normal;
    line-height: 1.2;
   font-family: 'Oswald', sans-serif;
}

p {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    /* padding: 10px 0; */
 font-family: 'Roboto', sans-serif;

}


h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.3;
    font-size: 4em;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 2.8em;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}


h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 3.1em;
    line-height: 1.2;
    font-weight: 600;
   font-family: 'Oswald', sans-serif;
}

h4 {
    margin: 0;
    padding: 0;
    color: #DDAF27;
    font-size: 3em;
    line-height: 1.3;
    font-weight: 700;
   font-family: 'Oswald', sans-serif;
}

h5 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.3;
  font-family: 'Oswald', sans-serif;
}



.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;
    margin: 0 auto;
    background: #2C3136;
}


.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1336px;
}

.small-container {
    margin: 0 auto;
    width: 85%;
    max-width: 600px;
}

.medium-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding: 8em 0 0 0;
    max-width: 1336px;
}




.banner-text {

    text-align: center;
    color: #efe9db;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 900px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 150px 0 20px 0;

}

.banner-text a.btn{
    color: #E7BA00;
    margin-top: 30px;
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;

}

video {
   width: 100%;
    height: 100%;
    z-index: 1;
  
}



.top-header ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
     width: 90%;
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 0 0 0;
     -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;
}
.top-header li a {
    padding: 0 0 0 1.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.header header nav ul li a:hover {
    color: #DDAF27;
}
.header header nav ul li  > ul.hover li a:hover {
    color: #000;
}
.top-header li a.email svg {
    margin: 0 10px 0 0;
}
.header.bgcolor .top-header li a {
    color: #000;
}
.header.bgcolor .top-header li a path {
    fill: #000;
}
 hr {
    margin: 0 0;
     background-color: #2C3136;
     opacity: 0.2;
}
.header .logo img {
    max-width: 170px;
	transition: all 0.3s ease-in-out;
	display: block;
}
.header .logo a {
	display: block;
}
.banner-text h1 {
    border-bottom: 4px solid #DDAF27;
    padding: 0 0 20px 0;
    width: 100%;
}
.scroll-down svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    margin: 0 auto;
	display: block;
}
.header.bgcolor header nav ul li a{
	padding: 5px 0 5px 1.5em;
	transition: all 0.3s ease-in-out;
}
.scroll-down {
  position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	text-align: center;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.text-block {
    width: 100%;
    padding: 60px 0;
    position: relative;
   margin: 0 auto;
	text-align: center;
}

.text-block h2 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
	width: 90%;
}
.slider-block {
    width: 100%;
     margin: 0 0 50px 0;
}
.slider-block .carousel {
width: 100%;
    
}

.slider-block  .carousel-cell {
  width: 26%;
 height: 350px;
  margin-right: 10px;
  
}
.home .slider-block  .carousel-cell img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.slider-block .flickity-page-dots .dot.is-selected {
    background-color: #E5BD3F;
    opacity: 0.6;
}
.slider-block .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #f4f4f4;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.slider-block .flickity-page-dots {
    bottom: -50px;
}
.relief {
    width: 100%;
   margin: 100px 0 0 0;
}
.relief ul li a svg {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
    
}
.product-slider h2 {
    padding: 50px;
	max-width: 700px;
    margin: 0 auto;
}
.relief ul li a svg path {
   
    stroke: #fff;
   
}
.relief-box {
    border: 4px solid #DDAF27;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
	
}
.home .full-width .container {
	border-top: 3px solid #ddaf27;
}
.relief-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.relief-box h2 {
    max-width: 300px;
	font-size: 2.2em;
	padding: 0 0 0 30px;
   
}
.relief-box ul li a {
    font-size: 1.6em;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #fff;
     transition: 0.3s;
}
.relief .medium-container {
	max-width: 930px;
}
.relief-box ul li a:hover {
    color: #DDAF27;
}
.relief-box ul li a:hover svg {
     transform: translateX(10px);
     transition: 0.3s;
}
.relief-box ul li a svg {
     transform: translateX(0);
     transition: 0.3s;
}
.relief-box ul li {
    padding: 0 5em 0 0;
}
.white-box a:hover {
     color: #DDAF27;
}
.white-box a:hover svg {
    
     transform: translateX(10px);
     transition: 0.3s;
}
.white-box a svg {
     transform: translateX(0);
     transition: 0.3s;
}
.product-slider {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
}
.product-slider .carousel {
 width: 100%;
    padding: 0 0 50px 0;
}

.product-slider .carousel-cell {
  width: 32%;
  height: 500px;
  margin-right: 5px;
  
  
}
.product-slider .carousel-cell img {
  width: 100%;
  height: 500px;
}
.product-slider .carousel-cell h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	text-transform: uppercase;
}
.product-slider img {
    height: 600px;
    object-fit: cover;
}
/* cell number */
.product-slider .carousel-cell:before {
  display: block;
  text-align: center;
    line-height: 200px;
  font-size: 80px;
  color: white;
}

.product-slider .carousel-nav .carousel-cell {
  height: 30px;
  width: auto;
    color: #fff;
	margin: 0 20px;
  white-space: normal;
    word-break: break-all;
    font-size: 1.1em;
   text-transform: uppercase;
}

.product-slider .carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.product-slider .carousel-nav .carousel-cell.is-nav-selected {
   border-bottom: 2px solid #DDAF27;
    color: #fff;   
    font-size: 1.1em;
 
}
.safety-set .left img {
    display: block;
}
.full-width .container {
  
    padding: 50px 0;
}
.full-width h2 {
    max-width: 600px;
    margin: 0 auto;
}
.full-width {
    text-align: center;
    width: 100%;
    
}
.full-width .set  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0 0 0;
}
.full-width .set.reverse {
    flex-direction: row-reverse;
}
.set.reverse .white-box {
    border-right: 6px solid #DDAF27;
    border-left: 0;
}
.white-box {
   width: 40%;
    background-color: rgb(255 255 255 / 86%);
    text-align: left;
   padding: 13% 5% 13% 5%;
    border-left: 6px solid #DDAF27;
}
.white-box svg {
    width: 30px;
    height: 30px;
 
    
}
.white-box h3 {
    text-transform: uppercase;
    font-size: 2.4em;
 
}
.white-box .icon {
	margin: 0 0 0 0;
}
.white-box svg path {
    stroke: #000;
}
.white-box span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    padding: 5px 0 10px 0;
}
.banner img.pause-play-img {
    display: none;
}
.white-box a {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.video-sec {
  width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	background: transparent;
}
.video-sec video {
    height: 100%;
    min-height: 100%;
    display: block;
    width: 100%;
    position: relative;
	 
}
.desc {
    max-width: 800px;
    margin: 0 auto;
   padding: 70px 0 90px 0;
	text-align: center;
    width: 90%;
}
.desc-wrapper {
    background-color: #fff;
	width: 100%;
}
.desc strong {
    color: #5D5D5D;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    padding: 15px 0 0 0;
    max-width: 650px;
    margin: 0 auto;
}
.full-img-content h2 {
	text-transform: uppercase;
}
.video-parent-class {
    margin: 0 auto;
}
.pause-play-img {
            position: absolute;
            /*top: 50%;*/
            z-index: 99;
            /*margin-top: -50px;*/
            left: 50%;
            display: block;
           
            width: 64px;
        }

        .video-parent-class:hover img.pause-play-img {
            display: block;
        }

        .video-parent-class {
            position: relative;
            padding: 25px 0 0 0;
           
        }

        /*Floating CSS Start*/

        @keyframes fade-in-up {
            0% {
                opacity: 0;
            }
            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

   
.video-sec img {
    transform: translateY(-55px);
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 2;
}
.advantage {
    width: 100%;
    box-shadow: 0px -110px #2c3136;
    text-align: center;
}
.advantage h4 {
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
    padding: 0 0 100px 0;
	width: 90%;
}
.advantage h4 span {
    display: block;
    font-weight: 600;
}

.advantage-detail {
    width: 100%;
    padding: 50px 0 100px;
}
.advantage-detail ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    row-gap: 70px;
}

.advantage-detail ul li {
   width: 32%;
 transition: 0.3s;
    background-color: #000;
}
.advantage-detail ul li:hover {
    background-color: #DDAF27;
     transition: 0.3s;
}
.advantage-detail ul li a {
    display: block;
}
.advantage-detail ul li a img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.advantage-detail .content {
   
    padding: 30px;
    border-top: 3px solid #DDAF27;
}
.advantage-detail a.link svg {
    margin: 0 0 0 10px;
}
.advantage-detail span {
    color: #fff;
     opacity: 0.8;
	max-width: 280px;
    display: block;
}
.advantage-detail h2 {
    font-size: 2em;
	padding: 0 0 5px 0;
}
.advantage-detail p {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    opacity: 0.8;
    
    
}
.advantage-detail a.link {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
     opacity: 0.8;
     white-space: nowrap;
}
.full-width-sec {
    width: 100%;
    background-color: #fff;
     text-align: center;
}
.full-img {
    width: 100%;
    background: url("../img/full-bannner.jpg") no-repeat center top/cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 90vh;
    background-attachment: fixed;
}
.full-img-content {
    max-width: 800px;
    margin: 0 auto;
}
.full-img-content span {
    display: block;
    font-size: 25px;
    padding: 0 0 10px 0;
	text-transform: capitalize;
}
.kontact-sec {
    width: 100%;
    background-color: #DDAF27;
    padding: 50px 0;
}
.kontact-sec .medium-container {
    display: flex;
    gap: 100px;
    align-items: center;
	justify-content: space-between;
}
a.btn  {
    display: flex;
    align-items: center;
    border: 3px solid #fff;
    color: #fff;
    padding: 10px 40px;
    font-weight: 500;
    background-color: #fff;
    display: inline-flex;
      transition: 0.3s;
    text-transform: uppercase;
    font-size: 1.4em;

}
a.btn svg {
   transform: translateX(9px);
    display: inline-flex;
      transition: 0.3s;

}
a.btn.outline {
    background-color: transparent;
      transition: 0.3s;

}
.product-detail a:hover {
    color: #DDAF27;
}
/*
a.btn.outline:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
*/
form {
 width: 100%;
 


}
form  label {
    color: #fff;
    font-weight: 500;
}

.kontact-form input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
     
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
    border-bottom: 2px solid #DDAF27;
  width: 100%;
  background-color: transparent;
  color: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	 font-family: 'Oswald', sans-serif;
}
.divide.full-input {
    width: 100%;
}
.divide.full-input textarea {
    resize: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}



.video-sec button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
 
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;

 
  margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid transparent;
}
.video-sec button  {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 99;
    margin: auto;
	right: 20px;
    top: 20px;
}
/* .video-sec:hover  button{
	visibility: visible;
} */
fieldset {
  margin-bottom: 0;
  border: none;
    display: flex;
    gap: 30px;
    padding: 20px 0 0 0;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.kontact-form label {
  display: block;
  margin-bottom: 0;
   font-family: 'Roboto', sans-serif;     

}

kontact-form label.light {
  font-weight: 300;
  display: inline;
}


.flex {
    display: flex;
}
.kontact-form {
    background: linear-gradient(275deg, rgba(0,0,0,0.8128501400560224) 0%, rgba(0,0,0,0.8212535014005602) 95%),url("../img/kontact-banner.jpg") no-repeat center center/cover;
   width: 100%;
    padding: 100px 0;
}
.form-text {
    width: 30%;
	padding: 0 8% 0 0;
}
.form-blck {
    width: 70%;
}
.form-text ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0 0 0;
}
.form-text ul li a img {
    padding: 0 20px 0 0;
   width: 50px;
    height: 50px;
} 
.form-text  strong {
    color: #fff;
    opacity: 0.7;
    display: block;
    font-weight: 400;
}
.divide  {
    width: 50%;
}
.form-blck input[type="submit"] {
    border: 0;
    background-color: transparent;
    font-weight: 500;
    color: #fff;
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}
.form-submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
     margin: 50px 0 0 0;
}

.top-footer {
    background-color: #000;
    padding: 100px 0 50px 0;
}
.top-footer svg {
  width: 25px;
    height: 25px;
/*    transform: rotate(45deg);*/
}
.ft-logo {
    width: 45%;
    margin: 10px 0 0 0;
}
a.btn:hover svg {
    transform: translateX(20px);
     transition: 0.3s;
}
a.btn.black-outline:hover svg {
     transform: translateX(20px);
     transition: 0.3s;
}
.top-footer a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.1em;
}
a.no-rotate svg {
    transform: rotate(0);
}
.top-footer span {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 8px;
    display: flex;
    margin: 0 20px 0 0;
}
.top-footer li {
    margin: 0 0 20px 0;
}
.link-sec-block {
    padding: 0 0 0 11%;
}
.link-sec-block a {
    padding: 0 38% 0 0;
}
.footer {
    background-color: #000;
    padding: 25px 0 100px 0;
}
.ft-nav strong {
    color: #fff;
    opacity: 0.3;
    font-weight: 400;
    font-size: 15px;
}
.ft-nav ul li a {
    color: #fff;
    font-size: 1.1em;
	text-transform: uppercase;
}

.ft-nav {
    width: 100%;
}
.ft-nav ul li a:hover {
    color: #DDAF27;
}
.header.bgcolor .logo img {
	max-width: 130px;
	transition: all 0.3s ease-in-out;
}
.ft-nav ul {
    display: flex;
    padding: 10px 0 0 0;
}
.ft-nav ul li {
    padding: 0 40px 0 0;
}
.ft-logo img {
    max-width: 200px;
}

.inner .banner p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    font-family: 'Oswald', sans-serif;
}

.inner .banner {
    height: 75vh;
    min-height: 400px;
    margin: 120px auto 0;
}

.inner .banner a.btn {
    color: #E7BA00;
    margin: 50px 0 50px 0;
}
.solution {
    width: 100%;
    padding: 0 0 100px 0;
}
.solution-block {
  display: grid;
    
    gap: 10px;
    row-gap: 10px;
  
    grid-template-columns: 1fr 1fr 1fr;
}
solution-block-sec a {
   width: 32%;
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
    padding: 95px;
    text-align: center;
}
.wrap {
    flex-wrap: wrap;
}
.solution-block-sec:last-child {
    background: #DDAF27!important;
    text-align: center;
    padding: 15px;
}

.solution-set h2 {
    font-size: 2.2em;
}
.solution-set span {
    color: #fff;
    display: block;
    padding: 10px 0;
}
a.btn.black-outline {
    border: 3px solid #000;
    color: #000;
    display: inline-flex;
    margin: 50px 0 0 0;
     transition: 0.3s;
}
.product-galleri h3 {
    padding: 0 0 50px 0;
}
.inner-banner {
  
    margin: 10em 0 0 0;
}
.inner-banner .video-sec {
    background-color: #2C3136;
}
.about .video-sec img.den-logo {
     top: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#counter-section-container {
  width: 100%;
  text-align: center;
}
.about .full-width {
    background-color: #fff;
}
.about .full-width .container{
  padding: 0 0;
}
.about .full-width .set {
    margin: 0 0 100px 0;
}
#counter-box-container {
  /*border: 1px solid #999999;*/
  overflow: hidden;
  display: inline-block;
}

#counter-box {
  /*width: 33.22%;*/
  width: 180px;
  min-width: 200px;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  float: left;
  text-align: center;
  /*background-color: #111111;*/
  color: #cccccc;
  /*border: 1px solid #666666;*/
}

.counter {
  font-size: 2.5em;
    color: #000;
    font-weight: 600;
}

.count-sec {
    background-color: #fff;
    width: 100%;
    padding: 50px 0 50px 0;
}
.count-sec p {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.count-sec .full-width .container {
    border-top: 0;
}
.safety strong {
    color: #fff;
    opacity: 0.5;
    font-size: 1.4em;
    font-weight: 545px;
    line-height: 1.1;
    display: block;
    padding: 15px 0 0 0;
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
}
.safety {
    width: 100%;
    text-align: center;
}
.safety-set {
    background-color: #fff;
    margin: 50px 0;
	
}
.safety-block .right svg{
    width: 80px;
    height: 80px;
}
.safety-block .left {
    width: 50%;
    padding: 80px 100px;
    text-align: left;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	
}
.safety-block .right {
    width: 50%;
    display: flex;
   justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 142px;
    text-align: center;
	min-height: 450px;
}
.safety-block .left h5 {
    color: #000;
    font-size: 1.3em;
    padding: 0 0 20px 0;
}
.reverse {
    flex-direction: row-reverse;
}
.scrollbar
{
	text-align: left;
	float: left;
	height: 500px;
	width: 100%;
    padding: 0 22% 0 0;
	overflow-y: scroll;

}
.safety-block .left p {
    padding: 0 0 10px 0;
}
.safety-block .right a {
    margin: 0 auto;
}
.safety-block .right h6 {
    padding: 10px 0 100px 0;
}
.safety-block .right img {
  width: 100px;
    height: 100px;
    margin: 0 auto;
}
.safety-block .left strong {
    color: #000;
    opacity: 1;
    text-align: left;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
     margin: 0 auto 10px;
}
.safety-block .left ul {
    padding: 0 0 10px 0;
}

.safety-block .left li {
    font-family: 'Roboto', sans-serif;
    padding: 0 0 8px 0;
    font-weight: 500;
    font-size: 13px;
   }

#wrapper
{
	text-align: center;
	width: 100%;
	margin: auto;
}
/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border-radius: 10px;
}
.tradition {
    width: 100%;
    background: url('../img/banner3.jpg') no-repeat center center/cover;
    padding: 100px 0;
    text-align: center;
}
.tradition svg {
    width: 50px;
    height: 50px;
    margin: 0 auto
}
.tradition .container {
   max-width: 510px;
}
.tradition  p {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 10px 0;
    font-size: 1.5em;
}
.tradition-img ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 0;
    gap: 30px;
}
.tradition-img li {
    max-width: 31%;
}
.product-page {
    width: 100%;
    padding: 0 0 50px 0;
}
.product-page .container {
    justify-content: flex-start;
    align-items: center;
}
.product-img {
    width: 50%;
}
.product-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.product-detail {
    width: 50%;
    padding: 50px 100px;
}
.product-detail h2 {
    font-size: 4em;
    border-bottom: 2px solid #DDAF27;
    display: inline-block;
    padding: 0 0 10px 0;
}
.product-detail strong {
    color: #fff;
    max-width: 300px;
    display: block;
    font-size: 1em;
    opacity: 0.8;
    padding: 15px 0;
}
.product-detail p {
    color: #fff;
    padding: 10px 0;
}
.product-detail a {
    color: #fff;
    padding: 30px 0 0 0;
    display: block;
}
.product-img h2 {
    font-size: 1.5em;
    padding: 30px 0 0 0;
}
.product-galleri {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}
.product-galleri .carousel {
    width: 100%;
    
}
.product-galleri .carousel-cell {
    width: 100%;
    height: 650px;
}
.product-galleri .flickity-page-dots {
    bottom: 70px;
    background-color: #ffffff8c;
    left: 0;
    right: 0;
    width: 10%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50px
}
.product-galleri .flickity-page-dots .dot  {
    background-color: #ffffff;
    opacity: 1;
}
.accessories-sec {
   display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 50px 0 0 0;
}

.accessories .image {
    position: relative;
    border: 1px solid #beb5b5;
    padding: 50px;
   
}
.ft-logo img {
    display: block;
}
.accessories .image__img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.accessories .image h3 {
    font-size: 1em;
    padding: 20px 0 0 0;
}
.accessories .image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
   text-align: left;
   
    opacity: 0;
    transition: opacity 0.25s;
}


.accessories .image__overlay--primary p {
    color: #fff;
       font-family: 'Oswald', sans-serif;
}
.accessories .image__overlay--primary {
    background: #DDAF27;
    padding: 50px;
}

.accessories .image__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.accessories .image__overlay:hover {
    opacity: 1;
}

.accessories .image__overlay:hover > * {
    transform: translateY(0);
}

.accessories .image__title {
    font-size: 1em;
    font-weight: bold;
}

.accessories .image__description {
    font-size: 1.25em;
    
}
.accessories {
    background-color: #FFF;
    text-align: center;
    padding: 0 0 50px 0;
}
.kontact-black-box svg {
    width: 25px;
    height: 25px;
}
.inner.kontacts-page .banner {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
}
.kontact-imag {
    width: 70%;
}
.kontact-black-box {
    width: 30%;
    background-color: #000;
    padding: 50px;
}
.inner.kontacts-page .banner {
   margin: 0 auto 0;
}
.inner.kontacts-page .safety-set.flex {
    margin: 0 0 50px 0;
    width: 100%;
    background-color: #000;
}
.inner.kontacts-page .safety-set .left {
    width: 70%;
    
}
.inner.kontacts-page .safety-set .right {
        width: 30%;
    background-color: #000;
    padding: 80px 80px;
}
.inner.kontacts-page .safety-set .right a {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1em;
    opacity: 0.8;
}
.inner.kontacts-page .safety-set .right svg {
    width: 30px;
    height: 30px;
}
.inner.kontacts-page .safety-set .right ul {
    padding: 20px 0 0 0;
}
.inner.kontacts-page .safety-set .right li {
    padding: 10px 0;
}
.inner.kontacts-page .safety-set .right svg {
    margin: 0 10px 0 0;
}
.inner.kontacts-page .safety-set h2 {
    margin: 0 0 20px 0;
    border-bottom: 3px solid #DDAF27;
    display: inline-block;
}
.active-block {
    width: 100%;
    text-align: center;
}
.active-block ul {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.active-block  li {
    
}
.active-block  li a {
   color: #fff;
    font-size: 1.2em;
     margin: 0 10px;
}

.active-block  li a.active {
    color: #DDAF27;
    border-bottom: 3px solid #DDAF27;
   
}
#dealers {
  width: 100%;
  scroll-margin-block-start: 110px;
  /*Adds margin to the top of the viewport*/
  
  scroll-margin-block-end: 110pxx;
  /*Adds margin to the bottom of the viewport*/
}
.dealers {
    text-align: center;
    width: 100%;
   padding: 50px 0 0 0;
}
.white-block ul {
    display: flex;
    justify-content: center;
    text-align: left;
    gap: 20px;
    margin: 30px 0 0 0;
	flex-wrap: wrap;
}
.white-block li {
    width: 31%;
    background-color: #fff;
    padding: 50px;
}
.white-block  svg {
    width: 25px;
    height: 25px;    
}
.icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	margin: 0 0 0 15px
}
.white-block h3 {
    font-size: 1.7em;
    padding: 30px 0 15px 0;
}
.white-block a {
    display: flex;
    align-items: center;
}
.white-block p {
   font-size: 15px;
    padding: 0 40% 15px 0;
    font-weight: 500;
	
}
.white-block span {
	 font-size: 15px;
    padding: 0 0 15px 0;
    font-weight: 500;
	display: block;
	color: #000;
	font-family: 'Roboto', sans-serif;
}
.installation {
    width: 100%;
    text-align: center;
    padding: 20px 0 50px 0;
}
#installation {
  width: 100%;
 

  scroll-margin-block-start: 110px;
  /*Adds margin to the top of the viewport*/
  
  scroll-margin-block-end: 110pxx;
  /*Adds margin to the bottom of the viewport*/
}
.white-block {
    width: 100%;
    padding: 25px 0 50px 0;
}
.tradition.social-links {
    background: linear-gradient(275deg, rgba(44,49,54,0.7148109243697479) 0%, rgba(44,49,54,0.7176120448179272) 95%), url('../img/kontact-bannerone.jpg') no-repeat center top/cover;
}
.tradition.social-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.tradition.social-links li {
    margin: 0 10px;
}
.teams {
    background-color: #fff;
    text-align: center;
}
/* .installation ul {
    padding: 10px 0 20px 0;
} */
.team-block {
  
   display: flex;
    justify-content: center;
    gap: 30px;
    row-gap: 30px;
    align-items: center;
    margin: 0 0 100px 0;
}
.team-content {
  width: 31%;
    text-align: left;
     height: 500px;
    object-fit: cover;
    padding: 50px 50px 40px 35px;
    display: flex;
   
    justify-content: flex-end;
    position: relative;
    flex-direction: column;
}
/*
.team-content::after {
    content: '';
    width: 100%;
    height: 50%;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.0845588235294118) 0%, rgba(0,0,0,0.9501050420168067) 95%);
   position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    z-index: 99999;
}
*/
.team-content h2 {
    font-size: 1.2em;
}
.team-content h2 span {
    display: block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 2px 0 0 0;
}
.contact-details a {
    display: block;
    color: #fff;
   
}
.contact-details {
    margin: 12px 0 0 0;
    border-left: 3px solid #DDAF27;
    padding: 0 10px;
}
.team-content.detail {
    text-align: center;
    justify-content: center;
}
.team-content.detail h3 {
    font-size: 2.3em;
}
.team-content.detail a {
 display: block;
}
.inner-banner.varebil {
    background-color: #fff;
    text-align: center;
    padding: 50px 0 0 0;
}
.client-logo {
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}
.client-logo ul {
      display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 30px;
  justify-content: center;
    align-items: center;
    margin: 50px 0 50px 0;
    flex-wrap: wrap;
}
.client-logo li {
  
    border: 1px  solid #e7e3e3;
    padding: 20px;
    
}
.client-logo li img {
    height: 80px;
    max-width: 100%;
    object-fit: contain;
}
.advantage .set {
    display: flex;
}
.solution-block-sec {
    position: relative;
  
}
.solution-block-sec h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    text-align: center;
	text-transform: uppercase;
}
.solution-block-sec h4 {
    color: #fff;
    border-bottom: 3px solid #fff;
    padding: 100px 0 10px 0;
    margin: 0 0 20px 0;
}
.solution-block-sec  a {
    color: #fff;
    display: block;
}
.solution-block-sec img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
#search{
  float: right;
  font-size: 1.7em;
  padding: 5px 12px;
  -webkit-transform: rotate(181deg);
  -moz-transform: rotate(181deg);
  -ms-transform: rotate(181deg);
  -o-transform: rotate(181deg); 
  transform: rotate(181deg);
}
.custom_search_form {
  clear: both;
  width: 33%;
 
  padding: 0 1%;
  margin: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:  all 0.1s ease-in-out;
  -ms-transition:  all 0.1s ease-in-out;
  -o-transition:  all0.1s ease-in-out;
  transition:  all 0.1s ease-in-out;
}
.custom_search_form.active{
  height: auto;
 
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:  all 0.1s ease-in-out;
  -ms-transition:  all 0.1s ease-in-out;
  -o-transition:  all 0.1s ease-in-out;
  transition:  all 0.1s ease-in-out;
}
.custom_search_form input {
  width: 100%;
  font-size: 1em;
  margin: 0px;
  padding: 10px 0 10px 0;
  border: none;
  background: transparent;
  color: #fff;
	border-bottom: 2px solid #fff;
}
.inner-banner.serach {
    text-align: center;
    padding: 0 0 100px 0;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
}
.inner-banner.serach a {
	display: block;
	color: #fff;
	font-size: 1.5em;
	padding: 30px 0;
}
.custom_search_form input.search_icon {
  clear: both;
  width: 22%;
  height: auto;
  padding: 1%;
  margin: 0;
  float: right;
  border: medium none;
  color: #FFF;
  cursor: pointer;
  background: #DDAF27;
  opacity: 1;
    -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.custom_search_form input.search_icon:hover {
  background: #777;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.sear-form .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pause {
    background: url('../img/pause-circle.svg') no-repeat center center/contain;
    height: 80px;
    width: 80px!important;
}
.play {
    background: url('../img/play-circle.svg') no-repeat center center/contain;
    height: 80px;
    width: 80px!important;
}
.play.pause img {
    display: none;
}
.pause img {
    display: none;
}

/*wpml style start */
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}
.otgs-development-site-front-end{
    display: none;
}
.menu-lan a.active {
    display: none!important;
}
/*wpml style end*/

.wpcf7-spinner {
	display: none;
}
.form-submit p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.inner .banner p {
	width: 100%;
}
header nav ul li.menu-item.active {
	color: #DDAF27;
}
.inner-banner.serach {
    text-align: center;
	padding: 0 0 100px 0;
}
.inner-banner.serach p {
	color: #fff;
	font-size: 1.3em;
	padding: 20px 0;
	max-width: 500px;
	margin: 0  auto;
}
.wpcf7-response-output {
    color: #fff;
    border-color: none;
}
.page-template-template-vanracking .full-width h2 {
	text-transform: uppercase;
}
.kontacts-page .white-block ul {
	justify-content: center;
}
.kontacts-page .white-block ul li {
	width: 31%;
}
#mellem {
	 width: 100%;
  scroll-margin-block-start: 110px;
  /*Adds margin to the top of the viewport*/
  
  scroll-margin-block-end: 110pxx;
  /*Adds margin to the bottom of the viewport*/
}
#lille {
		 width: 100%;
  scroll-margin-block-start: 110px;
  /*Adds margin to the top of the viewport*/
  
  scroll-margin-block-end: 110pxx;
  /*Adds margin to the bottom of the viewport*/
}
#stor {
  width: 100%;
  scroll-margin-block-start: 110px;
  /*Adds margin to the top of the viewport*/
  
  scroll-margin-block-end: 110pxx;
  /*Adds margin to the bottom of the viewport*/
}
.table-sec {
    width: 100%;
    margin: 100px 0 0 0;
}
.table-sec .medium-container {
	max-width: 930px;
}
div.blueTable {
  border: 1px solid #fff;
  background-color: #2C3136;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.first-head {
	display: flex;
    justify-content: flex-end;
    padding: 0 0 25px 0;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #FFFFFF;
  padding: 10px;
}
.table-divider {
    position: relative;
}
.divTableCell a {
   color: #DDAF27;
}
.table-divider::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: rotate(32deg);
    top: -14px;
    bottom: 0;
    left: 35px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
  color: #FFFFFF;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #2C3136;
}
.divTable.blueTable .divTableHeading {
  background: #2C3136;
  border-bottom: 1px solid #2C3136;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
	padding: 20px;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody {
	display: table-row-group;
	text-align: center;
}
.product-galleri .carousel-cell img {
	height: 650px;
	width: 100%;
}