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

html, body {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

.container {
  width: 1305px;
  max-width: 100%;
}

.site-content {
  min-height: 70vh;
}

/*.site-content {
	h3 {
		margin-bottom: 20px !important;
		margin-top: 30px !important;
	}
}*/
.small-footer {
  background: #001247;
  color: #fff;
  font-size: 14px;
  padding: 20px 0 20px 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.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: 50px;
  font-weight: 700;
  color: #000;
  font-family: 'Rajdhani', sans-serif;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  font-family: 'Rajdhani', sans-serif;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  font-family: 'Rajdhani', sans-serif;
}

h4 {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  font-family: 'Rajdhani', sans-serif;
}

h5 {
  font-size: 22px;
  font-weight: 700;
  color: #eee;
  font-family: 'Rajdhani', sans-serif;
}

p, ul {
  line-height: 1.5;
  margin-bottom: 21px;
  font-size: 18px;
  color: #565656;
  line-height: 32px;
}

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

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

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

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

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

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

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

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

table {
  min-height: .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;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  line-height: 1;
}

.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 {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}

.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,
.btn-primary,
.btn-primary:visited {
  color: #fff;
  background: #009977;
  border: 2px solid #009977;
}

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

#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: #e0e0e0;
  border: 2px solid #005c47;
  background: #005c47;
  -webkit-box-shadow: none;
          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: #565656;
  background: #fff;
  border: 2px solid #fff;
}

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

#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: #373737;
  border: 2px solid #0d1a42;
  background: #0d1a42;
  -webkit-box-shadow: none;
          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: #172F75;
  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: #009977 !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active > a,
.vc_tta-tabs .vc_tta-tab.vc_active > a:hover {
  background: #009977 !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: #009977 !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: #172F75 !important;
  }
  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #12255b !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
    background: #009977 !important;
  }
  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff;
  }
  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #009977;
    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: #172F75;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

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

.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: #172F75;
  padding: 15px 40px !important;
  color: #009977;
}

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

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

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

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

.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: 15px 20px;
}

#jquery-cookie-law-script #cookie-law-message {
  float: left;
  /*text-align: justify;*/
  padding-bottom: 15px;
  font-size: 11px;
}

#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  /*-webkit-border-radius: $border-radius;
  -moz-border-radius: $border-radius;
  border-radius: $border-radius;*/
  background-color: #009977;
  color: #fff;
  text-decoration: none;
  -webkit-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: #007a5f;
  color: #f0f0f0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

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

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

/* ---------- 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: 250px;
  }
  #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: #009977;
  color: #fff;
  position: absolute;
  padding: 12px 15px;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

a.file-dl-btn:hover {
  background: #007a5f;
  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: 35px;
  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(23, 47, 117, 0.5);
}

.title-banner h1 {
  font-size: 30px;
  /*color: darken($primary-color, 10%);*/
  color: #fff;
  font-weight: bold;
  margin: 16px 0 0 0;
  z-index: 1;
  position: relative;
  font-family: 'Rajdhani', sans-serif;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.breadcrumbs-container {
  padding: 15px 0 15px 0;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
}

.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #565656;
  font-family: 'Rajdhani', sans-serif;
}

.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: #565656;
}

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

.post-img-cover {
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.post-img-cover-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.vc-pagination {
  /*border-top: 1px solid $border-color;*/
  padding-top: 20px;
  text-align: left;
  margin-bottom: 35px;
}

.page-numbers {
  padding: 10px 15px;
  border: 2px solid #009977;
  font-weight: bold;
  color: #009977;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  margin: 0px 3px;
}

.page-numbers:hover {
  text-decoration: none;
  background: #F4F4F4;
  border-color: #F4F4F4;
  color: #000;
}

.page-numbers.current {
  border: 2px solid #F4F4F4;
  background: #F4F4F4;
  color: #000;
}

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

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

.page-numbers.next,
.page-numbers.prev {
  border: 2px solid #009977;
  color: #009977;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  text-decoration: none;
  background: #F4F4F4;
  border-color: #F4F4F4;
  color: #000;
}

.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.vc_ns_content-slider-container .slick-arrow:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          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: #009977;
  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 {
  -webkit-box-shadow: none;
          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;
}

.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;
  border-radius: 6px;
}

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

.ns-timeline {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #565656;
  background: #F4F4F4;
}

.ns-timeline h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 95px;
}

.timeline-element-content {
  /* max-width: 518px;*/
  font-size: 18px;
  font-weight: 400;
  border-left: 1px solid #172F75;
  margin-left: 25px;
  padding-left: 25px;
  padding-bottom: 45px;
  max-width: 75%;
  line-height: 32px;
}

.timeline-element-content p {
  color: #565656;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  /*max-width: 518px;*/
}

.timeline-element-content ul {
  margin: 1rem 0;
  padding: 0 0 0 1rem;
  /* max-width: 405px;*/
}

.timeline-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.timeline-imgs img {
  margin-top: 30px;
}

.timeline-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-element > div.row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.timeline-element > div.row > div {
  padding: 35px 15px;
}

.timeline-element > div.row > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline-elements > .timeline-element > div.row > div:first-child {
  border-left: 1px solid blue;
  margin-right: 1px;
  margin-left: -1px;
}

