footer {
    font-size: 14px;
    bottom: 0;
    width: 100%;
    background: #ca2104;
}

footer a {
    text-decoration: none;
}

.data-table-clients {
    margin-bottom: 10%;
}

th {
    font-size: 15px;
}

.col.pt-2.contact-us-form {
    margin-top: -6%;
}

a.nav-link {
    font-weight: 600;
    letter-spacing: 1px;
}

main {
    background-position: center;
    padding-bottom: 5%;
    background-size: cover;
}

ul.assistant-li li a {
    color: #119933;
    text-decoration: none;
}

.custom-link-style {
    color: #119933;
    text-decoration: none;
}

.custom-link-style:hover {
    text-decoration: underline;
    color: #119933;
}

.form-group.p-2.req label:after {
    content: "*";
    color: red;
}

ul.assistant-li li a:hover {
    text-decoration: underline;
}

h1 {
    color: #119933;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-color-custom {
    background: #ca2104;
}

.cover-img {
    background-image: url(https://i.imgur.com/DHQJqtn.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    background-position-y: -150px;
}

.cust-height {
    max-height: 480px;
}

.cust-height img {
    margin-top: -2%;
    max-height: 100%;
}

.border-btm {
    border-top: 2px solid #ca2104;
    width: 16%;
    border-width: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    p {
        text-align: center;
        padding: 2%;
    }
    button.navbar-toggler {
        margin-left: auto;
    }
    div#navbarTogglerDemo01 {
        text-align: right;
        padding-right: 2%;
    }
    img.d-inline-block.align-top {
        margin-right: -5%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .cover-img {
        background-image: url(https://i.imgur.com/DHQJqtn.jpg);
        background-position-y: 0px;
    }
}