.navbar{
	border-bottom:4px solid #38b7ea;
}

.nav > li > a:hover {
    background-color: #38b7ea;
}

.nav > li.current a{
    /* background-color: #00D089;	 */
    background-color: #38b7ea;	
}

.slider_title{
	/* border-left:2px #00D089 solid; */
}

#pageLoad{
	background:url(../images/circle4.png);
}

.top_btn{
	background:#00D089;
}

.heading span{
	color: #38b7ea;
}

.welcome_txt span{
	background: #38b7ea;
}

.b1, .b3, .b22{
	background:#00D089;
}

.publication .fa{
	color:#00D089;
}

.publication h5{
	color:#00D089;
}

.education .fa{
	color:#00D089;
}

#myTab1.nav-tabs > li.active > a, #myTab1.nav-tabs > li.active > a:hover, 
#myTab1.nav-tabs > li.active > a:focus, #myTab1.nav-tabs > li > a:hover, 
#myTab1.nav-tabs > li > a:focus{
	background:#00D089;
}

.how_can_you_help{
	/* background:RGBA(0, 208, 137, 0.9); */
	/* background:RGBA(18, 50, 65, 0.7); */
	/* background:RGBA(0, 9, 14, 0.9); */
	/* background:RGBA(0, 208, 137, 0.9); */
	/* background:RGBA(56, 183, 234, 0.9); */
	background: rgba(2, 18, 78, 0.7); */
  background: -moz-linear-gradient(left, rgba(56, 183, 234, 0.8) 0%, rgba(0, 200, 126, 0.7) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56, 183, 234, 0.8)), color-stop(100%, rgba(0, 200, 126, 0.7)));
  /* background: -webkit-linear-gradient(left, rgba(56, 183, 234, 0.7) 0%, rgba(0, 200, 126, 0.6) 100%); */
  background: -o-linear-gradient(left, rgba(56, 183, 234, 0.8) 0%, rgba(0, 200, 126, 0.7) 100%);
  background: -ms-linear-gradient(left, rgba(56, 183, 234, 0.8) 0%, rgba(0, 200, 126, 0.7) 100%);
  background: linear-gradient(to right, rgba(56, 183, 234, 0.8) 0%, rgba(0, 200, 126, 0.7) 100%);
}

.act .fa{
	color:#00D089;
}

.carousel-indicators .active{
	background:#00D089;
}

.btn-danger {
    background-color: #00D089;
}

#signup .button{
	background:#00D089;
}

.recent_news h4{
	color:#00D089;
}

p.readmore a{
	color:#00D089;
}

.team a:hover .fa{
	color:#00D089;
}

.tt-grid-wrapper nav a.tt-current {
	background:#00D089;
}

.stories .bx-wrapper .bx-pager.bx-default-pager a.active, .stories .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:#00D089;	
}

.contact{
	background:RGBA(0, 208, 137, 0.9);
}

.footer{
	/* background:#38b7ea; */
	background:#123241;
}