header{
    display: flex;flex-direction: row;justify-content: center;
    position: sticky;top: 0;z-index: 10000;background-color: #fff;
}
header>div{
    text-align: center;margin: 10px;
}
#head1{
    width: 20%;
}
#head2{
    width: 70%;
}
#head1 img{
    width: 100%;height: 50px;
}
.head2>ul>li{
    list-style-type: none;padding: 0;
}
.head2>ul{
    display: flex;flex-direction: row;justify-content: space-evenly;
   
}

.head2>ul li>a{
    text-decoration: none;color: #0a0a64;font-size: 16px;font-weight: 500;
}
.head2 a:hover{
    transition: 0.5s;text-decoration: underline;
}
 header a:hover{
  transition: 0.5s;text-decoration: underline;
}
.head1>ul{
    display: flex;flex-direction: row;justify-content: end;
}
.head1>ul li{
    margin-right: 30px;list-style-type: none;
}
.head1 a{
    color: #0a0a64;text-decoration: none;font-weight: 500;
}
body{
    margin: 0;padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.alert a{
    color: #fff;text-decoration: underline;
}
.alert p{
    font-weight: 700;
}
#hero{
    background-image: url(images/header_video.jpg);background-repeat: no-repeat;height: 500px;
    background-size: cover;position: relative;
}
#cover{
    position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color:#0000003b;
}

#in{
    display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-evenly;
    color: #fff;text-align: center;font-size: 22px;align-items:center;margin-top: 50px;
}
#in p{
    line-height: 10px;color: #fff;
}
#in button{
    padding: 10px;border: 3px solid #fff;background-color: #ffffff00;font-size: 22px;color: #fff;margin-top: 30px;
}
#cover form{
    display: flex;flex-direction: row;justify-content: center;align-items: center;
}
#cover form>div{
    width: 20%;margin: 10px;
}
#cover form>div>select{
    padding: 15px;background-color: #fff;color: #000000;border: none;font-size: 20px;width: 100%;
}
#cover form>div>input{
    padding: 15px;background-color: #fff;color: #000000;border: none;font-size: 20px;width: 100%;
}
#cover form{
   text-align: center;margin-top: 70px;
}
#subm{
    padding: 10px;border: 3px solid #fff;background-color: #ffffff00;color: #fff;font-size: 22px;
width: 100%;
}
section{
    background-image: url(images/background_latest_jobs.jpg);background-repeat: no-repeat;height: auto;
    background-size: cover;position: relative;
}
#latest{
    display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;justify-content: center;
}
#latest>div{
    width: 17%;margin: 20px;background-color: #fff;border: 1px solid rgb(207, 200, 200);border-radius: 7px;
    padding: 10px;text-align: left;
}
#latest button{
    background-color: #0a0a64;color: #fff;padding: 10px;border: none;border-radius: 8px;
}
p{
    color: #363636;
}
#next1{
    display: flex;flex-direction: row;justify-content: space-evenly;
}
#next1>div{
    margin: 20px;width: 40%;
}
#next1 h1{
    font-size: 40px;
}
#next1 img{
    width: 100%;
}
footer{
    background-color: #0a0a64
}
footer{
   display: flex;flex-direction: row;justify-content:space-evenly;
}
footer>div{
padding: 10px;color: #F9FAFB;margin: 20px;width: 20%;
}
footer>#socials img{
    width: 60px;height: 60px;
}
#turn{
    width: 100px;
}
.last{
   display: flex;flex-direction: row;justify-content: space-between;padding: 20px;
}
.last a{
    text-decoration: none;color: #363636;padding: 10px;font-weight: bold;
}
#side{
    background-color: #fff;
   padding: 20px;
    display: none;z-index: 10000;

}
#side img{
    display: none;
}
.container {
    display: none;
  }
  
  .bar1, .bar2, .bar3 {
    width: 20px;
    height: 5px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
.sidenav{
    display: none;
}
.sidenav{
    display: none;
}
#img{
    width: 200px;
}
#underNav{
    display: none;
}

