@font-face {
  font-family: MabryPro;
  src: url("../fonts/MabryPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #38486e;
  font-family: "MabryPro";
  font-size: 18px;
  background: #fff;
  padding: 0;
  margin: 0;
}

.navbar {
  background: #fff;
}

.navbar .navbar-brand {
  margin-right: 40px;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff6f1f;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    text-align: center;
  }
}

.navbar-toggler {
  padding: 0;
  border: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff !important;
}

.navbar-toggler .navbar-toggler-icon {
  width: 2em !important;
  height: 2em !important;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a, input[type=button], input[type=submit] {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn.btn-orange {
  background: #ff6f1f;
  color: #fff;
}

.btn.btn-orange:hover {
  background: #f2681f;
}

a {
  text-decoration: none;
  color: #084c9f;
}

a:hover {
  color: #ff6f1f;
}

.btn-block {
  display: block;
  width: 100%;
}

.mar-t-30 {
  margin-top: 30px;
}

div.home-wrapper {
  background: #f9f3f0;
  padding: 60px 0;
}

div.home-wrapper h1 {
  font-size: 56px;
  margin-bottom: 30px;
  color: #084c9f;
}

div.services-wrapper {
  background: #f9f3f0;
  padding-top: 30px;
  padding-bottom: 60px;
}

div.services-wrapper .service-box {
  display: block;
  background: #fff;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  padding: 32px;
  font-size: 1vw;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #38486e;
}

div.services-wrapper .service-box:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  -webkit-box-shadow: 0 0 10px #9e9e9e4d;
          box-shadow: 0 0 10px #9e9e9e4d;
}

div.services-wrapper .service-box .img {
  height: 48px;
  display: inline-block;
  margin-bottom: 20px;
}

div.services-wrapper .service-box span.title {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 24px;
  color: #084c9f;
  font-weight: 500;
  line-height: 1.1;
}

div.services-wrapper .service-box span.description {
  display: inline-block;
  color: #38486e;
  line-height: 1.33;
  font-size: 18px;
}

.breadcrumb-wrapper {
  background: #f9f3f0;
  padding: 10px 0;
}

.breadcrumb-wrapper a {
  text-decoration: none;
}

.breadcrumb-wrapper li.breadcrumb-item a {
  color: #38486e;
  font-size: 16px;
}

.breadcrumb-wrapper li.breadcrumb-item a:hover {
  color: #ff6f1f;
}

.breadcrumb-wrapper li.breadcrumb-item.active {
  color: #084c9f;
  font-size: 16px;
}

.breadcrumb-wrapper .breadcrumb {
  margin-bottom: 0;
}

div.footer-wrapper {
  background: #fff;
  padding: 30px 0;
}

/* Services */
.ekatte-search-wrapper {
  background: #f9f3f0;
  padding: 30px 0;
}

.ekatte-search-wrapper h1 {
  font-size: 56px;
  margin-bottom: 30px;
  color: #084c9f;
}

.ekatte-search-wrapper form {
  margin-top: 30px;
}

.ekatte-search-wrapper .table {
  margin-top: 30px;
}

.ekatte-wrapper {
  background: #f9f3f0;
  padding: 30px 0;
}

.ekatte-wrapper h1 {
  font-size: 56px;
  margin-bottom: 30px;
  color: #084c9f;
}

.ekatte-wrapper table {
  margin-bottom: 0px;
}

.ekatte-wrapper #map-canvas {
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.calendar-wrapper {
  background: #f9f3f0;
  padding: 30px 0;
}

.calendar-wrapper h1 {
  font-size: 56px;
  margin-bottom: 30px;
  color: #084c9f;
}

.calendar-wrapper form {
  margin-top: 30px;
}

.calendar-wrapper .table {
  margin-top: 30px;
}
/*# sourceMappingURL=main.css.map */