.breadcrumb-item a,
.text-brand-color{
	color: #00b941 !important;
}
.bg-brand-color{
	background-color: #00b941 !important;
}
.bg-white{
	background-color: #fff !important;
}

.brand-light-bg {
	background-color: #E8F5E9;
}
.bg-white-light{
	background-color: #f7f7f7;
}

/* ============ small devices ============ */
@media (max-width: 991px) {

.navbar-search{
	margin-top:0.7rem;
	margin-bottom:0.7rem;
}

}	
/* ============ small devices .end// ============ */
#header .navbar-brand{
	position: relative;
}
#header .brand-logo{
	position: absolute;
	top: -3px;
}

#header .navbar-brand .brand-title {
	position: absolute;
	top: -17px;
	left: 0;
	font-size: 22px;
}
#header .navbar-brand .brand-name{
	font-weight: bold;
    padding-left: 10px;
}
.dropdown-toggle::after {
	content: none;
}

.navbar-search input{ 
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.navbar-search button{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* header */

.h-400 {
	height: 400px;
}
.w-400 {
	width: 400px;
}
.d-none-i{
	display: none !important;
}
.vertical-align-middle{
	vertical-align: middle;
	display: table-cell;
}

.navbar .sign-in-btn {
    min-width: 80px;
    max-height: 36px;
}
.font-16{
	font-size: 16px;
}

.breadcrumb-item.active{
	color: #777 !important;
}