* {
	padding: 0;
	margin: 0;
}

.top-header h4{
    font-weight: bold;
	padding:10px;
	   margin: 0px 0px 0px 155px;
}


.top-header .menu:before {
    content: '';
    position: absolute;
    left: 0;
    width: 32px;
    height: 100%;
    background-color: #000;
    top: 0;
}
.top-header .menu ul{
	margin-bottom: 0;
	display: flex;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
}
.top-header .menu li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.m-toggle .active a {
    color: #000 !important;
}

.sticky .menu .active a{
    color: #000 !important;
}


.page-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(to left,#7d6100, #7F8487, #0F0E0E);
    opacity: 0.2!important;
}

.hero-content ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 1.8;
    color: #2c234d;
    font-weight: 600;
    margin-right: 26px;
}
