





.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}




nav.breadcrumb {
  padding: 0em 0em;
  /*border: 1px solid hsl(0, 0%, 90%);*/
  /* border-radius: 4px; */
  /*background: hsl(300, 14%, 97%);*/
}

nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

nav.breadcrumb li {
  display: inline;
  font-weight: 400 !important;
}

nav.breadcrumb a {
  text-decoration: none;
  font-weight: 400 !important;
}

nav.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 0.25em;
  /* transform: rotate(15deg); */
  /*border-right: 0.1em solid currentColor;*/
  height: 0.8em;
  content: ' \203A ';
  
}

nav.breadcrumb [aria-current="page"] {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  
}

.it-footer-main a {
  color: #fff;
  font-size: 16px;
}

