/*btn style*/
.btn-theme-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
}
.btn-theme-bg:hover {
    color: #222;
    background: #fff;
    border: 2px solid #fff;
}
.btn-dark-bg {
    background: #222 none repeat scroll 0 0;
    border: 1px solid #222;
}
.btn-dark-bg:hover,
.btn-dark-bg:focus {
    background: #0091a2;
    border: 1px solid #0091a2;
}
.btn-theme-bg2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #222;
}
.btn-theme-bg2:hover {
    color: #fff;
    background: #222;
    border: 2px solid #222;
}
#topcontrol { background: #222 }
#home-slider .caption h1 span { color: #0091a2 }
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #0091a2 !important;
    background-color: transparent;
}
.section-title span { background: #0091a2 none repeat scroll 0 0 }
.hero-text h1 span { color: #0091a2 }
.history_content h1 span { color: #0091a2 }
.single_about i {
    border: 1px solid #ddd;
    box-shadow: 0 0 1px 0 #ccc;
    color: #222;
}
.team span { background: #0091a2 none repeat scroll 0 0 }
.portfolio-content:hover.portfolio-content figcaption {
    background: #0091a2;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.app ul li i { background: #edb114 none repeat scroll 0 0 }
.fun-facts-inner span { background: #0091a2 none repeat scroll 0 0 }
.testimonial_title i {
    border: 2px solid #0091a2;
    color: #0091a2;
}
.carousel-indicators li {
    background: #0091a2 none repeat scroll 0 0;
    border: 1px solid #0091a2;
}