/* ----- hover and focus state ----- */
/*----------------------------------------------------------------*/
@media (min-width: 1360px) {
  .container {
    width: 1320px;
    max-width: 1320px;
  }
}
* {
  outline: none;
}
body {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
}
.small-footer {
  background: #292a69;
  color: #fff;
  font-size: 13px;
  padding: 25px 0 25px 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: 767px) {
  .small-footer {
    text-align: center;
  }
  .ns-link {
    margin-top: 5px;
    float: none;
    display: block;
  }
}
/*-------------------- typography START --------------------*/
h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
  color: white;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 35px;
  line-height: 44px;
  font-weight: 700;
  color: black;
  margin: 0;
  margin-bottom: 20px;
}
h3 {
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  color: black;
  margin: 0;
  margin-bottom: 20px;
}
h4 {
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  color: black;
  margin: 0;
  margin-bottom: 20px;
}
h5 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
  color: #eee;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 12px;
  margin: 0;
  margin-bottom: 25px !important;
}
p {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 10px;
}
a {
  color: #23234f;
  text-decoration: none;
}
a:hover {
  color: #13132c;
  text-decoration: underline;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  position: relative;
  padding-left: 40px;
  margin-left: 30px;
}
ul li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #5e60ce;
  position: absolute;
  top: 13px;
  left: 0;
}
/*-------------------- typography END --------------------*/
/*-------------------- UI elements START --------------------*/
input[type="text"], input[type="email"], input[type="password"] {
  border: 1px solid white;
  border-radius: 4px;
  min-height: 50px;
  padding: 8px;
  background: white;
  width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  outline: none;
}
textarea {
  border: 1px solid white;
  width: 100%;
  border-radius: 4px;
  padding: 8px;
  height: 170px;
  outline: none;
  resize: none;
}
.fw {
  width: 100%;
  display: block;
}
.table-responsive-container {
  position: relative;
  overflow: scroll;
}
table {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}
table td {
  border: 1px solid #eee;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
}
/*-------------------- UI elements END --------------------*/
/*-------------------- bootstrap classes START --------------------*/
.btn, #jquery-cookie-law-script a.cookie-law-button {
  box-shadow: none;
  text-shadow: none;
}
.btn-xs, #jquery-cookie-law-script a.cookie-law-button {
  padding: 5px 8px;
  font-size: 11px;
}
.btn-sm {
  padding: 9px 9.99px;
  font-size: 14px;
}
.btn-md {
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 4px;
}
.btn-lg {
  padding: 14px 20.02px;
  font-size: 18px;
  font-weight: 700;
}
.btn-primary, .btn-primary:visited {
  color: white;
  background: #f68000;
  border: none;
  transition: color 0.3s, background-color 0.3s;
}
.btn-primary:hover {
  color: white;
  background: #d67000;
  transition: all 0.3s;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
  color: white;
  background: #d67000;
  box-shadow: none;
  outline: none;
}
#jquery-cookie-law-script a#cookie-law-button-more, #jquery-cookie-law-script a#cookie-law-button-more:visited {
  margin-left: 50px !important;
  background-color: black !important;
}
.btn-default, .btn-default:visited {
  color: #222;
  background: #e7e7f3;
  border: 2px solid #e7e7f3;
  transition: color 0.3s, background-color 0.3s;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover {
  color: #c4bbbb;
  background-color: black;
}
.btn-default:hover {
  color: #131313;
  border: 2px solid #d3d3e9;
  background: #d3d3e9;
  transition: all 0.3s;
}
.btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  color: #030303;
  border: 2px solid #bebedf;
  background: #bebedf;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #323373;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#jquery-cookie-law-script a.cookie-law-button:hover, #jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #292a5e;
  color: #f0f0f0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #e7e7f3;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #d3d3e9;
}
/* ---------- 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: #323373;
  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: #eee;
  padding: 0 20px;
}
.sidenav .sidenav-title {
  border-bottom: 1px solid #e7e7f3;
  text-transform: uppercase;
  width: 100%;
  padding: 28px 0 22px 0;
}
.sidenav-title:before {
  display: none;
}
.sidenav-title h2 {
  color: #222;
  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(34, 34, 34, 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: #222;
  float: left;
  line-height: 1.3;
  padding-left: 20px;
}
.sidenav a:hover {
  color: #222;
  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: #323373;
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-img-cover-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc-pagination {
  border-top: 1px solid #eee;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 35px;
}
.page-numbers {
  padding: 10px 15px;
  border: 1px solid #e7e7f3;
  font-weight: bold;
  color: #e7e7f3;
  text-decoration: none;
  display: inline-block;
}
.page-numbers:hover {
  text-decoration: none;
}
.page-numbers.current {
  border: 1px solid #323373;
  background: #323373;
  color: #fff;
}
.page-numbers.next {
  float: right;
}
.page-numbers.prev {
  float: left;
}
.page-numbers.next, .page-numbers.prev {
  border: 1px solid #e7e7f3;
}
.page-numbers.next:hover, .page-numbers.prev:hover {
  border: 1px solid #323373;
}
/*------------------- theme START ---------------------*/
.fa {
  color: #323373;
}
/*----- 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 10px;
}
.main-nav .nav li:last-child {
  padding-right: 0;
}
.main-nav .nav li a {
  color: #323373;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.main-nav .nav li a:hover, .main-nav .nav li a:focus {
  background: none;
  color: #23234f;
}
.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: #23234f;
}
@media (max-width: 991px) {
  .main-nav-col > .vc_column-inner {
    display: block !important;
  }
  .main-nav .navbar-toggle {
    margin-right: 0;
    position: relative;
    float: right;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    display: block;
    margin-top: -7px;
    margin-bottom: 30px;
  }
  .main-nav .navbar-header {
    float: none;
  }
  .main-nav .icon-bar {
    background: black;
  }
  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #eee;
    padding-bottom: 20px;
  }
  .main-nav .nav {
    float: left;
    width: 100%;
    display: block;
    margin: 10px 0;
    padding: 0;
  }
  .main-nav .nav li {
    padding: 0;
    margin: 2px 0;
    display: block;
    float: none;
  }
  .main-nav .nav li a {
    padding: 10px;
  }
}
/* ---------------- bootstrap ---------------- */
/*----- header -----*/
header {
  background: transparent;
}
header .ns-cwi-container {
  float: right;
  margin-right: 40px;
}
header .ns-cwi-container:first-of-type {
  margin-right: 0;
}
header .ns-cwi-container a {
  border: none;
  color: #323373;
  font-size: 16px;
  line-height: 100%;
}
header .ns-cwi-container a span {
  font-weight: 700;
  color: #323373;
}
header .ns-cwi-container a i {
  font-size: 18px;
  color: #f68000;
}
header .ns-cwi-container a:hover {
  text-decoration: underline;
}
header .ns-cwi-container a:hover span {
  text-decoration: none;
}
.logo {
  display: inline-block;
  width: 345px;
  height: 120px;
}
@media (max-width: 991px) {
  .top-header .ns-cwi-mail {
    display: none;
  }
  .top-header .ns-cwi-container {
    position: absolute;
    right: 70px;
    top: 18px;
    z-index: 10;
  }
  .top-header .ns-cwi-container .ns-cwi-content {
    display: none;
  }
  .top-header .ns-cwi-container a {
    padding: 7px 5px 6px 5px;
    width: 35px;
    text-align: center;
    font-size: 18px;
  }
  .top-header {
    padding-top: 0;
  }
  .top-header .ns-cwi-icon {
    padding-right: 0;
  }
  .navbar-collapse .ns-cwi-container {
    float: left;
    clear: both;
    margin-left: 10px;
    margin-bottom: 15px;
  }
  .navbar-collapse .ns-cwi-container:last-of-type {
    margin-bottom: 0;
  }
}
/*----- footer -----*/
.big-footer {
  background: #323373;
  padding-top: 45px;
  padding-bottom: 20px;
  color: #fff;
}
.home .big-footer {
  margin-top: 0;
}
.big-footer .ns-cwi-container {
  margin-bottom: 15px;
}
.big-footer .ns-cwi-container a {
  font-size: 16px;
}
.big-footer .ns-cwi-container .fa {
  background: #323373;
  color: #fff;
  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;
}
.lokacija-footer a {
  color: #f68000 !important;
}
/*----- 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;
}
.footer-nav li a:before {
  content: '\f105';
  font-family: FontAwesome;
  padding-right: 10px;
  padding-left: 5px;
}
.footer-nav li a {
  color: #fff;
}
.footer-nav li a:hover {
  text-decoration: none;
  color: #323373;
}
.title-container {
  background: #323373;
  padding: 35px 0;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.note {
  font-size: 16px;
  line-height: 26px;
  color: black;
  margin-top: -10px;
  margin-bottom: 10px !important;
}
.contact-box {
  font-size: 20px;
  margin-bottom: 35px;
}
.contact-box .info {
  margin-bottom: 10px;
}
.contact-box .ns-cwi-container {
  margin-bottom: 15px;
  color: black !important;
}
.contact-box .ns-cwi-container a {
  color: black !important;
}
.contact-box .ns-cwi-container .fa {
  min-width: 16px;
  color: #f68000;
}
.contact-form-box > .vc_column-inner > .wpb_wrapper {
  background: #e7e7f3;
  padding: 40px;
  margin-bottom: 45px;
}
.contact-form-box .ajax-loader {
  position: absolute;
}
.wpcf7-response-output {
  margin: 0 !important;
}
.wpcf7-form p {
  margin-bottom: 4px;
}
.wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}
.side-contact {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: 10px;
  border: 2px solid #323373;
}
.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 #e7e7f3;
  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: #e7e7f3;
  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;
}
.main-banner .slick-dots {
  display: none !important;
}
.slider-title h1 {
  color: #323373;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 125px;
  padding-bottom: 10px;
}
.slider-title {
  color: #fff;
  font-size: 22px;
}
@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;
  }
}
.site-content {
  min-height: 600px;
}
.error-404 {
  margin-top: 150px;
}
.error-404 h1 {
  color: #323373;
  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;
}
/** LANGUAGE SELECTOR - START ------------------------------------------------ */
.language-selector-container {
  cursor: pointer;
  font-size: 16px;
  border: 2px solid #e7e7f3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 7.5px 22.5px;
  border-radius: 50px;
  float: right;
  margin-left: 15px;
  font-weight: bold;
  overflow: visible;
  transition: 0.2s;
  font-size: 16px;
  line-height: 1;
}
.language-selector-container:hover, .language-selector-container.open {
  background-color: #e7e7f3;
  color: #222;
}
.language-selector-container .fa {
  color: #e7e7f3;
  transition: 0.2s;
}
.language-selector-container:hover .fa, .language-selector-container.open .fa {
  color: #222;
}
.current-language {
  padding-left: 8px;
  padding-right: 5px;
}
.language-selector {
  background: #eee;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 100;
  border-radius: 3px;
  display: none;
}
.language-selector-container.open .language-selector {
  display: block;
}
.language-selector .language {
  display: block;
  color: #e7e7f3;
  padding: 7.5px 22.5px;
  text-decoration: none;
  text-align: center;
}
.language-selector .language:hover {
  background: #e7e7f3;
  color: #222;
}
@media (max-width: 992px) {
  .language-selector-container {
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
/*
 File
 */
.file-wrap {
  background: #323373;
  margin-bottom: 7px;
  padding: 14px 120px 14px 20px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .file-wrap {
    padding: 14px 110px 14px 10px;
  }
}
.file-wrap + *:not(.file-wrap) {
  margin-top: 20px;
}
.file-wrap:last-of-type {
  margin-bottom: 35px;
}
.wpb_text_column + .file-wrap {
  margin-top: -15px;
}
.file-wrap a {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  float: left;
  text-decoration: none;
}
.file-wrap a:hover {
  text-decoration: underline;
}
a.file-dl-btn {
  float: right;
  background: none;
  color: #fff;
  position: absolute;
  padding: 0 15px;
  font-weight: 400;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
a.file-dl-btn:hover {
  color: #e0e0e0;
  text-decoration: none;
}
a.file-dl-btn:before {
  content: '\f019';
  font-family: FontAwesome;
  display: block;
  font-size: 24px;
  line-height: 1;
  position: relative;
  top: 50%;
  margin-top: -50%;
}
/*------------------- theme END ---------------------*/
/*------------------- Custom Styes ---------------------*/
/*------------------- Header Styes ---------------------*/
header {
  position: relative;
}
header::after {
  content: '' !important;
  display: block !important;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -14px;
  background: linear-gradient(180deg, #ededf5 0%, #ededf5 40%, white 94%, white 100%);
}
.home header::after {
  display: none !important;
}
header ul {
  width: 100%;
}
header ul li {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  color: #323373;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 72px !important;
}
header ul li:hover {
  text-decoration: underline !important;
}
header .current-menu-item {
  text-decoration: underline;
}
header ul li:last-of-type {
  margin-right: 0 !important;
}
header ul li a {
  color: #323373;
}
header ul li::before {
  display: none !important;
}
.header-mail {
  margin-right: 0 !important;
}
.top-header {
  padding-top: 20px;
  margin-bottom: 10px;
}
.top-header .vc_column-inner {
  padding-right: 0 !important;
}
.main-nav-col {
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #e7e7f3;
}
.main-nav-col .vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.logo {
  position: absolute;
  top: -64px;
}
.bottom-info {
  color: #323373;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bottom-info h1 {
  color: #323373;
}
.top-info-side {
  font-family: 'Tangerine', 'sans-serif';
  font-size: 55px;
  line-height: 51px;
  font-weight: bold;
  margin-bottom: 0;
}
.ns-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
.ns-breadcrumbs li {
  padding-left: 0;
  margin-left: 0;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #a4a4a4 !important;
  font-weight: normal !important;
  margin-bottom: 30px;
  margin-top: 40px;
}
.ns-breadcrumbs li a {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #a4a4a4 !important;
  font-weight: normal !important;
}
.ns-breadcrumbs li::before {
  display: none;
}
.ns-breadcrumbs .fa-angle-right {
  margin-left: 8px;
  margin-right: 8px;
  color: #a4a4a4;
}
.top-info-title h1 {
  margin-bottom: 0;
}
.bottom-info {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e7e7f3;
}
/*------------------- Footer Styes ---------------------*/
footer {
  color: white;
}
footer p {
  font-size: 16px;
  line-height: 26px;
}
footer ul li {
  font-size: 16px;
  line-height: 31px;
  margin-left: 0;
  padding: 0 !important;
  padding-left: 18px !important;
}
footer ul li a:hover {
  color: white !important;
  text-decoration: underline !important;
}
footer a {
  color: white !important;
}
footer .ns-cwi-container a i {
  color: #f68000 !important;
  font-size: 22px;
}
footer ul li a::before {
  display: none;
}
footer ul li::before {
  content: '\f105';
  background-color: transparent;
  font-family: FontAwesome;
  top: 0;
}
/*------------------- Home Styes ---------------------*/
.hero-row {
  display: flex;
  align-items: center;
  height: 630px;
}
.hero-row .vc_column-inner {
  padding-top: 0 !important;
}
.hero-row::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, #323373 15.38%, #323373 5.86%, rgba(167, 43, 57, 0.00) 83.59%);
  left: 0;
}
.hero-italic {
  font-family: 'Tangerine', 'sans-serif';
  color: white;
}
.hero-italic p {
  font-size: 55px;
  line-height: 51px;
  font-weight: bold;
}
.uning-row {
  margin-top: 25px;
}
.uning-title {
  margin-bottom: 45px !important;
}
.home-cards1 .vc_column-inner {
  padding-right: 45px !important;
}
.home-cards2 .vc_column-inner {
  padding-left: 45px !important;
}
.home-cards1 .vc_column-inner, .home-cards2 .vc_column-inner {
  height: 100%;
}
.home-cards1 .wpb_wrapper:first-of-type, .home-cards2 .wpb_wrapper:first-of-type {
  background-color: #323373;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
  height: 100%;
}
.uning-row .wpb_wrapper:first-of-type {
  display: grid;
}
.home-cards-row {
  display: flex;
  align-items: stretch;
  align-self: stretch;
}
.home-card-text {
  min-height: 172px;
}
.home-cards1 .wpb_single_image .wpb_wrapper, .home-cards2 .wpb_single_image .wpb_wrapper {
  filter: none !important;
}
.home-card-text .wpb_wrapper {
  filter: none !important;
}
.home-card-text p {
  color: white;
  padding-left: 40px;
  padding-right: 40px;
}
.home-card-text h3 {
  padding-left: 40px;
  padding-right: 40px;
  color: white;
  margin-bottom: 10px;
}
.home-cards1 .btn, .home-cards2 .btn {
  margin-left: 40px;
  margin-bottom: 40px;
  width: fit-content;
  height: fit-content;
}
.home-cards1 .wpb_single_image, .home-cards2 .wpb_single_image {
  margin-bottom: 30px !important;
}
.home-element-row {
  margin-top: 85px;
  margin-bottom: 80px;
}
.home-element-row .wpb_single_image {
  margin-bottom: 40px !important;
}
.element-text h4 {
  color: #323373;
}
.home-full-row {
  background-repeat: no-repeat;
  background-position: right;
  background-color: #e7e7f3;
  position: relative;
  z-index: 100;
}
.home-full-row .vc_column-inner {
  padding-top: 0 !important;
}
.home-half-column {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e7e7f3;
  position: relative;
  z-index: 101;
}
.home-half-column .vc_column-inner {
  padding-right: 45px !important;
}
.home-half-image .vc_column-inner {
  padding-left: 45px !important;
}
.show-image {
  display: none;
}
.home-bottom-title {
  margin-bottom: 40px !important;
}
/*------------------- Other Pages Styes ---------------------*/
.posojila1 .vc_column-inner {
  padding-right: 45px !important;
}
.contact-side {
  margin-bottom: 40px;
  position: sticky !important;
  top: 60px;
}
.contact-side .wpb_wrapper:first-of-type, .contact-side .contact-side-info .wpb_wrapper:first-of-type {
  background-color: #323373;
}
.contact-side .wpb_single_image {
  margin-bottom: 0px !important;
}
.contact-side h4 {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7f3;
  color: white;
}
.contact-side-info {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 26px;
}
.contact-side-info a {
  color: #f68000 !important;
}
.contact-side-info a i {
  color: white !important;
}
.contact-side-info .btn {
  color: white !important;
  margin-top: 25px;
  margin-bottom: 40px;
}
.contact-side-info .ns-cwi-icon {
  padding-right: 20px;
}
.contact-side-info .ns-cwi-mail .ns-cwi-icon {
  padding-right: 17px;
}
.box-text {
  background-color: #e7e7f3;
  padding: 30px;
}
.pasojila-row {
  margin-bottom: 35px;
}
.posojila-table .table-responsive-container {
  overflow: hidden;
}
.posojila-table table tr td:first-of-type {
  padding: 15px 120px 10px 30px;
  border-right: 1px solid transparent !important;
}
.posojila-table table tr td:last-of-type {
  padding: 15px 0px 10px 30px;
}
.onas-row {
  margin-bottom: 35px;
}
.storitve-row {
  margin-bottom: 45px;
}
.contact-first .wpb_wrapper:last-of-type {
  padding-bottom: 8px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e7e7f3;
  max-width: 330px;
}
.contact-second .contact-border {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7f3;
  max-width: 330px;
}
.contact-box .ns-cwi-mail, .contact-box .ns-cwi-phone2, .contact-box .ns-cwi-mail2, .contact-box .ns-cwi-mail4 {
  margin-top: -6px;
}
.contact-box .ns-cwi-icon {
  padding-right: 15px;
}
.contact-box .ns-cwi-mail .ns-cwi-icon {
  padding-right: 12px;
}
.wpcf7 p {
  font-size: 16px;
  line-height: 26px;
}
.wpcf7 h4 {
  margin-bottom: 40px;
}
.google-row .wpb_content_element {
  margin-bottom: 80px !important;
}
.nalozbe-row {
  margin-bottom: 35px;
}
.orange-link a {
  color: #f68000 !important;
}
.error-404 h1 {
  color: #323373;
}
/*------------------- Responsive Styes ---------------------*/
@media (min-width: 991px) and (max-width: 1200px) {
  header .ns-cwi-mail:last-of-type, .bottom-header .ns-cwi-phone1 {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) {
  .posojila-table table tr td:last-of-type {
    padding: 15px 30px 10px 30px;
  }
  .home-half-column .vc_column-inner {
    padding-right: 15px !important;
  }
  .home-half-image .vc_column-inner {
    padding-left: 15px !important;
  }
  .posojila1 .vc_column-inner {
    padding-right: 15px !important;
  }
  .home-cards1 .vc_column-inner {
    padding-right: 15px !important;
  }
  .home-cards2 .vc_column-inner {
    padding-left: 15px !important;
  }
  header ul li {
    margin-right: 53px !important;
  }
}
@media screen and (max-width: 1200px) {
  .hero-row {
    height: 580px;
  }
  .home-half-column {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact-side-info {
    padding-left: 25px;
    padding-right: 25px;
  }
  .contact-side-info .btn {
    margin-bottom: 25px;
  }
  .home-element-row {
    margin-top: 65px;
    margin-bottom: 60px;
  }
  header ul li {
    margin-right: 37px !important;
    font-size: 20px;
  }
  header .ns-cwi-container {
    margin-right: 25px;
  }
}
@media screen and (max-width: 992px) {
  .ns-breadcrumbs li {
    margin-bottom: 30px;
  }
  .top-info-side {
    font-size: 50px;
    line-height: 47px;
  }
  .hero-italic p {
    font-size: 50px;
    line-height: 47px;
  }
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2 {
    font-size: 32px;
    line-height: 41px;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h4 {
    font-size: 24px;
    line-height: 35px;
  }
  .home-half-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .home-full-row {
    background-image: none !important;
    padding-bottom: 10px;
  }
  .show-image {
    display: block;
  }
  .nalozbe-row {
    margin-bottom: 5px;
  }
  .contact-box {
    margin-bottom: 20px;
  }
  .contact-first .wpb_wrapper:last-of-type, .contact-second .contact-border {
    max-width: inherit;
  }
  .google-row .wpb_content_element {
    margin-bottom: 50px !important;
  }
  .storitve-row {
    margin-bottom: 15px;
  }
  .onas-row {
    margin-bottom: 0px;
  }
  .contact-side-info {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-side-info .btn {
    margin-bottom: 40px;
  }
  .pasojila-row {
    margin-bottom: 15px;
  }
  .element3, .element4 {
    margin-top: 15px;
  }
  .home-element-row {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .home-element-row .wpb_single_image {
    margin-bottom: 35px !important;
  }
  .uning-title {
    margin-bottom: 35px !important;
  }
  .uning-row {
    margin-top: 0px;
  }
  .top-header {
    padding-top: 0;
    margin-bottom: 0;
  }
  .main-nav-col {
    padding: 0;
    border-top: none;
  }
  .logo {
    position: relative;
    top: -1px;
    width: 260px;
    height: 90px;
  }
  .logo img {
    max-width: 260px;
  }
  .main-nav .navbar-toggle {
    position: absolute;
    right: 0;
    top: -60px;
  }
  .top-header .ns-cwi-phone1 {
    display: block;
  }
  .top-header .ns-cwi-phone2 {
    display: none;
  }
  .top-header .ns-cwi-phone1 {
    right: 30px;
    top: 35px;
  }
  .top-header .ns-cwi-phone1 a i {
    font-size: 24px;
  }
  .main-nav .navbar-collapse {
    box-shadow: none;
    padding: 0;
    border-top: none;
    padding-bottom: 20px;
  }
  .footer3, .footer4 {
    margin-top: 30px;
  }
  .big-footer {
    padding-top: 35px;
  }
  .hero-row {
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  #jquery-cookie-law-script a#cookie-law-button-more, #jquery-cookie-law-script a#cookie-law-button-more:visited {
    margin-left: 20px !important;
    background-color: black !important;
  }
  .home-bottom-title {
    margin-bottom: 30px !important;
  }
  .hero-row {
    height: 380px;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
  .subtable-right {
    width: auto;
    float: left;
    margin-top: 15px;
  }
  .storitve-row {
    margin-bottom: 0px;
  }
  .pasojila-row {
    margin-bottom: 0px;
  }
  .element2 {
    margin-top: 15px;
  }
  .home-element-row {
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .home-cards-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .home-cards1, .home-cards2 {
    width: 100% !important;
  }
  .home-cards2 {
    margin-top: 40px;
  }
  .footer2 {
    margin-top: 30px;
  }
  .big-footer {
    padding-top: 30px;
  }
}
@media screen and (max-width: 567px) {
  .top-header .ns-cwi-phone1 {
    right: 30px;
    top: 30px;
  }
  .ns-breadcrumbs li {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  ul li {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
    padding-left: 25px;
  }
  ul li::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .posojila-table table tr td:first-of-type {
    padding: 15px 25px 10px 30px;
  }
  .posojila-table table tr td:last-of-type {
    padding: 15px 30px 10px 20px;
  }
  .hero-row {
    height: 340px;
  }
  .top-info {
    display: grid;
  }
  .bottom-info {
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .full-info {
    order: 2;
    position: absolute;
    left: 15px;
    top: 80px;
  }
  .top-info-title {
    order: 3;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7f3;
  }
  .top-info-side {
    font-size: 36px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #e7e7f3;
    text-align: center;
    order: 1;
  }
  .hero-italic p {
    font-size: 46px;
    line-height: 44px;
  }
  h1 {
    font-size: 34px;
    line-height: 41px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 26px;
    line-height: 35px;
  }
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .logo {
    width: 220px;
    height: 75px;
  }
  .logo img {
    max-width: 220px;
  }
  .main-nav .navbar-toggle {
    margin-bottom: 0;
    top: -51px;
  }
  .top-header .ns-cwi-phone2 {
    right: 25px;
    top: 28px;
  }
  .contact-form-box > .vc_column-inner > .wpb_wrapper {
    padding: 35px;
  }
  .wpcf7 h4 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 360px) {
  .logo img {
    max-width: 200px;
  }
  .posojila-table .table-responsive-container {
    overflow-x: scroll;
  }
  .hero-row {
    height: 300px;
  }
  .wpcf7 h4 {
    margin-bottom: 25px;
  }
  .contact-form-box > .vc_column-inner > .wpb_wrapper {
    padding: 25px;
  }
  .top-header .ns-cwi-phone2 {
    display: none;
  }
}
