
.marq{
    background-color: rgba(87,187,138,1);
    color: #fff;
    position: absolute;
  }
  .home{
    background-image: url("plane.jpg");
    width: 100%;
    height: 600px;
    background-size: cover;
    margin-top: 10px;
  }
  .heading{
    height: 100px;
    width: 700px;
    margin-left: 400px;
  }
  h1{
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
    font-size: 40px;
  }
  h4{
    text-align: center;
    font-weight: 300;
    font-size: 20px;
  }
  .rout{
    height: 490px;
    width: 1200px;
    margin-left: 80px;
    margin-top: 10px;
  }
  .rout .ccu1{
    background-color: rgba(87,187,138,1);
    border: 2px solid black;
    height: 50px;
    width: 265px;
    margin-left: 20px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 50px;
    border-radius: 5px;
    display: inline-flex;
    transition: all 0.5s ease 0s;
  }
  .rout .ccu1:hover{
    background-color: #fff;
    color: black;
  }
  .rout .ccu1 {
    text-decoration: none;
    color: #fff;
    text-align: center;
  }
  