* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
  }
  
  .Navbar {
    display: flex;
    padding: 10px;
    background-color: #ffeb3ba8;
  }
  
  .Navbar .logo {
    width: 20%;
  }
  
  .Navbar .logo img {
    width: 178px;
    height: 59px;
    margin-left: 50px;
  }
  
  .menu {
    width: 80%;
    display: flex;
    align-items: center;
  }
  .menu li {
    list-style: none;
  }
  
  .menu li a {
    text-decoration: none;
    padding: 35px;
    color: black;
  }
  .middle {
    /* background: #008000c7; */
    width: 100%;
    height: 80vh;
    background-image: linear-gradient(rgba(0, 0, 0, -0.5), rgba(0, 0, 0, 1.75)),url(../img/hero-about.jpg);
    /* background-image: url("../img/hero-about.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .main_contain {
    display: flex;
  }
  
  .middle .Containt {
    position: relative;
    left: 69px;
    top: 170px;
    font-size: 2.4rem;
    width: 58%;
    color: #fff;
  }
  .middle .Containt p {
    /* text-align: unset; */
    font-size: 1.4rem;
    text-align: justify;
    width: 71%;
    position: relative;
    top: 21px;
  }

.about{
    padding: 50px;
    text-align: justify;
}
.about h2{
    color: #006B77;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.22;
    font-size: 36px;
}
.about h3{
  margin-top: 25px;

}
.about p{
    font-size: 18px;
    margin-top: 5px;
    color: #666666;
}

  .second_sec{
 display: flex;
 padding: 36px;
  }
  .second_sec .para{
    width: 46%;
    text-align: justify;
    padding: 27px;
  }

  .second_sec .para h2{
    color: #006B77;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.22;
    font-size: 36px;
  }

  .second_sec .para p{
    color: #666666;
    font-family: lato, sans-serif;

  }

  .second_sec .button a {
    color: black;
    text-decoration: none;
    border: 1px solid;
    padding: 9px 16px;
    border-radius: 8px;
    margin-left: 7px;
    /* margin-top: 44px; */
    position: relative;
    top: 141px;
  }


  .footer_Portion_1 .raw1{
    display: flex;
    margin: 87px;
    justify-content: space-between;
    
  }
  .footer_Portion_1 .raw1 .column_1{
    width: 33%;
    color: gray;
    line-height: 1.5;
  }
  .footer_Portion_1 .raw1 .column_1 p{
    text-align: justify ;
  }
  .footer_Portion_1 .raw1 .column_1 h2{
    color: black;
    text-align: center;
  }
  
  .footer_Portion_1 .raw1 .column_2 h2{
    color: black;
    text-align: center;
  }
  
  .footer_Portion_1 .raw1 .column_2{
    width: 33%;
    text-align: center;
    color: gray;
  }
  .footer_Portion_1 .raw1 .column_2 ul li{
  list-style: none;
  line-height: 2;
  }
  .footer_Portion_1 .raw1 .column_3{
    width: 33%;
  }
  
  
  #footer_link a{
   text-decoration: none;
   color: gray;
  }
  
  
  .footer_2 p{
    text-align: center;
  }
  .footer_2
  {
    background-color: #777;
  padding: 10px;
  text-align: center;
  color: white;
  }
  