/*----------------------------------------------------------------*/
* {
  outline: none !important;
}
body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: 'Roboto', 'sans-serif';
}
.small-footer {
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 20px 0 20px 0;
}
.site-content {
  min-height: 600px;
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
.ns-link {
  float: right;
  color: #fff;
}
.ns-link:hover {
  color: #fff;
  text-decoration: underline;
}
.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: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
/*-------------------- typography START --------------------*/
h1 {
  font-size: 45px;
  font-weight: 600;
  color: white;
  line-height: 102%;
  font-family: 'Ubuntu', 'sans-serif';
  margin-top: 0;
  margin-bottom: 10px;
}
h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 41px;
  color: #212121;
  font-family: 'Ubuntu', 'sans-serif';
  margin-top: 0;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  font-family: 'Ubuntu', 'sans-serif';
  margin-top: 0;
  margin-bottom: 10px;
}
h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  color: white;
  font-family: 'Ubuntu', 'sans-serif';
  margin-top: 0;
  margin-bottom: 10px;
}
h5 {
  font-size: 24px;
  font-weight: 700;
  color: #eee;
}
p {
  font-size: 18px;
  line-height: 31px;
  font-family: 'Roboto', 'sans-serif';
}
a {
  color: #de5a1b;
  text-decoration: none;
}
a:hover {
  color: #c34f18;
  text-decoration: underline;
}
header a:focus, footer a:focus {
  background-color: transparent !important;
}

