@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/Roboto-BoldCondensedItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/Roboto-BoldCondensed.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Condensed;
  src: url('../fonts/Roboto-Condensed.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-CondensedItalic.ttf') format("truetype"), url('../fonts/Roboto-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --tamnosiva: #161d27;
  --zuta: #fede6b;
  --relume-library-lite--rl-white: white;
  --svetlo-siva: #1f2732;
  --relume-library-lite--rl-black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  z-index: 100;
  width: 100%;
  position: relative;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  border: 1px solid #656565;
  border-style: solid none;
  justify-content: flex-start;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1360px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--zuta);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--zuta);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.nav-dropdown-toggle:hover {
  color: var(--zuta);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
  font-size: .9rem;
  line-height: .9rem;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  border: 1px solid var(--zuta);
  color: var(--zuta);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f2732;
  padding: 11px 23px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--zuta);
  color: #000;
  border: 1px solid #000;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.usluge {
  color: var(--relume-library-lite--rl-white);
  text-transform: capitalize;
  background-color: #161d27;
  border-style: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary.usluge:hover {
  background-color: var(--zuta);
}

.button-primary.o-nama {
  background-color: var(--zuta);
  color: #000;
  border-color: #000;
}

.button-primary.o-nama:hover {
  border-color: var(--zuta);
  color: var(--zuta);
  background-color: #1f2732;
}

