body {
  font-family: "Raleway", sans-serif;
  background-color: #f8f9fa;
}

html, body {
  height: 100%;
}

section {
  padding: 80px 0;
  border-bottom: 2px solid #fcebe3;
}

h1, h2, h3, h4, h5, h6 {
  color: #4e4039;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #212529;
}

.bg-white {
  background-color: #fff;
}

.bg-alt {
  background-color: #fef8f5;
}

.bg-trans {
  background-color: transparent;
}

.title-default {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  color: #4e4039;
  position: relative;
  margin-bottom: 30px;
}

.title-default::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -15px;
  width: 60px;
  height: 2px;
  border-radius: 10px;
  background-color: #eb5d1e;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.title-helper {
  font-size: 22px;
  color: #212529;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}

.title-top {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #7a6960;
}

.title-alt {
  font-size: 50px;
  color: #4e4039;
  font-weight: 500;
}

.my-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #eb5d1e;
  color: #fff;
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 0;
  letter-spacing: 1px;
  border-radius: 50px;
}

.my-btn:hover {
  background-color: #ee7843;
  color: #fff;
}

.my-btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-large {
  font-size: 25px;
  padding: 10px 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#header {
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.navbar {
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-brand img {
  width: 180px;
}

.hero-text h1 {
  color: #4e4039;
  font-size: 50px;
  font-weight: 500;
}

.hero-text p {
  font-size: 25px;
  line-height: 35px;
  margin: 15px 0;
  font-weight: normal;
}

.hero-text small {
  font-size: 12px;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.how-works h3 {
  font-weight: 700;
  margin-bottom: 35px;
}

.how-works span {
  display: block;
  border: 2px solid #4e4039;
  font-size: 25px;
  line-height: 25px;
  padding: 0;
  width: 50px;
  height: 35px;
  text-align: center;
  margin-bottom: 15px;
}

.how-works h5 {
  color: #7a6960;
  font-weight: 700;
  font-size: 23px;
}

.services-box {
  border: 1px solid transparent;
  padding: 25px 10px;
  min-height: 330px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.services-box:hover {
  transform: translateY(-5px);
  border-bottom: 2px solid #ef7f4d;
}

.services-box img {
  width: 40px;
}

.services-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
  color: #4e4039;
}

.services-box p {
  font-size: 15px;
  margin-bottom: 0;
}

.choose-us .bi-check2 {
  color: #04AA6D;
  font-size: 35px;
}

.choose-us .bi-x-lg {
  color: #b94a48;
  font-size: 35px;
}

.choose-us thead th {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.choose-us tbody td {
  width: 150px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.choose-us tbody th {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.choose-us tbody th strong {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

.table > :not(caption) > * > * {
  border-color: #eb5d1e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.clients-box {
  margin-bottom: 40px;
}

.clients-box img {
  border-radius: 5px;
}

.contact-form .form-control {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-weight: 16px;
  padding: 10px;
  height: inherit;
  border-radius: 0;
}

.contact-form .form-control:focus {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid lightgray;
}

/* Form Response Message */
#contactForm button:disabled {
  opacity: 0.5;
}

#responseMsg {
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}

.error,
.processing {
  margin-top: 20px;
  padding: 10px;
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
}

.success {
  margin-top: 20px;
  padding: 10px;
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

#footer {
  padding: 30px 0;
}

.copyright-text p {
  margin-bottom: 0;
  color: #212529;
  font-size: 15px;
  font-weight: normal;
}

.copyright-text p a {
  color: #212529;
  text-decoration: none;
}

@media (max-width: 767px) {
  .my-btn {
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
  }
  .title-default {
    font-size: 25px;
  }
  .navbar-brand img {
    width: 90px;
  }
  #header .my-btn {
    font-size: 15px;
    padding: 8px 10px;
  }
  .hero-text h1 {
    font-size: 35px;
  }
  .hero-text p {
    font-size: 18px;
    line-height: 25px;
  }
  .services-box {
    min-height: inherit;
  }
  .choose-us tbody td {
    width: 50px;
  }
  .choose-us thead th {
    font-size: 14px;
  }
  .choose-us tbody th {
    font-size: 14px;
  }
  .choose-us .bi-x-lg {
    font-size: 25px;
  }
  .hero-text small {
    text-align: center;
  }
}
@media (max-width: 575px) {
  section {
    padding: 30px 0;
  }
}

/*# sourceMappingURL=style.css.map */
