a:hover,
a:focus {
    color: rgba(0, 0, 128, 0.9);
}

a,.tp-caption a.btn:hover {
	color: rgba(0, 0, 128, 0.9);
}
.top-nav-collapse {
	background: rgba(0, 0, 128, 0.9);
}

.carousel-indicators .active {
    background-color: rgba(255, 200, 30, 1.0)
}

.header-text h2 span {
    background-color: rgba(0, 0, 128, 0.9);
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: rgba(0, 0, 128, 0.9);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: rgba(0, 0, 128, 0.9);
}

.widget-avatar .avatar:hover {
    border: 5px solid rgba(0, 0, 128, 0.9);
}

.bg-skin {
	background: rgba(0, 0, 128, 0.9);
}

.highlight-color {
	background-color: rgba(0, 0, 128, 0.9);
}





form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: rgba(0, 0, 128, 0.9);
}
form.search-form input:focus {
	border-color: rgba(0, 0, 128, 0.9);
}

/* footer */
ul.footer-menu li a:hover {
	color: rgba(0, 0, 128, 0.9);
}

footer a.totop:hover {
	color: rgba(0, 0, 128, 0.9);
}


.btn-skin {
  color: #fff;
  background-color: rgba(0, 0, 128, 0.9);
  border-color: rgba(0, 0, 128, 0.9);
}
