body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}




nav {
    /* position: fixed; */
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(0, 0, 0);
    color: #fff;
    padding: 1rem;
    width: 100%;
    height: 150px;
}

.nav-links {
    margin-right: 2em;
    display: flex;
    text-align: end;
}

.profile a img {
    display: flex;
    width: 40px;
    height: 40px;

}

.profile a img :hover {
    width: 100px;
    height: 100px;
}

.logo h1 {
    
    margin-left: 0.8em;
    font-size: 2rem;
    font-weight: bold;
    
    
}
.logo h1 a{
text-decoration: none;
color:rgb(250, 106, 23);
}

.logo h2 {
    font-size: 0.8em;
    margin-left: 16em;
    font-family: cursive;
}

.nav-links {

    display: flex;
    justify-content: space-between;
    /* width: 30%; */

}

.nav-links li {
    margin-top: 2em;
    list-style: none;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 1rem;
}


.MainBox{
    margin-top: -20px;
    background-color: rgb(246 246 246);
}
.container
{
    margin-left: 20px;
}
.container header h1{
    padding-top: 2.5em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
} 
.container h2{
    font-size: 1.5em;
    font-weight: bold;
}
.container p strong{
    font-size: 1.2em;
}
.salaryOfEmployee p{
    margin-left: 1.8em;
    text-wrap: wrap;
}



.button {
    
    background-color: rgb(250, 106, 23);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 30px 0px 20px 700px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    
}
.button:hover {
    background-color: rgb(28, 28, 28);
}
.faq {
    margin: 20px 22px;
}
.faq h3 {
    margin: 0;
}
.faq p {
    margin-top: 5px;
}







/* Footer CSS  */


.page-footer {
    position: fixed;
    right: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    z-index: 1;
}

.page-footer a {
    display: flex;
    margin-left: 4px;
}

.locate iframe {
    width: 100%;
    height: 500px;
    margin-top: 2rem;
}

footer {
    margin-top: 0px 0px 0px 0px;
    text-align: center;
    padding: 1rem;
    background-color: black;
    color: white;
    margin: 0px 0px 0px -60px;

}

.main_footer {
    display: flex;
}

.mail_subscribe {
    display: flex;
    gap: 2em;
    margin-left: 6em;
    padding-top: 8em;

}

.mail_subscribe>input {
    border: 3px solid rgb(250, 106, 23);
    border-radius: 0.3em;
    height: 2.5em;
    width: 25em;

}

.mail_subscribe>button {
    background-color: rgb(254, 98, 8);
    border-radius: 2px solid black;
    border-radius: 5px;
    color: white;
    height: 2.8em;
    width: 6rem;
}
.mail_subscribe>button:hover {
    background-color: rgb(245, 147, 0);
}

.Links_of_fotter {
    display: grid;
    list-style: none;
    row-gap: 0.3em;
    column-gap: 5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 10em;
    padding-top: 5em;
    margin-bottom: 7em;
    text-align: start;
}

#copyright {
    text-align: center;
    padding-bottom: 1.5em;

}