body,
.Normal {
  color: #494848;
}

.eds_subHeaderWrapper {
  position: relative;
  color: #fff;
  background-color: #2a8cc8;
  background-image: url("images/solution-subHeaderWrapper.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.eds_subHeaderWrapper .eds_subHeader,
.eds_subHeaderWrapper .eds_subHeaderHalf {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .eds_subHeaderWrapper .eds_subHeader,
.eds_subHeaderWrapper .eds_subHeaderHalf {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.eds_subHeaderWrapper .Normal,
.eds_subHeaderWrapper h1, .eds_subHeaderWrapper h2, .eds_subHeaderWrapper h3, .eds_subHeaderWrapper h4 {
  color: #fff;
}
.eds_subHeaderWrapper .eds_subHeaderHalf .eds_introBox2 {
  width: auto;
}
.eds_subHeaderWrapper .eds_subHeaderHalf .DnnModule + .DnnModule {
  margin-top: 2rem;
}
.eds_subHeaderWrapper.poslovneAplikacije {
  background-image: url("images/poslovne.png");
}
@media (max-width: 768px) {
  .eds_subHeaderWrapper.poslovneAplikacije .eds_introBox2 p {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    padding: 0.5rem;
    text-shadow: none;
  }
}

.eds_introBox h1, .eds_introBox h2,
.eds_introBox2 h1,
.eds_introBox2 h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.eds_introBox2 {
  width: 50%;
  color: #fff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .eds_introBox2 {
    width: auto !important;
  }
}
.eds_introBox2 h2,
.eds_introBox2 p {
  text-shadow: 0 1px 1px #1795d5;
}
.eds_introBox2 h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .eds_introBox2 h2 {
    font-size: 30px;
  }
}
.eds_introBox2 p {
  font-size: 19px;
  margin: 0;
}
.eds_introBox2 p + p {
  margin-top: 1rem;
}

.eds_box2 .eds_boxTitle {
  color: #494848;
}

.process-list {
  list-style: none;
  counter-reset: step;
  padding: 0;
}

.process-list li {
  counter-increment: step;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.process-list li::before {
  content: counter(step);
  width: 60px;
  height: 60px;
  background: #1795d5;
  color: white;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  float: left;
  margin-right: 1rem;
  display: flex;
  font-size: 1.3rem;
}

.process-list h3 {
  margin: 0 0 0.5rem;
}

.process-list p {
  margin: 0;
}

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

.feature-list li {
  background-color: #1795d5;
  padding: 1rem;
  margin-bottom: 15px;
  border-radius: 10px;
  border-left: 3px solid #f17429;
  transition: 0.2s;
  color: #fff;
}

.feature-list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

hr {
  display: block;
  margin: 1rem 0;
  border: none;
  border-bottom: 1px dashed #bfbfbf;
  position: relative;
  overflow: visible;
}
hr::after, hr::before {
  content: "";
  display: block;
}
hr.eds_style2 {
  border-bottom-style: solid;
}
hr.eds_style2::after {
  width: 16%;
  border-bottom: solid 3px #1795d5;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -8%;
}
hr.eds_style3 {
  border-bottom-style: solid;
}
hr.eds_style3::after {
  width: 16%;
  border-bottom: solid 3px #1795d5;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -8%;
}
hr.eds_style3::before {
  position: absolute;
  width: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent #1795d5;
  top: -11px;
  left: 50%;
  margin-left: -3px;
}
hr.eds_style4 {
  border-bottom-style: solid;
}
hr.eds_style4::after {
  width: 16%;
  border-bottom: solid 3px #1795d5;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -8%;
  z-index: 1;
}
hr.eds_style4::before {
  width: 8%;
  border-bottom: solid 7px #1795d5;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -4%;
  z-index: 2;
}
hr.eds_style5 {
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.eds_boxParalax.eds_poslovneAplikacijePar::before {
  background-color: rgb(0, 60, 100);
}
.eds_boxParalax.eds_poslovneAplikacijePar .eds_box5 {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

@media (max-width: 768px) {
  div.eds_bottomBtn {
    position: static;
    transform: none;
    text-align: center;
  }
}
@media (max-width: 576px) {
  div.eds_bottomBtn .eds_btn {
    display: block;
    margin: 0.5rem 0 !important;
  }
}

@media (max-width: 576px) {
  .text-center .eds_btn {
    display: block;
  }
}
@media (max-width: 576px) {
  .text-center .eds_btn.eds_outlined {
    margin-right: 3px;
    margin-left: 3px;
  }
}