


<!DOCTYPE html>
<html lang="en">
  <head>






    <meta charset="utf-8">
    <title>GreatBrand - Brand Boutique for Domains</title>
    <!-- SEO Meta Tags-->
    <meta name="description" content="Owning a Great Brand gives you the shortest path to your company.  More customers will find your business when you decide to use the best possible domain for your company.">
    <meta name="keywords" content="domain, brands, domain names, buy, sell, domains">
    <meta name="author" content="GreatBrand">

    <!-- Viewport-->
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- Favicon and Touch Icons-->
    <link rel="apple-touch-icon" sizes="180x180" href="../assets/img/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="../assets/img/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="../assets/img/favicon-16x16.png">
    <link rel="manifest" href="../assets/img/site.webmanifest">
    <link rel="mask-icon" color="#5bbad5" href="../assets/img/safari-pinned-tab.svg">
    <meta name="msapplication-TileColor" content="#766df4">
    <meta name="theme-color" content="#ffffff">

    <!-- Google font -->
    <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=Lato:wght@300;400;700;900&display=swap" rel="stylesheet">

    <!-- Vendor Styles-->
    <link rel="stylesheet" media="screen" href="../assets/vendor/lightgallery/css/lightgallery-bundle.min.css"/>
    <link rel="stylesheet" media="screen" href="../assets/vendor/tiny-slider/dist/tiny-slider.css"/>

    <!-- Main Theme Styles + Bootstrap-->
    <link rel="stylesheet" media="screen" href="../assets/css/theme.min.css">

    <!-- Demo Specific Styles -->
    <style>
      :root {
        --cx-primary: #f52f6e;
        --cx-primary-rgb: 245,47,110;
        --cx-gradient-from-color: #f52f6e;
        --cx-gradient-to-color: #f42aa3;
        --cx-link-color: #f52f6e;
        --cx-link-hover-color: #e60b51;
      }
      .btn-primary {
        --cx-btn-bg: #f52f6e;
        --cx-btn-border-color: #f52f6e;
        --cx-btn-hover-bg: #f20c55;
        --cx-btn-active-bg: #f20c55;
        --cx-btn-hover-border-color: #f20c55;
        --cx-btn-active-border-color: #f20c55;
      }
      .btn-outline-primary {
        --cx-btn-color: #f52f6e;
        --cx-btn-border-color: rgba(245,47,110, .4);
        --cx-btn-hover-bg: #f52f6e;
        --cx-btn-active-bg: #f52f6e;
        --cx-btn-hover-border-color: #f52f6e;
        --cx-btn-active-border-color: #f52f6e;
      }
      .btn-translucent-primary {
        --cx-btn-color: #f52f6e;
        --cx-btn-bg: rgba(245,47,110, .2);
        --cx-btn-hover-bg: #f52f6e;
        --cx-btn-active-bg: #f52f6e;
      }
      .btn-hover-shadow:hover.btn-primary,
      .btn-hover-shadow:hover.btn-outline-primary,
      .btn-hover-shadow:hover.btn-translucent-primary,
      .btn-hover-shadow:hover.btn-gradient {
        --cx-btn-hover-shadow-color: rgba(245,47,110, .92);
      }
      .btn-scroll-top {
        --cx-btn-scroll-top-bg: #f52f6e;
        --cx-btn-scroll-top-hover-bg: #f20c55;
      }
      .accordion {
        --cx-accordion-active-color: #f52f6e;
        --cx-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill-rule='evenodd' d='M7.999.667c.368 0 .667.298.667.667v6h6c.368 0 .667.298.667.667s-.299.667-.667.667h-6v6c0 .368-.298.667-.667.667s-.667-.299-.667-.667v-6h-6C.964 8.667.666 8.369.666 8s.298-.667.667-.667h6v-6c0-.368.298-.667.667-.667z' fill='%23f52f6e'/%3e%3c/svg%3e");
        --cx-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3e%3cpath fill-rule='evenodd' d='M.666 8c0-.368.298-.667.667-.667v1.333C.964 8.666.666 8.368.666 8zm14 0v.667H1.333V7.333h13.333V8zm0 0v.667c.368 0 .667-.298.667-.667s-.299-.667-.667-.667V8z' fill='%23f52f6e'/%3e%3c/svg%3e");
      }
    </style>

    <!-- Page loading styles-->
    <style>
      .page-loading {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .4s .2s ease-in-out;
        transition: all .4s .2s ease-in-out;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
      }
      .page-loading.active {
        opacity: 1;
        visibility: visible;
      }
      .page-loading-inner {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 0;
      }
      .page-loading.active > .page-loading-inner {
        opacity: 1;
      }
      .page-loading-inner > span {
        display: block;
        font-size: 1rem;
        font-weight: normal;
        color: #787a80;
      }
      .page-spinner {
        display: inline-block;
        width: 2.75rem;
        height: 2.75rem;
        margin-bottom: .75rem;
        vertical-align: text-bottom;
        background-color: #cfcfd1;
        border-radius: 50%;
        opacity: 0;
        -webkit-animation: spinner .75s linear infinite;
        animation: spinner .75s linear infinite;
      }
      @-webkit-keyframes spinner {
        0% {
          -webkit-transform: scale(0);
          transform: scale(0);
        }
        50% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
      }
      @keyframes spinner {
        0% {
          -webkit-transform: scale(0);
          transform: scale(0);
        }
        50% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
        }
      }
    </style>






            <script src="https://www.google.com/recaptcha/api.js?render=6LcHaXMpAAAAADEDklpgU4csvDBdS2rkO4DPh4de"></script>
        <script>
            grecaptcha.ready(function () {
                grecaptcha.execute('6LcHaXMpAAAAADEDklpgU4csvDBdS2rkO4DPh4de', { action: 'contact' }).then(function (token) {
                    var recaptchaResponse = document.getElementById('recaptchaResponse_cs');
                    recaptchaResponse_cs.value = token;
                });
            });
        </script>
    
