/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2022 | 10:26:18 */
.hero_area-content .ipo-breadcrumbs-wrapper{
    align-self: flex-start;
    margin-top: 35px;
}

.ipo-breadcrumbs{
    color: white;
    opacity: 0.7;
    font-size: 14px;
}

.ipo-breadcrumbs > *{
    margin-left: 5px;
    margin-right: 5px;
}

.ipo-breadcrumbs .sep{
    font-size: 12px;
}

.content .ipo-breadcrumbs-wrapper.container{
    padding-left: 0;
    padding-right: 0;
}

.content .ipo-breadcrumbs{
    color: black;
	font-size: 16px;
    opacity: 0.9;
}

.content .ipo-breadcrumbs .sep{
	font-size: 14px;
}

.ipo-breadcrumbs > *:first-child{
    margin-right: 0;
}

html[dir="ltr"] .ipo-breadcrumbs > *:first-child{
    margin-left: 0;
}