/*-----------------------------------------------------------------------------
	Name	    : Breadcrumb navigation
	Description	: breadcrumb setings
	Author		: abcreativity
	Author URL	: https://abcreativity.pl/
	Created		: 01 September 2019
	License		: All Rights Reserved. Do Not Copy!
-------------------------------------------------------------------------------*/

/*
====================================
Breadcrumb
====================================
*/
.banner-breadcrumb {
    background: none;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;;
    margin-bottom: 0;
    padding: 0;
}



.banner-breadcrumb .breadcrumb-item.active, .banner-breadcrumb .breadcrumb-item.active a {
  color: #0db8ca;
}


.banner-breadcrumb * {
/*    color: #FFF !important;*/
}

.breadcrumb-item {
    font-size: 0.875rem;
    text-transform: uppercase;
}
.banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    /*  font-family: "Font Awesome 5 Free";*/
/*	font-weight: 900;*/
/*	content:"\f30b";*/
/*    color: #FFF;*/
}
.banner-breadcrumb .parallax-image-inner {
    position: absolute;
     top:0;
    left:0;
    width: 100%;
    height: 100%;

    
    
/*    top:5rem;*/
/*    left:5rem;*/
/*    width: 70%;*/
/*    height: 100%;*/
    overflow: hidden;
}

