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

body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  color: #454648;
  font-family: "Archivo", sans-serif;
  overflow-x: hidden;
}

body,
html {
  overflow-x: hidden;
}

.small-footer {
  background: #f4f8fb;
  color: #818386;
  font-size: 14px;
  padding: 20px 0 20px 0;
  border-top: 1px solid #e6e6e6;
}

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

.ns-link:hover {
  color: #0059a8;
  text-decoration: underline;
}
.ns-link:hover .ns-logo {
  fill: #0059a8 !important;
}

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

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

@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;
  line-height: 71px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
}

h3 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
}

h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #000;
}
h5 a:hover {
  color: #007cc4;
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}

p {
  line-height: 1.8;
  margin-bottom: 32.4px;
  font-weight: 400;
}

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

.wpb_text_column ul {
  padding-left: 15px;
  font-weight: 300;
  list-style: none;
  margin-bottom: 30px;
}

.wpb_text_column ul li {
  line-height: 1.8;
}

.wpb_text_column ul li:before {
  content: "●"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #007cc4; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 18px; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  position: absolute;
}

.wpb_text_column ul li a {
  text-decoration: none;
  color: #007cc4 !important;
}
.wpb_text_column ul li a:hover {
  color: #0059a8 !important;
  text-decoration: underline;
}

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

@media screen and (max-width: 768px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }
  h2 {
    font-size: 24px !important;
    line-height: 28px;
  }
  h3 {
    font-size: 20px !important;
    line-height: 24px;
  }
  h4 {
    font-size: 18px !important;
    line-height: 24px;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
  li,
p {
    font-size: 16px;
    line-height: 1.5;
  }
  li:before {
    margin-top: 0px;
    margin-left: -1.2em !important;
    font-size: 14px;
  }
}
/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type=text],
input[type=email],
input[type=password] {
  border: 2px solid #eee;
  border-radius: 3px;
  height: 50px;
  padding: 8px;
  background: #fff;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=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: 150px;
  outline: none;
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #cfcfcf;
  border: 2px solid #272829;
  background: #272829;
  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: #454648;
  background: #eee;
  border: 2px solid #eee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vc_tta-accordion .vc_active .vc_tta-title-text {
  color: #454648;
  font-weight: 400;
}

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

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

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

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
  padding-left: 30px !important;
}

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

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

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

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

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

.vc_toggle_icon::before {
  background: #454648 !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: 10px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 255px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}
/*------------------- include VC elements START ---------------------*/
.ns-bs .bs-brand-box {
  height: 150px;
  transform-style: preserve-3d;
  outline: none;
  margin: 0 15px;
}

.ns-bs .bs-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.ns-bs .bs-img.black-white {
  filter: grayscale(100%);
}

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

.ns-bs .slick-arrow:hover {
  opacity: 1;
  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: #454648;
  font-family: FontAwesome;
}

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

.ns-bs .slick-dots li button {
  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;
}

.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: #454648;
  float: left;
}

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

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

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

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

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

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

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

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

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

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

.title-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(238, 238, 238, 0.5);
}

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

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

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

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

.ns-breadcrumbs li:last-child {
  margin-right: 0;
  font-weight: 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: #eee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-nav .nav li a {
  color: #454648;
  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: #454648;
  background: transparent;
}

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

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

.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(69, 70, 72, 0.3);
}

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

.main-nav .sub-menu li a {
  padding: 0;
  background: transparent;
  color: #454648;
  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: #454648;
  }
  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0;
  }
  .main-nav .navbar-collapse.collapse {
    display: none !important;
  }
  .main-nav .nav {
    float: none !important;
    margin: 10px 0 10px 0;
    padding: 0;
  }
  .main-nav .nav li {
    padding: 0;
    margin: 0;
    border: none;
    float: none;
  }
  .main-nav .nav li a {
    padding: 13px;
    color: #eee;
    border-bottom: none;
  }
  .main-nav .nav li a:hover {
    border-bottom: none;
  }
  .main-nav .nav li.active a,
.main-nav .nav li.active a:hover,
.main-nav .nav li.active a:focus {
    background: none;
    color: #fff;
    border-bottom: none;
    font-weight: 600;
  }
  .main-nav .collapse.in {
    display: block !important;
  }
}
.vc_ns_content-slider-container .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  z-index: 10;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
}

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

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

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

.vc_ns_content-slider-container .slick-prev:before,
.vc_ns_content-slider-container .slick-next:before {
  color: #454648;
  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;
}

#content {
  min-height: 750px;
}

#content > .container {
  margin-bottom: 50px;
}

@media (min-width: 1300px) {
  .container {
    width: 1290px;
  }
}
@media (max-width: 767px) {
  #content > .container {
    margin-bottom: 25px;
  }
}
/** BUTTONS - START ------------------------------------------------ */
/** BUTTONS - START ------------------------------------------------ */
.btn {
  font-family: "Archivo", sans-serif !important;
  padding: 0.5px 30px !important;
  font-weight: 400;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-radius: 8px;
  background-color: transparent;
  border-color: transparent;
  color: #454648;
  line-height: 49px !important;
}
.btn svg {
  margin-left: 10px;
  margin-top: 2px;
  transition: 0.2s;
  margin-bottom: -1px;
}
.btn svg path {
  transition: 0.2s;
}

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

.btn1 {
  background: #007cc4 !important;
  border: 2px solid #007cc4 !important;
  color: #fff !important;
}
.btn1:hover, .btn1:active, .btn1:focus {
  color: #fff !important;
  border: 2px solid #0059a8 !important;
  background: #0059a8 !important;
}

.btn2 {
  color: #007cc4 !important;
  border: 2px solid #fff !important;
  background: #fff !important;
}
.btn2:hover, .btn2:active, .btn2:focus {
  color: #fff !important;
  border: 2px solid #0059a8 !important;
  background: #0059a8 !important;
}

.btn3 {
  color: #0059a8 !important;
  border: 2px solid #0059a8 !important;
  background: transparent !important;
}
.btn3:hover, .btn3:active, .btn3:focus {
  color: #fff !important;
  border: 2px solid #0059a8 !important;
  background: #0059a8 !important;
}

.btn4 {
  color: #fff !important;
  border: 2px solid #fff !important;
  background: transparent !important;
}
.btn4:hover, .btn4:active, .btn4:focus {
  color: #007cc4 !important;
  border: 2px solid #fff !important;
  background: #fff !important;
}

