/* @font-face {
  font-family: 'AvertaStd-Bold';
  src: url('https://db.onlinewebfonts.com/t/447315c0c330fd423c8e1cc18024669d.eot');
  src: url('https://db.onlinewebfonts.com/t/447315c0c330fd423c8e1cc18024669d.eot?#iefix')
      format('embedded-opentype'),
    url('https://db.onlinewebfonts.com/t/447315c0c330fd423c8e1cc18024669d.woff2') format('woff2'),
    url('https://db.onlinewebfonts.com/t/447315c0c330fd423c8e1cc18024669d.woff') format('woff'),
    url('https://db.onlinewebfonts.com/t/447315c0c330fd423c8e1cc18024669d.ttf') format('truetype'),
    url('https://db.onlinewebfonts.com/t/447315c0c330fd423c8e1cc18024669d.svg#AvertaStd-Bold')
      format('svg');
} */

p {
  /* font-family: 'AvertaStd' Regular !important;  */
}

body {
  background-color: black !important;
  overflow-x: hidden;
  overflow-y: auto;
  margin: auto;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'AvertaStd-Regular' !important; */
}
.breadCrumbContainer {
  margin-top: 101px;
  background-color: #fff;
  width: 100% !important;
  background-image: url('/assets/images/breadCrumbImg/11.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px;
}
.breadCrumbContainer h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: start;

  display: inline-block;
  background: linear-gradient(
    87.79deg,
    #0894ff -1.72%,
    #c959dd 33.31%,
    #ff2e54 68.34%,
    #ff9004 101.3%
  );

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.breadcrumb-list {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.breadcrumb-item {
  color: #ffffff63;
}
.breadcrumb-item a {
  color: #ffffff63;
  text-decoration: none;
}
.breadcrumb-list li:nth-child(2) {
  color: #ffffff;
}
.breadcrumb-list li:nth-child(4) {
  color: #ffffff;
}
.breadcrumb-item.active {
  color: #0b80dd;
}
