/* VARIABLES */
/* OVERRIDE BOOTSTRAP */
.navbar-toggler {
  margin-right: 24px;
}

.navbar {
  padding: 5px 0 0 0;
}

.navbar .navbar-brand {
  text-decoration: none !important;
}

/* GENERAL */
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

body {
  padding-top: 70px;
  background: #f7f8f9;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  letter-spacing: 1px;
}

button:hover, a:hover, button:focus, a:focus {
  text-decoration: underline !important;
}

.top_navbar {
  justify-content: start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 70px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #f8f9fa;
}
.top_navbar .nav-link {
  margin-left: 10px;
}

.section {
  padding: 60px 0;
}

#top-logo {
  height: 50px;
  display: inline-block;
}

.navbar-brand span {
  font-size: 24px;
  vertical-align: middle;
  margin-left: 10px;
}

.title-sub-text {
  font-size: 18px;
  text-align: center;
  color: #404040;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

.hero {
  padding-bottom: 60px;
  position: relative;
  color: white;
  background-color: #1c1b2b;
  background-image: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.hero h4 {
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  margin-bottom: 0;
}
.hero h4 span {
  color: #4488ef;
}
.hero h1, .hero h4 {
  text-transform: uppercase;
}
.hero h1 {
  font-size: 16px;
  margin-bottom: 16px;
}
.hero .action-btns {
  margin-top: 24px;
}
.hero .action-btns a {
  width: 130px;
  text-align: center;
  font-size: 16px;
}
.hero .action-btns a:first-child {
  margin-right: 20px;
}
.hero .bullets {
  display: block;
  margin: 40px auto 50px;
  width: calc(100% - 30px);
  max-width: 420px;
}
.hero .bullets p {
  padding-left: 52px;
  color: #636363;
  margin-bottom: 20px;
  display: none;
}
.hero .bullets h3 {
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
  color: #f5f5f5;
}
.hero .bullets h3 i {
  margin-right: 20px;
  width: 24px;
  font-size: 24px;
}

.tile {
  padding: 24px;
  border-radius: 6px;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.tile h3 {
  margin-bottom: 20px;
}

.home-video #home_video {
  display: block;
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}

.home-services .tile {
  width: calc(100% - 40px);
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
.home-services .tile h3 {
  text-align: center;
  margin: 16px auto;
  font-size: 24px;
}
.home-services .tile i {
  font-size: 40px;
  color: #333333;
}
.home-services .tile p {
  text-align: left;
  margin-bottom: 0;
}

#hero-top-fade {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
}

#mobile-dashboard {
  max-height: 500px;
}

.nav-login {
  padding: 0.5rem 20px !important;
  border-radius: 5px;
  background: #f36221;
  margin-left: 10px;
  color: white !important;
}
.nav-login:hover {
  background: #c7511c;
}

.home-worker {
  position: relative;
  padding-top: 0;
}

.worker-text {
  padding-left: 50px;
}
.worker-text h2 {
  margin-bottom: 20px;
  font-size: 36px;
}
.worker-text p {
  color: #404040;
}

.worker-image {
  background-image: url("../img/roof-painter.jpg");
  background-size: cover;
  height: 360px;
  background-position: right;
  width: calc(100% - 100px);
  margin: 0 auto 0 0;
  position: relative;
  border-radius: 2px;
}
.worker-image #worker-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: left;
  z-index: 1;
  box-shadow: 0px 0px 6px 0px #000000a6;
  background: rgba(26, 57, 77, 0.88);
  border-radius: 2px;
}
.worker-image img {
  height: 220px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -50px;
  margin: 0;
  transform: translateY(-50%);
  border: solid 3px white;
  box-shadow: 0px 0px 6px 0px #000000a6;
  border-radius: 2px;
}

.checkmarks h2 {
  text-align: center;
}
.checkmarks i {
  color: #137529;
  margin-right: 8px;
  font-size: 20px;
  vertical-align: text-bottom;
}
.checkmarks .checkmark-container {
  font-size: 16px;
  margin: 30px auto 0;
}

