html, body {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden !important;
  max-width: 100% !important;
  color: #22262D; }

#loading_div {
  background-color: #DDEBF2;
  text-align: center;
  padding-top: calc(50vh - 150px);
  padding-bottom: calc(50vh - 150px); }

.fw-section {
  background: transparent;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: calc(50vw - 250px);
  padding-right: calc(50vw - 250px); }
  .fw-section#intro {
    background-image: url(/img/intro_bg.png); }
  .fw-section#process {
    background-image: url(/img/process_bg.png); }
  .fw-section#service {
    background-image: url(/img/service_bg.png); }
  .fw-section#works {
    background-image: url(/img/works_bg.png); }
  .fw-section#contact {
    background-image: url(/img/contact_bg.png); }
  .fw-section#w_intro {
    background-image: url(/img/w_intro_bg.png); }
  .fw-section#w_challenge {
    background-image: url(/img/w_challenge_bg.png); }
  .fw-section .col-lg-5 {
    z-index: 1; }
  .fw-section .fw-container {
    height: 100%; }
    .fw-section .fw-container .fw-logo {
      z-index: 1000;
      position: absolute;
      height: 36px;
      margin: 30px 20px; }
    .fw-section .fw-container .section-title {
      width: 147px;
      font-size: 16px;
      border-bottom: solid #1CECFC 1px;
      margin: 25px auto;
      text-align: center;
      padding-bottom: 6px;
      color: #253660; }
      .fw-section .fw-container .section-title.white-text {
        color: white; }
  @media (min-width: 992px) {
    .fw-section {
      padding-left: 0px;
      padding-right: 0px; }
      .fw-section .col-lg-1, .fw-section .col-lg-5, .fw-section .col-lg-6 {
        height: 100vh;
        min-height: 800px; }
      .fw-section .fw-container {
        max-width: 1920px;
        margin: 0 auto; }
        .fw-section .fw-container .fw-logo {
          height: 55px;
          margin: 66px 55px; }
        .fw-section .fw-container .section-title {
          width: 222px;
          font-size: 25px;
          margin: 50vh -40px;
          transform: rotate(-90deg);
          top: 50vh;
          width: 222px; } }

.fw-static-page .fw-logo {
  z-index: 1000;
  height: 36px;
  margin: 10px; }

.fw-static-page .title {
  border-bottom: solid #1CECFC 1px;
  margin: 10px auto;
  text-align: center;
  padding-bottom: 6px;
  color: #253660; }

.fw-static-page h3 {
  color: #253660;
  margin-top: 25px; }

.fw-static-page h4 {
  color: #253660; }

@media (min-width: 768px) {
  .fw-static-page .fw-logo {
    position: absolute;
    margin: 30px 10px; }
  .fw-static-page .title {
    margin: 25px auto; } }
