/* ==============================
   Streamline Group - Custom Styles
   Canonical: https://www.streamline-biz.com/
   ============================== */

/* Base */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #333;
  background-image: url('../images/bg-hero.jpg');
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a { color: #04abc1; }
a:hover { color: #037f8f; text-decoration: underline; }

/* ==============================
   HEADER
   ============================== */
.site-header {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  position: relative;
  z-index: 100;
}

.site-branding {
  padding: 15px 0;
}

.logo-site-title img {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
}

.header-tagline {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  color: #313839;
  padding: 20px 0 0;
  line-height: 1.4;
}

/* Navigation */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  min-height: 42px;
}

.navbar-default {
  background-color: #313839;
  border-color: #313839;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #f0f0f0;
  padding: 12px 14px;
  letter-spacing: 0.5px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #04abc1;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #04abc1;
  background-color: #222;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #04abc1;
  background-color: #222;
}

.navbar-default .navbar-toggle {
  border-color: #555;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #444;
}

.navbar-default .navbar-collapse {
  border-color: #444;
}

.dropdown-menu {
  background-color: #313839;
  border: 1px solid #444;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.dropdown-menu > li > a {
  color: #f0f0f0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 16px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #04abc1;
  background-color: #222;
}

/* ==============================
   SECTION UTILITIES
   ============================== */
.boldgrid-section {
  padding: 0;
}

.section-white {
  background-color: #fff;
}

.section-light-gray {
  background-color: #eaeaea;
}

/* ==============================
   MOD DIVIDER (Section headers)
   ============================== */
.mod-divider {
  text-align: center;
  overflow: hidden;
  padding: 12px 0;
  margin: 10px 0 20px;
}

.mod-divider::before,
.mod-divider::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 2px;
  background: #313839;
  position: relative;
}

.mod-divider::before {
  right: 0.8em;
  margin-left: -50%;
}

.mod-divider::after {
  left: 0.8em;
  margin-right: -50%;
}

.mod-divider a,
.mod-divider span {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #313839;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}

.mod-divider a:hover {
  color: #04abc1;
  text-decoration: none;
}

.mod-divider-lg a,
.mod-divider-lg span {
  font-size: 24px;
}

/* ==============================
   HERO SECTION
   ============================== */
.hero-section {
  background-color: #fff;
  padding: 50px 0 20px;
  text-align: center;
}

.hero-section h1 {
  font-size: 32px;
  line-height: 1.3;
  color: #313839;
  margin-bottom: 16px;
}

.hero-section h1.orange-text {
  color: #fe7702;
}

/* ==============================
   SUB-HEADLINE
   ============================== */
.subheadline-section {
  padding: 20px 0 25px;
  background-color: rgba(255,255,255,0.88);
}

.subheadline-section h3 {
  text-align: center;
  color: #313839;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

/* ==============================
   PROBLEM CARDS SECTION
   ============================== */
.problems-section {
  background-color: #eaeaea;
  padding: 20px 0 0;
}

.problem-card-wrap {
  padding: 40px 12px 20px;
}

.problem-card {
  background-color: #04abc1;
  color: #fff;
  border-top: 7px solid #313839;
  padding: 50px 22px 28px;
  position: relative;
  min-height: 360px;
}

.problem-card .icon-top {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.problem-card .icon-top i {
  background-color: #313839;
  color: #fff;
  font-size: 30px;
  padding: 0.4em;
  border-radius: 50%;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
}

.problem-card h2 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 14px;
}

.problem-card p {
  color: #fff;
  font-size: 13.5px;
  margin-bottom: 12px;
}

.problem-card h4 {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
}

.solution-divider-row {
  padding: 40px 0 25px;
}

/* ==============================
   SERVICES SECTION
   ============================== */
.services-section {
  background-color: #fff;
  padding: 40px 0 30px;
}

.service-card {
  padding: 0 12px 30px;
}

.service-card img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 14px;
}

.service-card h2 {
  font-size: 22px;
  color: #313839;
  margin-bottom: 10px;
}

.service-card h2 a {
  color: #313839;
  text-decoration: none;
}
.service-card h2 a:hover { color: #04abc1; }

.service-card hr {
  border-top: 1px solid #ddd;
  margin: 8px 0;
}

.service-card p {
  margin-bottom: 6px;
  font-size: 13px;
}

.service-card .fa-chevron-right {
  color: #04abc1;
  margin-right: 5px;
}

.service-price {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #04abc1;
  text-align: center;
  padding-top: 6px;
}

/* ==============================
   WHAT MAKES US DIFFERENT
   ============================== */
.features-section {
  background-color: #fff;
  padding: 30px 0 40px;
}

.feature-card {
  text-align: center;
  padding: 0 20px 20px;
}

.mod-icon-box {
  margin-bottom: 14px;
}

.mod-icon-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #04abc1;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}

.feature-card h2 {
  font-size: 22px;
  color: #313839;
  margin-bottom: 12px;
}

.feature-card hr {
  border-top: 2px solid #04abc1;
  margin: 10px auto;
  width: 50px;
}

.feature-card p {
  font-size: 13.5px;
  color: #555;
  text-align: left;
}

/* ==============================
   GET STARTED STEPS
   ============================== */
.steps-section {
  background-color: #fff;
  padding: 10px 0 60px;
}

.step-card {
  padding: 0 20px 20px;
  text-align: center;
}

.step-card img {
  max-width: 130px;
  height: auto;
  margin-bottom: 16px;
}

.step-card h2 {
  font-size: 26px;
  color: #313839;
  font-weight: 700;
}

.step-card p {
  font-size: 14px;
  color: #444;
  text-align: left;
}

.step-card p a {
  color: #ff6600;
  font-weight: 700;
}

.step-card p strong {
  color: #ff0000;
}

/* ==============================
   BUTTONS
   ============================== */
.button-primary,
a.button-primary {
  display: inline-block;
  background-color: #04abc1;
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 22px;
  border-radius: 2px;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.25s;
}

.button-primary:hover,
a.button-primary:hover {
  background-color: #0390a3;
  color: #fff !important;
  text-decoration: none !important;
}

.button-secondary,
a.button-secondary {
  display: inline-block;
  background-color: #313839;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 7px 18px;
  border-radius: 2px;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.25s;
}

.button-secondary:hover,
a.button-secondary:hover {
  background-color: #04abc1;
  color: #fff !important;
  text-decoration: none !important;
}

.p-button-primary,
.p-button-secondary {
  margin: 14px 0 6px;
}

/* ==============================
   FOOTER
   ============================== */
.site-footer {
  background-color: #313839;
  color: #ccc;
  padding: 30px 0 20px;
}

.site-footer .widget-title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #04abc1;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: normal;
}

.site-footer p {
  font-size: 13px;
  color: #bbb;
  line-height: 1.7;
}

.site-footer a {
  color: #04abc1;
}
.site-footer a:hover { color: #fff; }

.footer-attribution {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #444;
  font-size: 12px;
  color: #777;
  text-align: center;
}

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 991px) {
  .header-tagline {
    text-align: center;
    padding: 10px 0 0;
  }
  .logo-site-title img {
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .hero-section h1 { font-size: 22px; }
  .problem-card { min-height: auto; }
  .service-card { margin-bottom: 30px; }
  .feature-card { margin-bottom: 30px; }
  .step-card { margin-bottom: 30px; }
  .service-card img { max-width: 200px; }
}
