#top-bar{
	background: #fff;
}
#top-bar.animated-header {
	background: #fff;	
}
#inner-page{
	background: #FCFCFC;
	padding: 80px 0;
}
.features {
	padding: 0;
}

.features .col-md-4.col-sm-6{
	cursor: pointer;
}

.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
}
.feature-wrap h2 {
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #ffffff;
	color: #3498db;
}
#inner-page h3{
	font-size: 16px;
    color: #777;
    font-weight: 400;
    line-height: 26px;
}
.portfolio-item{
	margin-bottom: 10px;
}
#mService .modal-dialog .modal-content .modal-body{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
#mService .modal-dialog .modal-content .modal-header .modal-title{
	font-weight: bold;
}