@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
:root {
    font-family: "Poppins", Arial, sans-serif;
    --primary-color: #8dc63f;
    --secondary-color: #056839;
}

*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1440px;
    font-family: "Inter", sans-serif;
}

img {
    width: 100%;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    font-weight: 600;
}

p{
    font-size: 14px;
}

a {
    color: #7c7c7c;
}

a:hover {
    color: #333;
    text-decoration: none;
}

header, main, section{
    padding: 20px;
}

main {
    padding: 0;
}

.navbar-nav .menu-item a {
    margin-right: 15px;
}

/*========== Comapanies CSS start ==========*/

.company {
    margin-bottom: 60px;
}

.header h1 {
    font-size: 30px;
}

.card {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.card1 {
    position: absolute;
    top: 0;
    left: 20px;
    width: 360px;
    margin-bottom: 30px;
}

.card1 p{
    background: var(--primary-color);
    padding: 10px 20px;
    width: 47%;
    border-radius: 0 0 8px 8px;
    color: #fff;
}

.card1 .company-category{
    font-size: 14px;
    text-align: center;
}

.card-title {
    font-size: 22px;
    font-weight: bold;
}

.card-body img{
    margin-top: 50px;
}

.card-body h3{
    margin-top: 50px;
}

/*========== Comapanies CSS End ==========*/


/*========== Carousel CSS Start ==========*/

.home-demo .item {
    background: #ff3f4d;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.home-demo h4 {
    font-size: 18px;
    font-weight: bold;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
/*    background:    rgba(250,250,250,0.9);*/
    background: #ccc;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 35%;
    right: 20px;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 35%;
    left: 20px;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus{
    border:none;
}

.owl-carousel button.owl-dot{
    display: none !important;
}


.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 40px;
    line-height: 40px;
}
.owl-carousel .owl-nav button{
    outline: none;
}
.owl-carousel .owl-nav {
    z-index: 9;
}

/*========== Carousel CSS end ==========*/



/*========== Nyheter CSS Start ==========*/

.nyheter {
    padding: 60px;
}

.thumbnail-head{
/*  background: rgba(250,250,250,0.8);*/
    background: #fff;
    padding: 50px;
    width: calc(100% + 110px);
    position: relative;
    top: 50px;
    left: -110px;
}

.cat-head {
    background: #e9e9e9;
    padding: 10px 30px;
    border-radius: 50px;
}

.thumbnail-head {
     margin-bottom: 50px;
}

.thumbnail-head h2 {
    margin-top: 30px;
}

.thumb-content {
    font-size: 17px;
    display: block;
    padding: 35px;
}

.button {
    background-color: var(--secondary-color);
    border: none;
    border-radius: 50px;
    color: white;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 30px;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
    color: #fff;
}

.arti-title{
    margin-top: 60px;
}

.arti-title h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
}

.arti-title .date{
    font-size: 15px;
    color: #575757;
}
.mag-caroseal-head{
    display: flex;
    justify-content: space-between;
}

.mag-caroseal-head a:hover{
    color: var(--primary-color);
    text-decoration: underline;
}

.search-modal {
	display: none;
}

/*========== Nyheter CSS End ==========*/
@media (min-width: 1200px) {
    .search-modal { 
        top: 75px !important;        
    }
}
@media (max-width: 991px) {
    .site-header .search-modal { 
        top: 80px;        
    }
}
@media (max-width:1199px){
    .thumbnail-head {
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
   }
   .thumbnail-head{
    margin-bottom: 0;
   }
   .thumb-content{
    padding: 0 20px;
    margin-bottom: 20px;
   }
   .navbar-toggler{
    background: #000;
   }
   header, main, section{
    padding: 20px 0;
   }
   .home-demo {
        margin-bottom: 0;
    }
    main{
        padding-top: 0;
    }

    .navbar-toggler-icon{
        color: #fff;
        line-height: 30px;
        width: 1.1em;
        height: 1.4em;
        line-height: 28px;
    }
    .menu-item {
        border-bottom: 1px dotted #ccc;
    }
    .menu-item:last-child{
        border-bottom: 0;
    }
    .navbar-brand img {
        width: 225px;
    }
    .navbar-nav{
        background: #ddd;
        padding: 20px;
        margin-top: 20px;
    }
    .navbar-nav .menu-item {
        margin-right: 20px;
    }

    .navbar-nav .menu-item:last-child {
        margin-right: 0;
    }

    .navbar-nav ul li a:hover{
        text-decoration: underline;
    }

}
@media (max-width:768px){
   .card-body {
        padding: 2rem;
    }
   .card-body img {
        margin-top: 20px;
        max-width: 300px;
    }

   .main {
    padding: 0;
   }

}

@media (max-width:560px){
    .site-header .search-modal {
        position: relative;
        top: 10px;
        right: 0px;
    }
    select.options.form-control {
        width: 50%;
        border-radius: 0;
    }
    button#searchSubmission {
        width: 50%;
        border-radius: 0 !important;
    }
    .input-group-append {
        margin: 0;
        width: 100%;
        margin-top: 5px;
    }
    input.form-control.search-input {
        width: 100%;
        border-radius: 0 !important;
    }
    .company {
        padding-top: 0;
    }
    .nyheter {
        padding: 0px;
    }
}

