/*----------------------------------------------------------------*/
* {
  outline: none !important;
}

body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  color: black;
  

}

.small-footer {
  background: #fff;
  color: #8c8c8c;
  font-size: 12px;
  padding: 20px 0 20px 0;
  border-top: 1px solid #f6f6f6;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.ns-link {
  float: right;
  color: #8c8c8c;
  transition: 0.2s;
}

.ns-link:hover {
  color: orange;
  text-decoration: none;
}
.ns-link:hover .ns-logo {
  fill: orange;
}

.ns-logo-svg {
  margin: 0 0 -3px 3px;
}

.ns-logo {
  transition: 0.2s;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #8c8c8c;
}

@media screen and (max-width: 768px) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
/*-------------------- typography START --------------------*/
h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 71px;
  color: #955e42;
  font-family: "Roboto", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 56px;
  color: #595f60;
  font-family: "Aleo", serif !important;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #1a1818;
  font-family: "Aleo", serif;
}

h4 {
  font-family: "Aleo", serif !important;
  font-weight: bold;
  font-size: 25px;
  font-family: "Assistant", sans-serif;
}

h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  color: #1a1818;
  font-family: "Assistant", sans-serif;
}

h6 {
  font-family: "Aleo", serif;
  color: #1e803e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

h1,
h2,
h3,
h4,
h5 {
  color: #1a1818;
}

p {
  font-family: "Assistant", sans-serif;
  color: #1a1818;
  font-size: 16px;
}

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

a:hover {
  color: #242424;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px !important;
    line-height: 28px;
  }
  h3 {
    font-size: 18px !important;
    line-height: 24px;
  }
  h4 {
    font-size: 18px !important;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  border: 2px solid #eee;
  border-radius: 3px;
  height: 50px;
  padding: 8px;
  background: #fff;
  width: 100%;
}

textarea {
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 8px;
  height: 150px;
  outline: none;
  resize: none;
  height: 162.5px;
}

p.input {
  margin-bottom: 25px;
}

.fw {
  width: 100%;
  display: block;
}

.table-responsive-container {
  position: relative;
  overflow: scroll;
}

table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

table td {
  border: 1px solid #eee;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}

/*-------------------- UI elements END --------------------*/
/*-------------------- bootstrap classes START --------------------*/
.btn,
#jquery-cookie-law-script a.cookie-law-button {
  border-radius: 3px;
  border: none;
  margin: 0;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
  line-height: 1;
}

.btn-xs,
#jquery-cookie-law-script a.cookie-law-button {
  padding: 10px 16px;
  font-size: 11px;
}

.btn-sm {
  padding: 14px 15.54px;
  font-size: 14px;
}

.btn-md {
  padding: 15px 22.5px;
  font-size: 16px;
  font-weight: 500;
}

.btn-lg {
  padding: 19px 27.17px;
  font-size: 18px;
  font-weight: 700;
}

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited,
.btn-primary,
.btn-primary:visited {
  color: #eee;
  background: #333;
  border: 2px solid #333;
}

#jquery-cookie-law-script a#cookie-law-button-ok:hover,
.btn-primary:hover {
  color: #dfdfdf;
  border: 2px solid #242424;
  background: #242424;
}

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #cfcfcf;
  border: 2px solid #141414;
  background: #141414;
  box-shadow: none;
  outline: none;
}

#jquery-cookie-law-script a#cookie-law-button-more,
#jquery-cookie-law-script a#cookie-law-button-more:visited,
.btn-default,
.btn-default:visited {
  color: #333;
  background: #eee;
  border: 2px solid #eee;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #242424;
  border: 2px solid #dfdfdf;
  background: #dfdfdf;
}

#jquery-cookie-law-script a#cookie-law-button-more:active,
#jquery-cookie-law-script a#cookie-law-button-more:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:focus,
#jquery-cookie-law-script a#cookie-law-button-more:active:hover,
.btn-default:active,
.btn-defoult:focus,
.btn-defoult:active:focus,
.btn-default:active:hover {
  color: #141414;
  border: 2px solid #cfcfcf;
  background: #cfcfcf;
  box-shadow: none;
  outline: none;
}

.table-responsive {
  border: 0;
  margin: 0;
}

/*-------------------- bootstrap classes END --------------------*/
/*------------------- VC default START ---------------------*/
/* tabs */
.vc_tta-tabs .vc_tta-panels {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
}

.vc_tta-panel .wpb_text_column ul li:before {
  left: 30px;
}

.vc_tta-tabs .vc_tta-panel-body {
  padding: 35px 0 !important;
  border: none !important;
}

.vc_tta-tabs .vc_tta-tabs-list {
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab {
  width: 25%;
  margin: 0 !important;
}

.vc_tta-tabs .vc_tta-tab,
.vc_tta-tabs .vc_tta-tab a,
.vc_tta-tabs .vc_tta-tab span {
  border-bottom: none !important;
}

.vc_tta-tabs .vc_tta-tab > a {
  background: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  color: #eee;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px !important;
  text-align: center;
  border-bottom: 1px solid #eee !important;
  border-top: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:last-child > a {
  margin-right: 0;
}

.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child > a {
  margin-left: 0;
}

.vc_tta-tabs .vc_tta-tab > a:hover {
  color: #333 !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #333 !important;
  color: #fff !important;
  font-weight: 600;
}

.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-body {
  transition: none !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
  background: #333 !important;
}

.vc_tta-tabs .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .vc_tta-tabs .vc_tta-panel-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #fff !important;
  }
  .vc_tta-tabs .vc_tta-panel-heading {
    border-radius: 0 !important;
    border: none !important;
    background: #eee !important;
  }
  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #dfdfdf !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
    background: #333 !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff;
  }
  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
  }
}
/* acordion */
.vc_tta-panel {
  border-radius: 12px !important;
  margin-bottom: 10px;
  background: #fff !important;
}

.vc_tta-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
  background: #f0f6f2 !important;
  border: 0 !important;
}

.vc_tta-accordion .vc_tta-panel-heading {
  background: #f0f6f2 !important;
  border-radius: 15px;
}

.vc_tta-accordion .vc_active .vc_tta-panel-heading {
  background: #f0f6f2 !important;
  border-radius: 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.vc_tta-accordion .vc_active .vc_tta-panel-body {
  padding: 5px 0 14px 0 !important;
  padding: 0px 30px !important;
  padding-bottom: 30px !important;
  padding-right: 60px !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.vc_tta-accordion .vc_tta-title-text {
  color: #565656;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.vc_tta-accordion h4 {
  color: #565656;
  margin-top: 0 !important;
}

.vc_tta-accordion p {
  color: #565656;
  font-size: 16px;
}

.vc_tta-accordion .vc_tta-controls-icon {
  right: 0px !important;
  background: gray !important;
  width: 15px !important;
  height: 15px !important;
  border: 5px solid transparent !important;
  padding: 7.5px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 100% !important;
  width: 51px !important;
}

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  border-bottom-right-radius: 0px;
}

.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-controls-icon:after {
  color: #fff !important;
  border-color: #fff !important;
  margin: 0 auto;
  height: 15px;
  width: 15px;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  transform: translateY(0%) !important;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  top: 52% !important;
  left: 48% !important;
  transform: translate(0%, -50%) !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  padding-left: 30px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 60px !important;
}

@media (max-width: 992px) {
  .vc_tta-accordion .vc_active .vc_tta-panel-body {
    padding: 30px !important;
    padding-bottom: 40px !important;
  }

}
/* FAQ */
.vc_toggle {
  margin-bottom: 3px !important;
}

.vc_toggle_title {
  background: #eee;
  padding: 15px 40px !important;
  color: #333;
}

.vc_toggle_content {
  padding: 0 15px !important;
  margin-bottom: 0 !important;
}

.vc_toggle_icon {
  background: #333 !important;
  margin-left: 15px !important;
  border: none !important;
  width: 14px !important;
}

.vc_toggle_icon::after {
  display: none !important;
}

.vc_toggle_icon::before {
  background: #333 !important;
  border: none !important;
  height: 14px !important;
}

.error-404 {
  margin-top: 300px;
  margin-bottom: 150px;
}

@media (max-width: 1400px) {
  .error-404 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
/*------------------- VC default END ---------------------*/
#jquery-cookie-law-script, #jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}

#cookie-law-mobile path {
  fill: #fff;
}

#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #F1F1F3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}

#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}

#jquery-cookie-law-script.absolute {
  position: absolute;
}

#jquery-cookie-law-script a {
  color: #3B89C7;
}

/* ---------- Cookie law main message ---------- */
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}

#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #F9FAFC;
}

#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #333;
  color: #eee;
  text-decoration: none;
  transition: 0.25s;
}

#jquery-cookie-law-script a.cookie-law-button:hover,
#jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #242424;
  color: #dfdfdf;
  transition: 0.25s;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #eee;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #dfdfdf;
}

/* ---------- Cookie law more info ---------- */
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}

#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #EAEDF1;
  border-top: 1px solid #F0F2F5;
}

#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}

#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}

#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}

#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3B89C7;
}

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}
/*------------------- include VC elements START ---------------------*/
.file-wrap {
  background: #eee;
  margin-bottom: 7px;
  padding: 12px 120px 12px 20px;
  width: 100%;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .file-wrap {
    padding: 12px 110px 12px 10px;
  }
}
.file-wrap + *:not(.file-wrap) {
  margin-top: 20px;
}

.file-wrap:last-of-type {
  margin-bottom: 35px;
}

.file-wrap a {
  font-weight: 700;
  color: black;
  float: left;
}

a.file-dl-btn {
  float: right;
  background: #333;
  color: #eee;
  position: absolute;
  padding: 12px 15px;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

a.file-dl-btn:hover {
  background: #242424;
  text-decoration: none;
}

.file-dl-text {
  float: left;
}

.file-dl-icon {
  margin-left: 10px;
  font-size: 16px;
}

.ns-cwi-container {
  display: table;
}

.ns-cwi-icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  min-width: 18px;
}

.ns-cwi-icon-inner {
  padding: 0;
  display: block;
}

.ns-cwi-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.ns-cwi-content-inner {
  display: block;
}

.title-banner {
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  padding-top: 75px;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.title-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.title-banner h1 {
  font-size: 28px;
  color: #1a1a1a;
  font-weight: 700;
  margin: 16px 0 0 0;
  z-index: 1;
  position: relative;
}

.breadcrumbs-container {
  padding: 10px 0 7px 0;
  position: relative;
}

.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #eee;
}

.ns-breadcrumbs li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}

.ns-breadcrumbs li:last-child {
  margin-right: 0;
  font-weight: 400;
}

.ns-breadcrumbs li:after {
  content: "/";
  font-family: fontAwesome;
  margin-left: 9px;
}

.ns-breadcrumbs li:last-child:after {
  display: none;
}

.ns-breadcrumbs a {
  color: #eee;
}

.ns-breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}

.post-img-cover {
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.post-img-cover-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.vc-pagination {
  border-top: 1px solid #eee;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px;
}

.page-numbers {
  padding: 10px 15px;
  border: 1px solid #eee;
  font-weight: bold;
  color: #eee;
  text-decoration: none;
  display: inline-block;
}

.page-numbers:hover {
  text-decoration: none;
}

.page-numbers.current {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.page-numbers.next {
  float: right;
}

.page-numbers.prev {
  float: left;
}

.page-numbers.next,
.page-numbers.prev {
  border: 1px solid #eee;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #333;
}

.ns-gallery {
  float: left;
  position: relative;
  margin-bottom: 20px !important;
  /*  &:after {
         border-top: 1px solid #E8E8E8;
         border-bottom: 1px solid #E8E8E8;
         height: 22px;
         position: absolute;
         display: block;
         content: "";
         width: 98%;
         bottom: -50px;
         margin-left: 10px;
         //   margin-right: 10px;
     } */
}
.ns-gallery .slick-active:last-of-type a {
  border: 10px solid #1a1818;
}
.ns-gallery .slick-center ~ .slick-active a {
  margin-right: 0 !important;
  margin-left: 60px;
}
.ns-gallery.hidden-border {
  margin-bottom: 0px !important;
}
.ns-gallery.hidden-border:after {
  display: none;
  height: 0;
}
.ns-gallery .slick-slide.slick-active a {
  margin-top: 70px;
  padding-bottom: 40%;
  margin-right: 60px;
}
.ns-gallery .slick-slide.slick-active a .nsg-img {
  /*    width: 90%;
                height: 60%;
                 top:50%;

                 left: 50%;
                 right: 20px;
                transform: translate(-50%,-50%); */
}
.ns-gallery .slick-slide.slick-active.slick-center {
  transform: scale(1.3);
}
.ns-gallery .slick-slide.slick-active.slick-center a {
  margin: 0px;
}
.ns-gallery .slick-slide.slick-active.slick-current a {
  margin-top: 0px;
  padding-bottom: 70%;
}
.ns-gallery .slick-slide.slick-active.slick-current a .nsg-img {
  /* top:0;
                    transform: translate(0%,0%);
                    left: 0;
                    width: 100%;
                    height: 100%; */
}

.nsg-p2 {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 33px;
  width: calc(100% + 4px);
}

.nsg-p5 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
  width: calc(100% + 10px);
}

.nsg-p10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  width: calc(100% + 20px);
}