<meta name='impact-site-verification' value='13207bfd-42e4-4fa8-8067-af02e070fad9'>

  </head>



  <!-- Body-->
  <body>


    <!-- Main content-->
    <!-- Wraps everything except footer to push footer to the bottom of the page if there is little content -->
    <main class="page-wrapper position-relative">


      <!-- Navbar -->
      <!-- Remove .navbar-sticky class to detach .navbar from page scroll -->
      <header class="header navbar navbar-expand-md navbar-dark navbar-sticky navbar-floating">
        <div class="container px-0 px-xl-3">
          <a class="navbar-brand order-md-1 me-md-5 me-0 pe-lg-2" href="/">
            <img class="navbar-brand-static" src="../assets/img/logo-light.png" alt="Createx Logo" width="130">
            <img class="navbar-brand-floating" src="../assets/img/logo-dark.png" alt="Createx Logo" width="130">
          </a>



          <div class="d-flex align-items-center order-md-3">

              <div class="input-group ">
                <form class="form-inline" action="https://www.greatbrand.com/domain/avoile.com" method="post">
                <input class="form-control w-100 ps-4 rounded-4 border-0" name="f_domain_lookup" type="text" placeholder="Lookup a Domain...">
                <i class="ci-search fs-lg position-absolute top-50 end-0 translate-middle-y me-3 zindex-5"></i>
              </form>
              </div>

              <a class="btn btn-primary rounded-pill d-sm-inline-block d-none ms-3" data-bs-toggle="modal" data-bs-target="#modalContactSeller">Contact us</a>

            <button class="navbar-toggler ms-1 me-n3" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse1" aria-expanded="false">
              <span class="navbar-toggler-icon"></span>
            </button>
          </div>







          <nav class="collapse navbar-collapse order-md-2" id="navbarCollapse1">
            <ul class="navbar-nav me-auto">
              <li class="nav-item">
                                  <a class="nav-link" href="/" >Home</a>
                              </li><!--
              <li class="nav-item dropdown">
                <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Portfolio</a>
                <ul class="dropdown-menu">
                  <li><a class="dropdown-item" href="portfolio.html">Portfolio Grid</a></li>
                  <li><a class="dropdown-item" href="portfolio-single-v1.html">Single Project v.1</a></li>
                  <li><a class="dropdown-item" href="portfolio-single-v2.html">Single Project v.2</a></li>
                </ul>
              </li>!-->

                              <li class="nav-item">
                  <a class="nav-link  active" href="">avoile.com Details</a>
                </li>
                

              <!--
              <li class="nav-item dropdown">
                <a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Blog</a>
                <ul class="dropdown-menu">
                  <li><a class="dropdown-item" href="blog.html">Blog List</a></li>
                  <li><a class="dropdown-item" href="blog-single.html">Single Post</a></li>
                </ul>
              </li>
              <li class="nav-item d-sm-none d-block">
                <a class="nav-link" href="contacts.html">Contact us</a>
              </li>
              !-->
            </ul>
          </nav>


        </div>
      </header>
















      <!-- Page title-->
      <section class="py-md-6 py-5 bg-dark jarallax" data-jarallax data-speed="0.6">
        <div class="container mt-5 py-lg-4">
          <h1 class="display-1 col-lg-10 mx-auto px-sm-3 px-0 text-center text-light pb-0 mb-0">avoile.com</h1>
          <p class="mx-auto mb-sm-5 pb-3 text-center fs-2 text-light" style="max-width: 810px;"><em>Exclusive Domain for Sale<br>Make avoile.com Your Great Brand Today!</em></p>




        </div>

        <!-- Parallax bg -->
        <div class="jarallax-img bg-repeat-0 bg-dark opacity-50" style="background-image: url(../assets/img/seo-agency/сase-studies/single/page-title-bg.jpg);"></div>
      </section>










      <!-- Page content -->
      <section class="bg-repeat-0 bg-position-center" style="background-image: url(../assets/img/seo-agency/shapes/stroke/05.svg)">
        <div class="container pt-lg-6 pt-5 pb-4">
          <div class="row">


            <!-- Content -->
            <div class="col-lg-7">

              <h2 class="h1 mb-md-5 pb-2 text-center">Purchasing Options</h2>


              <!-- Basic accordion -->
              <div class="accordion" id="accordionExample">

                <!-- Item -->
                <div class="accordion-item">
                  <h3 class="accordion-header" id="headingOne">
                    <button class="accordion-button border-0" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">Purchasing Upfront</button>
                  </h3>
                  <div class="accordion-collapse border-0 collapse show" id="collapseOne" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
                    <div class="accordion-body">For customers ready to purchase upfront, we offer secure transactions via Escrow.com, who will fully guide the escrow and domain transfer process as a 3rd-party company.</div>
                  </div>
                </div>

                <!-- Item -->
                <div class="accordion-item">
                  <h3 class="accordion-header" id="headingTwo">
                    <button class="accordion-button border-0 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">Lease-To-Own Financing</button>
                  </h3>
                  <div class="accordion-collapse border-0 collapse" id="collapseTwo" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
                    <div class="accordion-body">Options are available including lease-to-own options for up to 60 months. &nbsp;This option makes it very affordable to acquire a domain and in most situations brings the cost down to a level that it is comparable to the salary of 1-2 employees.</div>
                  </div>
                </div>

                <!-- Item -->
                <div class="accordion-item">
                  <h3 class="accordion-header" id="headingThree">
                    <button class="accordion-button border-0 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">Equity Options</button>
                  </h3>
                  <div class="accordion-collapse border-0 collapse" id="collapseThree" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
                    <div class="accordion-body">Financing, equity options, and "Exit Clause" agreements for very minimal percentages are available, especially when the goal is to be aquired by a larger company. &nbsp;This can be a great option for companies with large plans and making big progress, but need a boost in the beginning to make their dreams become a reality at a faster pace than otherwise possible.</div>
                  </div>
                </div>
              </div>


              <!-- Info alert -->
              <div class="alert alert-info" role="alert">
                <span class="fw-bold">Note:</span> All domains on GreatBrand are priced in the 6 figure range or above.<br>Lease-to-Own plans typically range from $1,600 to $9,500 per month.
              </div>

              <h2 class="pt-3">Cost Compared to Relative Expenses</h2>


              <p class="lead">In most cases, at a cost similar to the salary of 1-2 employees, you can skyrocket the growth of your company by making the right decision to have the very best version of your brand name as your domain.</p>

              <img src="https://greatbrand.com/greatbrand_compare.png" alt="Great Brand Cost" class="d-block mb-5 box-shadow-sm">

              <h3 class="pt-3">Purchasing the Right Brand Results in Trust</h2>
