.strong {
  font-family: "Open Sans", sans_serif;
  color: #fff !important;
}

.wrapper {
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
}

.navbar-default {
  padding: 10px 0 !important;
}

header {
  min-height: 170px;
}

nav#mainNav .container {
  min-height: 120px;
}

.header-row {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: inherit;
  justify-content: space-between;
  align-items: center;
}

.header-logo-wrap {
  padding-right: 15px;
}

.header-logo a {
  display: block;
  text-align: center;
}

.header-logo a img {
  max-height: 50px;
}

.header-row a.brand-name {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 0;
  line-height: 1.2;
  color: #000;
  display: inline-block;
}

.header-info .location {
  text-align: center;
}

.header-logo-wrap {
  padding: 10px 0 0 0;
  width: auto;
  text-align: center;
}

.header-info {
  width: 100%;
}

.header-logo-wrap {
  width: 100%;
}

.navbar-cta {
  text-align: center;
  margin-top: 20px;
}

h2.no-span {
  display: table;
  white-space: nowrap;
}

h2.no-span:before,
h2.no-span:after {
  border-top: 1px solid #781425;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}

h2.no-span:before {
  right: 1.5%;
}

h2.no-span:after {
  left: 1.5%;
}

span.h3.phone {
  font-size: 33px;
}

span.h3.phone i {
  margin-right: 10px;
  color: #fff;
  padding: 5px 9px 4px;
  background-color: #f26722;
  border-radius: 8px;
}

span.h3.phone a {
  color: #424242;
  font-family: "Open Sans", sans_serif;
}

.nav > li.active {
  background-color: #00325c;
  border-radius: 5px 5px 0 0;
}

.nav > li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.nav > li:hover {
  background-color: #00325c;
  border-radius: 5px 5px 0 0;
}

.nav > li:hover a {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #d1d1d1 !important;
}

.form-control:-moz-placeholder {
  color: #d1d1d1 !important;
}

.form-control::-moz-placeholder {
  color: #d1d1d1 !important;
}

.form-control:-ms-input-placeholder {
  color: #d1d1d1 !important;
}

.hero {
  position: relative;
  background: url(../images/hero-image.jpg);
  color: #fff;
  height: 100%;
  min-height: 600px;
  font-family: "Open Sans", sans_serif;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50);
}

.hero .hero-overlay {
  height: 750px;
  vertical-align: middle;
  display: table-cell;
}

.hero .hero-overlay .hero-content-box {
  text-align: left;
  width: 100%;
  display: flex;
  vertical-align: bottom;
  height: 440px;
  align-items: center;
}

.hero .hero-overlay .hero-content-box .hero-content-box-wrap {
  padding: 25px;
}

.hero .hero-overlay .hero-content-box h1 {
  font-weight: bold;
  font-size: 45px;
  text-shadow: 0 2px 5px #333;
}

.hero .hero-overlay .hero-content-box span {
  color: #363636;
}

.hero .hero-overlay .hero-content-box span.text-first-row {
  border-bottom: 2px solid #363636;
  display: block;
}

.hero .hero-overlay .hero-content-box span.text-second-row {
  text-align: center;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  margin-top: 15px;
  color: #faa634 !important;
  padding: 5px;
}

.hero .hero-overlay .hero-content-box p {
  font-size: 22px;
}

.hero .hero-overlay .hero-content-form {
  max-width: 530px;
  float: right;
  color: #fff;
  border: 2px solid #0da049;
}

.hero .hero-overlay .hero-content-form h2 {
  font-size: 1.8em;
  text-align: center;
  background-color: rgba(66, 71, 73, .80);
  color: #fff;
  padding: 15px 0px;
  margin: auto;
}

.hero .hero-overlay .hero-content-form fieldset {
  background-color: rgba(66, 71, 73, .80);
  padding-top: 10px;
}

.hero .hero-overlay .hero-content-form fieldset .field-wrap {
  padding-top: 5px;
  padding-bottom: 10px;
}

.hero .hero-overlay .hero-content-form .form-control {
  margin: 0;
}

.hero .hero-overlay .hero-content-form .comment {
  margin-bottom: 12px;
}

.hero .hero-overlay .hero-content-form .comment .form-control {
  height: 80px;
  padding-top: 0 !important;
}

.hero .hero-overlay .hero-content-form label {
  margin-bottom: 0;
  font-weight: normal;
  margin-top: -5px;
}

.hero .hero-overlay .hero-content-form span {
  color: #ff6b6b;
}

