@charset "utf-8";
/* CSS Document */

body {
    color: #000000;    
}

#SubmitButton1_10001_Itm10 {
    background: #6aaf08;
}

.Gallery {
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
    width: 100%;
}

.Aspect13 {
	aspect-ratio: 1.3 / 1;
    object-fit: cover;
}

.tp-kbimg {
  filter: brightness(25%);
}

img.tp-kbimg {
    filter: brightness(75%);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fcfcfc;
    background-color: transparent;
}

#navBar {
    float: left;
}

.dropdown-menu {
    display: block;
    z-index: unset;
}

.Site_Page_Path_Current_Page {
    display: inline-block;
    font-weight: 900;
    margin-left: 11px;
    line-height: 60px;
    box-sizing: border-box;
    color: #6aaf08;
    font-size: 14px !important;
}

.bottom_footer p {
    line-height: 37px;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: #2e6da4;
  
	line-height: 60px;
    height: fit-content !important;  
  
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: #204d74;
}

.brochures {
    margin-top: 0;
}


.blog_fullwidth.news .single_blog_post .post ul li span {
    color: #6aaf08;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    padding-right: 3px;
}


.comma-separated {
    color: blue;
    font-weight: bold;
    background-color: black;
    background-color: #6aaf08;
    padding: 6px;
    color: white;
    margin: 4px;
    margin-left: 0;
    display: inline-block;
    border-radius: 6px;
    line-height: normal;
}




footer {
    color: white;
    height: fit-content;   
}

.bottom_footer {
    margin-bottom:50px;
}


.service_page_content .tab_nav_holder li {
    width: fit-content;
}





    /* Top menu: keep it clean + responsive */
    .tab_nav_top .nav.nav-tabs {
        gap: .5rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 1rem;
    }

    /* Make tabs wrap nicely on small screens */
    .tab_nav_top .nav.nav-tabs>li {
        float: none;
        /* Bootstrap 3 tabs-left often uses floats */
        display: inline-block;
        /* allow wrapping */
    }

    /* Image: responsive and visually tidy */
    .service_side_image {
        width: 100%;
    }

    .service_side_image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        aspect-ratio: 1 / 1.5;
        object-fit: cover;
    }

    /* Optional: on larger screens, keep the image from being too tall */
    @media (min-width: 992px) {
        .service_side_image img {}
    }

    /* Small screens: give the image breathing room under content */
    @media (max-width: 767.98px) {
        .service_side_image {
            margin-top: 1rem;
        }
      .addressX, .scheduleX {
        display:none;
      }
    }

@media (max-width: 991px) {
    .bottom_header .logo_holder {        
        margin-bottom: 0px;
    }
}


img {
    max-width: 100%;
    border-radius:10px !important;
}

img.largeimg {
    max-width: none;
}






