footer p {
    text-align: center;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.text-left {
    text-align: left;
}

.link-custom {
    color: #7a7a7a;
}

.link-custom:hover {
    color: #686666;
}

.sub-footer {
    background-color: #1e1e1e;
    padding: 10px 0px;
    border-bottom: 1px solid #1e1e1e;
}

.sub-footer ul.social-links li {
    margin-left: 8px;
}

.sub-footer ul.social-links {
    text-align: right;
}

.sub-footer ul li {
    display: inline-block;
}

.sub-footer ul.social-links li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #cdcdcd;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

@media (max-width: 997px) {
    .hero-title {
        font-size: 2rem !important;
        line-height: normal !important;
    }
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    /* display: none; */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0,0,0,0.5); */ /* Black background with opacity */
    background-color: rgb(0 0 0 / 29%);
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.main-banner .item h2 {
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.logo-inner {
    width: 6rem;
    margin-top: 0.5rem;
    height: 4rem;
}

.logo {
    display: flex !important;
    width: 17rem;
    height: 5.5rem;
}

.logo-h2 {
    display: flex;
    font-size: 15px;
    align-items: center;
    padding-left: 0.5rem;
}

@media (max-width: 559px) {
    .logo-h2 {
        display: none;
    }

    .logo-inner {
        width: 5rem;
        margin-top: 0.5rem;
        height: 4rem;
    }
}