.hero .hero-overlay .hero-content-form input[type="submit"] {
  background-color: #0da049;
  color: #ffffff;
  font-size: 26px;
  padding: 0 !important;
  height: 60px;
  margin: auto;
  display: block;
  border: none;
}

.hero .hero-overlay .hero-content-form .agreement p {
  font-size: 14px;
}

.radio-field,
.parent-phone {
  padding-bottom: 35px !important;
}

.services {
  color: #000033;
  padding-bottom: 15px;
}

.services .usp {
  text-align: center;
}

.services .usp h2 {
  font-weight: bold;
  color: #000033;
  font-family: "Open Sans", sans_serif;
  padding: 20px;
}

.services .usp .sub-title {
  font-size: 26px;
  font-weight: bold;
}

.services .usp .separator {
  height: 3px;
  max-width: 150px;
  background: #37465f;
  margin: 50px auto;
}

.services .sb-wrap {
  text-align: center;
  color: #ffffff;
  margin: 10px 0;
}

.services .sb-container {
  background: #424749;
  color: #fff;
  padding: 60px 25px;
}

.services .sb-container img {
  width: 60px;
}

.services .sb-container i.fa.fa-check-square-o {
  font-size: 6rem;
}

.services .licensed {
  clear: both;
  text-align: center;
  font-size: 3rem;
  padding: 25px 0;
  font-weight: bold;
  max-width: 90%;
  margin: auto;
}

.services .disclaimer {
  color: #333333;
  text-align: right;
  padding: 0 5px;
}

.services .wrapper > h2 {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
}

section.features {
  background: url(../images/contact-section-bg.jpg) no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  padding-top: 25px;
  background-position: center;
}

section#features:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50);
}

section.features .row {
  margin: auto;
}

section.features .why-choose {
  padding: 0 0 25px;
  margin: 25px auto;
  max-width: 1200px;
  float: none;
}

section.features .col-md-12 h2 {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 25px;
  font-size: 40px;
  font-family: "Open Sans", sans_serif;
  text-shadow: 0 2px 8px #333;
}

section.features .col-md-12 h3 {
  color: #fff;
}