.nsg-p15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}

.nsg-p2 .nsg-gitem {
  padding: 2px;
}

.nsg-p5 .nsg-gitem {
  padding: 5px;
}

.nsg-p10 .nsg-gitem {
  padding: 10px;
}

.nsg-p15 .nsg-gitem {
  padding: 15px;
}

.nsg-c10 {
  width: 10%;
}

.nsg-c6 {
  width: 16.666%;
}

.nsg-c5 {
  width: 20%;
}

.nsg-c4 {
  width: 25%;
}

.nsg-c3 {
  width: 33.333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nsg-c10 {
    width: 10%;
  }
  .nsg-c6 {
    width: 16.666%;
  }
  .nsg-c5 {
    width: 20%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nsg-c10 {
    width: 20%;
  }
  .nsg-c6 {
    width: 25%;
  }
  .nsg-c5 {
    width: 33.333%;
  }
  .nsg-c4 {
    width: 25%;
  }
  .nsg-c3 {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  body .custom-prev-slick-button {
    left: 0%;
  }
  body .custom-next-slick-button {
    right: 0%;
  }
}
@media (max-width: 1200px) {
  .ns-gallery:after {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .nsg-c10 {
    width: 50%;
  }
  .nsg-c6 {
    width: 50%;
  }
  .nsg-c5 {
    width: 50%;
  }
  .nsg-c4 {
    width: 50%;
  }
  .nsg-c3 {
    width: 100%;
  }
}
.nsg-r1-1 {
  padding-bottom: 100%;
}

.nsg-r4-3 {
  padding-bottom: 75%;
}

.nsg-r3-2 {
  padding-bottom: 66.666%;
}

.nsg-r16-9 {
  padding-bottom: 70.25%;
}

.nsg-gitem {
  float: left;
}

.nsg-img-container {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: block;
}

.nsg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.custom-prev-slick-button,
.custom-next-slick-button {
  width: 48px;
  height: 48px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  background-color: #1a1818;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #1a1818 !important;
}
.custom-prev-slick-button i,
.custom-next-slick-button i {
  color: white;
  font-size: 30px;
}
.custom-prev-slick-button.custom-next-prev-button-no-border,
.custom-next-slick-button.custom-next-prev-button-no-border {
  top: 60% !important;
}
.custom-prev-slick-button:before,
.custom-next-slick-button:before {
  color: #1e803e;
}
.custom-prev-slick-button:hover,
.custom-next-slick-button:hover {
  background-color: #1e803e !important;
}
.custom-prev-slick-button:hover i,
.custom-next-slick-button:hover i {
  color: #1a1818 !important;
}
.custom-prev-slick-button:hover:before,
.custom-next-slick-button:hover:before {
  color: #1a1818;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  font-family: FontAwesome;
  opacity: 1;
}

.custom-prev-slick-button {
  top: 55%;
  left: 29.85%;
}

.custom-next-slick-button {
  top: 55%;
  right: 29.7%;
}

@media (max-width: 1350px) {
  .custom-prev-slick-button {
    top: 55%;
    left: 30.1%;
  }
  .custom-next-slick-button {
    top: 55%;
    right: 29.9%;
  }
}
@media (max-width: 1199px) {
  .custom-prev-slick-button {
    top: 55%;
    left: 30.5%;
  }
  .custom-next-slick-button {
    top: 55%;
    right: 30.1%;
  }
  .ns-gallery .slick-slide.slick-active a {
    margin-top: 45px;
  }
}
.main-nav {
  margin-bottom: 0;
  border: none;
  min-height: 0;
  float: right;
  clear: both;
}

.main-nav .collapse {
  padding: 0;
}

.main-nav .nav li {
  padding: 0;
  position: relative;
  background: #eee;
}

.main-nav .nav li:last-child {
  padding-right: 0;
}

.main-nav .nav li a {
  color: #333;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
}

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  color: #333;
  background: transparent;
}

.main-nav .nav li a i {
  margin-left: 10px;
}

.main-nav .nav li.current-menu-item > a,
.main-nav .nav li.current-menu-item > a:hover,
.main-nav .nav li.current-menu-item > a:focus,
.main-nav .nav li.current-page-ancestor > a,
.main-nav .nav li.current-page-ancestor > a:hover,
.main-nav .nav li.current-page-ancestor > a:focus {
  background: #eee;
  color: #333;
}

.main-nav .sub-menu-container {
  /*padding-top: 15px;
  width: 345px;
  left: 50%;
  margin-left: -172px;*/
  float: left;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 10;
}

.main-nav .nav li:hover .sub-menu-container,
.main-nav .nav li:focus .sub-menu-container {
  display: block;
}

.main-nav .sub-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-nav .sub-menu li:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}

.main-nav .sub-menu li {
  float: left;
  width: 100%;
  padding: 15px !important;
  display: block;
  border-right: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.main-nav .sub-menu li a {
  padding: 0;
  background: transparent;
  color: #333;
  font-size: 18px;
  text-transform: none;
}

.main-nav .sub-menu li a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .nav-section {
    position: absolute !important;
    top: 0;
  }
  .main-nav {
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    float: none;
  }
  .main-nav-col > .vc_column-inner {
    display: block !important;
  }
  .main-nav .navbar-header {
    float: none;
  }
  .main-nav .navbar-toggle {
    display: block;
    top: -35px;
    position: absolute;
    right: 0;
    margin: 0;
  }
  .main-nav .icon-bar {
    background: #333;
  }
  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0;
  }
  .main-nav .navbar-collapse.collapse {
    display: none !important;
  }
  .main-nav .nav {
    float: none !important;
    margin: 10px 0 10px 0;
    padding: 0;
  }
  .main-nav .nav li {
    padding: 0;
    margin: 0;
    border: none;
    float: none;
  }
  .main-nav .nav li a {
    padding: 13px;
    color: #eee;
    border-bottom: none;
  }
  .main-nav .nav li a:hover {
    border-bottom: none;
  }
  .main-nav .nav li.active a,
.main-nav .nav li.active a:hover,
.main-nav .nav li.active a:focus {
    background: none;
    color: #fff;
    border-bottom: none;
    font-weight: 600;
  }
  .main-nav .collapse.in {
    display: block !important;
  }
}
.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
}

.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  box-shadow: none;
}

.vc_ns_content-slider-container .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.vc_ns_content-slider-container .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vc_ns_content-slider-container .slick-prev:before,
.vc_ns_content-slider-container .slick-next:before {
  color: #333;
  font-family: FontAwesome;
}

.vc_ns_content-slider-container .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px;
}

.vc_ns_content-slider-container .slick-dots li button {
  box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
}

.vc_ns_content-slider-container .slick-dots li button:before {
  font-size: 10px;
  line-height: 17px;
  height: 14px;
  width: 14px;
  opacity: 1;
  color: #ccc;
}

.vc_ns_content-slider-container .slick-dots li button:hover:before,
.vc_ns_content-slider-container .slick-dots li button:focus:before {
  color: #999;
}

.vc_ns_content-slider-container .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333;
}

.vc_ns_content-slider-container .vc_tta-panel-heading {
  display: none;
}

/** BASE - START ------------------------------------------------ */
/** BASE - START ------------------------------------------------ */
body:not(.home) .wpb_single_image > .vc_figure > .vc_single_image-wrapper > img {
  border-radius: 40px;
}

.btn {
  font-family: "Assistant", sans-serif !important;
  padding: 4px 32px !important;
  font-weight: bold;
  font-size: 18px !important;
  transition: 0.2s;
  text-transform: none !important;
  border-radius: 12px;
  background-color: transparent;
  border-color: transparent;
  color: green;
  line-height: 49px !important;
}
.btn svg {
  margin-left: 10px;
  margin-top: 2px;
  transition: 0.2s;
  margin-bottom: -1px;
}
.btn svg path {
  transition: 0.2s;
}

.btn1,
.btn2,
.btn3,
.btn4,
.btn5 {
  line-height: 43px !important;
}

.btn1 {
  background: #1e803e !important;
  border: 1px solid #1e803e !important;
  color: #fff !important;
}
.btn1:hover, .btn1:active, .btn1:focus {
  color: #fff !important;
  border: 1px solid #14572a !important;
  background: #14572a !important;
}

.btn2 {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #1e803e !important;
}
.btn2:hover, .btn2:active, .btn2:focus {
  color: #1e803e !important;
  background: #e6e6e6 !important;
  border: 1px solid #e6e6e6 !important;
}

