* {
    margin: 0; 
    padding: 0;
    font-family: 'Hind Guntur', sans-serif;
    box-sizing: border-box;
}

body {
    background-color: grey;

}

#wrapper {
    background-color:darkgrey;
    max-width: 1150px;
    margin: 0 auto 0 auto;
    
}

header img {
  
    width:70%;
    
    flex-basis:40%;
    padding: 5px;
    margin: 20px 5px; 
}

nav {
     
    text-align: center;
    background-color: #f4511e;
}
 
a.menu { 
    display: inline-block;
    width: 25%;
    padding: 10px 20px;
   
    text-decoration: none;
    background-color: #f4511e;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
    color: black;   
    font-size: 25px; 
    transition: 0.3s;
}


a.active { 
    display: inline-block;
    width: 25%;
    padding: 10px 20px ;
   
    text-decoration: none;
    background-color: #f01111;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
    color: black;   
    font-size: 25px; 
    transition: 0.3s;
}


a.menu:hover{
  background-color: #f01111;
  color: white;
}

article {
    margin-top:30px;
    margin-bottom: 20px;
    padding: 0 20px
}

article p3 {
  text-align: justify;
  line-height: 25px;
  font-size: 20px;
  padding: 20px 20px 20px 20px;
}

h1 {
    font-size: 40px;
    margin: 0 10px 10px 10px;   
    padding-bottom: 40px;
    border-bottom:5px solid rgb(255, 0, 0);
    
}

img.left {
    float:left;
    margin: 0px 10px 10px 0;
    width:20%;
    border-radius: 10% 
}
img.right {
  float:right;
  margin: 0px 10px 10px 0;
  width:20%;
  border-radius: 10% 
}

 p  {
    text-align: justify;
    line-height: 30px;
    font-size: 22px;
    padding: 20px 0;
}

 p2 {
 
  text-align: center;
  font-size: 22px;
}

p4 {
  text-align: center;
  font-size: 28px;
}

ul  {
  columns: 2;
  text-align: justify;
  line-height: 40px;
  font-size: 22px;
  padding: 0px 50px;
  list-style-image: url(check.png);
  -webkit-columns: 2;
  -moz-columns: 2;
  
}

iframe {
    width:100%;
}

footer {
    height: 40px;
    background-color: whitesmoke;
    color: black;
    line-height:40px;
    text-align: left;
    margin-top:0px;
    padding: 0 20px;
}

hr {
  height:90px;
  border-width: 0px;
}


  .container{
    display: flex;
    align-items: center;
    text-align: center;
    
  }



  .btn{
    border: 1px solid #db3434;
    background: none;
    padding: 10px 20px;
    font-size: 20px;
    font-family: "montserrat";
    cursor: pointer;
    margin: 10px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
  }
  .btn1,.btn2{
    color: #3498db;
  }
  
  
  .btn1:hover,.btn2:hover{
    color: #fff;
  }
  
  .btn::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #030a0f;
    z-index: -1;
    transition: 0.8s;
  }
  .btn1::before,.btn3::before{
    top: 0;
    border-radius: 0 0 50% 50%;
  }
  .btn2::before,.btn4::before{
    bottom: 0;
    border-radius: 50% 50% 0 0;
  }
  .btn3::before,.btn4::before{
    height: 180%;
  }
  .btn1:hover::before,.btn2:hover::before{
    height: 180%;
  }
  .btn3:hover::before,.btn4:hover::before{
    height: 0%;
  }
  
  div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }


ul2 {
  font-size: 20px;
  list-style-type: none;
}

.icon-bar {
  position: relative;
  width: 10%;
  left: 80%;
  
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}


  