* {
    margin: 0;
    padding: 0;
    
}

html {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1rem;
    background-color:white;
    color: #555555;
}


/* Header Style start here*/
/*_________________________________________________*/
.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 style End at here */
/*___________________________*/

.container {
    width: 100%;
    margin-left: 0.5rem;
    background-color: white;
    margin-top: 0.5rem;   
}



.section {
    color: white;
   
}

.colums-wrape {
    position: relative;
    display: flex;
    padding-top: 1rem;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 3px solid transparent;
    border-color: rgb(140, 149, 150);
    margin-bottom: 1rem;
}

.colum {
    flex-basis: 40%;
    min-width: 300px;
    
     
}

.colum img{
    width: 300px;
    margin: auto;
    text-align: center;
    margin-left: 1rem;
 }



 .colum-title {
    position: relative;
    display: grid;
    margin-top: 0.8rem;    
    padding-top: 1rem;
    text-align: center; 
    
}


.colum-title h1 {
    font-weight: bold;
    color: red;
    font-size: 0.9rem;
    text-align: center; 
   
}

.colum-text {
    position: relative;
    display: grid;
    margin-top: 1.5rem;
    margin-left: 0.5rem;
    text-align: center;
 }

 
 .colum-text p {
     font-size: 0.8rem;
     color: black;
     font-weight: bolder;
   }

 .Staff-recruitment {
    margin-top: 1.5rem;
    position: relative;
    display: grid;
    margin-bottom: 0px;
    margin-right: 1rem;
    text-align: right;
    font-size: 0.8rem;
 }

 .Staff-recruitment p {
    font-weight: bolder;
    color: black;
    font-size: 0.8rem;

 }

.more {
    font-weight: bold;
    font-style: italic;
    text-align: right;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}



 #main-footer {
    background: #555555;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 0px;
 
}

@media(max-width:1024px){
    .html {
      width: 100%;
    }
}