@font-face {
  font-family: Montserrat;
  src: url("../fonts/static/Montserrat-Regular.ttf");
}
* {
  font-family: Montserrat !important;
}

body {
  scroll-behavior: smooth;
}

header {
  background-color: #333333;
}
header form {
  float: left;
}
header form label {
  display: none;
}
header #mod-custom164 {
  background-repeat: no-repeat;
  height: 900px;
  background-position: center;
  background-color: #fff;
}

.navbar .mod-menu > li {
  float: left;
}

.navigation_1 {
  margin-top: 50px;
  margin-bottom: 0px;
}
.navigation_1 .form-control {
  border-radius: 0px;
}
.navigation_1 input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
}
.navigation_1 input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.navigation_1 .mod-menu > li > a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.2em;
}
.navigation_1 .mod-menu > li > a:hover {
  background-color: #333333;
}

.navigation_2 .mod-menu > li > a {
  font-size: 1.8em;
  color: #fff;
}
.navigation_2 .mod-menu > li > a:hover {
  background-color: #333333;
}
.navigation_2 .mod-menu > li ul {
  display: none;
}
.navigation_2 .mod-menu > li ul li a {
  height: 100%;
  width: 100%;
  display: block;
  padding: 15px;
}
.navigation_2 .mod-menu > li:hover ul {
  display: block;
  position: absolute;
  z-index: 2;
  background-color: #3151aa;
}
.navigation_2 .mod-menu__sub {
  width: 100%;
}
.navigation_2 .mod-menu__sub li a {
  color: #000;
}
.navigation_2 .mod-menu__sub li a:hover {
  color: #000;
  text-decoration: none;
}

.services {
  background-color: #1738a1;
  color: #fff;
}
.services .container > div {
  margin: 40px 0px;
}
.services .container > div > div img, .services .container > div > div p, .services .container > div > div h2 {
  text-align: center;
  margin: 0 auto;
}
.services .container > div > div h2 {
  padding: 20px 0px;
}
#mod-custom171 {
  text-align: center;
  font-size: 3.75rem;
  margin-top: 100px;
  margin-bottom: 100px;
}

#mod-custom166 {
  font-size: 3rem;
  font-style: italic;
  margin-bottom: 100px;
  margin-top: 100px;
}
#mod-custom166 h2 {
  font-size: 5rem;
  font-style: normal;
}

#mod-custom165 {
  will-change: transform, opacity;
  animation-duration: 1750ms;
}

#mod-custom176, #mod-custom177, #mod-custom178 {
  background-color: #fff;
  color: #000;
  border-radius: 15px;
}
#mod-custom176 p img, #mod-custom177 p img, #mod-custom178 p img {
  border-radius: 50%;
  margin-top: -30px;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
}

#mobile {
  width: 50px;
  height: 30px;
  float: left;
  display: none;
  background-color: #333333;
}

@media only screen and (max-width: 1023px) {
  .mobile {
    display: block !important;
  }
  .navigation_1, .navigation_2 {
    display: none;
  }
  .navigation_1 li, .navigation_2 li {
    width: 100%;
  }
}

/*# sourceMappingURL=template.css.map */
