body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1f1f1c;
}
#header {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 25;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
#header.shorter #brand {
  height: 52px;
}
#header.shorter #nav {
  padding-top: 6px;
}
#nav {
  padding-top: 45px;
  line-height: 40px;
}
#nav ul {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#brand {
  height: 130px;
}
#brand img {
  max-width: 100%;
  max-height: 100%;
}
#hero,
#carousel-homepage .item {
  background-position: 50% 0;
  background-size: cover;
}
#hero {
  position: relative;
  height: 800px;
  max-height: 100vh;
  background-color: #e6e6e6;
}
#hero .caption {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 26px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  #hero .caption {
    font-size: 20px;
  }
}
#carousel-homepage {
  background-color: #e6e6e6;
}
#carousel-homepage .item {
  height: 560px;
  max-height: 70vh;
}
#carousel-homepage .item .carousel-caption {
  font-size: 36px;
}
@media (max-width: 767px) {
  #carousel-homepage .item .carousel-caption {
    font-size: 22px;
    padding-bottom: 40px !important;
  }
}
#carousel-homepage .carousel-indicators {
  bottom: 0;
  margin-left: 0;
  width: 50%;
  text-align: right;
  padding-right: 15px;
}
#hero .caption,
#carousel-homepage .item .carousel-caption {
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.25);
}
#hero .caption span,
#carousel-homepage .item .carousel-caption span {
  color: #ffcc04;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#down {
  position: relative;
  width: 100%;
  height: 0;
  bottom: 140px;
  color: #fff;
  animation: bounce 2s infinite;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #40b4e5;
  text-align: center;
  font-weight: 500;
}
h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
  font-size: 0.6em;
  text-transform: none;
}
h1 div,
h2 div,
h3 div,
h4 div,
h5 div,
h6 div {
  font-size: 0.8em;
  font-weight: 400;
}
.page-header {
  margin: 80px 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin: 0;
}
.page-header h1 {
  margin-bottom: 40px;
}
.page-content {
  margin-bottom: 80px;
}
a {
  color: #40b4e5;
}
.fill {
  background-color: #fff;
}
.parallax-gap {
  height: 300px;
}
.parallax-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.parallax-image div {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.landing-content {
  margin-bottom: 40px;
}
aside {
  margin-bottom: 40px;
  padding: 15px;
  background-color: #ffcc04;
}
aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
  margin: 0 0 20px 0;
}
aside li {
  margin-bottom: 10px;
}
.landing-video {
  margin-bottom: 40px;
}
#testimonial {
  background-color: #40b4e5;
}
#testimonial .carousel-control {
  width: 45px;
  background-image: none;
}
#testimonial .carousel-control.right {
  text-align: left;
}
#testimonial .carousel-control.left {
  text-align: right;
}
#testimonial .item {
  padding: 20px 0;
}
@media (max-width: 1199px) {
  #testimonial .row > div {
    padding: 0 45px;
  }
}
#testimonial .fa {
  color: #ffcc04;
}
#testimonial blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
}
#testimonial blockquote .fa-quote-left {
  position: absolute;
  margin: -14px 0 0 1em;
}
@media (max-width: 767px) {
  #testimonial blockquote .fa-quote-left {
    margin-left: 0;
  }
}
#testimonial blockquote .fa-quote-right {
  float: right;
  margin: -28px 1em 0 0;
}
@media (max-width: 767px) {
  #testimonial blockquote .fa-quote-right {
    margin-right: 0;
  }
}
#testimonial blockquote p,
#testimonial blockquote footer {
  text-align: center;
  padding: 0 6em;
  color: #fff;
}
@media (max-width: 767px) {
  #testimonial blockquote p,
  #testimonial blockquote footer {
    padding: 2em 0;
  }
}
#testimonial blockquote p {
  margin-top: 14px;
  font-size: 18px;
  overflow: hidden;
}
#testimonial blockquote p img {
  margin: 0 0 0.5em 0.5em;
}
@media (max-width: 767px) {
  #testimonial blockquote p {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #testimonial blockquote p {
    height: 150px;
  }
}
@media (min-width: 992px) {
  #testimonial blockquote p {
    height: 100px;
  }
}
#testimonial blockquote footer {
  margin-top: 30px;
  font-size: 14px;
}
#testimonial blockquote footer:before {
  content: "";
}
#contact-wrapper {
  background-color: #e6e6e6;
}
#contact-form {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #contact-form {
    padding-right: 50px;
    padding-left: 50px;
  }
}
#contact-form textarea.form-control {
  height: 204px;
}
#contact-form .btn {
  float: right;
  margin-top: 42px;
}
#footer {
  padding-top: 40px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  #footer p {
    font-size: 14px;
  }
}
#social {
  font-size: 2em;
}
#social a {
  padding-left: 10px;
}
#legal {
  margin-top: 20px;
  font-size: 85%;
}
.panel-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 15px 0;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.panel-group .panel-title {
  text-align: left;
}
.panel-group .panel {
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel-default {
  border: none;
}
.panel-group .panel-default > .panel-heading {
  padding: 0;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
.panel-group .panel-default > .panel-heading a {
  display: block;
  padding: 15px 0;
}
.panel-group .panel-default > .panel-heading a:focus,
.panel-group .panel-default > .panel-heading a:hover {
  text-decoration: none;
}
.panel-group .panel-default > .panel-heading a:after {
  float: right;
  font-family: FontAwesome;
  content: "\f054";
}
.panel-group .panel-default > .panel-heading a[aria-expanded="true"] {
  color: #40b4e5;
}
.panel-group .panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\f078";
}
.panel-group .panel-title {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.reveal-row {
  margin-bottom: 80px;
}
.reveal-col {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .reveal-col:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .reveal-col:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .reveal-col.reveal-col-4:nth-child(3n+1) {
    clear: none;
  }
}
@media (min-width: 768px) {
  .reveal-col.reveal-col-4:nth-child(4n+1) {
    clear: both;
  }
}
.reveal-col a > div {
  position: relative;
  height: 220px;
  line-height: 220px;
  background-color: #f6f6f6;
  background-size: cover;
  background-position: 50% 50%;
}
.reveal-col a > div > p {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin: 0;
  padding: 6px;
  line-height: 1.1;
  background-color: #ffcc04;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .reveal-col a > div {
    height: 160px;
    line-height: 160px;
  }
  .reveal-col a > div > p {
    font-size: 0.9em;
  }
}
.reveal-col a:hover,
.reveal-col a:focus {
  color: #40b4e5;
  text-decoration: none;
}
.reveal-col a:hover > div > p,
.reveal-col a:focus > div > p {
  background-color: #f9c600;
}
.reveal-content {
  display: none;
}
.reveal-container {
  padding: 50px;
}
.reveal-cutout {
  border-bottom: 8px solid #e6e6e6;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  margin: 4px auto 0 auto;
}
#reveal-wrapper {
  position: absolute;
  width: 100%;
  visibility: hidden;
  background-color: #e6e6e6;
}
@media (max-width: 767px) {
  #nav ul li {
    font-size: 26px;
  }
  #nav ul li:first-child {
    margin-right: 0.5em;
  }
}
@media (min-width: 768px) {
  #nav ul li a .fa {
    color: #1f1f1c;
  }
}
