* {
    margin: 0;
    padding: 0;
    
}


html {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1rem;
    background-color:white;
    color: black;
}


body 
{
    background:white;
    
}

.header {
    width: 100%;
    height: fit-content; 
    display: inline-flex;
    background-color: white;
    margin-left: 0.5rem;
    position: relative;
    border-bottom: 3px solid transparent;
    border-color: rgb(199, 201, 211);
     
}

.home-header-logo {
    margin: 0;
    padding: 0.5rem;
    position: relative;
          
}

.logo-img  {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 9rem;
    height: 2rem;
}

.nav-bar {
    display: inline-flex;
    background-color: white;
    position: relative;
    margin-left: 2rem;
    padding-top: 1rem; 
     
}

.manu-nav-bar {
    display: grid;  
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: white;
    text-align: justify;
    font-size: 1rem;
       
}

.manu-nav-bar ul {
   position: relative;
   text-align: center;
   color: white;
        
}

.manu-nav-bar li {
    display: inline-grid;  
    list-style: none;
    text-align: center;
    margin-left: 2rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    justify-content: space-between; 
}

.manu-nav-bar a {
    font-size: 0.8rem;
    color: black;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-decoration: none;
} 


.sub-manu-nav-bar {
    display: inline-grid; 
    position: relative; 
    margin-bottom: 0px;
    background-color: white;
    text-align: justify;
    font-size: 1rem;
    margin-left: 4rem;   

}

.sub-manu-nav-bar ul {
    position: relative;
    text-align: center;
    list-style: none;
}

.sub-manu-nav-bar li {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}



.sub-manu-nav-bar a {
    font-size: 0.8rem;
    color: black;
    text-decoration: none;
    text-align: center;
}

.active
{
    background: aqua;
    border-radius: 0.1rem;
    border-bottom: 3px solid transparent;
    transition: border-bottom 1s;
    border-color: rgb(8, 63, 1);
    font-weight: bolder;
}

.nav-bar a:hover {
    background: pink;
    padding-top: 0.1rem;
    border-radius: 0.1rem;
    border-bottom: 3px solid transparent;
    transition: border-bottom 1s;
    border-color: rgb(8, 63, 1);
    font-weight: bolder;

}

/* Header End at here */
.recryitement-info-container {
    width: 100%;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    background-color: white;

}

.page-titel {
    position: relative;
    display: grid;
    text-align: center;
    margin-top: 1rem;
        
}

.page-titel h1 {
    font-weight: bold;
    line-height: 1rem;
    font-size: 2rem;
    color: red;
    
}


.page-titel p {
    line-height: 1rem;
    font-weight: bold;
    color: blue;
}


/*__________________________*/


.postpage-theme {
border-bottom: 3px solid transparent;
border-color: rgb(140, 149, 150);
margin-bottom: 1rem;
}

.row {
    position: relative;
    display: flex;
    padding-top: 1rem;
    align-items: center;
    flex-wrap: wrap;
} 



.col {
    flex-basis: 50%;
    min-width: 300px;
    
}

.feature-img {
    width: 90%;
    margin-left: 1rem;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}

.Info-row {
    display: flex;
    background: #bffac294;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin: 0.5rem;
    padding: 0.5rem;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    width: 90%; 
 }



.recryitement-detail {
    position: relative;
    display: grid;
    text-align: left;
    width: 90%;
 }
 


 

 .recryitement-detail p {

    font-size: 0.7rem;
    font-weight: 500;
    color: rgb(46, 42, 42);
    line-height: 1rem;
 }

 .recryitement-detail h2 {
     font-size: 1.2rem;
     font-weight: bold;
     color: red;
     text-align: center;
 }

 .recryitement-detail h3 {
     font-size: 0.8rem;
     font-weight: bolder;
     text-align: center;
     color: red;
 }

 .col h1 {
     font-size: 1.5rem;
     color: red;
 }

 .sub-postpage-theme h1 {
     font-size: 1.2rem;
    
 }

 .sub-postpage-theme .page-titel p {
    font-size: 0.8rem;
    line-height: 0.5rem;

 }

 .sub-postpage-theme h2 {
     font-size: 1rem;
     color: black;
     text-align: center;
     font-weight: bold;
 }

 .sub-postpage-theme h3 {
    font-size: 0.8rem;
    color: black;
    text-align: left;
    line-height: 1.5rem;
    font-weight: bolder;

 }

.sub-postpage-theme {
    border-bottom: 3px solid transparent;
    border-color: rgb(140, 149, 150);
    margin-bottom: 1rem;
}
 
#main-footer {
    background: #555555;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
 
}

@media(max-width:1024px){
    .html {
      width: 100%;
    }
}
    