/* WEB Engineering - main menu alignment and weight */
.container-header .mod-menu {
    margin-left: 48px;
}

.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
    font-weight: 700;
    font-size: 18px;
}
/* WEB Engineering Contact Page */

.web-contact {
  max-width: 700px;
  margin: 30px auto;
  padding: 35px 40px;
  background: #f4f5f5;
  border: 1px solid #d1d5d6;
  border-top: 5px solid #365f73;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.web-contact h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #294f62;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 1px solid #c8ced1;
  padding-bottom: 15px;
}

.web-contact-details p {
  margin: 0 0 24px 0;
  font-size: 18px;
  line-height: 1.5;
}

.web-contact-details strong {
  color: #333;
  font-weight: 700;
}

.web-contact a {
  color: #365f73;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.web-contact a:hover {
  text-decoration: underline;
}

.web-contact-address {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #c8ced1;
  font-size: 18px;
  line-height: 1.7;
}

/* Mobile */
@media (max-width: 600px) {
  .web-contact {
    margin: 20px 0;
    padding: 25px 22px;
  }

  .web-contact h2 {
    font-size: 24px;
  }

  .web-contact a {
    font-size: 19px;
  }
}
/* =========================================================
   WEB ENGINEERING - FOOTER CONTACT MODULE
   ========================================================= */

.web-footer-contact {
  width: 270px;
  max-width: 100%;
  margin-left: auto;
  color: #fff;
  line-height: 1.55;
}

.web-footer-contact-title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.web-footer-contact-item {
  margin-bottom: 13px;
}

.web-footer-label {
  display: block;
  margin-bottom: 1px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.8;
}

.web-footer-contact a {
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.web-footer-contact a:hover,
.web-footer-contact a:focus {
  color: #fff !important;
  text-decoration: underline;
}

.web-footer-address {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 15px;
}

/* Mobile footer */
@media (max-width: 767px) {
  .web-footer-contact {
    width: 100%;
    margin: 20px 0 0;
  }
}