/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"], input[type="email"], input[type="password"] {
  border: 1px solid #d1d3d4;
  padding: 15px 10px 10px 20px;
  background: white;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover {
  border: 1px solid #dfdfdf;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  border: 1px solid #cfcfcf;
  outline: none;
}
textarea {
  border: 1px solid #d1d3d4;
  padding: 15px 10px 10px 20px;
  height: 140px;
  width: 100%;
  border-radius: 4px;
  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 {
  box-shadow: none;
  text-shadow: none;
}
.btn-xs, #jquery-cookie-law-script a.cookie-law-button {
  padding: 5px 8px;
  font-size: 11px;
}
.btn-sm {
  padding: 9px 9.99px;
  font-size: 14px;
}
.btn-md {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  padding: 10px 30px;
  border-radius: 25px;
}
.btn-lg {
  padding: 14px 20.02px;
  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 {
  color: white;
  background-color: #de5a1b;
  margin-right: 40px;
  border: 0;
}
.btn-primary, .btn-primary:visited {
  color: white;
  background-color: #de5a1b;
  border: 0;
  transition: color 0.3s, background-color 0.3s;
}
#jquery-cookie-law-script a#cookie-law-button-ok:hover {
  color: #de5a1b;
  background-color: white;
  margin-right: 40px;
  border: 0;
}
.btn-primary:hover {
  color: white;
  background-color: #a10017;
  border: 0;
  transition: all 0.3s;
}
#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 {
  color: #de5a1b;
  background-color: white;
  margin-right: 40px;
  border: 0;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
  color: white;
  background-color: #a10017;
  border: 0;
}
#jquery-cookie-law-script a#cookie-law-button-more, #jquery-cookie-law-script a#cookie-law-button-more:visited {
  color: white;
  background-color: #a10017;
  border: 0;
}
.btn-default, .btn-default:visited {
  color: black;
  background-color: white;
  border: 0;
  transition: color 0.3s, background-color 0.3s;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover {
  color: #a10017;
  background-color: white;
  border: 0;
}
.btn-default:hover {
  color: white;
  background-color: black;
  border: 0;
  transition: all 0.3s;
}
#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 {
  color: #a10017;
  background-color: white;
  border: 0;
}
.btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  color: white;
  background-color: black;
  border: 0;
}
.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: #a10017;
  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: #de5a1b !important;
}
.vc_tta-tabs .vc_tta-tab.vc_active > a, .vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #de5a1b !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 {
  -webkit-transition: none !important;
  transition: none !important;
}
.vc_tta-tabs .vc_active .vc_tta-panel-heading {
  background: #de5a1b !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: #a10017 !important;
  }
  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #820013 !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
    background: #de5a1b !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff;
  }
  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #de5a1b;
    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: #a10017;
  font-weight: 400;
  text-transform: uppercase;
}
.vc_tta-accordion .vc_active .vc_tta-title-text {
  color: #de5a1b;
  font-weight: 500;
}
.vc_tta-accordion .vc_tta-controls-icon {
  left: 0 !important;
  background: #a10017;
  width: 10px !important;
  height: 10px !important;
  border: 5px solid #a10017;
  padding: 5px;
}
.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background: #de5a1b;
  border: 5px solid #de5a1b;
}
.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: #a10017;
  padding: 15px 40px !important;
  color: #de5a1b;
}
.vc_toggle_content {
  padding: 0 15px !important;
  margin-bottom: 0 !important;
}
.vc_toggle_icon {
  background: #de5a1b !important;
  margin-left: 15px !important;
  border: none !important;
  width: 14px !important;
}
.vc_toggle_icon::after {
  display: none !important;
}
.vc_toggle_icon::before {
  background: #de5a1b !important;
  border: none !important;
  height: 14px !important;
}
.error-404 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.error-404 h1 {
  color: black;
}
/* ---------------------- Header and Top Info Section -------------------- */
header {
  overflow: hidden;
}
.home header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
}
.home header .header-row {
  background-color: transparent;
  background-image: none;
}
.header-logo-column img {
  width: 240px;
  height: 100px;
}
header a {
  color: white;
}
header a:hover {
  color: white !important;
  text-decoration: underline;
}
.header-row {
  background-image: url(https://www.kodesis.si/wp-content/uploads/2024/03/bg-podstran.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.header-info-column .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.header-row .wpb_single_image {
  margin-bottom: 0 !important;
}
.language-selector-container {
  margin-top: -5px;
}
.current-language {
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  line-height: 31px;
  font-weight: normal;
}
.language-selector-container {
  position: relative;
  z-index: 103;
}
.language-selector-container .fa-angle-down {
  color: white;
}
.header-row .navbar {
  margin-bottom: 0;
  border: none;
  min-height: auto;
  position: relative;
  z-index: 1000;
}
.header-row .navbar-collapse {
  float: right;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1000;
}
.header-row .navbar-nav li {
  margin-right: 50px;
  font-size: 20px;
  line-height: 31px;
  position: relative;
  z-index: 1000;
}
.header-row .navbar-nav li a {
  padding: 0;
}
.header-row .navbar-nav li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.top-info .ns-breadcrumbs li::after {
  content: '/' !important;
  font-weight: bold;
}
.top-info .ns-breadcrumbs {
  padding-top: 20px;
  padding-bottom: 30px;
}
.top-info .ns-breadcrumbs li {
  font-weight: normal !important;
  font-size: 16px;
  line-height: 26px;
  color: #a4a4a4;
}
.top-info .ns-breadcrumbs li a {
  color: #a4a4a4;
  font-weight: normal;
}
.top-info .ns-breadcrumbs li a:hover {
  color: #a4a4a4;
  text-decoration: underline;
}
.top-info h1 {
  color: #212121;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 2px solid #e8e8e8;
}
.open1 {
  transform: rotate(45deg);
  transition: all 0.3s;
  margin-top: 7px;
}
.open2 {
  transform: rotate(-45deg);
  transition: all 0.3s;
  margin-top: -2px !important;
}
.display1 {
  display: none !important;
  transition: all 0.3s;
}
.close1 {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.close2 {
  transform: rotate(180deg);
  transition: all 0.3s;
  margin-top: 4px;
}
/* ---------------------- Domov Page -------------------- */
.hero-section {
  height: 730px;
  background-image: url(https://www.kodesis.si/wp-content/uploads/2024/02/slika2-1.png?id=138);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  overflow: hidden !important;
}
.hero-section::before {
  content: '' !important;
  display: block !important;
  width: 100%;
  background: linear-gradient(90deg, #252330 25%, transparent 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.hero-section::after {
  content: '' !important;
  display: block !important;
  width: 100%;
  height: 100%;
  z-index: 110;
  position: absolute;
  background: url(https://www.kodesis.si/wp-content/uploads/2024/03/preliv-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden !important;
}
.hero-section .btn {
  position: relative;
  z-index: 120;
}
.hero-section .wpb_wrapper {
  text-align: center;
}
.main-title {
  padding-bottom: 5px;
  position: relative;
  z-index: 120;
  margin-top: 30px;
}
.cards-home-row {
  background-color: #3d3d3d;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 111;
}
.cards-home-row .vc_column-inner, .cards-home-row .vc_column-inner .wpb_wrapper {
  height: 100%;
}
.home-card1, .home-card2, .home-card3, .home-card4 {
  margin-top: -60px;
}
.kodesis-row {
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #3d3d3d;
}
.kodesis1 .vc_column-inner {
  padding-right: 30px !important;
}
.kodesis2 .vc_column-inner {
  padding-left: 30px !important;
}
.kodesis-text {
  font-size: 20px;
  line-height: 36px;
}
.kodesis-text p {
  font-size: 20px;
  line-height: 36px;
  color: white;
}
.nasi-row {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 65px;
  display: flex;
  align-items: center;
}
.nasi1 .vc_column-inner {
  padding-right: 45px !important;
}
.nasi2 .vc_column-inner {
  padding-left: 45px !important;
}
.wpml-floating-language-switcher {
  display: none !important;
}
.slide-top {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.slide-to-top {
  transform: translate3d(0, 0%, 0);
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 1;
}
.slide-right {
  transform: translate(100%, 0);
  opacity: 0;
}
.slide-to-left {
  transform: translate(0%, 0);
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 1;
}
.slide-left {
  transform: translate(-100%, 0);
  opacity: 0;
}
.slide-to-right {
  transform: translate(0%, 0);
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 1;
}
.animation-row {
  overflow: hidden !important;
}
/* ---------------------- Kontakt Page -------------------- */
.contact-info a {
  color: #de5a1b;
}
.wpcf7 {
  background-color: #f8f8f8;
  padding: 30px 35px 15px 40px !important;
  margin-bottom: 50px !important;
}
.wpcf7 h3 {
  margin-bottom: 5px;
}
.contact-second-text {
  font-size: 16px;
  line-height: 26px;
  margin-top: -15px;
}
input[type="checkbox"] {
  margin-right: 10px !important;
}
.wpcf7-not-valid-tip {
  font-size: 16px !important;
  color: red !important;
}
div.wpcf7-validation-errors {
  border: 2px solid red;
}
.contact-flex {
  display: flex;
  align-items: flex-start;
}
.contact-flex p {
  font-size: 16px;
  line-height: 26px;
}
.google-maps-row .wpb_content_element {
  margin-bottom: 0 !important;
}
.google-maps-row .wpb_gmaps_widget .wpb_wrapper {
  background-color: white;
  padding: 0;
}
.google-maps-row iframe {
  height: 650px;
}
/* ---------------------- Storitve Page -------------------- */
.cards-row {
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
  align-items: stretch;
}
.cards-row .vc_column-inner, .cards-row .vc_column-inner .wpb_wrapper {
  height: 100%;
}
.card {
  text-align: center;
  background-color: white;
  padding: 40px 20px 55px 20px;
  border-radius: 20px;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  position: relative;
  z-index: 102;
  transition: background-color 0.3s;
}
.card .card-title {
  color: black;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.card .card-text {
  color: #606060;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px !important;
  transition: color 0.3s;
}
.card .preberi-text {
  margin-top: 35px;
  margin-right: 7px;
  transition: color 0.3s;
}
.card-info {
  min-height: 80px;
  overflow: hidden;
}
.card-circle2 {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #de5a1b;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-top: -155px;
  position: relative;
  z-index: 101;
  margin-bottom: 35px;
  transition: z-index 0.3s;
}
.card-circle1 {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  margin-bottom: 35px;
  transition: z-index 0.3s;
}
.card-link:hover {
  text-decoration: none !important;
}
.card-link:hover .card-circle1 {
  z-index: 101;
  transition: all 0.3s;
}
.card-link:hover .card-circle2 {
  z-index: 100;
  transition: all 0.3s;
}
.card-link:hover .card-text {
  color: white;
  transition: all 0.3s;
}
.card-link:hover .card-title {
  color: white;
  transition: all 0.3s;
}
.card-link:hover .preberi-text {
  text-decoration: underline !important;
  color: white;
  transition: all 0.3s;
}
.card-link .fa-angle-right {
  transition: color 0.3s;
}
.card-link:hover .fa-angle-right {
  color: white;
  transition: all 0.3s;
}
.card-link:hover .card {
  background-color: #de5a1b;
  transition: all 0.3s;
}
.nadzorno-grey-row {
  background-color: #f8f8f8;
  padding-bottom: 40px;
}
.nadzorno-white-row {
  padding-bottom: 25px;
}
.projekti-text {
  margin-bottom: 40px !important;
}
.projekti-row {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 40px;
}
.servisne-list {
  margin-bottom: 55px !important;
}
.servisne-text {
  margin-bottom: 40px !important;
}
.zaposlitev-last {
  margin-bottom: 60px !important;
  background-color: #f8f8f8;
}
.svetovanje-row {
  padding-bottom: 25px;
  background-color: #f8f8f8;
}
.svetovanje-text {
  margin-bottom: 60px !important;
}
.projekat-row .vc_column-inner {
  padding-top: 0 !important;
}
.svetovanje-title {
  padding-top: 60px;
  margin-bottom: 20px !important;
}
.svetovanje-title h2 {
  margin-bottom: 0 !important;
}
.svetovanje-small-text {
  margin-bottom: 45px !important;
}
.storitve-last-text {
  margin-bottom: 60px !important;
}
/* ---------------------- O nas Page -------------------- */
.big-arrows-row {
  background-color: #f8f8f8;
}
.big-arrows-row .wpb_column .vc_column-inner {
  margin-top: -40px;
}
.big-arrows-row .wpb_column {
  border-top: 2px solid #a10017;
  border-bottom: 2px solid #a10017;
}
.big-arrows-row .wpb_column:first-of-type {
  border-top: none;
  border-bottom: none;
}
.big-arrows-row .wpb_column:first-of-type::after {
  content: '';
  display: block !important;
  width: 100%;
  height: 2px;
  background-color: #a10017;
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 1;
}
.big-arrows-row .wpb_column:last-of-type {
  border-right: 2px solid #a10017;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.big-arrows-row .arrow-title, .last-big-arrows-row .arrow-title, .rotate-big-arrows-row .arrow-title {
  padding-left: 0;
  font-weight: bold;
  left: 45px;
  max-width: inherit;
}
.rotate-big-arrows-row {
  background-color: #f8f8f8;
}
.rotate-big-arrows-row .wpb_column .vc_column-inner {
  margin-top: -42px;
}
.rotate-big-arrows-row .wpb_column:first-of-type {
  border-top: 2px solid #a10017;
  border-left: 2px solid #a10017;
  border-bottom: 2px solid #a10017;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -2px;
}
.rotate-big-arrows-row .arrow img {
  rotate: 180deg;
}
.last-big-arrows-row {
  background-color: #f8f8f8;
}
.last-big-arrows-row .wpb_column .vc_column-inner {
  margin-top: -42px;
}
.last-big-arrows-row .wpb_column:nth-child(2)::after {
  content: '';
  display: block !important;
  width: 100%;
  height: 2px;
  background-color: #a10017;
  position: absolute;
  top: -2px;
  right: 45px;
  z-index: 1;
}
.last-big-arrows-row .arrow-text {
  margin-bottom: 60px !important;
}
.big-arrows-row .arrow-text, .rotate-big-arrows-row .arrow-text {
  margin-bottom: 90px !important;
}
.small-arrows-row {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 40px;
}
.arrow {
  position: relative;
  z-index: 103;
}
.top-arrow {
  position: relative;
  display: grid;
  place-items: center;
}
.arrow-title {
  font-size: 14px;
  line-height: 21px;
  color: white;
  max-width: 195px;
  margin-bottom: 0 !important;
  position: absolute;
  padding-left: 45px;
  padding-right: 40px;
}
.arrow-text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 40px !important;
  padding-right: 40px;
}
.arrow-text ul {
  padding-left: 10px;
  margin-top: 10px;
}
.onas-top-row {
  margin-bottom: 35px;
}
.onas-big-row {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 45px;
}
.onas-bottom-row {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.onas-bottom1 .vc_column-inner {
  padding-right: 30px !important;
}
.onas-bottom2 .vc_column-inner {
  padding-left: 30px !important;
}
/* ---------------------- Reference Page -------------------- */
.reference-grey-row {
  padding-top: 45px;
  padding-bottom: 25px;
  background-color: #f8f8f8;
}
.reference-titles {
  margin-bottom: 10px !important;
}
.reference-titles h4 {
  color: #212121;
  margin-top: 15px;
}
.reference-text {
  margin-bottom: 10px !important;
}
.reference-text p {
  line-height: 26px;
}
.reference-link {
  margin-bottom: 0 !important;
}
.reference-inner-rows .wpb_content_element:last-of-type {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.reference-inner-rows:last-of-type .wpb_content_element:last-of-type {
  border-bottom: none;
}
.lek-column .file-wrap {
  background-color: #f8f8f8 !important;
  border-radius: 20px !important;
  font-size: 16px !important;
  line-height: 26px !important;
  padding: 10px 60px !important;
  padding-right: 10px !important;
  border: 1px solid lightgrey;
}
.lek-column .file-dl-text {
  display: none !important;
}
.lek-column .file-dl-btn {
  background: transparent !important;
  position: absolute;
  left: 0;
}
.lek-column .file-dl-btn .file-dl-icon {
  color: black !important;
}
.lek-column .file-wrap a {
  color: #de5a1b !important;
}
.lek-column .file-wrap:hover {
  text-decoration: underline !important;
}
.lek-row {
  padding-bottom: 20px;
}
.lek-gallery-row {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 30px;
}
.lek-gallery-row .nsg-p15 .nsg-gitem {
  padding-bottom: 0;
}
/* ---------------------- Zaposltev Page -------------------- */
.orange-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.orange-list ul li {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.orange-list ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #de5a1b;
  position: absolute;
  top: 9px;
  left: 0;
}
/* ---------------------- Footer Section -------------------- */
footer {
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  font-size: 16px;
  line-height: 31px;
  color: white;
}
.big-footer {
  background-color: #353535;
  padding-top: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #5d5c5c;
}
.small-footer {
  background-color: #353535;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
}
.footer-titles {
  margin-bottom: 30px !important;
}
.footer1 p {
  font-size: 16px;
  line-height: 31px;
}
.phone-icon img {
  margin-left: 4px;
}
.phone-icon {
  margin-bottom: 5px;
}
.phone-icon .ns-cwi-icon {
  padding-right: 24px !important;
}
.ns-cwi-icon {
  padding-right: 20px !important;
}
.ns-cwi-content_inner {
  font-size: 16px !important;
  line-height: 26px !important;
}
.footer4 img {
  position: absolute;
  bottom: -120px;
}
/* ---------------------- Responsive Styles -------------------- */
@media screen and (max-width: 1400px) {
  .last-big-arrows-row .wpb_column .vc_column-inner {
    margin-top: -37px;
  }
  .rotate-big-arrows-row .wpb_column .vc_column-inner {
    margin-top: -37px;
  }
  .big-arrows-row .wpb_column .vc_column-inner {
    margin-top: -36px;
  }
  .header-row .navbar-nav li {
    margin-right: 40px;
  }
  .nasi1 .vc_column-inner {
    padding-right: 30px !important;
  }
  .nasi2 .vc_column-inner {
    padding-left: 30px !important;
  }
  .kodesis1 .vc_column-inner {
    padding-right: 15px !important;
  }
  .kodesis2 .vc_column-inner {
    padding-left: 15px !important;
  }
  .onas-bottom1 .vc_column-inner {
    padding-right: 15px !important;
  }
  .onas-bottom2 .vc_column-inner {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1200px) {
  .big-arrows-row .wpb_column .vc_column-inner, .rotate-big-arrows-row .wpb_column .vc_column-inner, .last-big-arrows-row .wpb_column .vc_column-inner {
    margin-top: -30px;
  }
  .big-arrows-row .arrow-title, .rotate-big-arrows-row .arrow-title, .last-big-arrows-row .arrow-title {
    font-weight: normal;
  }
  .storitve-card3, .storitve-card4 {
    margin-top: 35px;
  }
  .home-card3, .home-card4 {
    margin-top: 10px;
  }
  .hero-section {
    height: 680px;
  }
  .main-title {
    padding-bottom: 0px;
  }
  .current-language {
    font-size: 18px;
  }
  .header-row .navbar-nav li {
    font-size: 18px;
    margin-right: 26px;
  }
  .nasi1 .vc_column-inner {
    padding-right: 15px !important;
  }
  .nasi2 .vc_column-inner {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 992px) {
  .lek-gallery-row {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .lek-row {
    padding-bottom: 0px;
  }
  .storitve-last-text {
    margin-bottom: 40px !important;
  }
  .last-big-arrows-row .arrow-text {
    margin-bottom: 40px !important;
  }
  .kodesis-btn {
    margin-bottom: 40px;
  }
  .last-big-arrows-row .arrow-text {
    margin-bottom: 40px !important;
  }
  .projekti-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .big-arrows-row .arrow-title, .rotate-big-arrows-row .arrow-title, .last-big-arrows-row .arrow-title {
    font-weight: bold;
  }
  .rotate-big-arrows-row .arrow img {
    rotate: 0deg;
  }
  .last-big-arrows-row .wpb_column:nth-child(2)::after, .big-arrows-row .wpb_column:first-of-type::after {
    display: none !important;
  }
  .rotate-big-arrows-row .wpb_column:first-of-type, .rotate-big-arrows-row .wpb_column:last-of-type, .big-arrows-row .wpb_column:last-of-type, .big-arrows-row .wpb_column, .rotate-big-arrows-row .wpb_column, .last-big-arrows-row .wpb_column {
    border: none;
  }
  .rotate-big-arrows-row {
    display: flex !important;
    flex-direction: row-reverse !important;
  }
  .rotate-big-arrows-row .rotate-arrow1 {
    order: 3;
  }
  .rotate-big-arrows-row .rotate-arrow2 {
    order: 4;
  }
  .rotate-big-arrows-row .rotate-arrow3 {
    order: 1;
  }
  .rotate-big-arrows-row .rotate-arrow4 {
    order: 2;
  }
  .small-arrows-row {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .hero-section {
    height: 600px;
  }
  .header-row .navbar-collapse {
    float: left;
  }
  .header-row {
    flex-wrap: wrap;
  }
  .header-info-column, .header-logo-column {
    width: 100%;
  }
  .home header {
    z-index: 1000;
  }
  .header-row ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 5px;
  }
  .header-row .navbar-nav li {
    font-size: 20px;
    margin-top: 0px;
    width: 100%;
    margin-right: 0;
  }
  .header-row .navbar-nav li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    width: 100%;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .header-row .navbar {
    width: 100% !important;
    background-color: #de5a1b;
    padding-left: 20px;
    margin-top: 20px;
    border-radius: 4px !important;
  }
  .navbar-toggle {
    display: block !important;
    position: absolute;
    right: 0;
    top: -97px;
    z-index: 120;
  }
  .language-selector-container {
    display: none;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .show {
    display: block;
  }
  .icon-bar {
    background-color: white !important;
  }
  .cards-row {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .kodesis-row {
    padding-top: 10px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: normal;
  }
  .nasi-row {
    padding-top: 65px;
    padding-bottom: 60px;
    flex-direction: column;
    align-items: normal;
  }
  .nasi1, .nasi2 {
    width: 100% !important;
  }
  .onas-bottom-row {
    padding-top: 50px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
  .onas-bottom1, .onas-bottom2 {
    width: 100%;
  }
  .onas-big-row {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .onas-big2 .wpb_single_image {
    text-align: left !important;
  }
  .onas-big1, .onas-big2, .kodesis1, .kodesis2 {
    width: 100% !important;
  }
  .onas-big-row {
    flex-direction: column;
    align-items: normal;
  }
  .onas-top-row {
    margin-bottom: 20px;
  }
  .nadzorno-grey-row {
    padding-bottom: 20px;
  }
  .nadzorno-white-row {
    padding-bottom: 10px;
  }
  .projekti-text {
    margin-bottom: 30px !important;
  }
  .servisne-list {
    margin-bottom: 40px !important;
  }
  .servisne-text {
    margin-bottom: 30px !important;
  }
  .svetovanje-row {
    padding-bottom: 15px;
  }
  .svetovanje-small-text {
    margin-bottom: 30px !important;
  }
  .svetovanje-title {
    padding-top: 40px;
  }
  .svetovanje-text {
    margin-bottom: 40px !important;
  }
  .reference-grey-row {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .zaposlitev-last {
    margin-bottom: 35px !important;
  }
  .google-maps-row iframe {
    height: 450px;
  }
  .big-footer {
    padding-bottom: 15px;
    padding-top: 40px;
  }
  .footer2, .footer3 {
    margin-top: 30px;
  }
  .footer4 img {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .footer-titles {
    margin-bottom: 20px !important;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h3 {
    font-size: 25px;
    line-height: 33px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h1 {
    font-size: 40px;
  }
  .top-info h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .card {
    padding-bottom: 40px;
  }
  .navbar-toggle {
    top: -85px;
  }
  .header-logo-column img {
    width: 180px;
    height: 80px;
  }
  .rotate-big-arrows-row .rotate-arrow1 {
    order: 4;
  }
  .rotate-big-arrows-row .rotate-arrow2 {
    order: 3;
  }
  .rotate-big-arrows-row .rotate-arrow3 {
    order: 2;
  }
  .rotate-big-arrows-row .rotate-arrow4 {
    order: 1;
  }
  .lek-gallery-row {
    padding-bottom: 0;
  }
  .last-big-arrows-row .wpb_column:first-of-type .arrow-text {
    margin-bottom: 90px !important;
  }
  .projekti-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .big-arrows-row .arrow-title, .last-big-arrows-row .arrow-title, .rotate-big-arrows-row .arrow-title {
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    left: 85px;
    max-width: inherit;
  }
  .small-arrows-row {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .storitve-card2 {
    margin-top: 35px;
  }
  .home-card2 {
    margin-top: 10px;
  }
  .hero-section {
    height: 520px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 28px;
    line-height: 33px;
  }
  h1 {
    font-size: 38px;
  }
  .top-info h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  header .navbar-nav {
    margin: 0 0 0 0;
  }
  .cards-row {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .nasi-row {
    padding-top: 35px;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: normal;
  }
  .kodesis-row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .onas-bottom-row {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .onas-big-row {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .onas-top-row {
    margin-bottom: 5px;
  }
  .nadzorno-grey-row {
    padding-bottom: 0px;
  }
  .nadzorno-white-row {
    padding-bottom: 0px;
  }
  .servisne-list {
    margin-bottom: 30px !important;
  }
  .svetovanje-title {
    padding-top: 30px;
  }
  .svetovanje-text {
    margin-bottom: 30px !important;
  }
  .reference-grey-row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .big-footer {
    padding-bottom: 5px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 567px) {
  .wpcf7 {
    padding: 20px 30px 15px 30px !important;
  }
  .last-big-arrows-row .wpb_column:first-of-type .arrow-text, .big-arrows-row .arrow-text, .rotate-big-arrows-row .arrow-text {
    margin-bottom: 70px !important;
  }
  .big-arrows-row .arrow-title, .last-big-arrows-row .arrow-title, .rotate-big-arrows-row .arrow-title {
    font-size: 16px;
    line-height: 26px;
    left: 55px;
  }
  .arrow-text {
    font-size: 16px;
    line-height: 26px;
  }
  .arrow-title {
    font-size: 16px;
    line-height: 26px;
    max-width: 230px;
  }
  .small-arrows-row .wpb_column {
    width: 100% !important;
  }
  .small-arrows-row .arrow-title {
    font-size: 18px;
    line-height: 30px;
    max-width: inherit;
  }
  .hero-section {
    height: 480px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h1 {
    font-size: 35px;
  }
  .top-info h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 360px) {
  .small-arrows-row .arrow-title {
    max-width: 230px;
  }
  .last-big-arrows-row .wpb_column:first-of-type .arrow-text, .big-arrows-row .arrow-text, .rotate-big-arrows-row .arrow-text {
    margin-bottom: 60px !important;
  }
  .big-arrows-row .arrow-title, .last-big-arrows-row .arrow-title, .rotate-big-arrows-row .arrow-title {
    font-size: 14px;
    line-height: 21px;
    left: 45px;
  }
  .arrow-text {
    font-size: 14px;
    line-height: 21px;
  }
}
.animation-rows {
  text-align: center;
  background-color: #b132d1;
}
.border-slide {
  color: white;
  background-color: black;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 100;
  border-radius: 0 !important;
  transition: background-color 0.5s linear;
}
.border-slide:hover {
  color: black;
  background-color: white;
}
.border-slide span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  transform: translateX(-100%);
  transition: all 0.5s linear;
}
.border-slide span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background-color: white;
  transform: translateY(-100%);
  transition: all 0.5s linear;
}
.border-slide span:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  transform: translateX(100%);
  transition: all 0.5s linear;
}
.border-slide span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: white;
  transform: translateY(100%);
  transition: all 0.5s linear;
}
.border-slide:hover span:nth-child(1) {
  transform: translateX(0%);
}
.border-slide:hover span:nth-child(2) {
  transform: translateY(0%);
}
.border-slide:hover span:nth-child(3) {
  transform: translateX(0%);
}
.border-slide:hover span:nth-child(4) {
  transform: translateY(0%);
}
.btn-hover-position {
  color: white;
  background-color: black;
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 100;
  transition: color 0.3s;
}
.btn-hover-background {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: white;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: width 0.7s, height 0.7s;
  z-index: -1;
}
.btn-hover-position:hover {
  color: black !important;
  transition: all 0.3s;
}
.btn-hover-position:hover .btn-hover-background {
  width: 300%;
  height: 300%;
}
.shake-blur {
  color: white !important;
  background-color: black !important;
  transition: all 0.3s linear;
}
.shake-blur:hover {
  animation: shake 0.1s infinite;
  animation-delay: 0.1s;
  color: black !important;
  background-color: white !important;
}
@keyframes shake {
  0% {
    transform: translate(1px, 0px);
  }
  25% {
    transform: translate(0px, 1px);
  }
  50% {
    transform: translate(1px, 0px);
  }
  75% {
    transform: translate(0px, 1px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}
.bounce {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  color: white !important;
  background-color: black !important;
}
.bounce:hover {
  animation: bounce 0.9s infinite;
  animation-delay: 0.1s;
  color: black !important;
  background-color: white !important;
}
@keyframes bounce {
  0% {
    bottom: 50%;
  }
  50% {
    bottom: calc(50% + 6px);
    box-shadow: 0px 10px 16px -7px #000;
  }
  100% {
    bottom: 50%;
  }
}
.glow {
  color: white !important;
  background-color: black !important;
  transition: all 0.3s linear;
}
.glow:hover {
  box-shadow: 0 0 14px 10px white;
  background-color: white !important;
  color: black !important;
}
.moving-border {
  position: relative;
  z-index: 101;
  overflow: hidden;
  background-color: black;
  color: white;
  transition: all 0.3s;
}
.moving-border:hover {
  color: black;
  background-color: white;
}
.moving-border:hover .fill {
  background-color: white;
}
.rotate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320%;
  height: 320%;
  background-image: repeating-conic-gradient(black 0deg 40deg, transparent 40deg 180deg, black 180deg 220deg, transparent 220deg 360deg);
  z-index: -1;
  animation: movingBorder 3s infinite linear;
  transition: all 0.3s;
}
.fill {
  background-color: black;
  position: absolute;
  inset: 3px;
  z-index: -1;
  border-radius: 25px;
  transition: all 0.3s;
}
@keyframes movingBorder {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.side-fill {
  position: relative;
  z-index: 101;
  overflow: hidden;
  background-color: black !important;
  color: white !important;
  transition: color 0.4s linear;
}
.side-fill::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  left: -1px;
  bottom: 0;
  top: 0;
  width: 100%;
  transform: translateX(-100%);
  background-color: white;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 25px;
}
.side-fill:hover {
  color: black !important;
  background-color: white !important;
  transition: background-color 0.2s linear 0.3s, color 0.2s linear 0.1s;
}
.side-fill:hover::before {
  transform: translateX(0%);
}
@keyframes back-color {
  0% {
    background-color: black !important;
  }
  100% {
    background-color: white !important;
  }
}
.transparent-back {
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: 800px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px black;
  animation: back-move 30s infinite linear;
}
.transparent-title {
  font-size: 60px !important;
}
@keyframes back-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 800px 800px;
  }
}
.wave-button {
  position: relative;
  overflow: hidden;
  background-color: black !important;
  color: white !important;
  z-index: 100;
  transition: background-color 0.4s, color 0.4s;
}
.wave-button:hover {
  color: black !important;
  background-color: white !important;
  transition: background-color 0.3s 0.9s, color 0.3s 0.5s;
}
.wave1, .wave2, .wave3, .wave4 {
  position: absolute;
  border: 2px solid transparent;
  background-color: transparent;
  color: black;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0px;
  height: 0px;
  z-index: -1;
  transition: all 10.1s;
}
.wave-button:hover .wave1 {
  animation: waves 0.5s linear 0.1s forwards;
  opacity: 0.4;
  transition: all 0s;
}
.wave-button:hover .wave2 {
  animation: waves 0.5s linear 0.25s forwards;
  opacity: 0.5;
  transition: all 0s;
}
.wave-button:hover .wave3 {
  animation: waves 0.5s linear 0.4s forwards;
  opacity: 0.6;
  transition: all 0s;
}
.wave-button:hover .wave4 {
  animation: waves 0.5s linear 0.55s forwards;
  opacity: 0.7;
  transition: all 0s;
}
@keyframes waves {
  0% {
    width: 0%;
    height: 0%;
    background-color: transparent;
  }
  100% {
    width: 300%;
    height: 300%;
    background-color: white;
  }
}
.radiel-button {
  position: relative !important;
  color: white !important;
  background-color: black !important;
  overflow: hidden;
  z-index: 100;
  transition: all 0.3s;
}
.radiel-button:hover {
  color: black !important;
}
.radiel-color {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(white, transparent, transparent);
  height: 340%;
  width: 340%;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.radiel-button:hover .radiel-color {
  opacity: 1;
}
.radiel-border {
  position: relative;
  z-index: 101;
}
.size {
  color: white !important;
  background-color: black !important;
  transition: all 0.3s;
}
.size:hover {
  animation: size 0.6s linear;
}
@keyframes size {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.15);
  }
  100% {
    transform: scale(1);
    box-shadow: none;
  }
}
.center-fill {
  color: white !important;
  background-color: black !important;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.center-fill:hover {
  color: black !important;
  background-color: white !important;
}
.center-fill::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 25px;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.4s;
}
.center-fill:hover::before {
  transform: scaleX(1);
  background-color: white;
  transition: transform 0.4s, background-color 0s;
}
.square-part-slide {
  color: white !important;
  background-color: black !important;
  border-radius: 0px !important;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.square-part-slide:hover {
  color: black !important;
  background-color: black !important;
}
.square-part-slide::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  background-color: white;
  transform-origin: left;
  transition: all 0.4s;
}
.square-part-slide:hover::before {
  transform: scaleX(1);
  transform-origin: right;
}
.full-slide-button {
  color: white !important;
  background-color: black !important;
  position: relative;
  z-index: 1;
  transition: color 0.3s, background-color 0s;
  overflow: hidden;
}
.full-slide-button:hover {
  color: black !important;
  background-color: white !important;
  transition: color 0.3s, background-color 0.2s 0.2s;
}
.full-slide-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: white;
  border-radius: 25px;
  transition: all 0.3s;
}
.full-slide-button:hover::before {
  top: unset;
  bottom: 0;
  height: 100%;
}
.energy-button {
  color: white !important;
  background-color: #000 !important;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.energy-button:hover {
  color: black !important;
  background-color: white !important;
}
.energy-button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: width 0.3s, height 0.3s;
}
.energy-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: width 0.3s, height 0.3s;
}
.energy-button:hover::before {
  width: 120%;
  height: 150%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  opacity: 0.8;
  box-shadow: 0px 0px 7px 3px white;
  transition: width 0.3s, height 0.3s;
}
.energy-button:hover::after {
  width: 110%;
  height: 125%;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  transition: width 0.3s, height 0.3s;
}
/*------------------- 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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #de5a1b;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#jquery-cookie-law-script a.cookie-law-button:hover, #jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #c34f18;
  color: #f0f0f0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #a10017;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #820013;
}
/* ---------- 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: #000;
  float: left;
}
a.file-dl-btn {
  float: right;
  background: #de5a1b;
  color: white;
  position: absolute;
  padding: 12px 15px;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
a.file-dl-btn:hover {
  background: #c34f18;
  text-decoration: none;
}
.file-dl-text {
  float: left;
}
.file-dl-icon {
  margin-left: 10px;
  font-size: 16px;
}
.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: #de5a1b;
  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;
}
.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;
  background: rgba(161, 0, 23, 0.5);
}
.title-banner h1 {
  font-size: 28px;
  color: #b14815;
  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: white;
}
.ns-breadcrumbs li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.ns-breadcrumbs li:last-child {
  margin-right: 0;
  font-weight: 700;
}
.ns-breadcrumbs li:after {
  content: '\f105';
  font-family: fontAwesome;
  margin-left: 9px;
}
.ns-breadcrumbs li:last-child:after {
  display: none;
}
.ns-breadcrumbs a {
  color: white;
}
.ns-breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}
.post-img-cover {
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-img-cover-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  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 #a10017;
  font-weight: bold;
  color: #a10017;
  text-decoration: none;
  display: inline-block;
}
.page-numbers:hover {
  text-decoration: none;
}
.page-numbers.current {
  border: 1px solid #de5a1b;
  background: #de5a1b;
  color: #fff;
}
.page-numbers.next {
  float: right;
}
.page-numbers.prev {
  float: left;
}
.page-numbers.next, .page-numbers.prev {
  border: 1px solid #a10017;
}
.page-numbers.next:hover, .page-numbers.prev:hover {
  border: 1px solid #de5a1b;
}
.ns-gallery {
  float: left;
}
.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: 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: 56.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%;
}
.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: #a10017;
}
.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: #de5a1b;
  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: #a10017;
  color: #de5a1b;
}
.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: #de5a1b;
  }
  .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: white;
    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;
  }
}
.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;
}



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

.language-selector-container span {
  padding: 0;
  float: left;
  line-height: 1;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  margin-left: 3px;
  text-transform: uppercase;
  line-height: 14px !important;
  font-weight: 500;
}

header .language-selector-container.lang-mobile {
  display: none;
}

header .language-selector-container {
  float: right;
  border: none;
  cursor: pointer;
  position: relative;
  left: 0;
  right: auto;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px 5px 0px 5px;
  padding-left: 0px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  top: -1px;
  cursor: pointer;
}
header .language-selector-container .fa {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
header .language-selector-container .fa:hover {
  color: #fff;
}

header .language-selector-container span {
  padding: 0;
  float: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  cursor: default;
  margin-left: 3px;
  margin-right: 5px;
  cursor: pointer;
}
header .language-selector-container span:hover {
  color: #fff;
}

header .language-selector-2 {
  position: absolute;
  background: #fff;
  color: #fff;
  z-index: 111;
  top: 33px;
  float: right;
  right: -1;
  display: none;
  left: -12.5px;
  padding: 2px 8px 1px 2px;
  border: 1px solid white;
}
header .language-selector-2 span:hover {
  color: #fff;
}

header .language-selector-2.open {
  display: block;
  margin-right: -25px;
}

header .language-selector-2 span {
  display: none;
}

header .language-selector-2 span:hover {
  text-decoration: underline;
}

header .language {
  width: 100%;
  float: left;
  padding: 3px 5px;
  font-weight: 400;
}

header .language span {
  padding: 0;
  margin-right: 0;
}

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

header .language-selector-container a {
  background-color: transparent;
}

@media (min-width: 768px) {
  header .language-selector-container {
    /*      top: 8px;
          cursor: pointer; */
  }
}
@media (min-width: 992px) {
  header .language-selector-2 {
    position: absolute;
    background: transparent;
    color: #fff;
    z-index: 11;
    top: 33px;
    display: none;
    left: -8px;
    right: -1px;
    border: none;
  }
  header .language-selector-container {
    cursor: pointer;
    top: -15px;
  }
}
@media (max-width: 1199px) {
  header .language-selector-container {
    top: 0;
    margin-left: 0;
    margin-right: 15px;
    padding-top: 0;
  }
  header .language-selector-2 {
    position: relative;
  }
  header .language-selector-2.open {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header .language-selector-2 a {
    margin-right: 0 !important;
    margin-left: 15px !important;
    width: auto !important;
  }
  header .language-selector-2 > a:first-of-type {
    margin-left: 0 !important;
  }
  header .language-selector-2 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  header .language-selector-container span {
    margin: 0 !important;
  }
  .language-selector-container {
    display: flex;
    align-items: center; /* Align items in the center */
    justify-content: flex-start;
    flex-wrap: wrap; /* Allow wrapping */
  }
  .language-selector-container > span,
  .language-selector-container > i {
    display: flex;
    align-items: center;
    margin-right: 5px; /* Adjust spacing */
  }
  .language-selector-2 {
    flex-basis: 100%; /* Makes it take the full width */
  }
  header .language {
    padding: 0;
  }
}
@media (max-width: 992px) {
  header .language-selector-container a {
    text-align: center;
  }
  header .language-selector-container span {
    float: none;
  }
  header .language-selector-2 {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0;
  }
}
@media (max-width: 992px) {
  header .language-selector-container.lang-mobile {
    display: flex;
    margin-right: 0;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - END ------------------------------------------------ */