.card {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    min-height: 280px;
}
p.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.owl-item .item {
    height: 320px;
    background: #fff;
    overflow: hidden;
    padding: 10px;
}
.owl-item .item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 5px #afafaf;
}


div#pagination #prev-page {
    background-color: var(--primary-color);
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}


div#pagination #next-page {
    background-color: var(--secondary-color);
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

div#loading {
    display: block;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
}




/*========== Nyheter CSS Start ==========*/

.nyheter {
    padding: 60px;
}

.thumbnail-head{
/*  background: rgba(250,250,250,0.8);*/
    background: #fff;
    padding: 50px;
    width: calc(100% + 110px);
    position: relative;
    top: 50px;
    left: -110px;
}

.cat-head {
    background: #e9e9e9;
    padding: 10px 30px;
    border-radius: 50px;
}

.thumbnail-head {
     margin-bottom: 50px;
}

.thumbnail-head h2 {
    margin-top: 30px;
}

.thumb-content {
    font-size: 17px;
    display: block;
    padding: 35px;
}

.button {
    background-color: var(--secondary-color);
    border: none;
    border-radius: 50px;
    color: white;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 30px;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
    color: #fff;
}

.arti-title{
    margin-top: 60px;
}

.arti-title h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
}

.arti-title .date{
    font-size: 15px;
    color: #575757;
}
.mag-caroseal-head{
    display: flex;
    justify-content: space-between;
}

.mag-caroseal-head a:hover{
    color: var(--primary-color);
    text-decoration: underline;
}


/*========== Nyheter CSS End ==========*/
@media (max-width:1199px){
    .thumbnail-head {
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
   }
   .thumbnail-head{
    margin-bottom: 0;
   }
   .thumb-content{
    padding: 0 20px;
    margin-bottom: 20px;
   }
   .navbar-toggler{
    background: #000;
   }
   header, main, section{
    padding: 20px 0;
   }
   main{
    padding: 0;
   }
   .home-demo {
        margin-bottom: 0;
    }
    main{
        padding-top: 0;
    }

    .navbar-toggler-icon{
        color: #fff;
        line-height: 30px;
        width: 1.1em;
        height: 1.4em;
        line-height: 28px;
    }
     .nav-item {
        border-bottom: 1px dotted #ccc;
    }
      .nav-item:last-child{
        border-bottom: 0;
    }
    .navbar-brand img {
        width: 225px;
    }
    .navbar-nav{
        background: #ddd;
        padding: 20px;
        margin-top: 20px;
    }
    .navbar-nav .nav-item {
        margin-right: 20px;
    }

    .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }

    .navbar-nav ul li a:hover{
        text-decoration: underline;
    }

}
@media (max-width:768px){
   .card-body {
        padding: 2rem;
    }
   .card-body img {
        margin-top: 20px;
        max-width: 300px;
    }
   .main {
    padding: 0;
   }
}

@media (max-width:560px){
    .nyheter {
        padding: 0px;
    }
}

/* SUJAN */
.inner-banner-wrap {
    background: var(--secondary-color);
    color: #fff;
    padding: 180px 0px 50px 0px;
/*     margin-top: 20px; */
    position: relative;
}
.inner-banner-wrap{
    background-image: url("../img/background.png");
    background-position: 22vw 55%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
}

