*{
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    background-color: #2A9A14;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0px;
    padding: 20px;
    
    overflow-x: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-family: 'Almarai';
}

.container{
    width: 100%;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    background-color:#deffd4;
    
}

.top {
    height: 70px;
    direction: ltr;
    text-align: center;
    width: 96vw;
    
 
    position: absolute;
    z-index: 2;
    position: 0;
}

.top a:link,.top a:visited{
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.top a:hover{
    color: white;
    background-color: rgb(14, 88, 39);
}

.top td{
    width:33%;
}

#div2 {
    position:relative ;
    z-index: 1;
}

#mainDiv{
    background: white;
    width: 100%;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.mainDiv1{
    width: 75%;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.about_paragraph{
    background-color:white;
    width: 90%;
    border: 3px #3ca55c dashed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 30px;
    padding: 10px;
    direction: rtl;
    line-height: 1.5;
    text-align: justify;
}

.mainDiv2{
    margin-top: 10px;
    width: 25%;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#student_windows{
    background-color: #01582B;
    font-size: 32px;
    font-family:  'Almarai', sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    
}
#student_windows a{
    color:#00FF00;
    text-decoration: none;
    text-align: center;
}
#student_windows a:hover{
    font-size: 35px;
}
.mainDiv2 h1{
    color: #E9D67A;
    background: #2A9A14;
    margin: 0;
    padding:10px 20px 10px 0;
    border-radius: 30px;
    margin: 5px 0 5px 0;
}

.mainDiv2 ul{
    background: #C5FFB2;
    list-style-type: none;
    padding: 0px;
    border: #01582B 2px solid;
}

.mainDiv2 li{
    display: list-item;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Almarai', sans-serif  ;
    padding-top: 25px;
    border-bottom:#01582B 3px solid;
    text-align: center;
    
}

.mainDiv2 li:hover{
    background-color: #2A9A14;
}
.mainDiv2 li:hover .link_style{
    color: #E9D67A;
}

.link_style{
    color: black;
    text-decoration: none;
}

.newsTable {
    margin-top: 15px;
    width: 100%;
    background-color: rgb(80, 85, 13);
    color: white;
}

.newsTable a:Link, .newsTable a:visited{
    color: white;
    text-decoration: none;
    font-size: x-large;
}

.newsTable a:hover{
    text-decoration:underline;
}

#nav{
    background: #01582B;
    height:50px;
}

#nav a:link , #nav a:visited{
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

#nav a:hover{
    color: #000000;
}

#nav> ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    direction: rtl;
}

#nav>ul> li {
    position: relative;
    margin: 5px;
    padding: 0;
    font-size: x-large;
    height: 40px;
    width:15%;
    text-align: center;
    white-space: nowrap;
    background-color: #2A9A14;
    border-radius: 30px;
}

.dropdown {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    background: #01582B;
    color: white;
    -webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
}

.dropdown  li {
    position: relative;
    margin: 5px;
    padding: 0;
    font-size: x-large;
    height: 40px;
    width:15%;
    text-align: center;
    white-space: nowrap;
    background-color: #2A9A14;
    border-radius: 30px;
    transition: all 0.5s;
}
.dropdown li:hover{
    width: 100%;
}


#nav li:hover .dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

form{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: x-large;
}

Form > input{
    padding:5px;
    background: white;
    font-size: large;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px;
}

form > button{
    padding: 5px;
    background: white;
    font-size: large;
    margin: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

form select{
    margin: 10px;
    background: white;
    padding: 5px;
    font-size: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

option{
    padding : 5px;
}
#nav-en{
    background: #603813;
    background: -webkit-linear-gradient(to bottom, #603813, #b29f94);
    background: -moz-linear-gradient(to bottom, #603813, #b29f94);
    background: -o-linear-gradient(to bottom, #603813, #b29f94);
    background: linear-gradient(to bottom, #603813, #b29f94);
    height:50px;
}

#nav-en a:link , #nav-en a:visited{
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

#nav-en a:hover{
    color: #000000;
}

#nav-en> ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#nav-en li {
    position: relative;
    margin: 0;
    font-size: x-large;
    width: 18%;
    text-align: center;
    white-space: nowrap;
}

#nav-en li:hover .dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#cvTable{
    width: 100%;
    border: black 2px solid;
}

#cvTable  img{
    height: 300px;
    width: 300px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#cvTable td{
    width: 50%;
    font-size: 30px;
    text-align: center;
    border: #3ca55c 5px solid;
    padding: 10px;
}


#main_content{
    visibility:hidden;
    margin-top: 20px;
}

#contact_table{
    width:100%;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    font-size: 35px;
}

#contact_table img{
    width: 250px;
    height: 250px;
}

#contact_table td{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 50px;
}

#contact_table tr{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}