.home-features h2 {
  text-align: center;
  margin-bottom: 15px;
}
.home-features .col-lg-auto .feature-container:first-child {
  border: none;
}
.home-features .title-sub-text {
  margin-bottom: 20px;
}

.feature-container {
  padding-top: 21px;
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 22px auto 0;
  padding: 20px 0;
  text-align: center;
}
.feature-container h3 {
  font-size: 18px;
  text-align: center;
  margin: 20px auto 10px;
  color: #2d2d2d;
}
.feature-container i {
  text-align: center;
  display: inline-block;
  font-size: 36px;
  margin: 0;
  vertical-align: text-bottom;
  color: #2c83bb;
}
.feature-container p {
  color: #636363;
  margin-bottom: 0;
  text-align: left;
  padding: 0 20px;
}

.footer-contact {
  background: #f5f5f5;
  padding-bottom: 60px;
}
.footer-contact .action-btns {
  text-align: center;
  margin-top: 30px;
}
.footer-contact .action-btns .btn {
  padding: 6px 30px;
}
.footer-contact p {
  color: #404040;
}
.footer-contact h2 {
  margin-bottom: 20px;
  text-align: center;
}

.pricing-title {
  text-align: center;
  padding-bottom: 0;
}
.pricing-title .container h1, .pricing-title .container p, .pricing-title .container div {
  max-width: 600px;
  display: block;
  margin: 0 auto 10px;
}

.package {
  background: white;
  position: relative;
  padding: 20px;
  margin-bottom: 60px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.package .title {
  font-size: 1.6rem;
  line-height: 1.1;
  padding-bottom: 14px;
  border-bottom: solid 1px #d4dce2;
  margin-bottom: 16px;
}
.package .description {
  text-align: left;
}
.package .price {
  font-size: 3rem;
  line-height: 1.1;
  margin: 50px auto 0;
}
.package .price span {
  font-size: 1rem;
}
.package .under_price {
  font-size: 1rem;
  margin-bottom: 0;
}
.package .per-month {
  font-size: 14px;
  margin-bottom: 12px;
}
.package#field-package {
  background: #0a1e33;
  color: #f5f5f5;
}
.package#field-package .title {
  border-color: #5f5f5f;
}
.package#field-package .description {
  color: #e6e6e6;
}

.one-fee {
  text-align: center;
  padding-bottom: 0;
}
.one-fee .price {
  font-size: 3rem;
  line-height: 4.2rem;
}
.one-fee .price-label {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 6px auto 0;
}
.one-fee .checkmarks {
  margin: 0 0 0 0;
  display: inline-block;
  text-align: left;
}
.one-fee .checkmarks .checkmark {
  margin-top: 4px;
}

.plan-option-container {
  text-align: center;
  max-width: 800px;
  display: block;
  margin: 0 auto 20px;
}
.plan-option-container h2 {
  font-weight: normal;
  font-size: 2.2rem;
}

.contact-form {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 6px;
}
.contact-form sup {
  color: red;
}
.contact-form .btn-primary {
  padding: 6px 20px;
}

.contact-container h1 {
  margin-bottom: 14px;
}

.contact-methods .simple-company {
  margin: 20px auto 12px;
  padding-top: 20px;
  border-top: solid 1px #adadad;
  font-size: 1.2rem;
}
.contact-methods .method {
  margin-bottom: 5px;
}
.contact-methods i {
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 8px;
}

.copyright {
  padding: 10px;
  text-align: center;
  background: #f5f5f5;
}

.adjust_user {
  display: flex;
  justify-content: center;
  text-align: center;
}
.adjust_user .add_user, .adjust_user .remove_user, .adjust_user .user_number {
  display: inline-block;
}
.adjust_user .user_number {
  width: 34px;
  padding: 4px;
}
.adjust_user .add_user i, .adjust_user .remove_user i {
  padding: 5px;
  border-radius: 50%;
  height: 26px;
  text-align: center;
  width: 26px;
  color: white;
}
.adjust_user .remove_user {
  color: #898d92;
  cursor: pointer;
}
.adjust_user .remove_user i {
  background: red;
}
.adjust_user .remove_user:hover {
  color: #cc1527;
}
.adjust_user .add_user {
  color: #898d92;
  cursor: pointer;
}
.adjust_user .add_user i {
  background: green;
}
.adjust_user .add_user:hover {
  color: #129830;
}

