@charset "UTF-8";


#fh5co-header {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
#fh5co-header .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: rgba(68, 218, 130, 0.9);
}

#fh5co-header,
.fh5co-intro-wrap {
  height: 700px;
}

.fh5co-intro-wrap {
  display: table;
  width: 100%;
}
.fh5co-intro-wrap .fh5co-intro {
  position: relative;
  z-index: 3;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.fh5co-intro-wrap .fh5co-intro .fh5co-intro-lead {
  color: white;
  line-height: 93px;
  font-size: 72px;
  font-weight: 700 !important;
  /*font-family: "Montserrat", arial, sans-serif;*/
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-intro-wrap .fh5co-intro .fh5co-intro-lead {
    font-size: 42px;
    line-height: 63px;
  }
}
.fh5co-intro-wrap .fh5co-intro .fh5co-intro-sub {
  font-size: 31px;
  font-weight: 300;
  /*font-family: "Roboto", arial, sans-serif;*/
  /*font-family: "Sanchez", times, serif;*/
  line-height: 51px;
  margin: 0 0 2.5em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-intro-wrap .fh5co-intro .fh5co-intro-sub {
    font-size: 21px;
    line-height: 41px;
  }
}
.fh5co-intro-wrap .fh5co-intro a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.fh5co-intro-wrap .fh5co-intro a:hover {
  color: white;
  border-bottom: 1px solid white;
  text-decoration: none;
}

.fh5co-social a {
  font-size: 45px;
  display: inline-block;
  text-decoration: none;
  border-bottom: none !important;
}

#fh5co-main {
  clear: both;
}

.row-padded {
  padding: 7em 0;
}

.fh5co-section-heading {
  /*font-family: "Montserrat", arial, sans-serif;*/
  margin: 0;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  color: #000;
}
.fh5co-section-heading .fh5co-border {
  display: block;
  width: 100%;
  bottom: 0;
  height: 3px;
  position: absolute;
  background: #44da82;
}
@media screen and (max-width: 992px) {
  .fh5co-section-heading .fh5co-border {
    background: transparent !important;
  }
}

.fh5co-section-seperator {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 2em 0;
}
@media screen and (max-width: 992px) {
  .fh5co-section-seperator {
    padding: 7em 0 !important;
  }
}
.fh5co-section-seperator .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.fh5co-section-seperator, .fh5co-section-seperator .fh5co-section-content-wrap {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .fh5co-section-seperator, .fh5co-section-seperator .fh5co-section-content-wrap {
    height: inherit;
  }
}
.fh5co-section-seperator .fh5co-section-content-wrap {
  display: table;
}
.fh5co-section-seperator .fh5co-section-content-wrap .fh5co-section-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.fh5co-section-seperator.fh5co-section-seperator-white {
  padding: 2em 0;
}
@media screen and (max-width: 992px) {
  .fh5co-section-seperator.fh5co-section-seperator-white {
    padding: 7em 0 !important;
  }
}
.fh5co-section-seperator.fh5co-section-seperator-white .fh5co-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.fh5co-section-seperator.fh5co-section-seperator-white .fh5co-section-heading {
  color: #fff !important;
}
.fh5co-section-seperator.fh5co-section-seperator-white, .fh5co-section-seperator.fh5co-section-seperator-white .fh5co-section-content-wrap {
  width: 100%;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control {
  color: #fff;
  border: none !important;
  background: rgba(255, 255, 255, 0.1);
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.fh5co-section-seperator.fh5co-section-seperator-white .form-control:active, .fh5co-section-seperator.fh5co-section-seperator-white .form-control:focus {
  background: white;
  color: #000;
}

.fh5co-project > a {
  margin-bottom: 1.5em;
  display: block;
  position: relative;
}
.fh5co-project > a .fh5co-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(68, 218, 130, 0.9);
  z-index: 8;
  opacity: 0;
}
.fh5co-project > a .fh5co-overlay-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -15px;
  z-index: 9;
  color: #fff;
  font-size: 20px;
  font-family: "Sanchez", times, serif;
  opacity: 0;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.form-control:active, .form-control:focus, .form-control:hover {
  outline: none;
  box-shadow: none;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

.fh5co-testimony blockquote {
  border-left: none;
  padding-left: none;
}
.fh5co-testimony blockquote > p {
  font-size: 30px;
  line-height: 41px;
  color: #fff;
  /*font-family: "Sanchez", times, serif;*/
}
.fh5co-testimony blockquote > p em {
  /*font-family: "Playfair Display", times, serif;*/
  font-style: italic;
  font-weight: 400;
}
.fh5co-testimony blockquote > p .author {
  font-size: 18px;
  /*font-family: "Montserrat", arial, sans-serif;*/
  font-style: normal;
  display: block;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

.fh5co-contact {
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0 0 1.5em 0;
}
.fh5co-contact li {
  position: relative;
  padding: 0;
  margin: 0 0 .5em 0;
  padding-left: 30px;
  list-style: none;
}
.fh5co-contact li i {
  position: absolute;
  top: .5em;
  left: 0;
}

#message {
  height: 130px;
}
@media screen and (max-width: 768px) {
  #message {
    height: inherit;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none !important;
    display: block;
    clear: both;
    width: 100%;
  }
}
#fh5co-footer p {
  margin: 0;
}

.js .to-animate {
  opacity: 0;
}

.fh5co-accordion {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 100%;
}
.fh5co-accordion .fh5co-accordion-head {
  position: relative;
}
.fh5co-accordion .fh5co-accordion-head .fh5co-accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
}
.fh5co-accordion .fh5co-accordion-head > h3 {
  font-size: 18px;
  /*font-family: "Playfair Display", times, serif;*/
  font-style: italic;
  color: #000;
  margin: 0;
  padding: 1.5em .5em;
}
.fh5co-accordion .fh5co-accordion-head > h3 i {
  padding-right: .5em;
  color: #a1b0c5;
  opacity: .5;
  font-size: 1.5em;
  margin-bottom: 0px;
  float: left;
}
.fh5co-accordion .fh5co-accordion-body {
  display: none;
  float: left;
  width: 100%;
  padding-left: 3.6em;
}

.fh5co-counter {
  font-size: 1.2em;
  display: block;
  color: #fff;
  width: 100%;
  /*font-family: "Sanchez", times, serif;*/
  margin-bottom: .5em;
}

.fh5co-counter-label {
  color: rgba(255,255,255,0.5);
  /*text-transform: uppercase;*/
  font-size: 0.8em;
  /*font-family: "Montserrat", arial, sans-serif;*/
  letter-spacing: 0px;
  margin-bottom: 2em;
  display: block;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

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