.custom-breadcrumb-wrapper {
	position: relative;
    padding: 249px 0 120px 0;
    z-index: 2;
}

.custom-breadcrumb-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.8);
  z-index: -1;
}

.custom-background-image {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.custom-breadcrumb-container {
	margin-right: auto;
	margin-left: auto;	
}

@media (min-width:1300px) {
	.custom-breadcrumb-container {
		max-width: calc(1290px + 24px);
		padding-left: calc(24px / 2);
		padding-right: calc(24px / 2);
	}
}

@media (min-width:1200px and max-width:1299px) {
	.custom-breadcrumb-container {
		max-width: 1140px;
	}
}

@media (min-width:992px and max-width:1199px) {
	.custom-breadcrumb-container {
		max-width: 960px;
	}
}

@media (min-width:768px and max-width:991px) {
	.custom-breadcrumb-container {
		max-width: 720px;
	}
}

@media (min-width:576px and max-width:767px) {
	.custom-breadcrumb-container {
		max-width: 540px;
	}
}

.custom-breadcrumb-title {
	word-break: break-word;
	margin: -0.23em 0 -0.18em 0;
	font-size: 54px;
	font-family: 'Syne', sans-serif;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: capitalize;
}

.custom-breadcrumb-content {
  position: relative;
  top: 3rem;
}

.custom-breadcrumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 25px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.custom-breadcrumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
  color: #EB3300;
  white-space: normal;
  word-break: break-word;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.custom-breadcrumb-menu li:after {
  content: "\f101";
  background-size: 100% 100%;
  top: 0px;
  width: 15px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 9px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  font-family: "Font Awesome 6 Pro";
}

.custom-breadcrumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.custom-breadcrumb-menu li:last-child:after {
  display: none;
}

.custom-breadcrumb-menu a,
.custom-breadcrumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
}

.custom-breadcrumb-menu li a:hover {
    color: #FFFFFF
}


.custom-breadcrumb-wrapper {
  position: relative;
  background-color: var(--title-color);
  background-position: left top;
  padding: 163px 0;
  overflow: hidden;
}

/* Large devices */
@media (max-width: 1199px) {
  .custom-breadcrumb-wrapper {
    padding: 150px 0;
  }
  .custom-breadcrumb-title {
    margin: -0.18em 0 -0.18em 0;
  }
  .custom-breadcrumb-menu li,
  .custom-breadcrumb-menu a,
  .custom-breadcrumb-menu span {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .custom-breadcrumb-wrapper {
    padding: 130px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .custom-breadrcumb-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .custom-breadcrumb-wrapper {
    padding: 130px 0;
  }
  .custom-breadcrumb-title {
    font-size: 44px;
    line-height: 54px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .custom-breadcrumb-wrapper {
    padding: 120px 0;
  }
  .custom-breadcrumb-title {
    font-size: 34px;
    line-height: 44px;
  }
  .custom-breadcrumb-menu {
    margin: 15px 0 -0.5em 0;
  }
}

@media (min-width: 768px) {
    .custom-breadcrumb-title {
        max-width: 1177px;
    }
}

@media (max-width: 1299px) {
    .custom-breadcrumb-container {
        margin: 0 50px 0 50px;
    }
}

.topbar-icon-text {
	display: block;
}

.topbar-icon-text li {
	font-family: 'Inter', sans-serif;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.topbar-icon-text a {
	font-family: 'Inter', sans-serif;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}
.topbar-icon-text a:hover {
	color: #EB3300;
}

.topbar-icon-text i {
	font-size: 14px;
    margin-right: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
	color: #EB3300;
}

.topbar-header-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topbar-header-links ul {
	margin-bottom: 0;
}

.topbar-header-links li {
	display: inline-block;
    position: relative;
	font-family: 'Inter', sans-serif;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.topbar-header-links li:last child {
	border-right: 1px solid transparent;
    padding-right: 0;
}

.topbar-header-links a {
	font-family: 'Inter', sans-serif;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.topbar-header-links a:hover {
	color: #EB3300;
}

.topbar-header-social {
	position: relative;
    z-index: 9;
}

.topbar-header-social a {
	font-size: 14px;
    display: inline-block;
    color: #A5A5A5;
    margin: 0 0 0 15px;
}

.topbar-header-social a:hover {
	color: #EB3300;
}