<p class="lead">Take a look at our case studies below to see how TeamWork changed the entire trajectory of their company by purchasing the right domain for their brand.  &nbsp;Settling for a poor domain is a red flag that tells your investors and customers that you went "the cheap route", disregarding your brand and the Trust that your customers and investors were depending upon.</p>










            </div>

            <!-- Sidebar -->
            <aside class="col-lg-4 offset-lg-1">
              <div class="offcanvas-lg offcanvas-end" id="case-study-sidebar">
                <div class="offcanvas-header align-items-center shadow mb-3">
                  <h5 class="h4 mb-0">Sidebar</h5>
                  <button class="btn-close me-n1" type="button" data-bs-dismiss="offcanvas" data-bs-target="#case-study-sidebar" aria-label="Close"></button>
                </div>
                <div class="offcanvas-body py-4 py-lg-0" data-simplebar data-simplebar-auto-hide="true">

                  <!-- About -->
                  <div class="mb-lg-5 mb-4 p-4 rounded bg-secondary">
                    <div class="py-3 px-2">
                      <h4 class="mb-2 pb-1">Domain Summary</h4>
                      <hr>
                      <p class="mb-1 fs-sm">Name: <strong>avoile.com</strong></p>
                                            <p class="mb-1 fs-sm">Age: <strong>18 Years<span class="fs-xs"> (Registered since 2006)</span></strong></p>
                                            <p class="mb-1 fs-sm">Words: <strong>2</strong></p>
                                            <p class="mb-1 fs-sm">Length: <strong>6 Characters</strong></p>
                      


                      <h4 class="mt-5 mb-2 pb-1">Purchase Details</h4>
                      <hr>


                      <p class="fs-sm mb-2">Your purchase will be handled securely by Escrow.com, a government licensed and audited Escrow agency who is insured and bonded.</p>

                      <p class="fs-sm mb-2">Using escrow ensures your payment is not distributed to the seller until you have control of the domain name.</p>

                      <p class="fs-sm mb-4">Escrow.com is the trusted industry standard for providing safe transactions for Premium Domains.</p>
                        <img src="/assets/img/greatbrand/Escrow_com.png" class="rounded-3 mx-auto d-block" alt="Rounded image">
                    </div>
                  </div>

                </div>
              </div>
            </aside> <!--  / Sidebar -->


      </div>
    </div>
  </section>



        <section class="bg-repeat-0 bg-position-center" style="background-image: url(../assets/img/seo-agency/shapes/stroke/05.svg)">
          <div class="container pt-lg-6 pt-5 pb-4">
            <div class="row">



              <!-- Shaped bg -->
              <div class="bg-secondary">




            <h2 class="pt-2">How Do Your Investors/Customers Feel About Your Current Domain?</h2>

            <!-- Image + Text -->
            <section class="container pt-lg-6 pt-3">
              <div class="row">
                <div class="col-md-6 mb-md-0 mb-4 pb-md-0 pb-2">
                  <video class="w-100" loop controls>
                    <source src="https://greatbrand.com/dragon.mp4" type="video/mp4" />
                  </video>
                </div>
                <div class="col-lg-5 offset-lg-1 col-md-5" data-jarallax-element="-25" data-disable-parallax-down="md">
                  <h3 class="pb-md-3">Investors & Customers Notice</h3>
                  <p class="lead">Even if a business owner pretends their current domain is "okay", their investors and customers are noticing. &nbsp;It's a deciding factor on whether investors trust their business, and whether customers (especially enterprise customers) will trust doing business with that company.</p>
                  <p class="lead">Watch this short video clip to see how others view a business that chooses not to go with the best possible domain for their brand.
                </div>
              </div>
            </section>


              </div> <!-- / Shaped bg -->




                              </div>
                            </div>
                          </section>


                          <section class="bg-repeat-0 bg-position-center" style="background-image: url(../assets/img/seo-agency/shapes/stroke/05.svg)">
                            <div class="container pt-lg-6 pt-5 pb-4">
                              <div class="row">


            <h2 class="pt-3">Is Your Business <mark>On a Rocket?</mark></h2>



            <p class="lead">The founder of TeamWork confirms below that since buying their Ultra Premium domain (TeamWork.com), their business has been "on a rocket".  &nbsp;Peter describes below how buying their domain was their "hockey stick event".</p>


            <h3>
              What is a <mark>Hockey Stick Event</mark>?
            </h3>
            <p class="lead">
            As shown in the diagram below, a hockey stick event is when a company's revenue goes from being relatively flat and stagnant, to having a period of explosive growth.
            </p>
            <div class="text-center" id="img_container">
                <a href="https://greatbrand.com/hockeystick.jpg" target="_blank"><img src="../hockeystick.jpg" class="img-thumbnail"></a>
            </div>


            <div class="row pt-5">
            <h3>
              Could Your Business Use a <mark>Hockey Stick Event</mark>?
            </h3>
            <p class="lead">
            Watch the video below where TeamWork founder Peter Coppinger details how the purchase of his Ultra Premium domain was their Hockey Stick event. &nbsp;It started a dramatic explosion in his company's growth. &nbsp;Peter describes that since buying their domain, "the company has been on a rocket".
          </p>
          </div>


          <div class="ratio ratio-16x9">
            <iframe src="https://www.youtube.com/embed/AkEJy1G9lfc" title="YouTube video" allowfullscreen></iframe>
          </div>



                </div>
              </div>
            </section>


















      <!-- Services -->
      <section class="container py-lg-6 mb-md-3 mb-lg-0 py-5">
        <h3 class="h6 mb-2 text-uppercase">Benefits</h3>
        <h2 class="h1 mb-lg-4 mb-2 pb-3">What Will a Great Brand Increase?</h2>
        <div class="row align-items-center">
          <div class="col-md-5 order-md-1 order-2">

            <!-- Accordion -->
            <div class="accordion" id="accordionServices">

              <!-- Item -->
              <div class="accordion-item">
                <h3 class="accordion-header" id="servicesHeading-1">
                  <button class="accordion-button border-0" type="button" data-bs-toggle="collapse" data-binded-content="#revenue" data-bs-target="#servicesCollapse-1" aria-expanded="true" aria-controls="servicesCollapse-1">Revenue &amp; Profits</button>
                </h3>
                <div class="accordion-collapse border-0 collapse show" id="servicesCollapse-1" aria-labelledby="servicesHeading-1" data-bs-parent="#accordionServices">
                  <div class="accordion-body">
                    <p>Via all the benefits combined below, buying the right brand domain will lead to increased revenue for your company. &nbsp;You can see TeamWork.com's assessment of what a domain upgrade did for them.</p>
              			<p>It makes all aspects of the business more efficient. &nbsp;SEO is more efficient.  You'll have more trust so getting customers is going to be more efficient. &nbsp;Partnering with larger companies will be more probable as well.</p>
                  </div>
                </div>
              </div>

              <!-- Item -->
              <div class="accordio;n-item">
                <h3 class="accordion-header" id="servicesHeading-2">
                  <button class="accordion-button border-0 collapsed" type="button" data-bs-toggle="collapse" data-binded-content="#trust" data-bs-target="#servicesCollapse-2" aria-expanded="false" aria-controls="servicesCollapse-2">Trust</button>
                </h3>
                <div class="accordion-collapse border-0 collapse" id="servicesCollapse-2" aria-labelledby="servicesHeading-2" data-bs-parent="#accordionServices">
                  <div class="accordion-body">Every customer and investor starts out with knowing nothing about your business. &nbsp;Owning the best domain for your brand gives you instant credibility and instills more trust in the buyer or investor about your company. &nbsp;Why not start every relationship with the very best first impression you can give?</div>
                </div>
              </div>

              <!-- Item -->
              <div class="accordion-item">
                <h3 class="accordion-header" id="servicesHeading-3">
                  <button class="accordion-button border-0 collapsed" type="button" data-bs-toggle="collapse" data-binded-content="#seo" data-bs-target="#servicesCollapse-3" aria-expanded="false" aria-controls="servicesCollapse-3">SEO Effectiveness</button>
                </h3>
                <div class="accordion-collapse border-0 collapse" id="servicesCollapse-3" aria-labelledby="servicesHeading-3" data-bs-parent="#accordionServices">
                  <div class="accordion-body">Be found easier with less effort on search engines by having the very best version of the domain for your brand.</div>
                </div>
              </div>

              <!-- Item -->
              <div class="accordion-item">
                <h3 class="accordion-header" id="servicesHeading-4">
                  <button class="accordion-button border-0 collapsed" type="button" data-bs-toggle="collapse" data-binded-content="#recognition" data-bs-target="#servicesCollapse-4" aria-expanded="false" aria-controls="servicesCollapse-4">Brand Recognition</button>
                </h3>
                <div class="accordion-collapse border-0 collapse" id="servicesCollapse-4" aria-labelledby="servicesHeading-4" data-bs-parent="#accordionServices">
                  <div class="accordion-body">Be THE version of your brand that customers and investors find on the web and get the version of your domain that is the easiest to remember..&nbsp;It's been shown that companies that purchase the wrong domain can lose 50% or more of their web traffic because customers and investors are going to the wrong address. &nbsp;Starting off with the right domain for your brand gives you instant recognition for your brand.</div>
                </div>
              </div>


              <!-- Item -->
              <div class="accordion-item">
                <h3 class="accordion-header" id="servicesHeading-5">
                  <button class="accordion-button border-0 collapsed" type="button" data-bs-toggle="collapse" data-binded-content="#protection" data-bs-target="#servicesCollapse-5" aria-expanded="false" aria-controls="servicesCollapse-5">Brand Protection</button>
                </h3>
                <div class="accordion-collapse border-0 collapse" id="servicesCollapse-5" aria-labelledby="servicesHeading-5" data-bs-parent="#accordionServices">
                  <div class="accordion-body">Protect your brand from getting diluted in the market. &nbsp;Purchasing the best version of your domain will keep you at the top forever. &nbsp;The last thing you want are customers typing in your brand name and being taken to someone else who bought your Great Brand domain.</div>
                </div>
              </div>


              <!-- Item -->
              <div class="accordion-item">
                <h3 class="accordion-header" id="servicesHeading-6">
                  <button class="accordion-button border-0 collapsed" type="button" data-bs-toggle="collapse" data-binded-content="#flexibility" data-bs-target="#servicesCollapse-6" aria-expanded="false" aria-controls="servicesCollapse-6">Brand Flexibility</button>
                </h3>
                <div class="accordion-collapse border-0 collapse" id="servicesCollapse-6" aria-labelledby="servicesHeading-6" data-bs-parent="#accordionServices">
                  <div class="accordion-body">Many companies grow into other industries as time goes on. &nbsp;Getting a Great Brand domain usually means you are getting a domain that can be applied to a broader market than what is implied when adding a word to the end or using an extension that is for a more specific industry.</div>
                </div>
              </div>


              <!-- Item -->
              <div class="accordion-item">
                <h3 class="accordion-header" id="servicesHeading-7">
                  <button class="accordion-button border-0 collapsed" type="button" data-bs-toggle="collapse" data-binded-content="#security" data-bs-target="#servicesCollapse-7" aria-expanded="false" aria-controls="servicesCollapse-7">Email Security</button>
                </h3>
                <div class="accordion-collapse border-0 collapse" id="servicesCollapse-7" aria-labelledby="servicesHeading-7" data-bs-parent="#accordionServices">
                  <div class="accordion-body">Protect your email. &nbsp;By not having the best version of the domain for your brand, you risk customers sending email to the better domain, rather than to the correct email addresses within your company. &nbsp;Often times recipients are not aware that a company has an extra word or is using an abstract extension with their domain.</div>
                </div>
              </div>

              <!-- Item -->
              <div class="accordion-item">
                <h3 class="accordion-header" id="servicesHeading-8">
                  <button class="accordion-button border-0 collapsed" type="button" data-bs-toggle="collapse" data-binded-content="#leader" data-bs-target="#servicesCollapse-8" aria-expanded="false" aria-controls="servicesCollapse-8">Image as a Market Leader</button>
                </h3>
                <div class="accordion-collapse border-0 collapse" id="servicesCollapse-8" aria-labelledby="servicesHeading-8" data-bs-parent="#accordionServices">
                  <div class="accordion-body">Instantly gain the appearance as a being a market leader by purchasing the right domain for your brand. &nbsp;Most customers are going to see your brand for the first time in a search engine. &nbsp;By giving the appearance that you are a market leader, you are already starting out ahead of the competition.</div>
                </div>
              </div>


            </div>
          </div>
          <div class="col-lg-6 col-md-7 order-md-2 order-1 ms-auto">

            <!-- Images binded to accordion -->
            <div class="binded-content mb-4">
              <div id="revenue" class="binded-item active">
                <img class="d-block" src="../assets/img/greatbrand/home/services/revenue.svg" alt="Revenue &amp; Profits">
              </div>
              <div id="trust" class="binded-item">
                <img class="d-block" src="../assets/img/greatbrand/home/services/trust.svg" alt="Brand Trust">
              </div>
              <div id="seo" class="binded-item">
                <img class="d-block" src="../assets/img/greatbrand/home/services/seo.svg" alt="SEO Effectiveness">
              </div>
              <div id="recognition" class="binded-item">
                <img class="d-block" src="../assets/img/greatbrand/home/services/brand_recognition.svg" alt="Brand Recognition">
              </div>
              <div id="protection" class="binded-item">
                <img class="d-block" src="../assets/img/greatbrand/home/services/brand_protection.svg" alt="Brand Protection">
              </div>
              <div id="flexibility" class="binded-item">
                <img class="d-block" src="../assets/img/greatbrand/home/services/brand_flexibility.svg" alt="Brand Flexibility">
              </div>
              <div id="security" class="binded-item">
                <img class="d-block" src="../assets/img/greatbrand/home/services/email.svg" alt="Email Security">
              </div>
              <div id="leader" class="binded-item">
                <img class="d-block" src="../assets/img/greatbrand/home/services/market_leader.svg" alt="Market Leader">
              </div>
            </div>
          </div>
        </div>
      </section>

      <!-- Blog (Recent posts) -->
      <section class="bg-secondary pt-lg-6 py-5">
        <div class="container pt-3 pt-lg-0">
          <h3 class="h6 mb-2 text-uppercase">Domain Statistics</h3>
          <h2 class="h1 mb-lg-5 mb-4 pb-2 d-flex align-items-center justify-content-between">
            Domain Industry Trends
          </h2>
          <div class="row">

            <!-- Post card: image fade in -->
            <div class="col-lg-6 col-sm-6 mb-sm-grid-gutter mb-3">
              <article class="image-fade card card-hover shadow" style="background-image: url(../assets/img/creative-agency/blog/recent/01.jpg);">
                <div class="image-inner d-flex flex-column justify-content-between h-100 p-3">
                  <div class="card-header border-0 pb-0">

                  </div>


                  <div class="card-body pt-0" style="min-height: 15rem;">
                    <h3 class="h5 mb-2 pb-1">
                      <a class="inner-text nav-link" href="../domain_sales.php?report_year=2023">
                        Top Domain Sales for 2023
                      </a>
                    </h3>






                                            <div class="table-responsive">
                            <table class="table">
                                <thead>
                                    <tr class="inner-text">
                                        <th>Domain</th>
                                        <th>Price</th>
                                        <th>Date</th>
                                    </tr>
                                </thead>
                                <tbody>
                                                                        <tr class="inner-text">
                                        <td>help.com</td>
                                        <td>$3,000,000</td>
                                        <td>01/10/2023</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>max.com</td>
                                        <td>$1,800,000</td>
                                        <td>11/05/2023</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>hurt.com</td>
                                        <td>$1,500,000</td>
                                        <td>11/05/2023</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>you.ai</td>
                                        <td>$700,000</td>
                                        <td>10/06/2023</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>ecl.com</td>
                                        <td>$600,000</td>
                                        <td>03/26/2023</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>socrates.com</td>
                                        <td>$600,000</td>
                                        <td>10/24/2023</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>pfa.com</td>
                                        <td>$450,000</td>
                                        <td>10/24/2023</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>giveaway.com</td>
                                        <td>$400,000</td>
                                        <td>02/22/2023</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>betting.online</td>
                                        <td>$400,000</td>
                                        <td>10/19/2023</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>peace.com</td>
                                        <td>$400,000</td>
                                        <td>12/14/2023</td>
                                    </tr>
                                                                    </tbody>
                            </table>
                        </div>


                  </div>

                  <div class="card-footer border-0">
                    <div class="h6 mb-0 text-end">
                      <a class="inner-text nav-link py-3" href="../domain_sales.php?report_year=2023">
                        Read more
                      </a>
                      <i class="inner-text ci-arrow-right align-middle h5 mb-0 ms-2 card-text"></i>
                    </div>
                  </div>
                </div>
              </article>
            </div>

            <!-- Post card: image fade in -->
            <div class="col-lg-6 col-sm-6 mb-sm-grid-gutter mb-3">
              <article class="image-fade card card-hover shadow" style="background-image: url(../assets/img/creative-agency/blog/recent/03.jpg);">
                <div class="image-inner d-flex flex-column justify-content-between h-100 p-3">
                  <div class="card-header border-0 pb-0">
                  </div>
                  <div class="card-body pt-0" style="min-height: 15rem;">
                    <h3 class="h5 mb-2 pb-1">
                      <a class="inner-text nav-link" href="../domain_sales.php?report_year=2022">
                        Top Domain Sales for 2022
                      </a>
                    </h3>



                                            <div class="table-responsive">
                            <table class="table">
                                <thead>
                                    <tr class="inner-text">
                                        <th>Domain</th>
                                        <th>Price</th>
                                        <th>Date</th>
                                    </tr>
                                </thead>
                                <tbody>
                                                                        <tr class="inner-text">
                                        <td>nfts.com</td>
                                        <td>$15,000,000</td>
                                        <td>07/31/2022</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>connect.com</td>
                                        <td>$10,000,000</td>
                                        <td>04/15/2022</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>it.com</td>
                                        <td>$3,800,000</td>
                                        <td>06/19/2022</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>chill.com</td>
                                        <td>$1,600,000</td>
                                        <td>07/03/2022</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>call.com</td>
                                        <td>$1,600,000</td>
                                        <td>08/11/2022</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>gems.com</td>
                                        <td>$1,500,000</td>
                                        <td>04/24/2022</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>unlock.com</td>
                                        <td>$1,228,200</td>
                                        <td>01/16/2022</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>ballet.com</td>
                                        <td>$1,160,235</td>
                                        <td>04/21/2022</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>stable.com</td>
                                        <td>$1,008,925</td>
                                        <td>02/13/2022</td>
                                    </tr>
                                                                        <tr class="inner-text">
                                        <td>biontech.com</td>
                                        <td>$950,000</td>
                                        <td>03/27/2022</td>
                                    </tr>
                                                                    </tbody>
                            </table>
                        </div>




                  </div>
                  <div class="card-footer border-0">
                    <div class="h6 mb-0 text-end">
                      <a class="inner-text nav-link py-3" href="../domain_sales.php?report_year=2022">
                        Read more
                      </a>
                      <i class="inner-text ci-arrow-right align-middle h5 mb-0 ms-2 card-text"></i>
                    </div>
                  </div>
                </div>
              </article>
            </div>


          </div>
        </div>
      </section>



        </main><!-- / Main content: .page-wrapper -->


  <!-- Footer -->
  <footer class="footer pt-3 bg-dark">
    <div class="container py-lg-5 py-4">
      <div class="row">
        <div class="col-lg-3 col-md-3 col-12 order-md-1 order-2 mb-md-0 mb-4">
          <h3 class="h6 mb-3 text-uppercase text-light">Ready to be Great?</h3>
          <ul class="nav nav-light flex-column">
            <li class="nav-item mb-2">
              <a href="/cdn-cgi/l/email-protection#4d29243e2e383e3e0d2a3f282c392f3f2c2329632e2220" id="email_link" class="nav-link p-0 fw-normal">
                <span class="text-light">Email: </span>
                <span class="__cf_email__" data-cfemail="492d203a2a3c3a3a092e3b2c283d2b3b28272d672a2624">[email&#160;protected]</span>
              </a>
            </li>
          </ul>
        </div>


        

        <div class="col-lg-3 col-md-3 col-12 order-md-2 order-1 offset-lg-1 mb-md-0 mb-4">
          <h3 class="h6 mb-3 text-uppercase text-light">Quick links</h3>
          <ul class="nav nav-light flex-md-column flex-sm-row flex-column">
            <li class="nav-item mb-2">
              <a href="/" class="nav-link me-md-0 me-sm-4 p-0 fw-normal ">Home</a>
            </li>
                        <li class="nav-item mb-2">
              <a href="../domain/avoile.com" class="nav-link me-md-0 me-sm-4 p-0 fw-normal  active">avoile.com Details</a>
            </li>
                      </ul>
        </div>
        <div class="col-md-3 col-sm-6 order-md-3 order-sm-4 order-3 offset-lg-1 mb-md-0 mb-4">
          <h3 class="h6 mb-3 text-uppercase text-light">Follow us</h3>
          <a href="https://twitter.com/greatbrand_com" class="btn-social bs-solid rounded-circle bs-light me-2 mb-2 mt-md-0 mt-sm-1">
            <i class="ci-twitter"></i>
          </a>
          <a href="https://www.linkedin.com/company/greatbrand" class="btn-social bs-solid rounded-circle bs-light me-2 mb-2 mt-md-0 mt-sm-1">
            <i class="ci-linkedin"></i>
          </a>
        </div>
        <div class="col-md-3 col-sm-6 order-md-4 order-sm-3 order-4 mb-md-0 mb-4">
        </div>
      </div>
      <div class="d-flex justify-content-between mt-2 pt-1">
        <div class="text-light">
          <span class="d-block fs-xs mb-1">
            <span class="fs-sm">&copy; </span>
            All rights reserved. GreatBrand 2023-2024          </span>
          <span class="d-block fs-xs mb-1">
            <a href="../privacy.php" class="nav-link" target="_blank">Privacy Policy</a>
          </span>
          <span class="d-block fs-xs mb-1">
            <a href="../terms_of_use.pdf" class="nav-link" target="_blank">Terms of Use</a>
          </span>
        </div>
        <div class="d-flex align-items-end">
          <span class="d-sm-inline-block d-none text-light fs-sm me-3">Back to top</span>
          <a class="btn-scroll-top position-static rounded-circle" href="#top" data-scroll>
            <i class="btn-scroll-top-icon ci-angle-up"></i>
          </a>
        </div>
      </div>
    </div>
  </footer>


  <!-- Vendor scripts: js libraries and plugins-->
  <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="../assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
  <script src="../assets/vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
  <script src="../assets/vendor/jarallax/dist/jarallax.min.js"></script>
  <script src="../assets/vendor/lightgallery/lightgallery.min.js"></script>
  <script src="../assets/vendor/lightgallery/plugins/video/lg-video.min.js"></script>
  <script src="../assets/vendor/parallax-js/dist/parallax.min.js"></script>
  <script src="../assets/vendor/tiny-slider/dist/min/tiny-slider.js"></script>
  <script src="../assets/vendor/progressbar.js/dist/progressbar.min.js"></script>

  <!-- Main theme script-->
  <script src="../assets/js/theme.min.js"></script>



  <!-- Large modal-->
<div class="modal fade" id="modalContactSeller" tabindex="-1" role="dialog">
  <div class="modal-dialog" role="document">
    <div class="modal-content">

            <form class="form-inline" action="https://www.greatbrand.com/domain/avoile.com" method="post">

      <div class="modal-header">
        <h4 class="modal-title">Contact Owner</h4>
        <button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>




      <div class="modal-body">


        

        <p class="fs-sm form-text">We typically get many inquiries.  To ensure you get a response, please let the domain owner know that you're a serious buyer and accurately <strong>fill in all fields</strong> below.</p>



              <div class="row g-2 mb-4">
                <div class="col-md">
                  <div class="form-floating me-4">
                    <input name="f_first_name" type="text" class="form-control" id="firstName" placeholder="" value="">
                    <label for="firstName">First Name</label>
                  </div>
                </div>
                <div class="col-md">
                  <div class="form-floating me-4">
                    <input name="f_last_name" type="text" class="form-control" id="lastName" placeholder="" value="">
                    <label for="lastName">Last Name</label>
                  </div>
                </div>
              </div>

              <div class="row g-2 mb-4">
                <div class="col-md">
                  <div class="form-floating me-4">
                    <input name="f_email" type="email" class="form-control" id="emailAddress" placeholder="" value="">
                    <label for="emailAddress">Email address</label>
                  </div>
                </div>
                <div class="col-md">
                  <div class="form-floating me-4">
                    <input name="f_business_name" type="text" class="form-control" id="businessName" placeholder="" value="">
                    <label for="businessName">Business Name</label>
                  </div>
                </div>
              </div>

              <div class="row g-2 mb-4">
                <div class="col-md">
                  <div class="form-floating me-4">
                    <input name="f_domain" type="text" class="form-control" id="domainName" placeholder="" value="avoile.com">
                    <label for="domainName">Domain Name You Are Inquiring About</label>
                  </div>
                </div>
              </div>

              <div class="row g-2 mb-4">

                <div class="col-md">
                  <div class="form-floating me-4">
                    <select name="f_company_size" class="form-select" id="floatingSelectGrid" aria-label="Floating label select example">
                      <option value=""  selected>Select an Entry</option>
                      <option value="1" >Startup</option>
                      <option value="2" >Small Business</option>
                      <option value="3" >Enterprise Business</option>
                    </select>
                    <label for="floatingSelectGrid">Company Phase</label>
                  </div>
                </div>
                <div class="col-md">
                  <div class="form-floating me-4">
                    <input name="f_employees" type="number" class="form-control" id="floatingInputGrid" placeholder="" value="">
                    <label for="floatingInputGrid">Number of Employees</label>
                  </div>
                </div>

              </div>


              

              <div class="row g-2 mb-4">
                <div class="col-md">
                  <div class="form-floating me-4">
                    <select name="f_timeframe" class="form-select" id="floatingSelectGrid" aria-label="Floating label select example">
                      <option value="" selected>Select an Entry</option>
                      <option value="1" >Now</option>
                      <option value="2" >This Week</option>
                      <option value="3" >In the Next 30 Days</option>
                      <option value="4" >In the Next 6 Months</option>
                      <option value="5" >Future</option>
                    </select>
                    <label for="floatingSelectGrid">Buying Time Frame</label>
                  </div>
                </div>

                

                <div class="col-md">
                  <div class="form-floating me-4">
                    <select name="f_funding" class="form-select" id="floatingSelectGrid" aria-label="Floating label select example">
                      <option value=""  selected>Select an Entry</option>
                      <option value="1" >Paying Upfront</option>
                      <option value="2" >Lease-to-Own</option>
                      <option value="3" >Use Equity to Reduce Price</option>
                    </select>
                    <label for="floatingSelectGrid">Funding</label>
                  </div>
                </div>
              </div>




              <div class="alert alert-primary pt-1 pb-1 mb-1" role="alert">
       <p class="fs-sm form-text mb-1">To express this is a serious inquiry, please include the planned usage for the domain / brand. &nbsp;Only buyers with the best possible use-cases for the brand will qualify for a reply. &nbsp;Typically this is either for an established business, a well-funded startup, or a small business with motivated founders with big plans (equity).</p>
                </div>

        <!-- Floating label: Textarea -->
        <div class="form-floating">
          <textarea name="f_planned_use" class="form-control" id="fl-textarea" style="height: 120px;" placeholder=""></textarea>
          <label class="muted" for="fl-textarea">Planned Usage</label>
        </div>




      </div>

      <div class="modal-footer">
        <input type="hidden" name="recaptcha_response_cs" id="recaptchaResponse_cs">
        <input type="hidden" name="f_form_type" value="contact_seller">
        <button class="btn btn-secondary btn-sm" type="button" data-bs-dismiss="modal">Close</button>
        <button class="btn btn-primary btn-sm" type="submit">Send</button>
      </div>

    </form>
    </div>
  </div>
</div>
<!-- Confirm Modal -->
<div class="modal fade" id="modalConfirm" tabindex="-1" role="dialog">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title">Message Sent</h4>
        <button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <p>Thank you for your message. &nbsp;Your request has been received. &nbsp;We typically respond to inquiries within 24-48 hours.</p>
      </div>
      <div class="modal-footer">
        <button class="btn btn-primary btn-sm" type="button" data-bs-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>
<!-- Confirm Modal -->
<!-- Confirm Modal -->
<div class="modal fade" id="modalCaptcha" tabindex="-1" role="dialog">
  <div class="modal-dialog modal-dialog-centered" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title">Captcha Needed</h4>
        <button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>
      <div class="modal-body">
        <p>There was an issue validating whether your request is coming from an automated source.  &nbsp;Please click the captcha below. &nbsp;Once complete, please click the Send button.</p>

        <!-- Inline Form -->
        <form class="form-inline" action="https://www.greatbrand.com/domain/avoile.com" method="post">
          <input name="f_first_name" value="" type="hidden">
          <input name="f_last_name" value="" type="hidden">
          <input name="f_email" value="" type="hidden">
          <input name="f_business_name"  value="" type="hidden">
          <input name="f_timeframe"  value="" type="hidden">
          <input name="f_planned_use"  value="" type="hidden">

          <input name="f_company_size"  value="" type="hidden">
          <input name="f_employees"  value="" type="hidden">
          <input name="f_funding"  value="" type="hidden">

          <input name="f_captcha_score"  value="" type="hidden">
          <input type="hidden" name="f_form_type" value="">

          <p>
            <script src="https://www.google.com/recaptcha/api.js" async defer></script>
            <div class="g-recaptcha" data-sitekey="6LcVaXMpAAAAALHYOyjMKralTy9Jhlncyw3Kjoq-"></div>
            <input type="hidden" name="f_captcha2" value="X">
          </p>


      </div>
      <div class="modal-footer">
        <button class="btn btn-primary btn-sm" type="submit">Send</button>

      </div>

    </form>
    </div>
  </div>
</div>
<!-- Confirm Modal -->


  



</body>
</html>

  