/* ----- hover and focus state ----- */
/*----------------------------------------------------------------*/
* {
  outline: none;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2a2a2a;
}

body {
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}

html,
body {
  overflow-x: hidden;
}

.small-footer {
  background: #fbf4ec;
  color: #a4a4a4;
  font-size: 16px;
  padding: 20px 0 20px 0;
  border-top: 1px solid #e8e8e8;
}

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

.ns-link:hover {
  color: #000000;
  text-decoration: underline;
}
.ns-link:hover svg path,
.ns-link:hover svg rect {
  fill: #000000;
}

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

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

@media screen and (max-width: 767px) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
/*-------------------- typography START --------------------*/
h1 {
  font-size: 35px;
  font-weight: 600;
  color: #022546;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  color: #022546;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  margin-top: 35px;
}

h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-size: 20px;
  font-weight: normal;
  color: #a4a4a4;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  color: #eee;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: 25px 0 15px 0;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px !important;
}

p {
  line-height: 1.75;
  margin-bottom: 28px;
}

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

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

ul,
ol {
  margin-bottom: 24px;
}

@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: 16px !important;
    line-height: 24px;
  }
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
  li,
  p {
    font-size: 16px;
    line-height: 1.5;
  }
  li:before {
    margin-top: 0px;
    font-size: 14px;
  }
  .wpb_text_column ul li:before {
    width: 14px;
    height: 14px;
  }
}
/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type=text],
input[type=email],
input[type=password] {
  border: 0.5px solid #f0f0f0;
  border-radius: 3px;
  height: 40px;
  padding: 8px;
  background: #fff;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:hover {
  border: 0.5px solid #e1e1e1;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border: 0.5px solid #d1d1d1;
  outline: none;
}

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

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

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

table {
  min-height: 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 #f0f0f0;
  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: 6.5px 10.4px;
  font-size: 11px;
}

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

.btn-md {
  padding: 11.5px 17.25px;
  font-size: 16px;
  font-weight: 700;
}

.btn-lg {
  padding: 15.5px 22.165px;
  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: #565656;
  background: #fff;
  border: 0.5px solid #fff;
}

#jquery-cookie-law-script a#cookie-law-button-ok:hover,
.btn-primary:hover {
  color: #fff;
  border: 0.5px solid #007863;
  background: #007863;
}

#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: #fff;
  border: 0.5px solid #007863;
  background: #007863;
  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,
.wpcf7-submit,
.wpcf7-submit:visited {
  color: #fff;
  background: #007863;
  border: 0.5px solid #007863;
}

#jquery-cookie-law-script a#cookie-law-button-more:hover,
.btn-default:hover,
.wpcf7-submit:hover {
  color: #f0f0f0;
  border: 0.5px solid #011528;
  background: #011528;
}

#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: #fff;
  border: 0.5px solid #000000;
  background: #00060b;
  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: $secondary-color; 
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 15px !important;
	text-align: center;
	//margin-left: 15px;
	//margin-right: 15px;
	border-bottom: 1px solid $border-color !important;
	border-top: 1px solid $border-color !important;
	border-left: 1px solid $border-color !important;
	border-right: 1px solid $border-color !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: $primary-color !important;
}

.vc_tta-tabs .vc_tta-tab.vc_active>a,
.vc_tta-tabs .vc_tta-tab.vc_active>a:hover {
	background: $primary-color !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: $primary-color !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: $secondary-color !important;
	}

	.vc_tta-tabs .vc_tta-panel-heading:hover {
		background: $secondary-color-hover !important;
	}

	.vc_tta-tabs .vc_active .vc_tta-panel-heading:hover {
		background: $primary-color !important;
	}

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

	.vc_tta-tabs .vc_tta-title-text {
		font-size: 16px;
		color: $primary-color;
		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: $secondary-color;
	font-weight: 400;
	text-transform: uppercase;
}

.vc_tta-accordion .vc_active .vc_tta-title-text {
	color: $primary-color;
	font-weight: 500;
}

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

.vc_tta-accordion .vc_active .vc_tta-controls-icon {
	background: $primary-color;
	border: 5px solid $primary-color;
}

