#logo-header {
	max-width: 180px;
}
.header-v3 {
/*	border-bottom: 4px solid #8cc640;*/
}
.header-v3 .navbar-brand {
	top: 0;
}
.wrapper .container {
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 768px) {
	.wrapper .container {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.navbar-collapse .container
.nav {
	margin-right: 50px;
}
body.boxed-layout {
	background: url(../img/power_bg.jpg) no-repeat top fixed !important;
}

.navbar-brand {
	height:100px;
}

.nav {
	padding-top: 15px;
}

.service-block-green {
	background: #8cc640;
}

.interactive-slider-v2 {
	background: url(../img/banner-1.jpg) no-repeat;
	padding: 110px 0;
	position: relative;
}


.interactive-slider-v2 img {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
}

@media (max-width: 768px) {
	.interactive-slider-v2 img {
		display: none;
	}
}

.content-boxes-v4 h2 {
	text-transform: capitalize;
}

.btn-white {
	background: white;
	opacity: 0.7;
	margin-top: 15px;
}
.btn-main {
	color: white;
	background: #8cc640;
	border-color: #77b328;
}
ul.sidebar {
	padding-left: 0;
	margin-top: 15px;
}

ul.sidebar li {
	list-style-type: none;
}
ul.sidebar li i {
	margin-right: 10px;
}
ul.sidebar li a {
	padding: 10px 0 10px 25px;
	background: #8cc640;
	border-color: #77b328;
	margin-bottom: 5px;
	display: block;
	color: white;
	font-size: 
}
ul.sidebar li a:hover {
	background: #77b328;
	text-decoration: none;
}
.service-block {
	padding: 30px 30px 50px 30px;
}

.footer-v8 .copyright {
	background: #595959;
}

.breadcrumbs-v3.img-v1 {
	background: url(../img/banner-1.jpg);
}

.header-v3 .navbar-default .navbar-nav > li > a {
	font-weight: bold;
}

ul.list-highlight li {
	font-size: 20px;
	list-style-type: none;
	line-height: 50px;
}
ul.list-highlight li span {
	color: #72c02c;
}

.breadcrumbs-v3 {
	padding: 30px 0;
	position: relative;
}

.breadcrumbs-v3:after {
	background: rgba(0,0,0,.4);
	z-index: -1;
}
.breadcrumbs-v3 img {
	position: absolute;
	bottom: -15px;
	left: 0;
}

@media (max-width: 1200px) {
	.breadcrumbs-v3 {
		overflow: hidden;
	}
}

ul.project_gallery li {
	list-style-type: none;
	padding: 0;
	display: inline-block;
}
ul.project_gallery li a {

}
ul.project_gallery li img {
	max-width: 33.3%;
}

.gallery {
	display: none;
}

.coming_soon {
	max-width: 600px;
	padding: 20px;
	border: #ccc 1px solid;
	border-radius: 5px;
	margin: 50px auto;
	background: white;
	text-align: center;
}
.coming_bg {
	background: #999;
}
.coming_soon img {
	margin-bottom: 20px;
}