.breadcrumbs-area{
	background-size: contain;
	background-position: right;
}

.breadcrumbs-new{
	width:100%;
	height:290px;
	/* filter: #f6f6f6;
	opacity: 0.6; */
	
}

.main-header-area .header-logo img {
    width: 250px;
	
}

@media (max-width: 992px){

	.breadcrumbs-new{
		width:100%;
		height:120px;
	}
	
}

.flosun-button.button-icon:before {
	font: normal normal normal 28px / 1 FontAwesome;
	content:"\f232" !important;
}

#wa{
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 5px;	
    left: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    margin-top: 16px;
}

.scroll-to-top.show{
    bottom:20px
}