
  .main {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .contain{
    width: 100%;
    float: left;
    padding: auto;
    margin-top: 30px;
  }
  
  .content1{
    width: 92%;
    margin: 10px 4%;
    float: left;
    
  }
  .parag1{
    font-size: 48pt;
    line-height: 0.3;
  }
  .parag2{
    font-size: 18pt;
    line-height: 1;
  }


  .conts1{
    width: 50%;
    margin: 0px 0%;
    float: left;

  }

  .conts2{
    width: 40%;
    margin: 0px 5%;
    float: left;
    padding-bottom: 20px;
    text-align: center;
  }

  .conts2 p, .conts2 a{
    padding: 0 15px;
  }
  
  .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;
      
  }
    
    .conts1{
      width: 94%;
      margin: 0px 1.5%;

    }
    .imagebox img{
      width: 30%; 
      margin: 20px 1.6%; 
      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;
    }
      
    .conts2{
      width: 90%;
      margin: 20px 5%;
    }
    .sub_ft{
      width: 96%;
      margin: 10px 1%;
      float: left;
    }
  }