/*
Custom Css
*/

/*
Navbar
*/

/* search nav */

.bag-icon {
    display: flex !important;
    justify-content: flex-end !important;
}

.search-bar { display: block } 
  
#my-search-50523005 { display: block; justify-content: center; }
  
.search-nav { display: contents }

.navbar {
    background-color: #242424;
}

#templatemo_main_nav a {
    color: #CCC;
}

#templatemo_main_nav a:hover {
    color: #FFF;
    background-color: #242424;
}

.dropdown-menu {
    margin: 0;
    background-color: #242424;
}

.navbar-toggler {
    background-color: #CCC;
}

.nav-icon {
    color: #CCC;
}

/*
End of Navbar
*/

#thank-you-page {
    background-color: #CCC;
}

#contact-page {
    background-color: #CCC;
}

#about #service-dec .a {
    text-decoration: none;
}

.logoimgabt {
    display: flex;
    width: 100%;
    align-items: center;
}

/* Business Hours  */

.card {
    width: 400px;
    background-color: #CCC;
    border-radius: 12px
}

.text {
    color: #242424
}


/* End Business Hours */

section.container.py-5 div.row div.col-md-6.col-lg-3.pb-5 a {text-decoration: none;}

