body {
  /*font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: "Muli", sans-serif;
}

a.nav-link {
  color: #fff;
} 



h2 {
  color: #ff5722;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-family: "Muli", sans-serif;
  font-weight: 700;
}

a {
  color: #454545;
  text-decoration: none;
  background-color: transparent;
}

.bg-white {
  background-color: #303841!important;
}

a:hover {
  color: #ff5722;
  text-decoration: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-primary {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
  border-radius: 25rem;
  width: 200px;
}

.btn-primary-invert {
  color: #ff5722;
  background-color: #fff;
  border-color: #fff;
  border-radius: 25rem;
  width: 200px;
}

.about-section,
.contact-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.contact-section {
  background: #ff5722;
}
.nav-item.active a {
  color: #ff5722;
}
.nav-item a {
  text-transform: capitalize;
  font-weight: 600;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
}

header.masthead h1 {
  font-size: 2rem;
}

.client-logos {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.client-logos li {
  list-style-type: none;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 10px auto;
  max-width: 200px;
}

.client-logos li:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.client-logos img {
  display: block;
  width: 100%;
}

.kwes-form button {
    background-color: #303841;
    color: #fff;
    font-weight: 600;
    border: 1px solid #303841;
    transition: all .3s ease;
}
.kwes-form button:hover {
     color: #303841;
     background-color: #fff;
     border: 1px solid #303841;
}
.navbar-toggler .fa-bars {
    color: #303841 !important;
}
.navbar-toggler {
    background-color: #ff5722 !important;
}
.btn-primary-invert {
    width: 230px !important;
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff5722;
  border-color: #ff5722;
}

.nav-item .active {
  color: #ff5722;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

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

@media (max-width: 767px) {
  /*  Extra small devices (phones, less than 768px)
      Small devices (tablets, 768px and up)
      Medium devices (desktops, 992px and up)
      Large devices (large desktops, 1200px and up)
  */
  .mx-xs-auto {
    margin: 0 auto;
  }

  header.masthead {
    padding-top: 12rem;
    padding-bottom: 8rem;
    text-align: center;
  }

  .navbar-brand {
    max-width: 75%;
    display: block;
    overflow: hidden;
  }
  .navbar-brand img {
    width: 100%;
  }

  .contact-section h2 {
    font-size: 25px;
  }

  /*.navbar .navbar-toggler {
    border: 1px solid #595c5f !important;
} */
}

.notice p:nth-of-type(1),
.notice p:nth-of-type(2) {
  margin-bottom: 30px;
}

/* forms  */
form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
form input,
button {
  border: none;

  border-radius: 25rem;
  padding: 0.6em;
}
form input,
textarea,
button:focus {
  outline: none;
}
textarea {
  border-radius: 14px;
  border: none;
}


/* margin top of all pages top text */
.notice, .service , .contact{
    margin-top: 3em;
}