body {
  font-family: "FCSoundRounded";
  font-weight: 300;
}

.pp-navbar {
  background-color: #e8f3f9;
  color: #408dba;
}
.pp-navbar a {
  color: #408dba !important;
}

.mycontent1 {
  background-color: #408dba;
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: center;
  color: #ffffff;
}

.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 50px 0 5px 0;
  text-align: center;
  position: relative;
}
.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.breadcrumbs {
  margin-top: 40px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.breadcrumbs ol li {
  padding-left: 10px;
}
.breadcrumbs ol li::before {
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.breadcrumbs ol a {
  text-decoration: none;
  color: var(--default-color);
}

/*# sourceMappingURL=style_portpage.css.map */
