/*-----------------------------------------------------------------------------
	Name	    : Breadcrumb navigation
	Description	: breadcrumb setings
	Author		: artibaj
	Author URL	: https://www.artibaj.com/
    Created		: 01 September 2019
	License		: All Rights Reserved. Do Not Copy!
-------------------------------------------------------------------------------*/
/*
====================================
Banner title
====================================
*/
.banner-title {
  position: relative;
}
.baner-title-anim {
  font-weight: 400;
}
/*
====================================
Breadcrumb
====================================
*/
.banner-breadcrumb {
  background: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  ;
  margin-bottom: 0;
  padding: 0;
}
.banner-breadcrumb * {
  color: #FFF !important;
}
.banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #FFF;
}
.banner-breadcrumb .parallax-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#banner-parallax h4 {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  #banner-parallax h4 {
    font-size: 2rem !important;
  }
}
@media (min-width: 992px) {
  #banner-parallax h4 {
    font-size: 3rem !important;
  }
}