/home/websdxuk/public_html/professional-website-design/header.php
<!DOCTYPE html>
<html lang="en">


<meta http-equiv="content-type" content="text/html;charset=UTF-8" />

<head>
  <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  <title><?php echo $pageTitle; ?></title>
  <meta name="description" content="<?php echo $description; ?>" />
  <meta name="author" content="<?php echo $author; ?>" />
  <meta name="keywords" content="<?php echo $keywords; ?>" />

  <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
  <link rel="stylesheet" type="text/css" href="css/animate.css">
  <link rel="stylesheet" type="text/css" href="css/fancybox.css">
  <link rel="stylesheet" type="text/css" href="css/slick.css">
  <link rel="stylesheet" type="text/css" href="css/slick-theme.css">
  <link rel="stylesheet" type="text/css" href="css/style.css">
  <link rel="stylesheet" type="text/css" href="css/responsive.css">
  <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon.webp">
  <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
  <link
    href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap"
    rel="stylesheet">

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NC5SFKH3');</script>
<!-- End Google Tag Manager -->
 <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17096629500"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-17096629500');
</script>
<!-- Google tag (gtag.js) -->
</head>

<body>
	<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NC5SFKH3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<div class="header_main_sec">
  <div class="container-fluid">
    <div class="header_navbar">
      <div class="row align-items-center">
        <div class="col-6 col-sm-2">
          <div class="logo">
            <a href="./">
              <img src="./images/logo.svg" class="img-fluid" alt="Logo">
            </a>
          </div>
        </div>
        <div class="col-6 col-sm-10">
          <div class="navbar_custom_num nav-br-custom">
            <div class="edi-btn-st d-flex flex-wrap justify-content-end align-items-center">
              <div class="edit-call numb-font pe-2"> 
                <a href="tel:+17372044979">
                  <i class="fa fa-phone"></i> 
                  <span class="d-none d-sm-inline">+1 (737) 204-4979</span>
                  <span class="d-sm-none">Call</span>
                </a>
              </div>
              <div class="edit-call numb-font pe-2"> 
                <a href="mailto:support@websitebuildersofficial.com">
                  <i class="fa fa-envelope"></i> 
                  <span class="d-none d-md-inline">support@websitebuildersofficial.com</span>
                  <span class="d-md-none">Email</span>
                </a>
              </div>
              <div class="bnr-btn new-mrkt-btn ecm-suc-btn-st">
                <a href="javascript:;" class="chat_nav" onclick="setButtonURL();" tabindex="0">
                  <i class="fa fa-comments" aria-hidden="true"></i> Live Chat
                </a>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
XML-RPC server accepts POST requests only.