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

.site {
  position: relative;
  overflow-x: hidden; 
}

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

.small-footer {
  /* background: #000d1a; */
  background: #004071;
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 12px;
  padding: 20px 0 20px 0; }

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

.ns-link:hover {
  color: #fff;
  text-decoration: underline; }

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

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

@media screen and (max-width: 768px) {
  .small-footer {
    text-align: center; }

  .ns-link {
    margin-top: 5px;
    float: none;
    display: block; } }
/*-------------------- typography START --------------------*/
h1 {
  font-size: 32px;
  font-weight: 200;
  color: #004071;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  line-height: 1; }

h2 {
  font-size: 26px;
  font-weight: 700;
  color: #475c6a; }

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #475c6a;
  position: relative; }

h3:after {
  content: '';
  height: 2px;
  width: 80px;
  position: absolute;
  bottom: -18px;
  display: block;
  background: #004071;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

h4 {
  font-size: 20px;
  font-weight: 400;
  color: #004071; }

h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #475c6a;
  padding-bottom: 30px;
  padding-top: 40px; }

p {
  line-height: 1.5;
  margin-bottom: 21px; }

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

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

h3 a {
  color: #475c6a; }

h3 a:hover {
  color: #003661;
  text-decoration: none; }

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

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

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

textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 8px;
  height: 120px;
  outline: none;
  resize: none; }

ul {
  list-style: square; }

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

.fs12 {
  font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.half-container {
  width: 570px; }

.half-container.right {
  padding-right: 30px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .half-container {
    width: 470px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .half-container {
    width: 360px; } }
@media (max-width: 767px) {
  .half-container {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

  .half-container.right {
    padding-right: 15px; } }
.table-responsive-container {
  position: relative;
  overflow: auto; }

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

table td {
  border: 1px solid #ddd;
  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: 0;
  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: 6px 9.6px;
  font-size: 11px;
  font-weight: 700; }

.btn-sm {
  padding: 10px 11.1px;
  font-size: 14px;
  font-weight: 700; }

.btn-md {
  padding: 11px 16.5px;
  font-size: 16px;
  font-weight: 700; }

.btn-lg {
  padding: 15px 21.45px;
  font-size: 18px;
  font-weight: 700; }

#jquery-cookie-law-script a#cookie-law-button-ok,
#jquery-cookie-law-script a#cookie-law-button-ok:visited,
.btn-primary,
.btn-primary:visited {
  color: #fff;
  background: #004071;
  border: 1px solid #004071; }

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

#jquery-cookie-law-script a#cookie-law-button-ok:active,
#jquery-cookie-law-script a#cookie-law-button-ok:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:focus,
#jquery-cookie-law-script a#cookie-law-button-ok:active:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #e0e0e0;
  border: 1px solid #002d52;
  background: #002d52;
  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: #fff;
  background: #475c6a;
  border: 1px solid #475c6a; }

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover {
  color: #f0f0f0;
  border: 1px solid #3b4c58;
  background: #3b4c58; }

#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-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #e0e0e0;
  border: 1px solid #2e3c45;
  background: #2e3c45;
  box-shadow: none;
  outline: none; }

.btn-white,
.btn-white:visited {
  color: #004071;
  background: #fff;
  border: 1px solid #fff; }

.btn-white:hover {
  color: #003661;
  border: 1px solid #f0f0f0;
  background: #f0f0f0; }

.btn-white:active,
.btn-white:focus,
.btn-white:active:focus,
.btn-white:active:hover {
  color: #002d52;
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  box-shadow: none;
  outline: none; }

  .btn-transparent,
  .btn-transparent:visited {
    background: transparent;
    color: #004071;
    border: 1px solid transparent; }
  
  .btn-transparent:hover {
    background: transparent;
    border: 1px solid transparent;
    color: #003661; }
  
  .btn-transparent:active,
  .btn-transparent:focus,
  .btn-transparent:active:focus,
  .btn-transparent:active:hover {
    background: transparent;
    border: 1px solid transparent;
    color: #002d52;
    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: #475c6a;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 15px !important;
  text-align: center;
  border-bottom: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !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: #004071 !important; }

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

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

.vc_tta-tabs .vc_active .vc_tta-panel-heading {
  background: #004071 !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: #475c6a !important; }

  .vc_tta-tabs .vc_tta-panel-heading:hover {
    background: #3b4c58 !important; }

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

  .vc_tta-tabs .vc_active .vc_tta-title-text {
    color: #fff; }

  .vc_tta-tabs .vc_tta-title-text {
    font-size: 16px;
    color: #004071;
    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: #475c6a;
  font-weight: 400;
  text-transform: uppercase; }

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

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

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

.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: #475c6a;
  padding: 15px 40px !important;
  color: #004071; }

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

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

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

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

/*------------------- VC default END ---------------------*/
/*------------------- include VC elements START ---------------------*/
.ns-bs .bs-brand-box {
  height: 150px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: none;
  margin: 0 15px; }

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

.ns-bs .slick-arrow {
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 10;
  opacity: 1;
  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: #004071;
  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; }

.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(71, 92, 106, 0.5); }

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

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

.breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #005389; }

.breadcrumbs ul a {
  color: #005389;
  padding: 0 10px; }

.breadcrumb_last {
  color: #005389;
  padding-left: 10px;
  font-weight: 700;
  margin-right: 10px; }

.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%; }

.vc_ns_content-slider-container {
margin-bottom: 0 !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: #004071;
  font-family: FontAwesome; }

.vc_ns_content-slider-container .slick-dots {
  bottom: 30px; }

@media (max-width: 767px) {
  .vc_ns_content-slider-container .slick-dots {
    bottom: 10px; }
}

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

.vc_ns_content-slider-container .slick-dots li button {
  box-shadow: none;
  cursor: default;
  padding: 7px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #004071;
  border: 2px solid #fff; }

.vc_ns_content-slider-container .slick-dots li button:hover {
  background: #003661; }

.vc_ns_content-slider-container .slick-dots li.slick-active button {
  background: #0075b5; }

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

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

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

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

/* ----------- nav START ---------- */
/*----- main nav -----*/
.main-nav-col {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.main-nav {
  margin-bottom: 0;
  border: none;
  min-height: 0; }

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

.main-nav .nav {
  float: right; }

.main-nav .nav li {
  padding: 0 18px;
  border-right: 2px solid rgba(255, 255, 255, 0.8); }

.kl.main-nav .nav li {
  padding: 0 9px; }

.kl.main-nav .nav li a {
  font-size: 14px; }

.k.main-nav .nav li {
  padding: 0 6px; }

.k.main-nav .nav li a {
  font-size: 12px; }

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

.main-nav .nav li a {
  color: #475c6a;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: 700;
  line-height: 0.9;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent; }

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  background: none;
  border-bottom: 2px solid #004071; }

.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: none;
  border-bottom: 2px solid #004071; }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav .nav li {
    padding: 0 6px; }

  .main-nav .nav li a {
      font-size: 15px; }

  .kl.main-nav .nav li {
    padding: 0 8px; }

  .kl.main-nav .nav li a {
    font-size: 12px; }

  .k.main-nav .nav li {
    padding: 0 4px; }

  .k.main-nav .nav li a {
    font-size: 11px; }
}
/*@media (min-width: 768px) and (max-width: 991px) {
	.main-nav .nav li {
		padding: 0 15px;
	}

	.main-nav .nav li a {
		font-size: 14px;
	}

	.kl.main-nav .nav li {
		padding: 0 8px;
	}

	.kl.main-nav .nav li a {
		font-size: 12px;
	}
}*/
@media (max-width: 991px) {
  .main-nav-col > .vc_column-inner {
    display: block !important; }

  .main-nav .navbar-header {
    width: 100%; }

  .main-nav .navbar-toggle {
    margin-bottom: 15px;
    margin-top: 5px;
    margin-right: 0;
    display: block;
    float: right; }

  .main-nav .icon-bar {
    background: #004071; }

  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0; }

  .main-nav .navbar-collapse.collapse {
    display: none !important; }

  .main-nav .nav {
    float: left;
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 0; }

  .main-nav .nav li {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%; }

  .main-nav .nav li a {
    padding: 12px 10px;
    border: none; }

  .main-nav .nav li a:hover {
    border: none;
    color: #004071; }

  .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 {
    border: none;
    color: #004071; }

  .main-nav .collapse.in {
    display: block !important; } }
/* ----- footer nav ----- */
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 35px; }

.footer-nav li {
  padding: 4px 0; }

.footer-nav li:first-child {
  padding-top: 0; }

.footer-nav li:last-child {
  border-bottom: none; }

.footer-nav a {
  color: #fff;
  font-size: 16px; }

/*.footer-nav a:before {
	content: '';
	width: 5px;
	height: 5px;
	background: $primary-color;
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}*/
.footer-nav a:hover {
  text-decoration: underline;
  color: #fff; }

/* ----- sidenav ----- */
.sidenav {
  margin-bottom: 35px;
  width: 100%;
  float: left; }

.sidenav-title {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  width: 100%; }

.sidenav h2 {
  margin-bottom: 35px; }

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; }

.sidenav li {
  float: left;
  width: 100%; }

.sidenav ul a {
  background: #f6f6f6;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #475c6a;
  width: 100%;
  float: left;
  line-height: 1.3;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #ddd; }

@media (min-width: 768px) and (max-width: 991px) {
  .sidenav ul a {
    font-size: 14px; } }
.sidenav a:hover {
  color: #004071;
  text-decoration: none; }

.sidenav li.current-menu-item > a,
.sidenav li.current-page-ancestor > a {
  color: #fff;
  background: #004071;
  border: 1px solid #002d52; }

.sidenav .sub-menu-0 {
  display: none;
  float: left;
  width: 100%;
  border: none; }

.sidenav li.current-menu-item .sub-menu-0,
.sidenav li.current-page-ancestor .sub-menu-0 {
  display: block; }

.sidenav .sub-menu-0 li {
  margin-bottom: 0; }

.sidenav .sub-menu-0 a {
  padding: 10px 20px 10px 35px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  float: left; }

.sidenav .sub-menu-0 a:hover {
  color: #004071; }

.sidenav .sub-menu-0 li.current-menu-item > a,
.sidenav .sub-menu-0 li.current-page-ancestor > a {
  background: #fff;
  color: #004071;
  border: 1px solid #004071; }

.sidenav .sub-menu-1 {
  display: none;
  float: left;
  width: 100%;
  border: none; }

.sidenav .sub-menu-0 li.current-menu-item .sub-menu-1,
.sidenav .sub-menu-0 li.current-page-ancestor .sub-menu-1 {
  display: block; }

.sidenav .sub-menu-1 li {
  margin-bottom: 0;
  padding-left: 25px; }

.sidenav .sub-menu-1 a {
  font-weight: 400;
  padding: 6px 20px;
  font-size: 14px;
  color: #475c6a;
  float: left; }

.sidenav .sub-menu-1 a:hover {
  color: #004071; }

.sidenav .sub-menu-1 li.current-menu-item > a,
.sidenav .sub-menu-1 li.current-page-ancestor > a {
  color: #fff;
  background: #004071; }

/* ----------- nav END ---------- */
.top-header {
  background: #004071;
  color: #fff;
  font-size: 13px; }

.top-header .ns-cwi-container {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
  padding: 13px 15px;
  font-weight: 600; }

.top-header .ns-cwi-container a {
  color: #fff; }

@media (max-width: 520px) {
  .hmail {
    display: none; }

  .top-header .ns-cwi-container {
    border-left: none; } }
.language-selector {
  float: right; }

.language {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: table-cell;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  font-size: 12px; }

.language.active {
  background: #0075b5; }

.language-wrap {
  margin-top: 7px;
  margin-left: 13px;
  float: left; }

a:hover .language {
  text-decoration: none;
  border: 2px solid #0075b5;
  color: #0075b5; }

.kovis-nav {
  float: right;
  margin-right: 10px; }

.kovis-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.kovis-nav li {
  float: left; }

.kovis-nav a {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid rgba(255, 255, 255, 0.75);
  padding: 11px 15px 13px 15px;
  float: left;
  font-weight: 600; }

.kovis-nav li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.kovis-nav a:hover {
  text-decoration: none;
  background: #003661; }

.kovis-nav .current-menu-item a {
  background: #002d52; }

@media (max-width: 991px) {
  .kovis-nav {
    margin-right: 0;
    width: 100%; }

  .kovis-nav ul {
    display: block; }

  .kovis-nav li {
    width: 1%;
    display: table-cell;
    float: none; }

  .kovis-nav a {
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    display: block;
    float: none; } }
@media (max-width: 374px) {
  .kovis-nav a {
    font-size: 11px; } }
.main-header {
  border-bottom: 1px solid #ebebeb;
  padding: 22px; }

.logo {
  margin-bottom: 0 !important; }

.logo img {
  max-height: 75px;
  width: auto; }

.logo-kl {
  margin-top: 24px; }

.logo-eu {
  margin-bottom: 0 !important; }

.kovis.main-header .logo-eu img {
  max-height: 51px;
  width: auto;
}

.k.logo-eu {
  margin-top: 11px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo-kl {
    margin-top: 18px; 
  } 

  .kovis.main-header .logo-eu img {
    max-height: 41px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .main-header {
    padding-bottom: 12px; }

  .logo {
    position: absolute;
    z-index: 11; }

  .logo img {
    max-height: 50px;
    width: auto; }

  .logo-kl {
    margin-top: 15px; }

  .logo-kl img {
    max-height: 25px;
    width: auto; }

  .logo-eu {
    position: absolute;
    z-index: 10;
    left: 180px;
    margin-top: 15px; }

  .logo-eu img {
    max-height: 25px;
    width: auto; }

  .kovis .logo-eu {
    position: absolute;
    z-index: 10;
    left: 140px;
    margin-top: 12px; }

  .kl.logo-eu {
    left: 220px;
  }

  .k.logo-eu {
    left: 150px;
  }

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

  .kovis .logo img {
    max-height: 30px;
    width: auto; }
  
  .kl.logo {
    margin-top: 13px;
  }

  .kl.logo img {
    max-height: 30px;
  }

  .kovis.main-header .logo-eu img {
    max-height: 30px;
    width: auto; } }

@media (max-width: 550px) {
  .kl.logo {
    margin-top: -10px;
  }

  .kl.logo img {
    max-height: 30px;
  }

  .kl.logo-eu {
    left: 15px;
    margin-top: 30px;
  }

  .k.logo {
    margin-top: -10px;
  }

  .k.logo img {
    max-height: 30px;
  }

  .k.logo-eu {
    left: 15px;
    margin-top: 30px;
  }
}

.big-footer {
  /* background: #011122; */
  background:#004071;
  padding-top: 35px;
  color: #fff; }

.big-footer .ns-cwi-container {
  margin-bottom: 16px;
  font-size: 16px; }

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

.flogo img {
  max-height: 76px;
  width: auto; }

/*.big-footer .slick-slider {
	padding: 0 50px;
}

.big-footer .vc_ns_content-slider-container .slick-prev:before, 
.big-footer .vc_ns_content-slider-container .slick-next:before {
	color: darken($border-color, 30%);
}

.big-footer .vc_ns_content-slider-container .slick-arrow {
	margin-top: 0;
}*/
.slick-slide .wpb_single_image {
  margin-bottom: 0 !important; }

.social-icon {
  width: 20%;
  float: left;
  margin-bottom: 35px; }

.video-back > .vc_column-inner {
  background-position: center center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
  padding-top: 0 !important; }

.video-content {
  max-width: 80% !important;
  max-height: 80% !important; }

.video-btn {
  padding: 30px;
  display: inline-block;
  margin: 0 auto; }

.kovis-boxes > .wpb_column > .vc_column-inner > .wpb_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.kovis-boxes .ns-company-box-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.ns-company-box-container {
  border: 1px solid #ddd;
  padding: 30px;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  color: #99a9b8;
  transition: 0.3s;
  margin-bottom: 35px; }

.ns-company-box-container:hover {
  box-shadow: 3px 3px 5px rgba(0, 114, 188, 0.15);
  transition: 0.3s; }

.ns-company-box-icon {
  position: relative;
  overflow: hidden; }

.ns-company-box-icon-img {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.ns-company-box-icon-img:before {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background: #004071;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ns-company-box-icon-img:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 1000px;
  background: #004071;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ns-company-box-title {
  font-size: 18px; }

@media (max-width: 767px) {
  .ns-company-box-text {
    height: auto;
    margin-bottom: 20px; } }
.ns-company-box-space {
  height: 40px; }

.ns-company-box-content .btn {
  margin-top: 20px; }

.news-section {
  background: #ddd; }

.trust {
  color: #fff; }

.trust h3 {
  color: #90d8f6;
  margin-top: 6px; }

.trust h3:after {
  background: #fff;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.trust ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.trust li {
  padding-left: 30px;
  margin-bottom: 20px; }

.trust li:before {
  content: '\f046';
  width: 20px;
  height: 20px;
  float: left;
  margin-left: -30px;
  font-family: FontAwesome;
  font-size: 20px;
  margin-top: -3px;
  color: #90d8f6; }

.trust strong {
  color: #90d8f6;
  font-size: 16px; }

.main-slider {
  color: #99a9b8;
  font-size: 16px; }

.main-slider .slider-content {
  margin-top: 100px;
  padding-left: 40px; }

.main-slider h1 {
  font-size: 50px; }

.main-slider .slick-list {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }

.main-slider .slick-slide {
  height: 490px;
  background-position: center center; }

.main-slider .slick-dots {
  padding-left: 305px;
  bottom: 70px; }

.main-slider .slick-dots li button:before {
  color: #99a9b8; }

.main-slider .slick-dots li.slick-active button:before {
  color: #004071; }

.main-slider .slick-arrow {
  background: #004071;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 0; }

.main-slider .slick-arrow:hover {
  background: #003661; }

.main-slider .slick-prev {
  left: 50px; }

.main-slider .slick-next {
  right: 50px; }

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  color: #fff; }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider h1 {
    font-size: 45px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .main-slider h1 {
    font-size: 35px; } }
@media (max-width: 767px) {
  .main-slider .slick-slide {
    height: 350px;
    background-size: cover;
    background-position-y: center;
    background-position-x: 98%; }

  .main-slider .slider-content {
    margin-top: 50px;
    padding-left: 150px; }

  .main-slider .slick-arrow {
    display: none !important; }

  .main-slider .slick-dots {
    padding-left: 0;
    bottom: 10px; }

  .main-slider h1 {
    font-size: 45px; } }
@media (max-width: 660px) {
  .main-slider .slick-slide {
    background-position-x: 90%; }

  .main-slider .slider-content {
    padding-left: 100px; } }
@media (max-width: 590px) {
  .main-slider .slick-slide {
    background-position-x: 83%; }

  .main-slider .slider-content {
    margin-top: 30px;
    padding-left: 100px; } }
@media (max-width: 525px) {
  .main-slider {
    font-size: 16px; }

  .main-slider .slick-slide {
    background-position-x: 77%; }

  .main-slider .slider-content {
    margin-top: 30px;
    padding-left: 100px; } }
@media (max-width: 450px) {
  .main-slider h1 {
    font-size: 30px; }

  .main-slider .slick-slide {
    background-position-x: 69%; }

  .main-slider .slider-content {
    margin-top: 30px;
    padding-left: 100px; } }
@media (max-width: 370px) {
  .main-slider h1 {
    font-size: 30px; }

  .main-slider .slick-slide {
    background-position-x: 66%; }

  .main-slider .slider-content {
    margin-top: 20px;
    padding-left: 80px; } }
.title-banner {
  padding: 295px 0 45px 0;
  text-align: left;
  margin-bottom: 0; }

.title-banner:before {
  background: rgba(0, 0, 0, 0.2); }

.title-banner h1 {
  color: #fff;
  margin-top: 0;
  font-weight: 700;
  font-size: 45px;
  text-shadow: 1px 1px 0 #475c6a; }

@media (max-width: 767px) {
  .title-banner {
    padding: 85px 0 35px 0; }

  .title-banner h1 {
    font-size: 24px; } }
.breadcrumbs-container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px; }

.breadcrumbs {
  margin-left: -10px; }

.breadcrumbs span,
.breadcrumbs ul a {
  color: #99a9b8; }

.history {
  margin-bottom: 35px; }

.history-col {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.history-col:nth-child(odd) {
  border-right: 5px solid #99a9b8;
  margin-top: -72px; }

.history-col:nth-child(2) {
  margin-top: 72px; }

.history-col:nth-child(1) {
  margin-top: 0; }

.history-content {
  background: #fff;
  float: left;
  height: 180px;
  display: table; }

.history-content:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 70%;
  background: #99a9b8;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1; }

.history-col:nth-child(odd) .history-content {
  margin-right: 80px;
  padding-right: 20px; }

.history-col:nth-child(odd) .history-content:before {
  right: 0; }

.history-col:nth-child(even) .history-content {
  margin-left: 80px;
  float: right;
  padding-left: 20px; }

.history-col:nth-child(even) .history-content:before {
  left: 0; }

.history-content-inner {
  display: table-cell;
  vertical-align: middle; }

.history-year {
  color: #004071;
  font-family: "Titillium Web", sans-serif;
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 300; }

.history-desc ul {
  padding-left: 20px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .history-content {
    height: 200px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .history-content {
    height: 270px; } }
@media (max-width: 767px) {
  .history-col {
    float: left;
    margin: 0 !important;
    width: 100%;
    border-right: none !important;
    height: auto;
    display: block; }

  .history-content {
    float: left;
    width: 100%;
    padding: 0 !important;
    border: none;
    height: auto;
    margin-bottom: 30px; }

  .history-content:before {
    display: none; }

  .history-content-inner {
    display: block; } }
.site-content {
  min-height: 800px; }

.category-container {
  margin-bottom: 35px;
  width: 100%;
  float: left; }

.category {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.category:hover {
  text-decoration: none; }

.category-overflow {
  position: absolute;
  top: 0;
  height: 60px;
  background: rgba(0, 64, 113, 0.7);
  padding: 15px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.category:hover .category-overflow {
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.category-overflow-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.category-overflow-content-inner {
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0; }

.category:hover .category-overflow-content-inner {
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  margin-top: 15px; }

.category h2 {
  color: #fff !important;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.5; }

.category p {
  color: #fff;
  font-weight: 300; }

@media (min-width: 992px) and (max-width: 1199px) {
  .category h3 {
    font-size: 22px; }

  .category p {
    font-size: 12px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .category h3 {
    font-size: 16px; }

  .category p {
    visibility: hidden; } }
@media (max-width: 767px) {
  .category h3 {
    font-size: 16px; } }
.vc-pagination {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px; }

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

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

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

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

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

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

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

.news-item {
  background: #fff;
  margin-bottom: 35px;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.news-item > .wpb_column > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.news-item-content {
  padding: 30px !important; }

.news-item-image {
  min-height: 200px !important; }

.news-item-gp-img {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.news-item-gp-content > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  padding: 30px;
  margin-bottom: 35px; }

.post-image-wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.post-image {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: all 0.23s;
  -webkit-transition: all 0.23s;
  transition: all 0.23s; }

.post-image:hover {
  top: -40px;
  bottom: -40px;
  left: -40px;
  right: -40px; }

.ns-bs {
  margin-bottom: 35px; }

.ns-bs .bs-brand-box {
  border: none;
  background: #fff;
  padding: 20px;
  height: 100px;
  margin-bottom: 1px; }

.ns-bs .slick-arrow {
  background: #004071;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 0; }

.ns-bs .slick-arrow:hover {
  background: #003661; }

.ns-bs .slick-prev {
  left: -50px; }

.ns-bs .slick-next {
  right: -50px; }

.ns-bs .slick-prev:before,
.ns-bs .slick-next:before {
  color: #fff; }

.ns-certificate-box {
  background: #EEF1F4;
  display: block;
  width: 100%;
  float: left;
  height: 400px;
  text-align: center;
  padding: 45px 15px;
  /* border: 1px solid #ddd; */
  margin-bottom: 25px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 0.3s; }

.ns-certificate-box:hover {
  /* border: 1px solid #004071;  */
  padding: 30px 15px;
}

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

.grey-back > .vc_column-inner {
  position: relative;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent; }

.grey-back > .vc_column-inner > .wpb_wrapper {
  background: #f6f6f6;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .grey-back h2 {
    margin-top: 0;
    font-size: 24px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .grey-back h2 {
    margin-top: 0;
    font-size: 20px; }

  .grey-back {
    font-size: 12px; }

  .grey-back > .vc_column-inner {
    border: 0 !important;
  }

  .grey-back > .vc_column-inner > .wpb_wrapper {
    padding: 15px;
    position: relative; } }
@media (max-width: 767px) {
  .grey-back > .vc_column-inner {
    border-left: none;
    border-right: none; }

  .grey-back > .vc_column-inner > .wpb_wrapper {
    position: relative; } }
.company-id {
  background: #f6f6f6;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 35px;
  padding: 30px 15px; }

.company-id p {
  line-height: 2; }

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

.grey-icon-back-section .ns-cwi-container {
  background: #f1f1f1;
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 20px; }

.grey-icon-back-section .ns-cwi-icon {
  width: 130px;
  text-align: center; }

.grey-icon-back-section .ns-cwi-icon-inner {
  padding-right: 20px; }

.grey-icon-back-section .ns-cwi-container h4 {
  font-weight: 700;
  color: #475c6a;
  font-size: 18px; }

.grey-icon-back-section .ns-cwi-container:hover h4 {
  color: #004071; }

.advantages {
  width: 100%;
  display: inline-block;
  padding-top: 30px; }

.advantage {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 30px; }

.advantage:hover {
  text-decoration: none; }

.advantage h4 {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3; }

.advantage:hover h4 {
  color: #fff; }

.advantage-icon {
  height: 100px;
  text-align: center;
  margin: 0 auto; }

.advantage-icon-helper {
  vertical-align: middle;
  display: inline-block;
  height: 100%; }

.advantage-icon-img {
  vertical-align: middle;
  opacity: 0.8; }

.advantage:hover .advantage-icon-img {
  opacity: 1; }

/*.advantage-icon-img-hover {
	display: none;
	vertical-align: middle;
}

.advantage:hover .advantage-icon-img {
	display: none;
}

.advantage:hover .advantage-icon-img-hover {
	display: inline-block;
}*/
.industry-section {
  background: #EEF1F4;
  padding-top: 35px;
  padding-bottom: 35px; }

@media (min-width: 768px) and (max-width: 991px) {
  .advantage {
    width: 50%; } }
@media (max-width: 767px) {
  .advantage {
    width: 100%; } }
.to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 100; }

.to-top-link {
  background: #004071;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 20px;
  border: 2px solid #fff; }

.ns_vc_videobg {
  width: 100%; }

.ns_vc_videobg video {
  width: 100%;
  display: block; }

@media (min-width: 1200px) {
  .ns_vc_videobg {
    position: realtive;
    overflow: hidden;
    height: 700px; }

  .ns_vc_videobg video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.main-title-section {
  /*background: #004071;*/
  /* background: #003661; */
  margin-bottom: 15px;
  margin-top: 35px; }

.main-title-section h1 {
  color: #003661;
  font-weight: 700;
  margin-top: 0;
  text-transform: none;
  font-size: 42px; }

.job-form-section p {
  margin-bottom: 10px; }

.job-form-section textarea {
  height: 80px; }

.reference-logo-section img {
  max-height: 65px;
  width: auto; }

.certificate-slider .slick-arrow {
  background: #004071;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 0; }

.certificate-slider .slick-arrow:hover {
  background: #003661; }

.certificate-slider .slick-prev {
  left: -50px; }

.certificate-slider .slick-next {
  right: -50px; }

.certificate-slider .slick-prev:before,
.certificate-slider .slick-next:before {
  color: #fff; }

.debug-open {
  display: none; }

.logged-in .debug-open {
  display: block; }

.products-gallery .nsg-img-title {
  display: block;
  text-align: center;
  padding-top: 5px;
  font-weight: 700;
}

.grey-card {
  background: #f6f6f6;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 35px;
}

.grey-card .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.grey-card .wpb_content_element {
  margin-bottom: 0 !important;
}

.grey-card ul {
  margin-top: 50px;
  margin-bottom: 35px !important;
  margin-right: 30px;
  margin-left: 10px;
}

.job {
  margin-bottom: 25px;
}

.razpis-box {
  background: #011122;
  padding: 15px 0 22px 0;
}

.razpis-box a {
  color: #fff;
}

.razpis-box a:hover {
  color: #fff;
}


.main-banner .fp-video {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -62px;
}

/*
------------------------------------
*/

.promo {
  background-size: cover;
  position: relative;
  margin-bottom: 35px;
  /* padding: 20px; */
  text-align: center;
  display: block;
  background-position: center;
}

.promo:before {
  content: '';
  display: block;
  padding-bottom: 161%;
}

.promo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(1, 17, 34, 0.3);
  transition: 0.4s;
}

a.promo:hover:after {
  background: rgba(1, 17, 34, 0.8);
}

.promo-title {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 2;
  padding: 0 15px;
}

.promo-title:after {
  display: none;
}

.promo-btn-wrap {
  position: absolute;
  bottom: 30%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}

a.promo:hover .promo-btn-wrap {
  opacity: 1;
}

.site-kovis .promo {
  background-position: center;
}

.site-kovis .promo-title {
  color: #fff;
  text-shadow: 1px 1px #000;
  top: 10%;
}


.promo2 {
  background-size: cover;
  position: relative;
  margin-bottom: 35px;
  /* padding: 20px; */
  text-align: center;
  display: block;
}

.promo2:before {
  content: '';
  display: block;
  padding-bottom: 161%;
}

.promo2:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(1, 17, 34, 0.3);
  background: linear-gradient(180deg, rgba(1,17,34,0.6) 0%, rgba(1,17,34,0.3) 100%);
  transition: 0.4s;
}

a.promo2:hover:after {
  background: rgba(1, 17, 34, 0.8);
  background: linear-gradient(180deg, rgba(1,17,34,0.8) 0%, rgba(1,17,34,0.8) 100%);
}

.promo2-title {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 10%;
  width: 100%;
  z-index: 2;
  padding: 0 15px;
  font-size: 20px;
}

.promo2-title:after {
  display: none;
}

.promo2-btn-wrap {
  position: absolute;
  bottom: 30%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}

a.promo2:hover .promo-btn-wrap {
  opacity: 1;
}

.promo2-tags {
  position: absolute;
  top: 65%;
  width: 100%;
  z-index: 2;
}

.promo2-tag {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  color: #003661;
  margin: 5px;
}

.promo2-tag:only-child {
  margin-top: 45px;
}


.kovis-boxes {
  margin-bottom: 35px;
}

.news-section {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.news-section .row {
  display: flex;
}

@media (max-width: 767px) {
  .news-section .row {
    display: block;
  }
}

.news-section .news {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-section .news-item-gp-content,
.news-section .news-item-gp-content .wpb_column,
.news-section .news-item-gp-content .wpb_column .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-section .news-item-gp-content > .wpb_column > .vc_column-inner > .wpb_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* background: #F9FAFC; */
  background: #EEF1F4;
  padding-bottom: 50px;
  position: relative;
}

.home .site-kovis-group .news-item-gp-content .btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 25px;
  font-weight: 400;
  transition: 0.2s;
}

.home .site-kovis-group .news-item-gp-content .btn:hover {
  left: 20px;
}

.news-item-content {
  padding-bottom: 50px !important;
}

.news-item-content .btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 25px;
  font-weight: 400;
  transition: 0.2s;
}

.news-item-content .btn:hover {
  left: 20px;
}

.news-section .news-item-new .news-item-content {
  background: #EEF1F4;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.home h2 {
  color: #003661;
  font-size: 32px;
}

.partners-section {
  background: #EEF1F4;
  padding-top: 35px;
  padding-bottom: 50px;
  margin-top: 50px;
}

.solutions-section .ns-cwi-icon {
  padding-right: 25px;
}

.solutions-section .ns-cwi-icon img {
  max-width: 50px;
}

.solutions-section h4 {
  font-weight: 900;
}

.dev-section {
  background: #EEF1F4;
  padding-top: 35px;
  padding-bottom: 35px;
}

.numbers {
  display: flex;
  width: 100%;
  justify-content: stretch;
}

.number-item {
  text-align: center;
  width: 100%; }

.number-count {
  font-size: 55px;
  font-weight: 700;
  padding-bottom: 15px;
 }

.number-text {
  font-size: 14px;
  padding: 0 10px; }

.kovis-in-numbers {
  background: #0075B5;
  background: linear-gradient(90deg, rgba(0,64,113,1) 0%, rgba(20,163,216,1) 100%);
  color: #FFF;
  padding-top: 60px;
  padding-bottom: 90px; }

.site-kovis .kovis-in-numbers {
  padding-top: 90px;
  padding-bottom: 90px; }

.kovis-in-numbers .numbers {
  color: #FFF; }

.kovis-in-numbers .numbers .number-count {
  color: #FFF; }

.kovis-in-numbers .wpb_text_column {
  margin-bottom: 0; }

@media screen and (min-width: 992px) and (max-width: 1289px) {
  .kovis-in-numbers {
    padding-top: 70px;
    padding-bottom: 70px; }
}

@media screen and (max-width: 991px) {
  .kovis-in-numbers {
    padding-top: 60px;
    padding-bottom: 60px; }

  .numbers {
    flex-wrap: wrap;
  }

  .number-item {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .number-item {
    width: 33%;
  }
}

.about-group-section {
  background-size: cover;
  background-position: center -250px;
  color: #fff;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .about-group-section {
    background-position: center center;
  }
}

.about-group-section h2 {
  color: #fff !important;
}

.about-group-section:before {
  content: '';
  background: rgba(0, 64, 113, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block !important;
}

.about-map {
  margin-bottom: 0 !important;
}

.about-group-section .vc_column-inner  {
  padding-top: 0 !important;
}

.about-group-section .half-container {
  padding-top: 100px;
}

.fas {
  font-family: FontAwesome;
  font-style: normal;
}

.solutions-section {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right -30% center;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .solutions-section {
    display: flex;
    flex-direction: column;
  }

  .solutions-back {
    order: 2;
    min-height: 250px !important;
  }

  .solutions-text {
    order: 1;
  }
}

.disk-img {
  position: absolute;
  width: 650px;
  margin-top: 40px;
  right: 40px;
}

.carrer-row {
  background: #0075B5;
  background: linear-gradient(90deg, rgba(0,64,113,1) 0%, rgba(20,163,216,1) 100%);
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 80px; }

.carrer-row h2 {
  color: #FFF !important;
  margin-top: 0;
  font-size: 42px; }

.carrer-row p {
  font-size: 20px;
  margin-top: 0; }

.carrer-row .btn {
  margin-bottom: 0; }

.carrer-row .wpb_content_element {
  margin-bottom: 0; }

.right {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .carrer-row {
    padding-top: 60px;
    padding-bottom: 60px; }
  .carrer-row h2 {
    padding-bottom: 20px;
    font-size: 30px; }
  .carrer-row p {
    font-size: 16px; }
  .carrer-row .btn {
    margin-top: 25px; }
  .carrer-row .right .wpb_wrapper {
    align-items: flex-start !important;
    text-align: left; } }

.trust .right {
  text-align: left;
}

.product-card {
  margin-bottom: 35px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product-card .vc_col-sm-6 {
  background: #f7f8fa;
}

.product-card .wpb_single_image {
  margin-bottom: 0 !important;
}

.product-card h4 {
  font-size: 30px;
  font-weight: 700;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
}

.product-card p {
  font-size: 20px;
  font-weight: 700;
  padding-right: 20px;
  padding-left: 20px;
}

.product-card .btn {
  margin-bottom: 35px;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .product-card h4 {
    font-size: 26px;
    padding-right: 20px;
    padding-top: 35px;
  }
  
  .product-card p {
    font-size: 18px;
    padding-right: 20px;
  }

  .product-card .wpb_text_column {
    margin-bottom: 25px !important;
  }
}

.unmute-btn {
  padding: 10px; 
  min-width: 65px; 
  text-align: center;
  background: #0075b5;
  color: #fff !important;
  text-decoration:none;
  font-size: 32px;
  top: 20px;
  left: 20px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .unmute-btn {
    padding: 2px; 
    min-width: 38px; 
    font-size: 24px;
    top: 10px;
    left: 10px;
  }
}

