@charset "UTF-8";
/*----------------------------------------------------------------*/
* {
  outline: none !important;
}

body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  color: black;
  font-family: "Roboto", sans-serif;
}

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

.ns-link {
  float: right;
  color: #fff;
}

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

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

.ns-logo {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
}

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

h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 41px;
  color: #525050;
  font-family: "Exo 2", sans-serif;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #000000;
  font-family: "Exo 2", sans-serif;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  font-family: "Exo 2", sans-serif;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  color: #000000;
  font-family: "Exo 2", sans-serif;
}

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

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #333;
  text-decoration: none;
}

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

.mtop0 {
  margin-bottom: 10px !important;
}

.mtop0 h2 {
  margin-top: 0 !important;
}

/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type=text],
input[type=email],
input[type=tel],
select,
input[type=password] {
  border: 2px solid #eee;
  border-radius: 3px;
  height: 50px;
  padding: 8px;
  background: #fff;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel],
select,
input[type=password]:hover {
  border: 2px solid #dfdfdf;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel],
select,
input[type=password]:focus {
  border: 2px solid #cfcfcf;
  outline: none;
}

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

.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-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-accordion .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel-body {
  background: none !important;
  border: 0 !important;
}

.vc_tta-accordion .vc_tta-panel-body {
  padding: 5px 0 14px 0 !important;
}

.vc_tta-accordion .vc_tta-title-text {
  font-size: 14px;
  color: #eee;
  font-weight: 400;
  text-transform: uppercase;
}

.vc_tta-accordion .vc_active .vc_tta-title-text {
  color: #333;
  font-weight: 500;
}

.vc_tta-accordion .vc_tta-controls-icon {
  left: 0 !important;
  background: #eee;
  width: 10px !important;
  height: 10px !important;
  border: 5px solid #eee;
  padding: 5px;
}

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background: #333;
  border: 5px solid #333;
}

.vc_tta-accordion .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-controls-icon:after {
  color: #fff !important;
  border-color: #fff !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  padding-left: 30px !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 #009cdf;
}
.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: #009cdf;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #009cdf !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: #009cdf;
}
.custom-prev-slick-button:hover,
.custom-next-slick-button:hover {
  background-color: #fff !important;
}
.custom-prev-slick-button:hover i,
.custom-next-slick-button:hover i {
  color: #fff !important;
}
.custom-prev-slick-button:hover:before,
.custom-next-slick-button:hover:before {
  color: #009cdf;
}

.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 ------------------------------------------------ */
.btn {
  font-family: "Roboto", sans-serif !important;
  padding: 9px 28px !important;
  font-weight: normal;
  font-size: 18px !important;
  text-transform: none !important;
  line-height: 31px;
  border-radius: 0px;
}

.btn1 {
  color: #fff !important;
  background: #009cdf !important;
  border: 2px solid #009cdf !important;
}
.btn1:hover, .btn1:active, .btn1:focus {
  color: #fff !important;
  border: 2px solid #0087c0 !important;
  background: #0087c0 !important;
}

.btn2 {
  background: transparent !important;
  border: 2px solid #009cdf !important;
  color: #009cdf !important;
}
.btn2:hover, .btn2:active, .btn2:focus {
  color: #fff !important;
  background: #009cdf !important;
  border: 2px solid #009cdf !important;
}

.btn3 {
  background: transparent !important;
  border: 2px solid #009cdf !important;
  color: #009cdf !important;
}
.btn3:hover, .btn3:active, .btn3:focus {
  color: #525050 !important;
  background: #009cdf !important;
  border: 2px solid #009cdf !important;
}

.sp-page-title {
  margin-bottom: 45px;
}
.sp-page-title .title-banner {
  height: 300px;
  margin-bottom: 15px !important;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.45) 37.95%, rgba(0, 0, 0, 0) 100%);
  background-color: #009cdf;
}
.sp-page-title .title-banner:before {
  background: none !important;
}
.sp-page-title .title-banner .container {
  margin-top: 88px;
  text-align: center;
}
.sp-page-title .title-banner .container .breadcrumbs-container {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.sp-page-title .title-banner .entry-title {
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
}

.wpb_text_column ul {
  list-style: none;
  padding-left: 0;
}
.wpb_text_column ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 31px;
  text-align: left;
  color: #525050;
}
.wpb_text_column ul li:before {
  display: inline;
  content: "•";
  width: 1em;
  margin-right: 10px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  color: #d2d626;
  font-size: 28px;
  position: relative;
  top: 5px;
}

