body {
    font-family: NewTransport-Regular, Arial, Helvetica, Verdana, sans-serif;
}

a {
  color: #212529;
  text-decoration: none;
}

a:hover {
  color: #212529;
  text-decoration: none;
}

.text-link {
  color: #ffffff;
}

.text-link:hover {
  color: #353535;
}

.footer-link {
  color: #ffffff;
}

.footer-link:hover {
  color: #ba2425;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1120px;
}

@media (max-width: 991px) {
  .p-nav {
    padding: 0 11px;
  }
}

@media (min-width: 992px) {
  .p-nav {
    padding: 0 32px;
  }
}

.home-bg {
  background-image: url(/Images/home-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.home-bg-p {
  padding: 8rem 0;
}

.home-bg-primary {
  background-color: #ba2425;
}

.general-bg {
  background-image: url(/Images/general-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.general-bg-p {
  padding: 5rem 0;
}

.gradient-bg:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0b0c0c), color-stop(65%, transparent));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gradient-general-bg:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(90%, #0b0c0c), color-stop(10%, transparent));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.btn-primary {
  background-color: #ba2425;
  border-color: #ba2425;
}

.btn-primary:hover {
  background-color: #941c1d;
  border-color: #941c1d;
}

.btn-primary:focus {
  background-color: #941c1d;
  border-color: #941c1d;
}

.service-desc {
  margin-bottom: 1.5rem;
  min-height: 110px;
}

.service-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #ba2425;
    border-radius: 50%;
    margin-bottom: 23px;
    position: relative;
    z-index: 11;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.service-icon:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -11;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.service-img {
  max-width: 40px;
  max-height: 40px;
}

.pt-16 {
	padding-top: 16px;
}

.pl-11 {
    padding-left: 11px;
}

.mb-12 {
    margin-bottom: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-20 {
  font-size: 20px;
}

.fs-50 {
  font-size: 50px;
}

.fw-700 {
    font-weight: 700;
}

.list-style-none {
    list-style-type: none;
}

.link-bg {
  background-color: #FFE97E;
}

.nav-upper-bg {
  background-color: #f0eded;
}

.nav-lower-bg {
	background-color: #ba2425;
}

main {
	background-color: #f6f6f6;
}

.highlighted-txt {
    color: #07818c;
}

.footer-title {
  color: #ba2425;
}

.footer-img {
  max-height: 40px;
}

.footer-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
  display: inline;
}

.footer-list li::after {
  content: "|";
  padding: 0 13px;
  color: #424242;
}

.footer-list li:last-child::after {
  content: "";
  padding: 0 !important;
}

.footer-mobile-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-upper-bg {
	background-color: #353535;
    padding-top: 42px;
    padding-bottom: 42px;
}

.footer-lower-bg {
	background-color: #2f3130;
}

.link-colour {
  color: #ba2425;
}

.link-colour:hover {
  color: #ba2425;
}

.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inline-list li {
  display: inline;
}

.inline-list li::after {
  content: "|";
  padding: 0 16px;
}

.inline-list li:last-child::after {
  content: "";
  padding: 0 !important;
}

.lower-inline-list {
    list-style: none;
}

@media (min-width: 992px) {
    .lower-inline-list li:last-child::before {
        content: "|";
        padding-right: 22px;
    }
}

@media (min-width: 992px) {
    .lower-inline-list a li:last-child::before {
        content: "";
        padding-right: 0px;
    }
}