.inner-banner > h2{
    font-size: 2rem;
}
.inner-banner > p{
    color: #ccc;
}
.sub-info{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.sub-info .category h5,
.sub-info .location h5{
    font-size: 18px;
}
.sub-info .category p,
.sub-info .location p{
    color: #ccc;
    margin-bottom: 5px;
}
.sub-info div{
    margin-left: 20px;
}
.sub-info div:first-child{
    margin-left: 0;
}
.social-media{
    list-style: none;
    padding-left: 0;
}
.social-media li{
    display: inline-block;
    margin-right: 20px;
}
.social-media li:last-child{
    margin-right: 0;
}
.social-media li a{
    color: #fff;
    text-decoration: none;
}

/* Section left */
.article-details{
    background-color: #F9F9F9;
    padding: 40px 0;
}
.article-description{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px 30px 30px 30px;
    position: relative;
    margin-bottom: 20px;
}
.article-share{
    position: relative;
    top: 0;
    left: -60px;
    z-index: 1000;
}
.article-share .fixed{
    position: fixed;
}
.article-share h4{
    font-size: 16px;
}
.social-share-list{
    list-style: none;
    padding-left: 0;
}
.social-share-list li{
    margin-bottom: 10px;
}
.social-share-list li a{
    display: inline-block;
    background: #eee;
    border: 1px solid #ddd;
    padding: 7px 0px 0px 0px;
    border-radius: 8px 8px 8px 8px;
    width: 42px;
    height: 42px;
    text-align: center;
}
.social-share-list li a.active,
.social-share-list li a:hover{
    color: #fff;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.article-head{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.kontact-head{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}


.kontact-head h3 {
    font-size: 20px;
    background: var(--secondary-color);
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.kontact_person {
    background: #ececec;
    margin: 15px 0;
    padding: 10px 0 20px 0;
    border-radius: 10px;
}

.person_icon {
    position: absolute;
    top: -30px;
    left: -20px;
    background: var(--secondary-color);
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 10px;
    border-radius: 100%;
}

.person_icon i {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
}

.kontact_person h4, .row.kontact_person h5 {
    line-height: 1.5;
    margin: 0;
}

.kontact_person h4 {
    font-size: 22px;
    border-bottom: 1px solid #ddd;
}

.kontact_person h5 {
    font-size: 20px;
    margin-top: 5px;
    color: #676767;
    line-height: 1;
}

.kontact_person .btn {
    background-color: var(--primary-color);
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 9px;
}

.article-description img{
    border-radius: 10px;
}
.article-description h2,
.article-description h3,
.article-description h4,
.article-description h5{
    margin-top: 20px;
}
.article-description p{
    color: #252525;
}

/* Section Right */
.logo-section{
    max-width: 300px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
}
.company-details{
    margin-bottom: 30px;
    clear: both;
}
.company-details.table td{
    padding: 0.75rem .50rem;
    border: 0;
}
.contact-txt{
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 0;
}

@media (max-width:1550px){
  .article-share{
    left: 0;
    display: none;
  }
  .article-share .fixed{
    position: relative;
  }
  .social-share-list li {
      margin-bottom: 10px;
      display: inline-block;
    }
}

@media (max-width:768px){
    .sub-info{
        display: block;
    }
    .sub-info div{
        margin-left: 0;
        margin-bottom: 20px;
    }
    .inner-banner-wrap{
        padding: 80px 0px 50px 0px;
    }
}

/* Blog Details */
.breadcrum{
    text-align: right;
}
.breadcrum ul{
    list-style: none;
    padding-left: 0;
    color: #fff;
}

.breadcrum ul li{
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    border-left: 1px solid #fff;
    line-height: 1.2;
}

.breadcrum ul li:first-child{
    padding-left: 0;
     border-left:0;
}
.breadcrum ul li a{
    color: #fff;
}
.blog-user{
    list-style: none;
    padding-left: 15px;
}
.inner-banner h2{
    margin-bottom: 20px;
}
.blog-user li{
    display: inline-block;
    margin-right: 20px;
}
.blog-tags h4{
    font-size: 24px;
}
.search-form {
  position: relative;
}
.search-form input {
  height: 55px;
  padding: 0 50px 0 30px;
  border-radius: 10px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  border: 1px solid rgba(17, 25, 38,.2);
}
.search-form .search-submit {
  position: absolute;
  right: 0px;
  padding: 0;
  outline: none;
  height: 55px;
  width: 55px;
  line-height: 58px;
  top: 0px;
  font-size: 16px;
  background-color: transparent;
  z-index: 1;
  border: none;
}
.cat-list{
    list-style: none;
    padding-left: 15px;
}
.cat-list li{
    position: relative;
    padding-right: 30px;
    margin-bottom: 10px;
}
.cat-list li .brackets{
    position: absolute;
    right: 0;
}
.blog-social ul li{
    display: inline-block;
    margin-right: 10px;
}
.separator{
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 1px solid #eee;
}
.post-box{
    max-width: 600px;
}
.form-input{
    margin-bottom: 15px;
}
.form-input label{
    margin-bottom: 5px;
}
.form-input .input-txt,
.form-input textarea {
    background: #F7F7F7;
    width: 100%;
    border: 1px solid #eee;
    padding: .5rem 1rem;;
    border-radius: 4px;
    outline: none;
}
.form-input input.checkbox{
    display: inline-block;
    outline: none;
}
.form-txt{
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}
.form-submit .submit{
    color: #fff;
    background: var(--secondary-color);
    border:1px solid var(--secondary-color);
    border-radius: 10px;
    padding: 10px 20px;

}
header.entry-header {
    padding: 15px 20px 0 20px;
}

.page-heading {
    padding: 35px 0 0 0;
    background: var(--secondary-color);
    color: #fff;
}

.wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

h2.vc_custom_heading {
    font-size: 24px;
    margin: 15px;
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
}

.services .wpb_wrapper {
    background: #fff;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 20px;
}


.services .vc_do_icon {
    margin-bottom: 0;
}


.nyheter a.button.d-inline-block:focus,.nyheter a.button.d-inline-block:visited, .nyheter a.button:focus,.nyheter a.button:visited {
    color: #fff;
}

#submit_btn {
    background-color: var(--primary-color);
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}


#search, #closeBtn {
    background-color: #666;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    align-items: center;
    display: flex;
    justify-content: center;    
}
.search-modal {
	opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
    position: absolute;
    right: 15px;
    top: 110px;
    max-width: 480px;
    width:100%;
}
.search-input {
	width: 320px;
}

input.form-control.search-input {
    border-radius: 20px;
    padding-left: 20px;
}

.search-modal button.btn.btn-secondary {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form-control:focus {
    box-shadow: 0;
}

.site-header .navbar-brand {
    width: 170px;
}


