/* INTRO */

.intro-section {
  background: #5aa1e3 url("../images/background/intro-bg.png");
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

#banner {
  padding: 20px 0;
  font-size: 19px;
  color: #fff;
  background-color: #5b6b7f;
}

#banner i {
  color: #93c83f;
}

#banner a {
  color: #fff;
  text-decoration: none;
}

/* ABOUT */

.about-section {
  text-align: center;
}

.about-section img {
  filter: contrast(70%);
}

/* SERVICES */

.services-section {
  background: #161616 url("../images/background/intro-bg.png");
  text-align: center;
  color: white;
}

.services-section h1 {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 20px;
}

.service-item {
  padding: 6em 0;
  margin-bottom: 20px;
  min-height: 450px;
  border-radius: 2px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.12);
  display: block;
}

.service-item-caption>h3 {
  color: #93c83f;
  font-weight: 500;
  letter-spacing: 1.1px;
}

.service-item i {
  color: #ffffff;
  font-size: 64px;
  font-family: "icofont", sans-serif;
  font-style: normal;
}

.service-item p {
  padding: 0 5px 0 5px;
}

.video-section video {
  border: 5px solid #93c83f;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

/* JOBS */

.job-section {
  background-color: #e9e9ef;
}

.job-section h1 {
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.job-section img {
  filter: contrast(70%);
}

.job-box {
  background-color: #fff;
}

.job-list {
  padding-left: 34px;
  line-height: 1.6;
}

.job-box li:before {
  font-family: "FontAwesome";
  content: "\f067";
  color: #93c83f;
  margin-right: 1em;
  margin-left: -2em;
}

.job-box a {
  color: #0736a4;
  padding: 10px 0;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job-box a:hover {
  color: #93c83f;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* INFO Banner */

.info-banner {
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: #5b6b7f;
}

.info-banner .banner-wrapper {
  padding: 1em 0 1em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

#info-banner h2 {
  color: #fff;
  font-weight: 700;
}

.info-banner i {
  color: #93c83f;
}

/* 
.info-banner p {
  font-style: italic;
} */

/* CONTACT */

.contact-section {
  /* background-color: #fafaff; */
  text-align: center;
}

.contact-section h1 {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}