/* Medium Devices, Desktops */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #252525;
  /* nav */
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */ }
  body h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize; }
  body p {
    line-height: 28px; }
    body p.highlight {
      font-weight: 500;
      font-size: 28px;
      line-height: 42px;
      color: #B78B17;
      margin-bottom: 40px; }
  body .nm {
    margin: 0 !important; }
  body .navbar {
    position: absolute;
    width: 100%;
    background: white;
    border: none;
    padding: 20px 40px;
    z-index: 3;
    color: #23356a;
    /* Small Devices, Tablets */ }
    @media only screen and (max-width: 768px) {
      body .navbar {
        padding: 10px 0px;
        background: white !important;
        position: fixed; } }
    body .navbar .navbar-nav li a {
      color: #23356a;
      font-size: 18px; }
      body .navbar .navbar-nav li a:hover {
        color: #B78B17; }
      body .navbar .navbar-nav li a span {
        color: #B78B17; }
      body .navbar .navbar-nav li a:visited, body .navbar .navbar-nav li a:active, body .navbar .navbar-nav li a:focus {
        color: #23356a; }
    body .navbar .navbar-nav .social-link a {
      padding: 10px 5px; }
    body .navbar .navbar-brand {
      padding: 5px 10px;
      margin-top: -14px;
      /* Small Devices, Tablets */ }
      body .navbar .navbar-brand img {
        display: inline-block;
        margin-top: 10px; }
      @media only screen and (max-width: 768px) {
        body .navbar .navbar-brand {
          margin-top: -14px; } }
    body .navbar .navbar-toggle {
      z-index: 1; }
    body .navbar .navbar-collapse {
      border: none; }
    body .navbar .navbar-right li {
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body .navbar .navbar-right li {
          display: inline-block; } }
  body .nav-fade-in {
    position: fixed;
    background-color: black;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s; }
    body .nav-fade-in li a {
      color: #FFF; }
      body .nav-fade-in li a:hover {
        color: #FFF; }
      body .nav-fade-in li a span {
        color: #FFF; }
      body .nav-fade-in li a:visited, body .nav-fade-in li a:active, body .nav-fade-in li a:link, body .nav-fade-in li a:focus {
        color: #FFF; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  body from {
    opacity: 0; }
  body to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  body #intro {
    height: 100vh;
    background-image: url("../img/main-bg.jpg");
    background-size: cover;
    background-position: bottom;
    position: relative; }
    body #intro #logo-intro {
      padding-left: 50%;
      margin-left: -5%;
      padding-top: 14%;
      margin-bottom: 20px;
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body #intro #logo-intro {
          display: block;
          padding: 20% 0 0 0;
          width: 30%;
          margin: 0 auto;
          margin-bottom: 20px; } }
    body #intro #mouse-down {
      padding-left: 50%;
      margin-left: -5%;
      padding-top: 26%;
      /* Small Devices, Tablets */ }
    body #intro #slogan {
      margin-top: 2%;
      text-align: center;
      width: 800px;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.9);
      padding: 10px 10px 20px 10px;
      /* Small Devices, Tablets */ }
      body #intro #slogan h1, body #intro #slogan h2 {
        font-weight: 700;
        color: #23356a;
        text-transform: capitalize; }
      body #intro #slogan h2 {
        margin-top: 30px; }
      @media only screen and (max-width: 768px) {
        body #intro #slogan {
          width: 90%; } }
  body #development {
    background-image: url("../img/development-bg.jpg");
    background-position: cover;
    background-position: center;
    position: relative;
    /* Small Devices, Tablets */ }
    @media only screen and (max-width: 768px) {
      body #development {
        padding: 0; } }
    body #development .dev-right {
      background-color: rgba(255, 255, 255, 0.8);
      height: auto;
      float: right;
      width: 50vw;
      padding: 120px 60px 140px 40px;
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body #development .dev-right {
          float: left;
          width: 100vw;
          padding: 60px 30px; } }
  body #services {
    background-image: url("../img/services-bg-colour.jpg");
    background-position: cover;
    background-position: center;
    position: relative;
    color: white;
    /* Small Devices, Tablets */ }
    @media only screen and (max-width: 768px) {
      body #services {
        padding: 0; } }
    body #services ul {
      padding-left: 20px; }
      body #services ul li {
        line-height: 42px; }
    body #services .serv-left {
      background-color: #23356a;
      height: auto;
      float: left;
      width: 50%;
      padding: 120px 40px 140px 60px;
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body #services .serv-left {
          float: left;
          width: 100vw;
          padding: 60px 30px; } }
  body #gallery {
    display: block;
    overflow: hidden; }
    body #gallery .gallery-item {
      height: 0;
      width: 25%;
      display: inline-block;
      padding: 0 0 25% 0;
      margin: 0;
      float: left;
      overflow: hidden;
      /* Small Devices, Tablets */ }
      body #gallery .gallery-item img {
        width: 100%; }
      @media only screen and (max-width: 768px) {
        body #gallery .gallery-item {
          width: 50%;
          padding: 0 0 50% 0; } }
  body #about {
    display: block;
    background-color: #23356a;
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: left;
    color: white;
    /* Small Devices, Tablets */ }
    @media only screen and (max-width: 768px) {
      body #about {
        padding: 60px 15px; } }
  body #experience {
    background-image: url("../img/kitchen-lounge-bg-colour.jpg");
    background-position: cover;
    background-position: center;
    position: relative;
    /* Small Devices, Tablets */ }
    @media only screen and (max-width: 768px) {
      body #experience {
        padding: 0; } }
    body #experience .exp-right {
      background-color: rgba(255, 255, 255, 0.9);
      height: auto;
      float: right;
      width: 50vw;
      padding: 120px 60px 140px 40px;
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body #experience .exp-right {
          float: left;
          width: 100vw;
          padding: 60px 30px; } }
  body #contact-us {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #23356a;
    color: #FFF; }
    body #contact-us p:nth-of-type(1) {
      width: 60%;
      margin: auto;
      /* Extra Small Devices, Phones */ }
      @media only screen and (max-width: 480px) {
        body #contact-us p:nth-of-type(1) {
          width: 90%; } }
    body #contact-us h2 {
      color: white; }
    body #contact-us form {
      width: 40%;
      margin: 60px auto;
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body #contact-us form {
          width: 80%; } }
    body #contact-us ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white;
      text-transform: uppercase; }
    body #contact-us ::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      text-transform: uppercase; }
    body #contact-us :-ms-input-placeholder {
      /* IE 10+ */
      color: white;
      text-transform: uppercase; }
    body #contact-us :-moz-placeholder {
      /* Firefox 18- */
      color: white;
      text-transform: uppercase; }
    body #contact-us button {
      width: 40%;
      background-color: transparent;
      border: 1px solid white;
      padding: 10px 20px;
      color: white;
      text-transform: uppercase;
      margin-top: 50px; }
    body #contact-us #ripple-load, body #contact-us #sent-success, body #contact-us #sent-error {
      display: none;
      margin-top: 20px; }
    body #contact-us #contact-details {
      margin-top: 20px; }
      body #contact-us #contact-details a {
        color: white; }
  body footer {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #1b1b1b;
    color: #FFF; }
  body .form-group {
    margin-bottom: 0px; }
  body *, body :active, body :focus, body :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important; }
  body *, body a, body button, body i, body input {
    -webkit-font-smoothing: antialiased; }
  body *, body :after, body :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body .fg-line:not(.form-group) {
    display: inline-block;
    width: 100%; }
  body .fg-line {
    position: relative;
    vertical-align: top; }
  body *, body :active, body :focus, body :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important; }
  body *, body a, body button, body i, body input {
    -webkit-font-smoothing: antialiased; }
  body .form-control:not(.fc-alt) {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0; }
  body .form-control {
    resize: none; }
  body .btn-group .btn, body .btn-group .btn-group, body .btn-group .btn:active, body .btn-group .btn:focus, body .btn-group-vertical .btn, body .btn-group-vertical .btn-group, body .btn-group-vertical .btn:active, body .btn-group-vertical .btn:focus, body .form-control, body input:active, body input:focus {
    box-shadow: none !important; }
  body .form-control {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  body .form-control, body output {
    font-size: 13px;
    line-height: 1.42857143;
    color: #D8DADA;
    display: block; }
  body .btn, body .btn-danger.active, body .btn-danger:active, body .btn-default.active, body .btn-default:active, body .btn-info.active, body .btn-info:active, body .btn-primary.active, body .btn-primary:active, body .btn-warning.active, body .btn-warning:active, body .btn.active, body .btn:active, body .dropdown-menu > .disabled > a:focus, body .dropdown-menu > .disabled > a:hover, body .form-control, body .navbar-toggle, body .open > .dropdown-toggle.btn-danger, body .open > .dropdown-toggle.btn-default, body .open > .dropdown-toggle.btn-info, body .open > .dropdown-toggle.btn-primary, body .open > .dropdown-toggle.btn-warning {
    background-image: none; }
  body *, body a, body button, body i, body input {
    -webkit-font-smoothing: antialiased; }
  body button, body input, body select, body textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  body button, body input, body optgroup, body select, body textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  body *, body :active, body :focus, body :hover {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important; }
  body .fg-line:not([class*=has-]):after {
    /* background: #D8DADA; */ }
  body .fg-line:not(.disabled):after, body .fg-line:not(.readonly):after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; }
  body *, body :after, body :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body #back-to-top {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    display: none;
    /* Small Devices, Tablets */ }
    body #back-to-top.show {
      display: block; }
    @media only screen and (max-width: 768px) {
      body #back-to-top {
        width: 38px;
        height: 38px;
        right: 14px;
        bottom: 14px; } }
    body #back-to-top i {
      color: white;
      margin-left: 18px;
      margin-top: 18px;
      /* Small Devices, Tablets */ }
      @media only screen and (max-width: 768px) {
        body #back-to-top i {
          margin-left: 12px;
          margin-top: 12px; } }
