Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - avlcs.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.20.1
Date: Tue, 20 May 2025 01:19:58 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://avlcs.com/

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://avlcs.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.20.1
Date: Tue, 20 May 2025 01:19:58 GMT
Content-Type: text/html
Content-Length: 59009
Last-Modified: Mon, 24 Jul 2023 12:10:27 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "64be6a33-e681"
Accept-Ranges: bytes

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: avlcs.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <title>AVL - Consulting Services Inc.</title>

    <!-- responsive meta -->
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- For IE -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <!-- Google Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">

    <link rel="stylesheet" href="assets/fonts/sayinistic-fonts/stylesheet.css" />

    <link rel="stylesheet" href="assets/css/animate.css">
    <link rel="stylesheet" href="assets/css/aos.css">
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/custom-animate.css">
    <link rel="stylesheet" href="assets/css/fancybox.min.css">
    <link rel="stylesheet" href="assets/css/flaticon.css">
    <link rel="stylesheet" href="assets/css/font-awesome.min.css">
    <link rel="stylesheet" href="assets/css/icomoon.css">
    <link rel="stylesheet" href="assets/css/imp.css">
    <link rel="stylesheet" href="assets/css/jquery.bootstrap-touchspin.css">
    <link rel="stylesheet" href="assets/css/magnific-popup.css">
    <link rel="stylesheet" href="assets/css/nice-select.css">
    <link rel="stylesheet" href="assets/css/owl.css">
    <link rel="stylesheet" href="assets/css/rtl.css">
    <link rel="stylesheet" href="assets/css/scrollbar.css">
    <link rel="stylesheet" href="assets/css/swiper.min.css">

    <!-- Module css -->
    <link rel="stylesheet" href="assets/css/module-css/header-section.css">
    <link rel="stylesheet" href="assets/css/module-css/banner-section.css">
    <link rel="stylesheet" href="assets/css/module-css/about-section.css">
    <link rel="stylesheet" href="assets/css/module-css/blog-section.css">
    <link rel="stylesheet" href="assets/css/module-css/fact-counter-section.css">
    <link rel="stylesheet" href="assets/css/module-css/faq-section.css">
    <link rel="stylesheet" href="assets/css/module-css/contact-page.css">
    <link rel="stylesheet" href="assets/css/module-css/breadcrumb-section.css">
    <link rel="stylesheet" href="assets/css/module-css/team-section.css">
    <link rel="stylesheet" href="assets/css/module-css/partner-section.css">
    <link rel="stylesheet" href="assets/css/module-css/testimonial-section.css">
    <link rel="stylesheet" href="assets/css/module-css/services-section.css">
    <link rel="stylesheet" href="assets/css/module-css/footer-section.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link href="assets/css/color/theme-color.css" id="jssDefault" rel="stylesheet">
    <link rel="stylesheet" href="assets/css/style.css">
    <link rel="stylesheet" href="assets/css/responsive.css">
    <!-- Favicon -->
    <link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" href="assets/images/favicon/avl_favicon.jpg" sizes="32x32">
    <link rel="icon" type="image/png" href="assets/images/favicon/avl_favicon.jpg" sizes="16x16">
    <link rel="stylesheet" type="text/css" media="all"
        href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css">
    <script type="text/javascript" src="    https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
    <script type="text/javascript"
        src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script>
    <script src="index.js" type="text/javascript" defer></script>
    <script>
       $.ajax({
            url: 'https://api.avlcs.com/company/profile',
            method: 'GET',
            success: function (res) {
            if (res.status === 200) {
                var contactData = res?.data;
            contactData.facebookLink = contactData?.social?.filter((el) => {
            return el?.name === "facebook";
            })[0]?.links;
           
            contactData.facebookEnabled = contactData?.social?.filter((el) => {
            return el?.name === "facebook";
             })[0]?.display;
             contactData.twitterLink = contactData?.social?.filter((el) => {
            return el?.name === "twitter";
            })[0]?.links;
         
            contactData.twitterEnabled = contactData?.social?.filter((el) => {
            return el?.name === "twitter";
             })[0]?.display;
             contactData.pinterestLink = contactData?.social?.filter((el) => {
            return el?.name === "pinterest";
            })[0]?.links;
           
            contactData.pinterestEnabled = contactData?.social?.filter((el) => {
            return el?.name === "pinterest";
             })[0]?.display;

             contactData.instagramLink = contactData?.social?.filter((el) => {
            return el?.name === "instagram";
            })[0]?.links;
       
            contactData.instagramEnabled = contactData?.social?.filter((el) => {
            return el?.name === "instagram";
             })[0]?.display;
             
             contactData.linkedinLink = contactData?.social?.filter((el) => {
            return el?.name === "linkedin";
            })[0]?.links;
           
            contactData.linkedinEnabled = contactData?.social?.filter((el) => {
            return el?.name === "linkedin";
             })[0]?.display;

             $('#mobile').text(contactData.mobile);
                $('#emailId').text(contactData.email);
                $('#address').text(contactData.address);
                $('#headerMobile').html(
                `<a href="tel:${contactData.countryCode}-${contactData.mobile}">${contactData.countryCode}-${contactData.mobile}</a>`    );
                $('#headerMobile2').html(
                `<a href="tel:${contactData.countryCode}-${contactData.mobile}">${contactData.countryCode}-${contactData.mobile}</a>`    );
                $('#footerMobile').html(
                `<a href="tel:${contactData.countryCode}-${contactData.mobile}">${contactData.countryCode}-${contactData.mobile}</a>`    
                );
                $('#footerEmailId').text(contactData.email);
                $('#footerAddress').text(contactData.address);
                $('#footerfacebook').text(contactData.facebook);
                $('#footertwitter').text(contactData.twitter);
                $('#footerpinterest').text(contactData.pinterest);
                $('#footerinstagram').text(contactData.instagram);
                $('#footerlinkedin').text(contactData.linkedin);


                // 
                //             
                //            
                if(contactData.facebookEnabled){
$("#footerLinks").append(`<li id="facebook"><a href="${contactData.facebookLink}"><span class="fa-brands fa-facebook social-icons"></span></a></li>`);
$("#footerLinks2").append(`<li id="facebook"><a href="${contactData.facebookLink}"><span class="fa-brands fa-facebook social-icons"></span></a></li>`);
                }
                if(contactData.twitterEnabled){
                    $("#footerLinks").append(`<li id="twitter"><a href="${contactData.twitterLink}"><span class="fa-brands fa-twitter social-icons"></span></a></li>`);
                    $("#footerLinks2").append(`<li id="twitter"><a href="${contactData.twitterLink}"><span class="fa-brands fa-twitter social-icons"></span></a></li>`);
                }
                if(contactData.pinterestEnabled){
                    $("#footerLinks").append(`<li id="pinterest"><a href="${contactData.pinterestLink}"><span class="fa-brands fa-pinterest-p social-icons"></span></a></li>`);
                    $("#footerLinks2").append(`<li id="pinterest"><a href="${contactData.pinterestLink}"><span class="fa-brands fa-pinterest-p social-icons"></span></a></li>`);
                }
                if(contactData.instagramEnabled){
                    $("#footerLinks").append(` <li id="instagram"><a href="${contactData.instagramLink}"><span class="fa-brands fa-instagram social-icons"></span></a></li>`);
                    $("#footerLinks2").append(` <li id="instagram"><a href="${contactData.instagramLink}"><span class="fa-brands fa-instagram social-icons"></span></a></li>`);
                }
                if(contactData.linkedinEnabled){
                    $("#footerLinks").append(`<li id="linkedin"><a href="${contactData.linkedinLink}"><span class="fa-brands fa-linkedin social-icons"></span></a></li>`);
                    $("#footerLinks2").append(`<li id="linkedin"><a href="${contactData.linkedinLink}"><span class="fa-brands fa-linkedin social-icons"></span></a></li>`);
                }
            }
            },
            error: function (err) {
                toastr.error(err?.responseJSON?.issues?.error ?? "Unable to get data");
                console.log(error);
            }
        }
        );
    </script>

