.skills-heading{
    text-align: left;
    color:black;
}
.skills{
    text-align: left;
    color:#808000;
}

.sub-title{
	color: #505c70;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.desc{
	color: #65758e;
}

.item-inner{
	background: #f8f9fa none repeat scroll 0 0;
    padding: 45px 30px 30px;
}

.slides-color{
	color: black;
}

.icon{
	color:#505c70;
}

[data-icon]::before {
    -moz-osx-font-smoothing: grayscale;
    content: attr(data-icon);
    font-family: "ElegantIcons";
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}

.grouping{
	overflow: auto;
}

._group{
	width: 49%;
}

._right{
	float: right;
}

._left{
	float: left;
}

#project-form .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fdfdfd none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color transparent;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 0px;
    box-shadow: none;
    font-size: 21px;
    font-weight: 100;
    height: 62px;
    line-height: 32px;
    outline: medium none;
    padding-left: 64px;
    transition: border-color 0.3s ease-out 0s;
}

#project-form .controls{
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 0;
}

#project-form .form-group [class*="fa"]{
	color: #f0f0f0;
	display: block;
	font-size: 24px;
	font-weight: 300;
	left: 5px;
	line-height: 62px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 64px;
}

.skillsets {
    height: 317px;
}

.nopadding {
    padding: 5px !important;
    margin: 0 !important;
    /* outline: 2px solid #333; */
    /* background: #333; */
  }
