.button {
  display: inline-block;
  padding: 8px 25px;
  color: #000;
  border: 0;
  outline: none;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .button:hover {
    text-decoration: none;
    color: #000; }

a {
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #f78d06; }
  a:hover, a:active, a:focus {
    color: #043658;
    text-decoration: none;
    outline: none; }

.button i {
  margin-right: 5px; }

.button_primary {
  background: #f78d06; }
  .button_primary:hover {
    background: #065a93;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .button_primary:active {
    background: #032740; }

.button_secondary {
  background: #e98b23; }
  .button_secondary:hover {
    background: #cf7615;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .button_secondary:active {
    background: #80490d; }

.button_transparent {
  background: transparent; }
  .button_transparent:hover {
    opacity: 0.7; }

@media only screen and (max-width: 767px) {
  .button {
    width: 100%;
    max-width: 400px;
    text-align: center; } }

body {
  font-size: 18px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  line-height: 1.4; }

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6 {
  font-weight: 600; }

.h1, h1, .h2, h2 {
  line-height: 1.1; }

.h3, h3, .h4, h4 {
  line-height: 1.3; }

.h1, h1 {
  font-size: 250%; }

.h2, h2 {
  font-size: 200%; }

.h3, h3 {
  font-size: 160%; }

.h4, h4 {
  font-size: 160%; }

.h5, h5 {
  font-size: 140%; }

h2 {
  color: #f78d06;
  margin: 30px 0; }
  h2 span {
    color: #e98b23; }

@media only screen and (max-width: 767px) {
  .h1, h1 {
    font-size: 180%; }
  .h2, h2 {
    font-size: 170%; }
  .h3, h3 {
    font-size: 150%; }
  .h4, h4 {
    font-size: 130%; }
  .h5, h5 {
    font-size: 110%; } }

body {
  padding-top: 104px; }

.click-to-call {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #e98b23;
  color: #fff;
  font-weight: 600;
  padding: 8px 25px;
  z-index: 3;
  font-size: 23px;
  text-align: center;
  -webkit-box-shadow: 0px -2px 11px -2px #000;
  box-shadow: 0px -2px 11px -2px #000; }

.phoneNum {
  font-weight: 600; }

.bulletList {
  padding-left: 0px; }
  .bulletList li {
    list-style: none;
    margin: 10px 0;
    font-weight: 600; }
    .bulletList li:before {
      content: "\f058";
      font-family: FontAwesome;
      margin-right: 10px; }

select.form-control {
  padding: 0 12px; }

input.form-control, select.form-control, textarea.form-control {
  font-size: 16px;
  color: #929292; }
  input.form-control[disabled], input.form-control[readonly], select.form-control[disabled], select.form-control[readonly], textarea.form-control[disabled], textarea.form-control[readonly] {
    background-color: #fff; }
  input.form-control.inputError, select.form-control.inputError, textarea.form-control.inputError {
    border: 1px solid red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); }
  input.form-control.placeholder, select.form-control.placeholder, textarea.form-control.placeholder {
    color: #929292; }
  input.form-control:-moz-placeholder, select.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder {
    color: #929292; }
  input.form-control::-moz-placeholder, select.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
    color: #929292; }
  input.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #929292; }
  input.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #929292; }

@media only screen and (max-width: 767px) {
  body {
    padding-top: 119px;
    padding-bottom: 46px; } }

.header {
  background: #fff;
  border-top: 4px solid #f78d06;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0px -1px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 17px 0px rgba(0, 0, 0, 0.75); }
  .header-cred {
    margin-top: 5px; }
    .header-cred .license-card {
      margin: 0 auto; }
      .header-cred .license-card .credentials-list li {
        width: 40%; }
    .header-cred__item {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
      .header-cred__item:last-child {
        display: none; }
  .header-logo {
    margin-top: 10px; }
    .header-logo img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .header-phone {
    background: #f78d06;
    color: #fff;
    text-align: center;
    padding: 17px 0; }
    .header-phone i {
      margin-right: 10px;
      font-size: 32px; }
    .header-phone p {
      margin-bottom: 0; }
    .header-phone a {
      color: #fff;
      font-weight: 600;
      font-size: 32px; }

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .header-cred {
    padding-top: 15px; } }

@media only screen and (max-width: 767px) {
  .header {
    border-top: 0;
    padding: 5px 0; }
    .header .col-md-3 {
      float: left; }
    .header-cred {
      text-align: right; }
      .header-cred__item:last-child {
        display: inline-block;
        padding-top: 5px;
        font-size: 32px; }
    .header-logo {
      margin-top: 0;
      padding: 10px 0;
      width: 120px; }
      .header-logo img {
        margin: 0 auto; } }

.banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 140, 21, 0.1)), to(rgba(0, 0, 0, 0))), url(../img/img-2.jpg) no-repeat center center;
  background: -webkit-linear-gradient(rgba(247, 140, 21, 0.1), rgba(0, 0, 0, 0)), url(../img/img-2.jpg) no-repeat center center;
  background: -o-linear-gradient(rgba(247, 140, 21, 0.1), rgba(0, 0, 0, 0)), url(../img/img-2.jpg) no-repeat center center;
  background: linear-gradient(rgba(247, 140, 21, 0.1), rgba(0, 0, 0, 0)), url(../img/img-2.jpg) no-repeat center center;
  background-size: cover;
  padding: 5% 0;
  border-bottom: 4px solid #e98b23; }
  .banner-text h1, .banner-text li, .banner-text p {
    color: #fff; }
  .banner-text p {
    font-weight: 600; }
  .banner-text h1 {
    margin-top: 0; }
  .banner-text li, .banner-text p {
    font-size: 22px; }
  .banner-form {
    background: #eee;
    padding: 20px; }
    .banner-form .button {
      width: 100%; }
    .banner-form__header {
      background: #e98b23;
      padding: 8px 25px;
      width: 100%;
      text-align: center;
      color: #fff; }
    .banner-form__body--step2 {
      display: none; }

@media only screen and (max-width: 992px) {
  .banner-form__header {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .banner-form__header {
    margin-top: 20px; }
  .banner-text li, .banner-text p {
    font-size: 18px; } }

.credentials {
  background: #eee;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }
  .credentials h2 {
    margin-top: 0; }
  .credentials-list {
    padding-left: 0; }
    .credentials-list li {
      display: inline-block;
      vertical-align: middle;
      width: 33.3333%;
      max-width: 200px; }
      .credentials-list li img {
        margin: 0 auto; }

.bullets {
  border-bottom: 1px solid #ddd;
  padding: 50px 0; }
  .bullets h2 {
    margin-top: 0; }
  .bullets-item h3 {
    color: #f78d06; }
  .bullets-item__icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #f78d06;
    color: #f78d06;
    font-size: 48px;
    margin: 0 auto; }
    .bullets-item__icon i {
      line-height: 120px; }

.about {
  background: #eee;
  padding: 50px 0; }
  .about-text {
    border: 1px solid #ddd;
    border-top: 4px solid #f78d06;
    background: #fff;
    padding: 20px 30px;
    text-align: center; }
    .about-text__logo a, .about-text__logo h2 {
      display: inline-block;
      vertical-align: middle; }
  .about-services {
    background: #ffe;
    padding: 20px 30px;
    padding-top: 0;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-top: 4px solid #e98b23; }
    .about-services ul li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 10px; }
      .about-services ul li:after {
        content: '/';
        margin: 0 5px;
        color: #aaaaaa;
        display: inline-block; }
      .about-services ul li:last-child:after {
        content: ''; }
  .about-servicesCity {
    background: #fff;
    padding: 20px 30px;
    padding-top: 0;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-top: 4px solid #f78d06;
    text-align: center; }
    .about-servicesCity ul {
      padding-left: 0; }
      .about-servicesCity ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px; }
        .about-servicesCity ul li:after {
          content: '/';
          margin: 0 5px;
          color: #aaaaaa;
          display: inline-block; }
        .about-servicesCity ul li:last-child:after {
          content: ''; }

@media only screen and (max-width: 767px) {
  .about-text {
    margin-bottom: 20px;
    text-align: center; } }

.video-inner {
  border: 1px solid #ddd;
  display: table; }
  .video-inner h2 {
    background: #f78d06;
    padding: 8px 25px;
    margin: 0;
    color: #fff; }
  .video-inner__box {
    font-size: 38px;
    text-align: center;
    padding: 20px; }

.quote {
  background: #f78d06;
  padding: 30px;
  text-align: center; }
  .quote h2 {
    color: #fff;
    margin-top: 0; }

.footer {
  background: #e98b23;
  padding: 30px;
  color: #fff; }
  .footer p {
    margin-bottom: 0; }
  .footer a {
    color: #fff; }

@media only screen and (max-width: 767px) {
  .footer {
    text-align: center; }
    .footer p {
      text-align: center;
      margin: 5px 0; }
      .footer p img {
        margin-top: 10px; } }
