.navbar
 {
   min-height: 70px;
 }
.navbar-inverse
{
    background-color: #fff;
    border-color: #ffffff;
}

.navbar-brand {
    height: 100%;
}
.navbar-brand img {
    width: 145px;
}

.navbar-fixed-top .navbar-collapse {
    max-height: none;
}


.navbar-inverse .navbar-nav  li 
{

    padding: 15px 0;
    font-size: 20px;  
}
 
    
.navbar-inverse .navbar-nav  li a {
    color: #007f01;
}
.navbar-inverse .navbar-nav  li a:hover,
.navbar-inverse .navbar-nav  li a:focus{
    color: #26bf26;
}

.navbar-toggle
{
	
    background-color: #007f01;
}
 
.nav-search-form {
    padding-bottom: 15px;
    margin: auto 15px;
}


.nav-search-form .nav-search-input:focus {
    border: #007f01 1px solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 127, 1, .075);
    box-shadow: inset 0 1px 1px rgba(0, 127, 1, .075);

}
.nav-search-form .nav-search-input  {
    height: 35px;
    width: 89%;
    display: inline-block;
    font-size: 20px;
    border: 1px solid #007f01;
}

.nav-search-form .nav-search-btn {
    background-color: #007f01;
    color: #fff;
    margin-left: 15px;
    font-size: 17px;
}

.staff img
{
    padding-top: 140px;
    width: 100%;
}


.healthy
{
    background-image: url(../images/healthy.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height:949px
}
.healthy .container h1
{
    color: #fff;
    font-weight: bold;
    position: relative;
    left: 100px;
    top: 441px;
    padding-left: 117px;
}

section
{
    background-color: #72e472;
       
}

section .container h1
{
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    margin: 22px;
}

section .container .lead
{
    font-size: 15px;
    font-family: bold;
    width: 100%;
    height: 335px;
    text-align: center;
}
.our-services .container img
{
    float: left;
    padding: 20px
}

.about-us
{
    background-color: #ccc;
    padding-top: 10px;
    height: 555px;
}

.about-us h1
{
    text-align: center;
    font-weight: 700;
    padding: 10px; 
    color: #000;
}
.about-us h3
{
    text-align: center;
    font-weight: 600;
    padding:10px;
    color: #007f01;
}

.about-us p
{
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px;
    line-height: 32px;
    font-size: 18px;
    color: #000;
}
.about-us p span
{
    color: #00a201;
}

.group
{
    background-color: #67cc67;
    
}
.group .container h1
{
    text-align: center;
    padding: 20px;
    font-weight: 700;
    color: #fff;
}
.group .container img
{
    padding: 20px 0;
    padding-left: 71px;
    width: 79%;
}

.group .container p
{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}
.contact-us
{
    background-color: #d4d3d3;
}

.contact-us .container h1
{
    color:#007f01;
    text-align: center;
    font-weight: 700;
    padding: 15px;
}

.contact-us .container img
{
    float: right;
    padding: 10px 0;
}
 .contact-us .container p
{
    color: #000;
    padding-left: 282px;
    padding-top: 110px;
    font-size: 25px;
    line-height: 40px;
    text-align: right;
}

.contact-us .container .form-group input, textarea
{
    padding: 10px;
    width: 75%;
    height: 39px;
    border: 2px solid;
    border-radius: 10px;
    border-color: #5cb85c;
    margin: 5px;
}

.contact-us .container .form-group textarea
{
    height: 150px;
}

.contact-us .container form .submit
{
    float: right;
    width: 8%;
    height: 40px;
    font-size: 18px;
    position: relative;
    right: 282px;
}
.contact-info
{
    background-color: #d4d3d3;
}

.contact-info .container .info-1 img
{
    width: 20%;
    padding: 10px 0;
    padding-top: 25px;
}

.contact-info .container .info-1 p
{
    font-size: 18px;
    padding: 10px 0;
    color: #000;
}

.contact-info .container .info-2 img
{
    width: 30%;
    padding-top: 17px;
    margin-bottom: 5px;
}

.contact-info .container .info-2 h4
{
    color: #000;
    font-size: 25px;
}
.contact-info .container .info-2 p
{
    color: #000;
    font-size: 21px; 
}

.footer
{
    background-color: #9a9494; 
    padding: 10px;
    padding-bottom: 1px;
}
.footer p
{
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
