body{
    background-color: rgba(6,21,62,0.9);;
}
header{
    position: sticky;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 150px;
    background-color: rgba(6,21,62,0.9);
    border-radius: 10px;
    
}
.logo{
    height: 140px;
    width: 150px;
    border-radius: 100%;
    border-style: groove;
    border-color: #C1B6AC;
    margin: 5px;
    margin-left: 15px;
    margin-bottom: 30px;
    float: left;
}
.mtitle{
    float: left;
    color: navajowhite;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 5px;
}
header nav ul{
    list-style: none;
    float: right;
    margin-right: 40px;
}
nav{
    float: right;
    margin-left: 5px;
    margin-top: 30px;
}
nav ul li{
    display: inline-block;
}
nav ul li a{
    font-size: 14px;
    text-decoration: none;
    line-height: 10px;
    padding: 15px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}
.checkbtn{
    font-size: 36px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
/*
@media( max-width: 	360px){
    header{
       height: 150px;
       width: 100%;
        background-color: rgba(37, 66, 146, 0.9);
    }
    .mtitle{
font-size: 10px;
float: left;
    }
    .logo{
        height: 100px;
        width: 100px;
    }
     ul{
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgb(3, 5, 8);
        top: 145px;
        left: -100;
        text-align: center;
        transition: all.5s;
        border-radius: 10px;
    }
    nav ul li{
        display: block;
        margin: 15px 0;
        line-height: 10px;
    }
    nav ul li a {
        font-size: 15px;
    }
  a:hover{
  background: none;
  color: aliceblue;
  }
  .checkbtn{
    display: block;
}
 #check:checked ~ ul{
     display: block;
     left: 0;
 }
 }*/
  @media( max-width: 901px){
    header{
       height: 150px;
       width: 100%;
        background-color:  rgba(6,21,62,0.9);
        
    }
    .mtitle{
font-size: 10px;
margin-top: 30px;
    }
    .logo{
        height: 100px;
        width: 100px;
        margin-left: 0px;
        margin: 0px;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    #about{
        background-size: 100% 100%;
    }
}
 @media( max-width: 901px){
     ul{
        display: none;
        width: 100%;
        height: 100vh;
        background-color: black;
        top: 142px;
        left: -100;
        bottom: 0;
        right: 0;
        text-align: center;
        transition: all.5s;
    }
    nav ul li{
        display: block;
        margin: 15px 0;
        margin-right: 60px;
        line-height: 10px;
    }
    nav ul li a {
        font-size: 15px;
    }
  a:hover{
  background: none;
  color: aliceblue;
  }
  .checkbtn{
    display: block;
    line-height: 15px;
    margin-right: 2px;

}
 #check:checked ~ ul{
     display: block;
     left: 0;
     position: fixed;
     opacity: 0.8;
 }
 }
 #home{
     width: 100%;
     height: auto;
 }
.leftsection{
    width: 33%; 
    background-color:white ;
    background-size: cover;
    padding: 20px   ;
    margin-top: 50px;
    background-attachment: fixed;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 10px;
    margin-bottom: 50px;

}
#about{
    border-radius: 10px;
    padding: 50px;
}
p{
    text-indent: 17px;
}
.Moreinfo{
    width: 380px;
    height: 210px;
}
.nav a{
    text-decoration: none;
    color: rgb(43, 133, 133);
    margin-right: 10px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.nav a:hover{
background-color:rgb(150, 224, 217);
padding:1px;
border-radius: 5px;
color: rgb(43, 133, 133);
}
.nav a:active{
    background-color:rgb(150, 224, 217);
    color: rgb(43, 133, 133);
    
}
@media (max-width: 901px) {
    #home{
        width: 100%;
        height: auto;
        display: block;
    }
    .leftsection{
        width: 100%;
        padding: 10px   ;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .Moreinfo{
        width: 100%;
        height: auto;
    }
    .nav a{
        display: block;
        text-align: center;
        margin-top: 15px;
        padding: 0;
    }
    }
#service{
    color: rgb(43, 133, 133);
    margin-top: 100px;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    padding-bottom: 10px;  
}
#service .imglink{
        display:inline-block;
}
#service a:hover{
    color: black;
}

