.serviceImages{
	width: 100%;
	height:240px;
}
.pcbImgSlider{
	display:none;
}
.carousel-control{
	opacity: 0;
}
.carousel-control:hover{
	opacity: 0;
}
.glyphicon-chevron-left, .glyphicon-chevron-right{
	color: black;
}
.pcbDesignTitle{
	margin-top: 5%;
	margin-left: 5%;
	font-size: 20px;
	color: green;
	font-family: 'Oleo Script', cursive;
}
.listText ul li{
	margin-left: 7%;
}
.listText ul li {
    display: block;
}

.listText ul li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-left: -17px;
    color: GREEN;
}
.listText{
	font-weight: 400;
    color: #3f3f3f;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    padding: 0px 0px 10px 0px;
	margin-bottom: 0px;
}
