*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header{
    background-image: linear-gradient(#4bd254, #f4eded);
    background-repeat: no-repeat;
   background-size: cover;
   height: 10vh;
}
@media screen and (max-width:992px) {
    .header{
        height: 5vh;
    }
    
}
@media screen and (max-width:600px) {
    .header{
        height: 5vh;
        /* background-color: aliceblue; */
        background-image: none;
    }
    
}
.header h1{
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 2px 4px 2px 4px black;

}
.closebtn{
    display: none;
}
@media screen and (max-width:600px) {
    .closebtn{
        display: inline;
    }
    
}
.openbtn{
    display: none;
}
@media screen and (max-width:600px) {
    .openbtn{
        cursor: pointer;
        background-image: linear-gradient(#21cb43, #f4eded);
        display: block;
        color: black;
        padding: 5px 10px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        border: 1px solid silver;
         border-radius: 10px;
    }
    .openbtn a{
        font-size: 15px;
    }
    .openbtn:hover {
        background-color: #444;
    }
    
}
.the-navs{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
@media screen and (max-width:600px) {
    .the-navs{
        border-bottom: 1px solid silver;
        border-radius: 5px;
    }
    
}
.the-navs a{
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    text-decoration: none;
    padding: 5px;
    color: rgb(12, 12, 12);
    font-style: normal;
}
.the-navs img{
    height: 60px;
    width: 200px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width:600px) {
    .the-navs img{
        width: 180px;
        height: 50px;
    }
    
}

.contact{
    font-size: 20px;
}
@media screen and (max-width:600px) {
    .contact{
        display: none;
    }
    
}
.contact a{
    font-size: 15px;
    background-color: black;
    color: white;
    border: 2px solid black;
    border-radius: 8px;
}
.content-01{
    font-size: 25px;
}
@media screen and (max-width:600px) {
    .content-01{
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .content-01 a{
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: white;
        display: block;
        transition: 0.3s;
    }
    .content-01 a:hover{
        color: #4bd254;
    }
    .content-01 .closebtn{
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    
}
.apply-hd{
    /* background-image: linear-gradient(#061907, #1f1e1e); */
    height: 50vh;
    background-image: linear-gradient(#4bd254, #f4eded);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed;
    background-size: contain;
    opacity: 0.7;

}
@media screen and (max-width:992px) {
    .apply-hd{
        height: 25vh;
        background-attachment: scroll;
    }
    
}
@media screen and (max-width:600px) {
    .apply-hd{
        height: 50vh;
        margin-top: 30px;
        background-position: fixed;
        background-attachment: fixed;
    }
    
}
@media screen and (max-width:375px) {
    .apply-hd{
        margin-top: 50px;
    }
    
}
.apply-hd h2{
    text-align: center;
    padding-top: 15vh;
    font-size: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-style: unset;
    text-transform: uppercase;
    color: black;
}
.apply-hd p{
    text-align: center;
    padding-top: 5vh;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: black;

}
.applynow{
   text-align: center;
   margin-top: 30px;
}
.applynow a{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-style: unset;
    color: black;
    padding: 5px 10px;
    border: 1px solid #4bd254;
    background-image:linear-gradient(#4bd254, #f4eded);
    border-radius: 5px;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
}
.apply-page{
    background-image: linear-gradient(#e9f1e9, #f4eded);
    height: auto;
    border-bottom: 1px solid silver;
    position: relative;
}
.form-filing{
    padding-top: 50px;
}
.form-filing h2{
    text-align: center;
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-style: unset;
    text-transform: uppercase;
    color: black;

}
.form-filing h2 span{
    border-bottom: 2px solid #4bd254;
    border-radius: 10px;
}
.form-filing p{
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-style: italic;
    text-transform: capitalize;
    color: black;
}
.form-info{
    margin-top: 20px;
    margin-left: 10px;
}
.form-info p{
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-style: italic;
    text-transform: uppercase;
    color: black;
    padding-bottom: 25px;
}
.form-info p span{
    border-bottom: 1px solid red;
    border-radius: 5px;
    font-weight: bold;
}
.input-info{
    display: block;
}
.input-info label{
    display: block;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    font-style: unset;
    text-transform: capitalize;
    color: black;
    padding-bottom: 15px;
}
.input-info input{
    display: block;
    width: 80%;
    padding: 15px 10px;
    margin: 15px;
    border: 1px solid silver;
    outline: none;
    border-radius: 10px;
    background-color: transparent;
    text-transform: capitalize;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    border-bottom: 2px solid #4bd254;
}
.input-info textarea{
    display: block;
    width: 80%;
    height: 20vh;
    padding: 15px 10px;
    margin: 15px;
    border: 1px solid silver;
    outline: none;
    border-radius: 10px;
    background-color: transparent;
    text-transform: capitalize;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    position: relative;
    border-bottom: 2px solid #4bd254;

}
.input-info button{
    padding: 10px 25px;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #4bd254;
    border: 2px solid #4bd254;
    border-radius: 8px;
    margin-top: 30px;
}
.footer{
    margin-top: 5px;
    background-image: linear-gradient(#4bd254, #f4eded);
    border-top: 10px solid #0b0b0b;
    height: auto;
    border-radius: 8px;
}
.footer-flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width:992px) {
    .footer-flex{
        display: block;
        padding: 25px;
    }
    
}
@media screen and (max-width:600px) {
    .footer-flex{
        display: block;
        padding: 15px;
    }
    
}
.first-footer{
    padding: auto;
}
@media screen and (max-width:992px) {
    .first-footer{
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width:600px) {
    .first-footer{
        margin-bottom: 25px;
    }
    
}

.first-footer h2{
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: inherit;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: white;

}

.first-footer a{
    text-decoration: none;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: italic;
    color: #061907;
}
.second-footer{
    padding: auto;
}
@media screen and (max-width:992px) {
    .second-footer{
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width:600px) {
    .second-footer{
        margin-bottom: 30px;
    }
    
}
.second-footer h2{
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: inherit;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: white;

}
.input-footer input{
    display: block;
    padding: 15px 25px;
    margin: 15px;
    border: 1px solid silver;
    outline: none;
    border-radius: 10px;
    background-color: transparent;
    text-transform: capitalize;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
}
.input-footer a{
    background-color: black;
    color: white;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 10px 15px;
    border: 1px solid silver;
    text-decoration: none;
    border-radius: 10px;
    text-transform: capitalize;
    cursor: pointer;
    margin-top: 20px;
}
.third-footer h2{
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: inherit;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 20px;
    color: white;

}
.third-footer p{
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: inherit;
    font-weight: bold;
    text-transform: capitalize;
    color: black;

}
.footer-word{
    padding-top: 50px;
    text-align: center;
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    text-transform: capitalize;
    color: #0b0b0b;
}
