/* SASS VARIABLES */
/* Media Breakpoints */
/* STANDARD STYLES */
html, body {
  padding: 0;
  margin: 0; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.body {
  margin: 0 auto; }

section {
  padding: 70px 60px; }
  @media screen and (max-width: 767px) {
    section {
      padding: 60px 40px; } }
  @media screen and (max-width: 567px) {
    section {
      padding: 60px 20px; } }

.row {
  margin: 0;
  width: 100%;
  max-width: none; }

.text {
  width: 100%;
  max-width: 500px; }

.small {
  font-size: 100%; }

.hide {
  display: none; }

/* FONT STYLES */
h1, h2, h3, h4, b {
  font-family: "Roboto", "Arial Black", "Arial Bold", sans-serif;
  color: #2b3e3d;
  font-weight: 900;
}

h1 {
  font-size: 48px;
  margin: 0 0 20px 0;
  letter-spacing: -1px; }
  h1 span {
    color: #37678b; }

h2 {
  font-size: 30px;
  margin: 0;
  letter-spacing: -.6px; }
  h2 span {
    color: #37678b; }

h4 {
  font-size: 20px;
  margin: 0; }

p {
  font-size: 20px;
  font-family: "Roboto", "Arial", sans-serif;
  color: #2b3e3d;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
  p span {
    color: #37678b; }
  p.error {
    color: #C91E1E; }
  p.success {
    color: #26BB4E; }

a {
  color: #37678b; }

b {
  letter-spacing: -1px; }

label, input {
  color: #2b3e3d; }

input {
  font-family: "Arial", sans-serif; }

/* HEADER STYLES */
header {
  position: relative; }
  header nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 100;
    -webkit-transition: ease .3s;
    transition: ease .3s; }
    header nav .nav-inner {
      display: table;
      margin: 0 auto; }
    header nav .logo {
      display: table-cell;
      width: auto;
      padding: 30px 30px 30px 50px;
      vertical-align: middle;
      -webkit-transition: ease .3s;
      transition: ease .3s; }
      @media screen and (max-width: 767px) {
        header nav .logo {
          padding: 20px 20px 20px 40px; } }
      @media screen and (max-width: 567px) {
        header nav .logo {
          padding: 20px; } }
      header nav .logo img {
        display: inline-block;
        width: 230px;
        -webkit-transition: ease .3s;
        transition: ease .3s; }
        @media screen and (max-width: 767px) {
          header nav .logo img {
            width: 200px; } }
    header nav .navigation {
      display: table-cell;
      width: auto;
      text-align: right;
      padding: 20px 50px 20px 30px;
      vertical-align: bottom; }
      @media screen and (max-width: 767px) {
        header nav .navigation {
          padding: 20px 40px 20px 20px;
          vertical-align: middle; } }
      @media screen and (max-width: 567px) {
        header nav .navigation {
          padding: 20px; } }
      header nav .navigation .info-wrapper {
        display: block;
        padding-right: 10px; }
        @media screen and (max-width: 1023px) {
          header nav .navigation .info-wrapper {
            margin-bottom: 5px; } }
        @media screen and (max-width: 767px) {
          header nav .navigation .info-wrapper {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
            padding-right: 15px; } }
        @media screen and (max-width: 640px) {
          header nav .navigation .info-wrapper span {
            display: none; } }
        @media screen and (max-width: 470px) {
          header nav .navigation .info-wrapper {
            display: none; } }
        header nav .navigation .info-wrapper p {
          display: inline-block;
          font-size: 15px;
          font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
          color: #5e8785; }
          header nav .navigation .info-wrapper p a {
            color: #5e8785; }
      header nav .navigation .navigation-wrapper {
        display: block;
        width: 100%; }
        @media screen and (max-width: 767px) {
          header nav .navigation .navigation-wrapper {
            display: none; } }
        header nav .navigation .navigation-wrapper a {
          display: inline-block;
          padding: 10px 10px;
          font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
          font-size: 18px;
          color: #37678b;
          text-decoration: none;
          box-shadow: 15px 0px 0px -12px #eae6df;
          -webkit-transition: padding ease .3s;
          transition: padding ease .3s; }
          @media screen and (max-width: 1023px) {
            header nav .navigation .navigation-wrapper a {
              padding: 6px 10px;
              line-height: 18px;
              box-shadow: 10px 0px 0px -7px #eae6df; } }
          header nav .navigation .navigation-wrapper a:last-of-type {
            box-shadow: none; }
          header nav .navigation .navigation-wrapper a.active {
            color: #2b3e3d; }
      header nav .navigation .navigation-wrapper-mobile {
        display: none; }
        @media screen and (max-width: 767px) {
          header nav .navigation .navigation-wrapper-mobile {
            display: inline-block;
            vertical-align: middle; } }
    header nav.small {
      background-color: rgba(255, 255, 255, 0.95); }
      header nav.small .logo {
        padding: 20px 30px 20px 50px; }
        @media screen and (max-width: 767px) {
          header nav.small .logo {
            padding: 20px 20px 20px 40px; } }
        header nav.small .logo img {
          width: 140px; }
      header nav.small .navigation-wrapper a {
        padding: 6px 10px; }
    header nav .dropdown-nav {
      display: block;
      width: 100%;
      -webkit-transition: ease .3s;
      transition: ease .3s; }
      header nav .dropdown-nav a {
        display: block;
        text-align: center;
        padding: 0 0;
        font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
        font-size: 0px;
        color: #37678b;
        text-decoration: none;
        -webkit-transition: ease .3s;
        transition: ease .3s; }
      header nav .dropdown-nav.open {
        display: none; }
        @media screen and (max-width: 767px) {
          header nav .dropdown-nav.open {
            display: block; } }
        header nav .dropdown-nav.open a {
          padding: 15px 0;
          font-size: 18px; }
  header .banner {
    width: 100%;
    margin: 145px auto 0 auto; }
    @media screen and (max-width: 767px) {
      header .banner {
        margin: 110px auto 0 auto; } }
    header .banner .banner-slider {
      height: auto; }
      header .banner .banner-slider .slide {
        height: 600px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        @media screen and (max-width: 1023px) {
          header .banner .banner-slider .slide {
            height: 500px; } }
        @media screen and (max-width: 767px) {
          header .banner .banner-slider .slide {
            height: 400px; } }

/* BODY STYLES */
/* About */
.about {
  position: relative;
  text-align: left;
  color: #2b3e3d;
  background-color: #eae6df;
  padding-bottom: 150px;
  margin: 0 auto; }
  .about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 100%;
    background-image: url(IMG/badge.png);
    background-repeat: no-repeat;
    background-position: 99% 97%;
    opacity: 0.15;
    pointer-events: none; }
  .about .pure-u-1:first-of-type .text-wrapper {
    padding-right: 30px; }
    @media screen and (max-width: 767px) {
      .about .pure-u-1:first-of-type .text-wrapper {
        padding: 0; } }
  .about .pure-u-1:last-of-type .text-wrapper {
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .about .pure-u-1:last-of-type .text-wrapper {
        padding-left: 0;
        padding-top: 25px; } }

/* Services */
.services {
  background: #cfdae3;
  color: #2a3e3d;
  padding-top: 130px;
  padding-bottom: 180px; }
  @media screen and (max-width: 767px) {
    .services h1 {
      margin-bottom: 60px; } }
  .services .service {
    text-align: center; }
    .services .service:nth-child(-n+5) {
      margin-top: 80px;
      margin-bottom: 100px; }
      @media screen and (max-width: 767px) {
        .services .service:nth-child(-n+5) {
          margin-top: 30px;
          margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .services .service {
        margin-top: 30px;
        margin-bottom: 30px; } }
    .services .service .icon {
      opacity: 0.3; }
      .services .service .icon img {
        width: 100%;
        max-width: 100px;
        height: auto; }
    .services .service h4 {
      margin-top: 10px; }

/* Portfolio */
.portfolio {
  padding-top: 130px;
  padding-bottom: 35px; }
  .portfolio ul {
    display: block;
    padding: 0;
    list-style: none; }
    .portfolio ul li {
      display: inline-block;
      font-size: 20px;
      font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
      color: #37678b;
      margin-right: 30px;
      cursor: pointer; }
      .portfolio ul li.active {
        color: #2b3e3d; }

.picture-item {
  height: 350px;
  padding: 0;
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .picture-item {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    .picture-item {
      height: 500px; } }
  .picture-item .picture-item__inner {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #ECF0F1; }
    @media screen and (max-width: 1023px) {
      .picture-item .picture-item__inner {
        height: 400px; } }
    @media screen and (max-width: 767px) {
      .picture-item .picture-item__inner {
        height: 500px; } }
    .picture-item .picture-item__inner .overlay {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      pointer-events: none;
      background: rgba(255, 255, 255, 0.3);
      -webkit-transition: ease .3s;
      transition: ease .3s; }
      .picture-item .picture-item__inner .overlay .overlay-inner {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        opacity: 0;
        -webkit-transition: ease .3s;
        transition: ease .3s; }
        .picture-item .picture-item__inner .overlay .overlay-inner p {
          position: absolute;
          display: inline-block;
          text-align: center;
          width: 100%;
          height: auto;
          top: 50%;
          -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
          background: rgba(0, 0, 0, 0.3);
          color: white;
          font-weight: 600;
          letter-spacing: -.8px;
          -webkit-transition: ease .3s;
          transition: ease .3s; }
          .picture-item .picture-item__inner .overlay .overlay-inner p span {
            display: block;
            color: white;
            font-weight: 300; }
    .picture-item .picture-item__inner:hover .overlay {
      background: rgba(255, 255, 255, 0); }
      .picture-item .picture-item__inner:hover .overlay .overlay-inner {
        opacity: 1; }
        .picture-item .picture-item__inner:hover .overlay .overlay-inner p {
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .picture-item .picture-item__inner .overlay {
        background: rgba(255, 255, 255, 0); }
        .picture-item .picture-item__inner .overlay .overlay-inner {
          opacity: 1; }
          .picture-item .picture-item__inner .overlay .overlay-inner p {
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

/* Shoutout */
.shoutout {
  background-color: #eae6df;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px; }
  .shoutout h2 {
    color: #2b3e3d; }
  .shoutout .testimonials-slider .slide {
    outline: 0;
    border: 0;
    padding-top: 70px;
    padding-bottom: 40px; }
    .shoutout .testimonials-slider .slide .name {
      margin-top: 12px;
      font-size: 18px;
      color: #5e8785; }
  .shoutout .testimonials-slider .slick-dots {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .shoutout .testimonials-slider .slick-dots li {
      position: relative;
      display: inline-block; }
      .shoutout .testimonials-slider .slick-dots li::before {
        content: '\f111';
        font-family: "FontAwesome", sans-serif;
        position: absolute;
        display: inline-block;
        top: 3px;
        left: 6px;
        opacity: 0.5;
        transition: opacity ease .2s; }
      .shoutout .testimonials-slider .slick-dots li:hover::before {
        opacity: 0.8; }
      .shoutout .testimonials-slider .slick-dots li.slick-active::before {
        opacity: 1; }
      .shoutout .testimonials-slider .slick-dots li button {
        position: relative;
        visibility: none;
        opacity: 0; }

/* Map */
.map-wrapper {
  position: relative; }
  .map-wrapper .map {
    position: relative;
    display: block;
    height: 550px;
    width: 100%; }
  .map-wrapper .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 120px;
    padding-left: 60px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .map-wrapper .map-overlay {
        padding-left: 40px; } }
    @media screen and (max-width: 567px) {
      .map-wrapper .map-overlay {
        padding-left: 20px; } }
    .map-wrapper .map-overlay h1, .map-wrapper .map-overlay h4 {
      color: white; }

/* Contact */
.contact {
  padding-top: 120px;
  padding-bottom: 90px; }
  .contact .info {
    padding-right: 40px; }
    @media screen and (max-width: 767px) {
      .contact .info {
        padding: 0; } }
    .contact .info p.margin-top {
      margin-top: 20px; }
    .contact .info .bold-table {
      margin-top: 40px; }
      .contact .info .bold-table .left, .contact .info .bold-table .right {
        display: inline-block;
        margin-bottom: 8px; }
      .contact .info .bold-table .left {
        width: 25%; }
      .contact .info .bold-table .right {
        width: 70%; }
      .contact .info .bold-table p, .contact .info .bold-table a {
        font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
        font-size: 20px;
        letter-spacing: -1px; }
  .contact .form {
    margin-top: 20px;
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .contact .form {
        padding: 0;
        margin-top: 50px; } }
    .contact .form form {
      display: block;
      width: 100%; }
      .contact .form form label {
        display: inline-block;
        font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
        font-size: 20px;
        letter-spacing: -1px;
        width: 25%;
        vertical-align: top; }
      .contact .form form input, .contact .form form textarea {
        display: inline-block;
        width: 70%;
        border-radius: 8px;
        box-shadow: none;
        outline: 0;
        border: 1px solid #5b5b5b;
        padding: 8px 10px;
        margin-bottom: 12px; }
      .contact .form form textarea {
        resize: vertical; }
      .contact .form form .company-field {
        display: block;
        position: absolute;
        top: -9999px; left: -9999px;
        height: 0; width: 0;
        overflow: hidden; }
      .contact .form form input[type="submit"] {
        width: auto;
        padding: 4px 40px;
        font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
        font-size: 20px;
        letter-spacing: -1px;
        color: white;
        background: #37678b; }

/* Footer */
footer {
  height: 460px;
  position: relative;
  background-color: #eae6df; }
  footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    max-width: 1200px;
    width: 100%;
    background-image: url(IMG/badge.png);
    background-repeat: no-repeat;
    background-position: 99% 55%;
    opacity: 0.15;
    pointer-events: none; }
  footer .footer-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-bottom: 50px; }
    footer .footer-text h1 {
      font-size: 75px;
      margin-top: 0;
      margin-bottom: 12px; }
      footer .footer-text h1 .dot {
        display: inline-block;
        -webkit-transform: translate(-5px, 18px) scale(0.8);
        transform: translate(-5px, 18px) scale(0.8); }
    footer .footer-text h2 {
      margin-top: 0;
      margin-bottom: 12px; }
      footer .footer-text h2 .dot {
        display: inline-block;
        -webkit-transform: translate(-4px, 6px) scale(0.8);
        transform: translate(-4px, 6px) scale(0.8); }
    footer .footer-text p {
      font-size: 18px; }
      footer .footer-text p:first-of-type {
        margin-bottom: 12px; }

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