.service-box .service-box-caption .service-box-caption-content .service-box-description {
    font-size: 13px !important;
}
.service-box:hover .service-box-caption .service-box-caption-title {
    bottom: -50%;
}
section.features .value-prop-box img {
    margin: 0 auto;
}
.wrapper {
  margin: 0 auto;
  padding: 0 1em;
  position: relative; }

nav#mainNav {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 19px; }

span.h3.phone {
  font-weight: 900;
  font-size: 33px; }
  span.h3.phone i {
    padding-right: 10px; }

.nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; }

.hero {
  background: #1a499c url(../images/hero-image.jpg);
  background-size: cover;
  background-position: bottom;
  color: #fff;
  text-align: center;
  min-height: 745px;
  margin-top: 90px;
  position: relative;
  border-bottom: 5px solid #525e7e; }
  .hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .hero .hero-overlay {
    display: table-cell;
    height: 740px;
    vertical-align: middle; }
    .hero .hero-overlay .hero-content-box {
      text-align: left;
      display: table-cell;
      vertical-align: middle;
      height: 410px; }
      .hero .hero-overlay .hero-content-box h1 {
        color: #4e97cd;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 2.9em; }
      .hero .hero-overlay .hero-content-box span {
        color: #ffffff;
        font-weight: 900; }
      .hero .hero-overlay .hero-content-box .sub-title {
        text-transform: uppercase;
        font-size: 1.19em;
        margin-top: -8px;
        margin-bottom: 20px; }
    .hero .hero-overlay .hero-content-form {
      background-color: rgba(255, 255, 255, 0.9);
      max-width: 410px;
      float: right;
      color: #292f36; }
      .hero .hero-overlay .hero-content-form h2 {
        font-size: 2em;
        padding-left: 10px;
        padding-right: 10px; }
      .hero .hero-overlay .hero-content-form input[type="submit"] {
        background-color: #293141;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 25px; }

.services .wrapper > h2 {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase; }

.service-box {
  position: relative;
  display: block;
  margin: 0 auto 40px;
  max-width: 550px; }
  .service-box:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  .service-box:hover .service-box-caption {
    border: 3px solid #c6b069; }
    .service-box:hover .service-box-caption .service-box-caption-title {
      bottom: -20%; }
    .service-box:hover .service-box-caption .service-box-caption-content {
      top: 0; }
  .service-box .service-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden; }
    .service-box .service-box-caption .service-box-caption-title {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #c6b069;
      color: #ffffff;
      font-size: 30px;
      padding: 10px;
      font-weight: 900;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      transition: all .2s; }
    .service-box .service-box-caption .service-box-caption-content {
      position: absolute;
      top: 100%;
      width: 100%;
      text-align: center;
      color: #afd5f5;
      padding: 30px;
      text-transform: uppercase;
      -webkit-transition: all .15s;
      -moz-transition: all .15s;
      transition: all .15s; }
      .service-box .service-box-caption .service-box-caption-content .service-box-title {
        color: #ffffff; }
      .service-box .service-box-caption .service-box-caption-content .service-box-description {
        font-size: 18px;
        padding: 0 30px;
        -webkit-transition: all .15s;
        -moz-transition: all .15s;
        transition: all .15s; }
        .service-box .service-box-caption .service-box-caption-content .service-box-description p {
          color: #ffffff; }
        .service-box .service-box-caption .service-box-caption-content .service-box-description .btn {
          text-transform: uppercase;
          background-color: #c6b069;
          border-color: #c6b069;}

section.features {
  background-color: #ebebeb;
  padding: 40px 0; }
  section.features .col-md-12 h2 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900; }
    section.features .col-md-12 h2:after {
      content: "";
      height: 5px;
      width: 190px;
      background-color: #14264B;
      display: block;
      margin: auto;
      transform: translateY(40px); }
  section.features .value-prop-box {
    padding: 40px 0 25px; }
    section.features .value-prop-box h2 {
      color: #14264B; }
    section.features .value-prop-box p {
      text-align: justify; }
    section.features .value-prop-box i.fa {
      font-size: 90px;
      color: #ff6b6b; }

.footer {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/footer-img.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding-top: 30px;
  color: #fff;
  min-height: 412px; }
  .footer:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .footer .estimate-f {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    background-color: #14264B;
    max-width: 500px;
    margin: auto;
    padding: 15px;
    text-transform: uppercase; }
    .footer .estimate-f a {
      color: #fff;
      display: block; }
      .footer .estimate-f a:hover {
        text-decoration: none; }
  .footer .footer-brand {
    font-size: 3em;
    font-weight: bold;
    word-break: break-word; }
  .footer .xl-heading {
    font-size: 2.5em; }
    .footer .xl-heading i.fa.fa-phone {
      border: 2px solid #ffffff;
      border-radius: 100%;
      padding: 5px 10px;
      font-size: 40px; }
    .footer .xl-heading a {
      color: #ffffff; }
  .footer .copyright {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff; }

@media (max-width: 949px) {
  .navbar-header {
    height: 75px;
    margin-top: 15px; } }
@media (max-width: 992px) {
  .hero-content-form {
    float: none;
    margin: auto; } }
@media (max-width: 767px) {
  .company-info {
    margin-top: 5%; } }
@media (min-width: 768px) {
  .wrapper {
    width: 750px; }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 20px; }

  .footer {
    padding-top: 160px; } }
@media (min-width: 992px) {
  .wrapper {
    width: 970px; } }
@media (min-width: 949px) {
  .navbar-header {
    max-width: 290px;
    word-break: break-word; }

  .navbar .navbar-collapse {
    text-align: center; }

  .navbar-cta {
    float: right;
    margin-top: 28px; } }
@media (min-width: 1200px) {
  .wrapper {
    width: 1170px; } }

/*# sourceMappingURL=styles.css.map */
