*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  padding: 0;
  margin: 0;
}

#hero {
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url("../img/hero-img.png");
  background-position: center;
}

#hero #content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 768px;
  height: auto;
}

#hero #content .title {
  position: relative;
  width: 100%;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 42px;
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  font-weight: 300;
  float: left;
  letter-spacing: 1px;
}

#hero #content .sub-title {
  position: relative;
  width: 100%;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 18px;
  text-align: center;
  color: #709be7;
  font-weight: 400;
  float: left;
}

#navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

#navbar .logo {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  float: left;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

#navbar .logo:hover {
  opacity: 0.7;
}

#btn-section {
  position: relative;
  width: 100%;
  height: 50px;
  float: left;
  margin-top: 48px;
}

#btn-section .btn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 50px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

#btn-section .white {
  color: #1a47b0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}

#btn-section .white:hover {
  -webkit-box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.2);
}

#btn-section .blue {
  color: #ffffff;
  background: #10337a;
  background: -moz-linear-gradient(45deg, #10337a 0%, #143c99 100%);
  background: -webkit-linear-gradient(45deg, #10337a 0%, #143c99 100%);
  background: -o-linear-gradient(45deg, #10337a 0%, #143c99 100%);
  background: linear-gradient(45deg, #10337a 0%, #143c99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10337a', endColorstr='#143c99',GradientType=1 );
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

#btn-section .blue:hover {
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

#services {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url("../img/services-bg.png");
  background-position: center;
}

#services .anniversary {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 64px;
  background-image: url("../img/30-godina.png");
  background-size: cover;
}

#services .primary {
  position: relative;
  width: 1170px;
  height: auto;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 64px;
}

#services .secondary {
  position: relative;
  width: 1170px;
  height: auto;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 64px;
}

#services .card {
  position: relative;
  width: 260px;
  height: 200px;
  margin: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  float: left;
}

#services .card .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  height: auto;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 18px;
  text-align: center;
  color: #0f358e;
  font-weight: 400;
  float: left;
}

hr {
  width: 1170px;
  background-color: #0f348e;
  border-color: #0f348e;
  opacity: 0.1;
}

#footer {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../img/footer-bg.png");
  background-position: right;
}

#footer .address {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 320px;
  height: auto;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  line-height: 32px;
}

#contact {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/contact-hero.png");
  background-position: center;
  padding: 128px 0;
}

#contact .form-content {
  position: relative;
  width: 1170px;
  height: auto;
  margin: 0 auto;
}

#contact .form-content .text {
  position: absolute;
  top: 128px;
  left: 0;
  max-width: 468px;
  height: auto;
  float: left;
}

#contact .form-content .text .title {
  position: relative;
  width: 100%;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 42px;
  text-align: left;
  line-height: 52px;
  color: #ffffff;
  font-weight: 300;
  float: left;
  margin-top: 24px;
  letter-spacing: 1px;
}

#contact .form-content .text .label {
  position: relative;
  width: 100%;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 18px;
  text-align: left;
  color: #709be7;
  font-weight: 400;
  float: left;
}

#contact .form-content .form {
  position: relative;
  width: 468px;
  height: auto;
  float: right;
  background: #ffffff;
  -webkit-box-shadow: 40px 40px 80px 0 rgba(2, 8, 22, 0.3);
     -moz-box-shadow: 40px 40px 80px 0 rgba(2, 8, 22, 0.3);
          box-shadow: 40px 40px 80px 0 rgba(2, 8, 22, 0.3);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 32px;
}

#contact .form-content .form .input-fields {
  position: relative;
  width: 404px;
  height: auto;
}

#contact .form-content .form .input-fields input {
  height: 48px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #DDDFE7;
  padding: 0 16px;
  line-height: 48px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1A1C22;
  float: left;
  margin-top: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

#contact .form-content .form .input-fields .small {
  width: 194px;
  margin-top: 0 !important;
}

#contact .form-content .form .input-fields .large {
  width: 404px;
}

#contact .form-content .form .input-fields textarea {
  height: 144px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #DDDFE7;
  padding: 16px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #1A1C22;
  float: left;
  margin-top: 16px;
  resize: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

#contact .form-content .form .input-fields ::-webkit-textarea-placeholder, #contact .form-content .form .input-fields ::-webkit-input-placeholder {
  /* Chrome */
  color: #9398A4;
}

#contact .form-content .form .input-fields textarea:focus, #contact .form-content .form .input-fields input:focus {
  outline: none;
  border: 1px solid #0F358E;
}

#contact .form-content .form .input-fields .btn-contact {
  width: 404px;
  height: 50px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  float: left;
  margin-top: 32px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  background: #10337a;
  background: -moz-linear-gradient(45deg, #10337a 0%, #143c99 100%);
  background: -webkit-linear-gradient(45deg, #10337a 0%, #143c99 100%);
  background: -o-linear-gradient(45deg, #10337a 0%, #143c99 100%);
  background: linear-gradient(45deg, #10337a 0%, #143c99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10337a', endColorstr='#143c99',GradientType=1 );
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

#contact .form-content .form .input-fields .btn-contact:hover {
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

.error {
  margin-top: 32px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 14px;
  text-align: left;
  color: #f43030;
  font-weight: 400;
}

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

.error ul li {
  margin-top: 8px;
 }

.contact_info {
  position: relative;
  width: 100%;
  height: auto;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  text-align: left;
  color: #0f358e;
  line-height: 24px;
  font-weight: 400;
  float: left;
  margin-bottom: 32px;
  z-index: 10;
}

a {
  color: #0f358e;
}
/*# sourceMappingURL=style.css.map */