@media (max-width: 767px) {
  .btn {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 7.5px 30.5px !important;
    white-space: normal;
  }
}
/** BUTTONS - END ------------------------------------------------ */
/** BUTTONS - END ------------------------------------------------ */
/** SEARCH - START ------------------------------------------------ */
/** SEARCH - START ------------------------------------------------ */
.search-no-results #content .container .search-list,
.search-results #content .container .search-list {
  text-align: left;
}
.search-no-results #content .container .search-list ul,
.search-results #content .container .search-list ul {
  list-style: none;
  padding-left: 0;
}
.search-no-results #content .container .search-list ul li,
.search-results #content .container .search-list ul li {
  font-size: 18px;
  line-height: 2;
}

.search-list h1 {
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  text-align: left;
  color: #000;
  margin-top: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-right: 15px;
  margin-top: 0;
}

.search-results .entry-title,
.search-no-results .entry-title {
  display: none;
}

.search-results #content .container .search-list ul li {
  border-bottom: 1px solid transparent;
}
.search-results #content .container .search-list ul li:last-of-type {
  border-bottom: none;
}

.search-icon {
  cursor: pointer;
}
.search-icon:hover svg path {
  fill: #000;
}

.search-icon a {
  display: flex;
  align-items: center;
}

.search-icon a span {
  margin-left: 10px;
}

.search-icon svg {
  margin-right: 0 !important;
}

.search-form-wrap.open {
  display: block;
}

.search-form-wrap {
  display: none;
  /*position: absolute;
  //top: 98px;
  top:0px;
  width: 30%;
  right: 40px;
  background: #fff;
  padding: 15px 20px;
  //background: linear-gradient(90deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 50%, rgba(232,232,232,1) 100%);
  background: #f6f6f6;*/
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  top: 0;
  z-index: 100;
  left: 0;
  bottom: 0;
  display: none;
}

.search-form-holder {
  top: 50%;
  position: absolute;
  left: 22px;
  right: 20px;
  margin-top: -88px;
}

.search-form-title {
  font-size: 30px;
  color: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.search-form {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  top: 25vh;
  position: relative;
}
.search-form .screen-reader-text {
  display: none;
}

.search-submit {
  float: right;
  color: #fff;
  border: none;
  padding: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-family: "Archivo", sans-serif !important;
  padding: 7px 38px !important;
  font-weight: bold;
  font-size: 17px !important;
  transition: 0.2s;
  text-transform: none !important;
  line-height: 31px;
  border-radius: 8px;
  color: #fff !important;
  background: #007cc4 !important;
  border: 2px solid #007cc4 !important;
}
.search-submit:hover {
  color: #fff !important;
  background-color: #0059a8 !important;
}

.search-field-wrap {
  overflow: hidden;
}

.search-field {
  width: 100%;
  min-width: 300px;
  height: 52px;
  border: none;
  padding: 0 10px;
  margin: 10px 0px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  font-size: 16px;
  border: 2px solid #007cc4;
  padding-left: 25px;
}

.search-close {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 40px;
  top: 65px;
  float: right;
  text-align: center;
  cursor: pointer;
}
.search-close:hover:before {
  color: #0059a8;
}

.search-close:before {
  content: "\f00d";
  font-family: fontAwesome;
  font-size: 32px;
  color: #007cc4;
}

.search-close:hover:before {
  color: #0059a8;
}

@media (max-width: 1199px) {
  .search-results #content .container {
    margin-top: 0px;
  }
}
/** SEARCH - END ------------------------------------------------ */
/** SEARCH - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
.language-selector-container {
  height: 39px;
  margin-left: 0px;
  margin-right: 30px;
  font-family: "Archivo", sans-serif;
  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: #818386;
  cursor: pointer;
  font-size: 16px;
  margin-left: 3px;
  text-transform: uppercase;
  line-height: 14px !important;
}

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

header .language-selector-container {
  float: right;
  border: none;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  left: 0;
  right: auto;
  margin-left: 0px;
  padding: 5px 5px 0px 5px;
  padding-left: 0px;
  font-size: 16px;
  top: -1px;
  cursor: pointer;
  margin-right: 0;
}
header .language-selector-container .fa {
  font-size: 16px;
  font-weight: normal;
  color: #818386;
  margin-top: -2.5px;
}
header .language-selector-container span {
  padding: 0;
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #818386;
  cursor: default;
  margin-left: 3px;
  margin-right: 5px;
  cursor: pointer;
}
header .language-selector-2 {
  position: absolute;
  background: #fff;
  color: #000;
  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: #454648;
}
header .language-selector-2.open {
  display: block;
}
header .language-selector-2 span {
  display: none;
}
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;
}

@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: #000;
    z-index: 11;
    top: 33px;
    display: none;
    left: -7px;
    right: -1px;
    border: none;
  }
  header .language-selector-container {
    cursor: pointer;
    top: -3.5px;
  }
}
@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;
  }
  .language-selector-2.open {
    margin-left: 4px;
  }
}
@media (max-width: 992px) {
  header {
    /*     .language-selector-container {
              position: relative;
              left: 0;
              right: 0;
              margin-right: 10px;
              margin-left: 15px;
              padding: 3px 5px 3px 5px;
              border: 1px solid white;
              font-size: 12px;

              top: 3px;
              cursor: pointer;
          } */
  }
  header .language-selector-container.lang-mobile {
    display: flex;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 100px;
  }
}
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** SP PAGE TITLE - START ------------------------------------------------ */
/** SP PAGE TITLE - START ------------------------------------------------ */
.sp-page-title {
  margin-bottom: 15px;
  margin-top: 152px;
}

