/* line 8, css/style.scss */
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  background-color: #fff;
  width: 100%;
  color: #000;
}

/* line 18, css/style.scss */
input, textarea {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

/* line 23, css/style.scss */
ul, li {
  margin: 0;
  padding: 0;
}

/* line 28, css/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 36, css/style.scss */
a {
  text-decoration: none;
}

/* line 40, css/style.scss */
a:hover {
  text-decoration: none;
}

/* line 44, css/style.scss */
a:focus {
  outline: none;
}

/* HEADER */
/* line 51, css/style.scss */
.header {
  width: 100%;
  background-color: #3b3b3b;
  height: 70px;
  text-align: center;
}

/* line 58, css/style.scss */
a.logo {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 25px;
  height: 70px;
  line-height: 70px;
  width: 333.33333px;
  text-align: left;
}

/* line 69, css/style.scss */
.nav {
  display: inline-block;
  vertical-align: middle;
  width: 666.66667px;
  text-align: right;
}

/* line 76, css/style.scss */
.nav ul {
  list-style-type: none;
}

/* line 80, css/style.scss */
.nav li {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 5px solid #3b3b3b;
  border-top: 5px solid #3b3b3b;
}

/* line 90, css/style.scss */
.nav li:hover {
  border-bottom: 5px solid #03a286;
}

/* line 94, css/style.scss */
img.bg {
  margin: auto;
  display: block;
  max-width: 100%;
}

/* BANNER SECTION */
/* line 103, css/style.scss */
.banner {
  width: 100%;
  height: 200px;
  background-color: #03a286;
  text-align: center;
}

/* line 110, css/style.scss */
.banner .section {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  margin-top: -71.42857px;
  width: 200px;
}

/* line 118, css/style.scss */
.banner .section i {
  display: inline-block;
  vertical-align: top;
  border: 10px solid #03a286;
  width: 142.85714px;
  height: 142.85714px;
  border-radius: 50%;
  background-color: #fff;
}

/* line 128, css/style.scss */
.banner .section i[class^="icon-"]:before {
  font-size: 60px;
  color: #3b3b3b;
  line-height: 117.64706px;
  width: auto;
  margin: 0;
  padding: 0;
}

/* line 137, css/style.scss */
.banner .section h3 {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

/* line 143, css/style.scss */
.banner .section p {
  font-size: 13px;
  color: #3b3b3b;
}

/* SECTIONS */
/* line 151, css/style.scss */
.main .section {
  width: 100%;
  padding: 100px 0px;
  text-align: center;
}

/* line 157, css/style.scss */
.main .section.light {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* line 162, css/style.scss */
.main .section.dark {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

/* line 167, css/style.scss */
.main .section i {
  display: inline-block;
  vertical-align: middle;
  font-size: 150px;
  color: #03a286;
}

/* line 174, css/style.scss */
.main .section .text {
  display: inline-block;
  vertical-align: middle;
  width: 750px;
  text-align: left;
}

/* line 181, css/style.scss */
.main .section.light .text {
  margin-left: 50px;
}

/* line 185, css/style.scss */
.main .section.dark .text {
  margin-right: 50px;
}

/* line 189, css/style.scss */
.main .section .text h2 {
  font-size: 35px;
  font-weight: normal;
  color: #03a286;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

/* line 198, css/style.scss */
.main .section .text h2:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  border-bottom: 3px dotted #03a286;
}

/* line 209, css/style.scss */
.main .section .text p {
  font-size: 17px;
  color: #3b3b3b;
  padding-bottom: 10px;
}

/* CONTACT FORM */
/* line 219, css/style.scss */
.contact {
  width: 100%;
  padding: 40px 0px 80px 0px;
  background-color: #03a286;
  text-align: center;
}

/* line 226, css/style.scss */
.contact h2 {
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 70px;
}

/* line 233, css/style.scss */
.contact .left, .contact .right {
  width: 450px;
  max-width: 90%;
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px;
}

/* line 241, css/style.scss */
.contact input, .contact textarea {
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  font-size: 13px;
  margin-bottom: 10px;
  border: 3px solid #04edc4;
}

/* line 250, css/style.scss */
.contact textarea {
  height: 151px;
}

/* line 254, css/style.scss */
.contact input[type="submit"] {
  display: inline-block;
  margin-top: 20px;
  width: 925px;
  max-width: 90%;
  padding: 6px 5px 8px 5px;
  font-size: 17px;
  background-color: #02705d;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
}

/* FOOTER */
/* line 270, css/style.scss */
.footer {
  width: 100%;
  padding: 10px 10px;
  background-color: #3b3b3b;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

/* line 279, css/style.scss */
.footer a {
  color: #fff;
}

@media all and (max-width: 1050px) and (min-width: 0px) {
  /* line 288, css/style.scss */
  .header {
    height: auto;
  }

  /* line 292, css/style.scss */
  a.logo {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #03a286;
    font-size: 22px;
  }

  /* line 299, css/style.scss */
  .nav {
    width: 100%;
    text-align: center;
  }

  /* line 304, css/style.scss */
  img.bg {
    display: none;
  }

  /* line 308, css/style.scss */
  .banner {
    display: none;
  }

  /* line 313, css/style.scss */
  .main .section {
    padding: 50px 0px;
  }

  /* line 317, css/style.scss */
  .main .section i {
    display: none;
  }

  /* line 321, css/style.scss */
  .main .section .text {
    width: 90%;
    margin: 0 5% !important;
  }

  /* line 328, css/style.scss */
  .contact .left, .contact .right {
    margin: 0px;
  }
}
