@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Thin"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto/Roboto-Black.woff2") format("woff2");
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 1.7;
}

.intro {
  padding: 60px 0;
  width: 100%;
  position: relative;
  z-index: 5;
}

.main {
  display: flex;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-image: url("../images/bg.jpg");
  background-position: top 20% center;
}
.main::after {
  content: "";
  position: absolute;
  background-color: rgba(11, 37, 92, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.img-area img {
  height: 130px;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-area img:last-child {
  margin-right: 0;
}

.title-holder {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 60px 14px;
}

.section-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
}
.section-subtitle a {
  color: #fff;
  font-weight: 600;
}
.section-subtitle:last-child {
  margin-bottom: 0;
}

.img-maintain {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}/*# sourceMappingURL=custom.css.map */