section.features p {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

section.features .submit-btn {
  background-color: #0da049;
  color: #ffffff;
  font-size: 26px;
  margin: 30px auto 0;
  display: block;
  border: none;
  max-width: 400px;
  padding: 5px;
}

section.features .submit-btn a {
  display: block;
  color: #ffffff;
  font-weight: bold;
}

section.dashboard {
  background: url(../images/control-section-background.jpg) no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  padding: 20px 0 30px;
}

section.dashboard h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

section .dashboard-content-img {
  border: 1px solid #000;
}

section .dashboard-content strong {
  color: #0da049;
}

section.dashboard img {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
  padding: 10px;
}

section.dashboard .dashboard-content {
  max-width: 1200px;
  margin: auto;
}

section.dashboard .dashboard-content p {
  position: relative;
  right: 0;
  font-size: 24px;
}

.connect {
  background-color: #fff;
  display: block;
  padding: 10px 10px 25px;
  overflow: hidden;
}

.connect h2 {
  color: #4d4d4d;
  font-family: "Open Sans", sans_serif;
}

.connect p {
  font-size: 26px;
  color: #4d4d4d;
}

.connect .testimonials {
  max-width: 895px;
  margin: auto;
  float: none;
}

.clients {
  background-color: #f8f8f8;
}

.clients .bx-wrapper {
  box-shadow: none;
  background: transparent;
  border: 0;
}

.clients .badges {
  overflow: hidden;
}

.clients .badges h3 {
  text-align: center;
  color: #4d4d4d;
  padding: 5px;
}

.clients .clients-logo li {
  display: inline-block;
  list-style-type: none;
  padding: 5px;
}

.footer {
  position: relative;
  color: #fff;
  background-color: #424749;
}

.footer .company-info a.btn-service {
  color: #fff;
  background-color: #c80000;
  text-transform: uppercase;
  font-size: 18px;
  max-width: 280px;
  border-radius: 30px 30px 30px 30px;
  height: 60px;
  margin: 25px auto;
  display: block;
}

.footer .footer-wrapper {
  padding: 24px 0;
  text-align: left;
  display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: inherit;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-wrapper .col-md-6.col-xs-6 {
  width: 100%;
  text-align: center;
}

.footer .footer-wrapper .location {
  text-align: center;
}

.footer-site-logo img {
  max-height: 90px;
}

.footer-site-name {
  font-size: 36px;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.2;
  border-bottom: 5px solid #fff;
  border-top: 1px solid #fff;
  display: inline-block;
}

.footer .footer-wrapper .footer-location {
  margin-top: 15px;
}

.footer .company-info hr {
  max-width: 60%;
  margin: 100px auto 60px;
}

.footer .footer-brand {
  font-size: 3em;
  font-weight: bold;
  word-break: break-word;
}

.footer .xl-heading {
  font-size: 3rem;
  text-align: center;
  margin-top: 4px;
}

.footer .xl-heading i.fa.fa-phone {
  margin-right: 10px;
  color: #424242;
  padding: 5px 9px 4px;
  background-color: #f26722;
  border-radius: 8px;
}

.footer .xl-heading a {
  color: #ffffff;
}

.footer img.logo-f {
  max-width: 310px;
}

.copyright {
  background-color: #38393a;
  padding: 20px 10px;
  color: #ffffff;
  text-align: center;
}

@media (max-width:1500px) and (min-width:949px) {
  .service-box .service-box-caption .service-box-caption-content {
    padding: 5px;
  }

}

@media (max-width:1430px) {
  .hero .hero-overlay .hero-content-form fieldset .field-wrap {
    padding-top: 10px;
  }

  .col-md-6.radio-field.field-wrap,
  .col-md-6.field-wrap.parent-phone {
    width: 98%;
  }

  .field-wrap.parent-phone {
    padding-left: 20px !important;
    padding-right: 10px !important;
  }

}

@media (max-width:1400px) {
  .hero .hero-overlay .hero-content-form .form-control {
    margin: 0;
    font-size: 14px;
    padding: 15px 6px;
  }

}

@media (max-width:1100px) {
  section.dashboard .dashboard-content p {
    font-size: 3rem;
  }

  .dashboard-content img {
    max-width: 500px;
  }

}

@media (min-width:1024px) {
  .services .service-block {
    display: flex;
  }

  .services .sb-container {
    height: 100%;
  }

}

@media (max-width:1400px) and (min-width:1023px) {
  .service-box-caption-title {
    font-size: 26px;
  }

  .service-box .service-box-caption .service-box-caption-content .service-box-title {
    font-size: 24px;
  }

  .service-box .service-box-caption .service-box-caption-content .service-box-description {
    padding: 0;
  }

  .services .service-box .service-box-caption .service-box-caption-content p {
    font-size: 14px;
    line-height: 1.2;
  }

}

@media (max-width:1023px) {
  .hero .hero-overlay .hero-content-box h1 {
    font-size: 45px;
  }

  .hero .hero-overlay .hero-content-box {
    height: auto;
  }

  .row.service-block .col-md-6 {
    width: 100%;
  }

  .hero .col-md-7,
  .hero .col-md-5 {
    width: 100%;
  }

  .hero .col-lg-7,
  .hero .col-md-7,
  .hero .col-lg-5,
  .hero .col-md-5 {
    z-index: 5;
  }

  .hero .hero-overlay .hero-content-form {
    float: none;
    margin: auto;
  }

  .dashboard-content img {
    float: none !important;
    display: block;
    margin: auto;
  }

  section.dashboard .dashboard-content p {
    top: 10px;
    text-align: center;
  }

  .services .col-md-4 {
    width: 100%;
  }

  .radio-field {
    padding-bottom: 10px !important;
  }

  .footer .footer-wrapper {
    overflow: hidden;
  }

}

@media (max-width:949px) {
  .navbar-header {
    height: 75px;
    margin-top: 15px;
    float: left;
    margin-left: 0 !important;
  }

  .navbar .navbar-nav {
    display: block;
    float: none;
    vertical-align: top;
    margin-top: 30px;
    padding-left: 0;
    text-align: left;
    margin: 0;
  }

  .location {
    font-size: 16px;
  }

  span.h3.phone {
    font-size: 26px;
  }

  .navbar-default .navbar-nav > li > a:hover:before,
  .navbar-default .navbar-nav > li > a:hover:after,
  .navbar-default .navbar-nav > .active > a:before,
  .navbar-default .navbar-nav > .active > a:after {
    content: none;
  }

  .hero .hero-overlay .hero-content-form {
    float: none;
  }

  .hero .hero-overlay .hero-content-form fieldset .field-wrap:nth-child(odd) {
    padding-right: 20px;
  }

  .hero .hero-overlay .hero-content-form fieldset .field-wrap:nth-child(even) {
    padding-left: 20px;
  }

  .col-md-6.radio-field.field-wrap {
    padding-right: 10px !important;
  }

  section.features .value-prop-box {
    min-height: 100%;
    margin-bottom: 75px;
  }

}

@media (max-width:840px) {
  .location {
    font-size: 14px;
  }

  .footer img.logo-f {
    max-width: 200px;
  }

  .footer .xl-heading {
    font-size: 20px;
  }

}

@media (max-width:768px) {
  .company-info {
    margin-top: 5%;
  }

  .hero .hero-overlay .hero-content-box h1 {
    font-size: 1.8em;
  }

  .hero .hero-overlay .hero-content-form h2 {
    font-size: 1em;
  }

  .service-box:hover:before {
    content: none;
  }

  .service-box-caption-title,
  .service-box:hover .service-box-caption-title {
    display: none;
  }

  .service-box:hover .service-box-caption {
    border: none;
  }

  .services .service-box .service-box-caption {
    position: relative;
    overflow: visible;
  }

  .service-box .service-box-caption .service-box-caption-content .service-box-title {
    color: #00436e;
    font-size: 30px !important;
  }

  .services .service-box .service-box-caption .service-box-caption-content {
    position: relative;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    padding: 5px;
    color: #00436e;
  }

  .services .service-box .service-box-caption .service-box-caption-content .col-md-7:after {
    content: none;
  }

  .connect p,
  section.features p {
    font-size: 18px;
  }

  section.features .submit-btn {
    font-size: 20px;
  }

  h2 {
    font-size: 35px !important;
  }

  .footer .xl-heading i.fa.fa-phone {
    margin-right: 2px;
  }

  .footer .xl-heading {
    font-size: 16px;
  }

  .copyright {
    font-size: 12px;
  }

}

@media (min-width:769px) {
  .wrapper {
    width: 750px;
  }

  .service-box:hover .free-test {
    display: block !important;
  }

}

@media (min-width:992px) {
  header {
    min-height: 140px;
  }

  .wrapper {
    width: 970px;
  }

  .header-info {
    width: auto;
  }

  .header-logo-wrap {
    padding: 0 15px 0 0;
    width: auto;
  }

  .navbar-cta {
    text-align: right;
    margin-top: 0;
  }

  .header-info .location {
    text-align: right;
  }

  .header-logo a {
    text-align: left;
  }

  .header-logo a img {
    max-height: 90px;
  }

  .footer .footer-wrapper .col-md-6.col-xs-6 {
    width: 50%;
    text-align: left;
  }

  .footer .xl-heading {
    text-align: right;
  }

  .footer .footer-wrapper .location {
    text-align: right;
  }

  .footer .footer-wrapper .footer-location {
    margin-top: 0;
  }

}

@media (min-width:950px) {
  .navbar-header {
    word-break: break-word;
  }

  .navbar .navbar-collapse {
    text-align: center;
    min-height: 95px;
  }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 30px;
    padding-left: 240px;
  }

}

@media (min-width:1200px) {
  .wrapper {
    width: 1170px;
  }

}

@media (max-width:575px) {
  .hero .hero-overlay .hero-content-form h2 {
    font-size: 23px !important;
    padding-bottom: 0;
  }

  section.dashboard .dashboard-content p {
    font-size: 2rem;
  }

  .location {
    font-size: 12px;
  }

  span.h3.phone {
    font-size: 12px;
  }

  span.h3.phone i {
    margin-right: 2px;
  }

  .service-box .service-box-caption .service-box-caption-content .service-box-description {
    font-size: 15px;
  }

  h2.no-span {
    white-space: normal;
  }

  .service-box a.btn.btn-info.page-scroll {
    font-size: 14px;
  }

  .hero .hero-overlay .hero-content-form input[type="submit"] {
    font-size: 16px;
  }

  .hero .hero-overlay .hero-content-box p {
    font-size: 18px;
  }

  .connect p,
  section.features p {
    font-size: 15px;
  }

  .footer {
    overflow: hidden;
  }

  .footer-wrapper img {
    width: 100%;
    height: auto;
    max-width: 100px;
  }

  .footer img.logo-f {
    max-width: 90px;
  }

  .footer .xl-heading i.fa.fa-phone {
    margin-right: 2px;
  }

  .footer .xl-heading {
    font-size: 12px;
  }

}

/*# sourceMappingURL=styles.css.map */
