.google-map {
    line-height: 0;
}

#service {
    background-color: #F9FAFF;
}

/* .navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
    border-bottom: 3px solid transparent;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #B49C73;
    color: rgba(255, 255, 255);

}

.header-white .navbar-nav .nav-link:focus,
.header-white .navbar-nav .nav-link:hover {
    border-bottom: 3px solid white !important;
    color: white !important;
} */

.footer-links a:hover {
    color: white !important;
}

.footer-links a {
    text-transform: none !important;
}


.card {
    width: 20rem;
    height: 16rem;
    margin: 1rem;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #f0f0f0;
    border: none;
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
    background-color: black
}

.card img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.2s ease-out;
}

.card h2 {
    position: absolute;
    inset: auto auto 15px 10px;
    margin: 0;
    color: white;
    transition: inset 0.3s 0.3s ease-out;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.card p,
.card a {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity 0.3s ease-out;
}

.card p {
    inset: auto auto 40px 10px;
}

.card a {
    inset: auto auto 15px 10px;
    color: inherit;
    text-decoration: none;
}

.card:hover h2 {
    inset: auto auto 190px 10px;
    transition: inset 0.3s ease-out;
}

.card:hover p,
.card:hover a {
    opacity: 1;
    transition: opacity 0.5s 0.1s ease-in;
}

.card a:hover {
    color: darkgray;
}

.card:hover img {
    transition: opacity 0.3s ease-in;
    opacity: 0.3;
}

a.button i {
    vertical-align: middle;
}

.bg-gray {
    background-color: #F9FAFF;
}





.navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #1F1F1F;
}

.navigation-item {
    display: block;
    height: 6em;
    background-color: transparent;
    border-bottom: 1px solid #B49C73;
    transition: all 1s ease-in;
}

.navigation-item:last-child {
    border-bottom: none;
}

.navigation-active a {
    background-color: #B49C73;
    color: white !important;
}

.navigation-active>a>i {
    visibility: visible !important;
    color: white;
}

.navigation-item:hover a {
    background-color: #B49C73;
    color: white;
    border-top: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F
}

.navigation-item:hover>a>i {
    visibility: visible !important;
    color: white;
}

.navigation-item a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #B49C73;
    text-align: center;
    line-height: 6rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
}

.navigation-header {
    display: block;
    height: 4rem;
    width: 100%;
    text-decoration: none;
    color: white;
    background-color: #1F1F1F;
    text-align: center;
    line-height: 4rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}


.navigation-header::before {
    content: '';
    width: 9px;
    height: 100%;
    left: -9px;
    top: 0;
    position: absolute;
    background-color: #1F1F1F
}

.navigation-header::after {
    content: '';
    width: 9px;
    height: 100%;
    right: -9px;
    top: 0;
    position: absolute;
    background-color: #1F1F1F
}

.navigation-header span:before {
    content: '';
    width: 0;
    height: 0;
    left: -9px;
    bottom: -9px;
    position: absolute;
    border-top: 9px solid #1F1F1F;
    border-left: 9px solid transparent
}

.navigation-header span:after {
    content: '';
    width: 0;
    height: 0;
    right: -9px;
    bottom: -9px;
    position: absolute;
    border-top: 9px solid #1F1F1F;
    border-right: 9px solid transparent
}

.banner-content-cta {
    padding: 75px 0;
}

.cta-text {
    margin-bottom: 0px;
}

.contact-info-block:hover {
    background: #1F1F1F;
    color: white !important;
    transition: 0.3s ease-in-out;
}

.contact-info-block:hover h4 {
    color: white !important;
}
.contact-info-block:hover i {
    color: white !important;
}

.contact-info-block i {
    color: #1F1F1F !important;
}

.list-group-item {
    cursor: pointer;
}

.list-group {
    border-radius: 0;
}

.list-group-item.active {
    background-color: #1F1F1F;
    border-color: #1F1F1F;
}