@media (max-width: 1350px) {
  .title-banner-title h1 {
    font-size: 35px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1290px;
  }
}
@media (max-width: 1500px) {
  .sp-page-title .title-banner {
    height: 250px;
  }
  .sp-page-title .title-banner .container {
    margin-top: 35px;
    text-align: left;
  }
  .sp-page-title .title-banner .container .breadcrumbs-container {
    margin-bottom: 25px;
  }
  .sp-page-title .title-banner .entry-title {
    margin-top: 0;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1199px) {
  .title-banner-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px !important;
    padding: 1.5px 21px !important;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3 {
    font-size: 20px !important;
    line-height: 26px;
  }
  h4 {
    font-size: 18px !important;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .site-content ul li,
.site-content li,
.site-content p {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .sp-page-title {
    margin-bottom: 25px;
  }
  .sp-page-title .title-banner .entry-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .sp-page-title .title-banner {
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 20px;
  }
  .sp-page-title .title-banner .ns-breadcrumbs {
    font-size: 12px !important;
    line-height: 18px;
  }
  .sp-page-title .title-banner .ns-breadcrumbs li,
.sp-page-title .title-banner .ns-breadcrumbs li a {
    font-size: 12px !important;
  }
  .sp-page-title .title-banner .container {
    margin-top: 12.5px;
  }
  .sp-page-title .title-banner .container .breadcrumbs-container {
    margin-bottom: 0;
  }
}
/** BASE - END ------------------------------------------------ */
/** BASE - END ------------------------------------------------ */
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 {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}
header .container {
  width: 1920px;
}

.header-bg {
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
  height: 65px;
  background: linear-gradient(to left, rgb(149, 94, 66) 30%, rgb(255, 202, 41) 100%);
}
.header-bg .header-top-desktop {
  padding-top: 0px;
}
.header-bg .header-top-desktop .c1 {
  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 .megamenu-container-desktop .c1 {
  padding-top: 7.5px;
}
.header-bg .megamenu-container-desktop .c1 svg,
.header-bg .megamenu-container-desktop .c1 img {
  max-width: 105px;
}
.header-bg .megamenu-container-desktop .c1 img {
  margin-top: -5px;
}

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

.header-bg-mobile .megamenu-container-desktop {
  background: rgba(0, 0, 0, 0.75);
}

.header-top-desktop {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: -15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
}
.header-top-desktop .wpb_raw_html {
  margin-bottom: 0 !important;
}
.header-top-desktop .c1 .wpb_wrapper:first-of-type {
  display: flex;
  justify-content: flex-start;
}
.header-top-desktop .c1 .vc_column-inner:first-of-type {
  padding-right: 0;
  padding-left: 0;
}
.header-top-desktop .c1 .wpb_raw_code {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.header-top-desktop .c1 .wpb_raw_code a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.header-top-desktop .c1 .wpb_raw_code a svg {
  margin-right: 10px;
}
.header-top-desktop .c1 .wpb_raw_code a span {
  font-size: 16px;
}
.header-top-desktop .c1 .wpb_raw_code a .hide-mobile {
  color: #f6f6f6;
}
.header-top-desktop .c1 .wpb_raw_code a:hover {
  color: #d2d626;
  text-decoration: none !important;
}
.header-top-desktop .c1 .wpb_raw_code:first-of-type {
  padding-left: 10px;
}
.header-top-desktop .c2 > div > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-top-desktop .main-nav-top .navbar-nav {
  float: right;
}
.header-top-desktop .main-nav-top .nav > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: right;
  color: #fff;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  z-index: 9;
  border-bottom: 1px solid transparent;
  padding-bottom: 7.5px;
}
.header-top-desktop .main-nav-top .nav > li > a:hover, .header-top-desktop .main-nav-top .nav > li > a:focus, .header-top-desktop .main-nav-top .nav > li > a:active {
  color: #d2d626;
  border-bottom: 1px solid #d2d626;
}
.header-top-desktop .main-nav-top .nav > li {
  background: transparent !important;
  margin-left: 40px;
}
.header-top-desktop .main-nav-top .nav li.current-menu-item > a,
.header-top-desktop .main-nav-top .nav li.current-menu-item > a:hover,
.header-top-desktop .main-nav-top .nav li.current-menu-item > a:focus,
.header-top-desktop .main-nav-top .nav li.current-page-ancestor > a,
.header-top-desktop .main-nav-top .nav li.current-page-ancestor > a:hover,
.header-top-desktop .main-nav-top .nav li.current-page-ancestor > a:focus {
  color: #fff !important;
  border-bottom: 1px solid #d2d626;
  background: transparent !important;
}
.header-top-desktop .main-nav-top .nav li {
  background: transparent !important;
}

.podstrani .fa,
.podstrani .sub-menu-container {
  display: none !important;
}

.megamenu-container-desktop {
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  top: 85px;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}
.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 .nav > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  color: #f6f6f6;
  background-color: transparent;
  z-index: 9;
  border-bottom: 4px solid transparent;
  padding-bottom: 7.5px;
}
.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: #d2d626;
  border-bottom: 4px solid #d2d626;
}
.megamenu-container-desktop .main-nav .nav > li {
  background: transparent !important;
  margin-left: 40px;
}
.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: #fff !important;
  border-bottom: 4px solid #d2d626;
  background: transparent !important;
}
.megamenu-container-desktop .main-nav .nav li {
  background: transparent !important;
}
.megamenu-container-desktop .main-nav .sub-menu {
  background: #fff;
}
.megamenu-container-desktop .main-nav .sub-menu li {
  padding: 10px !important;
  line-height: 1.2 !important;
}
.megamenu-container-desktop .main-nav .sub-menu li a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #525050;
}
.megamenu-container-desktop .main-nav .sub-menu li a:hover {
  color: #000000;
}

.megamenu-container-desktop .c1 {
  position: relative;
  z-index: 2;
}
.megamenu-container-desktop .c1 .vc_column-inner:first-of-type {
  padding-left: 0;
}
.megamenu-container-desktop .c1 svg,
.megamenu-container-desktop .c1 img {
  max-width: 355px;
  width: 355px;
  max-height: 105px;
  margin-top: -10px;
}
.megamenu-container-desktop .c1 .wpb_single_image {
  margin-bottom: 10px !important;
}

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

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

@media (max-width: 1700px) {
  .megamenu-container-desktop .c1 svg,
.megamenu-container-desktop .c1 img {
    max-width: 275px;
  }
  .header-top-desktop .c1 .wpb_raw_code a span,
.header-top-desktop .main-nav-top .nav > li > a,
.megamenu-container-desktop .main-nav .nav > li > a,
.main-nav .sub-menu li a,
.language-selector-container span {
    font-size: 14px !important;
  }
  .header-top-desktop .c1 .wpb_raw_code a svg {
    width: 15px;
  }
}
@media (max-width: 1500px) {
  header {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 65px;
  }
  .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;
  }
  html,
body {
    overflow-x: hidden;
  }
  body.no-scroll,
