a
{
	text-decoration: none !important;
}
.mt-100
{
	margin-top: 100px;
}
.navigation_wrapper
{
	margin-left: 80px;
}
#category-breadcrumbs
{
	display: flex;
	color: #fff;
	justify-content: center;
}
#category-breadcrumbs li a
{
	color: #fff;
	font-weight: bolder;
}
#category-breadcrumbs li
{
	font-weight: bolder;
	color: #fff;
}
#category-breadcrumbs .breadcrumb-item::before
{
	color: #fff !important;
}
.auth
{
	background: #f1f8ff;
	padding: 20px;
}
.custom-border
{
	border: 1px solid #ebebeb;
	padding: 30px;
	border-radius: 10px!important;
}
.index-heading h1
{
    margin-top: 100px;
    font-size: 25px;
}
#keywords
{
    color: #fff;
    font-size: 10px;
}

@media screen and (max-width: 768px) {
  .index-heading h1 {
    font-size: 22px;
  }
}