.timeline-elements > .timeline-element .timeline-element-heading .timeline-year {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A1818;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  font-family: 'Rajdhani', sans-serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 24px;
}

.timeline-inner-header {
  position: relative;
  text-align: right;
}

.timeline-elements {
  max-width: 85%;
  margin: 0 auto;
}

.timeline-element-heading {
  width: 200px;
}

.line-shape {
  position: absolute;
  right: -34px;
  top: 10px;
}

@media (max-width: 1088px) {
  .timeline-element-heading {
    width: 120px;
  }
}

/*.ns-hotspots-left-half,
.ns-hotspots-right-half {
	float: left;
	width: 50%;
}

.ns-hotspots-left-half {
	text-align: center;
}

.ns-hotspots-right-half {
	padding-right: 35px;
}*/
.ns-hotspots-right-half {
  display: none;
}

@media (max-width: 767px) {
  .ns-hotspots-left-half,
  .ns-hotspots-right-half {
    width: 100%;
  }
  .ns-hotspots-right-half {
    padding-right: 0;
  }
}

.ns-hotspots-container {
  max-width: 100%;
  position: relative;
  display: inline-block;
}

.ns-hotspots-background {
  max-width: 100%;
  height: auto;
}

.ns-hotspots-item {
  position: absolute;
  margin-top: -22px;
  margin-left: -22px;
  /*background: rgb(53,132,220);
	background: -moz-linear-gradient(top, rgba(53,132,220,1) 0%, rgba(53,132,220,1) 20%, rgba(22,82,150,1) 60%, rgba(22,82,150,1) 100%);
	background: -webkit-linear-gradient(top, rgba(53,132,220,1) 0%,rgba(53,132,220,1) 20%,rgba(22,82,150,1) 60%,rgba(22,82,150,1) 100%);
	background: linear-gradient(to bottom, rgba(53,132,220,1) 0%,rgba(53,132,220,1) 20%,rgba(22,82,150,1) 60%,rgba(22,82,150,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3584dc', endColorstr='#165296',GradientType=0 );*/
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 9px 0;
  /*box-shadow: 
		0 2px 5px rgba(#000, 0.4),
		inset 0 -3px 2px rgba(#000,0.35),
		inset 0 3px 2px rgba(#fff,0.5);*/
}

.ns-hotspots-item svg {
  position: absolute;
  left: -6px;
  top: -2px;
}

.ns-hotspots-item svg path {
  fill: #fff;
}

/*.ns-hotspots-item:hover {
	cursor: pointer;
}*/
.ns-hotspots-item span {
  z-index: 1;
  position: relative;
  color: #009977;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ns-hotspots-item:before {
  content: '';
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid red;
  position: absolute;
  display: block;
  top: -10px;
  left: -10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ns-hotspots-item.active:before {
  opacity: 0;
}

.ns-hotspots-item.active svg path {
  fill: #172F75;
}

.ns-hotspots-item.active svg {
  z-index: 6 !important;
}

.ns-hotspots-item.active span {
  color: #fff;
  z-index: 7 !important;
}

.ns-hotspots-item.active .ns-hotspots-right-half {
  display: block;
}

/*.ns-hotspots-item:before {
	content: '+';
	text-align: center;
	position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: $primary-text;
    font-weight: bold;
    font-size: 24px;
}*/
/*@media (max-width: 767px) {
	.ns-hotspots-item {
		display: none;
	}
}

.ns-hotspots-item-bubble {
	width: 300px;
	background: $bubble-background;
	position: absolute;
	border-radius: $border-radius;
	padding: 15px;
	display: none;
	z-index: 10;
}

.ns-hotspots-item-bubble.show {
	display: block;
}

.ns-hotspots-item-bubble.top,
.ns-hotspots-item-bubble.bottom {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ns-hotspots-item-bubble.top {
	bottom: 100%;
	margin-bottom: 16px;
}

.ns-hotspots-item-bubble.top:before {
	content: '';
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 16px solid $bubble-background;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -15px;
}

.ns-hotspots-item-bubble.bottom {
	top: 100%;
	margin-top: 16px;
}

.ns-hotspots-item-bubble.bottom:before {
	content: '';
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 16px solid $bubble-background;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -15px;
}

.ns-hotspots-item-bubble.left,
.ns-hotspots-item-bubble.right {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ns-hotspots-item-bubble.left {
	right: 100%;
	margin-right: 16px;
}

.ns-hotspots-item-bubble.left:before {
	content: '';
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 16px solid $bubble-background;
	position: absolute;
	top: 50%;
	right: -16px;
	margin-top: -15px;
}

.ns-hotspots-item-bubble.right {
	left: 100%;
	margin-left: 16px;
}

.ns-hotspots-item-bubble.right:before {
	content: '';
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 16px solid $bubble-background;
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -15px;
}
*/
.ns-hotspots-bubble {
  background: #172F75;
  border: 1px solid #172F75;
  border-radius: 6px;
  padding: 0 22px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  width: 300px;
  position: absolute;
  z-index: 5;
  margin-top: 10px;
  text-align: left;
  padding: 20px;
  margin-left: -120px;
  margin-top: -4px;
}

.ns-hotspots-bubble h3 {
  font-size: 20px;
  margin: 0px;
}

.ns-hotspots-bubble p {
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  margin: 0px;
  margin: 10px 0px;
}

.ns-hotspots-bubble .read-more-hotspot {
  font-size: 16px;
  color: #48E2C0;
  text-decoration: none;
  font-weight: bold;
  line-height: 21px;
  position: relative;
}

.ns-hotspots-bubble .read-more-hotspot::after {
  content: url("../images/arrow.svg");
  width: 22px;
  /* height: 16px; */
  display: block;
  position: absolute;
  right: -32px;
  top: 0px;
  background: #009977;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ns-hotspots-bubble a:hover {
  color: #fff;
}

.ns-hotspots-bubble a:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hotspots-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}

