html,body{
  
    font-family: "georgia" ,sans-serif;
    color: black;
  background-image: url('bg-11.jpg') ;

  background-repeat: repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
 /*  background-position-x: initial;
  background-position-y: initial;
  background-size: initial; */
  /* background-repeat: repeat-x;
  background-repeat: repeat-y; */
  
}
.navbar{
    padding:0.8rem; 
    opacity: .9;   
    background-color: #21628e38 !important;
   
}
.navbar-nav li{
    padding-right: 20px;
    color: white !important;
}
.nav-link{
    font-size: 1.1em !important;
    
}
.fa-medium-m{
    font-size: 2rem;

}
.web{
    margin: auto;
    width: 80%;
}












































footer{
    background-color: #0f0f20;
    color: #d5d5d5;
    padding-top: 2rem;
  
    
  }
  .linf{
    text-decoration: none;
    color: white;
    transition: .5s all ease-in-out;
    display: block;
  }
  .linf:hover{
    color: white;
    text-shadow: 1PX 1PX 2PX white;
  }
 .H5{
    color: #d5d5d5; 
 }
  .MWL{
    margin-bottom: 0%;
  }
  hr{
    color: rgb(168, 211, 236);
  }
  
  .toll{
    height: 11rem;
  }
  /*fooooooooooooooooooooooooooter*/