body {
  background-color: #F5F1ED; }

.chinese {
  font-family: "KaiTi";}

.navbar-brand img {
  max-width: 160px; }

.nav-item .nav-link {
  padding-left: 10px !important;
  padding-right: 10px !important; }
  @media only screen and (max-width: 769px) {
    .nav-item .nav-link {
      text-align: center; } }
  .nav-item .nav-link.active {
    color: #DA2A36 !important;
    position: relative; }
    .nav-item .nav-link.active:after {
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      height: 8px;
      width: 8px;
      background-color: #DA2A36;
      content: "";
      border-radius: 100%;
      margin: 8px auto auto; }
      @media only screen and (max-width: 769px) {
        .nav-item .nav-link.active:after {
          position: absolute;
          left: 36%;
          right: auto;
          display: block;
          height: 8px;
          width: 8px;
          background-color: #DA2A36;
          content: "";
          border-radius: 100%;
          margin-top: -17px;
          margin-left: auto; } }
  .nav-item .nav-link.contact {
    padding: 6px 26px !important;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    background-color: #DA2A36; }
    @media only screen and (max-width: 769px) {
      .nav-item .nav-link.contact {
        margin-left: auto;
        margin-right: auto; } }
  .nav-item .nav-link.lang a {
    color: black !important;
    text-decoration: none; }
    .nav-item .nav-link.lang a.active {
      color: #DA2A36 !important; }

.text-primary {
  color: #D3A255 !important; }

.btn-danger {
  background-color: #DA2A36 !important;
  border-color: #DA2A36 !important;
  width: 240px;
  padding: 10px 0; }

header {
  background-image: url("../img/header.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  header .header-content {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center; }
    header .header-content .header-content__inner {
      width: 100%; }
      header .header-content .header-content__inner h1 {
        margin-bottom: 60px; }
  header.about__header {
    background-image: url("../img/aboutBG.png"); }
  header.service__header {
    background-image: url("../img/servicesBG.png"); }
  header.contact__header {
    background-image: none; }
  @media only screen and (max-width: 769px) {
    header {
      background-position: left; } }

#features {
  padding: 140px 0;
  text-align: center; }
  #features.about__features h2 {
    font-size: 36px; }
  #features.about__features .row {
    margin-bottom: 60px; }
  #features h2 {
    font-size: 44px;
    font-weight: 300; }
  #features .icons-row {
    margin-top: 100px; }
  #features .features__icon {
    max-width: 200px;
    margin: auto; }
    #features .features__icon .features__icon__wrapper {
      margin-bottom: 16px; }
      #features .features__icon .features__icon__wrapper img {
        max-height: 80px;
        max-width: 80px; }
    #features .features__icon span {
      font-size: 24px; }
    @media only screen and (max-width: 769px) {
      #features .features__icon {
        margin-bottom: 80px; } }

#cta {
  background-image: url("../img/ctaBG.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0;
  text-align: center; }
  #cta h2 {
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 40px; }
  #cta .btn-danger {
    width: 240px;
    padding: 10px 0; }

#contact {
  padding: 100px 0; }
  #contact .contact-border {
    border: 1px solid #3A3A3A;
    padding: 60px; }
    #contact .contact-border .submit-btn {
      margin-bottom: -80px; }
    @media only screen and (max-width: 769px) {
      #contact .contact-border {
        border: none;
        padding: 18px; } }

footer {
  background-color: #D3A255;
  margin-top: 100px;
  padding: 20px 0; }
  @media only screen and (max-width: 769px) {
    footer .row > div {
      width: 100%;
      text-align: center;
      margin-bottom: 16px; } }
  footer .social {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer .social a {
      margin-left: 14px; }
      footer .social a img {
        height: 20px;
        width: 20px; }

.about__features {
  background-image: url("../img/bg-motif.png");
  background-size: 500px;
  background-position: 96% 90%;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 769px) {
    .about__features .container {
      text-align: center !important; }
      .about__features .container p {
        text-align: center; } }

.service__features {
  background-image: url("../img/bg-motif.png"), url("../img/bg-motif.png");
  background-size: 500px;
  background-position: 96% 90%, 6% 30%;
  background-repeat: no-repeat; }

.service-item {
  padding: 40px;
  margin-bottom: 160px; }
  .service-item .row {
    align-items: center; }
    .service-item .row.flex-row-reverse .text-wrapper {
      margin-left: auto;
      margin-right: -36%; }
    .service-item .row .text-wrapper {
      background: #fff;
      padding: 40px 70px;
      margin-left: -36%; }
      .service-item .row .text-wrapper h4 {
        font-size: 44px;
        font-weight: 300; }
  @media only screen and (max-width: 769px) {
    .service-item {
      padding: 0 !important; }
      .service-item .text-wrapper {
        margin: auto !important;
        padding: 14px !important; } }

.service-card {
  background-color: #F5F1ED;
  height: 100%; }
  .service-card .card-body {
    padding: 60px; }
    .service-card .card-body img {
      max-height: 60px;
      max-width: 60px; }
    .service-card .card-body p {
      margin-bottom: 0; }
    .service-card .card-body .content {
      padding-top: 28px; }

.map-wrapper {
  min-height: 300px; }

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