.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: $secondary-color;
	padding: 15px 40px !important;
	color: $primary-color;
}

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

.vc_toggle_icon {
	background: $primary-color !important;
	margin-left: 15px !important;
	border: none !important;
	width: 14px !important;
}

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

.vc_toggle_icon::before {
	background: $primary-color !important;
	border: none !important;
	height: 14px !important;
}

/*------------------- VC default END ---------------------*/
/*------------------- include VC elements START ---------------------*/
#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: #a0c0d8;
  color: #022546;
  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: #8ab2cf;
  color: #011528;
  transition: 0.25s;
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}
.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;
}

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

.nsg-img-title {
  margin-top: 5px;
  display: inline-block;
}

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

/*----- sidenav -----*/
.sidenav {
  margin-bottom: 35px;
  width: 100%;
  float: left;
  background: #f0f0f0;
  padding: 0 20px;
}

.sidenav .sidenav-title {
  border-bottom: 1px solid #022546;
  text-transform: uppercase;
  width: 100%;
  padding: 28px 0 22px 0;
}

.sidenav-title:before {
  display: none;
}

.sidenav-title h2 {
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

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

.sidenav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  float: left;
  width: 100%;
  padding: 18px 0;
}

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

.sidenav .page_item_has_children.current-menu-item,
.sidenav .page_item_has_children.current-page-ancestor {
  padding-bottom: 0;
}

.sidenav a {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  float: left;
  line-height: 1.3;
  padding-left: 20px;
}

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

.sidenav a:before {
  content: "\f1db";
  font-family: fontAwesome;
  font-size: 9px;
  font-weight: bold;
  float: left;
  width: 20px;
  margin-top: 5px;
  margin-left: -20px;
}

.sidenav a:hover:before {
  content: "\f111";
}

.sidenav li.current-menu-item > a,
.sidenav li.current-page-ancestor > a {
  color: #a0c0d8;
  font-weight: 900;
}

.sidenav li.current-menu-item > a:before,
.sidenav li.current-page-ancestor > a:before {
  content: "\f111";
}

ul[class^=sub-menu-] {
  padding-left: 20px;
  display: none;
}

.sidenav .current-menu-item > ul[class^=sub-menu-],
.sidenav .current-page-ancestor > ul[class^=sub-menu-] {
  display: block;
}

.sidenav .sub-menu-1 li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sidenav .sub-menu-1 a {
  font-size: 15px;
}

.sidenav .sub-menu-2 li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.sidenav .sub-menu-2 a {
  font-size: 14px;
}

.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 #f0f0f0;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px;
}

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

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

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

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

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

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

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