</head>


<body>

    <div class="boxed_wrapper ltr">

        <!-- preloader -->
        <div class="loader-wrap">
            <div class="preloader">
                <div class="preloader-close">x</div>
                <div id="handle-preloader" class="handle-preloader">
                    <div class="animation-preloader">
                        <div class="spinner"></div>
                        <div class="txt-loading">
                            <span data-text-preloader="a" class="letters-loading">
                                A
                            </span>
                            <span data-text-preloader="v" class="letters-loading">
                                V
                            </span>
                            <span data-text-preloader="l" class="letters-loading">
                                L
                            </span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!-- preloader end -->

        <!-- Main header-->
        <header class="main-header header-style-one">

            <!--Start Header-->
            <div class="header">
                <div class="auto-container">
                    <div class="outer-box">

                        <!--Start Header Left-->
                        <div class="header-left">
                            <div class="main-logo-box">
                                <a href="index.html">
                                    <img src="assets/images/avl_logo.webp" alt="avl_logo">
                                </a>
                            </div>




                        </div>
                        <!--End Header Left-->
                        <div class="header-center">

                            <div class="nav-outer style1 clearfix">
                                <!--Mobile Navigation Toggler-->
                                <div class="mobile-nav-toggler">
                                    <div class="inner">
                                        <span class="icon-bar"></span>
                                        <span class="icon-bar"></span>
                                        <span class="icon-bar"></span>
                                    </div>
                                </div>
                                <!-- Main Menu -->
                                <nav class="main-menu style1 navbar-expand-md navbar-light">
                                    <div class="collapse navbar-collapse show clearfix" id="navbarSupportedContent">
                                        <ul class="navigation clearfix">
                                            <li class="current"><a href="index.html"><span>Home</span></a>
                                            </li>
                                            <li><a href="about.html"><span>About Us</span></a></li>
                                            <li><a href="services.html"><span>Services</span></a>
                                            </li>
                                            <li><a href="products.html"><span>Products</span></a></li>
                                            <li><a href="careers.html"><span>Careers</span></a></li>
                                            <li><a href="contact-us.html"><span>Contact Us</span></a></li>
                                            <a href=" https://login.avlcs.com/" target="_blank" button
                                                type="button" class="thm-btn login-button">
                                                Login
                                            </a>
                                                
                                        </ul>
                                    </div>
                                </nav>
                                <!-- Main Menu End-->
                            </div>
                        </div>
                        <!--Start Header Right-->
                        <div class="header-right float-right">
                            <a href=" https://login.avlcs.com/" target="_blank" button 
                            type="button" class="thm-btn desktop-view login-btn">
                                <span class="txt">Login</span>
                            </a>
                            <div class="phone-number-box1 ms-4">
                                <div class="icon">
                                    <span class="icon-phone-call"></span>
                                </div>
                                <div class="phone">
                                      <!-- <a href="tel:+91 7824115352" id="headerMobile"></a> -->
                                    <h2 id="headerMobile"></h2>
                                </div>
                            </div>
                        </div>
                        <!--End Header Right-->

                    </div>
                </div>
            </div>
            <!--End header-->

            <!--Sticky Header-->
            <div class="sticky-header">
                <div class="container-fluid">
                    <div class="clearfix">
                        <!--Logo-->
                        <div class="logo float-left">
                            <a href="index.html" class="img-responsive">
                                <img src="assets/images/avl_logo_dark.png" alt="avl_logo_dark">
                            </a>
                        </div>
                        <!--Right Col-->
                        <div class="sticky_nav_container float-right">
                            <!-- Main Menu -->
                            <nav class="main-menu clearfix">
                                <!--Keep This Empty / Menu will come through Javascript-->
                            </nav>
                            <!--Start Header Right-->
                            <div class="header-right float-right">
                                <a href=" https://login.avlcs.com/" target="_blank" button 
                            type="button" class="thm-btn desktop-view login-btn">
                                <span class="txt">Login</span>
                            </a>
                                <div class="phone-number-box1 ms-4">
                                    <div class="icon">
                                        <span class="icon-phone-call"></span>
                                    </div>
                                    <div class="phone">
                                          <!-- <a href="tel:+91 7824115352" class="text-dark" id="headerMobile2"></a> -->
                                        <h2 id="headerMobile2"></h2>
                                    </div>
                                </div>
                            </div>
                            <!--End Header Right-->
                        </div>

                    </div>
                </div>
            </div>
            <!--End Sticky Header-->

            <!-- Mobile Menu  -->
            <div class="mobile-menu">
                <div class="menu-backdrop"></div>
                <div class="close-btn"><span class="icon fa fa-times-circle"></span></div>
                <nav class="menu-box">
                    <div class="nav-logo"><a href="index.html"><img src="assets/images/avl_logo.webp"
                                alt="avl_logo"></a></div>
                    <div class="menu-outer">
                        <!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
                    </div>
                    <!--Social Links-->
                 <div class="social-links">
                        <ul class="clearfix" id="footerLinks2">
                        </ul>
                    </div>
                </nav>
            </div>
            <!-- End Mobile Menu -->
        </header>


        <!-- Start Main Slider -->
        <section class="main-slider style1">
            <div class="slider-box">
                <!-- Banner Carousel -->
                <div class="banner-carousel owl-theme owl-carousel">
                    <!-- Slide -->
                    <div class="slide">
                        <div class="image-layer" style="background-image:url(assets/images/home_banner_bg.webp)">
                        </div>
                        <div class="shape-box"></div>
                        <div class="auto-container">
                            <div class="content">
                                <div class="big-title">
                                    <h2>
                                        Get the right strategy <br>and technology enablement <br>with AVL consulting services
                                    </h2>
                                    <p>
                                        We aim to help customers improve their business performance and add value to
                                        their experience </p>
                                </div>
                                <div class="btns-box">
                                    <a class="btn-one" href="about.html">
                                        <span class="txt">
                                            discover more<i class="icon-refresh arrow"></i>
                                        </span>
                                    </a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- Slide -->
                    <div class="slide">
                        <div class="image-layer" style="background-image:url(assets/images/home_banner_bg.webp)">
                        </div>
                        <div class="shape-box"></div>
                        <div class="auto-container">
                            <div class="content">
                                <div class="big-title">
                                    <h2>
                                        Get the right strategy <br>and technology  enablement<br> with AVL consulting
                                        services
                                    </h2>
                                    <p>
                                        We aim to help customers improve their business performance and add value to
                                        their experience</p>
                                </div>
                                <div class="btns-box">
                                    <a class="btn-one" href="about.html">
                                        <span class="txt">
                                            discover more<i class="icon-refresh arrow"></i>
                                        </span>
                                    </a>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- Slide -->
                    <div class="slide">
                        <div class="image-layer" style="background-image:url(assets/images/home_banner_bg.webp)">
                        </div>
                        <div class="shape-box"></div>
                        <div class="auto-container">
                            <div class="content">
                                <div class="big-title">
                                    <h2>
                                        Get the right strategy <br>and technology  enablement<br> with AVL consulting
                                        services
                                    </h2>
                                    <p>
                                        We aim to help customers improve their business performance and add value to
                                        their experience</p>
                                </div>
                                <div class="btns-box">
                                    <a class="btn-one" href="about.html">
                                        <span class="txt">
                                            discover more<i class="icon-refresh arrow"></i>
                                        </span>
                                    </a>
                                </div>
                            </div>
                        </div>
                    </div>

                </div>
            </div>
        </section>
        <!-- End Main Slider -->

        <!--Start Service Style1 Area-->
        <section class="service-style1-area">
            <div class="container">
                <div class="row">
                    <div class="col-xl-5">
                        <div class="service-style1__title">
                            <div class="sec-title sec-title--style2">
                                <div class="sub-title">
                                    <div class="border-box"></div>
                                    <h3 class="text-white">What we do</h3>
                                </div>
                                <h2>Services We’re<br> Offering</h2>
                            </div>
                            <div class="inner-text">
                                <p>Our service portfolio includes innovative and flexible solutions to meet the unique
                                    computer requirements of the end-users</p>
                            </div>

                            <div class="video-holder-box">
                                <div class="video-gallery-style1">
                                    <div class="video-gallery-style1__bg"
                                        style="background-image: url(assets/images/offer_video_sm.webp);">
                                    </div>
                                    <div class="icon wow zoomIn animated" data-wow-delay="300ms"
                                        data-wow-duration="1500ms">
                                        <!-- <a class="video-popup" title="Video Gallery" href="#">
                                            <span class="fa fa-play"></span>
                                        </a> -->
                                    </div>
                                </div>
                                <div class="video-gallery-title">
                                    <h3>AVL Consulting Services</h3>
                                    <!-- video-popup -->
                                    <!-- <a class="video-popup " title="Video Gallery" href="#">
                                        Watch Video
                                    </a> -->
                                </div>
                            </div>

                        </div>
                    </div>

                    <div class="col-xl-7">
                        <div class="service-style1__content">
                            <div class="row">
                                <!--Start Single Service Style1-->
                                <div class="col-xl-6 col-lg-6 col-md-6">
                                    <a href="e-business.html">
                                 <div class="single-service-style1"> 
                                        <div class="icon-holder">
                                            <span class="icon-report"></span>
                                            <div class="circle_bg"></div>
                                        </div>
                                        <div class="title-holder">
                                            <h3>
                                                Analytics <br> Service
                                            </h3>
                                        </div>
                                    </div>
                                </a>
                                </div>
                                <!--End Single Service Style1-->
                                <!--Start Single Service Style1-->
                                <div class="col-xl-6 col-lg-6 col-md-6">
                                    <a href="enterprise-solutions.html">
                                    <div class="single-service-style1">
                                        <div class="icon-holder">
                                            <span class="icon-global"></span>
                                            <div class="circle_bg"></div>
                                        </div>
                                        <div class="title-holder">
                                            <h3>
                                               Block Chain
                                            </h3>
                                        </div>
                                    </div>
                                </a>
                                </div>
                                <!--End Single Service Style1-->
                                <!--Start Single Service Style1-->
                                <div class="col-xl-6 col-lg-6 col-md-6">
                                    <a href="networking-services.html">
                                    <div class="single-service-style1">
                                        <div class="icon-holder">
                                            <span class="icon-business"></span>
                                            <div class="circle_bg"></div>
                                        </div>
                                        <div class="title-holder">
                                            <h3>
                                               Business Operations
                                            </h3>
                                        </div>
                                    </div>
                                </a>
                                </div>
                                <!--End Single Service Style1-->
                                <!--Start Single Service Style1-->
                                <div class="col-xl-6 col-lg-6 col-md-6">
                                    <a href="cloud.html">
                                    <div class="single-service-style1">
                                        <div class="icon-holder">
                                            <!-- <span class="icon-protection"></span> -->
                                           <span><img class="hover" src = "assets/images/cloud-color.svg"></span>
                                            <span><img class="without-hover" src = "assets/images/cloud-white.svg"></span>
                                            <div class="circle_bg"></div>
                                        </div>
                                        <div class="title-holder">
                                            <h3>
                                               Cloud
                                            </h3>
                                        </div>
                                    </div>
                                    </a>
                                </div>
                                <!--End Single Service Style1-->

                            </div>
                            <div class="row">
                                <div
                                    class="col mt-3 d-flex align-items-center justify-content-center justify-content-lg-end">
                                    <a class="btn-one" href="services.html">
                                        <span class="txt">
                                            View All
                                        </span>
                                    </a>
                                </div>
                            </div>
                        </div>
                    </div>

                </div>
            </div>
        </section>
        <!--End Service Style1 Area-->

        <!--Start About Style1 Area-->
        <section class="about-style1-area">
            <div class="container">
                <div class="sec-title text-center">
                    <div class="sub-title">
                        <div class="border-box"></div>
                        <h3>our introductions</h3>
                    </div>
                    <h2>Providing you with the best solution <br> to take your business to ecstatic new heights</h2>
                </div>
                <div class="row text-right-rtl">
                    <div class="col-xl-6">
                        <div class="about-style1__image clearfix">
                            <div class="shape-1"></div>
                            <div class="inner">
                                <img src="assets/images/our_intro_img.webp" alt="our_intro_img">
                            </div>
                        </div>
                    </div>
                    <div class="col-xl-6">
                        <div class="about-style1__content">
                            <div class="inner-content">
                                <h3>Offering high-consulting and IT services in diverse business areas</h3>
                                <div class="top-text">
                                    <p>AVL Consulting Services, Inc. (AVLCS) was established in the business of
                                        Information Technology Solutions. We provide strategic IT consulting that aligns
                                        with your business and meet your requirements.</p>
                                </div>
                                <ul>
                                    <li>
                                        <span class="icon-check"></span>
                                        Our team consists of experienced experts who specialize in your industry and are
                                        adept at adapting to your corporate culture.
                                    </li>
                                    <li>
                                        <span class="icon-check"></span>
                                        We offer solutions tailored to a wide range of industries, including retail,
                                        financial services, pharmaceuticals, telecommunications, and government
                                        services.
                                    </li>
                                    <li>
                                        <span class="icon-check"></span>
                                        We foster a welcoming and family-friendly environment for our clients.
                                    </li>
                                    <li>
                                        <span class="icon-check"></span>
                                        We adhere to a process-oriented approach that ensures we meet our quality goals.
                                    </li>
                                </ul>

                            </div>
                        </div>
                    </div>
                </div>
                <!-- <div class="row">
                    <div class="col-12">
                        <div class="about-style1__content pl-0 mt-xl-3 mt-0 pt-0">
                            <div class="inner-content">

                                <ul>

                                    <li>
                                        <span class="icon-check"></span>
                                        We foster a welcoming and family-friendly environment for our clients.
                                    </li>
                                    <li>
                                        <span class="icon-check"></span>
                                        We adhere to a process-oriented approach that ensures we meet our quality goals.
                                    </li>
                                </ul>

                            </div>
                        </div>
                    </div>
                </div> -->
            </div>
        </section>
        <!--End About Style1 Area-->

        <!--Start working process Area-->
        <section class="working-process-area">
            <div class="container">
                <div class="sec-title text-center">
                    <div class="sub-title">
                        <div class="border-box"></div>
                        <h3>our work process</h3>
                    </div>
                    <h2>How We Works</h2>
                    <p class="works-lines">Through our collaborative process, expert advice, tailored solutions, and a
                        focus on business
                        growth, we are dedicated to helping your organization succeed and reach its full potential.</p>
                </div>
                <div class="row">

                    <!--Start working process Single-->
                    <div class="col-xl-3 col-lg-6 col-md-6">
                        <div class="working-process__single wow fadeInRight" data-wow-delay="100ms"
                            data-wow-duration="1500ms">
                            <div class="working-process__single-inner">
                                <div class="img-holder">
                                    <div class="inner">
                                        <img src="assets/images/work_process_img_1.webp" alt="work_process_img_1" />
                                    </div>
                                    <div class="counting"></div>
                                </div>

                                <div class="content-box text-center">
                                    <h3><a href="#">Meet Consultant</a></h3>
                                    <p>We begin our process by arranging a meeting with our dedicated consultants. They
                                        will take the time to understand your specific business needs, challenges, and
                                        goals. This initial consultation allows us to gather valuable insights about
                                        your organization and tailor our approach accordingly.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!--End working process Single-->

                    <!--Start working process Single-->
                    <div class="col-xl-3 col-lg-6 col-md-6">
                        <div class="working-process__single wow fadeInRight" data-wow-delay="300ms"
                            data-wow-duration="1500ms">
                            <div class="working-process__single-inner">
                                <div class="img-holder">
                                    <div class="inner">
                                        <img src="assets/images/work_process_img_2.webp" alt="work_process_img_2" />
                                    </div>
                                    <div class="counting"></div>
                                </div>

                                <div class="content-box text-center">
                                    <h3><a href="#">Expert Advice</a></h3>
                                    <p>Our team of experienced professionals brings a wealth of knowledge and expertise
                                        to the table. They will provide you with expert advice and guidance based on
                                        industry best practices, market trends, and their extensive experience. By
                                        leveraging their insights, you can make informed decisions and implement
                                        strategies that align with your business objectives.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!--End working process Single-->
                    <!--Start working process Single-->
                    <div class="col-xl-3 col-lg-6 col-md-6">
                        <div class="working-process__single wow fadeInRight" data-wow-delay="500ms"
                            data-wow-duration="1500ms">
                            <div class="working-process__single-inner">
                                <div class="img-holder">
                                    <div class="inner">
                                        <img src="assets/images/work_process_img_3.webp" alt="work_process_img_3" />
                                    </div>
                                    <div class="counting"></div>
                                </div>

                                <div class="content-box text-center">
                                    <h3><a href="#">Proper Solution</a></h3>
                                    <p>We believe in delivering solutions that are customized to your unique
                                        requirements. After a thorough analysis of your business, our team will develop
                                        tailored solutions that address your specific pain points and challenges. These
                                        solutions may include a combination of software applications, process
                                        improvements, system integrations, or other relevant strategies.
                                        <!-- Our aim is to
                                        provide you with practical and effective solutions that optimize your operations
                                        and drive results. -->
                                    </p>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!--End working process Single-->
                    <!--Start working process Single-->
                    <div class="col-xl-3 col-lg-6 col-md-6">
                        <div class="working-process__single wow fadeInRight" data-wow-delay="700ms"
                            data-wow-duration="1500ms">
                            <div class="working-process__single-inner">
                                <div class="img-holder">
                                    <div class="inner">
                                        <img src="assets/images/work_process_img_4.webp" alt="work_process_img_4" />
                                    </div>
                                    <div class="counting"></div>
                                </div>

                                <div class="content-box text-center">
                                    <h3><a href="#">Business Grow</a></h3>
                                    <p>At the core of our approach is a focus on driving business growth. Our solutions
                                        and recommendations are designed to not only solve immediate issues but also
                                        propel your organization forward. We strive to identify opportunities for
                                        expansion, efficiency improvements, cost savings, and revenue generation.
                                        <!-- By
                                        working together, we aim to help your business thrive in a competitive landscape
                                        and achieve sustainable growth over time. -->
                                    </p>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!--End working process Single-->

                </div>
            </div>
        </section>
        <!--End working process Area-->

        <!--Start slogan area-->
        <section class="slogan-area">
            <div class="slogan-area__bg" style="background-image: url(assets/images/slogan_area_bg.webp);"></div>
            <div class="container">
                <div class="row">
                    <div class="col-xl-12">
                        <div class="slogan-text-box">
                            <h2 class="paroller">We Provide <br> Best
                                Consulting Services</h2>
                            <div class="slogan-btn-box paroller">
                                <a class="btn-one" href="about.html">
                                    <span class="txt">Discover More</span>
                                </a>
                            </div>

                            <div class="parallax-scene parallax-scene-1">
                                <div data-depth="0.20" class="parallax-layer shape">
                                    <div class="shape-1"></div>
                                </div>
                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!--End slogan area-->


        <!--Start Testimonial Style1 Area-->
        <section class="testimonial-style1-area d-none">
            <div class="container">
                <div class="sec-title text-center">
                    <div class="sub-title">
                        <div class="border-box"></div>
                        <h3>our testimonials</h3>
                    </div>
                    <h2>What They Say?</h2>
                </div>
                <div class="row">
                    <div class="col-xl-12">
                        <div class="testimonial-style1-content">
                            <div class="theme_carousel testimonial-carousel owl-theme owl-carousel" data-options='{
                                    "loop": true, 
                                    "margin": 30, 
                                    "autoheight":true, 
                                    "lazyload":true, 
                                    "nav": false, 
                                    "dots": false, 
                                    "autoplay": true, 
                                    "autoplayTimeout": 5000, 
                                    "smartSpeed": 500, 
                                    "navText": ["<span class=\"left icon-next\"></span>",
                                    "<span class=\"right icon-next\"></span>"], 
                                    "responsive":{ 
                                    "0" :{ "items": "1" }, 
                                    "600" :{ "items" : "1" }, 
                                    "768" :{ "items" : "1" }, 
                                    "992":{ "items" : "2" }, 
                                    "1200":{ "items" : "2" }
                                }
                            }'>

                                <!--Start Single Testimonial Style1-->
                                <div class="single-testimonial-style1">
                                    <div class="text">
                                        <p>Reference site about Lorem Ipsum, giving information on its origins, as well
                                            as a reference site about Lorem Ipsum, giving information on its origins, as
                                            well as a random Lipsum generator.</p>
                                    </div>
                                    <div class="bottom-box">
                                        <div class="client-name">
                                            <h3>Christine Rose</h3>
                                            <span>Customer</span>
                                        </div>
                                        <div class="client-img">
                                            <div class="inner">
                                                <img src="assets/images/testimonial_img_1.webp" alt="testimonial_img_1">
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!--End Single Testimonial Style1-->

                                <!--Start Single Testimonial Style1-->
                                <div class="single-testimonial-style1">
                                    <div class="text">
                                        <p>Reference site about Lorem Ipsum, giving information on its origins, as well
                                            as a reference site about Lorem Ipsum, giving information on its origins, as
                                            well as a random Lipsum generator.</p>
                                    </div>
                                    <div class="bottom-box">
                                        <div class="client-name">
                                            <h3>Mike Hardson</h3>
                                            <span>Customer</span>
                                        </div>
                                        <div class="client-img">
                                            <div class="inner">
                                                <img src="assets/images/testimonial_img_2.webp" alt="testimonial_img_2">
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!--End Single Testimonial Style1-->

                                <!--Start Single Testimonial Style1-->
                                <div class="single-testimonial-style1">
                                    <div class="text">
                                        <p>Reference site about Lorem Ipsum, giving information on its origins, as well
                                            as a reference site about Lorem Ipsum, giving information on its origins, as
                                            well as a random Lipsum generator.</p>
                                    </div>
                                    <div class="bottom-box">
                                        <div class="client-name">
                                            <h3>Christine Rose</h3>
                                            <span>Customer</span>
                                        </div>
                                        <div class="client-img">
                                            <div class="inner">
                                                <img src="assets/images/testimonial_img_1.webp" alt="testimonial_img_1">
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!--End Single Testimonial Style1-->
                                <!--Start Single Testimonial Style1-->
                                <div class="single-testimonial-style1">
                                    <div class="text">
                                        <p>Reference site about Lorem Ipsum, giving information on its origins, as well
                                            as a reference site about Lorem Ipsum, giving information on its origins, as
                                            well as a random Lipsum generator.</p>
                                    </div>
                                    <div class="bottom-box">
                                        <div class="client-name">
                                            <h3>Mike Hardson</h3>
                                            <span>Customer</span>
                                        </div>
                                        <div class="client-img">
                                            <div class="inner">
                                                <img src="assets/images/testimonial_img_2.webp" alt="testimonial_img_2">
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!--End Single Testimonial Style1-->

                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!--End Testimonial Style1 Area-->

        <div class="bottom-parallax">
            <!--Start footer area -->
            <footer class="footer-area">
                <div class="shape-1"></div>
                <!--Start Footer-->
                <div class="footer">
                    <div class="container">
                        <div class="row text-right-rtl">

                            <!--Start single footer widget-->
                            <div class="col-xl-4 col-lg-6 col-md-6 col-sm-12">
                                <div class="single-footer-widget single-footer-widget--company-info marbtm50">
                                    <div class="footer-logo-style1 mb-3 mb-md-5">
                                        <a href="index.html">
                                            <img src="assets/images/avl_logo.webp" alt="avl_logo">
                                        </a>
                                    </div>
                                    <div class="our-company-info">
                                        <div class="text-box">
                                            <p id="footerAddress"></p>
                                        </div>
                                        <h2 id="footerEmailId"></h2>
                                        <h2 id="footerMobile"></h2>
                                    </div>
                                </div>
                            </div>
                            <!--End single footer widget-->

                            <!--Start single footer widget-->
                            <div class="col-xl-4 col-lg-6 col-md-6 col-sm-12">
                                <div class="single-footer-widget single-footer-widget--link-box marbtm50 center">
                                    <div class="title">
                                        <h3>Explore</h3>
                                    </div>
                                    <div class="footer-widget-links">
                                        <ul>
                                            <li class="current"><a href="index.html">Home</a></li>
                                            <li><a href="about.html">About Us</a></li>
                                            <li><a href="services.html">Services</a></li>
                                            <li><a href="products.html">Products</a></li>
                                            <li><a href="careers.html">Careers</a></li>
                                            <li><a href="contact-us.html">Contact Us</a></li>
                                        </ul>
                                    </div>
                                </div>
                            </div>
                            <!--End single footer widget-->

                            <!--Start single footer widget-->
                            <div class="col-xl-4 col-lg-12 col-md-12 col-sm-12">
                                <div class="single-footer-widget">
                                    <div class="title">
                                        <h3>Follow Us</h3>
                                    </div>
                                    <div class="footer-social-link">
                                        <ul class="clearfix" id="footerLinks">
                                      
                                            <!-- <li>
                                                <a href="#"><i class="icon-twitter"></i></a>
                                            </li>
                                            <li>
                                                <a href="#"><i class="icon-facebook-circular-logo"></i></a>
                                            </li>
                                            <li>
                                                <a href="#"><i class="icon-pinterest"></i></a>
                                            </li>
                                            <li>
                                                <a href="#"><i class="icon-instagram"></i></a>
                                            </li> -->
                                        </ul> 
                                    </div>
                                </div>
                            </div>
                            <!--End single footer widget-->

                        </div>
                    </div>
                </div>
                <!--End Footer-->
                <div class="footer-bottom">
                    <div class="container">
                        <div class="bottom-inner">
                            <div class="copyright">
                                <p>Copyright &copy; 2023 AVL All Rights Reserved.</p>
                            </div>

                        </div>
                    </div>
                </div>

            </footer>
            <!--End footer area-->
        </div>


        <button class="scroll-top scroll-to-target" data-target="html">
            <span class="flaticon-up-arrow"></span>
        </button>

        <!-- search-popup -->
        <div id="search-popup" class="search-popup">
            <div class="close-search"><i class="icon-close"></i></div>
            <div class="popup-inner">
                <div class="overlay-layer"></div>
                <div class="search-form">
                    <form method="post" action="index.html">
                        <div class="form-group">
                            <fieldset>
                                <input type="search" class="form-control" name="search-input" value=""
                                    placeholder="Search Here" required>
                                <input type="submit" value="Search Now!" class="theme-btn style-four">
                            </fieldset>
                        </div>
                    </form>
                    <h3>Recent Search Keywords</h3>
                    <ul class="recent-searches">
                        <li><a href="index.html">waste</a></li>
                        <li><a href="index.html">Dumpster</a></li>
                        <li><a href="index.html">Zerowaste</a></li>
                        <li><a href="index.html">Garbage</a></li>
                        <li><a href="index.html">trash</a></li>
                    </ul>
                </div>
            </div>
        </div>
        <!-- search-popup end -->
    </div>



    <script src="assets/js/jquery.js"></script>
    <script src="assets/js/aos.js"></script>
    <script src="assets/js/appear.js"></script>
    <script src="assets/js/bootstrap.bundle.min.js"></script>
    <script src="assets/js/isotope.js"></script>
    <script src="assets/js/jquery.bootstrap-touchspin.js"></script>
    <script src="assets/js/jquery.countTo.js"></script>
    <script src="assets/js/jquery.easing.min.js"></script>
    <script src="assets/js/jquery.event.move.js"></script>
    <script src="assets/js/jquery.fancybox.js"></script>
    <script src="assets/js/jquery.magnific-popup.min.js"></script>
    <script src="assets/js/jquery.nice-select.min.js"></script>
    <script src="assets/js/jquery.paroller.min.js"></script>
    <script src="assets/js/jquery-sidebar-content.js"></script>
    <script src="assets/js/knob.js"></script>
    <script src="assets/js/map-script.js"></script>
    <script src="assets/js/owl.js"></script>
    <script src="assets/js/pagenav.js"></script>
    <script src="assets/js/scrollbar.js"></script>
    <script src="assets/js/swiper.min.js"></script>
    <script src="assets/js/tilt.jquery.js"></script>
    <script src="assets/js/TweenMax.min.js"></script>
    <script src="assets/js/validation.js"></script>
    <script src="assets/js/wow.js"></script>

    <script src="assets/js/jquery-1color-switcher.min.js"></script>
    <script src="assets/js/parallax.min.js"></script>

    <script async defer
        src="https://maps.googleapis.com/maps/api/js?key=AIzaSyATY4Rxc8jNvDpsK8ZetC7JyN4PFVYGCGM&callback=initMap">
        </script>

    <!-- thm custom script -->
    <script src="assets/js/custom.js"></script>



</body>

</html>                               

Whois info of domain

Domain Name: AVLCS.COM
Registry Domain ID: 322455523_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.tucows.com
Registrar URL: http://www.tucows.com
Updated Date: 2024-12-23T06:55:30Z
Creation Date: 2006-01-21T20:40:00Z
Registry Expiry Date: 2026-01-21T20:40:00Z
Registrar: Tucows Domains Inc.
Registrar IANA ID: 69
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS1.TURBIFY.COM
Name Server: NS2.TURBIFY.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T01:19:53Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass