/*
    Theme Name: Widesec
    Author:  Buildahome
    Author URL: buildahome.se
    Description: ---- 2021.
    Document   : Framework
    Created on :  July 30th 2021, 2.00 pm
*/

html {
    scroll-behavior: smooth;
}

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

body {
    font-size: 100%;
    font-family: roc-grotesk, 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: 400;
    overflow-x: hidden;
}

::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #494949;
    text-transform: uppercase;
    font-weight: 400;
    font-family: roc-grotesk, sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

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

.alignleft {
	float: left;
	padding: 16px 16px 16px 0;
}

.alignright {
	float: right;
	padding: 16px 0 16px 16px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 16px;
}

: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;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

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;
    color: var(--red);
}

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 {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    line-height: 1;
    font-family: roc-grotesk, sans-serif;
    /*   letter-spacing: 0; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: roc-grotesk, sans-serif;
}

p {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    line-height: 1.3;
    font-size: 1.1em;
    color: #252525;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: roc-grotesk, sans-serif;
    color: #000;
    font-size: 2em;
    line-height: 1.1;
}

h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: roc-grotesk, sans-serif;
    font-size: 1.4em;
    line-height: 1;
    color: #000;
}

h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: roc-grotesk, sans-serif;
    color: #fff;
    font-size: 1.8em;
    line-height: 1;

}

h5 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: roc-grotesk, sans-serif;
    color: #000;
    font-size: 1.8em;
    line-height: 1.2;

}

h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: roc-grotesk, sans-serif;

    font-size: 1em;
    line-height: 1.2;
    color: #b9b9b9;
}

a.btn-red {
    display: inline-block;
    background-color: var(--red);
    color: var(--white);
    text-align: center;
    padding: 20px 80px;
    margin: 10% 0 0 0;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

a.btn-red:hover {
    background-color: #333;

}

.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;
    /* overflow-x: hidden;*/
    background-color: #fff;
}

.banner-container {
    max-width: 1575px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

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

.small-container {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

/* .logo { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
} */

.banner_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10% 0 5% 0;
}

a.btn {
    color: #f3940b;
    font-weight: 700;
    border: 1px solid #f3940b;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;

}

.gallery {

    margin-bottom: 30px;
    counter-reset: gallery-cell;
}

.gallery-cell {
    width: 100%;
    counter-increment: gallery-cell;
}



.gallery-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 15%;
}

.gallery-nav li {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 10px;
    margin-right: 20px;
}

.gallery-nav li.is-selected {
    position: relative;
    color: #000;
}

.gallery-nav li.is-selected::after {
    content: '';
    position: absolute;
    width: 50%;
    max-width: 80px;
    height: 3px;
    background-color: #f3940b;
    left: 8px;
    bottom: 0;
}

.gallery-nav li:hover {

    cursor: pointer;
}

.banner {
    position: relative;
    width: 100%;
}

.client-logo {
    text-align: center;
    width: 100%;
    padding: 150px 0 100px 0;
}

.client-logo img.circle-logo {
    padding: 0 0 50px 0;
    position: relative;
    top: -50px;
}

.client-logo h6 {
    padding: 0 0 40px 0;
}

.client-logo ul {
	list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    align-items: center;
}

.client-logo ul li img {
    max-width: 150px;
    filter: grayscale(100%);
}

.client-logo ul li:hover img {
    max-width: 150px;
    filter: grayscale(0%);
}

.service li {
    background-color: #fff;
}

.service li img {
    width: 100%;
    display: block;
}

.service {
    background: url(../img/s-one.svg) bottom center/cover;
    width: 100%;
    text-align: center;
    padding: 0 0 100px 0;
    background-color: #fff;
    background-repeat: no-repeat;

}

.inner-shade {
    position: relative;
    z-index: 99;
    bottom: -110px;
}

.service ul {
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(29%, 1fr));
    gap: 30px;
    padding: 30px 0;
}

.curve {
    width: 100%;
    position: relative;
}

.curve img {
    position: relative;
    top: -300px;
    width: 100%;
}

.content {
    padding: 50px 42px
}

.content p {
    padding: 10px 0 0 0;
    font-size: 14px;
}

.tryggare {
    width: 100%;
    background-color: #f7f7f7;
    position: relative;
    text-align: center;
    padding: 0 0 100px 0;
}

