body{
    background: none repeat scroll 0 0;
    font-family: 'Oswald', sans-serif;
    color:#262626;
    font-size: 20px;
    line-height: 1.5em;
    }

/*style for link in general*/
a {
  text-decoration: none;
  color:black;
}

h1{line-height:50px}

h2{line-height:50px}

/*style for Banner*/
.banner{
    padding: 60px;
    text-align: center;
    background: #47A992;
    color: white;
    font-size: 100%;
    margin-left: 5rem;
    margin-right:5rem;
    margin-bottom:5rem;
  }

  .banner1{
    padding: 60px;
    text-align: center;
    background: #454545;
    color: white;
    font-size: 100%;
    margin-left: 5rem;
    margin-right:5rem;
    margin-bottom:5rem;
  }

  .bannerexp{
    padding: 60px;
    text-align: center;
    background: red;
    color: white;
    font-size: 100%;
    margin-left: 5rem;
    margin-right:5rem;
    margin-bottom:5rem;
  }

/*style for Footer*/
.footer-container{
  background-color: #212329;
  }
  
.footer{
   width:80%;
    height:20%;
    color:#fff;
    display:flex;
    justify-content:left;
    flex-wrap: wrap;
    margin:0 auto;
   }
  
.footer-heading2{
  display:flex;
  flex-direction:column;
  margin-right: 4rem;
  margin-bottom: 2rem;
  }
  
.footer-heading1{
 margin-right: 8rem;
}

.footer-heading2 a{
  color:#fff;
  text-decoration:none;
  margin-bottom:0.5rem;
  }
  
.footer-heading2 a:hover{
  color:red;
  transition:0.3s ease-out;
  }


/*style for Navbar*/
#main_menu{width:100%; position:relative;display: flex;}
.inner_main_menu {margin: 0 auto; width: 1170 px;flex-grow: 1}
.inner_main_menu ul {margin: 0; padding: 18px 0 0;list-style: none;text-align: right;}
.inner_main_menu ul li {float: none;display: inline-block;}
.inner_main_menu ul li a{color: #262626; font-size: 30px; text-transform: uppercase; text-decoration: none;display: block; padding:10px 20px;}
.inner_main_menu ul li a:hover {color: #47A992}
.logo_area{flex-grow: 1; width:300px; height:200px; top:0; content:"";text-align: center;}

