.sidebar .styled-nav li a {
	color: #ffffff;
	background: #5F5046;
}
.sidebar .styled-nav ul li {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 0 0 0 0;
	text-transform: capitalize;
	color: #ffffff;
	background: #5F5046;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid rgba(255,255,255,.2);
	cursor: pointer;
}
.sidebar .styled-nav li:hover a {
	color: #ffffff;
	background: #ae984e;
}
.sidebar .styled-nav li.active a {
	color: #ffffff;
	background: #ae984e;
}
.sidebar .contact-widget {
	position: relative;
	padding: 25px;
	text-align: center;
	background: #5F5046;
	border: 1px solid #f0f0f0;
}
.sidebar .contact-widget:hover {
	position: relative;
	padding: 25px;
	text-align: center;
	background: #ae984e;
	border: 1px solid #f0f0f0;
}
.sidebar .contact-widget h3 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 32px;
	margin-bottom: 5px;
}
.sidebar .contact-widget .phone-numbers {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

ul.list {
	margin-top:20px;
}
ul.list li {
    list-style: none;
    margin-bottom: 5px;
	padding-left:20px;
}
ul.list li i {
    color: #efb225;
    margin: 5px 10px 0px 0px;
    font-size: 14px;
}

.txt-lg {font-size:15px; text-align:justify;}