.tryggare p {
    padding: 10px 100px;
    line-height: 1.5;
}

a.btn.black-text {
    color: #000;
    font-size: 12px;
    padding: 15px 50px;
    margin: 20px 0 0 0;
}

.service-block {
    width: 100%;
    background-color: #f7f7f7;
    text-align: center;
    padding: 0 0 50px 0;
}

.service-block ul {
	list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(29%, 1fr));
    gap: 30px;
    margin: 30px 0;
    position: relative;
}

.service-block li {
    position: relative;
    background: #000;
}

.service-block li img {
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.service-block li:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.service li:hover a p {
    -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;
    color: #f3940b;
}

.service li:hover a h3 {
    color: #f3940b;
    -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;
}

.service-block .serv-content {
    position: absolute;
    color: #fff;
    font-weight: 600;
    bottom: 30px;
    left: 0;
    right: 0;
    font-size: 23px;
    font-family: roc-grotesk, sans-serif;
}

.flex {
    display: flex;
}

.left {
    width: 50%;
}

.right {
    width: 50%;
}

.camera-detail {
    padding: 50px 0;
    width: 100%;
    background: url(../img/s2.svg) no-repeat top center/contain;
    background-color: #fff;
}

.curve.curve-two img {
    position: absolute;
    top: 0;
}

.black-box {
    background-color: #151515;
    padding: 80px 100px 100px 80px;
}

.black-box a {
    color: #fff;
}

.black-box h2 {
    color: #fff;
}

.black-box p {
    color: #fff;
    padding: 20px 0;
    font-weight: 400;
}

.camera-detail .left {
    margin: 0 40px 0 0;
}

.black-box span {
    font-weight: 400;
    font-size: 1.1em;
    padding: 10px 0 0 0;
    display: block;
    color: #fff;
}

.camera-logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    mix-blend-mode: luminosity;
    padding: 30px 0;
}

.box-row {
    display: none;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.box-button {
    display: flex;
    align-items: center;
}

.box-label {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
    padding: 20px 0;
}

.box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.box-icon {
    width: 100px;
    height: 100px;
    padding: 20px;
    margin-bottom: 8px;
    border-radius: 50%;
    border: 1px solid #fad8a8;
    display: flex;
    justify-content: center;
    align-items: center;
    -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;
}

.box-icon svg {
    fill: #000;
}

@media (max-width: 480px) {
    .box {
        width: 16px;
        height: 16px;
    }

    .box-icon {
        width: 16px;
        height: 16px;
    }

    svg {
        width: 16px;
        height: 16px;
    }

   
}

.box-tag {
    flex-grow: 1;
    min-width: 20px;
    height: 1px;
    background-color: #fad8a8;
}

.box:first-child .box-tag-left {
    background-color: white;
}

.box:last-child .box-tag-right {
    background-color: white;
}

.process {
    width: 100%;
    padding: 100px 0;
}

.process .small-container {
    max-width: 700px;
}

.box-icon:hover svg {
    fill: #fff;
    -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;
}

.box-icon:hover {
    background-color: #f3940b;
    -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;
}

.safety {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
}

.safety .small-container {
    max-width: 600px;
}

.safety p {
    padding: 10px 0 0 0;
}

.contact {
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 9;
    padding: 100px 0 30px 0;
}

.contact .container.flex {
    box-shadow: 0 0 20px 6px rgba(68, 68, 68, 0.1);
    background: #fff;
}

.contact .content {
    padding: 20px 0 0 0;
}

.contact .content > div {
    margin: 10px 0;
    position: relative;
}

.center {
    margin: 0 auto;

    font-size: 40px;
}

.contact .left {
    background-color: #f9f7f4;
    padding: 60px;
}

.question {
    position: relative;
    border-bottom: 1px solid #d7d6d6;
    margin: 0;
    padding: 5px 10px 15px 25px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.4em;
}

.answers {
    padding: 0px 15px;
    margin: 5px 0;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #000;
}

.questions:checked ~ .answers {
    height: auto;
    opacity: 1;
    padding: 0 25px 15px 25px;
    border-bottom: 1px solid #d7d6d6;
}



.plus {
    position: absolute;
    z-index: 5;
    font-size: 1.7em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #666;
    margin: 5px 0 0 0;

}

.questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}

.questions {
    display: none;

}