.link{
     text-decoration: none;
     color: rgb(43, 133, 133);
    margin-right: 20px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@media (max-width: 901px){
    #service{
        margin-top: 100px;

    }  
    #service .imglink{
        display:block;
}
}
#division{
    padding: 30px;
    margin-top: 100px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    border-radius: 50%;
    color: rgb(22, 0, 117);
}
#division .imglink{
    display: inline-block;
}
.title{
    background-color: white; 
    width: 45%;
    height: auto; 
    text-align:center;
    margin-left: 27%;
    margin-top: 50px;
    border-radius: 30px; 
    padding-bottom: 5px;
}
.link2{
    text-decoration: none;
   color:white;
   margin-right: 20px;
   font-weight: bold;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   background-color: black;
   border-radius: 100%;
   padding: 20px;
}
@media (max-width: 901px){
    #division{
        padding: 0px;
        margin-top: 100px;
        color:  rgb(43, 133, 133);
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #division .imglink{
        padding: 0px;
        display: block;
    }
    .link2{
        color: aqua;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 20px;

    }
    #division a:hover{
      color: white;
      background-color: black;
      border-radius: 100%;

    }
.title{
    width: 95%;
    margin-left: 10px;
}

}
#partner{
    border-radius: 10px;
    background-color: white;
    margin-top: 15%;
    color: rgb(43, 133, 133);
    margin-top: 100px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}
#contact{
    border-radius: 10px;
    margin-top: 15%;
    color: rgb(43, 133, 133);
    margin-top: 100px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    padding: 15px;
}
.inputs{
    width: 95%;
    height: auto;
    border-radius: 20px;
    text-indent: 10px;
    padding: 10px;
    border-collapse: collapse;
   opacity: 0.3;
   font-size: large;
   color: black;
   font-weight: bold;
   margin-top: 25px;
}
.label{
    color: black;
   float: left;
    font-size: large;
    margin-left:40px;
    margin-top: 5px;

}
.inputs1{
    width: 95%;
    height: 100px;
    border-radius: 20px;
    text-indent: 10px;
    padding: 10px;
    border-collapse: collapse;
   opacity: 0.3;
   font-size: large;
   color: black;
   font-weight: bold;
   margin-top: 25px;
}
footer{
    margin-top: 80px;
    width: 100%;
    height: auto;
}
 .background{
    border-radius: 10px;
    background-attachment: fixed;
    background-size: 100% 100%;
    opacity: 0.9;
    padding-bottom: 20px;
}
footer .transbox{
  margin: 30px;
  width: 50%;
  margin-left: 20%;
  background-color: #ffffff;
  border: 1px solid black;  
  box-shadow: 5px 10px 18px #241b1b;
  opacity: 0.5;
  border-radius: 30px;
  padding: 15px;

}
footer .icons{
    border-radius: 20px;
    background-color: rgb(37, 204, 204);
    font-size: 22px;
    padding: 5px;
    
}
#contact2{
    margin-top: 15%;
    color:black;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    padding: 15px;
}
#email{
    text-decoration: none;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}
#email:hover{
    color: white;
}
@media (max-width: 901px) {
    footer .transbox{
        margin: 0px;
        width: 90%;
        margin-left: 0%;
        padding: 10px;
        background-color: white;
    }
    footer .icons{
        font-size: 18px;
        padding: none;
    }
    #contact2{
        margin-top: 15%;
        color:black;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
        padding: 15px;
        font-size: large;
    }
}
@media (max-width: 901px) {
  #division{
    border-radius: 10px;
   }
    }

    .container2 {
        display: inline-block;
        cursor: pointer;
      }
      
      .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color:white;
        margin: 6px 0;
        transition: 0.4s;
      }
      
      .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
      }
      
      .change .bar2 {opacity: 0;}
      
      .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
      }
      #rights{
          margin: 30px;
        box-shadow: 5px 10px 18px #241b1b;
      background-color:rgb(43, 133, 133);
      color: rgb(8, 3, 3);
      text-align: center;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      padding: 15px;
      border-radius: 20px;
      }
      #rights a{
        text-decoration: none;
        color: navajowhite;
      }
      #rights a:hover{
          color:white ;
      }
      #rights label{
          font-size:large;
          font-weight: bold;
      }
      @media(max-width:902px){
        #rights{
            display: block;
            font-size: 10px;
        }
        #rights label{
             font-size: 10px;
            font-weight: bold;
        }
      }