/*------------------- theme START ---------------------*/
.fa {
  color: #a0c0d8;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

/*----- main nav -----*/
.main-nav-col {
  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 25px;
}

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

.main-nav .nav li a {
  color: #2a2a2a;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.main-nav .nav li a:hover,
.main-nav .nav li a:focus {
  background: none;
  color: #007863;
}

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

.main-nav .sub-menu {
  display: none;
}

@media (max-width: 767px) {
  .main-nav-col > .vc_column-inner {
    display: block !important;
  }
  .main-nav .navbar-toggle {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 0;
  }
  .main-nav .icon-bar {
    background: #022546;
  }
  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #f0f0f0;
  }
  .main-nav .nav {
    float: left;
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 0;
  }
  .main-nav .nav li {
    padding: 0;
    margin: 2px 0;
  }
  .main-nav .nav li a {
    padding: 10px;
  }
}
/*----- header -----*/
header {
  background: transparent;
}

header .ns-cwi-container {
  float: right;
  margin: 0 0 0 15px;
}

.top-header {
  background: transparent;
  padding-top: 25px;
  padding-bottom: 35px;
  z-index: 2;
}

.bottom-header {
  padding-bottom: 35px;
  overflow: visible !important;
  z-index: 99;
}

.top-header > div > div > div {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.top-header .ns-cwi-container a {
  border: 2px solid transparent;
  display: table;
  padding: 5px 18px 4px 18px;
  border-radius: 50px;
  color: #000000;
  transition: 0.2s;
}

.fa:before {
  color: #007863 !important;
}

.top-header .ns-cwi-container a span {
  font-weight: 400;
  font-size: 16px;
}

.top-header .ns-cwi-container a i {
  font-size: 18px;
  color: #022546;
  transition: 0.2s;
}

.top-header .ns-cwi-container a:hover {
  border: 2px solid transparent;
  background: transparent;
  text-decoration: none;
}

.top-header .ns-cwi-container a:hover span {
  text-decoration: underline;
}

.top-header .ns-cwi-mail > a {
  padding-right: 0;
}

.logo {
  margin-bottom: 50px;
  display: inline-block;
}

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

header .location {
  max-width: 500px;
  background-color: #007863;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .top-header {
    padding-top: 15px;
    z-index: 100;
  }
  .top-header > div > div {
    display: flex;
    justify-content: center;
  }
  .bottom-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 0px;
  }
  .bottom-header > div {
    width: 100% !important;
  }
  .main-nav .nav {
    float: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .main-nav .nav li {
    margin-right: 0;
  }
  .main-nav .nav li a,
  .top-header .ns-cwi-container a span {
    font-size: 15px;
  }
  header .location.ns-cwi-container {
    /*display: none;*/
    
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    margin: 0 15px;
    border-radius: 0
  }
  header .location.ns-cwi-container .ns-cwi-icon {
      display: none; 
      }
  header .location.ns-cwi-container .ns-cwi-content
  {
      display: block;
  }
}
@media (max-width: 767px) {
  .collapse.navbar-collapse.active {
        display: flex !important;
        margin-top: 60px;
        background-color: white;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        padding-top: 25px;
  }
  header {
    background-color: white;
    height: 60px;
  }
  header .ns-cwi-mail {
    display: none;
  }
  header .ns-cwi-container {
    position: absolute;
    right: 70px;
    top: 18px;
    z-index: 10;
  }
  header .ns-cwi-container .ns-cwi-content {
    display: none;
  }
  .top-header .ns-cwi-container a {
    padding: 4px 5px 3px 5px;
    width: 35px;
    text-align: center;
  }
  .top-header {
    padding-top: 0;
    position: absolute !important;
    z-index: 0;
    z-index: 100;
    margin: 0 !important;
    overflow: visible !important;
    left: 0 !important;
  }
  .main-nav .navbar-toggle {
    z-index: 6;
  }
  .navbar-toggle {
    z-index: 6;
    top: 11px;
    right: 0px;
    margin: 0;
    position: absolute;
  }
  header .ns-cwi-icon {
    padding-right: 0;
  }
  .logo {
    position: absolute;
    z-index: 11;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 32.5px;
    display: flex;
    align-items: center;
    left: 15px;
  }
  .logo img,
  .logo svg {
    max-height: 40px;
    max-width: 180px;
  }
}
/*----- footer -----*/
.big-footer {
  background: #fbf4ec;
  padding: 70px 0;
  padding-bottom: 65px;
  color: #000000;
  margin-top: 35px;
}

.home .big-footer {
  margin-top: 0;
}

.big-footer .home-logo {
  position: relative;
  top: 0;
}

.big-footer h4 {
  font-weight: bold;
}

.big-footer .ns-cwi-container {
  margin-bottom: 15px;
}

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

.big-footer .ns-cwi-container .fa {
  color: #022546;
  width: 27px;
  height: 27px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 50%;
}

.ns-cwi-container a:hover {
  text-decoration: none;
}

.ns-cwi-container a:hover span {
  text-decoration: underline;
}

/*----- footer nav -----*/
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

.big-footer a,
.footer-nav li a {
  color: #000000 !important;
}

.big-footer a:hover,
.footer-nav li a:hover {
  text-decoration: underline;
  color: #000000;
}

@media (max-width: 992px) {
  .big-footer .hide-mobile {
    display: none;
  }
  .big-footer {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 0;
  }
  .big-footer h4 {
    margin-bottom: 10px !important;
  }
  .big-footer .home-logo {
    left: 0;
    margin-bottom: 10px;
  }
  .big-footer .ns-cwi-container a,
  .big-footer,
  .big-footer a,
  .footer-nav li a,
  .small-footer {
    font-size: 15px !important;
  }
  .footer-nav li {
    padding: 4px;
  }
  .big-footer .wpb_text_column {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .big-footer {
    padding-bottom: 30px;
  }
  .big-footer li,
  .big-footer p,
  .big-footer a,
  .big-footer h4,
  .small-footer span {
    font-size: 15px !important;
  }
  .big-footer .ns-cwi-icon-inner img {
    height: 13px;
    width: auto;
  }
}
.title-container {
  background: linear-gradient(#fbf4ec 0%, #ecfbee 100%);
  padding: 25px 0;
  padding-top: 15px;
  margin-bottom: 30px;
}

.title-container h1 {
  font-size: 30px;
  color: #007863;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 992px) {
  .title-container {
    padding: 15px 0;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .title-container h1 {
    font-size: 26px;
  }
}
.note {
  font-style: italic;
  color: #999;
}

.contact-box {
  font-size: 16px;
  margin-bottom: 35px;
}

.contact-box .info {
  margin-bottom: 10px;
}

.contact-box .ns-cwi-container {
  margin-bottom: 15px;
  font-weight: normal;
}

.contact-box .ns-cwi-container span {
  color: #000000;
}

.contact-box .ns-cwi-container .fa {
  min-width: 16px;
}

.contact-form-box {
  margin-top: 35px;
}

.contact-form-box > .vc_column-inner > .wpb_wrapper {
  background: #fafafa;
  border-radius: 3px;
  padding: 1px 25px 20px 25px;
  margin-bottom: 45px;
}

.contact-form-box .ajax-loader {
  position: absolute;
}

.wpcf7-response-output {
  margin: 0 !important;
}

.side-contact {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: 10px;
  border: 2px solid #a0c0d8;
}

.side-contact-inner {
  padding: 35px 15px 20px 15px;
}

.side-contact-inner .btn {
  margin-top: 25px;
}

.side-contact-decor {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-left: 50%;
  padding-bottom: 70px;
  overflow: hidden;
  display: none;
}

.side-contact-decor:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 70px solid #022546;
  display: block;
  margin-left: -500px;
}

.side-contact .ns-cwi-container {
  margin-bottom: 15px;
}

.side-contact .ns-cwi-container a,
.side-contact .ns-cwi-container i {
  color: #022546;
  font-size: 16px;
  font-weight: 700;
}

.side-contact .ns-cwi-container i {
  min-width: 20px;
  text-align: center;
}

.side-contact .ns-cwi-container a:hover {
  text-decoration: underline;
}

/*.vc_ns_content-slider-container {
	margin: 35px 0;
}

.vc_ns_content-slider-container .slick-slide {
	height: 400px;
	border: 9px solid $primary-color;
}

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

.vc_ns_content-slider-container .slick-dots li {
	width: 14px !important;
	height: 14px !important;
}

.vc_ns_content-slider-container .slick-dots li button {
	width: 14px !important;
	height: 14px !important;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
}

.vc_ns_content-slider-container .slick-dots li button:before {
	content: '';
	background: $secondary-color;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
}

.vc_ns_content-slider-container .slick-dots li.slick-active button:before {
	background: $primary-color;
}*/
.main-banner {
  min-height: 500px;
  margin-bottom: 35px;
}

.row_slider_background {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.row_slider_background_item {
  background-position: center center;
  background-size: cover;
  height: 500px;
}

.row_slider_background::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #007863 0%, #007863 15%, rgba(0, 212, 255, 0) 60%);
}

.main-banner .btn:hover {
  color: #f0f0f0 !important;
  border: 0.5px solid #011528 !important;
  background: #011528 !important;
}

.main-banner .slick-dots {
  display: none !important;
}

.slider-title h1 {
  color: #fff;
  font-size: 35px;
  line-height: 46px;
  text-transform: none;
  margin-top: 125px;
  padding-bottom: 10px;
  font-weight: bold;
}

.slider-title {
  color: #fff;
  font-size: 22px;
}

.slider-title p {
  font-size: 18px;
  max-width: 450px;
}

@media (max-width: 767px) {
  .slider-title h1 {
    font-size: 35px;
    margin-top: 55px;
    padding-bottom: 10px;
  }
  .slider-title {
    font-size: 20px;
  }
  .main-banner {
    min-height: 480px;
  }
  .row_slider_background_item {
    height: 480px;
  }
  .row_slider_background::after {
    background: linear-gradient(to right, #007863 0%, #007863 15%, rgba(0, 212, 255, 0) 90%);
  }
}
.site-content {
  min-height: 600px;
}

.error-404 {
  margin-top: 150px;
}

.error-404 h1 {
  color: #a0c0d8;
  padding-bottom: 20px;
}

.news-item-card > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}

.news-card-content > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 15px 25px 25px 25px;
}

/*------------------- theme END ---------------------*/
/** BASE - START ------------------------------------------------ */
/** BASE - START ------------------------------------------------ */
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}
.nsg-img-title {
  display: none !important;
}

.tablenotable .table-responsive-container {
  overflow: hidden;
}

.tablenotable table td {
  border-color: transparent;
}

a:focus {
  outline: none;
}

/** BASE - END ------------------------------------------------ */
/** BASE - END ------------------------------------------------ */
/** HOME LOGO - START ------------------------------------------------ */
/** HOME LOGO - START ------------------------------------------------ */
.home-logo {
  z-index: 4;
  position: absolute;
  top: -75px;
}

.home-logo img {
  max-height: 100px;
  height: 100%;
  width: auto;
}

@media (max-width: 1199px) {
  .home-logo {
    left: 0;
    right: 0;
    position: relative;
    top: -25px;
  }
  .home-logo img {
    max-height: 75px;
  }
}
@media (max-width: 767px) {
  .home-logo {
    position: absolute;
    right: auto;
    left: 15px;
    z-index: 6;
    top: 0;
  }
  .home-logo img {
    max-height: 50px;
    padding-top: 5px;
  }
}
/** HOME LOGO - END ------------------------------------------------ */
/** HOME LOGO - END ------------------------------------------------ */
/** BUTTONS - START ------------------------------------------------ */
/** BUTTONS - START ------------------------------------------------ */
.wpcf7-submit,
.btn {
  padding: 0px 48px !important;
  font-weight: normal;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  text-transform: none !important;
  border-radius: 0px;
  line-height: 49px !important;
}
.wpcf7-submit svg,
.btn svg {
  margin-left: 10px;
  margin-top: 2px;
  transition: 0.2s;
  margin-bottom: -1px;
}
.wpcf7-submit svg path,
.btn svg path {
  transition: 0.2s;
}

.wpcf7-submit {
  max-width: 150px;
}

@media (max-width: 767px) {
  .btn {
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 7.5px 30.5px !important;
    white-space: normal;
  }
  .btn1 {
    padding: 9.5px 34.5px !important;
  }
  .btn svg {
    height: 12px;
  }
}
/** BUTTONS - END ------------------------------------------------ */
/** BUTTONS - END ------------------------------------------------ */
/** navbar toggler - START */
.navbar-toggle .icon-bar {
  background: #007863;
}

.navbar-toggle[aria-expanded=true] .icon-bar {
  transition: 300ms ease-in-out;
  background-color: #007863;
  position: relative;
}
.navbar-toggle[aria-expanded=true] .icon-bar:first-child {
  transform: rotate(-45deg);
  top: 6px;
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
  transform: rotate(45deg);
  top: -6px;
}
.navbar-toggle[aria-expanded=true].collapsed .icon-bar {
  transform: rotate(0deg);
  top: 0;
  opacity: 1;
}

@media (max-width: 767px) {
  .main-nav .navbar-toggle {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .main-nav .nav {
    flex-direction: column;
    margin-bottom: 10px;
  }
  header .ns-cwi-container {
    top: 13px;
    right: 50px;
  }
}
/** navbar toggler - END */
/** BREADCRUMBS - START ------------------------------------------------ */
/** BREADCRUMBS - START ------------------------------------------------ */
.ns-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000000;
}

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

.ns-breadcrumbs li:last-child {
  margin-right: 0;
}

.ns-breadcrumbs li:after {
  content: "/";
  font-family: fontAwesome;
  margin-left: 9px;
}

.ns-breadcrumbs li:last-child:after {
  display: none;
}

.ns-breadcrumbs a {
  color: #000000;
}

.ns-breadcrumbs a:hover {
  color: #000000;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ns-breadcrumbs li,
  .ns-breadcrumbs a {
    font-size: 12px !important;
  }
}
/** BREADCRUMBS - END ------------------------------------------------ */
/** BREADCRUMBS - END ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
/** HOMEPAGE - START ------------------------------------------------ */
.hsec1 {
  padding-top: 20px;
  padding-bottom: 25px;
}

.hsec2 {
  padding-top: 20px;
  padding-bottom: 80px;
  margin-left: -40px;
  margin-right: -40px;
}

.hsec2 > div {
  padding-left: 15px;
  padding-right: 15px;
}

.hsec2 h3 {
  font-size: 20px;
  line-height: 1.5;
}

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

.hsec2 .vc_separator {
  padding: 2.5px 0px;
}

.hsec2 span.vc_sep_line {
  border-color: #e8e8e8 !important;
}

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

.hsec2 .ns-cwi-content_inner {
  font-size: 14px;
}

.hsec2 .ns-cwi-icon-inner img {
  width: 50px;
  height: auto;
}

.hsec2 .vc_separator {
  padding: 1px 0px;
}

.hsec3 {
  padding-top: 30px;
  padding-bottom: 75px;
}

@media (max-width: 768px) {
  .hsec1 {
    padding-bottom: 0;
  }
  .hsec1 h2 {
    margin-top: 0;
  }
  .hsec2 {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .hsec2 > div > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hsec2 .ns-cwi-icon-inner img {
    width: 35px;
    height: auto;
  }
  .hsec3 {
    padding-top: 5px;
    padding-bottom: 35px;
  }
}
/** HOMEPAGE - END ------------------------------------------------ */
/** HOMEPAGE - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
.language-selector-container {
  height: 39px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: "Montserrat", 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: #a0c0d8;
  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;
  cursor: pointer;
  position: relative;
  left: 0;
  right: auto;
  margin-left: 35px;
  margin-right: 0px;
  padding: 5px 5px 0px 5px;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 300;
  top: -1px;
  cursor: pointer;
}
header .language-selector-container .fa {
  font-size: 16px;
  font-weight: normal;
  color: #a0c0d8;
}
header .language-selector-container span {
  padding: 0;
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #2a2a2a;
  cursor: default;
  margin-left: 3px;
  margin-right: 5px;
  cursor: pointer;
}
header .language-selector-2 {
  position: absolute;
  background: #fff;
  color: #000000;
  z-index: 111;
  top: 33px;
  float: right;
  right: -1;
  display: none;
  left: -12.5px;
  left: -105px;
  padding: 2px 8px 1px 2px;
  border: 1px solid white;
}
header .language-selector-2 span:hover {
  color: #000000;
  text-decoration: underline;
}
header .language-selector-2.open {
  display: flex;
  flex-wrap: wrap;
}
header .language-selector-2 span {
  display: none;
}
header .language {
  width: 100%;
  float: left;
  padding: 3px 5px;
  font-weight: 400;
  flex: 25%;
}
header .language span {
  padding: 2.5px 0;
  margin-right: 0;
}
header .language-selector-container .language span {
  display: block;
}
header .language-selector-container .fa:before {
  color: #2a2a2a !important;
}

@media (min-width: 768px) {
  header .language-selector-container {
    /*      top: 8px;
          cursor: pointer; */
  }
}
@media (min-width: 992px) {
  header .language-selector-2 {
    position: absolute;
    background: white;
    padding-bottom: 10px;
    color: #000000;
    z-index: 11;
    top: 33px;
    display: none;
    left: -130px;
    right: -1px;
    width: 170px;
    border: none;
  }
  header .language-selector-container {
    cursor: pointer;
    top: -3.5px;
  }
  header .language {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  header .language-selector-container a {
    text-align: center;
  }
  header .language-selector-container span {
    float: none;
  }
  .language-selector-2.open {
    margin-left: 4px;
  }
}
@media (max-width: 1199px) {
  header .language-selector-container,
  header .language-selector-2 {
    z-index: 5;
  }
  header .language-selector-container span {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  header .language-selector-container.lang-mobile {
    display: flex;
    margin-right: 0;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  header .language-selector-container {
    position: absolute;
    right: 100px;
    left: auto;
    top: 7px;
  }
  header .language-selector-container span {
    font-size: 16px;
  }
}
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** LANGUAGE SELECTOR - END ------------------------------------------------ */
/** KARTICE - START ------------------------------------------------ */
/** KARTICE - START ------------------------------------------------ */
.subcat-wrap-slider {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.subcat-wrap-slider .subcat-cont {
  flex: calc(33% - 30px);
  margin: 15px;
  margin-bottom: 30px;
  max-width: calc(33% - 30px);
  height: 525px;
  background-color: #fff;
}

.subcat-wrap-slider.subcat-wrap-noslider {
  margin-bottom: 0;
}

.subcat-wrap-slider.subcat-wrap-noslider .subcat-cont {
  max-width: none;
}

.subcat-wrap-slider .subcat-cont > div {
  border-radius: 0px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.subcat-wrap-slider .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
.subcat-wrap-slider .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
.subcat-wrap-slider .slick-dots {
  bottom: -50px;
  background-color: transparent;
  max-width: none;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  left: 0;
  right: 0;
  border-radius: 50% !important;
}
.subcat-wrap-slider .slick-dots li,
.subcat-wrap-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.subcat-wrap-slider .slick-dots li {
  background-color: transparent;
  opacity: 1;
}
.subcat-wrap-slider .slick-dots li.slick-active {
  opacity: 1;
}
.subcat-wrap-slider .slick-dots li button:before {
  font-style: normal;
  color: #000000 !important;
  border: 2px solid #000000;
  background: transparent;
  font-size: 15px;
  opacity: 1;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  border-radius: 0%;
  transition: background-color 0.3s;
}
.subcat-wrap-slider .slick-dots li.slick-active button:before,
.subcat-wrap-slider .slick-dots li button:hover:before,
.subcat-wrap-slider .slick-dots li:hover {
  background: #000000;
  opacity: 1;
  border-radius: 50% !important;
}

.subcat-wrap-slider .image {
  height: 280px;
}

.subcat-wrap-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px;
}

.subcat-wrap-slider .text {
  color: #000000;
  text-transform: none;
  text-align: center;
  position: relative;
  margin-top: 0;
  background: white;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  padding: 0 20px !important;
  padding-top: 20px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.subcat-wrap-slider .text p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
}

.subcat-wrap-slider .text h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  color: #000000;
}

.subcat-wrap-slider a.btn {
  position: absolute;
  bottom: 0px;
}
.subcat-wrap-slider a:hover {
  text-decoration: none;
}
.subcat-wrap-slider a:hover h4 {
  text-decoration: underline;
}
.subcat-wrap-slider a:hover img {
  box-shadow: none;
}

.no_link,
.no_link a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.no_link.btn {
  display: none;
}

.no_link .text h4 {
  font-weight: 400 !important;
  padding-bottom: 15px !important;
}

.subcat-wrap-slider-no-imgs {
  align-items: stretch;
  margin-bottom: 50px;
}

.subcat-wrap-slider-no-imgs .subcat-cont > div {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
}

.subcat-wrap-slider-no-imgs .subcat-cont {
  height: auto !important;
  border: 2px solid #000000;
}
.subcat-wrap-slider-no-imgs .subcat-cont:hover {
  border: 2px solid #000000;
}
.subcat-wrap-slider-no-imgs .subcat-cont:hover h4 {
  color: #000000 !important;
}

.subcat-wrap-slider-no-imgs .subcat-cont > div {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
}

.subcat-wrap-slider-no-imgs .subcat-cont,
.subcat-wrap-slider-no-imgs .subcat-cont > div a,
.subcat-wrap-slider-no-imgs .text {
  background-color: #000000 !important;
}

.subcat-wrap-slider-no-imgs .subcat-cont.no_link-parent:hover {
  cursor: normal;
  border: 2px solid transparent;
}
.subcat-wrap-slider-no-imgs .subcat-cont.no_link-parent:hover h4 {
  color: #000000 !important;
  text-decoration: none !important;
}

.subcat-wrap-slider-no-imgs .subcat-cont.no_link-parent a:hover h4 {
  text-decoration: none !important;
}

.subcat-wrap-slider-no-imgs .text h4 {
  margin-bottom: 0px;
  padding-bottom: 60px;
  padding-top: 15px;
}

@media (max-width: 1199px) {
  .subcat-wrap-slider .subcat-cont {
    flex: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .subcat-wrap-slider {
    margin-bottom: 0;
  }
  .subcat-wrap-slider .subcat-cont {
    height: 475px;
  }
  .subcat-wrap-slider .image {
    height: 250px;
  }
  .subcat-wrap-slider img {
    height: 100%;
  }
  .subcat-wrap-slider-no-imgs {
    margin-bottom: 50px;
  }
  .subcat-wrap-slider .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .subcat-wrap-slider .subcat-cont {
    height: 375px;
  }
  .subcat-wrap-slider .image {
    height: 200px;
  }
  .subcat-wrap-slider .text h4 {
    margin-bottom: 15px;
  }
  .subcat-wrap-slider .text h4,
  .subcat-wrap-slider a.btn {
    font-size: 16px !important;
  }
  .subcat-wrap-slider a.btn {
    font-size: 15px !important;
  }
}
@media (max-width: 500px) {
  .subcat-wrap-slider .subcat-cont {
    flex: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
/** KARTICE - END ------------------------------------------------ */
/** KARTICE - END ------------------------------------------------ */
/** SUBPAGES - START ------------------------------------------------ */
/** SUBPAGES - START ------------------------------------------------ */
.wpb_text_column ul {
  padding-left: 30px;
}

.wpb_text_column ul li {
  list-style-type: none;
}

.wpb_text_column ul li:before {
  content: "";
  background-image: url(../images/dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -1.5em;
  position: absolute;
  margin-top: 7px;
  margin-right: 15px;
}

.sp-intro-apartma .wpb_text_column ul li {
  font-size: 18px;
  margin-bottom: 25px;
}

.sp-intro-apartma .wpb_text_column ul li:before {
  margin-top: 9px;
}

.sp-apartma {
  padding-bottom: 30px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.sp-apartma .wpb_text_column ul {
  padding-left: 30px;
}

.sp-apartma .wpb_text_column ul li {
  list-style-type: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 7.5px 0;
}
.sp-apartma .wpb_text_column ul li:last-of-type {
  border-bottom: none;
}

.sp-apartma .wpb_text_column ul li:before {
  content: "";
  background-image: url(../images/allowed.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: bold;
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: -1.8em;
  position: absolute;
  margin-top: 5px;
  margin-right: 15px;
}

.sp-apartma .wpb_text_column.forbidden ul li:before {
  background-image: url(../images/forbidden.svg);
}

.sp-apartma {
  padding-bottom: 10px;
  padding-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .sp-intro-apartma img {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  #cookie-law-action {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  #jquery-cookie-law-script a#cookie-law-button-more {
    margin-top: 10px;
  }
}
/** SUBPAGES - END ------------------------------------------------ */
/** SUBPAGES - END ------------------------------------------------ */
/** EMBED MYRENT - START ------------------------------------------------ */
/** EMBED MYRENT - START ------------------------------------------------ */
#myiframe {
  min-height: 1150px;
  height: 100%;
  width: 100%;
}

#myiframe .border-top-success {
  display: none !important;
}

/** EMBED MYRENT - END ------------------------------------------------ */
/** EMBED MYRENT - END ------------------------------------------------ */
.wpml-ls-legacy-list-horizontal {
  display: none;
}/*# sourceMappingURL=main.css.map */

.otgs-development-site-front-end,
.grecaptcha-badge {
    display:none !important;
}
.green-box {
    display: none;
    padding: 10px;border-radius:10px;
    background-color: #007863;
    color:white;
    margin-top: 25px;
    
}
    .green-box h3 {
        margin-top: 0;color:white;    }
        
        
@media (max-width: 768px) {
    .green-box {
        display: block;
    }
}