.buil-img {
    width: 100%;
    background: url(../img/building.svg) no-repeat top center/cover;
    min-height: 90vh;
    position: relative;
    box-shadow: inset 0px -180px #151515;
}

.contact .right {
    background-color: #fff;
    padding: 60px;
}

.contact 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"],
select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0 10px 4px 0;
    outline: 0;
    padding: 20px 10px;
    width: 100%;
    background-color: #f9f7f4;
    color: #6d6d6d;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.contact form {
    padding: 40px 0 0 0;
}

.contact form textarea {
    margin: 0;
    resize: none;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0 10px 0 0;
    outline: 0;
    padding: 20px 10px;
    width: 99%;
    background-color: #f9f7f4;
    color: #6d6d6d;
	font-weight: 400;
    font-family: open sans,sans-serif;
    margin-bottom: 10px;
}

.contact form input[type="button"] {
    background: transparent;
    border: 0;
    color: #4e4e4e;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0;
    margin: 30px 0;
}

.news {
    padding: 100px 0 100px 0;
    width: 100%;
    background-color: #151515;
    position: relative;
}

.news span {
    font-size: 1em;
    font-weight: 400;
    color: #7a7a7a;
    padding: 0 0 10px 0;
    display: block;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.news h3 {
    color: #b1b1b1;
    padding: 0 0 20px 0;
    font-size: 1.7em;
}

.news p {
    color: #5c5c5c;
    font-size: 1.2em;
}

.news-content {
    border-bottom: 1px solid #5c5c5c;
    margin: 40px 10% 30px 20%;
    padding: 0 0 30px 0;
}

.news-content a {
    color: #b1b1b1;

    font-weight: 600;
    font-family: roc-grotesk, sans-serif;
}

.news-content.border {
    border: 0;
}

.vertical-text {
    transform: rotate(-90deg);
    position: absolute;
    margin-top: 0;
    color: #252525;
    font-family: roc-grotesk, sans-serif;
    font-size: 8em;
    font-weight: 600;
    left: -120px;
    top: 110px;
}

.news .small-container.flex {
    position: relative;
}

.footer {
    background-color: #f6f2ef;
    padding: 100px 0;
}

.footer-logo {
    width: 33.3%;
}
.footer-logo img {
    max-width: 250px;
}

.address-sec {
    width: 33.3%;
    padding: 20px 0 0 0;
}

.social-links {
    padding: 30% 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-links img {
    padding: 0 20px 0 0;
}

.contact-footer a.link {
    font-weight: 600;
    font-size: 2em;
    font-family: roc-grotesk, sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wide-links {
    padding: 60px 0 0 0;
}

.contact-footer a.link img {
    padding: 0 20px 0 0;
}

.wide-links span {
    font-weight: 600;
    padding: 0 0 10px 0;
    display: block;
    font-size: 1.2em;
    font-family: roc-grotesk, sans-serif;
}

.wide-links ul li a {
    font-weight: 600;
    padding: 5px 0 0 0;
    display: block;
    color: #000;
}

.inner .banner {
    height: 50vh;
    min-height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.inner .banner-text {
    padding: 300px 0 0 0;
}

/* .inner .top-header a.btn {
  color: #000;
  border: 1px solid #000;
}
.inner .top-header a.btn:hover {
  color: #f3940b;
  border: 1px solid #000;
} */
.top-header a svg {
    padding: 0 5px 0 0;
}

.top-header a svg:hover {
    fill: #f3940b;
}

.common-content {
    padding: 50px 0;
    width: 100%;
    background-color: #f8f6f3;

}

.common-content h2 {
    padding: 0 0 20px 0;
}

.common-sec {
    padding: 0 0 50px 0;
    width: 100%;
    background-color: #fff;
    background: url(../img/s-three.svg) no-repeat top center/contain;
}

.common-sec .box-sec {
    margin: 0 30px 0 0;
}

.box-sec-contant {
    padding: 20px 0 0 10px;
}

.common-sec .left {
    width: 70%;
}

.common-sec .right {
    width: 30%;
    text-align: center;
}

.common-sec span {
    display: block;
    padding: 5px 0 10px 0;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.common-sec a {
    font-weight: 600;
    font-family: roc-grotesk, sans-serif;
    color: #000;
}

.common-sec .flex {
    justify-content: flex-start;
    align-items: center;
}

.common-sec .right a {
    background-color: #f3940b;
    font-size: 1.8em;
    color: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    border-radius: 100px;
    display: block;

}

.common-sec a img {
    padding: 0 5px 0 0;
    transform: rotate(45deg);
    top: 5px;
    position: relative;
}

.common-sec h5 {
    padding: 5%;
}

.lekia {
    background-color: #151515;
    padding: 100px 50px 130px 50px;
}

.lekia .carousel {
    width: 100%;
}

.lekia .carousel-cell {
    width: 100%;
}

.lekia h3 {
    color: #fff;
    padding: 0 0 20px 0;
}

.lekia p {
    color: #b1b1b1;
}

.lekia .left {
    width: 30%;
}

.lekia .right {
    width: 70%;
}

.lekia .contact {
    bottom: -100px;
}

.lekia-content {
    width: 100%;
    position: relative;

}

.contact .lekia-content .left {
    background-color: transparent;
    padding: 0;
}

.contact .lekia-content .right {
    background-color: transparent;
    padding: 0;
}

.contact .lekia-content .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #b1b1b1;
}

.contact .lekia-content .flickity-page-dots {
    bottom: -100px;
    text-align: right;
}

.common-content h5 {
    font-size: 1.7em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 30px 0;
}

.common-content .small-container {
    padding: 0 5% 0 0;
}

.common-content.white-bg {
    background-color: #fff;
}

.divide-sec.flex .left {
    margin: 0 30px 0 0;
}

body.inner.contact-inner .banner-text h1 {
    color: #000;
}

body.inner.contact-inner .banner-text {
    padding: 50px 80px 0 0;
}

.passer-sec {
    width: 100%;
}

.passer-sec ul {
    display: flex;
	list-style: none;
}

.passer-sec li {
    width: 31.1%;
    text-align: center;
    padding: 0 4% 0 0;
}

.passer-sec li .passer-icon-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    background-color: #f3940b;
    display: flex;
    margin: 0 auto;
}

.passer-sec li .passer-icon-img img {
    width: 25px;
    height: auto;
    display: block;
    margin: auto;
}

.passer-sec li h3 {
    text-align: left;
    padding: 15px 0;
    font-size: 1.8em;
}

.passer-sec li p {
    text-align: left;
}

.kontact-listing {
    width: 100%;
    background-color: #f8f6f3;
    padding: 0 0 50px 0;
}

.kontact-listing span {
    font-size: 1em;
    font-weight: 400;
    color: #7a7a7a;
    padding: 0 0 10px 0;
    display: block;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.kontact-listing h3 {
    padding: 0 100px 20px 0;

}

.kontact-listing .right {
    padding: 5% 5% 7% 5%;
}

.kontact-box.flex {
    margin: 0 0 50px 0;
}

.dir {
    flex-direction: row-reverse;
}

.kontact-box a {
    color: #f3940b;
    font-weight: 600;
    padding: 50px 0 0 0;
    display: block;
}

.kontact-box img {
    display: block;
}

/* body.inner.contact-main .banner-text {
  padding: 250px 185px 0 0;
} */
body.inner.contact-main .common-content h5 {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 600;
}

.contact.contact-blcks {
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
    background: url(../img/s-three.svg) no-repeat top center/contain
}

.contact.contact-blcks .left {
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact.contact-blcks h5 {
    padding: 50px;
}

.contact.contact-blcks .left h5 {
    padding: 0 50px;
}

.contact.contact-blcks a {
    background-color: #f3940b;
    font-size: 1.8em;
    color: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    border-radius: 100px;
    display: block;
}

.contact.contact-blcks a {
    font-weight: 600;
    font-family: roc-grotesk, sans-serif;
    color: #fff;
}

.contact.contact-blcks a img {
    padding: 0 5px 0 0;
    transform: rotate(45deg);
}

.butik-sec {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #fff;
    /*       background: #fff url(../img/s2.svg) no-repeat top center/contain */

}

.butik-inner .common-content {
    background: url(../img/s2.svg) no-repeat bottom center/contain;
    background-color: #f9f7f4;
}

.butik-box {
    display: flex;
    flex-wrap: wrap;
}

.butik-sec .left {
    padding: 0 2.5% 0 0;
}

.butik-sec .right {
    padding: 0 0 0 2.5%;
}

.butik-sec .butik-box h3 {
    font-size: 1.7em;
    padding: 0 0 10px 0;
}

.butik-box-content {
    padding: 0 0 0 20px;
}

.butik-box-content {
    padding: 0 0 50px 20px;
    width: 78.5%;
}

a.btn.black-text:hover {
    background-color: #f3940b;
    color: #fff;
}

.divide-sec.flex {
    padding: 20px 0 0 0;
}

.butik-box-sec {
    background-color: #f3940b;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.inner.contact-main .buil-img {
    height: 75vh;
}

.page-template-template-blog.inner .banner {
    padding: 150px 0 0 0;
    height: 35vh;

}


body.page-template-template-blog.inner .banner-text {
    padding: 50px 30% 50px 0;
}

body.page-template-template-blog.inner .kontact-listing .right {
    padding: 5% 5% 7% 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

body.page-template-template-blog.inner .kontact-listing span {
    width: 100%;
}

body.page-template-template-blog.inner .kontact-box a {
    color: #f3940b;
    font-weight: 600;
    padding: 5px 0 0 0;
    display: block;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 15px 30px;
    border: 0;
    border-radius: 100px;
    background: #f3941a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    appearance: none;
    -webkit-appearance: none;

}

.wpcf7-form-control-wrap {
    position: relative;
    padding: 0 2px;
}

img.circle-logo {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    width: 170px;
    -webkit-animation: 14s rotating 1s linear infinite;
    animation: 14s rotating 1s linear infinite;
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.banner-text-home {
    position: absolute;
    left: 12px;
    width: 100%;
    top: 22%;
}

.banner-text-home a:hover {
    background: #000;
}

.banner-text-home p {
    color: #000;
    max-width: 700px;
    font-size: 1.2em;
    padding: 5px 0 20px 0;
}

.banner-text-home h1 {
    color: #000;
    max-width: 700px;
    font-size: 4em;
    letter-spacing: 0;
}

.banner-text-home a {
    color: #ffffff;
    font-weight: 700;
    background: #f3940b;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
}

/* .contact .lekia-content .left img {
	height:60px;
	width:auto;
} */
.banner.blog-detaled-banner {
    background: #f8f6f3;
    padding: 160px 0 0 0;
    height: inherit !important;
    min-height: 150px !important;
    max-height: inherit !important;
}

.banner.blog-detaled-banner h1 {
    color: #000 !important;
    padding: 20px 0 0 0;
}

.common-content.blog-text {
	overflow: hidden;
    padding: 25px 0 50px 0;
}

.banner.blog-detaled-banner img {
    width: 90%;
}

.common-content.blog-text a {
    color: #f3940b
}

.common-content.blog-text ul,
.common-content.blog-text ul li,
.common-content.blog-text ol,
.common-content.blog-text ol li {
	list-style: revert;
}

.common-content.blog-text ul,
.common-content.blog-text ol {
	padding-left: 16px;
}

body.error404.inner h1 {
    color: #000;
    font-size: 4em;
}


body.error404.inner .banner-text {
    padding: 300px 0 50px 0;
}

.common-content.blog-text h4 {
    color: #000;
    padding: 10px 0;
}

.questions:checked ~ .question {
    border: 0;
    padding: 5px 10px 0px 25px;
}

.copyright {
    padding: 50px 0 0 0;
}
.gallery-cell img {
	width:100%;
	
	
}

.banner-text-home h2 {
    color: #000;
    max-width: 700px;
    font-size: 4em;
    letter-spacing: 0;
}
.page-template-page-om-oss .common-sec .flex {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.page-template-page-om-oss .common-sec .box-sec img {
	width: 100%;
	display: block;
	height: 300px;
	object-fit: cover;
	position: relative;
}
.page-template-page-om-oss .common-sec .box-sec img::after {
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%);
	position: absolute;
}
.page-template-page-om-oss .common-sec .left {
    width: 100%;
}
.page-template-page-om-oss .common-sec .box-sec {
    margin: 0 30px 0 0;
    width: 28.3%;
    /* gap: 30px; */
	background-color: #ffffff;
    box-shadow: -1px 3px 20px 0px #ffffff;
}

.page-template-page-om-oss  .box-sec-contant {
   text-align: center;
}
.page-template-page-om-oss .common-sec .right {
    width: 90%;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}