ul {
	list-style-type: disc;
  	
}



ul li {
	list-style-type: disc;
	list-style: #000;
	list-style-position: outside;
	color: #9c9c9c;
 	margin-top: 1em;
  	margin-bottom: 1 em;
  	margin-left: 0;
  	margin-right: 0;
  	padding-left: 15px;
}

.project-detail-slide ul li {
	list-style-type: none;
	color: #fff;
}

.service-card ul li {
	list-style-type: none;
}

p.service-card-detail {
	color: #fff;
	font-size: #fff;
}

.services {
	height: 33vh;
}

.services .banner-heading {
	width: 100%;
	padding-top:40px;
}

.social-icons-simple li {
	color: #fff;
}

.project-detail-slide .inner-content p.text{
	color: #fff;
	font-size: 17px;
}

.logo-dark { width: 200px; height: auto;}

