body {
  background-color: #eee;
  font-family: Montserrat, sans-serif;
  color: #2B2F32;
  font-size: 16px;
  line-height: 1.5;
}

h1, 
.h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 500;
}

h2, 
.h2 {
  margin-top: 7px;
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
}

h3, 
.h3 {
  /*margin-top: 20px;*/
  margin-top: 7px;
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 500;
}

h4,
.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}

h5,
.h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  /*font-size: 21px;*/
  font-size: 18px;
  /*line-height: 1.5;*/
  line-height: 1.222;
  line-height: calc(22/18);
  font-weight: 600;
}

h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  /*font-size: 18px;*/
  font-size: 15px;
  /*line-height: 1.5;*/
  line-height: 1.2;
  line-height: calc(18/15);
  font-weight: 600;
}

a {
  display: inline-block;
  color: #33475b;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 35px;
  margin-bottom: 10px;
  padding-left: 30px;
}

ul {
  list-style-type: square;
}

li {
  /*margin-bottom: 19px;*/
  margin-bottom: 13px;
}

.page {
  position: relative;
  /*overflow: hidden;*/
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.hero {
  /*min-height: 650px;*/ 
  /*margin-right: 40px;*/
  /*margin-bottom: 40px;*/
  /*margin-left: 40px;*/
  /*background-color: #c0c3c4;*/
  /*background-image: url('../images/fingerprint-pattern.png'), url('../images/hero-home.jpg');*/
  /*background-position: -70px 220%, 50% 50%;*/
  /*background-size: auto, cover;*/
  /*background-repeat: no-repeat, no-repeat;*/
  /*color: #fff;*/
  /*background-color: #fff;*/
}

.hero-shadow + .section.hero {
  margin-right: 40px;
  /*margin-bottom: 40px;*/
  margin-left: 40px;
}

.section.hero.compact {
  /*min-height: 435px;*/
  margin-right: 0px;
  margin-left: 0px;
  /*background-image: url('../images/pattern-3.png'), url('../images/hero-o-spici.jpg');*/
  /*background-position: -96px 82px, 50% 50%;*/
  /*background-size: auto, cover;*/
}

.hero .hero-content {
  /*min-height: 570px;*/
  min-height: 470px;
}

.hero.compact .hero-content {
  min-height: 355px;
}

.section.hero.compact.bg2 {
  background-image: url('../images/pattern-3.png'), url('../images/hero-novice.jpg');
  background-size: auto, cover;
}

.section.hero.compact.bg3 {
  background-image: url('../images/hero-podpora.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.intro-section {
  color: #4c4d4e;
  font-size: 14px;
}

.section.stats-section {
  padding-top: 50px;
  padding-bottom: 25px;
  /*background-color: #00799e;*/
  background-color: #141C32;
  background-image: url('../images/fingerprint-pattern-3.png'), url('../images/fingerprint-pattern-2.png');
  background-position: 100% 30%, 0% 60%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.section.testimonial-section {
  margin-top: 12%;
  margin-bottom: 90px;
}

.section.testimonial-section.mb0 {
  margin-bottom: 0px;
}

.section.solution-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 650px;*/
  min-height: 650px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: url('../images/fingerprint-pattern-1.png'), url('../images/hero-resitev.jpg');
  /*background-position: 100% 100%, 100% 0%;*/
  /*background-size: cover, contain;*/
  background-position: 100% 0%, 100% 0%;
  background-size: auto, contain;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.section.large-pad {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.large-pad.bg-light.fingerprint-pattern {
  background-image: url('../images/fingerprint-pattern-4.png');
  background-position: 0px 0px;
}

.section.image-section {
  background-image: url('../images/section-bg-img-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section.image-section.bg-gradient {
  background-image: linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.image-section.bg-gradient.pattern-2 {
  background-image: url('../images/pattern-2_1.png'), linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-1.jpg');
  background-position: 70% 0%, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.section.image-section.img2 {
  background-image: url('../images/section-bg-img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.image-section.img2.pattern-4 {
  background-image: url('../images/pattern-4.png'), url('../images/section-bg-img-2.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.section.image-section.img2.bg-gradient {
  background-image: linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section.image-section.img2.bg-gradient.pattern-4 {
  background-image: url('../images/pattern-4.png'), linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-2.jpg');
  background-position: 0% 100%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.section.image-section.img3 {
  background-image: url('../images/section-bg-img-3.jpg');
  background-position: 50% 50%;
}

.section.image-section.img3.pattern-4 {
  background-image: url('../images/pattern-4.png'), url('../images/section-bg-img-2.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.section.image-section.img3.bg-gradient {
  background-image: url('../images/section-bg-img-2.jpg');
  background-position: 50% 50%;
}

.section.image-section.img3.bg-gradient.pattern-4 {
  background-image: url('../images/pattern-4.png'), linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-2.jpg');
  background-position: 0% 100%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.section.image-section.map-img {
  max-height: 556px;
  background-image: url('../images/map-section-bg-img.jpg');
  background-position: 40% 50%;
}

.section.image-section.map-img.pattern-4 {
  background-image: url('../images/pattern-4.png'), url('../images/section-bg-img-2.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.section.image-section.map-img.bg-gradient {
  background-image: linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section.image-section.map-img.bg-gradient.pattern-4 {
  background-image: url('../images/pattern-4.png'), linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-2.jpg');
  background-position: 0% 100%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
}

.section.big-pad {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.big-pad.image-section.bg-gradient.pattern-2 {
  background-image: url('../images/pattern-2_1.png'), linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-1.jpg');
  background-size: auto, auto, cover;
}

.section.big-pad.image-section.img3.bg-gradient {
  background-image: linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.big-pad.image-section.img3.bg-gradient.pattern-2 {
  background-image: url('../images/pattern-2_1.png'), linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8)), url('../images/section-bg-img-3.jpg');
  background-position: 70% 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.section.barcode-right {
  background-image: url('../images/barcode-pattern-right.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.section.barcode-left {
  background-image: url('../images/barcode-pattern-left.png');
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

.section.pb100 {
  padding-bottom: 100px;
}

.body {
  /*font-family: Montserrat, sans-serif;*/
  font-size: 16px;
  line-height: 1.5;
}

.intro-text {
  margin-bottom: 25px;
  font-size: 18px;
  /*line-height: 1.555;*/
  line-height: 1.6;
}

.intro-text.big {
  font-family: Saira, sans-serif;
  color: #a1aeb7;
  font-size: 21px;
}

.small-text {
  font-size: 14px;
  line-height: 1.786;
}

.mb-l {
  margin-bottom: 40px !important;
}

.button {
  height: auto;
  position: relative;
  margin-bottom: 10px;
  /*padding: 13px 6% 12px;*/
  padding: 13px 40px 12px;
  border: 1px solid #a1aeb7;
  /*border-radius: 22.5px;*/
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  color: #707a81;
  /*font-size: 12px;*/
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #979797;
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.5);
  color: #505d68;
}

.button.primary {
  border-color: #df1f3d;
  background-color: #df1f3d;
  color: #fff;
}

.button.primary.with-icon {
  color: #fff;
}

.button.primary.circle-cta {
  text-transform: none;
}

.circle-cta.bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 8px;
  bottom: -45px;
  text-transform: none;
}

.button.primary.no-bg {
  color: #df1f3d;
}

.button.with-icon {
  color: #424b5a;
  font-size: 12px;
  /*line-height: 1.75;*/
  font-weight: 500;
}

.button.no-bg {
  background-color: transparent;
}

.button.no-bg.inverted {
  border-color: #fff;
  color: #fff;
}

.button.no-bg.c-white:hover {
  color: #c0c3c4;
}

.button.small {
  padding-right: 15px;
  padding-left: 15px;
  border-width: 2px;
  font-size: 12px;
  font-weight: 500;
}

.dib {
  display: inline-block;
}

.button-icon {
  position: relative;
  max-height: 21px;
  margin-left: 10px;
}

.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex.column.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.acc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h100p {
  height: 100%;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 1px 10px -5px rgba(0, 0, 0, 0.3);
}

.mt5 {
  margin-top: 5px;
}

.nav-link {
  padding: 21px 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #232426;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link.w--open {
  /*border-bottom-color: #a1aeb7;*/
  border-top-color: #1F2432;
}

.nav-link.w--current {
  /*border-bottom-color: #df1f3d;*/
  border-top-color: #1F2432;
  /*color: #232426;*/
  color: #2B2F32;
}

.nav-link.button {
  margin-top: 10px;
  margin-bottom: 10px;
  /*padding: 11px 10px 10px;*/
  padding: 11px 20px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #33475b;
}

.nav-link.button:hover {
  /*border-top-color: #979797;*/
  /*border-bottom-color: #979797;*/
}

.nav-link.button.primary {
  border-color: #df1f3d;
}

.nav-link.button.primary.w--current {
  color: #fff;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle .w-icon-dropdown-toggle {
  margin-right: 10px;
}

.footer {
  position: relative;
  /*padding-top: 22px;*/
  padding-top: 40px;
  /*background-color: #353f41;*/
  background-color: #141C32;
  color: #c0c3c4;
  font-size: 13px;
  line-height: 1.6154;
}

.footer-title {
  /*margin-bottom: 18px;*/
  margin-bottom: 3px;
  /*font-family: Montserrat, sans-serif;*/
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.footer-link {
  display: block;
}

.footer-link,
.footer a {
  margin-bottom: 8px;
  color: #c0c3c4;
  font-weight: 300;
  text-decoration: none;
}

.footer-link.dib {
  display: inline-block;
}

.footer-title-after {
  width: 30px;
  margin-top: 19px;
  height: 17px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.text-2col {
  -webkit-column-count: 2;
  column-count: 2;
}

.social-link {
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-bottom: 20px;
  padding: 10px 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.social-link:hover {
  opacity: 0.6;
}

.tar {
  text-align: right;
}

.mr20 {
  margin-right: 20px;
}

.sub-footer {
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(194, 209, 217, 0.3);
}

.main-nav-menu {
  position: static;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*color: #fff;*/
  /*text-align: center;*/
}

.hero-title-after {
  display: inline-block;
  width: 150px;
  width: 13.044%;
  /*margin-top: 10px;*/
  /*margin-top: 19px;*/
  /*margin-bottom: 20px;*/
  margin-top: 14px;
  margin-bottom: 15px;
  border-bottom: 2px solid #df1f3d;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
  }

.dark-bg-link {
  color: #fff;
}

.hero-shadow {
  position: absolute;
  left: 48%;
  top: 25%;
  /*right: -40px;*/
  right: 0;
  bottom: -40px;
  background-color: #00799e;
}

.pr {
  position: relative !important;
}

.side-pad {
  padding-right: 10px;
  padding-left: 10px;
}

.hero-title {
  font-size: 60px;
  line-height: 1;
}

.hero-category {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.circle-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 7px 7px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #df1f3d;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.dropdown-content {
  left: 0%;
  width: 100%;
  height: 10000vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.ps {
  position: static;
}

.dark,
.dark.card {
  background-color: #353f41;
  /*color: #a1aeb7;*/
  color: #fff;
}

.intro-col {
  padding: 15px 60px;
  font-family: Saira, sans-serif;
  font-size: 20px;
}

.title-aftter {
  width: 60px;
  height: 9px;
  margin-bottom: 9px;
  border-bottom: 2px solid #df1f3d;
}

/*.title-aftter.mb20 {*/
/*  margin-bottom: 20px;*/
/*}*/

.title-aftter.mt10 {
  margin-top: 10px;
}

.menu-pad {
  padding: 15px 30px;
}

.dropdown-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333;
  text-decoration: none;
}

.bg-white {
  background-color: #fff !important;
  color: #33475b;
}

.m0 {
  margin: 0px;
}

.tac {
  text-align: center;
}

.p0 {
  padding: 0px;
}

.contained-column {
  width: 80%;
  padding-right: 20px;
  padding-left: 20px;
}

.fr {
  float: right;
}

.big-title-after {
  display: inline-block;
  width: 90px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #df1f3d;
}

.stat-number {
  margin-bottom: 2px;
  font-family: Saira, sans-serif;
  font-size: 50px;
}

.c-white {
  color: #fff;
}

.left-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#00799e), color-stop(28%, #00799e), color-stop(72%, transparent));
  background-image: linear-gradient(90deg, #00799e, #00799e 28%, transparent 72%);
}

.bg-secondary {
  background-color: #00799e !important;
  color: #fff;
}

.left-full-width {
  position: relative;
  z-index: 1;
  width: 85%;
}

.pattern-1 {
  background-image: url('../images/pattern-1.png');
  background-position: 17% -100px;
  background-repeat: no-repeat;
}

.gradient-shadow {
  position: absolute;
  left: 0%;
  top: 40px;
  right: -40px;
  bottom: -40px;
  z-index: -1;
  background-image: linear-gradient(135deg, #00799e, #df1f3d);
}

.zi1 {
  position: relative;
  z-index: 1;
}

.testimonial-content {
  padding-left: 19.666%;
}

.testimonial-image-col {
  margin-top: -60px;
  margin-bottom: 100px;
  padding-right: 0px;
  padding-left: 0px;
}

.testimonial-text-col {
  padding: 70px 40px 80px 25px;
}

.quote {
  margin-bottom: 35px;
  padding: 0px;
  border-left-style: none;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 300;
}

.quote-author {
  font-weight: 600;
  text-transform: uppercase;
}

.quote-author-about {
  margin-bottom: 20px;
  line-height: 1.85;
  font-weight: 300;
}

.fs14 {
  font-size: 14px;
}

.mb50 {
  margin-bottom: 50px !important;
}

.article-item {
  height: 100%;
  min-height: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #c2d1d9;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
}

.article-item:hover {
  box-shadow: 0 20px 50px -25px #000;
}

.article-item.m0 {
  margin-bottom: 0px;
}

.article-item-image {
  position: relative;
  height: auto;
  min-height: 220px;
  background-image: url('../images/article-item-img-1-temp.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-item-image.w100p {
  min-height: 278px;
}

.article-item-image.img2 {
  background-image: url('../images/article-item-img-2-temp.jpg');
  background-size: cover;
}

.article-item-image.left {
  width: 38%;
  min-height: 278px;
}

.article-item-image.left.img-2 {
  background-image: url('../images/article-item-img-2-temp.jpg');
}

.article-item-text {
  margin-bottom: 14px;
  padding-top: 14px;
  font-size: 14px;
}

.article-item-text.w100p {
  margin-bottom: 40px;
  padding-top: 34px;
}

.article-item-text.right {
  width: 62%;
}

.article-item-category {
  display: inline-block;
  margin-bottom: 3px;
  padding: 4px 12px;
  background-color: #df1f3d;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.article-item-category.pa {
  position: absolute;
  left: 0%;
  top: 15px;
  right: auto;
  bottom: auto;
}

.article-title {
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 48px;
}

.w100p {
  width: 100%;
}

.side-pad-l {
  padding-right: 30px;
  padding-left: 30px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.p10 {
  padding: 10px !important;
}

.bs {
  box-shadow: 7px 7px 5px rgb(0 0 0 / 15%) !important;
}

.bs1 {
  box-shadow: 0 20px 50px -25px #000 !important;
}

.slider {
  height: auto;
  background-color: transparent;
}

.slider.bg-secondary {
  background-color: #00799e;
}

.slider-mask {
  overflow: visible;
}

.testimonial-slide {
  margin-right: 100px;
}

.solution-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #33475b;
  text-align: left;
}

.solution-hero-title {
  font-size: 46px;
}

.c-light {
  color: #a1aeb7;
}

.client-logo {
  padding: 10px 20px;
}

.border-right {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #efecec;
}

.border-right.dark-bg {
  border-right-color: rgba(239, 236, 236, 0.35);
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.uc {
  text-transform: uppercase;
}

.feature-icon {
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.feature-text {
  max-width: 80%;
  color: #707a81;
  font-size: 14px;
  font-weight: 300;
}

.feature {
  position: relative;
  z-index: 950; /* da gre cez .sticky slike, ki so 900 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  /*-webkit-box-align: center;*/
  /*-webkit-align-items: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  background-color: #fff;
}

.feature:hover {
  /*box-shadow: 0 4px 20px -12px #000;*/
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  transform: translateY(-0.5rem);
  transition: all 0.2s ease-in-out;
}

/*.feature.mb20 {*/
/*  margin-bottom: 20px;*/
/*}*/

/*.feature.mb30 {*/
/*  margin-bottom: 30px;*/
/*}*/

/*.feature.mb-l {*/
/*  margin-bottom: 40px;*/
/*}*/

.feature-title {
  margin-top:0;
  color: #33475b;
  font-weight: 600;
}

.heading {
  margin-top: 7px;
}

.bg-light {
  /*background-color: #f7f8fa !important;*/
  background-color: #f5f5f5 !important;
}

.mt50 {
  margin-top: 50px;
}

.fill-space {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -webkit-flex: 1 0 auto; /* old safari (ios) */
  -ms-flex: 1;
  flex: 1;
  flex: 1 0 auto; /* old safari (ios) */
}

.card {
  height: 100%;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #33475b;
  /*box-shadow: 0 10px 30px -15px rgb(0 0 0 / 25%);*/
}

.card:hover {
  /*box-shadow: 0 20px 50px -25px #000;*/
  box-shadow: 7px 7px 5px rgb(0 0 0 / 15%);
}

.card.flex.column.justify-center {
  position: relative;
}

.card.bordered {
  border: 1px solid #c2d1d9;
}

.card.bordered.flex.column.dark {
  background-color: #353f41;
  color: #fff;
}

.mb60 {
  margin-bottom: 60px;
}

.bg-gradient {
  background-image: linear-gradient(135deg, #00799e, #df1f3d);
}

.bg-gradient.o80 {
  background-image: linear-gradient(135deg, rgba(0, 121, 158, 0.8), rgba(223, 31, 61, 0.8));
}

.bg-gradient.bg-reversed {
  background-image: linear-gradient(135deg, #df1f3d, #00799e);
}

.pattern-2 {
  background-image: url('../images/pattern-2.png');
  background-position: 17% -100px;
  background-repeat: no-repeat;
}

.visual-overflow {
  position: absolute;
}

.bg-fingerprint {
  /*background-image: url('../images/fingerprint-pattern-4.png') !important;*/
  background-image: url('../images/fingerprint-pattern-trans20.svg') !important;
  background-position: 0% 100% !important;
  /*background-position: 0% 0% !important;*/
  background-repeat: no-repeat;
}

.tab-link {
  border-bottom: 1px solid #c2d1d9;
  background-color: transparent;
  color: #a1a6ad;
  font-size: 14px;
}

.tab-link.w--current {
  padding-right: 50px;
  padding-left: 50px;
  border-bottom-width: 4px;
  border-bottom-color: #df1f3d;
  background-color: transparent;
  color: #000;
}

.mta {
  margin-top: auto;
}

.tdu {
  text-decoration: underline;
}

.mr5 {
  margin-right: 5px;
}

.team-item {
  margin-bottom: 50px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.team-item:hover {
  box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.5);
}

.team-item-image {
  position: relative;
  border-bottom: 4px solid #df1f3d;
}

.team-item-text {
  padding: 20px 10px 30px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #c2d1d9;
  color: #33475b;
  text-align: center;
}

.c-gray {
  color: #8b9297;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay {
  overflow: auto;
}

.o80p {
  opacity: 0.8;
}

.o90p {
  opacity: 0.9;
}

.hover-state {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hover-state:hover {
  opacity: 1;
}

.hover-state.o80p:hover {
  opacity: 0.8;
}

.hover-state.o90p:hover {
  opacity: 0.9;
}

.pattern-3 {
  background-image: url('../images/pattern-3.png');
  background-position: -86px 82px;
  background-size: auto;
  background-repeat: no-repeat;
}

.pattern-4 {
  background-image: url('../images/pattern-4.png');
  background-position: -86px 82px;
  background-size: auto;
  background-repeat: no-repeat;
}

.mt30 {
  margin-top: 30px;
}

.box-pad {
  padding: 30px 20px;
}

.card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 6em; /*0 7em;*/
  -ms-flex: 0 6em; /*0 7em;*/
  flex: 0 6em; /*0 7em;*/
}

.flex.no-wrap .card-image {
  -webkit-flex: 0 4em;
  -ms-flex: 0 4em;
  flex: 0 4em;
}

.time-pattern-1 {
  background-image: url('../images/time-pattern-1.png') !important;
  background-position: 100% 170%;
  background-size: auto !important;
  background-repeat: no-repeat;
}

.mb40 {
  margin-bottom: 40px !important;
}

.v-pad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fw700 {
  font-weight: 700;
}

.nav-menu {
  display: block;
}

.nav-menu-head {
  display: block;
  padding: 15px 20px 15px 0px;
  border-bottom: 1px solid #979797;
  font-weight: 700;
}

.nav-menu-head-icon {
  margin-right: 0px;
  color: #df1f3d;
}

.nav-menu-list {
  position: relative;
  background-color: transparent;
}

.nav-menu-list-item {
  padding-right: 0px;
  padding-left: 0px;
}

.mh100vh {
  min-height: 100vh;
}

.pb18p {
  padding-bottom: 18%;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /*padding: 20px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*border-style: solid;*/
  /*border-width: 2px;*/
  /*border-color: #c2d1d9;*/
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 18px 29px rgba(0,0,0,0.06);
  padding: 35px;
}

.box:hover {
  box-shadow: 0 18px 50px -25px rgba(0, 0, 0, 0.5);
}

.move-down {
  position: relative;
  bottom: -100px;
  z-index: 1;
}

.zi0 {
  position: relative;
  z-index: 0;
}

.over {
  position: relative;
  z-index: 1;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.grayscale-no-contrast {
  -webkit-filter: contrast(0%) grayscale(100%);
  filter: contrast(0%) grayscale(100%);
}

.bg-fingerprints {
  background-image: url('../images/fingerprint-pattern-5.png'), url('../images/fingerprint-pattern-6.png') !important;
  background-position: 0px 0px, 100% 100% !important;
  background-size: auto, auto !important;
  background-repeat: no-repeat, no-repeat;
}

.big-field {
  height: auto;
  padding: 20px 30px;
  border: 1px solid #979797;
  border-radius: 8px;
}

.mt0 {
  margin-top: 0 !important;
}

.over-section {
  margin-top: -30px;
  margin-bottom: -60px;
}

.case-study-item {
  position: relative;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 6px;
  background-color: #fff;
  line-height: 1.9;
  box-shadow: 0 12px 34px rgba(0,0,0,0.1);
}

.round-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.fs18 {
  font-size: 18px;
  line-height: 26px;
  line-height: calc(26/18);
}

.mb-xl {
  margin-bottom: 80px !important;
}

.bg-quote {
  background-image: url('../images/quote.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .section.solution-hero {
    background-position: 100% 100%, 0% 0%;
    background-size: cover, contain;
  }
  .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-nav-button {
    padding: 22px;
  }
  .mobile-nav-button.w--open {
    background-color: #eee;
    color: #333;
  }
  .main-nav-menu {
    position: absolute;
    background-color: #eee;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .hero-title {
    font-size: 56px;
  }
  .dropdown-content {
    height: auto;
  }
  .intro-col {
    display: none;
  }
  .m0 {
    margin: 0px;
  }
  .contained-column {
    width: 100%;
  }
  .stat-number {
    font-size: 40px;
  }
  .left-full-width {
    width: 95%;
  }
  .testimonial-content {
    padding-left: 20px;
  }
  .article-item-image.w100p {
    height: 50%;
  }
  .article-item-image.left {
    width: 100%;
  }
  .article-item-text {
    width: 100%;
  }
  .article-item-text.right {
    width: 100%;
  }
  /*.solution-hero-title {*/
  /*  font-size: 56px;*/
  /*}*/
  .feature {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section.hero {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.stats-section {
    background-position: 150% -50%, -50% 150%;
  }
  .section.solution-hero {
    /*padding-top: 0;*/
    margin-right: 0px;
    margin-left: 0px;
    background-position: 100% 100%, 30% 0%;
    /*background-size: cover !important;*/
    background-position: 50% 50% !important;
  }
  
  .section.image-section.map-img {
    margin-bottom: 556px;
  }
  .nav-link.button {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .footer-link {
    display: block;
  }
  .footer-link.dib {
    display: inline-block;
  }
  .hero-title {
    font-size: 46px;
  }
  .testimonial-content {
    padding-left: 0%;
  }
  .testimonial-image-col {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .article-item-image.w100p {
    height: auto;
  }
  
  .solution-hero-title {
    font-size: 46px;
  }
  .visual-overflow {
    position: relative;
  }
  .over {
    top: 350px;
  }
  .make-full-height-on-mobile {
    position: relative;
  }
}

@media (max-width: 479px) {
  .section.stats-section {
    background-position: 150% -50%, -50% 150%;
  }
  .bg-white.transonmobile {
    background-color: hsla(0, 0%, 100%, 0.8) !important;
  }
  .section.solution-hero {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section.solution-hero .w-container,
  .section.solution-hero .w-row,
  .section.solution-hero .bg-white.transonmobile {
    height: 100%;
  }
  /*.contained-column {*/
  /*  padding-right: 10px;*/
  /*  padding-left: 10px;*/
  /*}*/
  .left-full-width {
    width: 100%;
  }
  .article-item-image.left {
    min-width: 0px;
  }
  .feature-text {
    max-width: 70%;
  }
  .text-2col {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