.btn3 {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn3:hover, .btn3:active, .btn3:focus {
  color: #333333 !important;
  background: #e6e6e6 !important;
  border: 1px solid #e6e6e6 !important;
}

.btn4 {
  box-shadow: none;
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn4:hover, .btn4:active, .btn4:focus {
  color: #1e803e !important;
  background: #fff !important;
  border: 1px solid #fff !important;
}

.btn5 {
  box-shadow: none;
  background: transparent !important;
  border: 1px solid #1e803e !important;
  color: #1e803e !important;
}
.btn5:hover, .btn5:active, .btn5:focus {
  color: #fff !important;
  background: #1e803e !important;
  border: 1px solid #1e803e !important;
}

.btn5.current {
  cursor: default !important;
  color: #fff !important;
  background: #1e803e !important;
  border: 1px solid #1e803e !important;
}
.btn5.current:hover, .btn5.current:active, .btn5.current:focus {
  color: #fff !important;
  background: #1e803e !important;
  border: 1px solid #1e803e !important;
}

.sp-page-title {
  margin-top: 150px;
  margin-bottom: 0px;
}
.sp-page-title .title-banner {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  height: 100%;
  margin-bottom: 0;
}
.sp-page-title .title-banner .container {
  margin-top: 0px;
  text-align: center;
}
.sp-page-title .title-banner .entry-title {
  font-family: "Aleo", serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 71px;
  text-align: left;
  color: #1a1818;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
}

.crumbs-cont {
  margin-top: 10px;
  text-align: center;
}
.crumbs-cont .breadcrumbs-container {
  margin-top: 0px;
  margin-bottom: 0px !important;
  text-align: left;
  color: #a4a4a4;
}
.crumbs-cont .breadcrumbs-container li,
.crumbs-cont .breadcrumbs-container a {
  color: #a4a4a4;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 46px;
}

.ns-breadcrumbs li:after {
  content: "/" !important;
  font-size: 14px;
}

.wpb_text_column ul {
  list-style: none;
  padding-left: 0;
}

.wpb_text_column ol li,
.wpb_text_column ul li {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  color: #1a1818;
  font-size: 16px;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 10px;
}

.wpb_text_column ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-image: url("../images/beforelist.svg");
  background-size: cover;
  background-position: center;
  left: 20px;
  margin-top: 10.5px;
}

@media (min-width: 1300px) {
  .container {
    width: 1290px;
  }
}
@media (max-width: 1199px) {
  .sp-page-title {
    margin-top: 125px;
  }
  .sp-page-title .title-banner .entry-title {
    font-size: 22px;
    line-height: 32px;
  }
  .sp-page-title .title-banner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .crumbs-cont .breadcrumbs-container li,
.crumbs-cont .breadcrumbs-container a {
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .sp-page-title {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .sp-page-title .title-banner .entry-title {
    font-size: 28px;
    line-height: 36px;
  }
  .sp-page-title {
    margin-bottom: 0px;
  }
  .btn {
    font-family: "Assistant", sans-serif !important;
    padding: 2px 28px !important;
    font-weight: bold;
    font-size: 16px !important;
    transition: 0.2s;
    text-transform: none !important;
    border-radius: 12px;
    background-color: transparent;
    border-color: transparent;
    color: green;
    line-height: 22px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    white-space: initial !important;
  }
  .btn svg {
    height: 12px;
  }
  .wpb_text_column ul li {
    margin-bottom: 0;
  }
}
/** BASE - END ------------------------------------------------ */
/** BASE - END ------------------------------------------------ */
#content {
  min-height: 750px;
}

html {
  scroll-behavior: smooth;
}

.ul-check-bullets ul {
  list-style: none;
  padding-left: 0;
}
.ul-check-bullets ul li {
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.ul-check-bullets ul li:before {
  content: "";
  width: 16px;
  height: 11px;
  position: absolute;
  background-image: url("../images/feather-check.png");
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/** NAVIGATION - START ------------------------------------------------ */
/** NAVIGATION - START ------------------------------------------------ */
header {
  height: 162px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  background: #fff;
}
header .container {
  width: 1260px;
}

header .container,
.ns-topheader,
.megamenu-container-desktop {
  width: 1260px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.megamenu-container-desktop > .vc_col-sm-2 {
  z-index: 2;
}

.header-bg {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  height: 65px;
  background: #fff;
}
.header-bg .header-top-desktop {
  padding-top: 0px;
}
.header-bg .header-top-desktop .c1 {
  padding-top: 7.5px;
}
.header-bg .header-top-desktop .c1 svg,
.header-bg .header-top-desktop .c1 img {
  max-width: 105px;
}
.header-bg .header-top-desktop .c1 img {
  margin-top: -5px;
}
.header-bg .header-top-desktop .c3 {
  display: none;
}
.header-bg .navbar {
  margin-top: -32px !important;
}
.header-bg .megamenu-container-desktop .main-nav .nav li.current-menu-item > a:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-menu-item > a:hover:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-menu-item > a:focus:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:hover:after,
.header-bg .megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:focus:after {
  display: none !important;
}
.header-bg .megamenu-container-desktop {
  border-bottom: none;
  top: 53px;
}

.header-bg-mobile {
  background: #fff;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 3px rgba(0, 0, 0, 0.25) !important;
}

.header-top-desktop {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Assistant", sans-serif !important;
  font-weight: 300;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
  height: 55px;
  position: relative;
  z-index: 1;
}

.header-top-desktop .wpb_raw_html {
  margin-bottom: 0 !important;
}

.header-top-desktop .c1 {
  position: relative;
  z-index: 2;
}
.header-top-desktop .c1 .vc_column-inner:first-of-type {
  padding-left: 0;
}
.header-top-desktop .c1 svg,
.header-top-desktop .c1 img {
  margin-right: 10px;
  transition: 0.2s;
}
.header-top-desktop .c1 svg:hover #Rounded_Rectangle_1,
.header-top-desktop .c1 img:hover #Rounded_Rectangle_1 {
  transition: 0.2s;
  stroke: #8c8c8c;
}
.header-top-desktop .c1 svg:hover #Rounded_Rectangle_1x,
.header-top-desktop .c1 img:hover #Rounded_Rectangle_1x {
  transition: 0.2s;
  fill: #8c8c8c;
}

.header-top-desktop .c1 > div > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-top-desktop .c1 a {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  color: #1a1818;
}

.header-top-desktop .c2 .wpb_wrapper:first-of-type {
  display: flex;
  justify-content: flex-end;
}

.header-top-desktop .c2 .vc_column-inner:first-of-type {
  padding-right: 0;
  padding-left: 0;
}

.header-top-desktop .menu-top > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header-top-desktop .menu-top > ul > div {
  display: flex;
  align-items: center;
}

.header-top-desktop .menu-top > ul > div li a {
  margin-left: 45px;
  font-size: 16px;
  color: #1a1818;
}

.header-top-desktop .menu-top li.current-menu-item > a,
.header-top-desktop .menu-top li.current-menu-item > a:hover,
.header-top-desktop .menu-top li.current-menu-item > a:focus,
.header-top-desktop .menu-top li.current-page-ancestor > a,
.header-top-desktop .menu-top li.current-page-ancestor > a:hover,
.header-top-desktop .menu-top li.current-page-ancestor > a:focus {
  color: #1e803e !important;
  font-weight: bold;
  background: transparent !important;
}

.header-top-desktop .menu-top .contact-top a {
  padding: 8px 25px !important;
  line-height: initial !important;
  transition: 0.2s;
  text-transform: none !important;
  border-radius: 12px;
  background-color: #1e803e;
  border-color: #1e803e;
  color: #fff;
}

.dropdown-toggle {
  transition: 0.2s;
}
.dropdown-toggle i {
  transition: 0.2s;
}

.megamenu-container-desktop {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  top: 56px;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f6f6f6;
}
.megamenu-container-desktop .dropdown-toggle-hover {
  color: #eee !important;
}
.megamenu-container-desktop .dropdown-toggle-hover i {
  transform: rotate(180deg);
}
.megamenu-container-desktop .nav > li > a.noAfter {
  margin-bottom: 10px !important;
}
.megamenu-container-desktop .nav > li > a.noAfter::after {
  content: none !important;
}
.megamenu-container-desktop .main-nav {
  margin-top: 2.5px;
}
.megamenu-container-desktop .main-nav .nav > li > a {
  font-family: "Assistant", sans-serif;
  font-size: 20px;
  text-align: right;
  color: #1a1818;
  background-color: transparent;
  transition: 0.2s;
  font-weight: bold;
  text-transform: none !important;
  z-index: 9;
}
.megamenu-container-desktop .main-nav .nav > li > a:hover, .megamenu-container-desktop .main-nav .nav > li > a:focus, .megamenu-container-desktop .main-nav .nav > li > a:active {
  color: #1e803e;
}
.megamenu-container-desktop .main-nav .nav > li > a:before {
  height: 2px;
  position: relative;
  top: -42.5px;
  display: block;
  width: 100%;
  background: transparent;
  border-radius: 0px;
  content: "";
}
.megamenu-container-desktop .main-nav .nav > li {
  background: transparent !important;
  margin-left: 60px;
}
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:hover,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:focus,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:hover,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:focus {
  color: #1e803e !important;
  font-weight: bold;
  background: transparent !important;
}
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:before,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:hover:before,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:focus:before,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:before,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:hover:before,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:focus:before {
  height: 2px;
  position: relative;
  top: -42.5px;
  display: block;
  width: 100%;
  background: transparent;
  border-radius: 0px;
  content: "";
}
.megamenu-container-desktop .main-nav .nav li {
  background: transparent !important;
}

.megamenu-container-desktop .wpb_raw_html {
  margin-bottom: 0;
  position: inherit;
  z-index: 999;
}

.sub-menu-MarginTop {
  margin-top: -10px !important;
}

.ns-topheader,
.ns-megamenu {
  display: none !important;
}

.ns-megamenu nav.menu-top-mobile > ul > div > li {
  font-weight: 500;
  margin-bottom: 10px !important;
  font-size: 18px;
}

.main-nav .sub-menu-container {
  padding: 10px 0px;
}
.main-nav .sub-menu-container li a {
  font-family: "Assistant", sans-serif !important;
}

.main-nav .sub-menu {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1260px) {
  header .container,
.ns-topheader,
.megamenu-container-desktop {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  header {
    height: 132px;
  }
  .megamenu-container-desktop {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .megamenu-container-desktop svg {
    width: 175px;
  }
  .header-top-desktop .c1 a,
.header-top-desktop .menu-top > ul > div li a {
    font-size: 15px;
  }
  .megamenu-container-desktop .main-nav .nav > li {
    margin-left: 40px;
  }
  .megamenu-container-desktop .main-nav .nav > li > a {
    font-size: 18px;
  }
  .sp-page-title {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  header {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 65px;
    transition: 0.25s;
  }
  .breadcrumbs-container {
    z-index: 1000;
  }
  .breadcrumbs-container-hide {
    z-index: 1 !important;
  }
  .megamenu-container-desktop,
.header-top-desktop {
    display: none !important;
  }
  .ns-megamenu,
.ns-topheader {
    display: block !important;
  }
  .language-selector-container {
    padding-left: 0 !important;
    border-left: 0 !important;
    justify-content: flex-start !important;
  }
  .language-selector-container span {
    font-size: 16px !important;
  }
  .sticky .ns-megamenu {
    padding-top: 103px;
  }
  .ns-megamenu {
    padding-top: 165px;
    padding-bottom: 100px;
    position: absolute !important;
    top: 0;
    left: 0 !important;
    right: 0;
    margin: 0 !important;
    width: 100%;
    min-height: 101vh;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.9);
  }
  .ns-megamenu .open {
    display: block;
  }
  .ns-megamenu ul {
    padding-left: 15px;
    list-style: none;
  }
  .ns-megamenu nav > ul > div > li {
    height: 100%;
    font-family: "Assistant", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    color: #1a1818;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .ns-megamenu nav > ul > div > li a:hover, .ns-megamenu nav > ul > div > li a:focus, .ns-megamenu nav > ul > div > li a:active {
    color: #1e803e !important;
    text-decoration: none !important;
  }
  .ns-megamenu nav > ul > div > li .sub-menu {
    margin-top: 10px;
    font-family: "Assistant", sans-serif !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-megamenu nav > ul > div > li .sub-menu a {
    color: #1a1818 !important;
  }
  .ns-megamenu nav > ul > div > li .sub-menu a:hover, .ns-megamenu nav > ul > div > li .sub-menu a:focus, .ns-megamenu nav > ul > div > li .sub-menu a:active {
    color: #1e803e !important;
    text-decoration: none !important;
  }
  .ns-megamenu nav > ul > div > li .sub-menu li {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ns-megamenu .dropdown-toggle i {
    display: none;
  }
  .ns-megamenu li.current-menu-item > a,
.ns-megamenu li.current-menu-item > a:hover,
.ns-megamenu li.current-menu-item > a:focus,
.ns-megamenu li.current-page-ancestor > a,
.ns-megamenu li.current-page-ancestor > a:hover,
.ns-megamenu li.current-page-ancestor > a:focus {
    background: transparent !important;
    color: #1e803e !important;
    font-weight: normal;
  }
  .ns-megamenu li.current-menu-item > a,
.ns-megamenu li.current-menu-item > a:hover,
.ns-megamenu li.current-menu-item > a:focus,
.ns-megamenu li.current-page-ancestor > a,
.ns-megamenu li.current-page-ancestor > a:hover,
.ns-megamenu li.current-page-ancestor > a:focus {
    background: transparent !important;
  }
  .ns-megamenu.ns-megamenuopen {
    z-index: 15;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    padding-bottom: 0px !important;
    overflow: hidden;
  }
  header.bg-none {
    background: none;
  }
  header.mob-men-magic {
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1500;
  }
  header.mob-men-magic > div {
    position: static;
    height: 100%;
  }
  .ns-topheader {
    height: 65px;
    position: relative;
    z-index: 16;
  }
  .ns-topheader .c1 {
    position: relative;
    height: 65px;
    z-index: 9;
  }
  .ns-topheader .c1 .wpb_single_image,
.ns-topheader .c1 .wpb_raw_code {
    margin-bottom: 0 !important;
    margin-left: 15px;
  }
  .ns-topheader .c1 .wpb_single_image svg,
.ns-topheader .c1 .wpb_single_image img,
.ns-topheader .c1 .wpb_raw_code svg,
.ns-topheader .c1 .wpb_raw_code img {
    max-width: 175px;
    margin-top: 5px;
  }
  .ns-topheader .c1 .wpb_wrapper:first-of-type {
    height: 65px;
  }
  .ns-topheader .c2 {
    margin-top: 15px;
  }
  .ns-topheader .c2 .wpb_wrapper:first-of-type {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }
  .ns-topheader .c2 .wpb_raw_code {
    margin: 0;
    margin-left: -15px;
  }
  .ns-topheader .c2 .wpb_raw_code a {
    top: 4px;
    position: relative;
    margin-right: 40px;
  }
  .ns-topheader .c2 a {
    margin-right: 15px;
  }
  .ns-topheader .c2 a span {
    display: none;
  }
  .ns-topheader .c2 .ns-mainmenu-btn {
    cursor: pointer;
    position: relative;
    top: 2.5px !important;
    display: block;
    width: 25px;
    height: 17px;
    z-index: 20;
    right: 15px;
  }
  .ns-topheader .c2 .ns-mainmenu-btn div {
    background-color: #1e803e;
    border-radius: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 22px;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn {
    top: 1px !important;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn div {
    height: 4px;
  }
  .ns-topheader .c2 .ns-mainmenu-btn div:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .ns-topheader .c2 .ns-mainmenu-btn div:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .ns-topheader .c2 .ns-mainmenu-btn div:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn div:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn div:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
  }
  .ns-topheader .c2 .ns-mainmenu-btn.x-btn div:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
  }
  @-webkit-keyframes inM {
    50% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(45deg);
    }
  }
  @keyframes inM {
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @-webkit-keyframes outM {
    50% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(45deg);
    }
  }
  @keyframes outM {
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @-webkit-keyframes inT {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(135deg);
    }
  }
  @keyframes inT {
    0% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(9px) rotate(0deg);
    }
    100% {
      transform: translateY(9px) rotate(135deg);
    }
  }
  @-webkit-keyframes outT {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(135deg);
    }
  }
  @keyframes outT {
    0% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(9px) rotate(0deg);
    }
    100% {
      transform: translateY(9px) rotate(135deg);
    }
  }
  @-webkit-keyframes inBtm {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
    }
  }
  @keyframes inBtm {
    0% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(-9px) rotate(0deg);
    }
    100% {
      transform: translateY(-9px) rotate(135deg);
    }
  }
  @-webkit-keyframes outBtm {
    0% {
      -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
    }
  }
  @keyframes outBtm {
    0% {
      transform: translateY(0px) rotate(0deg);
    }
    50% {
      transform: translateY(-9px) rotate(0deg);
    }
    100% {
      transform: translateY(-9px) rotate(135deg);
    }
  }
  .ns-topheaderopen {
    width: 100vw;
    left: 15px;
    position: fixed;
  }
}
.main-nav .sub-menu {
  width: 235px;
  background: #fff !important;
  background: #fff;
  left: -25px;
}
.main-nav .sub-menu li {
  border-color: #fff;
  background: #fff;
  min-width: 235px;
  padding: 5px 0px !important;
  padding-left: 25px !important;
  margin: 0 0px !important;
}
.main-nav .sub-menu li:last-of-type {
  padding-bottom: 10px !important;
}
.main-nav .sub-menu li a {
  font-size: 16px;
}
.main-nav .sub-menu li a:hover {
  color: #1e803e;
}

.main-nav .sub-menu li:first-child {
  border-top: none !important;
}

.main-nav .sub-menu li:last-child {
  border-bottom: none !important;
}

@media (max-width: 1000px) {
  #page.no-scroll,
body.no-scroll,
html.no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .ns-topheader .c2 {
    position: absolute;
    top: 0;
  }
  .ns-megamenu nav > ul > div > li {
    height: 100%;
    font-size: 24px;
  }
  .ns-megamenu nav > ul > div > li .sub-menu {
    font-size: 18px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-megamenu nav > ul > div > li .sub-menu li {
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .ns-megamenu ul {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .ns-megamenu {
    padding-top: 85px;
  }
}
/** NAVIGATION - END ------------------------------------------------ */
/** NAVIGATION - END ------------------------------------------------ */
/** FOOTER - START ------------------------------------------------ */
/** FOOTER - START ------------------------------------------------ */
footer .bs-container-wrap {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}

footer .socials svg {
  margin-top: 15px;
  margin-bottom: 0;
}
footer .socials svg:hover path {
  fill: #14572a !important;
}
footer .socials svg:hover #Icon_awesome-facebook-f {
  fill: white !important;
}

.big-footer {
  padding-bottom: 40px;
  background-color: #f6f6f6;
  color: #1a1818 !important;
}
.big-footer .vc_row:first-of-type > .wpb_column > .vc_column-inner:first-of-type {
  padding-top: 0;
}
.big-footer p,
.big-footer a,
.big-footer span {
  color: #1a1818 !important;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
}
.big-footer p {
  line-height: 26px;
}
.big-footer ul {
  list-style: none;
  padding-left: 0;
}
.big-footer ul a {
  font-family: "Assistant", sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 34px;
  text-align: left;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.big-footer ul a:hover, .big-footer ul a:focus, .big-footer ul a:active {
  text-decoration: underline;
}
.big-footer span {
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  transition: 0.2s;
  font-weight: light;
}
.big-footer .dodatno_besedilo_group {
  display: flex;
  flex-direction: column;
}
.big-footer .dodatno_besedilo_group span {
  line-height: 19px;
}
.big-footer a {
  transition: 0.2s;
}
.big-footer a:hover {
  color: #1e803e;
  text-decoration: none;
}
.big-footer a:hover span {
  color: #1e803e;
}
.big-footer .f-title {
  margin-top: 15px;
  margin-bottom: 30px !important;
}
.big-footer .f-title a,
.big-footer .f-title h4 {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #565656 !important;
  margin-top: 20px;
  padding-bottom: 0px;
  margin-bottom: -15px !important;
}
.big-footer .f-title a:hover {
  text-decoration: underline !important;
}
.big-footer .c1 svg {
  max-width: 222px;
  height: auto;
}
.big-footer .c1 .wpb_single_image {
  margin-bottom: 25px;
}
.big-footer .c1 p {
  line-height: 22px !important;
}
.big-footer .c2 .wpb_raw_html {
  margin-bottom: 10px;
}
.big-footer .c3 > div {
  padding-right: 0;
}
.big-footer .c4 > div {
  padding-left: 0px;
}
.big-footer .c4 > div > div .f-title-last h4 {
  margin-top: 30px !important;
}
.big-footer .c4 ul {
  margin-top: -20px;
}
.big-footer .hide-mobile {
  display: none;
}
.big-footer .wpb_text_column {
  margin-bottom: 15px;
}
.big-footer .wpb_raw_html {
  margin-bottom: 0px;
}
.big-footer .wpb_raw_html a {
  display: flex;
  align-items: center;
}
.big-footer .wpb_raw_html a span {
  color: #8c8c8c;
}
.big-footer .wpb_raw_html a:hover span, .big-footer .wpb_raw_html a:focus span, .big-footer .wpb_raw_html a:active span {
  text-decoration: underline;
}
.big-footer .wpb_raw_html svg {
  margin-right: 15px;
}
.big-footer .ns-location > div {
  display: flex;
  align-items: center;
}
.big-footer .logo-footer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.big-footer .remove-link p a:hover {
  text-decoration: underline !important;
}

footer .ns-tel,
footer .ns-mail,
#content .ns-tel,
#content .ns-mail {
  font-family: "Aleo", serif !important;
  margin-bottom: 0px;
  font-size: 16px;
}
footer .ns-tel a,
footer .ns-mail a,
#content .ns-tel a,
#content .ns-mail a {
  display: flex;
  align-items: center;
}
footer .ns-tel a span,
footer .ns-mail a span,
#content .ns-tel a span,
#content .ns-mail a span {
  color: pink;
}
footer .ns-tel a:hover, footer .ns-tel a:focus, footer .ns-tel a:active,
footer .ns-mail a:hover,
footer .ns-mail a:focus,
footer .ns-mail a:active,
#content .ns-tel a:hover,
#content .ns-tel a:focus,
#content .ns-tel a:active,
#content .ns-mail a:hover,
#content .ns-mail a:focus,
#content .ns-mail a:active {
  text-decoration: none;
}
footer .ns-tel a:hover span, footer .ns-tel a:focus span, footer .ns-tel a:active span,
footer .ns-mail a:hover span,
footer .ns-mail a:focus span,
footer .ns-mail a:active span,
#content .ns-tel a:hover span,
#content .ns-tel a:focus span,
#content .ns-tel a:active span,
#content .ns-mail a:hover span,
#content .ns-mail a:focus span,
#content .ns-mail a:active span {
  text-decoration: underline;
}
footer .ns-tel svg,
footer .ns-mail svg,
#content .ns-tel svg,
#content .ns-mail svg {
  margin-right: 15px;
}

