.strong {
  font-family: "Open Sans", sans_serif;
  color: #fff !important;
}
.location {
  text-align: right;
  color: #1c252c;
}
.wrapper {
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
}
.navbar-default {
  padding: 15px 0;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.navbar-default .navbar-brand, .footer-col .navbar-brand {
  color: #292f36;
  margin: 0 !important;
  float: none;
  padding: 0;
  font-size: 0;
  line-height: 1;
  display: block;
  height: auto;
}
.navbar-header a.lp-logo, .footer-col a.lp-logo {
  font-weight: bold;
  font-size: 20px;
  color: #1c252c;
}
.navbar-brand > img {
  display: block;
  max-height: 100px;
}
nav#mainNav .location {
  color: #1c252c;
}
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: 30px;
}
span.h3.phone i {
  margin-right: 10px;
  color: #fff;
  padding: 5px 9px 4px;
  background-color: #e58c32;
  border-radius: 8px;
}
span.h3.phone a {
  color: #1c252c;
  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 {
  border-radius: 10px;
  height: 53px;
}
.form-control::-webkit-input-placeholder {
  color: #8b8179 !important;
}
.form-control:-moz-placeholder {
  color: #8b8179 !important;
}
.form-control::-moz-placeholder {
  color: #8b8179 !important;
}
.form-control:-ms-input-placeholder {
  color: #8b8179 !important;
}
.hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 27, 33, .75);
}
.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 .hero-overlay {
  height: 750px;
  vertical-align: middle;
  display: table-cell;
}
.hero .hero-overlay .hero-content-box {
  text-align: left;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  height: 468px;
}
.hero .hero-overlay .hero-content-box .hero-content-box-wrap {
  padding: 25px;
  background-color: rgba(17, 27, 33, .30);
  max-width: 95%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .20);
}
.hero .hero-overlay .hero-content-box h1 {
  font-weight: bold;
  font-size: 38px;
}
.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;
  color: #cccccc;
}
.hero-content-form p {
  color: #000;
}
.hero .hero-overlay .hero-content-form {
  max-width: 530px;
  float: right;
  color: #fff;
  box-shadow: 0 0 70px rgba(229, 140, 50, .15);
}
.hero .hero-overlay .hero-content-form h2 {
  font-size: 30px;
  text-align: center;
  background-color: #1c252c;
  color: #fff;
  padding: 15px 15px;
  margin: auto;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
}
.hero .hero-overlay .hero-content-form fieldset {
  background-color: #FFF;
  padding-top: 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.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 auto;
  width: 97%;
  background-color: #fff;
}
.hero .hero-overlay .hero-content-form .comment {
  margin-bottom: 12px;
}
.hero .hero-overlay .hero-content-form .comment .form-control {
  height: 54px;
  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: #e58c32;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  padding: 0 !important;
  height: 72px;
  margin: auto;
  display: block;
  border: none;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}
