<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="robots" content="noindex, nofollow">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

	<title>Page Not Found</title>

	<!-- Google font -->
	<style type="text/css">@font-face {font-family:Cabin;font-style:normal;font-weight:400;src:url(../fonts/400-normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Cabin;font-style:normal;font-weight:400;src:url(../fonts/400-normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Cabin;font-style:normal;font-weight:400;src:url(../fonts/400-normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Cabin;font-style:normal;font-weight:700;src:url(../fonts/700-normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Cabin;font-style:normal;font-weight:700;src:url(../fonts/700-normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Cabin;font-style:normal;font-weight:700;src:url(../fonts/700-normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}</style>

	<!-- Custom stlylesheet -->
	 <link rel="stylesheet" href="css/style.css">
    <link href="css/responsive.css" rel="stylesheet" type="text/css">
    <link rel="icon" href="img/icons.png" alt="icon" type="text/icon"/>
    <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
    <link rel="stylesheet" href="css/style.css">
    <link href="css/responsive.css" rel="stylesheet" type="text/css">
    <link rel="icon" href="img/icons.png" alt="icons" type="text/icon" />
    <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
    <link rel="stylesheet" href="css/footer.css">
    <link rel="stylesheet" href="css/headermenu.css">

    <noscript>
        <link rel="stylesheet" href="css/footer.css">
    </noscript>



<script async src="https://www.googletagmanager.com/gtag/js?id=G-0GE6JPP6TH"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-0GE6JPP6TH');
</script>

</head>
<style>
.base-timer {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 12px auto;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 100px;
  height:100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

<!-- <link rel="stylesheet" href="css/header-inner.css" type="text/css"> -->

<link rel="stylesheet" href="css/global-font.css" type="text/css">


<style>
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {



}
    body {

        overflow-x: hidden !important;
        font-family: "Poppins", sans-serif;
    }



    .navbar-light .navbar-nav .nav-link {

        color: #212529;

        font-weight: 400
    }



    .navbar-light .navbar-nav .nav-item.active>.nav-link,

    .navbar-light .navbar-nav .nav-item:hover>.nav-link,

    .navbar-light .navbar-nav .nav-link.active,

    .navbar-light .navbar-nav .nav-link:hover {

        color: #ff5c35 !important
    }



    .dropdown-menu .dropdown-item:hover {

        background-color: #f8f9fa;

        color: #ff5c35 !important
    }



    .dropdown-menu {

        border: 0;

        border-radius: 0;

        margin-left: 8px;

        margin-top: -5px;

        width: 250px;

        padding: 0px 0px !important
    }



    .dropdown-menu a.dropdown-item {

        white-space: break-spaces;

        padding: 8px 10px 8px 10px;

        border-top: 1px solid #f2f2f2
    }



    .dropdown-submenu,

    .dropdown-submenu .dropdown-toggle {

        position: relative
    }



    .dropdown-submenu>.dropdown-menu {

        top: 0;

        left: 100%;

        margin-top: -6px;

        margin-left: 2px
    }



    /* .dropdown-submenu:hover>.dropdown-menu,

    .navbar .dropdown:hover>.dropdown-menu {

        display: block
    } */



    .dropdown-item {

        padding-left: 16px;

        padding-right: 16px
    }



    .dropdown-submenu .dropdown-toggle::after {

        rotate: -90deg;

        position: absolute;

        top: 50%;

        right: 20px;

        transform: translateX(0)
    }



.fixed-header {
    width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    animation: 0.3s ease-in-out slideDown;
    
    /* Instead of fit-content for better iOS support */
    height: auto !important;  
    -webkit-transform: translateZ(0); /* Fix iOS flicker */
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch; /* Smooth scroll support */
    background-color: #fff; /* Prevent transparency issues */
}




    @keyframes slideDown {

        from {

            transform: translateY(-100%)
        }



        to {

            transform: translateY(0)
        }

    }



    body.fixed-header-padding {

        padding-top: 100px
    }



    @media(max-width:991px) {



        .dropdown-submenu .dropdown-menu,

        ul.dropdown-menu {

            margin-left: 8px;

            border-left: 1px solid #ff5c35
        }

    }



    @media(max-width:1023px) {

        .dropdown-submenu .dropdown-toggle::after {

            rotate: -0
        }



        .dropdown-menu {

            border: 0;

            border-radius: 0;

            margin-left: 8px;

            margin-top: -5px;

            width: auto
        }

    }



    @media(max-width:400px) {

        .navbar .navbar-brand {

            width: 40px
        }

    }



    p a:hover {

        color: inherit !important
    }



    .display-1,

    .display-2,

    .display-3,

    .display-4,

    .lead,

    body h1,

    body h2,

    body h3,

    body h4,

    body h5,

    body h6 {

        font-weight: 700 !important
    }



    body .display-1 {

        font-size: clamp(40px, 8vw, 60px) !important
    }



    .display-2 {

        font-size: clamp(35px, 7vw, 50px) !important
    }



    .display-3 {

        font-size: clamp(30px, 6vw, 45px) !important
    }



    .display-4 {

        font-size: clamp(25px, 5vw, 40px) !important
    }



    .display-5 {

        font-size: clamp(22px, 4vw, 35px) !important
    }



    .display-6 {

        font-size: clamp(20px, 3vw, 30px) !important
    }
</style>



<script type="4e7a9a8ecf758e44bf07165e-text/javascript">
    (function() {

        // Initialize dataLayer

        window.dataLayer = window.dataLayer || [];

        window.dataLayer.push({

            'gtm.start': new Date().getTime(),

            event: 'gtm.js'

        });



        // Inject GTM script into <head>

        var gtmScript = document.createElement('script');

        gtmScript.async = true;

        gtmScript.src = 'https://www.googletagmanager.com/gtag/js?id=G-0GE6JPP6TH';

        (document.head || document.documentElement).appendChild(gtmScript);



        // Prepare <noscript>

        var noscript = document.createElement('noscript');

        noscript.innerHTML = '<iframe src="https://www.googletagmanager.com/gtag/js?id=G-0GE6JPP6TH" height="0" width="0" style="display:none;visibility:hidden"></iframe>';



        function injectNoScript() {

            if (document.body) {

                if (document.body.firstChild) {

                    document.body.insertBefore(noscript, document.body.firstChild);

                } else {

                    document.body.appendChild(noscript);

                }

            }

        }



        // If body exists now, inject immediately

        if (document.body) {

            injectNoScript();

        } else {

            // Otherwise wait for DOM

            document.addEventListener("DOMContentLoaded", injectNoScript);

            window.addEventListener("load", injectNoScript);

        }

    })();
</script>


<!-- Navbar -->

<nav class="navbar navbar-expand-lg navbar-light text-dark bg-white">

    <div class="container-fluid d-flex justify-content-md-between p-0">

        <!-- Mobile-only buttons -->

        <div class="d-flex d-md-none w-100" style="gap: 5px;">

            <a href="contact-us.html" class="btn btn-sm w-50 rounded text-white d-inline-flex justify-content-center align-items-center p-2" style="background:#15ca58">Contact Us</a>

            <a href="seo-link-building-services.html" class="btn btn-sm w-50 rounded text-white d-inline-flex justify-content-center align-items-center p-2" style="background:#ff5c35">Get a Quote</a>

        </div>

        <div class="navbar-brand mr-0">

            <a class="navbar-brand mr-0 mr-md-2" href="www.lbswebsoft.com">

                <img src="assets/img/lbswebsoftlogo.png" alt="LBS Websoft" class="img-fluid" style="max-height:50px;">

                   </div>

        <div class="d-flex">
		
            <div class="d-flex d-lg-none align-items-center scroll-btn">

                <a href="seo-link-building-services.html" class="btn btn-outline-success btn-sm py-2 mr-1">SEO Services</a>

                <a href="seo-plan.html" class="btn btn-outline-primary btn-sm p-2 mr-1">Digital Marketing</a>

            </div>



            <button class="navbar-toggler p-0" type="button" data-toggle="collapse" data-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">

                <span class="navbar-toggler-icon"></span>

            </button>

        </div>

        <div class="collapse navbar-collapse" id="mainNavbar">

            <ul class="navbar-nav ml-auto mt-0">

                <li class="nav-item"><a class="nav-link active" href="/">Home</a></li>

                <!-- Who We Are -->

                <li class="nav-item dropdown">

                    <a class="nav-link dropdown-toggle" href="#" id="whoDropdown" data-toggle="dropdown">Services</a>

                    <ul class="dropdown-menu shadow">

                        <li><a class="dropdown-item" href="seo-link-building-services.html">SEO Services</a></li>

                        <li><a class="dropdown-item" href="guest-posting-services.html">Guest Posting Services</a></li>

                        <li><a class="dropdown-item" href="ecommerce-seo-services.html">E-Commerce SEO Services</a></li>
						<li><a class="dropdown-item" href="saas-seo-agency.html">SaaS SEO Services</a></li>
						<li><a class="dropdown-item" href="gmb-optimization-services.html">GMB Optimization Services</a></li>
												                      
                  </ul>
                </li>

                <!-- SEO Services -->

                <li class="nav-item dropdown">

                    <a class="nav-link dropdown-toggle" href="#" id="seoDropdown" data-toggle="dropdown">Our SEO Locations</a>

                    <ul class="dropdown-menu shadow">

                          <li><a class="dropdown-item" href="seo-michigan-services.html">Michigan SEO Services</a></li>
                          <li><a class="dropdown-item" href="austin-seo-services.html">Austin SEO Services</a></li>
                          <li><a class="dropdown-item" href="seo-services-germany.html">Germany SEO Services</a></li>
                          <li><a class="dropdown-item" href="london-seo-services-company.html">London SEO Services</a></li>
                          <li><a class="dropdown-item" href="seo-company-canada.html">Canada SEO Services</a></li>
                          <li><a class="dropdown-item" href="seo-company-san-diego.html">San Diego SEO Services</a></li>
                          <li><a class="dropdown-item" href="houston-seo-link-building-services.html">Houston SEO Services</a></li>
                          <li><a class="dropdown-item" href="dubai-seo-services.html">Dubai SEO Services</a></li>
						   <li><a class="dropdown-item" href="israel-seo-company.html">Israel SEO Services</a></li>

                           </ul>
                        </li>

                          <!-- Web Design -->

                <li class="nav-item dropdown">

                    <a class="nav-link dropdown-toggle" href="#" id="digitalDropdown" data-toggle="dropdown">Web Design</a>

                    <ul class="dropdown-menu shadow">
<li><a class="dropdown-item" href="website-design-services.html">Website Design Services</a></li>
<li><a class="dropdown-item" href="website-development-services.html">Website Development Services</a></li>

                       </ul>
                                  <!-- SEO Plan -->
                <li class="nav-item"><a class="nav-link active" href="/seo-plan.html">Pricing</a></li>

                                <!-- Resources -->

                <li class="nav-item dropdown">

                    <a class="nav-link dropdown-toggle" href="#" id="whoDropdown" data-toggle="dropdown">Resources</a>

                    <ul class="dropdown-menu shadow">

                        <li><a class="dropdown-item" href="/blog/">Blogs</a></li>

                        <li><a class="dropdown-item" href="contact-us.html">Team</a></li>

                    </ul>

                </li>

               <!-- Desktop Buttons -->

                <div class="d-none d-md-flex">

                    <li class="nav-item ">
                        <a href="contact-us.html" class="btn text-white mx-2" style="background:#15ca58">Contact Us</a>
                    </li>
                    <li class="nav-item">
                        <a href="seo-link-building-services.html" class="btn text-white" style="background:#ff5c35">Get a Quote</a>
                    </li>
                </div>
            </ul>
        </div>
    </div>
</nav>

<script type="4e7a9a8ecf758e44bf07165e-text/javascript">
    // Fixed header on scroll

    window.addEventListener("scroll", function() {

        const navbar = document.querySelector("nav.navbar");

        const body = document.body;



        if (window.scrollY > 100) {

            navbar.classList.add("fixed-header");

            body.classList.add("fixed-header-padding");

        } else {

            navbar.classList.remove("fixed-header");

            body.classList.remove("fixed-header-padding");

        }

    });



    // Mobile: dropdown toggle with only one open at a time

    document.addEventListener('DOMContentLoaded', function() {

        // if (window.innerWidth < 768) {

            const navDropdownLinks = document.querySelectorAll('.nav-item.dropdown > .nav-link');

            const submenuToggles = document.querySelectorAll('.dropdown-submenu > .dropdown-toggle');



            navDropdownLinks.forEach(link => {

                link.addEventListener('click', function(e) {

                    e.preventDefault();

                    e.stopPropagation();



                    const parentItem = this.closest('.nav-item.dropdown');

                    const menu = parentItem.querySelector('.dropdown-menu');



                    const isOpen = menu.classList.contains('show');

                    document.querySelectorAll('.nav-item.dropdown .dropdown-menu').forEach(el => el.classList.remove('show'));



                    if (!isOpen) menu.classList.add('show');

                });

            });



            submenuToggles.forEach(function(el) {

                el.addEventListener('click', function(e) {

                    e.preventDefault();

                    e.stopPropagation();



                    document.querySelectorAll('.dropdown-submenu .dropdown-menu.show').forEach(function(menu) {

                        if (menu !== el.nextElementSibling) {

                            menu.classList.remove('show');

                        }

                    });



                    const submenu = el.nextElementSibling;

                    if (submenu) submenu.classList.toggle('show');

                });

            });



            document.addEventListener('click', function() {

                document.querySelectorAll('.dropdown-menu.show').forEach(function(el) {

                    el.classList.remove('show');

                });

            });

        // }

    });
</script></header>
	
<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="4e7a9a8ecf758e44bf07165e-|49" defer></script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c7063f3325f4419f9dc032096d82d127","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'99051f5cc9a4b9ac',t:'MTc2MDc1OTk2MQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body><!-- This templates was made by Colorlib (https://colorlib.com) -->

</html>