.hotspots-list-item {
  width: 293px !important;
  margin: 0px 12px;
  background: #009977;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 25px !important;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}

.hotspots-list-item h3 {
  color: #fff;
  font-size: 22px;
  margin: 0px;
}

.hotspot-image {
  max-width: 100%;
  margin: 10px 0px;
}

.hotspots-list-item:hover {
  background: #172F75;
}

.hotspots-list-item.active {
  background: #172F75;
}

.ns-active-hotspot {
  display: none;
}

@media (max-width: 767px) {
  .ns-hotspots-bubble {
    margin-bottom: 45px;
  }
}

.ns-hotspots-bubble-number {
  background: #3584dc;
  background: -webkit-gradient(linear, left top, left bottom, from(#3584dc), color-stop(20%, #3584dc), color-stop(60%, #165296), to(#165296));
  background: linear-gradient(to bottom, #3584dc 0%, #3584dc 20%, #165296 60%, #165296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3584dc', endColorstr='#165296',GradientType=0 );
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 9px 0;
  position: relative;
  margin: 0 auto;
  margin-top: -22px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), inset 0 -3px 2px rgba(0, 0, 0, 0.35), inset 0 3px 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), inset 0 -3px 2px rgba(0, 0, 0, 0.35), inset 0 3px 2px rgba(255, 255, 255, 0.5);
}

.ns-hotspots-bubble-number:before {
  content: '';
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid red;
  position: absolute;
  display: block;
  top: -10px;
  left: -10px;
}

.ns-hotspots-bubble-title {
  margin-bottom: 15px;
  margin-top: 25px;
  color: #fff;
}

.ns-hotspots-bubble-desc {
  font-size: 16px;
  margin-bottom: 40px;
}

.hotspots-list-item {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.hotspots-list-item-num-wrap {
  padding-right: 30px;
  display: table-cell;
  width: 75px;
}

.hotspots-list-item-num {
  font-size: 20px;
  color: red;
  width: 45px;
  height: 45px;
  border: 2px solid red;
  border-radius: 50%;
  text-align: center;
  padding: 8px 0;
}

.hotspots-list-item-title {
  color: red;
  font-size: 16px;
  line-height: 1.6;
  display: table-cell;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hotspots-list-item-title {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .hotspots-list-item {
    width: 39.5% !important;
  }
  .ns-hotspots-item .ns-hotspots-bubble {
    display: none;
  }
  .active-number {
    position: absolute;
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    width: 55px;
    height: 51px;
    border-radius: 50%;
    left: 45%;
    top: -25px;
  }
  .active-number span {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .ns-active-hotspot {
    display: block;
    background: #172F75;
    border: 1px solid #172F75;
    border-radius: 6px;
    padding: 0 22px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    width: 100%;
    z-index: 5;
    position: relative;
    margin-top: 10px;
    text-align: left;
    padding: 20px;
    margin-bottom: 30px;
  }
  .ns-active-hotspot h3 {
    font-size: 20px;
    margin: 0px;
    margin-top: 15px;
  }
  .ns-active-hotspot p {
    line-height: 21px;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    margin: 10px 0px;
  }
  .ns-active-hotspot .read-more-hotspot {
    font-size: 14px;
    color: #48E2C0;
    text-decoration: none;
    font-weight: bold;
    line-height: 21px;
    position: relative;
  }
  .ns-active-hotspot .read-more-hotspot::after {
    content: url("../images/arrow.svg");
    width: 22px;
    /* height: 16px; */
    display: block;
    position: absolute;
    right: -32px;
    top: 0px;
    background: #009977;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .ns-active-hotspot a:hover {
    color: #fff;
  }
  .ns-active-hotspot a:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (max-width: 700px) {
  .ns-hotspots-item svg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .ns-hotspots-item span {
    font-size: 16px;
    margin-top: 5px;
  }
}

.bs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bs-container .slick-list {
  width: 100% !important;
}

.bs-container .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ns-bs .bs-brand-box {
  height: 175px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: none;
  margin: 0 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ns-bs .bs-img {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.ns-bs .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 10;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  top: 50%;
}

.ns-bs .slick-arrow:hover {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ns-bs .slick-prev {
  left: 0;
  opacity: 1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ns-bs .slick-next {
  right: 0;
  opacity: 1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ns-bs .slick-prev:before,
.ns-bs .slick-next:before {
  color: blue;
  font-family: FontAwesome;
}

.ns-bs .slick-dots li {
  cursor: default;
  height: 14px;
  width: 14px;
  margin: 0 3px;
}

.ns-bs .slick-dots li button {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
}

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

.ns-bs .slick-dots li button:hover:before,
.ns-bs .slick-dots li button:focus:before {
  color: #999;
}

.ns-bs .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333;
}

@media (min-width: 768px) {
  .ns-bs .bs-brand-box {
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .bs-container .slick-list .slick-track {
    display: block;
  }
  .ns-bs .bs-brand-box {
    width: none !important;
    height: 135px;
  }
  .bs-container .slick-dots {
    bottom: -5px;
  }
}

/* Video background element */
.outer-container {
  height: 84vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.text {
  position: absolute;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.overlay {
  position: absolute;
  /*height: 75vh;*/
  width: 100%;
  /*background-color: #172F75;*/
  opacity: 0.5;
}

.button {
  background: #fff;
  border-radius: 40px;
  color: #18266c;
  font-size: 1.5em;
  padding: .7em 1.2em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

header {
  padding: 14px 0;
  position: relative;
  z-index: 9;
  background: #E9EDF3;
}

video {
  width: 100vw;
  /*position: absolute;
	left: 0px;
	top: 0px;*/
}

.logo svg {
  margin-top: 12px;
}

.top-nav {
  margin-bottom: 10px;
  margin-top: 10px;
}

.top-nav ul {
  list-style-type: none;
  line-height: 22px;
  margin-bottom: 15px;
}

.top-nav ul > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-nav ul > div li a {
  margin-left: 40px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: medium;
  color: #565656;
  font-weight: 500;
}

.top-nav ul > div li.current-menu-item a {
  text-decoration: underline;
}

.top-header .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Language */
.language-selector-container {
  margin-left: 40px;
  margin-top: 10px;
  cursor: pointer;
}

.language-selector-container span {
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  color: #565656;
  font-weight: 500;
}

.language-selector-container .language-selector {
  position: absolute;
  z-index: 8;
  text-decoration: none;
  display: none;
}

.language-selector-container .language-selector a {
  padding: 5px 15px;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

.language-selector-container .language-selector a:hover {
  background: #172F75;
}

.language-selector-container .language-selector a:hover span {
  color: #fff;
}

.language-selector-container .language-selector.open {
  display: block;
  margin-left: -10px;
}

.main-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.main-menu ul > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-menu ul > div .current-menu-item a {
  position: relative;
}

.main-menu ul > div li a {
  margin-left: 36px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

.main-menu ul > div a::before, .main-menu ul > div .current-menu-item::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -16px;
  background: #fff;
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.main-menu ul > div a:hover {
  background: transparent !important;
}

.main-menu ul > div a:hover::before, .main-menu ul > div .current-menu-item a::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.main-menu ul > div a::before, .main-menu ul > div .current-menu-item::before {
  background: #009977;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.main-menu ul > div a:hover::before {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.video-shape {
  position: absolute;
  bottom: -20px;
  left: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-arrow {
  position: absolute;
  bottom: 50px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.video-arrow svg:hover g {
  fill: #009977 !important;
  cursor: pointer;
}

.video-left-shape {
  position: absolute;
  left: -75px;
  bottom: 83px;
  z-index: 1;
  /*display: none;*/
}

.video-right-shape {
  position: absolute;
  right: -578px;
  top: -1056px;
  z-index: 1;
  /*display: none;*/
}

.video-preliv-zgoraj {
  position: absolute;
  left: 0px;
  /*top: -90px;*/
  top: -130px;
  width: 100%;
  z-index: 1;
  height: 350px;
  /*background: rgb(23,47,117);
	background: -moz-linear-gradient(0deg, rgba(23,47,117,0) 0%, rgba(141,153,187,0.8015581232492998) 50%, rgba(26,24,24,0.8015581232492998) 100%);
	background: -webkit-linear-gradient(0deg, rgba(23,47,117,0) 0%, rgba(141,153,187,0.8015581232492998) 50%, rgba(26,24,24,0.8015581232492998) 100%);
	background: linear-gradient(0deg, rgba(23,47,117,0) 0%, rgba(141,153,187,0.8015581232492998) 50%, rgba(26,24,24,0.8015581232492998) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#172f75",endColorstr="#1a1818",GradientType=1);*/
  background: #1a1818;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 24, 24, 0.801558)), color-stop(23%, rgba(23, 47, 117, 0.801558)), to(rgba(26, 24, 24, 0)));
  background: linear-gradient(180deg, rgba(26, 24, 24, 0.801558) 0%, rgba(23, 47, 117, 0.801558) 23%, rgba(26, 24, 24, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1818",endColorstr="#1a1818",GradientType=1);
}

.video-preliv-spodaj {
  position: absolute;
  left: 0px;
  /*bottom: -90px;*/
  bottom: 0px;
  width: 100%;
  z-index: 1;
  height: 250px;
  background: #1a1818;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 24, 24, 0.801558)), color-stop(23%, rgba(23, 47, 117, 0.801558)), to(rgba(26, 24, 24, 0)));
  background: linear-gradient(0deg, rgba(26, 24, 24, 0.801558) 0%, rgba(23, 47, 117, 0.801558) 23%, rgba(26, 24, 24, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1818",endColorstr="#1a1818",GradientType=1);
}

.home-about {
  position: relative;
  /*z-index: 9;*/
  padding: 40px 0;
  /*background: #fff;*/
}

.home-about h2 {
  line-height: 46px;
  margin-bottom: 35px;
}

.home-about p {
  font-size: 20px;
  line-height: 32px;
}

.home-about .image-svg-shape svg {
  /*max-width: 100%;*/
  margin-top: -50px;
  z-index: 11;
}

.overflow-image {
  overflow: visible;
  z-index: 12;
  position: relative;
}

/*.home-about-left > div {
	max-width: 90%;
}*/
.big-footer {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 47, 117, 0.8)), to(rgba(23, 47, 117, 0.8))), url("../images/footer-back.png");
  background: linear-gradient(0deg, rgba(23, 47, 117, 0.8), rgba(23, 47, 117, 0.8)), url("../images/footer-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 60px 0;
}

.big-footer p, .big-footer a {
  color: #fff;
}

.big-footer h4 {
  color: #fff;
}

.big-footer h1 {
  color: #fff;
  font-size: 20px;
  margin-top: 0px;
}

.big-footer a {
  font-size: 16px;
  line-height: 36px;
}

.big-footer .current-menu-item a {
  text-decoration: underline;
}

.big-footer p {
  font-size: 16px;
  line-height: 26px;
}

.big-footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.big-footer .wpb_text_column {
  margin-bottom: 20px !important;
}

.big-footer .facebook-icon {
  margin-right: 14px;
  text-decoration: none;
}

.big-footer .facebook-icon:hover svg path {
  fill: #009977 !important;
}

.big-footer .linkedin-icon:hover svg path {
  fill: #009977 !important;
}

.big-footer .certifikat {
  margin-top: 60px;
}

.big-footer .footer-menu a {
  font-weight: bold;
}

.main-btn {
  border-radius: 6px !important;
  color: #fff !important;
  background: #009977 !important;
  border-color: #009977 !important;
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  padding: 15px 35px !important;
  text-decoration: none !important;
}

.main-btn:hover {
  border-color: #172F75 !important;
  background: #172F75 !important;
}

.btn-section .main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center-btn {
  text-align: center;
}

.home-podrocja {
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(white));
  background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ffffff",GradientType=1);
  padding: 80px 0;
  margin-top: -120px;
  /*z-index: 9;*/
}

.home-podrocja .text-under-title {
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 65px !important;
}

.home-ekologija {
  background: url("../images/ekologija-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 200px;
}

.home-ekologija h2 {
  line-height: 46px;
  margin-bottom: 35px;
  color: #fff;
}

.home-ekologija p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

.home-ekologija .image-svg-shape svg {
  /*max-width: 100%;*/
  margin-left: -150px;
}

.home-aktualno {
  padding: 80px 0;
  margin-top: -120px;
  /*z-index: 10;*/
  position: relative;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(white));
  background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ffffff",GradientType=1);
}

.home-aktualno .outline-btn {
  margin-top: 15px;
}

.home-aktualno .loop-item {
  padding: 0px 30px;
}

.objave-section {
  padding: 40px 0;
}

.objave-section .loop-item {
  padding: 0px 30px;
}

.cards .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-item {
  width: 285px;
  height: 200px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: block;
  border-radius: 6px;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
  margin: 15px;
}

.card-item h2 {
  font-size: 23px;
  color: #fff;
}

.card-item .card-desc {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 20px;
}

.card-item::before {
  content: '';
  background: #009977;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 153, 119, 0)), color-stop(50%, rgba(0, 153, 119, 0.602679)), to(#009977));
  background: linear-gradient(180deg, rgba(0, 153, 119, 0) 0%, rgba(0, 153, 119, 0.602679) 50%, #009977 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009977",endColorstr="#009977",GradientType=1);
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 6px;
  /*-webkit-transition: background 0.5s ease-out;
		-moz-transition: background 0.5s ease-out;
		-o-transition: background 0.5s ease-out;
		transition: background 0.5s ease-out;*/
  /*background-size:1px 200px;*/
}

.card-item:hover::before {
  background-position: 100px;
  height: 100%;
}

.outline-btn {
  color: #009977 !important;
  border-color: #009977 !important;
  background: transparent !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: 400 !important;
  padding: 15px 35px !important;
}

.outline-btn:hover {
  color: #fff !important;
  border-color: #009977 !important;
  background: #009977 !important;
}

.objava-item {
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
}

.objava-item .objava-item-right {
  /*padding: 0px 30px;*/
  padding: 30px 45px;
}

.objava-item .post-img-cover {
  width: 100%;
  min-height: 380px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.objava-item h2 {
  font-size: 30px;
}

.objava-item h2 a {
  color: #000;
  text-decoration: none;
}

.objava-item h2 a:hover {
  color: #009977;
}

.objava-item p {
  color: #000;
  font-size: 18px;
  line-height: 31px;
}

.objava-item .post-date {
  color: #A4A4A4;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.objava-item .main-btn {
  margin-top: 10px;
  display: inline-block;
}

.objava-item .vc_column-inner {
  padding: 0px !important;
}

.zaposlitev-item {
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  margin: 0px !important;
  margin-bottom: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  padding: 15px 25px;
}

.zaposlitev-item .vc_column-inner {
  padding: 0px !important;
}

.zaposlitev-item h2 {
  font-size: 23px;
  line-height: 25px;
}

.zaposlitev-item h2 a {
  color: #000;
  text-decoration: none;
}

.zaposlitev-item h2 a:hover {
  color: #009977;
}

.zaposlitev-item p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.zaposlitev-item .read-more-btn {
  padding: 5px 15px;
  border-radius: 6px !important;
  color: #fff !important;
  background: #009977 !important;
  border-color: #009977 !important;
  font-size: 14px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 15px;
}

.zaposlitev-item .read-more-btn:hover {
  border-color: #172F75 !important;
  background: #172F75 !important;
}

/* Hamburger menu */
.hamburger {
  display: none;
}

.hamburger .line {
  width: 35px;
  height: 4px;
  background-color: #000;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #E9EDF3;
  width: 100%;
  overflow-x: hidden;
  height: 0;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.mobile-menu ul {
  list-style-type: none;
  padding: 15px;
}

.mobile-menu ul li a {
  font-size: 22px;
  padding: 10px 0px;
  display: inline-block;
  color: #000;
  font-family: 'Rajdhani', sans-serif;
  font-weight: bold;
}

.custom-shape-section h2 {
  margin-bottom: 25px;
}

.history-dots {
  background: #F4F4F4;
}

.video-section {
  padding: 80px 0;
  max-width: 80%;
  margin: 0 auto !important;
}

.video-section h2 {
  margin-top: 0px;
}

/* Youtube video player */
.ns-yt-youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
}

.ns-yt-youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.6;
}

.ns-yt-youtube .ns-yt-play-button {
  width: 90px;
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.ns-yt-youtube h3 {
  position: absolute;
  z-index: 999;
  bottom: 15px;
  left: 25px;
  color: #fff;
  font-size: 25px;
  line-height: 36px;
}

.ns-yt-youtube svg {
  position: absolute;
  z-index: 99;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ns-yt-youtube svg:hover path {
  fill: #009977 !important;
}

.ns-yt-youtube .ns-yt-play-button:hover {
  background: #000;
}

.ns-yt-youtube .ns-yt-play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #000;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.ns-yt-youtube .ns-yt-play-button:hover:before {
  border-color: transparent transparent transparent #fff;
}

.ns-yt-youtube img,
.ns-yt-youtube .ns-yt-play-button {
  cursor: pointer;
}

.ns-yt-youtube img,
.ns-yt-youtube iframe,
.ns-yt-youtube .ns-yt-play-button,
.ns-yt-youtube .ns-yt-play-button:before {
  position: absolute;
}

.ns-yt-youtube .ns-yt-play-button,
.ns-yt-youtube .ns-yt-play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.ns-yt-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.ns-yt-wrapper {
  position: relative;
}

/*.ns-yt-youtube:before {
	content:"";
	position: absolute;
	display: block;
	z-index: 1;
	top:15px;
	left: 15px;
	width:calc(100% - 30px);
	height: calc(100% - 30px);
	border:2px solid #fff;
  }*/
.noFrame:before {
  display: none;
}

.gallery-section {
  background: #F4F4F4;
  padding: 80px 0;
}

.logo-section {
  padding: 30px 0;
}

.multiple-shapes {
  background: #F4F4F4;
}

.multiple-shapes .image-svg-shape {
  margin-left: -52%;
  margin-bottom: -10px;
}

.multiple-shapes-text {
  /*margin-top: 140px;*/
  margin-top: 110px;
}

.custom-shape-section-left svg {
  margin-left: -100px;
  margin-top: -40px;
}

footer {
  position: relative;
  z-index: 2;
}

.objava-single-content {
  max-width: 85%;
  margin: 0 auto !important;
}

.objava-single-content .post-date {
  font-size: 16px;
  color: #A4A4A4;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 20px;
}

.objava-single-content .gallery-section {
  padding: 40px 0;
}

.kontakt-obrazec {
  background: #EFF2F6;
  padding: 10px 40px;
  font-weight: 400;
  border-radius: 6px;
  margin-top: 30px;
}

.kontakt-obrazec h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
}

.kontakt-obrazec p {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}

.kontakt-obrazec input[type="text"], .kontakt-obrazec input[type="email"] {
  width: 100%;
  border: 1px solid #E8E8E8 !important;
  border-radius: 4px;
  padding: 10px 20px;
  height: 45px;
}

.kontakt-obrazec textarea {
  width: 100%;
  border: 1px solid #E8E8E8 !important;
  border-radius: 4px;
  padding: 15px 20px;
  height: 140px;
}

.kontakt-obrazec .wpcf7-list-item-label {
  max-width: 96%;
  display: inline-block;
  font-size: 16px;
}

.kontakt-obrazec input[type=checkbox] {
  float: left;
}

div.wpcf7-validation-errors {
  border: 2px solid #f00;
  background: #f00;
  color: #fff;
  padding: 10px !important;
  border-radius: 6px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #4BB543;
  background: #4BB543;
  color: #fff;
  padding: 10px !important;
  border-radius: 6px;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 16px;
  margin-top: 4px;
}

/* Map section */
.map-section {
  margin-top: 80px;
}

.map-section iframe {
  margin-bottom: -40px !important;
}

.map-section .wpb_gmaps_widget .wpb_wrapper {
  background: transparent !important;
  padding: 0px;
}

.contact-data h2 {
  font-size: 35px;
  margin-bottom: 40px;
}

.contact-data p {
  line-height: 28px;
}

@media screen and (max-width: 1550px) {
  .image-svg-shape svg {
    max-width: 100%;
  }
  .home-ekologija {
    padding-top: 100px;
  }
  .home-ekologija .image-svg-shape svg {
    margin-left: -40px;
  }
  .video-left-shape, .video-right-shape {
    display: none;
  }
  .outer-container {
    height: 85vh;
  }
  .custom-shape-section-left svg {
    margin-left: -10px;
    margin-top: -10px;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1350px) {
  .outer-container {
    height: 80vh;
  }
}

@media screen and (max-width: 1315px) {
  .main-menu ul > div li a {
    margin-left: 28px;
  }
  .home-about {
    padding-top: 0px;
  }
  .hotspots-list-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  .big-footer .certifikat {
    margin: 0px;
    text-align: center !important;
  }
  .home-podrocja {
    margin-top: -60px;
  }
}

@media screen and (max-width: 1260px) {
  .main-menu ul > div li a {
    font-size: 20px;
  }
  /*.main-menu ul {
    	margin-top: 20px;
	}*/
  .main-menu ul > div a::before, .main-menu ul > div .current-menu-item::before {
    bottom: -17px;
  }
  .home-about {
    padding: 40px 0;
  }
  .home-about h2 {
    line-height: 46px;
    margin-bottom: 25px;
  }
  .home-about p {
    font-size: 18px;
    line-height: 32px;
  }
  .home-about .image-svg-shape svg {
    /*max-width: 100%;*/
    margin-top: -90px;
  }
  .card-item h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .home-ekologija {
    padding-top: 90px;
  }
  .home-ekologija .image-svg-shape svg {
    margin-left: 0px;
    margin-top: -130px;
  }
  .home-ekologija h2 {
    line-height: 46px;
    margin-bottom: 25px;
  }
  .home-ekologija p {
    font-size: 18px;
    line-height: 32px;
  }
  .home-aktualno {
    padding: 40px 0;
    margin-top: -60px;
  }
  .home-podrocja .text-under-title {
    margin-bottom: 45px !important;
  }
  .outer-container {
    height: auto;
  }
  .custom-shape-section {
    padding: 40px 0;
  }
  .custom-shape-section .image-svg-shape svg {
    max-height: 600px;
  }
  .custom-shape-section h2 {
    margin-top: 0px;
  }
  p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1145px) {
  .objava-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .objava-item .post-img-cover {
    min-height: 340px;
  }
  .objava-item .main-btn {
    margin-top: 0px;
    font-size: 16px !important;
  }
  .objava-item h2 {
    margin-top: 0px;
  }
  .home-about {
    padding: 0px;
  }
  .multiple-shapes-text {
    margin-top: 100px;
  }
  .home-about p, .home-ekologija p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1065px) {
  .main-menu ul > div li a {
    margin-left: 18px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .top-nav, .main-menu, .language-selector-container {
    display: none;
  }
  .hamburger {
    display: block;
    position: absolute !important;
    right: 25px;
    top: 20px;
  }
  .mobile-menu.is_open {
    opacity: 1;
    visibility: visible;
    height: 90vh;
  }
  .mobile-menu.is_open ul {
    margin: 0px;
    padding-bottom: 0px;
  }
  .mobile-menu.is_open .language-selector-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    padding: 0px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-menu.is_open .language-selector-container i {
    display: none;
  }
  .mobile-menu.is_open .language-selector-container a {
    padding: 0px;
    background: transparent;
  }
  .mobile-menu.is_open .language-selector-container span {
    font-size: 22px;
    padding: 10px 0px;
    display: inline-block;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    margin-right: 15px;
  }
  .mobile-menu.is_open .language-selector-container a:hover span {
    color: #000;
    text-decoration: underline;
  }
  .mobile-menu.is_open .language-selector-container .language-selector {
    display: block;
    position: relative;
  }
  .desktop-menu-right {
    position: absolute !important;
    top: 0px;
    left: 0px;
  }
  header {
    padding: 0;
  }
  .logo svg {
    margin-top: 7px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .overflow-image {
    z-index: unset;
  }
  .video-shape, .video-preliv-spodaj, .video-preliv-zgoraj {
    display: none;
  }
  .video-arrow {
    bottom: 20px;
  }
  .home-about {
    padding: 40px 0;
    padding-bottom: 0px;
  }
  .home-about h2 {
    line-height: 46px;
    margin-bottom: 25px;
  }
  .home-about p {
    font-size: 16px;
    line-height: 24px;
  }
  .home-about .image-svg-shape svg {
    /*max-width: 100%;*/
    margin-top: -90px;
  }
  .home-ekologija {
    padding: 40px 0;
    padding-bottom: 0px;
  }
  .home-ekologija h2 {
    line-height: 46px;
    margin-bottom: 25px;
  }
  .home-ekologija p {
    font-size: 16px;
    line-height: 24px;
  }
  .home-ekologija .image-svg-shape svg {
    /*max-width: 100%;*/
    margin-top: -130px;
  }
  .main-btn, .outline-btn {
    font-size: 14px !important;
  }
  .home-about .image-svg-shape svg {
    height: 640px !important;
    margin-top: -40px;
  }
  .home-aktualno {
    padding: 40px 0;
    margin-top: -100px;
  }
  .home-podrocja {
    margin-top: 30px;
    padding: 40px 0;
  }
  .home-podrocja .text-under-title {
    margin-bottom: 25px !important;
    /*h2 {
				line-height: 36px;
				font-size: 30px;
			}*/
  }
  .home-podrocja .text-under-title p {
    font-size: 18px;
    line-height: 22px;
  }
  .home-ekologija {
    padding-bottom: 40px;
  }
  .home-ekologija .image-svg-shape svg {
    height: 740px !important;
    margin-top: -80px;
  }
  .objava-item .post-img-cover {
    min-height: 320px;
  }
  .objava-item .main-btn {
    padding: 10px 24px !important;
  }
  .objava-item .main-btn {
    font-size: 14px !important;
  }
  .video-section {
    padding: 80px 0;
    max-width: 100%;
  }
  .footer-novisplet {
    text-align: center !important;
  }
}

@media screen and (max-width: 769px) {
  .home-about .image-svg-shape svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: 0px;
    height: 440px !important;
  }
  .home-ekologija .image-svg-shape svg {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 40px;
    height: 440px !important;
  }
  .home-ekologija {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 150px;
  }
  .btn-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-btn, .outline-btn {
    font-size: 14px !important;
  }
  .home-podrocja .text-under-title {
    max-width: 100%;
  }
  .home-podrocja .text-under-title p {
    font-size: 16px;
  }
  .objava-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .objava-item .post-img-cover {
    width: 100%;
    min-height: 220px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
  }
  .big-footer .vc_row .vc_column_container {
    text-align: center;
    margin-bottom: 25px;
  }
  .custom-shape-section .image-svg-shape svg {
    margin-top: 30px;
  }
  .timeline-element-content {
    /* max-width: 518px; */
    font-size: 18px;
    line-height: 22px;
  }
  .timeline-element-content {
    max-width: 100%;
  }
  .timeline-element-heading {
    width: 40px;
  }
  .ns-yt-youtube svg {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .hotspots-list-item {
    width: 45% !important;
  }
  .multiple-shapes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .multiple-shapes .image-svg-shape {
    /*margin: 0px;
			margin-left: -10%;
			margin-bottom: -25%;*/
    margin: 0px;
    margin-left: -5%;
    width: 140%;
  }
  .multiple-shapes-text {
    margin-top: 0px;
    padding-top: 40px;
  }
  .objava-single-content {
    max-width: 100%;
  }
  a.file-dl-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-shape-section-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 578px) {
  .video-arrow {
    bottom: 0px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .btn-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btn-section .main-btn {
    margin-bottom: 15px;
  }
  .logo svg {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    margin-top: 4px;
    margin-left: -30px;
  }
  .home-about {
    padding: 20px 0;
  }
  .home-about h2 {
    line-height: 36px;
    font-size: 30px;
  }
  .home-podrocja .text-under-title h2 {
    line-height: 36px;
    font-size: 30px;
  }
  .home-about .image-svg-shape svg {
    height: 400px !important;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .home-ekologija .image-svg-shape svg {
    height: 400px !important;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .home-ekologija h2 {
    line-height: 36px;
    font-size: 30px;
  }
  .home-aktualno h2 {
    line-height: 36px;
    font-size: 30px;
  }
  .objava-item h2 {
    font-size: 24px;
  }
  h2 {
    line-height: 36px;
    font-size: 30px;
  }
  .title-banner {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .title-banner h1 {
    font-size: 24px;
  }
  .custom-shape-section {
    padding-top: 0px;
  }
  .objava-item p {
    display: none;
  }
  .logo-section {
    padding: 5px 0;
  }
  .objava-item .post-date {
    margin-bottom: 20px;
  }
  .objava-item h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .objava-item .objava-item-right {
    padding: 30px 25px;
  }
  .objave-section {
    padding-top: 15px;
  }
  .objava-single-content h2 {
    margin: 0px;
    line-height: 30px;
  }
  .contact-data h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .kontakt-obrazec {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 530px) {
  .hotspots-list-item {
    width: 100% !important;
  }
}

@media screen and (max-width: 450px) {
  .home-about .image-svg-shape svg {
    height: 300px !important;
  }
  .home-ekologija .image-svg-shape svg {
    height: 300px !important;
  }
  .card-item {
    width: 385px;
  }
  video {
    width: 140vw;
  }
  .title-banner h1 {
    font-size: 20px;
  }
  .custom-shape-section .image-svg-shape svg {
    max-height: 400px;
  }
  .video-section, .gallery-section {
    padding: 40px 0;
  }
  .hotspots-list-item {
    width: 100% !important;
  }
  .active-number {
    left: 42%;
  }
}
/*# sourceMappingURL=main.css.map */