div{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  }

  div.visible {
    opacity: 1;
    transform: translateY(0);
}

#banner{
    display: flex;flex-direction: row; justify-content:space-evenly;align-items: center;
}
#banner>div{
    padding: 10px;border: 1px solid #e6e2e2;width: 25%;margin: 30px;text-align: center;
}
#banner h3{
    color: #0a0a64;
}
#banner button{
    padding: 8px;background-color: #0a0a64;color: #fff;border-radius: 6px;border: none;font-size: 17px;
}
#banner button:hover{
    background-color: #fff;border: 1px solid #0a0a64;color: #0a0a64;
}
#banner img{
    width: 100%;
}
#loginForm{
    display: flex;align-items: center;justify-content: center;
}
#loginForm form{
    border: 1px solid #0a0a64;padding: 20px;
    width: 70%;border-radius: 10px;
}
#loginForm input{
    width: 100%;padding: 10px;margin:5px;  border: 1px solid #c4c0c0;
}
button{
    padding: 8px;background-color: #0a0a64;color: #fff;border-radius: 6px;border: none;font-size: 17px;
}
button:hover{
    background-color: #fff;border: 1px solid #0a0a64;color: #0a0a64;
}
#btn{
    display: flex;flex-direction: row;justify-content: space-between;
}
button a{
    color: #fff;text-decoration: none;
}
button a:hover{
    color: #000000;
}
#ull li{
    color: #363636;line-height: 35px;font-size: 17px;
}

#outside{
    border: 1px solid #9e9ea0;padding: 20px;
    width: 70%;border-radius: 10px; margin-bottom: 8px;
}
#unit{
    display: flex;flex-direction: column;align-items: center;justify-content: center;
    margin-bottom: 8px;
}
#unit label{
    background-color: #CCC;padding: 5px;width: 99%;font-size: small;
}
#unit>input,select{
    width: 100%;padding: 7px;  border: 1px solid #c4c0c0;
}

#loginForm1{
    display: flex;align-items: center;justify-content: center;flex-direction: column;
}






@media only screen and (max-width: 900px){
    #banner{
        flex-direction: column;justify-content: center;
    }
    #banner>div{
    width: 80%;margin: 20px;
    }
    #serviceHero>div{
        padding: 100px;color: #fff;display: flex;align-items:unset;justify-content:unset;text-align: center;
    }
    footer{
        flex-direction: column;
    }
    footer>div{
        width: auto;margin: 10px
    }
    .sidenav{
        display: block;
    }
    #sideNav{
        display: block;
    }
    #underNav{
        display: block;margin-top: 25px;margin-left: 20px;
    }
    .container{
        display: inline-block;
        cursor: pointer;
       }
    #side{
        display: block;height: 70px;position: sticky;top: 0;background-color: #ffffff;
    }
    #side img{
        display: block;margin: -5%;width: 250px;
    }
    header{
        display: none;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
      }
      
      .sidenav a {
        text-decoration: none;
        display: block;
        transition: 0.3s;
        line-height: 50px;
        color: #0a0a64;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 600;
    padding-left: 15px;
      }
      
      .sidenav a:hover {
        color: #ffffff;background-color: #0a0a64;border-bottom: 1px solid #e4e4e4;
      }

.container{
    float: right;margin-right: 30px;margin-top: -10px;
}
.last{
    flex-direction: column;
    justify-content: center;
}
#next1{
    flex-direction: column;
}
#next1>div{
    width: 90%;
}
#latest{
    flex-direction: column;
}
#latest>div{
    width: auto;
}
#in button{
display: none;}

#in p{
    display: none;
}
#cover form{
    flex-direction: column;
}
#cover form>div{
   width: 90%;
}
#hero{
    background-image: url(images/header_video.jpg);background-repeat: no-repeat;height: 500px;
   background-size:cover;background-position: center;
}
#imgbg{
    display: none;
}
}


#content{
    padding: 20px;padding-left: 40px;padding-right: 40px;padding-bottom: 20px
}