@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'gilroysemibold';
  src: url('../fonts/gilroy-semibold_2-webfont.woff2') format('woff2'), url('../fonts/gilroy-semibold_2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  min-height: 100%;
}
body {
  min-height: 100%;
  font-family: 'gilroysemibold';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .btn {
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  padding: 9px 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .btn.btn-default {
  background: #b59062;
  color: #fff;
}
body .btn.btn-default:hover {
  background: rgba(181, 144, 98, 0.75);
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
section.section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-content .content-background {
  width: 50%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/pictures/gouda-works-background.jpg) center right;
  background-size: cover;
}
section.section-content .content-service {
  width: 50%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.section-content .content-service .service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
}
section.section-content .content-service .service-logo {
  height: 140px;
  margin-bottom: 30px;
}
section.section-content .content-service .service-description {
  text-align: center;
  width: 100%;
  max-height: 200px;
}
section.section-content .content-service .service-description p {
  font-size: 15px;
  font-weight: 500;
  color: #A4A4A4;
}
section.section-content .content-service .service-description p a {
  color: #B59062;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
section.section-content .content-service .service-description p a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5px;
  width: 0;
  background: #B59062;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-content .content-service .service-description p a:hover {
  color: #9b7649;
}
section.section-content .content-service .service-description p a:hover:after {
  width: 100%;
}
section.section-content .content-service .service-gallery-heading {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #A4A4A4;
  text-transform: uppercase;
}
section.section-content .content-service .service-gallery-heading b,
section.section-content .content-service .service-gallery-heading strong {
  font-weight: 700;
}
section.section-content .content-service .service-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section-content .content-service .service-gallery .gallery-item {
  margin-top: 20px;
  height: 46px;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-content .content-service .service-gallery .gallery-item:hover {
  opacity: 1;
}
section.section-content .content-service .btn {
  margin-top: 50px;
}
section.section-content .content-service .service-social-media {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.section-content .content-service .service-social-media li a svg {
  height: 25px;
  width: 25px;
  fill: #BDBDBD;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-content .content-service .service-social-media li a:hover svg {
  fill: #606060;
}
section.section-content .content-service .service-social-media li + li {
  margin-left: 15px;
}
section.section-content .content-service .service-credits {
  margin-top: 30px;
  text-align: center;
}
section.section-content .content-service .service-credits p {
  font-size: 10px;
  color: #C0C6CC;
}
section.section-content .content-service .service-footer {
  width: 100%;
}
@media (max-width: 991.98px) {
  section.section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.section-content .content-background {
    width: 100%;
    height: 50vh;
    position: relative;
    left: auto;
    top: auto;
    background-position: bottom center;
  }
  section.section-content .content-service {
    width: 100%;
    padding: 100px 30px;
  }
  section.section-content .content-service .service-logo {
    height: auto;
    width: 350px;
    max-width: 100%;
  }
  section.section-content .content-service .service-description {
    max-height: 100%;
  }
}

/*# sourceMappingURL=maps/style.css.map */