footer .ns-mail {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo-belt {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.logo-belt-wrap > div > div {
  padding-top: 0 !important;
}

.logo-belt {
  padding-bottom: 0px;
}
.logo-belt .bs-container {
  display: flex;
  justify-content: space-between;
}
.logo-belt .bs-container .slick-list {
  width: 100% !important;
}
.logo-belt .bs-container .slick-list .slick-track {
  display: flex;
  justify-content: space-between;
}
.logo-belt .ns-bs .bs-brand-box {
  height: 175px;
  transform-style: preserve-3d;
  outline: none;
  margin: 0 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.logo-belt .ns-bs .bs-img {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.logo-belt .ns-bs .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  top: 50%;
}
.logo-belt .ns-bs .slick-dots {
  bottom: -10px;
}
.logo-belt .ns-bs .slick-arrow:hover {
  opacity: 1;
  box-shadow: none;
}
.logo-belt .ns-bs .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.logo-belt .ns-bs .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.logo-belt .slick-dots li.slick-active button:before,
.logo-belt .slick-dots li button:hover:before {
  color: #1a1818;
}
.logo-belt .ns-bs .slick-prev:before,
.logo-belt .ns-bs .slick-next:before {
  color: blue;
  font-family: FontAwesome;
}
@media (min-width: 768px) {
  .logo-belt .ns-bs .bs-brand-box {
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .logo-belt .bs-container .slick-list .slick-track {
    display: block;
  }
  .logo-belt .ns-bs .bs-brand-box {
    width: none !important;
    height: 135px;
  }
  .logo-belt .bs-container .slick-dots {
    bottom: -5px;
  }
}

footer .c1 .p1 p,
footer .c1 .p1 span {
  font-size: 14px;
}

footer .c1 .p1 a {
  color: #1e803e !important;
}

footer .c1 .p1 a:hover {
  text-decoration: underline;
}

@media (max-width: 1400px) {
  footer .bs-container-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .big-footer > .container > .vc_row:last-of-type {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  footer .logo-footer svg {
    max-width: 135px;
  }
  .big-footer > .container > div {
    display: flex;
    flex-wrap: wrap;
  }
  .big-footer .c4 > div {
    padding-left: 15px !important;
  }
  .logo-belt .slick-dots {
    bottom: -15px;
  }
  .logo-belt {
    padding-bottom: 0;
  }
  .logo-belt-wrap > div > div {
    margin-top: -35px !important;
  }
  .logo-belt-wrap {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  footer .f-title {
    margin-top: 0 !important;
  }
  .big-footer {
    padding-top: 0px;
  }
  .big-footer > .container > .vc_row:last-of-type {
    margin-top: -20px;
  }
  footer .bs-container-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .big-footer h4 {
    margin-bottom: -30px !important;
  }
  .big-footer ul li {
    margin-bottom: 0px;
  }
  .big-footer .c1 {
    margin-top: 10px;
  }
  .big-footer .f-title h4,
footer {
    text-align: left !important;
  }
  .big-footer .wpb_raw_html a,
.big-footer ul li,
footer .ns-tel a,
footer .ns-mail a {
    justify-content: flex-start;
  }
  .big-footer .socials .wpb_raw_html svg {
    width: 35px;
  }
  .big-footer ul a {
    line-height: 1.5;
    font-size: 15px;
  }
  .big-footer .f-title a,
.big-footer .f-title h4 {
    margin-top: 0;
  }
  .big-footer .c1 .f-title h4 {
    margin-top: 15px;
  }
  .big-footer .f-title {
    margin-bottom: 20px !important;
  }
  .big-footer .f-title h4 {
    font-size: 16px !important;
  }
}
/** FOOTER - END ------------------------------------------------ */
/** FOOTER - END ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
.home .home-hero {
  background-position: bottom !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.home-hero {
  margin-top: 150px;
  margin-bottom: 0px !important;
  font-family: "Assistant", sans-serif !important;
}
.home-hero p {
  line-height: 31px;
  font-size: 18px;
}
.home-hero .vc_column-inner:first-of-type {
  height: 100vh;
}
.home-hero .ns-slider {
  font-family: "Assistant", sans-serif !important;
  overflow: hidden;
  position: relative;
  opacity: 0;
  height: 700px;
}
.home-hero .ns-slider .container {
  width: 100%;
  margin: 0 auto;
}
.home-hero .ns-slider .c2 {
  min-height: 405px;
  height: 100%;
}
.home-hero .ns-slider .c2 img {
  float: right;
  margin-top: 25px;
}
.home-hero .slick-initialized {
  opacity: 1;
}
.home-hero .ns-slider .slide {
  background-color: transparent;
  margin-top: 25px;
  width: 100%;
}
.home-hero .ns-slider-text {
  text-align: left;
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 80px;
  max-width: 630px;
}
.home-hero .ns-slider-text .brandtitle {
  color: #1e803e;
  font-weight: bold;
  font-size: 50px;
  line-height: 66px;
  text-align: left;
}
.home-hero .slick-arrow {
  border: 1px SOLID ORANGE;
}
.home-hero .slick-prev {
  left: 60px !important;
}
.home-hero .slick-prev:before {
  content: "\e92f";
}
.home-hero .slick-next {
  right: 60px !important;
}
.home-hero .slick-next:before {
  content: "\e930";
}
.home-hero .slick-prev,
.home-hero .slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: white !important;
  color: #333 !important;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
}
.home-hero .slick-prev:before,
.home-hero .slick-next:before {
  height: 50px;
  width: 50px;
  color: white;
  font-family: "feather" !important;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
  position: relative;
  z-index: 10;
  color: white;
  font-family: "Assistant", sans-serif !important;
  font-size: 50px;
  font-weight: bold;
  line-height: 61px;
  text-align: left;
  color: #1a1818;
  max-width: 500px;
  margin-bottom: 0px;
  margin-top: 0;
}
.home-hero .ns-slider-text h1 span,
.home-hero .ns-slider-text h2 span {
  color: #1a1818 !important;
}
.home-hero .ns-slider-text h1 {
  font-family: "Aleo", serif !important;
  margin-bottom: 25px;
  line-height: 70px;
}
.home-hero .ns-slider h4 {
  position: relative;
  z-index: 10;
  color: #1a1818;
  font-family: "Assistant", sans-serif !important;
  font-size: 18px !important;
  line-height: 31px !important;
  font-weight: 400 !important;
  margin-top: 20px;
  max-width: 560px;
  text-align: left;
}
.home-hero .ns-slider h2 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero .ns-slider .btn {
  margin-top: 35px;
  margin-right: 50px;
}
.home-hero .ns-slide1-img img {
  width: 90%;
  margin-top: 10%;
}
.home-hero .slick-dotted.slick-slider {
  margin-bottom: 200px;
}
.home-hero .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
.home-hero .slick-dots {
  bottom: 45px !important;
  width: 100%;
  position: relative;
  display: flex !important;
  margin: 0 auto;
  justify-content: center;
}
.home-hero .slick-dots li {
  margin-bottom: 30px !important;
}
.home-hero .slick-dots li:before {
  display: none !important;
}
.home-hero .slick-dots li button:before {
  font-style: normal;
  color: white !important;
  background: white;
  font-size: 15px;
  opacity: 1;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.home-hero .slick-dots li.slick-active button:before,
.home-hero .slick-dots li button:hover:before {
  background: #1e803e;
}
.home-hero .ns-slider-text h4 {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home-hero .home-arrow {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.home-hero .home-arrow svg path,
.home-hero .home-arrow svg g {
  transition: all 0.4s !important;
}
.home-hero .home-arrow svg:hover path {
  fill: #333;
}
.home-hero .home-arrow svg:hover g {
  fill: white;
}

.home-hero .ns-slider .c2 .big-img-right {
  margin-top: 80px;
  max-width: 600px;
}

.home-hero .ns-slider .c2 .small-img-right {
  display: none !important;
  max-width: 150px;
  position: absolute;
  right: 15px;
  top: -20px;
}

.home-hero .ns-slider .slide,
.home-hero > .wpb_column,
.home-hero > .wpb_column > .vc_column-inner {
  height: 700px !important;
}

.slick-dots li button:before {
  color: #a1a1a1;
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  color: pink;
  font-size: 12px;
}

.slick-dots li button:before {
  color: #a1a1a1;
  font-size: 12px;
}

.ns_custom_section_title {
  margin-bottom: 25px;
  text-align: center;
}
.ns_custom_section_title .container {
  max-width: 630px;
  width: 100%;
  border-bottom: 2px solid #a1a1a1;
}
.ns_custom_section_title .container h2 {
  width: 100%;
  display: inline-block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.ns_custom_section_title .container h2:after {
  height: 10px;
  position: relative;
  top: 16px;
  display: block;
  width: 190px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 10px;
  content: "";
}

@media screen and (max-width: 1440px) {
  .home-hero .ns-slider,
.home-hero .slide {
    height: 100%;
  }
  .home-hero .slick-arrow {
    top: 90%;
  }
  .home-hero .ns-slider-text h2 {
    max-width: none;
  }
  .home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
    font-size: 44px !important;
    line-height: 50px;
  }
  .home-hero .slick-arrow {
    top: 45%;
  }
  .home-hero .ns-slider .slide,
.home-hero > .wpb_column,
.home-hero > .wpb_column > .vc_column-inner {
    height: 650px !important;
  }
  .home-hero .ns-slider .c2 .big-img-right {
    max-width: 515px;
    position: absolute;
    top: 100px;
  }
  .home-hero .ns-slider .c2 .small-img-right {
    max-width: 80px;
  }
  .home-hero .ns-slider .c2 img,
.home-hero .ns-slider .c2 .big-img-right {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .home-hero {
    margin-top: 120px;
  }
  .home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h4 {
    text-align: center;
    margin: 0 auto;
  }
  .home-hero .ns-slider-text h4 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .home-hero .ns-slider .btn {
    float: none;
    margin-right: 10px;
    margin-left: 10px;
  }
  .home-hero .ns-slider .container {
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero .ns-slider-text {
    margin: 0 auto;
  }
  .home-hero .ns-slider-text,
.home-hero h2,
.home-hero h1 {
    text-align: center !important;
  }
  .home-hero .ns-slider .c2 .big-img-right {
    top: -170px;
    left: 0px;
    display: none;
  }
  .home-hero .ns-slider .c2 .small-img-right {
    top: -220px;
    left: 0px;
  }
  .home-hero .ns-slider,
.home-hero .slide,
.home-hero .ns-slider .slide,
.home-hero > .wpb_column,
.home-hero > .wpb_column > .vc_column-inner {
    height: 100% !important;
  }
  .home-hero .ns-slider .c2 {
    min-height: 100%;
    display: none;
  }
  .home-hero {
    padding-bottom: 75px;
  }
}
@media (max-width: 1024px) {
  .home-hero {
    border-top: 1px solid black;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .home-hero {
    margin-top: 60px !important;
  }
  .home-hero .ns-slider h2 {
    font-size: 36px !important;
    line-height: 45px;
  }
  .home-hero .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
  .home-hero .home-arrow {
    bottom: 0px;
  }
  .home-hero .home-arrow svg {
    width: 40px;
  }
  .home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
    max-width: 500px;
  }
  .home-hero .ns-slider .container {
    margin-top: 0px !important;
  }
  .home-hero .ns-slider .c2 .big-img-right {
    max-width: 350px;
    top: -170px;
  }
  .home-hero .ns-slider .c2 .small-img-right {
    top: -250px;
    max-width: 60px;
  }
  .home-hero .ns-slider h4 {
    max-width: 388px;
  }
  .home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
    font-size: 34px !important;
    line-height: 44px !important;
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .home-hero .ns-slider,
.home-hero .slide,
.home-hero .ns-slider .slide,
.home-hero > .wpb_column,
.home-hero > .wpb_column > .vc_column-inner {
    height: 100% !important;
  }
  .home-hero .ns-slider .c2 {
    min-height: 100%;
    display: none;
  }
  .home-hero {
    margin-top: 0;
  }
  .home-hero .ns-slider .btn {
    margin-top: 50px;
  }
  .home-hero .slick-dotted.slick-slider {
    margin-bottom: 175px;
  }
  .home-hero .ns-slider-text {
    margin-top: 0px;
  }
  .home-hero .slick-dots li {
    margin-bottom: 15px !important;
  }
  .home-hero .slick-prev {
    left: 50%;
    transform: translateX(-40px);
  }
  .home-hero .slick-next {
    right: 50%;
    transform: translateX(40px);
  }
  .home-hero .slick-arrow {
    height: 25px;
    width: 25px;
  }
  .home-hero .slick-arrow:before {
    font-size: 12px;
  }
  .home-hero .home-arrow svg {
    width: 25px;
  }
  .home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
    margin-bottom: 20px;
    font-size: 28px !important;
    line-height: 38px;
  }
  .home-hero .ns-slider-text h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .home-hero .ns-slider .btn {
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .home-hero .ns-slider-text h4 {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}
/** HOMEPAGE - END ------------------------------------------------ */
/** HOMEPAGE - END ------------------------------------------------ */
/** HOMEPAGE SECTIONS - START ------------------------------------------------ */
/** HOMEPAGE SECTIONS - START ------------------------------------------------ */
.hp-sec-1-svg {
  margin-top: 0px;
  position: absolute !important;
  z-index: -1;
  width: calc(100% + 30px) !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.hp-sec-1-svg svg {
  height: 700px;
}

.h-sec-1 {
  display: flex;
  align-items: center;
  margin-top: 200px;
}

.h-sec-1-v2 {
  margin-top: 40px !important;
  margin-bottom: 120px;
}

.h-sec-1 .wpb_single_image {
  margin-bottom: 0;
}

.h-sec-1 .c1 img {
  max-width: 400px;
  text-align: center;
}

.h-sec-1 h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 40px;
  line-height: 53px;
}

.h-sec-1 h2:first-of-type {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #1e803e;
}

.h-sec-1 h2:last-of-type {
  font-family: "Aleo", serif;
  color: #1a1818;
  margin-top: 5px;
  margin-bottom: 20px;
}

.h-sec-1-v2 {
  margin-top: 150px;
  flex-direction: row-reverse;
}

.hp-sec-2-svg {
  position: absolute !important;
  z-index: -1;
  width: calc(100% + 30px) !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: none !important;
}
.hp-sec-2-svg svg {
  height: 750px;
}

.h-sec-2 {
  margin-top: 120px;
  margin-bottom: 80px;
  display: none !important;
}

.h-sec-2 > div > div > div {
  border-radius: 40px;
  background: #fff;
}

.h-sec-2 .vc_figure,
.h-sec-2 .wpb_single_image,
.h-sec-2 .vc_single_image-wrapper,
.h-sec-2 img {
  width: 100%;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.h-sec-2 .wpb_text_column,
.h-sec-2 .btn {
  margin: 0 35px;
}

.h-sec-2 .btn {
  margin: 30px 35px;
  margin-top: 20px;
}

.h-sec-2 h2 {
  font-family: "Aleo", serif;
  color: #1a1818;
  margin-top: -12.5px;
  margin-bottom: 10px;
}

.h-sec-3 {
  margin-top: 60px;
  margin-bottom: 70px;
  display: none;
}

.h-sec-3 > div > div > div {
  text-align: center !important;
}

.h-sec-3 h2 {
  font-weight: bold;
  color: #1a1818;
  font-size: 25px;
  line-height: 31px;
}

.h-sec-3 .btn3 {
  color: #1e803e !important;
  margin-top: 60px;
}

.hp-sec-4-svg {
  position: absolute !important;
  z-index: -1;
  width: calc(100% + 30px) !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: none !important;
}
.hp-sec-4-svg svg {
  height: 1500px;
}

.h-sec-4 {
  margin-top: 125px;
  margin-bottom: 100px;
}

.h-sec-4 .vc_single_image-wrapper,
.h-sec-4 .vc_figure,
.h-sec-4 img {
  width: 100%;
  border-radius: 40px;
  padding-right: 10px;
}

.h-sec-4 h2:first-of-type {
  color: #1a1818;
  font-size: 25px !important;
  line-height: 31px;
  text-transform: none;
}

.h-sec-4 h2:last-of-type {
  color: #1e803e;
}

.h-sec-5 {
  margin-top: 60px;
  margin-bottom: 80px;
}

.h-sec-5 > div > div > div {
  text-align: center !important;
}

.single-izdelki .products-wrap h2,
.h-sec-5 h2 {
  font-weight: bold;
  color: #1a1818;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 40px !important;
}

.h-sec-5 .btn3 {
  color: #1e803e !important;
  margin-top: 250px;
}

.h-sec-3 .btn3,
.h-sec-5 .btn3 {
  border-color: #1e803e !important;
}

.h-sec-4 .bigh2 h2 {
  font-family: "Aleo", serif;
  color: #1a1818;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 40px !important;
  line-height: 53px !important;
  text-transform: none !important;
}

.h-sec-prednosti .wpb_text_column ol li,
.h-sec-prednosti .wpb_text_column ul li {
  margin: 10px;
  font-weight: bold;
  border: 1px solid green;
  padding: 10px 20px;
  border-radius: 10px;
}

#content .h-sec-prednosti .wpb_text_column :last-child {
  margin-bottom: 10px;
}

.h-sec-prednosti ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.h-sec-prednosti .wpb_text_column ul li:before {
  display: none;
}

@media (max-width: 1199px) {
  .h-sec-5 .btn3 {
    margin-top: 350px;
  }
}
@media (max-width: 992px) {
  .h-sec-1 h2:first-of-type,
.h-sec-1 h2:last-of-type {
    font-size: 30px;
    line-height: 1.5;
  }
  .h-sec-2 {
    margin-bottom: 70px;
  }
  .h-sec-2 h2 {
    font-size: 26px;
    line-height: 1.5;
  }
  .cta-belt-icons .dodatno_besedilo_group span:first-of-type {
    margin: 0 !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
  .hp-sec-4-svg svg {
    height: 2500px;
  }
  .h-sec-4 {
    margin-top: 85px;
    margin-bottom: 50px;
  }
  .h-sec-5 .ns-cards-project {
    margin-bottom: 175px;
  }
  .h-sec-5 .btn3 {
    margin-top: 15px;
  }
  .h-sec-4 .bigh2 h2 {
    font-size: 30px !important;
    line-height: 1.5 !important;
  }
  .h-premium {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .h-sec-1 {
    margin-top: 50px;
    flex-direction: column-reverse;
    text-align: center !important;
  }
  .h-sec-1 h2 {
    line-height: 1.5 !important;
  }
  .h-sec-1 .c1 img {
    margin-top: 45px;
  }
  .h-sec-1 {
    margin-bottom: 80px;
  }
  .h-sec-1v2 {
    margin-top: 20px !important;
  }
  .h-sec-2 .c {
    margin-bottom: 40px;
  }
  .hp-sec-2-svg svg {
    height: 1200px;
  }
  .h-sec-2 {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 20px !important;
  }
  .hp-sec-2-svg svg {
    height: 1300px;
  }
  .h-sec-2 .wpb_text_column,
.h-sec-2 .btn {
    margin-left: 15px;
    margin-right: 15px;
  }
  .h-sec-2 > div > div > div {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.2);
  }
  .cta-belt-icons svg {
    width: 65px;
    height: auto;
  }
  .cta-belt-icons .wpb_raw_code {
    margin-bottom: 30px !important;
  }
  .cta-belt-icons > div:last-of-type .wpb_raw_code {
    margin-bottom: 0 !important;
  }
  .cta-belt-icons .dodatno_besedilo_group span:first-of-type {
    margin: 0 !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
  .cta-belt-icons .dodatno_besedilo_group span:last-of-type {
    max-width: 300px;
  }
  .h-sec-3 {
    margin-top: 30px;
  }
  .hp-sec-4-svg svg {
    height: 3000px;
  }
  .h-sec-4 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-bottom: 35px;
  }
  .h-premium {
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: -35px;
  }
  .h-premium > div:first-of-type {
    margin-bottom: 35px;
  }
  .h-sec-5 {
    margin-bottom: 30px;
  }
  .h-sec-5 .ns-cards-project {
    margin-bottom: 250px;
  }
  .h-sec-5 .btn3 {
    margin-top: 0px;
  }
  .hp-sec-1-svg,
.hp-sec-2-svg,
.hp-sec-4-svg {
    display: none !important;
  }
  .h-sec-4 .bigh2 h2 {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }
  .h-sec-prednosti .wpb_text_column ol li,
.h-sec-prednosti .wpb_text_column ul li {
    text-align: center;
    padding: 10px 15px;
  }
  .h-empty-space-top {
    display: none;
  }
}
@media (max-width: 500px) {
  .ns-cards-nasveti-item .ref-titlex {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
  .h-sec-5 .ns-cards-project {
    margin-bottom: 275px;
  }
  .h-sec-5 .btn3 {
    margin-top: 30px;
  }
}
/** HOMEPAGE SECTIONS - END ------------------------------------------------ */
/** HOMEPAGE SECTIONS - END ------------------------------------------------ */
/** PROGRAM PARENT - START ------------------------------------------------ */
/** PROGRAM PARENT - START ------------------------------------------------ */
.kat-sec-1-svg {
  margin-top: 275px;
  position: absolute !important;
  z-index: -1;
  width: calc(100% + 30px) !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.kat-sec-1-svg svg {
  height: 500px;
}

.category-cards-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 110px;
}

.category-cards-wrap .category-card {
  text-align: center;
  padding: 17.5px 7.5px;
  max-width: 33%;
  position: relative;
}

.category-cards-wrap .category-card > div {
  margin: 0px 7.5px;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.09);
  border-radius: 40px;
  background: #f6f6f6;
}

.category-cards-wrap .category-card img {
  width: 100%;
  height: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  min-height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-cards-wrap .category-card .text {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 25px 30px;
  background: #fff;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.category-cards-wrap .category-card .text p {
  font-weight: 300;
  color: #595f60;
  font-size: 36px;
  line-height: 42px;
}

.category-cards-wrap .category-card .text p.title {
  font-weight: bold;
  color: #1e803e;
}

.category-cards-wrap .category-card .svg {
  width: 100%;
}

.category-cards-wrap .category-card svg {
  position: absolute;
  top: 30%;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
}

.category-cards-wrap .category-card:hover > div {
  background: #1e803e;
  text-decoration: none !important;
}
.category-cards-wrap .category-card:hover > div img {
  opacity: 0.15;
}
.category-cards-wrap .category-card:hover > div a,
.category-cards-wrap .category-card:hover > div p {
  text-decoration: none !important;
}
.category-cards-wrap .category-card:hover > div svg {
  opacity: 1;
}

@media (max-width: 1199px) {
  .category-cards-wrap .category-card {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .category-cards-wrap .category-card img {
    min-height: 220px;
  }
  .category-cards-wrap .category-card .text p {
    margin-bottom: 0 !important;
    font-size: 28px !important;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .kat-sec-1-svg {
    margin-top: 275px;
  }
  .kat-sec-1-svg svg {
    height: 1000px;
  }
  .category-cards-wrap .category-card {
    max-width: 100%;
  }
  .category-cards-wrap .category-card .text {
    min-height: auto;
  }
  .category-cards-wrap .category-card .text p {
    margin-bottom: 0 !important;
    font-size: 22px !important;
    line-height: 32px;
  }
}
/** PROGRAM PARENT - END ------------------------------------------------ */
/** PROGRAM PARENT - END ------------------------------------------------ */
/** IZDELEK PARENT - START ------------------------------------------------ */
/** IZDELEK PARENT - START ------------------------------------------------ */
.products-wrap {
  background: #f6f6f6;
  margin-top: 80px;
  padding-top: 65px;
  padding-bottom: 60px;
}

.products-wrap .loop-container > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.products-wrap .loop-container > .row .loop-item {
  padding: 0;
  margin-bottom: 30px;
}
.products-wrap .loop-container > .row .loop-item > div {
  margin-left: 15px;
  margin-right: 15px;
}

.products-wrap .loop-container > .row > .loop-item > div,
.products-wrap .loop-container > .row > .loop-item > div > div,
.products-wrap .loop-container > .row > .loop-item > div > div > div,
.products-wrap .loop-container > .row > .loop-item > div > div > div > div,
.products-wrap .loop-container > .row > .loop-item > div > div > div > div > section,
.products-wrap .loop-container > .row > .loop-item > div > div > div > div > section > div,
.products-wrap .loop-container > .row > .loop-item > div > div > div > div > section > div > div {
  height: 100% !important;
}

.products-wrap h4 {
  margin-bottom: 40px !important;
}

.sp-intro-sec-1 .vc_figure,
.sp-intro-sec-1 .vc_single_image-wrapper,
.sp-intro-sec-1 img {
  width: 100%;
}

.sp-intro-btns .btn {
  margin-bottom: 20px;
}

.sp-intro-btns .btn:first-of-type {
  margin-right: 25px;
}

.sp-benefits {
  background-color: #8c8c8c;
  margin-bottom: 40px;
}
.sp-benefits h4 {
  color: #fff !important;
  margin-bottom: -10px !important;
  margin-top: 60px !important;
}

.znacilnosti > div > div > div {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.znacilnosti .wpb_raw_html {
  border-radius: 40px;
  border: 2px solid #f6f6f6;
  flex: 25%;
  font-family: "Assistant", sans-serif;
  margin-right: 15px;
}

.znacilnosti .wpb_raw_html > div {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.znacilnosti svg {
  height: 46px;
}

.znacilnosti .dodatno_besedilo_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.znacilnosti .dodatno_besedilo_group span:first-of-type {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  padding: 0px 10px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.znacilnosti .dodatno_besedilo_group span:last-of-type {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.25;
  padding: 0px 10px;
}

.znacilnosti .aaa .dodatno_besedilo_group span:first-of-type sup {
  top: -1em;
  font-size: 50%;
  letter-spacing: 5.5px;
}

.znacilnosti .aaa .dodatno_besedilo_group span:first-of-type {
  font-family: "Aleo", serif;
  font-size: 44px;
}

.znacilnosti .aaa .dodatno_besedilo_group span:last-of-type {
  font-family: "Assistant", sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

.href-btns a {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  position: relative;
}

.href-btns a:after {
  content: "";
  width: 7.5px;
  height: 12px;
  position: absolute;
  background-image: url("../images/chevron.svg");
  background-size: cover;
  background-position: center;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.href-btns a:hover:after {
  background-image: url("../images/chevronwhite.svg");
}

.href-btns .ns-cards-izdelek-item > div > div {
  margin: 0 15px;
}

.ns-card-izdelek {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 315px;
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 40px;
  text-align: center;
  background: #fff;
}
.ns-card-izdelek .ns-card-izdelek-content {
  opacity: 0;
}
.ns-card-izdelek .ns-card-izdelek-image {
  border-radius: 40px;
}
.ns-card-izdelek .svg {
  margin-top: 25px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.ns-card-izdelek .svg p {
  padding-bottom: 0;
  margin-bottom: 2.5px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.ns-card-izdelek .ns-card-izdelek-image {
  height: 315px;
  width: 100%;
  background-size: contain !important;
}

.ns-card-izdelek .izdelek-cena {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  color: #1a1818 !important;
  padding-top: 5px;
  display: none !important;
}

.ns-card-izdelek .text {
  padding: 0 25px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #f6f6f6;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.ns-card-izdelek .text .title {
  font-family: "Aleo", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  color: #1a1818;
}

.ns-card-izdelek .text p {
  color: #565656;
  font-family: "Assistant", sans-serif;
  margin-top: auto;
}

.ns-card-izdelek .text p b {
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  font-family: "Assistant", sans-serif;
  color: #1a1818;
}

.ns-card-izdelek .price-btn-wrap {
  margin-top: auto;
}

.ns-card-izdelek .btn-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0px;
}
.ns-card-izdelek .btn-group .readmore {
  margin-top: 20px;
  margin-bottom: 0;
  color: #1e803e;
}
.ns-card-izdelek .btn-group .readmore svg {
  margin-left: 10px;
}
.ns-card-izdelek .btn-group .btn {
  margin-top: 20px;
  border-radius: 12px !important;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 25px !important;
  padding: 4px 25px !important;
}

.tip-bg {
  margin-bottom: 30px;
}

.tip-bg > div > div {
  background: #f0f6f2;
  border-radius: 40px;
  padding: 10px;
}

.tip-bgv2 {
  background: #f0f6f2;
  border-radius: 40px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  align-items: center;
}

.tip-bgv2 > div > div {
  background: none;
  border-radius: 0px;
  padding: 30px 0px;
}

.tip-bgv2 .wpb_single_image {
  margin-bottom: 0 !important;
}

.tip-bg .wpb_text_column {
  padding: 0 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tip-bg h4 {
  font-family: "Aleo", serif;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}

.tip-bg ul {
  position: relative;
}

.tip-bg .wpb_text_column ul li:before {
  left: 0;
}

.noradius img {
  border-radius: 0 !important;
}

.sp-consult-wrap {
  margin-top: 15px;
  margin-bottom: 35px;
}

.sp-consult-wrap-last {
  margin-bottom: 0;
}

#eko-sklad-subvencija {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .href-btns a {
    font-size: 14px !important;
  }
  .href-btns > div {
    padding-right: 0 !important;
  }
  .products-wrap .loop-container > .row .loop-item {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .products-wrap {
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sp-intro-btns {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .sp-intro-btns .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sp-benefits .cta-belt-icons {
    padding-top: 20px;
  }
  .href-btns a {
    font-size: 15px !important;
    white-space: initial !important;
    line-height: 22px !important;
    padding-left: 10px !important;
    padding-right: 25px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .href-btns a:after {
    right: 10px;
  }
  .href-btns > div {
    padding-right: 15px !important;
  }
  .tip-bg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tip-bg .wpb_text_column {
    padding: 0 10px;
    margin: 10px 0px;
  }
  .tip-bg h4 {
    margin-top: 0;
  }
}
/** IZDELEK PARENT - END ------------------------------------------------ */
/** IZDELEK PARENT - END ------------------------------------------------ */
/** Izdelek CHILD - START ------------------------------------------------ */
/** Izdelek CHILD - START ------------------------------------------------ */
.catalog-and-inquiry-wrap .vc_col-sm-3 {
  text-align: right;
}

@media (max-width: 1199px) {
  .catalog-and-inquiry-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .catalog-and-inquiry-wrap .vc_col-sm-9 {
    width: 100% !important;
  }
  .catalog-and-inquiry-wrap .vc_col-sm-3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .catalog-and-inquiry-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
}
/** Izdelek CHILD - END ------------------------------------------------ */
/** Izdelek CHILD - END ------------------------------------------------ */
/** SP KONTAKT - START ------------------------------------------------ */
/** SP KONTAKT - START ------------------------------------------------ */
.sp-kontakt-sec-1 {
  margin-bottom: 60px;
}
.sp-kontakt-sec-1 .col-left .wpb_text_column {
  margin-bottom: 15px;
}
.sp-kontakt-sec-1 .col-left p,
.sp-kontakt-sec-1 .col-left a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #1a1818;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html {
  margin-bottom: 0px;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  transition: 0.2s;
  margin-left: 2.5px;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html a:hover {
  text-decoration: none;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html a:hover .inner-contents {
  text-decoration: underline;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html .inner-contents {
  color: #1a1818;
}
.sp-kontakt-sec-1 .vc_tta.vc_general .vc_tta-tab .vc_tta-title-text {
  font-size: 16px !important;
}

.sp-kontakt-sec-1 .vc_tta.vc_general .vc_tta-tab {
  width: 50%;
}

.sp-kontakt-sec-1 .vc_tta-tabs .vc_tta-tab > a:hover .vc_tta-title-text {
  text-decoration: underline !important;
}

.sp-kontakt-sec-1 .vc_tta-tabs .vc_tta-tab.vc_active > a,
.sp-kontakt-sec-1 .vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background-color: #1e803e !important;
}
.sp-kontakt-sec-1 .vc_tta-tabs .vc_tta-tab.vc_active > a .vc_tta-title-text,
.sp-kontakt-sec-1 .vc_tta-tabs .vc_tta-tab.vc_active > a:hover .vc_tta-title-text {
  text-decoration: none !important;
}

.sp-kontakt-sec-1 .vc_tta.vc_general .vc_tta-tab.vc_active .vc_tta-title-text {
  color: #fff !important;
}

.wpcf7-response-output {
  border: 2px solid red !important;
}

.wpcf7-mail-sent-ok {
  border: 2px solid green !important;
}

.kont-povpr-izd-title {
  display: none;
}

.wpcf7 {
  font-family: "Assistant", sans-serif;
  background: #fff;
  padding: 30px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 20px !important;
  border-radius: 40px;
  border: 1px solid #e8e8e8;
}
.wpcf7 h3 {
  color: #1a1818;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 31px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 25px;
}
.wpcf7 p {
  font-size: 16px;
  line-height: 36px;
  color: #1a1818;
}
.wpcf7 a {
  color: #955e42;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 textarea {
  width: 100%;
  border-radius: 12px;
  line-height: 31px;
  border: none;
  background: #f6f6f6;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: red !important;
  padding-top: 5px;
}
.wpcf7 p {
  line-height: 26px;
}
.wpcf7 .p-input {
  margin-top: 20px;
}

.wpcf7::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}

.wpcf7-submit {
  width: 155px;
  height: 58px;
  color: #fff !important;
  background: #1e803e !important;
  border: 1px solid #1e803e !important;
  font-family: "Assistant", sans-serif;
  padding: 7.5px 28px !important;
  font-weight: bold;
  font-size: 20px !important;
  transition: 0.2s;
  line-height: 31px;
  border-radius: 12px;
}
.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus {
  border: 1px solid #14572a !important;
  background: #14572a !important;
  color: #fff !important;
}

.sp-kontakt-sec-3 .wpb_gmaps_widget {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .sp-kontakt-sec-1 .col-left {
    width: 40%;
  }
  .sp-kontakt-sec-1 .col-right {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .sp-kontakt-sec-1 img,
.sp-kontakt-sec-1 .vc_figure,
.sp-kontakt-sec-1 .vc_single_image-wrapper {
    width: 100%;
  }
  .sp-kontakt-sec-1 .col-left,
.sp-kontakt-sec-1 .col-right {
    width: 100%;
  }
  .sp-kontakt-sec-1 .col-right {
    margin-top: 35px;
  }
  .wpcf7 .ajax-loader {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .sp-kontakt-sec-1 .col-right .wpcf7 {
    padding: 20px !important;
  }
  .sp-kontakt-sec-1 .col-left .wpb_raw_html span {
    font-size: 16px;
    line-height: 20px;
  }
  .wpcf7-submit {
    font-size: 16px !important;
    width: initial;
    height: initial;
  }
  .wpcf7 {
    padding: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 20px !important;
  }
}
/** SP KONTAKT - END ------------------------------------------------ */
/** SP KONTAKT - END ------------------------------------------------ */
/** NOVICA SINGLE - START ------------------------------------------------ */
/** NOVICA SINGLE - START ------------------------------------------------ */
.novica-single-wrap p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: black;
}
.novica-single-wrap img {
  border-radius: 6px;
  width: 100%;
}

@media (max-width: 1199px) {
  .znacilnosti > div > div > div {
    flex-wrap: wrap;
  }
  .znacilnosti .wpb_raw_html {
    flex: 40%;
  }
}
@media (max-width: 767px) {
  .znacilnosti {
    margin-bottom: 25px;
    margin-top: 35px;
  }
  .znacilnosti .wpb_raw_html {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
}
/** NOVICA SINGLE - END ------------------------------------------------ */
/** NOVICA SINGLE - END ------------------------------------------------ */
/** FILE - START ------------------------------------------------ */
/** FILE - START ------------------------------------------------ */
.file-wrap {
  border-radius: 12px;
  background: #f0f6f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1a1818;
  font-weight: bold;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.file-wrap:hover {
  background: #d0e3d6;
}
.file-wrap:hover .svg {
  background: #8b8b8b;
}

.file-wrap .svg {
  background: #a4a4a4;
  width: 50px;
  height: 100%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-wrap .svg svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .file-wrap {
    font-size: 14px;
    line-height: 18px;
  }
  .file-wrap .svg svg {
    width: 15px;
    height: 15px;
  }
}
/** FILE - END ------------------------------------------------ */
/** FILE - END ------------------------------------------------ */
/** SUBPAGES - START ------------------------------------------------ */
/** SUBPAGES - START ------------------------------------------------ */
.single-izdelki .img-responsive {
  width: 100%;
  border: 2px solid #f6f6f6;
  border-radius: 40px;
}

.single-izdelki .nasvet-single-bottom-loop {
  margin-top: 0 !important;
}

.card-slide-button {
  display: none !important;
}

.custom-gallery {
  margin-left: -15px;
}
.custom-gallery .vc_column-inner:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
.custom-gallery .slick-arrow {
  transition: 0.2s;
  position: absolute;
}
.custom-gallery .slick-arrow:hover g {
  stroke: #333;
}
.custom-gallery .slick-arrow:hover path {
  fill: #333;
}
.custom-gallery .nsg-gitem {
  margin: 20px !important;
  padding: 0px !important;
}
.custom-gallery .nsg-img {
  border-radius: 6px 6px 0px 0px;
}
.custom-gallery .image_link {
  margin-top: -30px;
  border-radius: 0px 0px 6px 6px;
  background-color: #f6f6f6;
  padding: 12.5px 0px;
  color: #1a1818;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.custom-gallery .nsg-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 235px;
}
.custom-gallery .nsg-img-container {
  background-color: transparent;
}
.custom-gallery .slick-dots {
  bottom: -25px;
  z-index: 9;
}
.custom-gallery .slick-dots li button:before {
  font-size: 12px;
  color: #955e42;
  opacity: 1;
}
.custom-gallery .slick-dots li.slick-active button:before {
  color: #ccc;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 2.5px;
  width: 15px;
  height: 15px;
}

.sec-eko-sklad {
  background: #f0f6f2;
  padding: 30px 25px;
  padding-bottom: 40px;
  margin: 0 !important;
  margin-bottom: 40px !important;
  border-radius: 40px;
  display: flex;
  align-items: center;
}

.sec-eko-sklad h4 {
  font-family: "Aleo", serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.sec-eko-sklad .wpb_single_image {
  margin-bottom: 0;
}

.sec-eko-sklad img {
  border-radius: 0 !important;
}

@media (max-width: 1300px) {
  .custom-gallery {
    margin-top: 25px;
  }
  .custom-gallery .slick-dots {
    bottom: -30px;
  }
  .custom-gallery .nsg-img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .custom-gallery .image_link {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .custom-gallery {
    margin-top: 25px;
  }
  .custom-gallery .slick-dots {
    bottom: -30px;
  }
  .custom-gallery .nsg-img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .custom-gallery .image_link {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .custom-gallery .nsg-gitem {
    margin: 0px !important;
    margin-left: 15px !important;
  }
  .custom-gallery .image_link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .custom-gallery .nsg-gitem {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .space-hide-mobile {
    display: none;
  }
  .sec-eko-sklad {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
    padding: 30px 15px;
    padding-bottom: 40px;
    flex-direction: column;
  }
  .sec-eko-sklad .btn {
    margin-bottom: 25px;
  }
}
/** SUBPAGES - END ------------------------------------------------ */
/** SUBPAGES - END ------------------------------------------------ */
/** Referencni izdelki - START ------------------------------------------------ */
/** Referencni izdelki - START ------------------------------------------------ */
.ns-cards-project {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ns-cards-project .row {
  width: 100%;
}

.ns-card-projects {
  height: 100%;
  min-height: 315px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 40px;
  text-align: center;
}
.ns-card-projects .ns-card-projects-content {
  opacity: 0;
}
.ns-card-projects .ns-card-projects-image {
  border-radius: 40px;
}
.ns-card-projects:hover .svg > p, .ns-card-projects:focus .svg > p, .ns-card-projects:active .svg > p {
  text-decoration: none !important;
  -webkit-text-decoration-color: transparent !important;
          text-decoration-color: transparent !important;
}
.ns-card-projects .ns-card-projects-content:hover, .ns-card-projects .ns-card-projects-content:focus, .ns-card-projects .ns-card-projects-content:active {
  opacity: 1;
  color: transparent !important;
  text-decoration: none !important;
}
.ns-card-projects .ns-card-projects-content svg path {
  fill: #1a1818 !important;
}
.ns-card-projects .readmore span:hover, .ns-card-projects .readmore span:focus, .ns-card-projects .readmore span:active {
  text-decoration: underline;
}
.ns-card-projects .ref-title:hover, .ns-card-projects .ref-title:focus, .ns-card-projects .ref-title:active {
  color: #1e803e !important;
}
.ns-card-projects .ns-card-projects-image.over {
  opacity: 0.25 !important;
}
.ns-card-projects .svg {
  margin-top: 25px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.ns-card-projects .svg p {
  padding-bottom: 0;
  margin-bottom: 2.5px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.ns-card-projects .ns-card-projects-image {
  height: 315px;
  width: 100%;
}
.ns-card-projects .ns-card-projects-content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 17px 10px 17px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ns-card-projects .ns-card-projects-content .btn {
  position: absolute;
  bottom: 20px;
}

.ns-cards-nasveti-item .ns-card-projects:hover .svg > p, .ns-cards-nasveti-item .ns-card-projects:focus .svg > p, .ns-cards-nasveti-item .ns-card-projects:active .svg > p {
  color: #fff !important;
}
.ns-cards-nasveti-item .ns-card-projects:hover svg path, .ns-cards-nasveti-item .ns-card-projects:focus svg path, .ns-cards-nasveti-item .ns-card-projects:active svg path {
  fill: #fff !important;
}

.referenca-item-wrap h2 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.referenca-item-wrap {
  margin-bottom: 50px;
}

.referenca-item-wrap .loop-item {
  height: 315px;
  margin-bottom: 85px;
}

.ns-cards-references-item .ref-title {
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Aleo", serif;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 31px;
  margin-top: 15px;
}

.referenca-single-gallery {
  padding-top: 55px;
  padding-bottom: 65px;
  margin-top: 65px;
}

.page-numbers {
  padding: 5px 15px;
  border-radius: 0px;
}

.page-numbers {
  font-family: "Aleo", serif !important;
  background-color: #a1a1a1;
  border-color: #a1a1a1;
}
.page-numbers:active, .page-numbers:hover {
  color: #fff;
  background: #1e803e;
  border-color: #1e803e;
}

.page-numbers.current {
  background-color: #1e803e;
  border-color: #1e803e;
}

.referenca-item-wrap .page-numbers.next:hover,
.referenca-item-wrap .page-numbers.prev:hover {
  border: 1px solid transparent !important;
}

.vc-pagination {
  border-top: none !important;
  padding-top: 50px;
}

@media (max-width: 992px) {
  .loop-container .loop-item {
    width: 100% !important;
  }
  .ns-cards-project {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ns-cards-project {
    margin-bottom: 70px;
  }
  .ns-card-projects {
    margin-bottom: 0 !important;
    min-height: 100px;
  }
  .referenca-single-gallery {
    padding-top: 15px;
    padding-bottom: 35px;
    margin-top: 15px;
  }
  .ns-gallery-section .slick-dots {
    bottom: -35px;
  }
  .ns-gallery a {
    border: none !important;
    width: 100% !important;
  }
  .ns-gallery a img {
    width: 100%;
  }
  .referenca-item-wrap h2 {
    padding-bottom: 30px;
  }
  .h-sec-4 .vc_single_image-wrapper,
.h-sec-4 .vc_figure,
.h-sec-4 img {
    padding-right: initial;
  }
  .h-sec-4 .vc_single_image-wrapper,
.h-sec-4 .vc_figure,
.h-sec-4 img {
    margin-top: 25px;
    padding-right: initial;
  }
  .h-sec-4 .href-btns {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .col-sm-4 {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .ns-cards {
    margin-bottom: 50px;
  }
  .ns-cards .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .ns-card-projects {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .ns-card-projects h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .referenca-item-wrap h2 {
    margin-top: 0;
  }
  .ns-cards-references-item .ref-title {
    font-size: 18px !important;
  }
}
/** Referencni izdelki - END ------------------------------------------------ */
/** Referencni izdelki - END ------------------------------------------------ */
/** NASVETI - START ------------------------------------------------ */
/** NASVETI - START ------------------------------------------------ */
.ns-cards-nasveti-item .ns-card-projects:hover,
.ns-cards-nasveti-item .ns-card-projects:focus,
.ns-cards-nasveti-item .ns-card-projects:active {
  background: rgba(30, 128, 62, 0.5);
}

.ns-cards-nasveti-item p {
  text-align: left !important;
}

.ns-cards-nasveti-item .ref-titlex {
  font-family: "Aleo", serif;
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  color: #1a1818;
  text-align: left;
}

.ns-cards-nasveti-item .text {
  position: absolute;
  margin-top: 25px;
}

.ns-cards-nasveti-item .excerpt {
  color: #8c8c8c !important;
}

.ns-cards-nasveti-item .readmore span {
  color: green !important;
  margin-right: 10px;
}

/** NASVETI - END ------------------------------------------------ */
/** NASVETI - END ------------------------------------------------ */
/** NASVETI SUBPAGE - START ------------------------------------------------ */
/** NASVETI SUBPAGE - START ------------------------------------------------ */
.nasveti-btns {
  margin-bottom: 35px;
}

.nasveti-first-item {
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.nasveti-first-item > div > div > div {
  display: flex;
}

.nasveti-first-item .loop-item {
  width: 100%;
}

.nasveti-first-item .loop-item > div {
  display: flex;
  align-items: center;
}

.nasveti-first-item .wpb_single_image,
.nasveti-first-item .vc_figure,
.nasveti-first-item img,
.nasveti-first-item img {
  width: 100%;
  margin-bottom: 0;
  border-radius: 40px;
}

.nasveti-first-item h2 {
  margin: 0;
  margin-bottom: 25px;
  font-family: "Aleo", serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
}

.nasveti-first-item p {
  font-size: 18px;
  line-height: 31px;
}

.nasveti-first-item .btn {
  margin-top: 20px;
}

.nasveti-btns > div > div > div {
  display: flex;
  align-items: center;
}

.nasveti-btns .btn5 {
  margin-right: 25px;
}

.nasvet-single-bottom-loop {
  background: #f6f6f6;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  margin-top: 25px;
}

.nasvet-single-bottom-loop .ns-cards-project {
  margin-bottom: 0 !important;
}

.nasvet-single-bottom-loop .loop-item,
.nasveti-item-wrap .loop-item {
  margin-bottom: 375px;
}

@media (max-width: 1199px) {
  .nasvet-single-bottom-loop .loop-item,
.nasveti-item-wrap .loop-item {
    margin-bottom: 350px;
  }
  .nasveti-btns > div > div > div {
    flex-wrap: wrap;
  }
  .nasveti-btns .btn5 {
    margin-bottom: 25px;
  }
  .nasvet-single-bottom-loop .loop-item,
.nasveti-item-wrap .loop-item {
    margin-bottom: 405px;
  }
}
@media (max-width: 992px) {
  .nasvet-single-bottom-loop .loop-item,
.nasveti-item-wrap .loop-item {
    margin-bottom: 300px;
  }
  .nasveti-first-item .loop-item > div {
    flex-direction: column-reverse;
  }
  .nasveti-first-item .loop-item > div > div {
    width: 100%;
  }
  .nasveti-first-item .loop-item > div > div img {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .nasvet-single-bottom-loop .loop-item,
.nasveti-item-wrap .loop-item {
    margin-bottom: 275px;
  }
}
@media (max-width: 500px) {
  .nasvet-single-bottom-loop .loop-item,
.nasveti-item-wrap .loop-item {
    margin-bottom: 315px;
  }
}
/** NASVETI SUBPAGE - END ------------------------------------------------ */
/** NASVETI SUBPAGE - END ------------------------------------------------ */
/** CTA BELT CONSULT - START ------------------------------------------------ */
/** CTA BELT CONSULT - START ------------------------------------------------ */
.consult {
  background: #8c8c8c;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.home .consult {
  margin-top: -35px;
}

.consult .c1 h2,
.consult .c1 p {
  color: #fff !important;
}

.consult .c1 h2 {
  font-family: "Aleo", serif;
}

.consult .c1 p {
  font-family: "Assistant", sans-serif;
  font-size: 20px;
}

.consult .btn3 > div > a {
  display: flex;
  align-items: center;
}

.consult .btn3 > div > a svg {
  margin-right: 15px;
  margin-left: 0 !important;
}

.consult .c2 .wpb_raw_code {
  margin-bottom: 0;
  margin-right: 30px;
}

.consult .c2 .wpb_raw_code:hover {
  background: #1e803e !important;
  border-color: #1e803e !important;
}
.consult .c2 .wpb_raw_code:hover a {
  text-decoration: none !important;
}

.consult .c2 .wpb_raw_code .inner-contents {
  color: #fff;
}

@media (max-width: 1300px) {
  .consult .c2 .wpb_raw_code {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .consult .c1 h2 {
    font-size: 24px;
    margin-top: 15px !important;
  }
  .consult .c1 p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .consult {
    flex-direction: column;
    justify-content: center;
    text-align: center !important;
  }
  .consult .c2 .wpb_raw_code {
    margin-bottom: 0;
    margin-right: 0;
  }
  .consult .btn {
    margin: 0 10px !important;
    margin-bottom: 30px !important;
  }
  .consult .btn3 > div > a svg {
    margin-right: 10px;
  }
}
/** CTA BELT CONSULT - END ------------------------------------------------ */
/** CTA BELT CONSULT - END ------------------------------------------------ */
/** CTA BELT ICONS - START ------------------------------------------------ */
/** CTA BELT ICONS - START ------------------------------------------------ */
.cta-belt-icons {
  background: #8c8c8c;
  color: #fff;
  font-family: "Assistant", sans-serif;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 55px;
}

.cta-belt-icons .wpb_raw_code {
  margin-bottom: 0;
}

.cta-belt-icons .dodatno_besedilo_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-belt-icons .dodatno_besedilo_group span:first-of-type {
  max-width: 210px;
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.cta-belt-icons .dodatno_besedilo_group span:last-of-type {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}

/** CTA BELT ICONS - END ------------------------------------------------ */
/** CTA BELT ICONS - END ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
.open {
  display: block !important;
}

#page {
  position: relative;
  overflow-x: hidden;
}

/** SAFARI - START ------------------------------------------------ */
/** SAFARI - START ------------------------------------------------ */
/** SAFARI - END ------------------------------------------------ */
/** SAFARI - END ------------------------------------------------ */
/** IE - START ------------------------------------------------ */
/** IE - START ------------------------------------------------ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ns-icon-set .img_container {
    text-align: center;
  }
  .ns-icon-set-card {
    display: block !important;
  }
  .ns-icon-set > .card-wrap img {
    max-width: 200px;
  }
}
/** IE - END ------------------------------------------------ */
/** IE - END ------------------------------------------------ */
#jquery-cookie-law-script #cookie-law-container-box {
  background: #1e803e;
}

@media (max-width: 767px) {
  #jquery-cookie-law-script.active {
    max-width: 270px;
  }
}
#cookie-law-action {
  float: right;
  display: flex;
  flex-direction: row-reverse;
}

#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 0;
  margin-right: 10px;
}

.cookie-x {
  background: white;
  border: 2px solid #a4a4a4 !important;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  cursor: pointer !important;
}
.cookie-x:hover {
  cursor: pointer !important;
  border-color: #1a1818 !important;
}

#jquery-cookie-law-script.hide {
  display: none !important;
}

.wpb_text_column a,
.wpb_text_column p a,
.wpb_text_column strong a {
  color: #1e803e;
}

.skrij-ta-element {
  display: none !important;
}

@media (max-width: 1024px) {
  .language-selector-container {
    float: none !important;
    position: absolute;
    left: calc(50% - 5px) !important;
    top: 0px;
    z-index: 10;
    max-width: 250px;
    margin-top: 25px;
    max-width: none !important;
    width: 100% !important;
    position: relative !important;
  }
  .language-selector-container span {
    font-size: 19px !important;
  }
  .ns-topheader .c2 .wpb_raw_code {
    z-index: 19;
    position: relative;
    top: 1px;
  }
  .ns-topheader .c2 .wpb_raw_code svg {
    width: 22px;
    height: 18px;
  }
  .ns-topheader .c2 .wpb_raw_code svg path {
    fill: #1e803e;
  }
  .ns-topheader .c1 .wpb_wrapper:first-of-type svg {
    margin-top: 10.5px;
  }
}
@media (max-width: 992px) {
  .izdelki .wpb_wrapper .vc_col-sm-6.vc_column_container .wpb_wrapper a.btn {
    padding: 2px 15px !important;
  }
  .izdelki .wpb_wrapper .vc_col-sm-6.vc_column_container .wpb_wrapper a.file-wrap {
    padding: 12px 40px 12px 20px ;
  }

}
@media (max-width: 768px) {
  .language-selector-container {
    left: calc(50% - 10px) !important;
  }
  .izdelki .wpb_wrapper .vc_col-sm-6.vc_column_container .wpb_wrapper a.btn {
    padding: 10px 28px !important;
    margin-bottom: 15px;
    width:100%;
  }

}
#pogosta-vprasanja-o-klimatskih-napravah-hitachi li {
  font-weight: bold;
  color: #565656;
}/*# sourceMappingURL=main.css.map */

.single-nasvet p > img,
.single-nasvet  p > a > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.g-recaptcha {
  margin-bottom: 25px;
}

/* podpora 23.12.2024 --- start */
.sp-modul-for-blogs-row {
    margin: 75px 0;
    /* border: 1px solid blue; */
}

.sp-modul-for-blogs-row .vc_inner {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    border: 2px solid #f0f6f2;
    border-radius: 40px;
    padding: 25px;
}

.sp-modul-for-blogs-row .vc_inner .wpb_text_column,
.sp-modul-for-blogs-row .vc_inner .wpb_single_image {
    margin-bottom: 0 !important;
}

.sp-modul-for-blogs-row .vc_inner .wpb_text_column {
    padding: 0 25px;
}
.sp-modul-for-blogs-row .btn-default {
    padding: 8px 25px !important;
    line-height: initial !important;
    transition: 0.2s;
    text-transform: none !important;
    border-radius: 12px;
    font-size: 16px !important;
}
/* Responsive Adjustments for screens up to 1199px */
@media (max-width: 1199px) {
    .sp-modul-for-blogs-row {
        flex-wrap: wrap;
    }

    .sp-modul-for-blogs-row .vc_inner {
        flex-wrap: wrap;
    }

    .sp-modul-for-blogs-row .c1,
    .sp-modul-for-blogs-row .c2 {
        width: 50% !important;
    }

    .sp-modul-for-blogs-row .c3 {
        display: flex;
        flex: 1 0 100%;
        text-align: center;
    }
    .sp-modul-for-blogs-row .vc_inner .wpb_text_column {
        padding: 0;
    }
    .sp-modul-for-blogs-row .btn-default {
        margin-top: 15px;
    }
    
}

@media (max-width: 768px) {
    .sp-modul-for-blogs-row {
        flex-wrap: wrap;
        
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
   
    .sp-modul-for-blogs-row .vc_inner {
        flex-direction: column;
        text-align: center;
     
    }

    .sp-modul-for-blogs-row .c1,
    .sp-modul-for-blogs-row .c2 {
        width: 100% !important;
    }

    .sp-modul-for-blogs-row .vc_inner .wpb_text_column,
    .sp-modul-for-blogs-row .vc_inner .wpb_single_image {
        margin-bottom: 35px !important;
        text-align: center !important;
    }
}
/* podpora 23.12.2024 --- end */