*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size:15px;
}


body{
    
    width:100%;
    height:100vh;
    margin: 10% 0 0 0;
    overflow: auto;
    display:block;
    position: relative;
}
.menu-bar{
   
    background: transparent !important;
   
}
.top-bar{
    width:100%;
    height:5%;
    
    display:flex;
    position: fixed;
    top: 0;
    background: white;
    z-index: 999;
    transition: top 0.5s ease;
}
.contact-left{
    width:40%;
    padding:10px;
    display:flex;
    align-items: center;
}
.contact-left a{
    text-decoration: none;
    color:black;
    padding:0 10px;
}
.contact-left i{
    font-size:20px;
    background-color:none;
    color: rgb(0, 77, 139);
}
.contact-left i:hover{
    scale:1.2;
    transition: .2s;
}
.contact-right{
    width:60%;
    padding:10px;
    display:flex;
    align-items: center;
    justify-content: right;
}
.contact-right span{
    text-decoration: none;
    color:black;
    padding:0 15px;
    font-size:15px;
}
.menu-bar1{
    width:100%;
    height:25%;
    position: fixed;
    top:0%;
    /* border-bottom:1px solid rgb(0,0,0,0.2); */
    display:flex;
    align-items: center;
    padding:0;
}
.menu-bar1 .header{
    /* margin: 10% 0 0 0; */
    display:block;
    height:100%;
    width:100%;
    opacity: 0.5;
}
.menu-bar1 .header2{
    margin: 20% 0 0 0;
   
    display:none;
}
.menu-bar1 .skmh{
    width:100%;
    height:100%;
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
}
.skmh .logo{
    position: absolute;
    display:block;
    height:50%;
}
section{
    
    position: relative;
    top:30%;
    width:100%;
    height:auto;
    background-color: rgb(255, 255, 255);
    padding:10px 0;
}
section .top{
    width:100%;
    height:5%;
    padding:10px 20px;
    position: relative;
    display:flex;
    align-items: center;
}
section .top::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 140px;
    border-bottom: 2px solid;
    border-radius: 20px;
}
section .top a{
    color:black;
}
.mid{
    width:60%;
    margin-left:20%;
    height:auto;
    border:none;
    border-radius: 5px;
    background-color: rgb(248, 248, 248);
    box-shadow: 1px 1px 1px 1px rgb(0,0,0);
    padding:20px 0;
    display:block;
}
.mid .title{
    width:100%;
    height:auto;
    padding:20px ;
    text-align: center;
}
.mid .title span{
    font-size:25px;
    font-weight: 600;
}
.people{
    width:100%;
    padding:20px 60px;
    line-height: 25px;
    text-align: justify;
    position: relative;
}
.people::after{
    content: "";
    position: absolute;
    border:1px solid rgb(0,0,0,0.3);
    bottom:0;
    width:50%;
    left: 50%;
    transform: translateX(-50%);
}
.people img{
    display:block;
    margin:auto;
    width:100%;
}
#mapContainer{
    width:100%;
    height:500px;
    border:1px solid;
}
#mapContainer img{
    width:50px;
    height:50px;
}
.licens{
    position: relative;
    top:30%;
    bottom:0;
    width:100%;
    height:7%;
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: rgb(0, 77, 139);
    color:white;
}
/* 
.nav-menu li a {
 background-color: rgb(255, 255, 255);
}
.navigation {
  padding: 10px 20px;
}

.nav-menu {
    background-color: #fff;
      
  margin: 0;
  padding: 22px 20px;
                
}

/* .nav-menu li {
  display: inline-block;
} */
/* .nav-menu li{
    background-color: rgb(250, 253, 255);
}
.nav-menu li a {
           
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
  transition: 0.3s ease;
}

.nav-menu li a:hover {
       
  color: #000000;
}  */
/* .nav-menu li a {
    
    padding: 25px 20px;
   
} */

/* .dropdown{
margin: 20px 0 0 0 ;
} */

.menu-mid{
    background-color: rgb(255, 255, 255);
    margin: 5px;
}
.nav-menu li a {
    font-family: "Ancizar Serif", serif;
    height: 100%;
    /* padding: 22px 20px; */
    text-decoration: none;
    color: #333;
   

    justify-content: center;
    align-items: center;
    font-size: 15px;
}



/* HD screen */
@media (max-width: 1366px) {
    *{
        font-size:14px;
    }
    .mid .title span{
        font-size:20px;
        font-weight: 600;
    }
    .images img{
        width:180px;
        height:220px;
    }
    #mapContainer{
        width:100%;
        height:350px;
        border:1px solid;
    }
    .nav-menu li a {
    font-family: "Ancizar Serif", serif;
    height: 100%;
    padding: 0px 0px;
    text-decoration: none;
    color: #333;
   

    justify-content: center;
    align-items: center;
    font-size: 15px;
}
}




/* PHone */
@media (max-width: 787px) {
    section{
    
    top:30%;
   
    }
    .contact-left{
        width:100%;
    }
    .contact-right{
        display:none;
    }
    .menu-bar1{
        height:30%;
        position: fixed;
      
    }

    .menu-bar1 .header{
        display:none;
    }
    .menu-bar1 .header2{
        margin: 22% 0 0 0;
        display:block;
        height:100%;
        width:100%;
        opacity: 0.5;
    }
     .menu-bar1 .header2 img{
        
        height:auto;
        width:100%;
       
    }
    .skmh .logo{
        position: absolute;
        display:block;
        width:90%;
        height:auto;
    }
    .mid{
        
        width:100%;
        margin-left:0;
        border:none;
        box-shadow: none;
    }
    .mid .title span{
        font-size:18px;
        font-weight: 600;
    }
    .people{
        width:100%;
        padding:20px;
        line-height: 20px;
        text-align: justify;
        position: relative;
    }
    #mapContainer{
        width:100%;
        height:200px;
        border:1px solid;
    }

    .licens{
        height:5%;  
    }
    .licens span{
        font-size:12px;
    }
    
    

}














