#header{
  background-color: #ffe9b7;
  background-image: url('../images/header-bg-top.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100% ;
}
#header1 {
  background-color: #ffe9b7;
  background-image: url('../images/header-bg-bottom.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 100% ;
  border-bottom: 18px solid #f4b244;
}
.astro-heading{
    color: #7A1F1F;
    padding-top: 25px;
    margin-bottom: 24px;
}
.astro-container{
  padding: 24px 0px;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .astro-heading{
    color: #7A1F1F;
    padding: 0px;
    margin-bottom: 10px;
  }
  .astro-heading{
    padding: 0px;
    margin-bottom: 10px;
  }
}
.breadcrumb-item a{
  color: #000000 !important;
}
.btn-outline-primary {
  border: 1px solid #ed1c24 !important;
  color: #ed1c24 !important;
  border-radius: 0px;
}
.btn-outline-primary:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}