.hero-heading-left {
  background-image: url('../images/62d2db7c437283d2e2a1c7b284a4a629.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.container.usluge {
  max-width: 1360px;
}

.hero-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-split {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65%;
  margin-top: 0;
  display: flex;
}

.margin-bottom-24px {
  opacity: .79;
  color: #fff;
  text-align: left;
  width: 85%;
  margin-top: 10px;
  margin-bottom: 34px;
  font-size: 1.2rem;
  line-height: 1.85;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 0;
  font-family: Bitter, serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
  display: flex;
}

.text-block {
  color: #fff;
}

.features-metrics {
  border: 1px solid var(--zuta);
  background-color: #1f2732;
  width: 100%;
  max-width: 1360px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  box-shadow: 0 0 5px #d2bb5633;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  color: var(--zuta);
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.div-block {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  margin-right: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image.terazije {
  max-width: none;
  height: 760px;
  margin-bottom: -152px;
  margin-right: -30px;
}

.kontakt-flex {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.slogan {
  color: var(--zuta);
  text-overflow: clip;
}

.text-block-2 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.section {
  background-color: #1f2732;
  margin-top: -1px;
}

.section.o-nama {
  background-color: var(--svetlo-siva);
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  padding: 70px 5%;
  display: flex;
}

.section-2 {
  background-color: var(--tamnosiva);
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.onamaslika {
  z-index: 1;
  max-height: 100%;
  position: relative;
}

.div-block-3 {
  background-image: url('../images/685140a436dc486329a3baca24fe9fd6.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 50%;
  position: relative;
}

.div-block-4 {
  z-index: 0;
  background-color: var(--zuta);
  position: absolute;
  inset: 0%;
  transform: translate(25px, 25px);
}

.heading-2 {
  color: var(--zuta);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 2px #00000047;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  transform: translate(0, 7px);
}

.heading-2.utisci {
  text-align: center;
}

.heading-2.preporuka {
  text-align: center;
  margin-bottom: 3px;
  transform: none;
}

.heading-2.onama, .heading-2.kontakt {
  transform: none;
}

.naslov-bela {
  color: var(--relume-library-lite--rl-white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Bitter, serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.1;
}

.naslov-bela.utisci {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  flex-flow: column;
  line-height: 1.075;
  display: flex;
}

.div-block-5 {
  max-width: 60%;
  padding-top: 10px;
  padding-left: 20px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.naslovusluge {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 5px;
  font-family: Bitter, serif;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.naslovusluge.kontakt {
  text-align: left;
}

.div-block-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-3 {
  color: var(--zuta);
  text-align: left;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
}

.paragraf {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.25;
}

.paragraf.usluge {
  text-align: justify;
  height: 8rem;
  margin-top: 20px;
  line-height: 1.9;
  display: flex;
}

.uslugacont {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #1f2732;
  flex-flow: column;
  padding: 49px 40px;
  display: flex;
}

.image-2 {
  width: 75px;
  height: 75px;
}

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-slider-small {
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  opacity: .8;
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  max-width: 530px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 1200px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #4a5565;
  border-bottom-right-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 45px 44px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin-right: 16px;
}

.testimonial-author {
  color: var(--relume-library-lite--rl-white);
  margin-top: 4px;
  margin-bottom: 3px;
}

.tagline {
  color: #fede6b;
  text-shadow: 0 0 1px #0003;
  margin-bottom: 10px;
  font-size: .9rem;
  line-height: 1;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  opacity: .7;
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.rl-padding-section-large {
  padding-top: 7.6rem;
  padding-bottom: 7.6rem;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact7_image {
  object-fit: cover;
  height: 100%;
  display: block;
}

.rl-error-text {
  color: #e23939;
}

.rl_contact7_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.rl_contact7_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-form-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--zuta);
  color: var(--relume-library-lite--rl-white);
  background-color: #0000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  background-color: #0000;
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-white);
  background-color: #0000;
  font-size: 1rem;
}

.rl_contact7_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_contact7_form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-white);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl_contact7_image-wrapper {
  background-color: #1f2732;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.rl_contact7_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-form-text-area {
  border: 1px solid var(--zuta);
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
  height: 1rem;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  overflow: auto;
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-white);
}

.rl_contact7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.rl_contact7_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  font-size: 10px;
  line-height: 18px;
}

.text-block-4 {
  color: var(--zuta);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.body {
  font-family: Montserrat, sans-serif;
}

.div-block-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: static;
}

.div-block-10 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--relume-library-lite--rl-white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: var(--zuta);
}

.text-block-5.fa-icon {
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.kontaktinfo {
  white-space: nowrap;
  margin-bottom: 1px;
  font-size: .9rem;
  line-height: 1;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.rl_footer4_link {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.rl_footer4_link:hover, .rl_footer4_link.w--current {
  color: var(--zuta);
}

.rl_footer4_component {
  border-top: 2px solid var(--zuta);
  background-color: #161d27;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl-padding-section-medium {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  background-color: var(--zuta);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.rl_footer4_credit-text:hover {
  color: var(--relume-library-lite--rl-white);
  background-color: #131313;
}

.rl-social-icon {
  color: var(--relume-library-lite--rl-white);
  -webkit-text-stroke-color: var(--relume-library-lite--rl-white);
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
}

.rl-social-icon:hover {
  color: var(--zuta);
}

.rl-container-large-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rl_footer4_logo {
  width: 100px;
  max-width: none;
  height: 100px;
  padding: 3px;
}

.paragraph {
  color: #a3a3a3;
  width: 85%;
  margin-top: 28px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
}

.div-block-12 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  margin-top: 20px;
  display: flex;
}

.flex-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-around;
  align-items: flex-start;
}

.belih2 {
  color: var(--zuta);
  text-transform: uppercase;
  text-shadow: 0 .5px 1px #000000b3;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.belih2.utisci {
  color: gold;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.blur {
  z-index: 0;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  background-color: #1f2732d9;
  position: absolute;
  inset: 0%;
}

.button-primary-copy {
  border: 1px solid var(--zuta);
  color: var(--zuta);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f2732;
  padding: 18px 33px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy:hover {
  background-color: var(--zuta);
  color: #000;
  border: 1px solid #000;
}

.button-primary-copy:active {
  background-color: #43464d;
}

.button-primary-copy.usluge {
  background-color: #0000;
}

.button-primary-copy.usluge:hover {
  background-color: var(--zuta);
}

.button-primary-copy.o-nama {
  background-color: var(--zuta);
  color: #000;
  border-color: #000;
}

.button-primary-copy.o-nama:hover {
  border-color: var(--zuta);
  color: var(--zuta);
  background-color: #1f2732;
}

.div-block-13 {
  background-color: #656565;
  height: 1px;
}

.div-block-14 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.div-block-15 {
  width: 90px;
  height: 90px;
}

.text-block-6 {
  color: var(--relume-library-lite--rl-white);
  letter-spacing: 1px;
  font-family: Bitter, serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.image-3 {
  width: 90px;
}

.text-block-7 {
  letter-spacing: 1px;
  font-family: Bitter, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.text-block-8 {
  text-align: center;
  font-size: 2.5rem;
}

.text-block-9 {
  text-align: center;
  text-transform: uppercase;
  font-size: .85rem;
}

.div-block-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.div-block-18 {
  border: 1px solid var(--zuta);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-block-5-copy {
  color: var(--zuta);
}

.text-block-5-copy.fa-icon {
  text-align: center;
  padding-top: 2px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.div-block-19 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.text-block-10 {
  color: var(--zuta);
}

.text-block-11 {
  color: var(--relume-library-lite--rl-white);
  font-size: 1.2rem;
}

.div-block-20 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-21 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fede6b;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px 45px;
  display: flex;
}

.text-block-12 {
  background-color: var(--tamnosiva);
  color: var(--relume-library-lite--rl-white);
  padding: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-13 {
  color: var(--tamnosiva);
  flex-flow: column;
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
}

.div-block-21-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #4a556566;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-13-copy {
  color: var(--relume-library-lite--rl-white);
  flex-flow: column;
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
}

.image-4 {
  width: 50px;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 40%;
  padding-right: 35px;
  display: flex;
}

.div-block-3-copy {
  background-image: url('../images/photo-1505664194779-8beaceb93744.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 50%;
  position: relative;
}

.paragraph-2 {
  color: var(--relume-library-lite--rl-white);
  font-size: 1rem;
  line-height: 1.8;
}

.image-5 {
  color: var(--zuta);
}

.code-embed {
  background-color: var(--tamnosiva);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-25 {
  margin-left: 5px;
}

.bold-text {
  text-align: left;
  font-weight: 500;
}

.layer-slika {
  position: absolute;
  inset: 0%;
}

.div-block-26 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1360px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  order: 0;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--relume-library-lite--rl-white);
  justify-content: center;
  align-items: center;
  padding: 10px 25px 10px 10px;
  display: flex;
}

.text-block-14 {
  font-size: 1.2rem;
}

.icon-2 {
  margin-right: 0;
  font-size: 1.2rem;
}

.image-6 {
  width: 50px;
  height: 50px;
}

.jeziklink {
  border: 1px solid var(--zuta);
  background-color: var(--tamnosiva);
  color: var(--zuta);
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: opacity .1s;
  display: flex;
}

.jeziklink:hover {
  background-color: var(--zuta);
  color: var(--tamnosiva);
}

.jeziklink.prvi {
  border-right-style: none;
}

.dropdown-list {
  margin-left: 20px;
}

.dropdown-list.w--open {
  margin-left: 0;
  margin-right: 5px;
  display: flex;
}

.div-block-27 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.usluge-h1 {
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Bitter, serif;
  font-size: 5rem;
  line-height: 1;
}

.section-3 {
  background-color: var(--svetlo-siva);
  background-image: url('../images/Nasledno-pravo.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  height: 80vh;
  display: flex;
  position: relative;
}

.paragraf-usluge {
  opacity: .9;
  color: var(--relume-library-lite--rl-white);
  font-size: 1rem;
  line-height: 1.8;
}

.div-block-28 {
  max-width: 1000px;
}

.section-4 {
  background-color: var(--svetlo-siva);
  padding-bottom: 20px;
  display: flex;
}

.div-block-29 {
  flex-flow: column;
  flex: 0 auto;
  padding-top: 35px;
  padding-left: 35px;
}

.sporedna-dropdown {
  align-self: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.link-h2 {
  color: var(--zuta);
  text-decoration: none;
}

.icon-3 {
  color: var(--zuta);
}

.div-block-30 {
  flex: 1;
  padding-top: 5px;
  padding-left: 50px;
  padding-right: 50px;
}

.usluge-h2 {
  color: var(--relume-library-lite--rl-white);
  margin-bottom: 5px;
  font-family: Bitter, serif;
  font-size: 2.5rem;
  line-height: 1.35;
}

.usluge-paragraf {
  opacity: 1;
  color: var(--relume-library-lite--rl-white);
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.8;
}

.link-h3 {
  border-bottom: 1px solid var(--zuta);
  background-color: var(--svetlo-siva);
  color: var(--relume-library-lite--rl-white);
}

.dropdown-toggle-2 {
  background-color: var(--tamnosiva);
  width: 100%;
  padding-right: 50px;
}

.usluge-h3 {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.lista-usluge.w--open {
  background-color: #0000;
  position: static;
}

.div-block-31 {
  border: 1px solid var(--zuta);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 35px;
}

.div-block-32 {
  background-color: var(--zuta);
  width: 75px;
  height: 4px;
  margin-bottom: 25px;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 10px;
  display: flex;
}

.div-block-34 {
  background-color: var(--zuta);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.div-block-35 {
  height: 0;
}

.div-block-36 {
  background-color: var(--tamnosiva);
  width: 60px;
  height: 60px;
  display: none;
}

.div-block-37 {
  position: sticky;
  top: 35px;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-wrapper {
    order: 2;
    margin-left: 0;
    display: none;
  }

  .nav-menu {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    margin-left: 0;
  }

  .button-primary.usluge {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .menu-button {
    order: 3;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 12px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--zuta);
    color: #fff;
  }

  .hero-heading-left {
    height: auto;
    padding-bottom: 35px;
  }

  .container {
    max-width: 728px;
  }

  .container.hero {
    z-index: 10;
    padding-top: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    text-shadow: 0 1px 1px #00000040;
    font-size: .9rem;
  }

  .heading {
    font-size: 2.8rem;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .div-block {
    z-index: 2;
    opacity: .85;
    margin-right: 0;
    inset: 0%;
    transform: translate(0, 100px);
  }

  .image.terazije {
    opacity: 1;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section.o-nama {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .div-block-2 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-3 {
    height: 200px;
  }

  .naslov-bela {
    font-size: 2.8rem;
  }

  .div-block-5 {
    max-width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-6 {
    padding: 35px 5%;
  }

  .naslovusluge {
    font-size: 2.8rem;
  }

  .div-block-7 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraf.usluge {
    height: 7.6rem;
    font-size: .8rem;
  }

  .uslugacont {
    padding: 30px;
  }

  .testimonial-slider-small {
    padding: 5%;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slider {
    margin-top: 25px;
  }

  .testimonial-slide-wrapper {
    max-width: 85%;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .rl-padding-section-large {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_contact7_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .text-block-4 {
    margin-bottom: 30px;
  }

  .div-block-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_footer4_social-list {
    margin-bottom: 10px;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .paragraph {
    text-align: justify;
    margin-top: 30px;
    font-size: .9rem;
    line-height: 2;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blur {
    z-index: 1;
  }

  .blur.usluge {
    z-index: 0;
  }

  .button-primary-copy {
    font-size: 1rem;
  }

  .div-block-17 {
    text-decoration: none;
  }

  .div-block-18 {
    transition: all .2s;
  }

  .div-block-18:hover {
    background-color: var(--tamnosiva);
  }

  .div-block-19 {
    display: none;
  }

  .text-block-11 {
    font-size: 1.1rem;
  }

  .div-block-20 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    order: 1;
    position: absolute;
    inset: 0% auto 0% 10px;
  }

  .div-block-23 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
  }

  .div-block-3-copy {
    height: 200px;
  }

  .icon {
    color: var(--relume-library-lite--rl-white);
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .layer-slika {
    z-index: 3;
    background-color: #161d2766;
  }

  .div-block-27 {
    padding-top: 40px;
  }

  .section-3 {
    height: auto;
    padding: 5%;
  }

  .section-4 {
    position: relative;
  }

  .div-block-29 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 10px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-30 {
    padding-top: 60px;
  }

  .div-block-31 {
    position: static;
  }

  .div-block-36 {
    display: block;
    position: relative;
  }

  .image-7 {
    position: absolute;
    inset: 0%;
  }

  .text-block-15 {
    pointer-events: none;
    color: var(--relume-library-lite--rl-white);
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-37 {
    flex-flow: column;
    align-items: flex-end;
    display: flex;
    position: sticky;
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    background-color: var(--tamnosiva);
  }

  .nav-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary.usluge {
    font-size: .9rem;
    line-height: 1;
  }

  .menu-button {
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: var(--tamnosiva);
    color: var(--zuta);
  }

  .hero-heading-left {
    padding: 0 20px;
  }

  .hero-split {
    margin-top: 25px;
    padding-bottom: 15px;
  }

  .hero-split._2 {
    height: 0;
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading {
    font-size: 2.6rem;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .div-block {
    transform: translate(0, 150px);
  }

  .section.o-nama {
    padding: 20px;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .heading-2.preporuka {
    margin-bottom: 0;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .div-block-6 {
    padding: 20px;
  }

  .naslovusluge.kontakt {
    white-space: normal;
    overflow-wrap: normal;
    width: 15ch;
    margin-top: 0;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .paragraf.usluge {
    height: 5rem;
  }

  .uslugacont {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 25px;
  }

  .image-2 {
    width: 60px;
    height: 60px;
  }

  .testimonial-slider-small {
    padding: 20px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .rl-padding-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact7_form {
    grid-template-columns: 1fr;
    width: calc(100vw - 40px);
    max-width: 100%;
  }

  .rl_contact7_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact7_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_contact7_form-block {
    max-width: 100%;
  }

  .rl_contact7_image-wrapper {
    padding: 35px;
  }

  .rl-form-text-area {
    max-width: 100%;
  }

  .rl_contact7_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1.25fr;
    max-width: 100%;
  }

  .rl_contact7_form-field-wrapper {
    max-width: 100%;
  }

  .rl_contact7_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_contact7_content {
    width: 100%;
    max-width: 100%;
  }

  .text-block-4 {
    margin-bottom: 32px;
  }

  .div-block-9 {
    grid-template-columns: 1fr;
  }

  .kontaktinfo {
    font-size: 1rem;
  }

  .rl-padding-section-medium {
    padding-top: 1rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .belih2 {
    margin-bottom: 0;
  }

  .button-primary-copy {
    letter-spacing: 1px;
    padding: 12px 15px;
    font-size: .9rem;
  }

  .bold-text {
    font-size: .9rem;
  }

  .usluge-h1 {
    font-size: 3rem;
  }

  .div-block-29 {
    padding-left: 10px;
  }

  .link-h2 {
    white-space: normal;
    overflow-wrap: normal;
  }

  .div-block-30 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-37 {
    max-width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-regular {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    margin-bottom: 10px;
  }

  .hero-heading-left {
    padding: 0 15px 10px;
    overflow: clip;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-split {
    margin-top: 5px;
    padding-bottom: 0;
  }

  .hero-split._2 {
    display: none;
  }

  .margin-bottom-24px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading {
    font-size: 2.4rem;
  }

  .features-metrics {
    border-bottom-style: none;
    margin-top: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .div-block {
    justify-content: center;
    align-items: flex-end;
    inset: 0%;
    transform: translate(85px, 20px);
  }

  .image.terazije {
    opacity: 1;
    height: 760px;
    transform: translate(0);
  }

  .section.o-nama {
    padding: 15px;
  }

  .naslov-bela {
    text-align: center;
    font-size: 2.4rem;
  }

  .div-block-5 {
    padding-top: 20px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .div-block-6 {
    padding: 20px 15px 15px;
  }

  .naslovusluge {
    font-size: 2.4rem;
  }

  .naslovusluge.kontakt {
    direction: ltr;
    text-align: left;
    white-space: nowrap;
    overflow-wrap: break-word;
    flex-flow: column;
    font-size: 2.4rem;
    display: flex;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .paragraf.usluge {
    height: auto;
  }

  .uslugacont {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-8 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: center;
  }

  .testimonial-slider-small {
    padding: 20px 15px 15px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .testimonial-info {
    margin-top: 15px;
  }

  .testimonial-image {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .testimonial-author {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .tagline {
    font-size: .8rem;
    line-height: 1.2;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .rl-padding-section-large {
    padding-bottom: 15px;
  }

  .rl_contact7_image-wrapper {
    max-width: calc(100vw - 30px);
    padding: 15px;
  }

  .rl_contact7_component {
    grid-template-columns: 1fr;
  }

  .rl-padding-global {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rl_contact7_content {
    width: 100%;
    max-width: 100vw;
  }

  .text-block-4 {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 1rem;
  }

  .rl-padding-section-medium {
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .rl_footer4_social-list {
    margin-bottom: 8px;
  }

  .rl_footer4_bottom-wrapper {
    grid-row-gap: 0rem;
    grid-auto-flow: row;
    place-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .rl_footer4_credit-text {
    margin-top: 0;
  }

  .paragraph {
    width: 100%;
    margin-top: 15px;
    font-size: .85rem;
  }

  .div-block-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
  }

  .flex-block {
    align-items: center;
  }

  .belih2 {
    text-align: center;
  }

  .button-primary-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    display: none;
  }

  .div-block-17 {
    align-items: center;
  }

  .div-block-18 {
    width: 50px;
    height: 50px;
  }

  .text-block-5-copy.fa-icon {
    font-size: 1rem;
  }

  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-21 {
    align-self: flex-end;
    width: 85%;
  }

  .div-block-21-copy {
    align-self: flex-start;
    width: 85%;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: .9rem;
  }

  .code-embed {
    display: none;
  }
}

#w-node-_4ca47d9a-7db9-f8e9-b867-4547793434c4-e3526d8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ca47d9a-7db9-f8e9-b867-4547793434c6-e3526d8f, #w-node-_4c99514b-387e-0c09-2ea1-00568911f427-e3526d8f {
  justify-self: start;
}

#w-node-_4c99514b-387e-0c09-2ea1-00568911f434-e3526d8f {
  justify-self: end;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fa1-5fdc642b {
  justify-self: start;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fae-5fdc642b {
  justify-self: end;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fa1-7895448a {
  justify-self: start;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fae-7895448a {
  justify-self: end;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fa1-dfec2162 {
  justify-self: start;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fae-dfec2162 {
  justify-self: end;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fa1-57787d6b {
  justify-self: start;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fae-57787d6b {
  justify-self: end;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fa1-c62d541c {
  justify-self: start;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fae-c62d541c {
  justify-self: end;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fa1-c603f64c {
  justify-self: start;
}

#w-node-ce362291-7f94-7781-1675-eca35b561fae-c603f64c {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_4c99514b-387e-0c09-2ea1-00568911f427-e3526d8f, #w-node-_4c99514b-387e-0c09-2ea1-00568911f434-e3526d8f, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-5fdc642b, #w-node-ce362291-7f94-7781-1675-eca35b561fae-5fdc642b, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-7895448a, #w-node-ce362291-7f94-7781-1675-eca35b561fae-7895448a, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-dfec2162, #w-node-ce362291-7f94-7781-1675-eca35b561fae-dfec2162, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-57787d6b, #w-node-ce362291-7f94-7781-1675-eca35b561fae-57787d6b, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-c62d541c, #w-node-ce362291-7f94-7781-1675-eca35b561fae-c62d541c, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-c603f64c, #w-node-ce362291-7f94-7781-1675-eca35b561fae-c603f64c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ca47d9a-7db9-f8e9-b867-4547793434ba-e3526d8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c99514b-387e-0c09-2ea1-00568911f443-e3526d8f, #w-node-ce362291-7f94-7781-1675-eca35b561fb2-5fdc642b, #w-node-ce362291-7f94-7781-1675-eca35b561fb2-7895448a, #w-node-ce362291-7f94-7781-1675-eca35b561fb2-dfec2162, #w-node-ce362291-7f94-7781-1675-eca35b561fb2-57787d6b, #w-node-ce362291-7f94-7781-1675-eca35b561fb2-c62d541c, #w-node-ce362291-7f94-7781-1675-eca35b561fb2-c603f64c {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c99514b-387e-0c09-2ea1-00568911f427-e3526d8f, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-5fdc642b, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-7895448a, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-dfec2162, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-57787d6b, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-c62d541c, #w-node-ce362291-7f94-7781-1675-eca35b561fa1-c603f64c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/Roboto-BoldCondensedItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/Roboto-BoldCondensed.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/Roboto-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-CondensedItalic.ttf') format('truetype'), url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}