body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

.container {
  max-width: 1200px;
}

.breadcrumb {
  margin-left: -15px;
  margin-right: -15px;
  background: #017BFF;
  color: #fff;
  padding: 5px 5px;
}

.breadcrumb .title {
  padding: 0;
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb .menu li:nth-child(n+2) {
    margin-left:5px;
}

.breadcrumb .menu li:nth-child(n+2)::before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f105";
    font-size: 0.65em;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.menu {
    list-style-type: none;
}

.inline-menu > li {
    display: inline-block;
}

.line-separator {
  background: #007bff;
  height: 4px;
  width: 50px;
  border-radius: 9px;
  margin: 10px auto 15px;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 900;
}

.navbar-telephone {
  padding: 10px;
}

.fa-mobile-alt {
  color: #fff;
  padding-right: 5px;
}

.navbar-quote-button {
  padding: 10px;
}

.welcome-container {
  padding: 15px;
}

.title {
  padding: 15px;
}

.title-left-align {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-marketing {
  text-align: center;
  padding: 15px 15px;
  background: #f7f7f7;
}

.row {
  padding: 10px;
}

.info {
  padding: 20px;
}

.container-marketing .row .col-sm-4 p { 
  text-align: left;
}

.container-marketing .row .col-sm-4 a {
  margin: 10px;
}

.tile {
  box-shadow: 0px 0px 5px 1px #e3e3e3;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}

.featurette-heading, .lead {
 text-align: center;
}

.featurette-heading {
  padding-bottom: 10px;
}

.featurette-divider {
  border: 1px solid #f7f7f7;
}

.reviews {
  padding: 40px;
}

.reviews h2, .reviews h4, .reviews p {
  padding: 10px;
}

.trusted-by {
  background: #f7f7f7;
  padding: 20px;
}

.trusted-by li {
  list-style: none;
}

.trusted-by ul {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
}

.trusted-text-left {
  align-content: center;
  padding: 50px 50px;
}

.page-footer {
  color: #fff;
}

.footer-copyright a {
  padding-left: 5px;
}

.item-page-container {
  padding: 30px;
}

.item-page-img {
  padding-top: 20px;
}

.msg {
  font-size: 1.15rem;
  font-weight: bolder;
  padding-bottom: 10px;
}

.description {
  padding-bottom: 10px;
}

.requirements {
  padding-bottom: 10px;
}

.specs {
  padding: 10px 0px;
  list-style-type: none;
}

.item-page-btn {
  list-style-type: none;
  display: flex;
}

.item-page-btn li {
  padding-top: 10px;
  padding-right: 10px;
}