.navbar-brand {
    width: 150px;
    height: auto;
}
.navbar-brand img{
	width: 100%;
}
.navbar-right{
	margin-top: 50px;
}
.navbar-default .navbar-nav>.active>a{
	background-color: #d79e0a;
}
header{
	position: relative;
	z-index: 1;
}
header:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background-color: rgba( 1, 38, 70, 0.80);
	left: 0;
	top: 0;	
}
header .intro-text .intro-heading{
	font-size: 35px;
}

header .btn-xl{
	background-color: #d79e0a;
	border: none;
	border-radius: inherit;
	font-weight: normal;
	padding: 15px 40px;
	font-size: 14px;
}
.img-responsive{
	display: inline-block;
}
.section-heading{
	color: #09365d;
}
.section-subheading.text-muted{
	margin-top: 0;
}
.text-about{
	width: 66%;
	display: block;
	float: none;
	margin: 0 auto;
	color: #777777;
}
#about .section-subheading{
	margin-bottom: 25px;
}
.timeline>li .timeline-image{
	background-color: #d79e0a;
}
.timeline>li .timeline-image .fa{
	font-size: 80px;
	line-height: 165px;
}
.fa-lightbulb-o{
	font-size: 100px!important;
}
.btn-xl{
   background-color: #d79e0a;
   border: none;
}

.contact-us {
	font-size: 22px;
	color: white;
	margin: 0;
	line-height: 30px
}
@media (max-width: 600px) {
  .timeline>li .timeline-image .fa{
  	    font-size: 35px;
    	line-height: 66px;
  }
  .fa-lightbulb-o{
  	 font-size: 40px!important;
  }
}