.no-padding{
	padding: 0px !important;
}
.mt-5{
	margin-top: 5rem;
}
.mb-5{
	margin-bottom: 5rem;
}
.service-simple{
	box-shadow: none;
}
.list-style-5 li::before{
	color: inherit;
}
.list-style-6 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-6 li::before {
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  font-family: Font Awesome\ 5 Free;
}
.list-style-6 li:first-child {
  padding-top: 10px;
}
.list-style-6 li {
  position: relative;
  padding: 0 0 10px 25px;
    padding-top: 0px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    top:8px;
  }
}