@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-display: swap;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body {
  margin: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
html {
  scroll-behavior: smooth;
}
a {
  color: black;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: black;
}

.nav-holder {
  position: absolute;
  top: -91px;
  left: 0;
  width: 100%;
  height: 91px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px #e7e7e7;
  transition: background-color 0.5s ease, top 0.5s ease;
}
.nav-holder.nav-unfixed {
  box-shadow: none;
}
.nav-burger {
  height: 40px;
  width: 40px;
  height: 100%;
  margin: 0;
  float: right;
  margin-top: 25px;
  margin-right: 25px;
  display: none;
}
.nav-burger svg:nth-child(2) {
  display: none;
}
.burger-active svg:nth-child(1) {
  display: none;
}
.burger-active svg:nth-child(2) {
  display: block;
}
.nav-burger svg {
  fill: white;
}
.nav-fixed .nav-burger {
  margin-top: 15px;
  margin-right: 15px;
}
.nav-fixed .nav-burger svg {
  fill: black;
}
li a {
  width: 100%;
  height: 100%;
  display: block;
}
.nav-fixed {
  top: 0;
  position: fixed;
  height: 65px;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.5s ease;
}
.nav-unfixed {
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.nav-inner {
  max-width: 1264px;
  height: 100%;
  margin: 0px auto;
}
.logo-holder {
  display: block;
  height: 100%;
  width: fit-content;
  text-decoration: none;
  padding-right: 10px;
  color: white;
  font-weight: 600;
  font-size: 26px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  background-color: transparent !important;
}
.logo-holder span {
  display: block;
  float: right;
  height: auto;
}
.nav-list {
  height: 100%;
  margin: 0;
  float: right;
  display: block;
}
.nav-list li a {
  color: white;
  background-color: transparent;
}
.nav-list li {
  float: left;
  display: inline;
  margin-left: 22px;
  margin-right: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  height: calc(100% - 1px);
  line-height: 89px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-list li:first-child {
  margin-left: 0;
}
.nav-list li:last-child {
  margin-right: 42px;
}
.li-active {
  box-shadow: inset 0 -2px #0271e3;
}
.li-active a {
  color: #0271e3 !important;
}
.nav-list li:hover {
  box-shadow: inset 0 -2px #0271e3;
}
.nav-list li:hover a {
  color: #0271e3;
}
.nav-fixed li a {
  color: black;
}
.nav-fixed li {
  line-height: 61px;
  height: calc(100% - 3px);
}
.nav-fixed .logo-holder span {
  line-height: 64px;
  font-size: 22px;
  color: black;
  box-shadow: none;
}
/* .logo-svg {
  height: 64px;
  padding: 13px 17px 13px 32px;
} */
.nav-fixed .logo-svg {
  height: 48px;
  padding: 9px 10px 8px 32px;
  transition: all 0.5s ease;
}
.nav-unfixed .logo-svg {
  height: 64px;
  padding: 13px 17px 13px 32px;
  transition: all 0.5s ease;
}
.section-subs {
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #214b75;
  margin-top: 103px;
  padding: 10px;
  overflow: hidden;
}
.section-subs-holder {
  width: 1120px;
  text-align: center;
  height: fit-content;
}
.section-subs-holder h2 {
  height: 108px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: bold;
}
.sub-section-body {
  width: 100%;
  height: 100%;
}
.card-holder {
  margin: 11px;
  display: inline-block;
  padding-bottom: 10px;
  display: inline-flex;
}
.card-holder.col-2 svg {
  width: 100px;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.card-holder.col-3 svg {
  width: 80px;
  height: 80px;
  margin-top: 21px;
  margin-bottom: 8px;
}
.card-title {
  font-size: 20px;
  font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
  padding: 25px 10px 0px 10px;
}
.card-description {
  color: #575757;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
  margin-top: 30px;
  padding: 0 10px 0 10px;
}
.col-3 {
  width: calc(100% / 3 - 22px);
}
.col-2 {
  width: 365px;
}
.col-3 .card {
  height: 186px;
}
.col-2 .card {
  height: 334px;
}
.card {
  border: 1px solid #f2f6f9;
  width: 100%;
  background-color: #f2f6f9;
  border-radius: 6px;
  box-shadow: 3px 3px 7px -5px rgb(0 0 0 / 50%);
  transition: all 0.3s;
}
.card:hover {
  border: 1px solid #f2f6f9;
  width: 100%;
  background-color: #f2f6f9;
  border-radius: 6px;
  box-shadow: 6px 6px 14px -7px rgb(0 0 0 / 50%);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* footer {
	margin-top: 60px;
	background-color: #272727;
} */
/* .footer-contact,
.footer-phone,
.footer-mail {
  color: white;
}
.footer-phone,
.footer-mail {
  text-align: center;
  font-size: 15px;
  font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
  padding-top: 7px;
}
.footer-mail {
  padding-top: 9px;
}
.footer-contact {
  background-image: linear-gradient(#000000b8, #000000b8), url(../../include/images/footer.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 317px;
  overflow: hidden;
}
.footer-copyright-holder {
  margin: auto;
  max-width: 1264px;
}
.footer-logo-holder {
  margin: auto;
  width: fit-content;
}
.footer-logo {
  padding-top: 47px;
}
.footer-logo span {
  display: block;
  float: right;
  height: 100%;
  line-height: 105px;
  font-size: 34px;
}
.footer-logo svg {
  height: 79px;
  padding-left: 0;
  padding-right: 26px;
}
.footer-copyright {
  height: 81px;
  color: #909090;
  line-height: 81px;
  font-size: 12px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
} */
.scroll-top {
  z-index: 1;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 31px;
  bottom: 31px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  cursor: pointer;
  display: none;
  animation: scrill-animation 1.5s;
  animation-timing-function: ease;
}
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

.scroll-top svg {
  fill: #dfdfdf;
  padding: 15px;
}
@keyframes scrill-animation {
  0% {
    bottom: 31px;
  }
  10% {
    bottom: 31px;
  }
  20% {
    bottom: 51px;
  }
  30% {
    bottom: 51px;
  }
  40% {
    bottom: 31px;
  }
  47% {
    bottom: 46px;
  }
  57% {
    bottom: 31px;
  }
  61% {
    bottom: 36px;
  }
  74% {
    bottom: 31px;
  }
  100% {
    bottom: 31px;
  }
}
.sub-section-body-wrapper {
  display: inline-flex;
}
#f-element.animate-section .card-holder:first-child .card {
  animation: f-animate-left 1.5s;
  animation-timing-function: ease;
}
#f-element.animate-section .card-holder:last-child .card {
  animation: f-animate-right 1.5s;
  animation-timing-function: ease;
}
#s-element.animate-section .card-holder {
  animation: f-animate-left 1.3s;
  animation-timing-function: ease;
}
#t-element.animate-section .card-holder {
  animation: f-animate-left 1.3s;
  animation-timing-function: ease;
}
@keyframes f-animate-left {
  0% {
    position: relative;
    left: -300%;
  }
  50% {
    position: relative;
    left: 7%;
  }
  63% {
    position: relative;
    left: -7%;
  }
  70% {
    position: relative;
    left: 1%;
  }
  83% {
    position: relative;
    left: -3%;
  }
  100% {
    position: relative;
    left: 0px;
  }
}

@keyframes f-animate-right {
  0% {
    position: relative;
    right: -300%;
  }
  50% {
    position: relative;
    right: 7%;
  }
  63% {
    position: relative;
    right: -7%;
  }
  70% {
    position: relative;
    right: 1%;
  }
  83% {
    position: relative;
    right: -3%;
  }
  100% {
    position: relative;
    right: 0px;
  }
}
.animate-footer {
  animation: animate-footer 0.6s;
  animation-timing-function: ease;
}
@keyframes animate-footer {
  0% {
    position: relative;
    top: -140px;
    opacity: 0;
  }
  15% {
    position: relative;
    top: -140px;
    opacity: 0;
  }
  20% {
    position: relative;
    top: -140px;
    opacity: 0;
  }
  25% {
    position: relative;
    top: -140px;
    opacity: 0;
  }
  95% {
    position: relative;
    top: 0px;
    opacity: 1;
  }
  100% {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}

.modal-login {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #00000070;
  display: none;
}
/* .login-modal-holder {
  margin: 0 auto;
  max-width: 300px;
  padding: 26px 24px 36px;
  box-shadow: 2px 2px 3px rgb(0 0 0 / 25%);
  border-radius: 5px;
  border: 1px solid #ddd;
} */
.contact-form svg {
  width: 20px;
  position: absolute;
  left: 6px;
  top: -1px;
}
.placeholder {
  position: absolute;
  top: 0;
  left: 6px;
  transform: translateY(0px);
  font-size: 0.825em;
  transition-duration: 300ms;
  color: #575757;
  font-size: 15px;
  cursor: text;
  user-select: none;
}
.login-modal-holder .placeholder {
  left: 35px;
}
.login-modal-holder form .login-modal-input {
  padding: 11px;
  width: calc(100% - 20px);
  margin-bottom: 20px;
}
.login-modal-button {
  width: 100%;
  height: 36px;
  background-color: #0170e2;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
}
label {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}
input {
  outline: none;
}
label:focus-within > .placeholder,
input:not(:placeholder-shown) + .placeholder {
  color: #575757;
  transform: translateY(-24px);
  font-size: 12px;
}

/* .checkbox-login-holder {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 50px;
}
.checkbox-login-holder p {
  margin: 0;
  padding-left: 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #575757;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
} */
.active-modal {
  display: block;
}
.modal-holder {
  position: absolute;
  width: 340px;
  height: 560px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
  box-shadow: rgb(149 157 165) 0px 0px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-wrapper {
  padding: 30px;
}
.modal-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background: black;
  z-index: 99;
  cursor: pointer;
}
.modal-close svg {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  fill: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-us {
  width: 50%;
  float: left;
}
.modal-title {
  width: 100%;
}
.modal-title-wrapper {
  padding: 35px;
  font-size: 22px;
}
.modal-wrapper {
  height: inherit;
}
.contact-us input,
.contact-form input,
.contact-us textarea {
  background-color: #eeeeee;
  display: inline-block;
  width: calc(100% - 10px);
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-top: 23px;
}
.contact-form input {
  background-color: #ffffff !important;
  text-indent: 30px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: initial;
}
@media (max-width: 768px) {
  .sub-section-body-wrapper {
    display: block;
  }
  .card-holder {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .nav-list li {
    display: block;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .nav-list li:first-child {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .nav-list li a {
    color: black;
  }
  .li-active {
    padding-left: 10px !important;
  }
  .nav-list {
    width: 100%;
    background-color: white;
    position: fixed;
    top: 64px;
    display: none;
    height: auto;
    transition: all 0.5s;
    padding-left: 0px;
  }
  .nav-unfixed .nav-list {
    top: 90px;
  }
  .nav-burger {
    display: block;
  }
  .modal-holder {
    height: 94%;
    width: 94%;
    min-height: 360px;
    max-height: 360px;
  }
  .checkbox-login-holder {
    margin-bottom: 0px;
  }
  .login-modal-holder {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .modal-title-wrapper {
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
body {
  background: rgb(247 247 247);
}
.login-header {
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  height: 86px;
}
.login-header .logo-holder {
  display: flex;
  align-items: center;
  margin-left: 135px;
}
.login-header .logo-holder .logo-svg {
  height: 48px;
}
.login-header .logo-holder span {
  color: #241c15;
  margin-left: 15px;
}
.section-header {
  width: 100%;
  height: 131px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(120deg, #3652d150 13%, #37acd350 93%), url(../../include/images/header.webp);
  position: relative;
}
.section-subs {
  margin-top: 0;
}
.section-subs-holder .contact-form {
  text-align: left;
}
.modal-wrapper {
  margin: 100px 0;
}
.login-modal-holder {
  width: 570px;
  margin: 0 auto;
  padding: 40px 70px 70px 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  box-shadow: 0px 4px 120px rgba(145, 186, 131, 0.1);
  border-radius: 4px;
  color: #241c15;
}
.login-modal-holder h1 {
  font-size: 40px;
  color: #241c15;
  text-align: left;
}
/* Stari css iz modala */
.contact-form svg {
  width: 20px;
  position: absolute;
  left: 6px;
  top: -1px;
}
.login-modal-holder form .login-modal-input {
  padding: 11px;
  width: calc(100% - 20px);
  margin-bottom: 20px;
}
.login-modal-button {
  width: 100%;
  height: 56px;
  background-color: #044da3;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  font-size: 18px;
}
label {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}
input {
  outline: none;
}
label:focus-within > .placeholder,
input:not(:placeholder-shown) + .placeholder {
  color: #575757;
  transform: translateY(-24px);
  font-size: 18px !important;
}
.custom-field svg {
  margin-left: 21px;
}
.checkbox-login-holder {
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
}
.checkbox-login-holder p {
  margin: 0;
  padding-left: 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #575757;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.contact-form input {
  background-color: #eeeeee;
  display: inline-block;
  width: calc(100% - 10px);
  box-sizing: border-box;
  padding: 15px 45px 15px 25px;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.contact-form input {
  background-color: #ffffff !important;
  text-indent: 30px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: initial;
}
.show-hide-password {
  position: absolute;
  right: 0px;
  top: -14px;
  width: 50px;
  height: 48px;
  cursor: pointer;
}
.show-hide-password svg {
  margin-left: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.glober-label {
  display: block;
  margin: 10px 0;
  margin-top: 23px;
}
.glober-label-redirect {
  display: block;
  margin: 10px 0;
  margin-top: 23px;
  font-weight: 100;
}
input {
  margin-top: 0px !important;
}
input:-ms-input-placeholder {
  font-size: 20px !important;
}
.error-login {
  border-bottom: unset;
  font-weight: 400;
  color: red;
  font-size: 12px;
  text-align: start;
}
footer {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(231, 231, 231) 0px -1px 0px;
}
.footer-logo-holder {
  padding-top: 48px;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin: 0px 135px;
  border-bottom: 1px solid rgb(229, 229, 229);
}
.logo-text {
  display: flex;
  align-items: center;
}
.footer-logo .logo-svg {
  height: 48px;
  margin-left: 0px;
}
.logo-text span {
  font-size: 30px;
  font-weight: 700;
  margin-left: 15px;
}
.glober-mail {
  margin-top: 25px;
}
.footer-copyright-holder {
  margin: 0px 135px;
}
.footer-copyright {
  height: 81px;
  color: rgb(142, 144, 151);
  line-height: 81px;
  font-size: 14px;
}
.button-disabled {
	opacity:0.25 !important;
}
.button-animate {
	width: 98%;
	opacity: 1;
	transition: opacity 300ms;
	margin-top: 40px;
}
.checkbox-fade {
	opacity: 1;
	animation: fade 400ms ease-out forwards;
}
.generate-new {
	border-radius: 50%;
	user-select: none;
}
.f-anim {
	animation: rot 400ms ease-out forwards;
}

@keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.announce {
	margin-top: 0px;
    margin-bottom: 5px;
}
.button-disabled:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}




@media (max-width: 768px) {
  .login-header .logo-holder {
    margin-left: 20px;
  }
  .modal-wrapper {
    margin: 70px 0;
  }
  .login-modal-holder {
    width: 335px;
	padding: 40px 20px 70px 20px;

  }
  .login-modal-holder h1 {
    font-size: 32px;
  }
  .footer-logo {
    flex-direction: column;
    align-items: start;
    margin: 0px 20px;
  }
  .logo-text {
    margin-bottom: 40px;
  }
  .footer-copyright-holder {
    margin: 0 20px;
  }
}
