
  .main {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .contain{
    width: 100%;
    float: left;
    padding: 25px;
    margin-top: 50px;
  }
   
  .content1{
    width: 98%;
    margin: 10px 1%;
    float: left;
    
  }
  .parag1{
    font-size: 48pt;
    line-height: 0.3;
  }
  .parag2{
    font-size: 18pt;
    line-height: 1;
  }


  .imagebox{
    width: 23%;
    margin: 10px 1%;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .button {
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .button1 {
    background-color: white; 
    color: #0E4CA1; 
    border: 2px solid #0E4CA1;
  }
  
  .button1:hover {
    background-color: #0E4CA1;
    color: white;
  }


  .sub_footer{
    width: 100%;
    margin-top: 50px;
    float: left;
    padding: 15px;
    background-color: #0E4CA1;
  }
  .sub_ft{
    width: 23%;
    margin: 10px 1%;
    float: left;
  }
  .sub_ft img{
    margin-top: 100px;

  }
  .sub_ft ul li{
    text-decoration: none;
    list-style-type: none;
  }
  .sub_ft ul li a{
    border: none;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.4s;
    cursor: pointer;
    color: black;
  }
  .sub_ft ul li a :hover{
    color: white;
  }

  input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  button {
    background-color: #091553;
    color: white;
    padding: 14px 20px;
    border: none;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 8px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  button:hover {
    opacity: 0.8;
  }
  


  .footer{
    width: 100%;
    float: left;
    background-color:#091553;
    color: white;
    padding: 15px;
  }

  @media only screen and (max-width:800px) {
    /* For tablets: */

    .main {
      width: 100%;
      padding: 0;
    }
      
    .content1{
        width: 98%;
        margin: 10px 1%;
        float: left;
        
    }

    .imagebox{
        width: 48%;
        margin: 10px 1%;
        float: left;
    }
    
      
    .sub_ft{
      width: 46%;
      margin: 10px 1%;
      float: left;
    }
  }
  @media only screen and (max-width:500px) {
    /* For mobile phones: */
    .pagewrapper{
        margin-top:415px;
    }
    .main{
      width: 100%;
    }
    .parag1{
      font-size: 25pt;
      line-height: 1;
    }
    .imagebox{
      width: 96%;
      margin: 10px 2%;
      float: left;
    }
    .sub_ft{
      width: 96%;
      margin: 10px 1%;
      float: left;
    }
      
  }