<!DOCTYPE html>
<html lang="en">
    <head>
        <!-- Bootstrap Core CSS -->
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
        <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css' />
        <!-- Internal styles for 404 -->
        <style>
        .pnf h1{font-size:42px;color:#1c57a4;text-transform:uppercase; margin-bottom:0;}.pnf h2{font-size:16px;color:#505152;text-transform:uppercase;margin:0;font-weight:400; line-height:24px;}.pnf_btn{margin-top: 10px;}.pnf_btn .btn{background: #f69634; font-size: 18px; font-weight:400; color: #FFF; border-radius: 5px; border: 0; text-transform: uppercase; margin-right: 15px; cursor: pointer;}.pnf_btn .btn:hover, .pnf_btn .btn:focus{background: #ff8400; outline: none; border: 0; box-shadow: none; cursor: pointer;}.pnf_btn .btn.btn_c{background: #2573bc;}.pnf_btn .btn.btn_c:hover, .pnf_btn .btn.btn_c:focus{background:#1564af; cursor: pointer;}@media only screen and (max-width: 420px){.pnf_btn .btn{margin-bottom: 10px;}}@media only screen and (max-width: 640px){.pnf img{width: 100%;}.pnf_btn{padding: 0;}}
        </style>
    </head>
    <body id="page-top" class="index">
        <!-- 404 Starts -->
        <div class="container pnf">
            <div class="row">
                <div class="col-xs-12 col-md-12">
                    <!-- 404 -->
                    <div class="text-center"><img src="http://www.singaporevisas.com/assets/img/404.jpg" alt="404"></div>
                    <h1 class="text-center">404 error</h1>
                    <h2 class="text-center">Sorry, the page not found</h2>
                    <div class="col-xs-12 col-md-6 col-md-offset-3 text-center pnf_btn">
                        <button class="btn btn-warning" onclick="location.href='http://www.singaporevisas.com/';">go to home page</button>
                        <button class="btn btn-primary btn_c" onclick="location.href='http://www.singaporevisas.com/immigration/contactus';">contact us</button>
                    </div>
                </div>
            </div>
        </div>
        <!-- 404 Ends -->
    </body>
</html>