html.no-scroll {
    overflow: hidden;
  }
  .sticky .ns-megamenu {
    padding-top: 103px;
  }
  .ns-megamenu {
    padding-top: 105px;
    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 > div > div > div > nav > ul > div > li {
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    color: #fff;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div > li a {
    color: #fff;
    text-shadow: 1px 1px 1px black;
  }
  .ns-megamenu > div > div > div > nav > ul > div > li a:hover, .ns-megamenu > div > div > div > nav > ul > div > li a:focus, .ns-megamenu > div > div > div > nav > ul > div > li a:active {
    color: #f6f6f6 !important;
    text-decoration: none !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu {
    margin-top: 10px;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu a {
    color: #fff !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu a:hover, .ns-megamenu > div > div > div > nav > ul > div .sub-menu a:focus, .ns-megamenu > div > div > div > nav > ul > div .sub-menu a:active {
    color: #f6f6f6 !important;
    text-decoration: none !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu li {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .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: #009cdf !important;
  }
  .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: rgba(0, 0, 0, 0.55);
    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;
    z-index: 10;
  }
  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: 205px;
    margin-top: 13px;
  }
  .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: #fff;
    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;
  }
}
@media (max-width: 767px) {
  .ns-topheader .c2 {
    position: absolute;
    top: 0;
  }
  .ns-megamenu > div > div > div > nav > ul > div > li {
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: px;
    text-align: left;
    color: #fff;
    text-align: center;
    margin-bottom: 20px !important;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu {
    margin-top: 10px;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-megamenu > div > div > div > nav > ul > div .sub-menu li {
    max-width: 320px;
    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 {
  background-color: #fff;
}

.big-footer {
  border-top: 2px solid #d2d626;
  padding-bottom: 45px;
  padding-top: 20px;
  background-color: #fff;
}
.big-footer .sub-menu {
  display: none !important;
}
.big-footer p,
.big-footer a {
  color: #525050;
  font-size: 16px;
}
.big-footer span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.big-footer a:hover {
  text-decoration: none;
}
.big-footer a:hover .inner-contents {
  text-decoration: underline;
}
.big-footer .wpb_raw_html {
  margin-bottom: 0;
}
.big-footer .inner-contents {
  margin-left: 5px;
  color: #525050;
  font-weight: normal;
}
.big-footer .f-title {
  margin-top: 25px;
  margin-bottom: 10px !important;
}
.big-footer .f-title h5 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-family: "Exo 2", sans-serif;
  color: #d2d626;
  margin-bottom: 20px;
}
.big-footer .c2 ul,
.big-footer .c3 ul {
  list-style: none;
  padding-left: 0;
}
.big-footer .c2 ul a,
.big-footer .c3 ul a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  color: #525050;
}
.big-footer .c2 ul a:hover,
.big-footer .c3 ul a:hover {
  text-decoration: underline;
}
.big-footer .c2 ul li,
.big-footer .c3 ul li {
  display: flex;
  align-items: baseline;
}
.big-footer .c2 ul li:before,
.big-footer .c3 ul li:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  font-weight: 700;
  background-image: url(../images/footer-li-before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .big-footer {
    padding-bottom: 35px;
  }
  .big-footer > .container > .vc_row:last-of-type {
    margin-top: 25px;
  }
  .big-footer > div > div > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .big-footer {
    padding-bottom: 25px;
  }
  .big-footer p,
.big-footer a,
.big-footer span {
    font-size: 15px !important;
  }
  .big-footer .c1 .wpb_text_column {
    margin-bottom: 0;
  }
  .big-footer .c1 > div,
.big-footer .c2 > div,
.big-footer .c3 > div,
.big-footer .c4 > div {
    padding-top: 15px !important;
  }
  .big-footer .f-title h5 {
    font-size: 18px;
  }
  .big-footer > .container > .vc_row:last-of-type {
    margin-top: 0px;
  }
  .big-footer > div > div > div {
    width: 100%;
  }
  .small-footer {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 15px 0 15px 0;
  }
}
/** FOOTER - END ------------------------------------------------ */
/** FOOTER - END ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
.home-hero {
  font-family: "Exo 2", 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: "Exo 2", sans-serif !important;
  overflow: hidden;
  position: relative;
  opacity: 0;
  height: 1000px;
}
.home-hero .ns-slider .container {
  margin-top: 360px;
}
.home-hero .ns-slider .btn {
  margin-top: 80px;
  float: left;
}
.home-hero .slick-initialized {
  opacity: 1;
}
.home-hero .ns-slider .slide {
  background: no-repeat cover 100% auto center;
  background: none;
  width: 100%;
}
.home-hero .ns-slider-text {
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.home-hero .slick-arrow {
  border: 1px SOLID ORANGE;
}
.home-hero .slick-prev {
  left: 60px !important;
}
.home-hero .slick-prev:before {
  content: "\f053";
}
.home-hero .slick-next {
  right: 60px !important;
}
.home-hero .slick-next:before {
  content: "\f054";
}
.home-hero .slick-prev,
.home-hero .slick-next {
  z-index: 1;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent !important;
  color: #333 !important;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border: 2px solid #fff;
}
.home-hero .slick-prev:before,
.home-hero .slick-next:before {
  position: relative;
  top: 2px;
  height: 50px;
  width: 50px;
  color: #fff;
  font-family: "FontAwesome" !important;
  font-size: 22px;
  font-weight: 900;
}
.home-hero .slick-prev:hover,
.home-hero .slick-next:hover {
  background: #fff !important;
}
.home-hero .slick-prev:hover:before,
.home-hero .slick-next:hover:before {
  color: #009cdf !important;
}
.home-hero .ns-slider h1,
.home-hero .ns-slider h2 {
  position: relative;
  z-index: 10;
  color: white;
  font-family: "Exo 2", sans-serif !important;
  font-weight: bold;
  font-size: 50px;
  line-height: 71px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  max-width: 838px;
}
.home-hero .ns-slider h1 span,
.home-hero .ns-slider h2 span {
  color: #fff !important;
}
.home-hero .ns-slider h4 {
  position: relative;
  z-index: 10;
  color: white;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 20px;
  margin-bottom: 20px;
  font-style: italic;
}
.home-hero .ns-slider h2 {
  max-width: 730px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.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 {
  top: 44vh !important;
  width: auto;
  position: absolute;
  display: flex !important;
  flex-direction: column;
  right: 60px !important;
}
.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: 20px;
  height: 20px;
  border-radius: 50%;
}
.home-hero .slick-dots li.slick-active button:before,
.home-hero .slick-dots li button:hover:before {
  background: #fff;
}
.home-hero .ns-slider-text h4 {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-top: -30px;
}
.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:hover path {
  fill: #333;
}
.home-hero .home-arrow svg:hover g {
  fill: white;
}

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

.ns_custom_section_title {
  margin-bottom: 25px;
  text-align: center;
}
.ns_custom_section_title .container {
  max-width: 630px;
  width: 100%;
  border-bottom: 2px solid #a4a4a4;
}
.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: "";
}

.h-sec-1 h3 {
  color: #009cdf;
  margin-bottom: 0 !important;
}

.h-sec-1 {
  padding-top: 50px;
  background: #f3f3f3;
  padding-bottom: 0px;
}
.h-sec-1 .vc_column-inner:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
.h-sec-1 .tekst {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
}
.h-sec-1 .tekst h2 {
  color: #525050;
}
.h-sec-1 .tekst p {
  color: #a4a4a4;
  font-size: 20px;
}
.h-sec-1 .slick-list {
  overflow: visible;
}
.h-sec-1 .slick-slide > div {
  margin: 0px 15px;
}
.h-sec-1 .ns-icon-set {
  margin-top: 50px !important;
}
.h-sec-1 .ns-icon-set a.card-wrap > div > div {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.h-sec-1 .card-wrap {
  margin-bottom: 25px;
}
.h-sec-1 .ns-icon-set a.card-wrap {
  color: #333;
  margin: 15px 0px;
  text-align: center;
}
.h-sec-1 .ns-icon-set a.card-wrap:hover, .h-sec-1 .ns-icon-set a.card-wrap:active, .h-sec-1 .ns-icon-set a.card-wrap:focus {
  text-decoration: none !important;
}
.h-sec-1 .ns-icon-set a.card-wrap img {
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-sec-1 .ns-icon-set a.card-wrap .image {
  padding-top: 40px;
  width: 100%;
  height: 250px;
}
.h-sec-1 .ns-icon-set a.card-wrap .text_container {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 210px;
  width: 100%;
}
.h-sec-1 .ns-icon-set a.card-wrap .text_container h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 25px;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  color: #009cdf;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-family: "Exo 2", sans-serif;
}
.h-sec-1 .ns-icon-set a.card-wrap .text_container p {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #525050;
}
.h-sec-1 .ns-icon-set a.card-wrap .btn {
  margin-bottom: 40px;
}
.h-sec-1 .btn-ostale-resitve {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}
.h-sec-1 .btn-ostale-resitve a {
  max-width: 252px;
}
.h-sec-1 .ns-icon-set-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.h-sec-1 .ns-icon-set a.card-wrap:hover p,
.h-sec-1 .ns-icon-set a.card-wrap:hover h4 {
  color: #fff;
}
.h-sec-1 .ns-icon-set a.card-wrap:hover .text_container {
  background: linear-gradient(111deg, #d2d626 0%, #008ecc 100%);
}

.h-sec-1-btn {
  background: #f3f3f3;
}

.h-sec-1-btn > div > div > div {
  display: flex;
  justify-content: center;
}

.h-sec-1-btn .btn {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 80px;
}

.h-sec-1 p {
  color: #525050;
}

.h-sec-1 .ns-icon-set {
  margin-top: 20px !important;
}

.h-sec-2 {
  background: linear-gradient(to right, #d2d626 0%, #009cdf 100%);
  padding-top: 120px;
  padding-bottom: 120px;
}

.h-sec-2 h2,
.h-sec-2 h4,
.h-sec-2 p {
  color: #fff;
}

.h-sec-2 h2 {
  margin-top: 15px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 25px;
}

.h-sec-2 h4 {
  line-height: 41px;
}

.h-sec-2 .c2-inner > div > div {
  display: flex;
  flex-wrap: wrap;
}

.h-sec-2 .c2-inner > div > div > .wpb_raw_html {
  flex: 25%;
  margin-bottom: 0;
  outline: 1px solid rgba(243, 243, 243, 0.25) !important;
  border: 1px solid rgba(243, 243, 243, 0.25) !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-sec-2 .c2-inner > div > div > .wpb_raw_html > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.h-sec-2 .c2-inner > div > div > .wpb_raw_html svg {
  height: 65px;
  width: auto;
  max-width: 75px;
}

.h-sec-2 .c2-inner > div > div > .wpb_raw_html span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  line-height: 21px;
}

.h-sec-3 h3 {
  color: #009cdf;
  margin-bottom: 0 !important;
}

.h-sec-3 p {
  color: #525050;
}

.h-sec-3 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.h-sec-3-btn > div > div > div {
  display: flex;
  justify-content: center;
}

.h-sec-3-btn .btn {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 80px;
}

.h-sec-4 {
  background: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1919px) {
  .h-sec-1 .ns-icon-set a.card-wrap img {
    width: 100%;
    max-width: none;
  }
  .h-sec-1 .slick-dots {
    bottom: -50px;
  }
}
@media screen and (max-width: 1500px) {
  .home-hero .ns-slider .slide,
.home-hero > .wpb_column,
.home-hero > .wpb_column > .vc_column-inner {
    height: 800px !important;
  }
  .home-hero .ns-slider .container {
    margin-top: 24.5vh !important;
  }
  .home-hero .ns-slider,
.home-hero .slide {
    height: 100%;
  }
  .home-hero .slick-arrow {
    top: 90%;
  }
  .home-hero .ns-slider-text {
    margin-top: 50px;
  }
  .home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
    font-size: 44px !important;
    line-height: 50px;
  }
  .home-hero img,
.home-hero .vc_figure,
.home-hero .vc_single_image-wrapper {
    width: 100%;
  }
  .home-hero .ns-slider-text {
    text-align: center;
  }
  .home-hero .ns-slider-text h2 {
    max-width: none;
  }
  .home-hero .slick-arrow {
    top: 45%;
  }
  .home-hero .ns-slider .container {
    margin-top: 265px !important;
  }
  .home-hero .ns-slider .btn {
    float: none;
  }
  .home-hero .ns-slider-text h1 {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .h-sec-1 .ns-icon-set a.card-wrap .text_container {
    height: 235px;
  }
  .h-sec-2 .c2-inner > div > div > .wpb_raw_html {
    flex: 50%;
  }
}
@media (max-width: 1199px) {
  .h-sec-1 .btn-ostale-resitve {
    margin-top: 75px;
  }
  .h-sec-1 .slick-dots li.slick-active button:before {
    opacity: 1 !important;
  }
  .h-sec-1 .slick-dots li {
    margin: 0;
  }
  .h-sec-1 .slick-dots li:before {
    display: none !important;
  }
  .h-sec-1 .slick-dots li button:before {
    font-style: normal;
    color: #009cdf !important;
    border: 1px solid #009cdf;
    font-size: 15px;
    opacity: 1;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #009cdf;
    border-radius: 50%;
  }
  .h-sec-1 .slick-dots li.slick-active button:before,
.h-sec-1 .slick-dots li button:hover:before {
    background: transparent;
  }
  .h-sec-1 .slick-dots li.slick-active button:before {
    width: 14px;
    height: 14px;
    margin-top: -3px;
    margin-left: -3.5px;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .home-hero > .wpb_column,
.home-hero > .wpb_column > .vc_column-inner {
    height: 100% !important;
  }
  .home-hero .slick-dots {
    top: 44vh !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 .ns-slider .container {
    margin-top: 150px !important;
  }
  .home-hero .ns-slider,
.home-hero .slide {
    height: 700px !important;
  }
  .home-hero .home-arrow {
    bottom: 0px;
  }
  .home-hero .home-arrow svg {
    width: 40px;
  }
  .home-hero .ns-slider-text {
    margin-top: 90px;
  }
  .home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
    max-width: 600px;
  }
  .h-sec-1 {
    padding-top: 30px;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container {
    height: 100%;
  }
  .h-sec-1-btn .btn {
    margin-bottom: 60px;
  }
  .h-sec-2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home-hero > .wpb_column,
.home-hero > .wpb_column > .vc_column-inner {
    height: 100% !important;
  }
  .home-hero {
    margin-top: 0;
  }
  .home-hero .ns-slider .container {
    margin-top: 150px !important;
  }
  .home-hero .ns-slider .btn {
    margin-top: 50px;
  }
  .home-hero .ns-slider,
.home-hero .slide {
    height: 450px !important;
  }
  .home-hero .slick-dotted.slick-slider {
    margin-bottom: 175px;
  }
  .home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
    font-size: 28px !important;
    margin-bottom: 30px;
    line-height: 38px;
  }
  .home-hero .ns-slider-text {
    margin-top: 0px;
  }
  .home-hero .slick-dots {
    right: 10px !important;
  }
  .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 .slick-dots {
    bottom: 25px !important;
    top: 37vh !important;
  }
  .home-hero .home-arrow svg {
    width: 25px;
  }
  .ns_custom_section_title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns_custom_section_title h2 {
    margin-top: 0px !important;
  }
  .h-sec-1 {
    padding-bottom: 35px;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container h4 {
    padding-bottom: 0;
  }
  .h-sec-1 .tekst {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 31px;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container p {
    padding-bottom: 35px;
  }
  .h-sec-1 .ns-icon-set a.card-wrap .text_container h4 {
    line-height: 22px;
  }
  .h-sec-1 .ns-icon-set {
    margin-top: 0 !important;
  }
  .h-sec-1 .tekst {
    margin-bottom: 15px;
  }
  .h-sec-1-btn .btn {
    margin-top: -15px;
    margin-bottom: 55px;
  }
  .h-sec-2 h4 {
    line-height: initial;
    margin-top: 35px;
  }
  .h-sec-3 {
    padding-top: 30px;
  }
  .h-sec-3-btn .btn {
    margin-top: 10px;
    margin-bottom: 70px;
  }
  .h-sec-4 .slick-slide img {
    max-width: 100px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .home-hero {
    margin-top: 0;
  }
  .home-hero .ns-slider .container {
    margin-top: 135px !important;
  }
  .home-hero .ns-slider .btn {
    margin-top: 50px;
  }
  .home-hero .ns-slider,
.home-hero .slide {
    height: 400px !important;
  }
  .home-hero .slick-dotted.slick-slider {
    margin-bottom: 175px;
  }
  .home-hero .ns-slider-text h1,
.home-hero .ns-slider-text h2 {
    font-size: 22px !important;
    margin-bottom: 30px;
    line-height: 28px;
  }
  .h-sec-2 .c2-inner > div > div > .wpb_raw_html span {
    color: #fff;
    text-transform: none;
    font-size: 14px;
    padding-top: 10px;
    line-height: 18px;
  }
}
/** HOMEPAGE - END ------------------------------------------------ */
/** HOMEPAGE - 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: 18px;
  line-height: 36px;
  color: #000000;
}
.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: 18px;
}
.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: #009cdf;
  font-weight: bold;
  margin-left: 10px;
  font-weight: 300;
  color: #000000;
}

.contact,
.sp-kontakt-sec-1 .col-right {
  font-family: "Roboto", sans-serif;
}
.contact h3,
.sp-kontakt-sec-1 .col-right h3 {
  color: #525050;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 31px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.contact p,
.sp-kontakt-sec-1 .col-right p {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
}
.contact a,
.sp-kontakt-sec-1 .col-right a {
  color: #009cdf;
}
.contact .wpcf7-response-output,
.sp-kontakt-sec-1 .col-right .wpcf7-response-output {
  border: 2px solid red !important;
}
.contact .wpcf7-mail-sent-ok,
.sp-kontakt-sec-1 .col-right .wpcf7-mail-sent-ok {
  border: 2px solid green !important;
}
.contact .wpcf7,
.sp-kontakt-sec-1 .col-right .wpcf7 {
  background: #e8e8e8;
  padding: 40px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
  padding-bottom: 50px !important;
  border-radius: 4px;
}
.contact .wpcf7 input[type=text],
.contact .wpcf7 input[type=email],
.contact .wpcf7 input[type=tel],
.contact .wpcf7 select,
.contact .wpcf7 input[type=password],
.contact .wpcf7 textarea,
.sp-kontakt-sec-1 .col-right .wpcf7 input[type=text],
.sp-kontakt-sec-1 .col-right .wpcf7 input[type=email],
.sp-kontakt-sec-1 .col-right .wpcf7 input[type=tel],
.sp-kontakt-sec-1 .col-right .wpcf7 select,
.sp-kontakt-sec-1 .col-right .wpcf7 input[type=password],
.sp-kontakt-sec-1 .col-right .wpcf7 textarea {
  width: 100%;
  border-radius: 6px;
  line-height: 31px;
  border: 1px solid #ccc;
}
.contact .wpcf7 .wpcf7-not-valid-tip,
.sp-kontakt-sec-1 .col-right .wpcf7 .wpcf7-not-valid-tip {
  color: red !important;
  padding-top: 5px;
}
.contact .wpcf7 p,
.sp-kontakt-sec-1 .col-right .wpcf7 p {
  line-height: 31px;
}
.contact .wpcf7 textarea,
.contact .wpcf7 .p-input,
.sp-kontakt-sec-1 .col-right .wpcf7 textarea,
.sp-kontakt-sec-1 .col-right .wpcf7 .p-input {
  margin-top: 20px;
}
.contact select,
.contact .wpcf7::-webkit-input-placeholder,
.sp-kontakt-sec-1 .col-right select,
.sp-kontakt-sec-1 .col-right .wpcf7::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}
.contact select,
.contact ::-webkit-input-placeholder,
.sp-kontakt-sec-1 .col-right select,
.sp-kontakt-sec-1 .col-right ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}
.contact select,
.contact :-moz-placeholder,
.sp-kontakt-sec-1 .col-right select,
.sp-kontakt-sec-1 .col-right :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}
.contact select,
.contact ::-moz-placeholder,
.sp-kontakt-sec-1 .col-right select,
.sp-kontakt-sec-1 .col-right ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}
.contact select,
.contact :-ms-input-placeholder,
.sp-kontakt-sec-1 .col-right select,
.sp-kontakt-sec-1 .col-right :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #232020 !important;
  opacity: 1;
  padding-left: 10px !important;
}
.contact .wpcf7-submit,
.sp-kontakt-sec-1 .col-right .wpcf7-submit {
  width: 155px;
  height: 53px;
  color: #fff !important;
  background: #009cdf !important;
  border: 2px solid #009cdf !important;
  font-family: "Exo 2", sans-serif;
  padding: 7.5px 28px !important;
  font-weight: normal;
  font-size: 18px !important;
  margin-top: 10px;
  line-height: 31px;
  border-radius: 0px;
}
.contact .wpcf7-submit:hover, .contact .wpcf7-submit:active, .contact .wpcf7-submit:focus,
.sp-kontakt-sec-1 .col-right .wpcf7-submit:hover,
.sp-kontakt-sec-1 .col-right .wpcf7-submit:active,
.sp-kontakt-sec-1 .col-right .wpcf7-submit:focus {
  border: 2px solid #d2d626 !important;
  background: #d2d626 !important;
  color: #000000 !important;
}

.contact {
  margin-top: 20px;
  margin-bottom: 80px;
}

.contact form > .col-xs-12 {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
}

.sp-kontakt-sec-3 {
  margin-bottom: 0px !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;
  }
  .sp-kontakt-sec-1 .ajax-loader {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .sp-kontakt-sec-1 .col-right .wpcf7,
.contact .wpcf7,
.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;
  }
  .sp-kontakt-sec-1 .col-right .wpcf7-submit {
    font-size: 16px !important;
    width: initial;
    height: initial;
  }
  .contact {
    margin-bottom: 70px;
  }
}
/** 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%;
}

/** NOVICA SINGLE - END ------------------------------------------------ */
/** NOVICA SINGLE - END ------------------------------------------------ */
/** ABOUT - START ------------------------------------------------ */
/** ABOUT - START ------------------------------------------------ */
.about-sec-1 .wpb_text_column:first-of-type h2 {
  margin-top: 0;
}
.about-sec-1 .ns-bullets {
  max-width: 700px;
  width: 100%;
}
.about-sec-1 .bullets-wrap {
  margin-bottom: 20px;
  width: 100%;
}
.about-sec-1 .bullets-wrap .text_container {
  height: 69px;
  background: #009cdf;
  padding: 7px;
  padding-right: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.about-sec-1 .bullets-wrap .text_container svg {
  min-width: 56px !important;
  margin-right: 30px;
}
.about-sec-1 .bullets-wrap .text_container h5 {
  font-size: 20px;
  line-height: 26px;
  color: #232020;
  font-family: "Roboto", sans-serif;
}
.about-sec-1 .btn {
  display: none;
}
.about-sec-1 .wpb_single_image,
.about-sec-1 .vc_figure,
.about-sec-1 .vc_single_image-wrapper,
.about-sec-1 img {
  width: 100%;
}

.about-sec-3 .s-t {
  color: white;
}
.about-sec-3 .ns-icon-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -21px;
  margin-right: -21px;
}
.about-sec-3 .ns-icon-set .card-wrap {
  max-width: 410px;
  width: 100%;
  margin: 12px 12px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.about-sec-3 .ns-icon-set .card-wrap .text_container {
  text-align: center !important;
}
.about-sec-3 .ns-icon-set .card-wrap .text_container h4 {
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
.about-sec-3 .ns-icon-set .card-wrap .text_container p {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  text-align: center;
}
.about-sec-3 .ns-icon-set-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 20px 35px 20px;
}

.services-sec-2 .wpb_text_column {
  margin-bottom: 15px !important;
}

.services-sec-2 .puscica:after {
  content: "";
  width: 80px;
  height: 22px;
  position: absolute;
  z-index: 9;
  background-image: url("../images/puscica.png");
  background-size: cover;
  background-position: center;
  right: -40px;
  top: 55%;
  transform: translateY(-50%);
}

.services-sec-2-v2 .puscica:after {
  top: 40%;
}

@media (max-width: 991px) {
  .about-sec-3 .ns-icon-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -21px;
    margin-right: -21px;
  }
  .about-sec-3 .ns-icon-set .card-wrap {
    border-radius: 22.5px;
    background: #fff;
    max-width: 300px;
    width: 100%;
    margin: 12px 12px;
    text-align: center;
    background: #fff;
  }
  .about-sec-3 .ns-icon-set .card-wrap .text_container h4 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .about-sec-3 .ns-icon-set .card-wrap .text_container p {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .about-sec-3 .ns-icon-set-card {
    display: flex;
    flex-direction: column;
    padding: 35px 25px;
  }
  .about-sec-1 .bullets-wrap .text_container h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-sec-3 .ns-icon-set {
    margin-left: -21px;
    margin-right: -21px;
  }
  .about-sec-3 .ns-icon-set .card-wrap {
    max-width: none;
    width: 100%;
    margin: 30px 15px;
    text-align: center;
  }
  .about-sec-3 .ns-icon-set .card-wrap .text_container h4 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .about-sec-3 .ns-icon-set .card-wrap .text_container p {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    line-height: 26px;
  }
  .about-sec-3 .ns-icon-set-card {
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
  }
  .services-sec-2 .wpb_single_image {
    text-align: center !important;
  }
  .services-sec-2 .puscica:after {
    content: "";
    width: 80px;
    height: 22px;
    position: absolute;
    z-index: 9;
    background-image: url("../images/puscica.png");
    background-size: cover;
    background-position: center;
    right: 0px;
    left: 0px;
    top: 90%;
    transform: translateY(0%);
    transform: translateX(0%);
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .services-sec-2-v2 .puscica:after {
    top: 83%;
  }
  .storitve-slike .vc_figure,
.storitve-slike a,
.storitve-slike img {
    width: 100% !important;
  }
}
/** ABOUT - END ------------------------------------------------ */
/** ABOUT - END ------------------------------------------------ */
/** SUBPAGE RESITVE - START ------------------------------------------------ */
/** SUBPAGE RESITVE - START ------------------------------------------------ */
.subpage-single-gallery {
  padding-top: 55px;
  padding-bottom: 65px;
  margin-top: 65px;
}

.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 {
  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: #000000;
  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: #009cdf;
  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;
}

@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) {
  .referenca-single-gallery {
    padding-top: 15px;
    padding-bottom: 35px;
    margin-top: 15px;
  }
  .subpage-single-gallery {
    padding-top: 10px;
    padding-bottom: 25px;
    margin-top: 25px;
  }
}
/** SUBPAGE RESITVE - END ------------------------------------------------ */
/** SUBPAGE RESITVE - 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: 260px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 0px;
  text-align: center;
}
.ns-card-projects .ns-card-projects-content {
  opacity: 0;
}
.ns-card-projects:hover, .ns-card-projects:focus, .ns-card-projects:active {
  background: linear-gradient(111deg, #d2d626 0%, #009cdf 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.ns-card-projects:hover h3,
.ns-card-projects:hover a,
.ns-card-projects:hover p,
.ns-card-projects:hover *, .ns-card-projects:focus h3,
.ns-card-projects:focus a,
.ns-card-projects:focus p,
.ns-card-projects:focus *, .ns-card-projects:active h3,
.ns-card-projects:active a,
.ns-card-projects:active p,
.ns-card-projects:active * {
  color: #fff !important;
}
.ns-card-projects:hover .ns-card-projects-content, .ns-card-projects:focus .ns-card-projects-content, .ns-card-projects:active .ns-card-projects-content {
  opacity: 1;
}
.ns-card-projects:hover .ns-card-projects-image, .ns-card-projects:focus .ns-card-projects-image, .ns-card-projects:active .ns-card-projects-image {
  opacity: 0.5;
}
.ns-card-projects h3 {
  padding-bottom: 5px;
  margin: 0;
}
.ns-card-projects h3,
.ns-card-projects .card-subtitle {
  color: #fff !important;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}
.ns-card-projects .svg {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-card-projects .svg p {
  padding-bottom: 0;
  margin-bottom: 2.5px;
  margin-right: 5px;
}
.ns-card-projects .ns-card-projects-image {
  height: 272px;
  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;
}

.referenca-item-wrap {
  margin-bottom: 40px !important;
}
.referenca-item-wrap .loop-item {
  height: 275px;
  margin-bottom: 30px;
}

.nsg-img-title {
  font-family: "Roboto", sans-serif;
}

.nsg-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vc-pagination {
  text-align: left !important;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  border-top: none;
}

.page-numbers,
.prev.page-numbers .next.page-numbers {
  margin-right: 5px;
  border: 2px solid #009cdf !important;
  color: #009cdf;
  background: transparent;
  float: left !important;
}
.page-numbers:hover:not(.dots),
.prev.page-numbers .next.page-numbers:hover:not(.dots) {
  background: #009cdf;
  color: #fff;
}

.page-numbers.current {
  border: 2px solid #a4a4a4 !important;
  color: #a4a4a4 !important;
  background: transparent !important;
}

.page-numbers {
  padding: 2.5px 15px;
}

@media (max-width: 767px) {
  .ns-cards-project {
    padding-bottom: 0px !important;
    margin-bottom: 25px;
  }
  .ns-card-projects {
    margin-bottom: 0 !important;
    min-height: 100px;
  }
  .ns-gallery-section .slick-dots {
    bottom: -35px;
  }
  .ns-gallery a {
    border: none !important;
    width: 100% !important;
  }
  .ns-gallery a img {
    width: 100%;
  }
}
.ns-gallery-no-slider {
  display: flex;
  flex-wrap: wrap;
}

.single-referenca footer {
  margin-top: 0 !important;
}

@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: 1024px) {
  .single-referenca .title-banner {
    padding-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .single-referenca .title-banner {
    padding-top: 45px;
    padding-bottom: 5px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .single-referenca .title-banner {
    padding-top: 55px;
  }
  .single-referenca .vc_col-sm-5 img {
    width: 100%;
    margin-bottom: 35px;
  }
}
/** Referencni izdelki - END ------------------------------------------------ */
/** Referencni izdelki - END ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - START ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
/** xxx - END ------------------------------------------------ */
.open {
  display: block !important;
}

/** LANGUAGE SELECTOR - START ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
.language-selector-container {
  height: 39px;
  font-family: "Roboto", sans-serif;
  padding: 0;
  padding-left: 15px;
  cursor: pointer;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -18px;
}
.language-selector-container img {
  width: 20px;
}

.language-selector-container span {
  padding: 0;
  float: left;
  line-height: 1;
  color: #f6f6f6;
  cursor: pointer;
  font-size: 16px;
  margin-left: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.language-selector-2 {
  position: absolute;
  z-index: 11;
  top: 30px;
  width: auto;
  display: none;
  margin-left: -14px;
  border-radius: 5px;
  margin-top: 5px;
}

.language-selector-2.open {
  display: block;
}

.language-selector-2 .language {
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 10px;
  color: #f6f6f6;
}

.language-selector-2 .language:hover {
  color: #009cdf !important;
  text-decoration: none;
}

.language-selector-2:hover {
  text-decoration: none;
}
.language-selector-2:hover a,
.language-selector-2:hover span {
  color: #d2d626 !important;
}

.language-selector-container .language {
  display: block;
}

.language-selector-container i {
  float: right;
  color: #009cdf;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .language-selector-container {
    position: initial !important;
    top: -15px;
    right: 75px;
    border-left: none;
    max-width: none !important;
  }
  .language-selector-container .fa-angle-down {
    transform: scale(0.8) rotate(-90deg) !important;
  }
  .language-selector-container {
    right: -70px;
    display: flex;
    align-items: center;
    margin-top: 10px !important;
    margin-bottom: 10px;
  }
  .marleft {
    margin-left: -20px !important;
  }
  .language-selector-2 .language:hover {
    background: transparent;
    border-radius: 0px;
  }
  .language-selector-2.open {
    position: relative !important;
    top: 0px !important;
    left: 40px;
    background: transparent !important;
    z-index: 999;
    display: flex;
    flex-direction: row;
  }
  .language-selector-2.open a:first-of-type {
    background-color: transparent !important;
    margin-right: 20px;
  }
  .language-selector-2 .language {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .language-selector-container {
    float: left;
    position: absolute;
    left: 10px !important;
    top: -18px;
    z-index: 10;
    max-width: 250px;
    margin-top: 25px;
  }
  #language-selector-2 a {
    margin-left: -25px;
  }
}
@media (max-width: 768px) {
  .header-upper-language {
    margin-bottom: 46px;
  }
}
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** SAFARI - START ------------------------------------------------ */
/** SAFARI - START ------------------------------------------------ */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media screen and (min-width: 1500px) {
      .language-selector-2 {
        margin-left: -9px;
      }
    }
  }
}
/** 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: #009cdf;
}

@media (max-width: 767px) {
  #jquery-cookie-law-script.active {
    max-width: 270px;
  }
}
body,
html {
  overflow-x: hidden;
}

.wpb_text_column a,
.wpb_text_column p a,
.wpb_text_column strong a {
  color: #009cdf;
}

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

.wpcf7-form-control-wrap {
  margin-bottom: 25px;
}

@media (max-width: 1500px) {
  .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 path {
    fill: #fff;
  }
  .ns-topheader .c1 .wpb_wrapper:first-of-type svg {
    margin-top: 7.5px;
  }
}
.h-sec-1-en .btn-ostale-resitve a {
  max-width: 305px;
}

@media (max-width: 768px) {
  .language-selector-container {
    left: calc(50% - 10px) !important;
  }
}
header {
  transition: 0.2s;
}

.header-hide {
  transition: 0.2s;
  opacity: 0;
}

.header-blackened {
  background: rgba(0, 0, 0, 0.75);
  height: 160px;
  transition: 0.2s;
}

@media (max-width: 1500px) {
  .header-blackened {
    height: 65px;
  }
}/*# sourceMappingURL=main.css.map */