

  
    
    
    
    <title>Know The World Around is under construction</title>
    
    
    <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Nunito:400,900">
    <link rel="stylesheet" href="http://knowtheworldaround.com/wp-content/plugins/under-construction-page/themes/css/bootstrap.min.css?v=3.97" type="text/css">
<link rel="stylesheet" href="http://knowtheworldaround.com/wp-content/plugins/under-construction-page/themes/css/common.css?v=3.97" type="text/css">
<link rel="stylesheet" href="http://knowtheworldaround.com/wp-content/plugins/under-construction-page/themes/light_bulb/style.css?v=3.97" type="text/css">
<link rel="stylesheet" href="http://knowtheworldaround.com/wp-content/plugins/under-construction-page/themes/css/font-awesome.min.css?v=3.97" type="text/css">
<link rel="icon" href="http://knowtheworldaround.com/wp-content/plugins/under-construction-page/themes/images/favicon.png" />
  

  
    <div class="container top-container">
      <div class="row display-table">
        <div class="col-lg-offset-1 col-xs-12 col-md-12 col-lg-5 display-cell">
          <h1>Sorry, we're doing some work on the site</h1>
        </div>
		<div class="col-xs-12 col-md-12 col-lg-5 display-cell">
          <div id="hero-image">
      <img class="fadein" src="http://knowtheworldaround.com/wp-content/plugins/under-construction-page/themes/light_bulb/light_bulb_off.png" alt="Switching on the site soon ..." title="Switching on the site soon ...">
    </div>
        </div>
      </div>
    </div>

    <div class="container">
      <div class="row">
        <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
          <p class="content">Thank you for being patient. We are doing some work on the site and will be back shortly.<br />
<br />
<a href="https://www.youtube.com/@knowtheworldaround" target="_blank">Click Here To Visit Our Official YouTube Page</a></p>
        </div>
      </div>

      <div class="row" id="social">
        <div class="col-xs-12 col-md-12 col-lg-12">
          <a href="https://www.facebook.com/knowtheworldaround/" target="_blank"><i class="fa fa-facebook-square fa-3x"></i></a><a href="https://twitter.com/KTWA_Official" target="_blank"><i class="fa fa-twitter-square fa-3x"></i></a><a href="https://www.youtube.com/@knowtheworldaround" target="_blank"><i class="fa fa-youtube-square fa-3x"></i></a>
        </div>
      </div>

    </div>
    <div id="login-button" class="loggedout"><a href="http://knowtheworldaround.com/wp-login.php"><i class="fa fa-wordpress fa-2x" aria-hidden="true"></i></a></div>
    <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
    <script type="text/javascript">
    jQuery(function($) {
      var std = $('.fadein').attr('src');
      var hover = std.replace('_off', '_on');
      $('.fadein').clone().insertAfter('.fadein').attr('src', hover).removeClass('fadein').siblings().css({
          position:'absolute'
      });
      $('.fadein').mouseenter(function() {
          $('.fadein').stop().fadeTo(600, 0);
      }).mouseleave(function() {
          $('.fadein').stop().fadeTo(400, 1);
      });

    });
    </script>
  

