

#style-switcher h2 a {
  background: #00a69a;
}

#topcontrol {
    background: #00a69a;
}

.section-title span {
    background: #00a69a none repeat scroll 0 0;
}
.hero-text h1 span { color: #00a69a }

#home-slider .caption h1  span {
  color: #00a69a;
 }
 
.btn-group-lg > .btn,
.btn-lg {
    background: #00A69A none repeat scroll 0 0;
    -moz-box-shadow: 0 3px 0 #ddd;
    -webkit-box-shadow: 0 3px 0 #ddd;
    box-shadow: 0 3px 0 #ddd;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    padding: 10px 30px;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn-group-lg > .btn,
.btn-lg:hover {
    background: none;
    color: #222;
}

.single_promo i {
    border: 2px solid #00a69a;
}


.work_list i {
    border: 2px solid #00a69a;
}


.icon i {
    border: 2px solid #00a69a;
    color: #fff;
}
.icon i:hover {
    background: #fff;
    border: 1px solid #00a69a;
    color: #00a69a;
}


.portfolio-content:hover.portfolio-content figcaption {
    background: #00a69a;
    opacity: 0.6;
}

.service_about i{
background: #00a69a none repeat scroll 0 0;
border: 1px solid #00a69a;
color: #fff;
}

.edu-post h4,
.edu-post h5 { 
color: #fff;
background: #00a69a;
}

#features i {
    border: 2px solid #00a69a;
}


.item p strong {
    color: #00a69a;
    font-size: 18px;
}


.read_more {
  background: #00a69a none repeat scroll 0 0;
  border: 1px solid #00a69a;
  color: #fff;
}

.read_more:hover{
border: 1px solid #00A69A;
background: none;
}


.btn-submit {
    background: #00a69a none repeat scroll 0 0;
    border: 1px solid #00a69a;
}
.btn-submit:hover {
    background: #fff;
    border: 1px solid #00a69a;
    color: #00a69a;
}