.calculator {
  margin-top: 30px;
}
.calculator .user_calc_price {
  background: white;
  padding: 10px;
  color: black;
  text-align: right;
  border-bottom: solid 1px gray;
}
.calculator .item_column {
  text-align: left;
}
.calculator .qty_column {
  text-align: center;
}
.calculator #calc_total {
  font-weight: bold;
  border: solid 1px black;
}
.calculator #calc_labels {
  background: #3b3f44;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#calculator_button {
  display: none;
  position: fixed;
  bottom: 8px;
  right: 8px;
  opacity: 0.9;
  background: #1ae8a6;
  color: #0a1944;
  padding: 10px;
  border-radius: 5px;
}

.reviews-section h2 {
  margin-bottom: 30px;
  text-align: center;
}

.testimonial {
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
  background: #fcfeff;
  border-radius: 3px;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.testimonial .customer_name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonial .customer_position {
  display: none;
  color: #2c83bb;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px auto 15px;
}
.testimonial .small_divide_line {
  display: inline-block;
  height: 2px;
  width: 44px;
  background: #c3ccd2;
  margin-bottom: 15px;
}
.testimonial .customer_quote {
  margin-bottom: 25px;
}
.testimonial .customer_img {
  height: 80px;
  width: 80px;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
}

.stars .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #FC0;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 10px;
}
.stars .star:before, .stars .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #FC0;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.stars .star:after {
  transform: rotate(35deg);
}

@media (max-width: 1200px) {
  .hero-text h4 {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  #calculator {
    margin-bottom: 15px;
  }

  .adjust_user .user_number {
    width: auto;
  }
  .adjust_user .remove_user {
    color: #cc1527;
  }
  .adjust_user .add_user {
    color: #129830;
  }

  #calc_standard, #calc_field {
    padding: 3px 10px;
  }

  h1 {
    font-size: 32px;
  }

  .contact-methods {
    margin-bottom: 30px;
  }

  .navbar-toggler {
    margin-right: 10px;
  }

  .one-fee {
    margin-bottom: 40px;
  }
  .one-fee .price {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .pricing-title .container p, .pricing-title .container div {
    text-align: left;
  }

  .section {
    padding: 30px 0;
  }

  .pricing-packages {
    padding-top: 0;
  }

  .package .price {
    margin: 30px auto 0;
  }

  .hero {
    padding: 30px 0;
  }
  .hero .hero-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .hero .hero-text h4 {
    font-size: 34px;
    line-height: 38px;
  }
  .hero .hero-text h1 {
    font-size: 14px;
  }

  .top_navbar {
    height: 60px;
  }
  .top_navbar .nav-link {
    margin: 0;
  }

  body {
    padding-top: 60px;
  }

  .top_navbar .navbar {
    justify-content: flex-start;
  }

  .navbar-brand #top-logo {
    display: none;
  }

  .title-sub-text {
    text-align: left;
  }

  .worker-text {
    padding: 10px;
  }
  .worker-text h2 {
    text-align: center;
    font-size: 28px;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .navbar-collapse {
    order: 3;
    background: white;
    padding: 10px;
  }

  .navbar-nav {
    margin-top: 0 !important;
  }

  .top_navbar .nav-link.nav-login {
    margin: 0;
    border: none;
  }
  .top_navbar .nav-link.nav-login:hover {
    background: #d6561d;
  }

  .top_navbar .nav-link {
    padding: 10px !important;
  }
  .top_navbar .nav-link:hover {
    background: #c0c3c5;
  }
}
@media (max-width: 575px) {
  .package {
    width: 80%;
    margin: 0 auto 20px;
  }

  #calculator_button {
    display: block;
  }
}
@media (max-width: 320px) {
  .calculator {
    font-size: 14px;
  }

  .navbar-brand span {
    font-size: 20px;
  }

  .pricing-title p {
    font-size: 15px;
  }
}

/*# sourceMappingURL=styles.css.map */
