@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans HK Regular";
  src: local(NotoSansHK-Regular), url(../fonts/NotoSansHK-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans HK Medium";
  src: local(NotoSansHK-Medium), url(../fonts/NotoSansHK-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans HK Bold";
  src: local(NotoSansHK-Bold), url(../fonts/NotoSansHK-Bold.otf) format("opentype");
}
html, body {
  height: 100%;
  width: 100%;
  font-family: "Noto Sans HK Regular";
}

.block-heading {
  padding-top: 40px;
}
.block-heading .text-info {
  color: #0071bc !important;
  font-size: 1.5rem;
  padding-bottom: 10px;
  text-align: center;
  background-image: url(../img/graphic.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  margin-bottom: 30px;
}
.block-heading .text-info-no-underline {
  color: #0071bc !important;
  font-size: 1.5rem;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.main-content {
  letter-spacing: 2px;
}
.main-content .subtitle {
  color: #0071bc;
  font-size: 1.1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main-content .point-list {
  list-style-type: dist;
  padding-left: 1em;
}

.highlight {
  color: #29abe2;
  display: inline;
}

.input-label {
  color: #0071bc;
  margin-bottom: 0;
}

.form-control {
  border: none;
  background-color: #f0f0f0;
}

.hover-enabled:hover {
  cursor: pointer;
}

.main-page .services .container {
  padding-left: 70px;
  padding-right: 70px;
}
.main-page .services .container .clean-card {
  box-shadow: none;
  border: none;
}
.main-page .services .container .clean-card img {
  max-width: 620px;
}
.main-page .services .container .clean-card .info {
  padding-top: 15px;
}
.main-page .services .container .clean-card .info p {
  color: #0071bc;
}
.main-page .about-us {
  background-color: #29abe2;
}
.main-page .about-us .container {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 40px;
}
.main-page .about-us .container h2, .main-page .about-us .container p {
  letter-spacing: 0.2em;
  padding-bottom: 1em;
  color: #fff;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  text-align: left;
  margin-left: 0;
}
.main-page .about-us .container h2 {
  font-size: 1.5rem;
  font-family: "Noto Sans HK Bold";
}
.main-page .about-us .container p {
  font-size: 1rem;
  line-height: 2rem;
  max-width: none;
}
.main-page .about-us .container .btn-contact {
  background-color: #fff;
  color: #0071bc;
  letter-spacing: 0.2em;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.main-page .contact-us {
  background-color: #cccccc;
  padding-top: 50px;
}
.main-page .contact-us .container {
  padding-left: 70px;
  padding-right: 70px;
}
.main-page .contact-us .container .left-side, .main-page .contact-us .container .right-side {
  padding-bottom: 0;
}
.main-page .contact-us .container .contact-us-aim {
  padding-left: 100px;
}
.main-page .contact-us .container .contact-us-aim ul {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
  list-style-type: none;
}
.main-page .contact-us .container .contact-us-aim ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-page .contact-us .container .contact-us-aim ul li::before {
  content: "•";
  color: #29abe2;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5em;
}
.main-page .contact-us .container .map-block {
  padding: 1rem;
}

@media screen and (min-width: 576px) {
  .clean-block {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-page .contact-us .contact-us-aim {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .main-page .services .container, .main-page .about-us .container, .main-page .contact-us .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-page .about-us .container h2, .main-page .about-us .container p {
    margin-left: auto;
    text-align: center;
  }
  .main-page .about-us .container .contact-block {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  .main-page .about-us .container .contact-block .btn-contact {
    position: relative;
    left: auto;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .main-page .contact-us .container .left-side {
    padding-bottom: 10px;
  }
  .main-page .contact-us .container .contact-us-aim {
    padding-left: 0;
    text-align: center;
  }
  .main-page .contact-us .container .contact-us-aim ul {
    padding-left: 0;
  }
  .main-page .contact-us .container .contact-us-aim ul li::before {
    content: none;
  }
}

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