#testimonials {
   display: none;
}

/*====================
Topbar/Nav
====================*/

#logo-menu .container {
    flex-direction: column;
    justify-content: center;
}

.left-shape, .right-shape {
    background-color: #444444;
   height: 45px;
}

#topbar {
      background: #444444;
}

.left-shape:before {
    border-top: 45px solid #444444;
}

.right-shape:before {
    border-bottom: 45px solid #444444;
}

.right-shape:after {
    border-top: 45px solid #444444;
}

.logo-holder img {
   width: 365px;
}

.logo-holder {
  margin-top: 15px;
}

/*====================
Topbar/Nav
====================*/

p, ul li {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover {
    background: #FFF;
    border-bottom: 5px solid #1f6743;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #1f6743;
    color: #FFF;
}

.carousel-indicators li.active {
    background: #1F6743;
    color: #FFF;
}

.carousel-indicators li:hover {
    background: #6EA338;
}

#myCarousel .carousel-caption {
    bottom: auto;
    left: 50%;
    max-width: 1000px;
    padding: 25px 30px 30px;
    text-align: center;
    top: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel-caption p {
   font-size: 24px;
   color: #FFF;
   text-align: center; 
} 

.carousel-caption h2 {
  font-size: 55px; 
   font-weight: 600;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.slider-overlay {
    background: rgba(47, 55, 58, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


#index-section {
    background: #F3F5FA;
   margin-top: 0;
}

/*====================
Buttons/Typography
====================*/

.btn-primary, .btn-default {
    background-image: none;
    background: #1F6743;
    border: 2px solid #1F6743;
   border-radius: 0;
}

.btn-primary:hover {
    background: #2b8a5a;
    border: 2px solid #2b8a5a;
    color: #e8e8e8;
}

a {
    color: #1f6743;
}

a:focus, a:hover, #services a:hover h3 {
    color: #6EA338;
    text-decoration: none;
}

/*====================
Index Boxes
====================*/

#index-section h1 {
    margin-top: 0;
    text-transform: capitalize;
}

#who-we-are .box:hover {
    border-color: #6EA338;
}

#who-we-are .box {
    border-top: 8px solid #1F6743;
}

#index-section {
    background: #e2e2e2;
    margin-top: 0;
}

#why-choose-us h2 {
    margin-bottom: 35px;
}

#who-we-are {
    bottom: 16rem;
    margin-bottom: -34.6rem;
}

/*====================
Service Boxes
====================*/

#services h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 12px;
    background: #1f6743;
    transition: background .15s ease-in;
}

#services a:hover h3 {
    color: #FFF;
    background: #6EA338;
    text-decoration: none;
}

#services {
    background: #e2e2e2;
}

#tagline {
    background: url(/site_images/howard-tagline.jpg) no-repeat center center;
}

.overlay {
    background: rgba(24, 35, 29, 0.58);
}

/*====================
Inner Pages
====================*/

#sidebar-links a.currentLink {
    border-left: 5px solid #1f6743;
}

.about-links {
    padding: 30px 5px;
    display: flex;
    justify-content: space-between;
}

#heading {
    background: #1f6743;
}

#sidebar-links a.currentLink:after {
    color: #6EA338;
}

#sidebar-links a:hover:after {
    color: #1f6743;
}

#sidebar-links a:hover {
    background: #FFF;
    border-left: 5px solid #6ea338;
}


.sidebar-consultation {
    border: 1px solid #d6d6d6;
    border-left: 5px solid #1f6743;
}

.sidebar-consultation h3 {
    font-size: 24px;
    color: #2f2f2f;
    margin-top: 22px;
}

.sidebar-consultation .fa {
    font-size: 24px;
    color: #89bb02;
    margin: 0px 8px 0px 21px;
}

.sidebar-consultation p {
    font-size: 15px;
    color: #555;
    margin: 13px 21px 6px 22px;
    text-align: left;
}

#sidebar .btn-primary {
    font-size: 13px;
    padding: 9px 17px;
    margin: 5px 0px 22px 21px;
}

/*====================
Footer
====================*/

.divider-line span {
    background: #1f6743;
}

.divider-line span.fill {
    width: 100%;
    background: #6EA338;
}

footer a, footer p {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}

footer {
    background: #444444;
}

@media screen and (max-width: 600px){
   .logo-holder img {
    width: 275px;
}

}