﻿.page-title {
  background-image: url("assets/svg/page_title_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #242529;
  background-size: cover;
  position: relative;
  min-height: 180px;
  display: flex;
}
.page-title .bg-fixed {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.page-title .bg-fixed.bg {
  opacity: 0.4;
}
.page-title .bg-fixed.overlay-1 {
  background-image: url("assets/svg/gradient.svg");
  opacity: 0.9;
}
.page-title .bg-fixed.overlay-2 {
  background-image: url("assets/svg/diamond_bg.svg");
}
.page-title .container {
  z-index: 5;
}
.page-title .container > div {
  position: absolute;
  bottom: 0;
}
.page-title .container h1 {
  font-family: 'CircularStd_Bold';
  margin-bottom: 15px;
  line-height: 48px;
  font-size: 36px;
  color: #fff;
}
.page-title .container .breadcrumb {
  font-family: 'CircularStd_Medium';
  background-color: transparent;
  margin-bottom: 20px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  padding: 0;
}
.page-title .container .breadcrumb .breadcrumb-item a {
  color: #D8B97D;
  color: var(--Concacaf_gold);
}
.page-title .container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
@media (max-width: 575.98px) {
  .page-title .container h1 {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 30px;
  }
  .page-title .container .breadcrumb {
    margin-bottom: 10px;
  }
}