.sp-page-title .title-banner {
  margin-bottom: 15px !important;
  padding-top: 13px;
  padding-bottom: 0;
}
.sp-page-title .title-banner:before {
  background: none !important;
}
.sp-page-title .title-banner .container {
  text-align: center;
  padding-left: 0;
}
.sp-page-title .title-banner .container .breadcrumbs-container {
  line-height: 26px;
  text-align: left;
  padding-top: 15px;
}
.sp-page-title .title-banner .container .breadcrumbs-container li,
.sp-page-title .title-banner .container .breadcrumbs-container a {
  color: #818386 !important;
  font-weight: normal !important;
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.sp-page-title .title-banner .container .breadcrumbs-container li:after {
  content: "/";
}
.sp-page-title .title-banner .entry-title {
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  text-align: left;
  color: #000;
  margin-top: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-right: 15px;
}

@media (max-width: 1350px) {
  .title-banner-title h1 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .sp-page-title .title-banner .container .breadcrumbs-container li,
.sp-page-title .title-banner .container .breadcrumbs-container a {
    font-size: 14px;
  }
  .sp-page-title .title-banner .entry-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .sp-page-title .title-banner {
    height: 100%;
    background-position: left;
  }
  .sp-page-title {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .sp-page-title {
    margin-top: 50px;
  }
  .sp-page-title .title-banner .entry-title {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .sp-page-title .title-banner .entry-title {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .sp-page-title .title-banner .container .breadcrumbs-container {
    padding-bottom: 0;
    padding-top: 10px;
  }
}
/** SP PAGE TITLE - END ------------------------------------------------ */
/** SP PAGE TITLE - END ------------------------------------------------ */
/** NAVIGATION - START ------------------------------------------------ */
/** NAVIGATION - START ------------------------------------------------ */
header {
  height: 140px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  border-bottom: 6px solid #454648;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 6px #d6d8ee;
}
.home header {
  height: 160px;
  border-bottom: 6px solid transparent;
}

.home-logo {
  z-index: 2;
}

.home-logo img {
  width: 200px;
}

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

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

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

.header-top-desktop {
  padding-top: 0px;
  margin-top: -1px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Archivo", sans-serif !important;
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
  z-index: 1;
}

.header-top-desktop .wpb_raw_html {
  margin-bottom: 0 !important;
}
.header-top-desktop .wpb_raw_html:first-of-type {
  margin-right: 40px;
}

.header-top-desktop .c2 {
  position: relative;
  z-index: 2;
}
.header-top-desktop .c2 svg,
.header-top-desktop .c2 img {
  margin-right: 10px;
}

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

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

.header-top-desktop .c2 a {
  display: flex;
  align-items: center;
  font-family: #828282;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.header-top-desktop .menu-top {
  border-right: 1px solid #e6e6e6;
  margin-left: 50px;
  margin-right: 50px;
}

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

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

.header-top-desktop .menu-top > ul > div li a {
  margin-right: 50px;
  font-size: 16px;
  color: #828282;
}

.header-top-desktop .menu-top > ul > div li:first-of-type a {
  margin-left: 40px;
}

.header-top-desktop .menu-top li.current-menu-item > a,
.header-top-desktop .menu-top li.current-menu-item > a:hover,
.header-top-desktop .menu-top li.current-menu-item > a:focus,
.header-top-desktop .menu-top li.current-page-ancestor > a,
.header-top-desktop .menu-top li.current-page-ancestor > a:hover,
.header-top-desktop .menu-top li.current-page-ancestor > a:focus {
  color: #000 !important;
  text-decoration: underline;
  background: transparent !important;
}

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

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

.megamenu-container-desktop {
  z-index: 2;
  display: flex;
  align-items: center;
  background: transparent;
  position: relative;
  top: 80px;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  padding-top: 25px;
  padding-bottom: 0px;
  margin: 0 10px;
}
.megamenu-container-desktop .dropdown-toggle-hover {
  color: #eee !important;
}
.megamenu-container-desktop .dropdown-toggle-hover i {
  transform: rotate(180deg);
}
.megamenu-container-desktop .nav > li > a.noAfter {
  margin-bottom: 10px !important;
}
.megamenu-container-desktop .nav > li > a.noAfter::after {
  content: none !important;
}

.megamenu-container-desktop:before {
  content: "";
  background: #fafafa;
  position: absolute;
  top: 0px;
  left: 50%;
  height: 80px;
  width: 100vw;
  transform: translateX(-50%);
}

.megamenu-container-desktop .main-nav {
  margin-top: 2.5px;
  width: 100%;
}
.megamenu-container-desktop .main-nav .nav {
  width: 100%;
}
.megamenu-container-desktop .main-nav .nav > li > a {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  text-align: right;
  color: #454648;
  background-color: transparent;
  transition: 0.2s;
  font-weight: bold;
  text-transform: uppercase !important;
  z-index: 9;
}
.megamenu-container-desktop .main-nav .nav > li > a:after {
  height: 6px;
  position: relative;
  bottom: -25.5px;
  display: block;
  width: 100%;
  background: transparent;
  border-radius: 20px;
  content: "";
}
.megamenu-container-desktop .main-nav .nav > li > a:hover, .megamenu-container-desktop .main-nav .nav > li > a:focus, .megamenu-container-desktop .main-nav .nav > li > a:active {
  color: #000;
}
.megamenu-container-desktop .main-nav .nav > li > a:hover:after, .megamenu-container-desktop .main-nav .nav > li > a:focus:after, .megamenu-container-desktop .main-nav .nav > li > a:active:after {
  height: 6px;
  position: relative;
  bottom: -25.5px;
  display: block;
  width: 100%;
  background: transparent;
  border-radius: 20px;
  content: "";
}
.megamenu-container-desktop .main-nav .nav > li {
  background: transparent !important;
  margin-left: 70.5px;
}
.megamenu-container-desktop .main-nav .nav > li:first-of-type {
  margin-left: 0;
}
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:hover,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:focus,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:hover,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:focus {
  color: #000 !important;
  font-weight: bold;
  background: transparent !important;
}
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:after,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:hover:after,
.megamenu-container-desktop .main-nav .nav li.current-menu-item > a:focus:after,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:after,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:hover:after,
.megamenu-container-desktop .main-nav .nav li.current-page-ancestor > a:focus:after {
  height: 6px;
  position: relative;
  bottom: -25.5px;
  display: block;
  width: 100%;
  background: #0059a8;
  border-radius: 20px;
  content: "";
}
.megamenu-container-desktop .main-nav .nav li {
  background: transparent !important;
}

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

.megamenu-container-desktop > div > div > div {
  display: flex;
  justify-content: center;
}

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

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

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

.main-nav .sub-menu-container li a {
  font-family: "Archivo", sans-serif !important;
}

.megamenu-container-desktop .main-nav .nav > li > a {
  height: 50px;
}

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

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

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

@media (max-width: 1000px) {
  #page.no-scroll,
body.no-scroll,
html.no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .ns-topheader {
    padding-right: 15px;
  }
  .ns-topheader .c2 {
    position: absolute;
    top: 0;
  }
  .ns-megamenu nav > ul > div > li {
    height: 100%;
    font-size: 24px;
  }
  .ns-megamenu nav > ul > div > li .sub-menu {
    font-size: 18px;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-megamenu nav > ul > div > li .sub-menu li {
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .ns-megamenu ul {
    padding-left: 0;
  }
  .ns-megamenu nav > ul > div > li {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 500px) {
  .ns-megamenu {
    padding-top: 125px;
  }
}
@media (min-width: 1320px) {
  .header-top-desktop .c1 > div {
    padding-left: 0 !important;
  }
}
@media (max-width: 1320px) {
  .home-logo svg {
    width: 150px;
  }
  header .container,
.ns-topheader,
.megamenu-container-desktop {
    width: auto;
  }
  .megamenu-container-desktop .main-nav .nav {
    width: auto;
    display: flex;
    justify-content: space-between;
    float: none;
  }
  .megamenu-container-desktop .main-nav .nav > li {
    margin-right: 0px;
  }
  header .language-selector-container span,
.header-top-desktop .menu-top > ul > div li a,
.main-nav .sub-menu li a {
    font-size: 14.5px !important;
  }
  .header-top-desktop .wpb_raw_html:first-of-type,
.header-top-desktop .menu-top,
.header-top-desktop .menu-top > ul > div li a,
.header-top-desktop .menu-top .btn3.current-menu-item,
.header-top-desktop .menu-top .btn3 {
    margin-right: 25px;
  }
  .megamenu-container-desktop .main-nav .nav > li {
    margin-left: 0;
  }
  .megamenu-container-desktop .main-nav .nav > li > a {
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
  }
}
@media (max-width: 1292px) {
  .header-top-desktop,
.megamenu-container-desktop {
    width: 100%;
  }
  .header-top-desktop {
    margin: 0 !important;
  }
  .header-top-desktop .c2 .vc_column-inner:first-of-type {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .megamenu-container-desktop .main-nav .nav > li > a {
    font-size: 15px;
  }
  .megamenu-container-desktop:before {
    height: 40px;
  }
  .megamenu-container-desktop .main-nav .nav > li > a {
    height: auto;
  }
  .megamenu-container-desktop .main-nav .nav > li > a {
    padding-top: 0px;
  }
}
#page .btn3.current-menu-item,
#page .btn3 {
  text-decoration: none !important;
  margin-right: 50px;
}
#page .btn3.current-menu-item:hover a,
#page .btn3:hover a {
  color: #fff !important;
  text-decoration: none !important;
}

#page .btn3.current-menu-item a,
#page .btn3 a {
  text-decoration: none !important;
  color: #0059a8 !important;
  text-transform: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#page .btn3.current-menu-item a:hover,
#page .btn3 a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 992px) {
  #page .btn3.current-menu-item,
#page .btn3 {
    margin-right: 0;
  }
}
/** NAVIGATION - END ------------------------------------------------ */
/** NAVIGATION - END ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
.hero {
  margin-top: 160px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  height: 450px;
  max-width: 2145px;
}
.hero img {
  border-radius: 0 !important;
}

.hero {
  background-position-x: 0%;
}

.hero .c2 {
  position: absolute;
  right: 0;
  padding-left: 50px;
}

.hero .c2 > div {
  padding-top: 0 !important;
  padding-right: 0 !important;
}

.hero .wpb_single_image,
.hero .vc_figure,
.hero .vc_single_image-wrapper,
.hero img {
  height: 450px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 56px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: 60px;
}

.hsec1 {
  text-align: center;
  margin-bottom: 45px;
}

.hsec1 .vc_separator {
  margin-top: -25px;
  margin-bottom: 45px;
}

.hsec1 > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hsec1 .inner {
  display: flex;
  margin-bottom: 30px;
}

.hsec1 .inner h3 {
  font-weight: 400;
  line-height: 31px;
  position: relative;
  margin-top: 0;
}

.hsec1 .inner h3:after {
  content: "";
  width: 72px;
  height: 10px;
  background: url(../images/crta.svg);
  background-repeat: no-repeat;
  top: calc(100% + 20px);
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  display: inline-block;
}

.hsec1 .inner .wpb_text_column {
  margin-bottom: 0;
}

.hsec1 .inner > div {
  margin: 0 15px;
}

.hsec1 .inner > div > div {
  height: 100%;
  min-height: 300px;
  background: #f4f8fb;
  padding-top: 30px;
  padding-bottom: 25px;
}

.hsec1 p {
  max-width: 315px;
  margin: 0 auto;
  margin-top: 50px !important;
  font-size: 16px;
  line-height: 26px;
}

.hsec1 .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  max-width: 200px;
  margin: 0 auto;
  border: none !important;
  text-align: center;
  font-size: 14px !important;
  color: #007cc4;
  font-weight: bold;
}
.hsec1 .btn:hover, .hsec1 .btn:focus, .hsec1 .btn:active {
  background: transparent !important;
  color: #fff !important;
  text-decoration: underline;
}
.hsec1 .btn:after {
  content: "";
  width: 72px;
  height: 10px;
  background: url(../images/ionic-ios-arrow-down.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
}

.hsec1 .inner .c.card-hover {
  color: #fff !important;
}
.hsec1 .inner .c.card-hover > div {
  background-color: #007cc4;
}
.hsec1 .inner .c.card-hover h3 {
  color: #fff !important;
}
.hsec1 .inner .c.card-hover a:after {
  content: "";
  width: 72px;
  height: 10px;
  background: url(../images/ionic-ios-arrow-down-white.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
}

.hsec2 {
  background: linear-gradient(#71ccf2 0%, #007cc4 51.45%, #0059a8 100%);
  padding-top: 80px;
  padding-bottom: 80px;
}

.hsec2 > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hsec2 .wpb_single_image {
  margin-bottom: 0;
}

.hsec2 img {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  height: 243px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.hsec2 .btn {
  height: 70px;
  white-space: normal;
  position: relative;
  margin-top: -70px;
  background-color: white;
  border-radius: 0 !important;
  width: 100%;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 26px !important;
  padding: 0 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hsec2 .btn:hover, .hsec2 .btn:focus, .hsec2 .btn:active {
  background: #0059a8 !important;
  color: #fff !important;
  border-color: #0059a8;
}

.hsec3 {
  padding-top: 30px;
}

.hsec3 .wpb_text_column:first-of-type {
  margin-bottom: 0;
}

.hsec3 h3 {
  margin-top: 0;
  margin-bottom: 20px !important;
}

.hsec3 .inner1 > div:last-of-type {
  margin-top: 60px;
}

.hsec3 .inner1 p {
  padding-right: 25px;
}

.hsec3 .inner1 img {
  max-height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hsec3 .inner1 .wpb_single_image {
  margin-bottom: 0;
}

.hsec3 .inner2 {
  margin-bottom: 25px;
}

.hsec3 .btn {
  text-transform: none !important;
  margin-right: 20px;
}

.hsec4 {
  padding-top: 10px;
}

.hsec4 .r1 > div > div > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.hsec4 .r1 > div > div,
.hsec4 .r2 > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hsec4 .r1 .wpb_text_column {
  margin-bottom: 10px;
}

.hsec4 .r1 .btn {
  border: none !important;
  font-size: 14px !important;
  color: #007cc4;
  font-weight: bold;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hsec4 .r1 .btn:hover, .hsec4 .r1 .btn:focus, .hsec4 .r1 .btn:active {
  background: transparent !important;
  text-decoration: underline;
}
.hsec4 .r1 .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/ionic-ios-arrow-down.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
}

.hsec4 .loop-item {
  z-index: 2;
}

.loop-item p {
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 15px;
  padding: 0 10px;
  margin-bottom: 10px;
}

.loop-item span {
  font-size: 14px;
  color: #b4b4b4;
  font-weight: 400;
  padding-left: 0;
  padding: 0 5px;
}

.loop-item {
  margin-bottom: 25px;
}



@media (max-width: 1199px) {
  .hero {
    margin-top: 120px;
  }
  .hero h1 {
    font-size: 32px;
    margin-top: 30px;
  }
  .hsec1 {
    margin-bottom: 40px;
  }
  .hsec1 p {
    top: calc(100% + 20px);
  }
  .hsec1 .inner {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .hsec1 .inner > div {
    flex: 100%;
    margin-bottom: 30px;
  }
  .hsec2 .btn {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 991px) {
  .hero {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
  }
  .hero h1 {
    text-align: center;
  }
  .hero .c2 {
    position: initial;
    margin-top: 55px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hero .c2 > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hero .wpb_single_image {
    margin-bottom: 0;
  }
  .hero .wpb_single_image,
.hero .vc_figure,
.hero .vc_single_image-wrapper,
.hero img {
    height: 250px !important;
  }
  .hero .c1,
.hero .c2 {
    width: 100%;
  }
  .hsec1 {
    margin-bottom: 0;
  }
  .hsec2 .inner > div {
    width: 50%;
    margin-bottom: 30px;
  }
  .hsec2 img {
    height: auto !important;
    width: auto !important;
  }
  .hsec4 {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .hero {
    margin-top: 55px;
    background-size: cover !important;
  }
  .hero h1 {
    margin-top: 15px;
    font-size: 26px !important;
    line-height: 1.5 !important;
  }
  .hsec1 h5 {
    font-size: 18px;
  }
  .hsec1 .btn {
    white-space: nowrap;
  }
  .hsec1 p {
    font-size: 16px;
    line-height: 26px;
  }
  .hsec1 {
    padding-bottom: 20px;
  }
  .hsec2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .hsec2 > div > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hsec2 .inner > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .hsec2 .inner > div:last-of-type {
    margin-bottom: 0;
  }
  .hsec2 img,
.hsec2 .wpb_single_image .vc_figure,
.hsec2 .vc_single_image-wrapper {
    width: 100% !important;
  }
  .hsec3 {
    padding-top: 20px;
  }
  .hsec3 .inner1 {
    margin-top: -10px;
  }
  .hsec3 .inner1 > div:last-of-type {
    margin-top: 0px;
  }
  .hsec3 .inner1 p {
    padding-right: 0px;
  }
  .hsec3 .inner1 .wpb_single_image {
    margin-bottom: 35px;
  }
  .hsec4 {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: -10px;
  }
  .hsec4 .r1 > div > div,
.hsec4 .r2 > div > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .loop-item img {
    width: 100%;
  }
  .loop-container .loop-item:last-of-type {
    margin-bottom: 0 !important;
  }
}
/** HOMEPAGE - END ------------------------------------------------ */
/** HOMEPAGE - END ------------------------------------------------ */
/** SOCIAL SHARE - START ------------------------------------------------ */
/** SOCIAL SHARE - START ------------------------------------------------ */
.share-temp {
  margin-bottom: 35px;
  text-align: left;
  display: flex;
}
.share-temp iframe {
  width: 100%;
}
.share-temp a {
  border: 2px solid #0059a8;
  margin-right: 15px;
  margin-bottom: 10px;
  background: #0059a8;
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
  padding: 0px 6px;
  font-weight: bold;
  display: flex;
  align-items: center;
  max-width: 150px;
}
.share-temp a svg {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 10px;
}
.share-temp a:hover {
  background-color: #007cc4;
}

/** SOCIAL SHARE - END ------------------------------------------------ */
/** SOCIAL SHARE - END ------------------------------------------------ */
/** LOGO BELT - START ------------------------------------------------ */
/** LOGO BELT - START ------------------------------------------------ */
.logo-belt-wrap {
  margin-top: 25px;
  padding-top: 45px;
  border-top: 1px solid #e6e6e6;
}

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

.home .slick-dotted.slick-slider {
  margin-bottom: 20px;
  margin-top: 30px;
}

.logo-belt-certificates {
  margin-bottom: 50px;
}

.logo-belt-certificates .ns-bs .bs-img.black-white {
  filter: none;
}

.logo-belt-certificates > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1300px) {
  .logo-belt-wrap {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .logo-belt-wrap {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .logo-belt .slick-dots {
    bottom: -15px;
  }
  .logo-belt {
    padding-bottom: 0;
  }
  .logo-belt-wrap > div > div {
    margin-top: -35px !important;
  }
}
@media (max-width: 767px) {
  .logo-belt-wrap {
    padding-top: 25px;
  }
}
/** LOGO BELT - END ------------------------------------------------ */
/** LOGO BELT - END ------------------------------------------------ */
/** LOOP ITEM HORIZONTAL - START ------------------------------------------------ */
/** LOOP ITEM HORIZONTAL - START ------------------------------------------------ */
.loop-item-horizontal {
  display: flex;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.loop-item-horizontal .c1 {
  padding-left: 0;
}

.loop-item-horizontal .c2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px !important;
}

.loop-item-horizontal h4 {
  margin: 0;
  margin-bottom: 5px;
  padding: 0 10px;
  font-weight: bold;
}

.loop-item-horizontal span {
  font-size: 16px;
  margin: 0;
  color: #28282f;
}

.loop-item-horizontal p {
  font-size: 18px;
  font-weight: 300;
  font-family: "Archivo", sans-serif;
  color: #454648;
  padding-right: 30px;
}

.loop-item-horizontal img {
  height: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.loop-item-horizontal .read-more {
  border-color: transparent !important;
  padding: 0 10px;
  color: #454648;
  font-size: 18px;
  font-weight: bold;
  font-family: "Archivo", sans-serif;
  margin-top: 35px;
  margin-left: 10px;
  max-width: 175px;
}

.loop-item-horizontal,
.loop-item-horizontal img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.loop-item-horizontal-no-img {
  height: 100%;
}

.loop-item-horizontal .cfull {
  padding: 40px 30px;
}

@media (max-width: 991px) {
  .loop-item-horizontal {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .loop-item-horizontal,
.loop-item-horizontal img {
    height: auto;
  }
  .loop-item-horizontal img {
    width: 100%;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
  }
  .loop-item-horizontal .c1 {
    padding-right: 0;
  }
  .loop-item-horizontal .c2,
.loop-item-horizontal .cfull {
    padding: 30px 20px !important;
  }
}
@media (max-width: 767px) {
  .loop-item-horizontal p {
    padding-right: 15px;
  }
  .loop-item-horizontal .read-more {
    margin-top: 15px;
  }
  .loop-item {
    margin-bottom: 25px;
  }
}
/** LOOP ITEM HORIZONTAL - END ------------------------------------------------ */
/** LOOP ITEM HORIZONTAL - END ------------------------------------------------ */
/** PAGINATION - START ------------------------------------------------ */
/** PAGINATION - START ------------------------------------------------ */
.vc-pagination {
  text-align: left;
  border-top: none;
  padding-top: 20px;
  margin-bottom: 0;
}

.page-numbers {
  border: 1px solid #b4b4b4;
  background-color: #fff;
  color: #454648;
  border-radius: 0px;
  padding: 2.5px 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400 !important;
}
.page-numbers:hover {
  border-color: #007cc4;
}

.page-numbers.next,
.page-numbers.prev {
  font-weight: 300 !important;
  border: 1px solid #b4b4b4;
}
.page-numbers.next:hover,
.page-numbers.prev:hover {
  border: 1px solid #007cc4;
}

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

.page-numbers.current {
  background-color: #007cc4;
  border-color: #007cc4;
  color: #fff;
}

@media (max-width: 767px) {
  .vc-pagination {
    padding-top: 10px;
  }
  .page-numbers {
    font-size: 16px;
  }
}
/** PAGINATION - END ------------------------------------------------ */
/** PAGINATION - END ------------------------------------------------ */
/** NOVICA SINGLE - START ------------------------------------------------ */
/** NOVICA SINGLE - START ------------------------------------------------ */
.single-gallery {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

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

.single .novica .vc_row:not(.sp-page-title) {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.post-date {
  font-size: 16px;
  color: #b4b4b4;
  font-weight: 400;
  padding-left: 0;
}

@media (max-width: 767px) {
  .single-novica .single-gallery {
    padding-top: 0;
  }
  .single-novica .sp-page-title {
    margin-bottom: 20px;
  }
}
/** NOVICA SINGLE - END ------------------------------------------------ */
/** NOVICA SINGLE - END ------------------------------------------------ */
/** FOOTER - START ------------------------------------------------ */
/** FOOTER - START ------------------------------------------------ */
footer .bs-container-wrap {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

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

.big-footer {
  padding-top: 40px;
  margin-top: 0px;
  padding-bottom: 60px;
  background-color: #f4f8fb;
}
.big-footer .vc_row:first-of-type > .wpb_column > .vc_column-inner:first-of-type {
  padding-top: 0;
}
.big-footer p,
.big-footer a,
.big-footer span {
  color: #000 !important;
  font-size: 16px;
  line-height: 31px;
  font-weight: 300;
}
.big-footer p {
  line-height: 36px;
}
.big-footer ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}
.big-footer ul a {
  font-family: "Archivo", sans-serif;
  line-height: 34px;
  text-align: left;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.big-footer ul a:hover, .big-footer ul a:focus, .big-footer ul a:active {
  text-decoration: underline;
}
.big-footer .f-title {
  margin-top: 0px;
  margin-bottom: 30px !important;
}
.big-footer .f-title a,
.big-footer .f-title h4,
.big-footer .f-title p {
  font-family: "Archivo", sans-serif;
  font-weight: normal !important;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 26px;
  text-align: left;
  color: #828282 !important;
  margin-top: -5px;
  padding-bottom: 0px;
  margin-bottom: -15px !important;
}
.big-footer .c1 img {
  margin-bottom: 25px;
  max-width: 200px;
}
.big-footer .c3 > div {
  padding-right: 0;
}
.big-footer .c5 .f-title p {
  margin-bottom: -10px !important;
}
.big-footer .c5 .footer-socials > div > div > div {
  display: flex;
  justify-content: flex-start;
}
.big-footer .c5 .footer-socials > div > div > div > div {
  margin-right: 0px;
}
.big-footer .c5 .footer-socials a:hover svg path:first-child,
.big-footer .c5 .footer-socials a:hover svg rect {
  fill: #0059a8 !important;
}
.big-footer .hide-mobile {
  display: none;
}
.big-footer .wpb_text_column {
  margin-bottom: 15px;
}
.big-footer .wpb_raw_html {
  margin-bottom: 0px;
}
.big-footer .wpb_raw_html a {
  display: flex;
  align-items: center;
}
.big-footer .wpb_raw_html a span {
  color: #b4b4b4;
}
.big-footer .wpb_raw_html a:hover, .big-footer .wpb_raw_html a:focus, .big-footer .wpb_raw_html a:active {
  text-decoration: none;
}
.big-footer .wpb_raw_html a:hover .inner-contents, .big-footer .wpb_raw_html a:focus .inner-contents, .big-footer .wpb_raw_html a:active .inner-contents {
  text-decoration: underline;
}
.big-footer .wpb_raw_html svg {
  margin-right: 15px;
}
.big-footer .ns-location > div {
  display: flex;
  align-items: center;
}

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

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

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

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

.slick-dots li button {
  cursor: pointer !important;
}

@media (max-width: 992px) {
  .big-footer {
    display: flex;
    flex-wrap: wrap;
  }
  .big-footer > div > div {
    display: flex;
    flex-wrap: wrap;
  }
  .big-footer .home-logo {
    padding-left: 0;
  }
  .big-footer .c1,
.big-footer .c2 {
    width: 50% !important;
  }
  .big-footer .c3,
.big-footer .c4,
.big-footer .c5 {
    margin-top: 25px;
    width: 33.333% !important;
  }
}
@media (max-width: 767px) {
  footer .big-footer p,
footer .big-footer a,
footer .big-footer span {
    font-size: 16px !important;
  }
  .big-footer p {
    line-height: 31px;
  }
  .big-footer .c1 img {
    width: 150px;
    padding-top: 15px;
  }
  footer .f-title {
    margin-top: 0 !important;
  }
  footer .f-title p {
    font-size: 18px !important;
  }
  .big-footer .c1,
.big-footer .c2,
.big-footer .c3,
.big-footer .c4,
.big-footer .c5 {
    width: 100% !important;
  }
  .big-footer {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .big-footer ul {
    padding-left: 0;
  }
  .big-footer ul a {
    padding-left: 0;
  }
  .big-footer ul li:before {
    display: none;
  }
  .big-footer .ft {
    display: flex;
    flex-wrap: wrap;
  }
  .big-footer .c3,
.big-footer .c4 {
    width: 50% !important;
  }
  .big-footer .c5 > div > div {
    justify-content: flex-start;
  }
  .big-footer .c2 .wpb_raw_html {
    margin-bottom: 0px !important;
  }
  .big-footer .c2 .wpb_raw_html svg {
    width: 15px;
    height: auto;
  }
  .big-footer .c5 {
    margin-top: 20px;
  }
  .big-footer ul a {
    line-height: 31px;
  }
  .big-footer .f-title {
    margin-bottom: 15px !important;
  }
}
/** FOOTER - END ------------------------------------------------ */
/** FOOTER - END ------------------------------------------------ */
/** SUBPAGES - START ------------------------------------------------ */
/** SUBPAGES - START ------------------------------------------------ */
.vc_separator .vc_sep_holder .vc_sep_line {
  border-color: #e6e6e6 !important;
}

.sp-sec-reference .vc_separator {
  margin-top: -7.5px;
  margin-bottom: 10px !important;
}

.sp-sec-reference:last-of-type .vc_separator {
  display: none;
}

.sp-sec-reference .wpb_text_column > div.wpb_wrapper > p:first-of-type {
  font-style: italic;
}

.sp-sec-reference img {
  width: 150px;
  height: auto;
}

.sp-sec-values-wrap .inner:after {
  content: "";
  background: #f4f8fb;
  position: absolute;
  top: 100%;
  left: 50%;
  height: 80px;
  width: 100vw;
  transform: translateX(-50%);
}

.sp-sec-values-wrap .inner {
  margin-top: 70px;
  margin-bottom: 20px;
}

.sp-sec-values-wrap .inner .wpb_raw_code {
  text-align: center;
  margin-bottom: 0;
}

.sp-sec-values-wrap .inner .wpb_raw_code .dodatno_besedilo_group {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
}

.sp-sec-values-wrap .inner .wpb_raw_code .dodatno_besedilo_group span:first-of-type {
  font-weight: bold;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 10px;
}

.sp-sec-values-wrap .inner .wpb_raw_code .svg-container {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(#71ccf2 0%, #007cc4 51.45%, #0059a8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .sp-sec-values-wrap .inner .wpb_raw_code {
    margin-bottom: 35px;
  }
  .sp-sec-values-wrap .inner .vc_col-sm-4:last-of-type .wpb_raw_code {
    margin-bottom: 0;
  }
  .sp-sec-values-wrap .inner .wpb_raw_code .svg-container {
    width: 100px;
    height: 100px;
  }
  .sp-sec-values-wrap .inner .wpb_raw_code .svg-container svg {
    transform: scale(0.75);
  }
  .sp-sec-values-wrap .inner .wpb_raw_code .dodatno_besedilo_group span:first-of-type {
    font-size: 20px;
  }
  .sp-sec-values-wrap .inner .wpb_raw_code .dodatno_besedilo_group span:last-of-type {
    font-size: 16px;
  }
}
.cta-belt {
  margin-top: 30px;
  margin-bottom: -50px;
  background: linear-gradient(to right, #71ccf2 0%, #007cc4 16.85%, #0059a8 100%);
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.cta-belt .wpb_text_column {
  margin-bottom: 0;
}

.cta-belt h3 {
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .cta-belt {
    margin-top: 0;
    margin-bottom: -25px;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(to top, #007cc4 22.85%, #0059a8 100%);
  }
  .cta-belt h3 {
    margin-bottom: 25px !important;
    font-size: 20px;
  }
}
.wpb_text_column > div > p > a {
  text-decoration: none;
  color: #007cc4 !important;
}
.wpb_text_column > div > p > a:hover {
  color: #0059a8 !important;
  text-decoration: underline;
}

.file-wrap-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f9;
  border-radius: 20px;
  padding: 45px;
  margin-bottom: 60px;
}

/** SUBPAGES - END ------------------------------------------------ */
/** SUBPAGES - END ------------------------------------------------ */
/** SP KONTAKT - START ------------------------------------------------ */
/** SP KONTAKT - START ------------------------------------------------ */
.sp-kontakt-sec-1 {
  margin-bottom: 60px;
  margin-bottom: 75px;
}
.sp-kontakt-sec-1 .col-left .wpb_text_column {
  margin-bottom: 15px;
}
.sp-kontakt-sec-1 .col-left p,
.sp-kontakt-sec-1 .col-left a {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html {
  margin-bottom: 0px;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html span {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  transition: 0.2s;
  margin-left: 2.5px;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html a:hover {
  text-decoration: none;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html a:hover .inner-contents {
  text-decoration: underline;
}
.sp-kontakt-sec-1 .col-left .wpb_raw_html .inner-contents {
  color: #000;
}
.sp-kontakt-sec-1 h3 {
  margin: 0;
  line-height: 1;
}

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

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

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

.sp-kontakt-sec-1 .form-wrap {
  border: 1px solid black;
  display: flex;
  flex-wrap: wrap;
  background: #f4f8fb;
  padding: 15px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 20px !important;
  border-radius: 0px;
  border: 1px solid transparent;
}

.wpcf7 {
  font-family: "Archivo", sans-serif;
  padding: 0;
}
.wpcf7 h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 31px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 25px;
}
.wpcf7 p {
  font-size: 16px;
  line-height: 36px;
  color: #000;
}
.wpcf7 a {
  color: #000;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 textarea {
  width: 100%;
  border-radius: 8px;
  line-height: 31px;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-size: 16px !important;
  padding: 10px 20px;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: red !important;
  padding-top: 5px;
}
.wpcf7 p {
  line-height: 26px;
}
.wpcf7 .p-input {
  margin-top: 10px;
  margin-bottom: 10px !important;
  width: 50%;
}
.wpcf7 .p-input.message {
  width: 100%;
}

.wpcf7::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000 !important;
  opacity: 1;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

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

.wpcf7-submit {
  margin-top: 25px;
  margin-bottom: -15px;
  font-family: "Archivo", sans-serif !important;
  padding: 0.5px 30px !important;
  font-weight: 400;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-radius: 8px;
  background-color: transparent;
  border-color: transparent;
  color: #454648;
  line-height: 43px !important;
  background: #007cc4 !important;
  border: 2px solid #007cc4 !important;
  color: #fff !important;
}
.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus {
  color: #fff !important;
  border: 2px solid #0059a8 !important;
  background: #0059a8 !important;
}

.sp-kontakt-sec-3 {
  margin-bottom: -20px !important;
}
.sp-kontakt-sec-3 .wpb_gmaps_widget {
  margin-bottom: 0;
}
.sp-kontakt-sec-3 .wpb_gmaps_widget > .wpb_wrapper {
  padding: 0;
}

@media (max-width: 1199px) {
  .sp-kontakt-sec-1 .col-left {
    width: 40%;
  }
  .sp-kontakt-sec-1 .col-right {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .sp-kontakt-sec-1 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 35px;
    margin-top: 0;
  }
  .sp-kontakt-sec-1 img,
.sp-kontakt-sec-1 .vc_figure,
.sp-kontakt-sec-1 .vc_single_image-wrapper {
    width: 100%;
  }
  .sp-kontakt-sec-1 .col-left,
.sp-kontakt-sec-1 .col-right {
    width: 100%;
  }
  .sp-kontakt-sec-1 .col-right {
    margin-top: 0px;
  }
  .sp-kontakt-sec-1 .col-left {
    margin-top: 35px;
  }
  .sp-kontakt-sec-1 .col-left > div > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .sp-kontakt-sec-1 .form-wrap {
    flex-direction: column;
  }
  .wpcf7 .p-input {
    width: 100%;
  }
  .wpcf7 .ajax-loader {
    width: auto !important;
  }
  .sp-kontakt-sec-3 {
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .sp-kontakt-sec-1 .col-left .wpb_raw_html span {
    font-size: 16px;
    line-height: 20px;
  }
  .sp-kontakt-sec-1 {
    margin-bottom: 0px;
  }
  .wpcf7-submit {
    font-size: 16px !important;
    width: initial;
    height: initial;
  }
  .sp-kontakt-sec-3 {
    margin-bottom: -10px;
  }
}
/** SP KONTAKT - END ------------------------------------------------ */
/** SP KONTAKT - END ------------------------------------------------ */
/** EMPLOYEE CARDS - START ------------------------------------------------ */
/** EMPLOYEE CARDS - START ------------------------------------------------ */
.sp-contact-cards > div {
  margin-bottom: 35px;
}

.sp-contact-cards {
  margin-bottom: 35px;
}

.sp-contact-cards > div > div > div {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sp-contact-cards .wpb_single_image,
.sp-contact-cards .wpb_text_column {
  margin-bottom: 0 !important;
}

.sp-contact-cards > div > div > div {
  padding: 20px;
}

.sp-contact-cards img {
  border-radius: 6px 0px 0px 6px;
  width: auto;
  height: 147px !important;
}

.sp-contact-cards p {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 15px;
  line-height: 1.5;
}

.sp-contact-cards .wpb_text_column > div > p {
  margin-bottom: 0px;
}

.sp-contact-cards h5 {
  line-height: 18px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 15px !important;
}

.sp-contact-cards .wpb_raw_code {
  margin-bottom: 10px;
}

.sp-contact-cards .wpb_text_column:not(.employee-description) {
  margin-bottom: 5px !important;
}

.sp-contact-cards .wpb_raw_code a {
  display: flex;
  align-items: center;
  text-align: left;
}

.sp-contact-cards .wpb_raw_code a > span {
  text-align: left;
  margin-left: 10px;
  font-size: 15px;
  color: #007cc4;
}

.sp-contact-cards .wpb_raw_code .hide-mobile {
  display: none !important;
  margin: 0;
}

.sp-contact .sp-contact-cards {
  margin: 0;
}

.sp-contact .employee-description {
  display: none !important;
}

.sp-contact h3 {
  text-align: left !important;
  padding-left: 15px;
}

.sp-contact > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .sp-contact-cards {
    margin-bottom: 25px;
  }
}
/** EMPLOYEE CARDS - END ------------------------------------------------ */
/** EMPLOYEE CARDS - END ------------------------------------------------ */
/** SAFARI - START ------------------------------------------------ */
/** SAFARI - START ------------------------------------------------ */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (max-width: 1260px) {
      header .language-selector-2 {
        right: 0;
        left: 0;
      }
    }
  }
}
/** SAFARI - END ------------------------------------------------ */
/** SAFARI - END ------------------------------------------------ */
/** IE - START ------------------------------------------------ */
/** IE - START ------------------------------------------------ */
/** IE - END ------------------------------------------------ */
/** IE - END ------------------------------------------------ *//*# sourceMappingURL=main.css.map */

@media (min-width: 2000px) {
.hero {
  margin-top: 160px;
  background-size: cover !important;
  background-repeat: repeat !important;

  max-width: none;
}
.hero > .vc_col-sm-7 {
	width: 50% !important;
}
}

.dont-show {
  display:none!important;
}