.hero .hero-overlay .hero-content-form .agreement p {
  font-size: 14px;
}
.radio-field, .parent-phone {
  padding-bottom: 35px !important;
}
.services {
  color: #f2f1ed;
  padding-bottom: 100px;
  background-color: #f2f1ed;
}
.services .usp {
  text-align: center;
}
.services .usp h2 {
  font-weight: bold;
  color: #1c252c;
  font-family: "Open Sans", sans_serif;
  padding: 80px 20px 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: #003257;
  margin: 10px 0;
  background: #FFF;
  border-radius: 10px;
}
.services .sb-container {
  color: #8b8179;
  min-height: 280px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.services .sb-container h3 {
  color: #1c252c;
  margin-bottom: 20px;
}
.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;
}
.services .service-block {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.choose {
  padding: 100px 0;
  background-color: #111b21;
}
.choose .choose-wrapper {
  background: #182228;
  border-radius: 10px;
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, .17);
}
.choose .choose-block {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.counter-block {
  margin-top: 40px;
}
.choose .choose-icon {
  background: #e58c32;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.choose .choose-info {
  width: calc(100% - 62px);
}
.choose .ch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
}
.choose .ch-wrap {
  border-radius: 10px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, .10);
  padding: 10px 15px;
}
.choose .usp {
  text-align: center;
}
.choose .choose-block h2 {
  color: #e58c32;
  margin-bottom: 20px;
}
.choose .choose-block h3 {
  color: #FFF;
  font-size: 18px;
  margin: 0;
}
.choose .ch-container p {
  color: #ccc;
  font-size: 14px;
  margin: 0;
}
.counter-section.odometer.odometer-auto-theme {
  display: none;
}
.choose .choose-wrapper h2 {
  color: #e58c32;
  margin-bottom: 30px;
}
.choose .counter-label {
  color: #ccc;
  font-size: 16px;
}
.choose .counter-block h3 {
  color: #e58c32;
  margin: 0;
  font-size: 38px;
}
.choose .counter-item {
  position: relative;
}
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 .row {
  margin: auto;
}
section.features .why-choose {
  padding: 0 0 25px;
  margin: 55px 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;
}
section.features p {
  text-align: center;
  font-size: 24px;
  color: #f2f1ed;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
section.features .submit-btn {
  background-color: #e58c32;
  color: #ffffff;
  font-size: 24px;
  margin: 30px auto 0;
  display: block;
  border: none;
  max-width: 330px;
  padding: 7px 5px;
  font-weight: bold;
  border-radius: 10px;
}
section.features .submit-btn a {
  display: block;
  color: #ffffff;
}
.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: #ffffff;
}
.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: 30px 20px;
  text-align: left;
}
.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: 26px;
  text-align: right;
  margin-top: 4px;
}
.footer .xl-heading i.fa.fa-phone {
  margin-right: 10px;
  color: #fff;
  padding: 5px 9px 4px;
  background-color: #e58c32;
  border-radius: 8px;
}
.footer .xl-heading a {
  color: #1c252c;
  font-weight: bold;
}
.footer img.logo-f {
  max-width: 224px;
}
.copyright {
  background-color: #1c252c;
  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) {
  .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 {
    font-size: 18px;
    padding: 10px 6px;
  }
}
@media (max-width:1100px) {
  section.dashboard .dashboard-content p {
    font-size: 3rem;
  }
  .dashboard-content img {
    max-width: 500px;
  }
}
@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) {
  .mobile {
    display: block;
    max-width: 400px;
  }
  .hero .hero-overlay .hero-content-box h1 {
    font-size: 45px;
  }
  .hero .hero-overlay .hero-content-box {
    height: auto;
  }
  .hero .hero-overlay .hero-content-box .hero-content-box-wrap {
    background-color: transparent;
    margin-top: 20px;
    max-width: 100%;
  }
  section.hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  .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: 20px auto;
  }
  .dashboard-content img {
    float: none !important;
    display: block;
    margin: auto;
  }
  .services .sb-container {
    padding-bottom: 40px;
  }
  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) {
  header {
    min-height: 260px;
  }
  .navbar-header {
    height: auto;
    margin: 0;
    float: none;
    margin-left: 0 !important;
    text-align: center;
  }
  .navbar-brand > img {
    margin: 0 auto;
    padding: 5px 0;
  }
  .location {
    text-align: center;
    margin: 0 auto;
  }
  .navbar .navbar-nav {
    display: block;
    float: none;
    vertical-align: top;
    margin-top: 30px;
    padding-left: 0;
    text-align: left;
    margin: 0;
  }
  .navbar-cta {
    text-align: center;
  }
  .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;
  }
  .col-md-6.radio-field.field-wrap {
    padding-right: 10px !important;
  }
  section.features .value-prop-box {
    min-height: 100%;
    margin-bottom: 75px;
  }
  .footer-col {
    text-align: center;
  }
  .footer .xl-heading {
    text-align: center;
  }
  .choose .counter-item {
    margin-bottom: 30px;
  }
  .services .service-block {
    flex-direction: column;
    padding: 0 20px;
  }
  .choose .choose-wrapper {
    margin: 0 20px;
    padding: 20px 20px;
  }
  .choose .choose-block {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width:840px) {
  nav#mainNav .navbar-brand {
    background-size: contain;
  }
  .footer img.logo-f {
    max-width: 200px;
  }
}
@media (max-width:768px) {
  .company-info {
    margin-top: 5%;
  }
  .hero .hero-overlay .hero-content-box h1 {
    font-size: 1.6em;
  }
  .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;
  }
  .copyright {
    font-size: 12px;
  }
}
@media (min-width:769px) {
  .wrapper {
    width: 750px;
  }
  .service-box:hover .free-test {
    display: block !important;
  }
}
@media (min-width:992px) {
  .wrapper {
    width: 970px;
  }
  .choose .counter-item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #30393e;
    right: 0;
    top: 0;
  }
  .choose .counter-item:last-child:after {
    display: none;
  }
  .choose .choose-block {
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    padding-bottom: 30px;
    flex-direction: row;
  }
  .counter-block {
    margin-top: 0;
  }
}
@media (min-width:950px) {
  header {
    min-height: 155px;
  }
  .navbar-header {
    word-break: break-word;
    margin: 0;
    float: none;
    width: 49%;
  }
  .navbar .navbar-collapse {
    text-align: center;
    min-height: 95px;
  }
  nav#mainNav .container {
    min-height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  nav#mainNav .container .navbar {
    width: 49%;
  }
  .navbar-cta {
    text-align: right;
  }
  .location {
    text-align: right;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 30px;
    padding-left: 240px;
  }
  .footer .footer-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .footer .footer-wrapper .footer-col {
    width: 49%;
  }
  .footer .xl-heading {
    font-size: 30px;
  }
}
@media (min-width:1200px) {
  .wrapper {
    width: 1170px;
  }
}
@media (max-width:1200px) {
  .hero .hero-overlay .hero-content-form input[type="submit"] {
    font-size: 24px;
  }
}
@media (max-width:575px) {
  .hero .hero-overlay .hero-content-form h2 {
    font-size: 23px !important;    /*padding-bottom: 0;*/
  }
  .hero .hero-overlay .hero-content-form .form-control {
    width: 100%;
  }
  section.dashboard .dashboard-content p {
    font-size: 2rem;
  }
  .dashboard-content img {
    width: 100%;
  }
  span.h3.phone i {
    margin-right: 2px;
    padding: 3px 7px 2px;
    border-radius: 3px;
  }
  .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: 20px;
  }
  .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;
    padding: 3px 5px 2px;
    border-radius: 4px;
  }
}

/*# sourceMappingURL=styles.css.map */
