p {
    color: #000;
    line-height: 33px;
    margin: 0 0 10px;
}

.custom-bg-white{
	background: #fff !important;
}
 .footer-custom-ul{
 	margin-left: 0 !important;
 	padding-left: 0 !important;
 }
 .footer-custom-ul li {
 	
 	color: red !important;
 	display: block;


 }
 .footer-custom-ul li a{
 	text-decoration: none;
 }
 .footer-custom-ul li:before{
 	font-family: FontAwesome;
    content: "\f101";
    padding-right: 5px;
 }
 .footer-icons-custom-style-1{
 	color: #ffffff;
 	padding-right: 5px;
 	font-size: 17px;
 }

 aside {
    display: block;
    /*background: #f4f4f4;*/
   /* padding: 20px;*/
}
aside h4 {
    background: #097359;
    padding: 10px 0;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFFFF !important;
    margin-bottom: 0px;
}

aside .nav {
    padding: 5px 15px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
}

aside ul.nav-list > li > a {
    color: #000;
    font-size: 14px;
    padding: 8px 0 8px 18px;
}

.project-details aside ul.nav-list > li > a {
    color: #000;
    font-size: 13px;
    padding: 8px 0 8px 18px;
	text-transform:uppercase;
}



ul.nav-list li a {
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    transition: background 0.1s;
    border-bottom: 1px solid #EDEDDE;
    padding: 7px 0 7px 18px;
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
}