It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://normanspublishing.com

  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4.    
  5.    <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <title>Normans Publishing | Where Stories Come to Life</title>
  8. <meta name="description" content="Elevate your literary journey with Normans Publishing. From manuscript to masterpiece, we offer comprehensive publishing services tailored to your needs.">
  9. <meta name="keywords" content="Audiobook narrator,Audiobook services,Audiobook production,Professional narration,Audiobook marketing,Choosing audiobook narrator,Perfect audiobook voice,Audiobook recording,Narration skills,Versatile narrators,Target audience for audiobooks,Genre-specific narration,Normans Publishing audiobook,Audiobook quality, Audiobook narrator auditions ,Publishing Services,book publisher, amazon book publishing services, amazon book publisher, amazon self-publishing services, kindle direct publishing, kdp publishing, amazon self publishing, amazon book publishing, sell book on amazon, publish my book on amazon, book publisher, publish a book, amazon kindle direct publishing, kindle publishing, publishing on kindle, kindle book publishers, normans publishing, normans book publishing,normans book, Book Printing,Literary Excellence,Self-Publishing,Manuscript Editing,Cover Design,Book Marketing,Publishing Consultation,Printing Quality,Author Support">
  10. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css" />
  11. </head>
  12.  
  13.  
  14. <style>
  15. .col-h2{
  16. color: white;
  17. font-family: puppins;
  18. }
  19. .col-para{
  20.  color: white;
  21. font-family: puppins;
  22. font-size: 20px;
  23. }
  24. .col-full{
  25.  text-align: start;
  26. }
  27. .col-num{
  28.  color: #ffb703;
  29.  font-weight: 1000;
  30. }
  31. .col-hding{
  32.  color: white;
  33.  font-weight: 800;
  34.  font-family:'Times New Roman', Times, serif;
  35.  font-size: 25px;
  36. }
  37. .col-unpar{
  38.  color: white;
  39.  font-weight: 600;
  40.  padding: 10px;
  41.  border-bottom: 5px dotted #ffb703;
  42.  border-left: 5px dotted #ffb703;
  43.  border-right: 5px dotted #ffb703;
  44.  border-radius: 12px;
  45. }
  46. .col-s{
  47.  padding-top: 200px;
  48. }
  49. @media screen and (max-width: 768px) {
  50.  .col-s{
  51.  padding-top: 10px;
  52. }
  53. }
  54. .scroll-para{
  55.    height: 138px;
  56.    overflow-y: scroll;
  57. }
  58. @media screen and (max-width: 768px) {
  59.  .mob-font-size{
  60.  font-size: 16px !Important;
  61. }
  62. }
  63.  
  64. #scrolling-text {
  65.    height: 500px;
  66.    overflow-y: hidden; /* Hide vertical scrollbar initially */
  67.    position: relative; /* Required for absolute positioning */
  68. }
  69.  
  70. #scrolling-content {
  71.    position: absolute;
  72.    animation: scroll 50s linear infinite;
  73. }
  74.  
  75. @keyframes scroll {
  76.    0% {
  77.        transform: translateY(0);
  78.    }
  79.    100% {
  80.        transform: translateY(-100%);
  81.    }
  82. }
  83. .back-black{
  84.        background-color:black !Important;
  85.    }
  86.    .size-image{
  87.        width:70% !Important;
  88.        margin-left:100px;
  89.    }
  90.    @media screen and (max-width: 480px) {
  91.    .size-image{
  92.        margin-left:30px;
  93.    }
  94. }
  95.  </style>
  96.  <style>
  97.          #gallery {
  98.     width: 95%;
  99.  }
  100.  
  101.  /* Styling for gallery images */
  102.  #gallery img {
  103.      margin: 0.2rem;
  104.      max-width: 100%; /* Ensures images are responsive */
  105.      height: auto; /* Maintains aspect ratio */
  106.  }
  107.  
  108.  /* Media queries for responsiveness */
  109.  @media (max-width: 1200px) {
  110.      #gallery {
  111.          /* Show 4 slides when viewport width is up to 1200px */
  112.          display: block;
  113.      }
  114.  }
  115.  
  116.  @media (max-width: 992px) {
  117.      #gallery {
  118.          /* Show 3 slides when viewport width is up to 992px */
  119.          display: block;
  120.      }
  121.  }
  122.  
  123.  @media (max-width: 768px) {
  124.      #gallery {
  125.          /* Show 2 slides when viewport width is up to 768px */
  126.          display: block;
  127.      }
  128.  }
  129.  .boder-r{
  130.      border-right: 3px solid #ffb703;
  131.  }
  132.  
  133.  @media (max-width: 576px) {
  134.      #gallery {
  135.          /* Show 1 slide when viewport width is up to 576px */
  136.          display: block;
  137.      }
  138.      .boder-r{
  139.          border-right:none;
  140.      }
  141.  }
  142.  .ali-cen{
  143.      text-align:center;
  144.  }
  145.  </style>
  146.  
  147.     <style>
  148.        .wrapper {
  149.            padding: 70px 0;
  150.            overflow-x: hidden;
  151.        }
  152.  
  153.        .my-slider {
  154.            padding: 0 70px;
  155.        }
  156.  
  157.        .slick-initialized .slick-slide {
  158.            margin: 0 15px 0 0;
  159.        }
  160.  
  161.        .slick-next,
  162.        .slick-prev {
  163.            z-index: 5;
  164.        }
  165.  
  166.        .slick-next {
  167.            right: 15px;
  168.        }
  169.  
  170.        .slick-prev {
  171.            left: 15px;
  172.        }
  173.  
  174.        .slick-next:before,
  175.        .slick-prev:before {
  176.            color: #000;
  177.            font-size: 26px;
  178.        }
  179.  
  180.        .slide-num {
  181.            font-size: 80px;
  182.            color: white;
  183.        }
  184.  
  185.        .slide-title {
  186.            margin-top: -60px;
  187.            margin-left: 10px;
  188.            font-weight: 700;
  189.            color: #023047;
  190.        }
  191.  
  192.        .slide-body {
  193.            padding-top: 30px;
  194.            width: 90%;
  195.        }
  196.  
  197.        .slide-para {
  198.            width: 100%;
  199.            height: 80px;
  200.            overflow-y: scroll;
  201.        }
  202.  
  203.        .slide-img {
  204.            border: 7px solid #023047;
  205.            margin-top: 70px;
  206.            width: 300px;
  207.            height: 300px;
  208.            margin-left: 40px;
  209.        }
  210.  
  211.        .img-slide {
  212.            width: 75%;
  213.            margin-top: -350px;
  214.        }
  215.        .mar-top{
  216.            padding-top: 100px;
  217.        }
  218.  
  219.        @media only screen and (max-width: 600px) {
  220.            .slide-img {
  221.                width: 100%;
  222.                margin-left: 2px;
  223.            }
  224.        }
  225.  
  226.        .custom-scrollbar::-webkit-scrollbar {
  227.            width: 3px;
  228.        }
  229.        .custom-scrollbar::-webkit-scrollbar-track {
  230.  background: #ffb703;
  231.  border-radius: 10px;
  232. }
  233.  
  234.  
  235.  
  236.        .custom-scrollbar::-webkit-scrollbar-thumb {
  237.            background: #000000;
  238.            /* Color of the thumb */
  239.            border-radius: 10px;
  240.            /* Rounded corners for the thumb */
  241.        }
  242.    </style>
  243.       <head>
  244.    <meta charset="UTF-8">
  245.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  246.    <!-- <meta name="viewport" content="width=device-width, initial-scale=0.5"> -->
  247.    <meta name="viewport" content="width=device-width, initial-scale=1">
  248.    <title>Normans Publishing</title>
  249.    <!-- <title>Home - The Range in Los Angeles</title> -->
  250.    <link rel="icon" type="image/x-icon" href="Images/fav-icon.png">
  251.    <!-- Latest compiled and minified CSS -->
  252.    <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">  -->
  253.  
  254.    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  255.    <meta name="google-site-verification" content="QKKKaI4jJQYFBMjrYI3IyjUHkwp-Vqb6nxrn94nuTKI" />
  256.    <meta property="og:title" content=Normans Publishing | Where Stories Come to Life>
  257.    <meta property="og:site_name" content=Normans Publishing>
  258.    <meta property="og:url" content=https://www.normanspublishing.com/>
  259.    <meta property="og:description" content=Raise your publishing projects with Normans Publishing, our Professional Publishing Services in California. Hire Our Expert Publishing Consultant are for hire, offering unparalleled creativity and expertise.>
  260.    <meta name="keywords" content="Audiobook narrator,Audiobook services,Audiobook production,Professional narration,Audiobook marketing,Choosing audiobook narrator,Perfect audiobook voice,Audiobook recording,Narration skills,Versatile narrators,Target audience for audiobooks,Genre-specific narration,Normans Publishing audiobook,Audiobook quality, Audiobook narrator auditions ,Best Normans Publishing, Normans Book Publishing,Normans Publishing Book, Normans Publishing Company, Amazon Publishing Company, Amazon Author Services, Amazon Book Publisher Services, Amazon Book Publishing Company, Publishing Services,book publisher, amazon book publishing services, amazon book publisher, amazon self-publishing services, kindle direct publishing, kdp publishing, amazon self publishing, amazon book publishing, sell book on amazon, publish my book on amazon, book publisher, publish a book, amazon kindle direct publishing, kindle publishing, publishing on kindle, kindle book publishers, normans publishing, normans book publishing,normans book, Book Printing,Literary Excellence,Self-Publishing,Manuscript Editing,Cover Design,Book Marketing,Publishing Consultation,Printing Quality,Author Support">
  261.    <meta property="og:type" content=website>
  262.    <meta property="og:image" content=https://www.normanspublishing.com/Images/logoheader.png>
  263.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  264.    <link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
  265.    <link rel="stylesheet" href="style.css">
  266.    <link rel="stylesheet" href="fonts/stylesheet.css">
  267. <meta name="google-site-verification" content="QKKKaI4jJQYFBMjrYI3IyjUHkwp-Vqb6nxrn94nuTKI" />
  268.  
  269.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" integrity="sha512-17EgCFERpgZKcm0j0fEq1YCJuyAWdz9KUtv1EjVuaOz8pDnh/0nZxmU6BBXwaaxqoi9PQXnRWqlcDB027hgv9A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  270.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" integrity="sha512-yHknP1/AwR+yx26cB1y0cjvQUMvEa2PFzt1c9LlS4pRQ5NOTZFWbhBig+X9G9eYW/8m0/4OXNx8pxJ6z57x0dw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  271.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha512-H9jrZiiopUdsLpg94A333EfumgUBpO9MdbxStdeITo+KEIMaNfHNvwyjjDJb+ERPaRS6DpyRlKbvPUasNItRyw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  272.    <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
  273.    <link rel="canonical" href="https://www.normanspublishing.com/index.php">
  274.    <link href="https://github.hubspot.com/odometer/themes/odometer-theme-default.css" rel="stylesheet">
  275.    <link rel="stylesheet" type="text/css"
  276.        href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
  277.    <link rel="stylesheet" type="text/css"
  278.        href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" />
  279.  
  280.     <!-- Link to jQuery library (needed for Slick) -->
  281.  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
  282.  
  283.  <!-- Link to Slick CSS and JS files -->
  284.  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel/slick/slick.css" />
  285.  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel/slick/slick.min.js"></script>
  286.    <script type="application/ld+json">
  287. {
  288.  "@context": "https://schema.org",
  289.  "@type": "LegalService",
  290.  "name": "Normans Publishing",
  291.  "image": "https://www.normanspublishing.com/Images/logoheader.png",
  292.  "@id": "",
  293.  "url": "https://www.normanspublishing.com/",
  294.  "telephone": "+1 628-222-2074",
  295.  "address": {
  296.    "@type": "PostalAddress",
  297.    "streetAddress": "152 Warriors Way",
  298.    "addressLocality": "San Francisco",
  299.    "addressRegion": "CA",
  300.    "postalCode": "94158",
  301.    "addressCountry": "US"
  302.  },
  303.  "openingHoursSpecification": {
  304.    "@type": "OpeningHoursSpecification",
  305.    "dayOfWeek": [
  306.      "Monday",
  307.      "Tuesday",
  308.      "Wednesday",
  309.      "Thursday",
  310.      "Friday",
  311.      "Saturday"
  312.    ],
  313.    "opens": "08:00",
  314.    "closes": "22:00"
  315.  },
  316.  "sameAs": [
  317.    "https://www.facebook.com/people/Normans-Publishing/61550784350166/",
  318.    "https://twitter.com/Normanpublish",
  319.    "https://www.normanspublishing.com/"
  320.  ]
  321. }
  322. </script>
  323.  
  324.  
  325. <!-- Google tag (gtag.js) -->
  326. <script async src="https://www.googletagmanager.com/gtag/js?id=G-2WXQNY6SFN">
  327. </script>
  328. <script>
  329.  window.dataLayer = window.dataLayer || [];
  330.  function gtag(){dataLayer.push(arguments);}
  331.  gtag('js', new Date());
  332.  
  333.  gtag('config', 'G-2WXQNY6SFN');
  334. </script>
  335. <style>
  336.   ul#menu a:hover {
  337.    color: #ffb703 !Important;
  338. }
  339. </style>
  340.  
  341. </head>
  342. <body>
  343.    
  344.    <span class="back-top">
  345.        <button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa-solid fa-chevron-up"></i></button>
  346.    </span>
  347.    
  348. <div class="top-head">
  349.            <div class="container">
  350.                <div class="row">
  351.                    <div class="col-12 col-lg-12">
  352.                        <div class="top-menu d-flex align-items-center justify-content-between">
  353.                            <div class="contact-headers">
  354.                                <ul class="top-right d-flex align-items-center gap-3">
  355.                                    <li class="d-flex gap-2">
  356.                                        <a href="tel:+1 628-214-2200" class="d-flex align-items-center gap-2"><i style="rotate: -29deg;" class="fa-solid fa-phone-volume"></i>
  357.                                            +1 628-214-2200                                     </a>
  358.                                    </li>
  359.                                    <li class="">
  360.                                        <a href="mailto:Support@normanspublishing.com" target="_blank" class="d-flex align-items-center gap-2">
  361.                                            <i class="fa-solid fa-envelope"></i> Support@normanspublishing.com
  362.                                        </a>
  363.                                    </li>
  364.                                    <li class="d-flex align-items-center gap-2">
  365.                                        <i class=" fa-solid fa-location-dot text-black"></i>
  366.                                        <a href="javascript:;">
  367.                                         152 Warriors Way, San Francisco, CA 94158
  368.                                        </a>
  369.                                    </li>
  370.                                </ul>
  371.                            </div>
  372.                        </div>
  373.                    </div>
  374.                    <!-- </div> -->
  375.                </div>
  376.            </div>
  377.        </div>    
  378.    
  379. <header>
  380.    
  381.        <input type="text" class="page_title" value="Normans Publishing" hidden>
  382.           <div class="container">
  383.               <div class="row d-flex center">
  384.  
  385.                   <div class="col-md-2 align">
  386.                       <div class="logo header-img">
  387.                          <a href="/"> <img src="Images/logoheader.png" alt="The Norman's Publishing logo, featuring a stylized design, represents the brand's identity and serves as a visual representation of their publishing business" srcset=""></a>
  388.                       </div>
  389.                   </div>
  390.  
  391.                   <div class="col-md-10 navhead">
  392.                        <nav class="nav">
  393.                            <div class="container">
  394.                                <div class="hamburger hamburger-container">
  395.                                    <input type="checkbox" class="hamburger-init ">
  396.                                    <div class="menu hamburger-container">
  397.                                        <div class="bar1"></div>
  398.                                        <div class="bar2"></div>
  399.                                        <div class="bar3"></div>
  400.                                    </div>  
  401.                                </div>
  402.                            </div>
  403.                           <ul id="menu" class="menu">
  404.                               <li><a href="https://www.normanspublishing.com/">Home</a></li>
  405.                                <li class="menu-item-has-children"><a href="#">Services</a>
  406.                                 <!--<li class="menu-item-has-children"><a href="Book-Printing.php">Book Printing</a>-->
  407.                                    <ul class="sub-menu">
  408.                                        <!--<li><a href="Single-Book-Printing.php">Single Book Printing</a></li>-->
  409.                                        <!--<li><a href="Print-on-demand.php">Print on Demand</a></li>-->
  410.                                         <li><a href="Book-publishing.php">Book Publishing</a></li>
  411.                                         <li><a href="ghost-writing-service.php">Ghost Writing</a></li>
  412.                                         <li><a href="marketing-service.php">Book Marketing</a></li>
  413.                                         <!--<li><a href="book-Illustrations.php">Book Illustrations</a></li>-->
  414.                                         <li><a href="book-distribution.php">Book Distribution</a></li>
  415.                                         <li><a href="book-cover-design.php">Book Cover Design</a></li>
  416.                                         <li><a href="Audio-Book.php">AudioBook</a></li>
  417.                                         <li><a href="children-book.php">Children's Book</a></li>
  418.                                         <!--<li><a href="t-shirts-with-book-covers.php">T Shirts with book covers</a></li>-->
  419.                                         <!--<li><a href="book-layout-design-service.php">Book layout design service</a></li>-->
  420.                                    </ul>
  421.                                </li>
  422.                                <!--<li class="menu-item-has-children"><a href="Ebook.php">eBook Publishing</a>-->
  423.                                <!--    <ul class="sub-menu">-->
  424.                                <!--        <li><a href="eBook-Publishing-Conversion.php">eBook creation & distribution</a></li>-->
  425.                                <!--        <li><a href="typesetting-services.php">Typesetting Services</a></li>-->
  426.                                <!--         <li><a href="editing-and-proofreading.php">Editing And Proofreading</a></li>-->
  427.                                        
  428.                                <!--         <li><a href="book-Illustrations.php">Book Illustrations</a></li>-->
  429.                                <!--         <li><a href="book-cover-design.php">Book Cover Design</a></li>-->
  430.                                <!--         <li><a href="video-book-trailer.php">Video Book Trailer</a></li>-->
  431.                                        
  432.  
  433.                                <!--         <li><a href="book-layout-design-service.php">Book layout design service</a></li>-->
  434.                                        <!--<li><a href="Fixed-Layout-For-eBook.php">Fixed Layout For eBook</a></li>-->
  435.                                        <!--<li><a href="Preparing-your-ebook-Files.php">Preparing Your eBook Files</a></li>-->
  436.                                <!--    </ul> -->
  437.                                <!--</li>-->
  438.                                <li></li>
  439.                                <!--<li class="menu-item-has-children"><a href="Audio-Book.php">AudioBook</a>-->
  440.                                <!--    <ul class="sub-menu">-->
  441.                                <!--         <li><a href="audio-book-recording.php">Audio Book Recording</a></li>-->
  442.                                <!--         <li><a href="audio-book-planning.php">Audio Book Planning</a></li>-->
  443.                                <!--         <li><a href="acx-editing.php">ACX Editing</a></li>-->
  444.                                        <!--<li><a href="Copy-Editing-Services.php">Copy Editing Serviecs</a></li>-->
  445.                                        <!--<li><a href="Line-Editing-Services.php">Line Editing Services</a></li>-->
  446.                                        <!--<li><a href="Profreading-Services.php">Proofreading Services</a></li>-->
  447.                                        <!--<li><a href="Query-Letter-&-Book-Synopsis.php">Query Letter & Book Synopsis</a></li>-->
  448.                                <!--    </ul> -->
  449.                                <!--</li>-->
  450.                            
  451.                                <!--  <li class="menu-item-has-children"><a href="Book-Design.php">Book Design</a>-->
  452.                                <!--<ul class="sub-menu">-->
  453.                                <!--        <li><a href="book-cover-design.php">Book Cover Design</a></li>-->
  454.                                <!--        <li><a href="book-Illustrations.php">Book Illustrations</a></li>-->
  455.                                <!--        <li><a href="book-layout-design-service.php">Book Layout Design Service</a></li>-->
  456.                                <!--        <li><a href="book-printing-services.php">Book Printing Services</a></li>-->
  457.                                        
  458.                                        
  459.                                      
  460.                                        <!--<li><a href="#">Display Ads For Author</a></li>-->
  461.                                <!--    </ul> -->
  462.                                <!--</li>-->
  463.                                <!--<li class="menu-item-has-children"><a href="writing-service.php">Writing</a>-->
  464.                                <!--<ul class="sub-menu">-->
  465.                                <!--        <li><a href="ghost-writing-service.php">Ghost Writing Service</a></li>-->
  466.                                <!--        <li><a href="partial-rewriting-editing-service.php">Partial Rewriting Editing</a></li>-->
  467.                                <!--        <li><a href="seo-content-writing.php">Seo Content Writing</a></li>-->
  468.                                <!--        <li><a href="film-story-writing.php">Film Story Writing</a></li>-->
  469.                                <!--        <li><a href="education-text-book-writer.php">Education Text Book Writer</a></li>-->
  470.                                <!--        <li><a href="script-writers.php">Script Writers</a></li>-->
  471.                                <!--        <li><a href="biography-writers.php">Biography Writers</a></li>-->
  472.                                    
  473.                                        <!--<li><a href="#">Display Ads For Author</a></li>-->
  474.                                <!--    </ul> -->
  475.                                <!--</li>-->
  476.                                
  477.                                <!--<li class="menu-item-has-children"><a href="./marketing-service.php">Marketing</a>-->
  478.                                <!--<ul class="sub-menu">-->
  479.                                <!--        <li><a href="Display-for-author.php">Display Ads For Author</a></li>-->
  480.                                <!--        <li><a href="book-launch-marketing.php">Book Launch Marketing</a></li>-->
  481.                                <!--        <li><a href="Publishing-partner.php">Publishing Partners</a></li>-->
  482.                                <!--        <li><a href="Facebook-Ads-For-Author.php">Facebook Ads For Author</a></li>-->
  483.                                <!--        <li><a href="authors-website-design.php">Authors Website Design</a></li>-->
  484.                                        
  485.                                        <!--<li><a href="#">Display Ads For Author</a></li>-->
  486.                                <!--    </ul> -->
  487.                                <!--</li>-->
  488.                                
  489.                                <!--  <li class="menu-item-has-children"><a href="./media-service.php">Media</a>-->
  490.                                <!--<ul class="sub-menu">-->
  491.                                        
  492.                                <!--        <li><a href="book-to screenplay.php">Book To Screenplay</a></li>-->
  493.                                <!--         <li><a href="video-book-trailer.php">Video Book Trailer</a></li>-->
  494.                                <!--        <li><a href="./case-study.php">Case Studies</a></li>-->
  495.                                <!--    </ul> -->
  496.                                <!--</li>-->
  497.                                <li><a href="portfolio.php">Portfolio</a></li>
  498.                                <li><a href="Testimonial.php">Testimonials</a></li>
  499.                                <li><a href="About-us.php">About Us</a></li>
  500.                                <li><a href="Contact-us.php">Contact Us</a></li>
  501.                           </ul>
  502.                        </nav>
  503.                   </div>
  504.  
  505.                   <!-- <div class="col-md-2">
  506.                       <ul class="socail-icons">
  507.                           <li>
  508.                               <a href="#">
  509.                                   <i class="fa fa-search" aria-hidden="true"></i>
  510.                               </a>
  511.                           </li>
  512.                           <li>
  513.                               <a href="#">
  514.                                   <i class="fa fa-shopping-cart" aria-hidden="true"></i>
  515.                               </a>
  516.                           </li>
  517.                           <li>
  518.                               <a href="#">
  519.                                   <i class="fa fa-heart" aria-hidden="true"></i>
  520.                               </a>
  521.                           </li>
  522.                       </ul>
  523.                   </div> -->
  524.               </div>
  525.           </div>
  526.    </header>
  527.    
  528.    <!-- Google Tag Manager -->
  529. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  530. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  531. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  532. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  533. })(window,document,'script','dataLayer','GTM-WMVCD7W6');</script>
  534. <!-- End Google Tag Manager -->
  535.  
  536. <!-- Google Tag Manager (noscript) -->
  537. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WMVCD7W6"
  538. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  539. <!-- End Google Tag Manager (noscript) -->
  540.      
  541.       <section class="Home-Five" style="background-image:     linear-gradient(
  542.      rgba(0, 0, 0, 0.40),
  543.      rgba(0, 0, 0, 0.40)
  544.    ), url('./Images/54397 (1) (1).jpg'); background-size:cover;padding: 40px 0px 0px 0px !Important;">
  545.        <div class="container" id="DOMContentLoaded">
  546.                    
  547.    <!-- modal -->
  548. <!--  <div class="modal fade" id="myModal" role="dialog">-->
  549. <!--    <div class="modal-dialog modal-dialog-centered">-->
  550. <!--        <div class="modal-content">-->
  551. <!--            <div class="modal-body">-->
  552. <!--                <div class="d-md-block row align-items-center">-->
  553. <!--                    <div class=" img-back col-md-6 col-sm-12">-->
  554. <!--                    </div>-->
  555. <!--                    <div class="col-md-6 col-sm-12 mob-wid" style="width:60%">-->
  556. <!--                        <center>-->
  557. <!--                            <form class="form-1" style="background-color:white" action="" method="post">-->
  558. <!--                        <h2 class="Font-f">SIGN UP TO AVAIL</h2>-->
  559. <!--                        <h2><span style="font-weight: 800;">THE 70% DISCOUNT OFFER</span></h2>-->
  560. <!--                        <h2 class="Font-f">GET A FREE CONSULTATION CALL</h2>-->
  561. <!--                        <p class="font">Enter Your Name Below.</p>-->
  562. <!--                        <input class="form-control" type="text" name="name" placeholder="YOUR NAME*" required>-->
  563. <!--                        <input class="form-control" type="text" name="name" placeholder="EMAIL ADDRESS*" required>-->
  564. <!--                        <button type="button" class="btn wid btn-warning m-20"><h4>GET 70% OFF NOW!</h4></button>-->
  565.                        <!--<input style="background-color:#ffb703;" class="btn wid btn-warning m-20" type="submit" name="submit" value="GET 70% OFF NOW!" required>-->
  566. <!--                        <h5 class="font">No discount, thanks</h5> -->
  567.                        
  568. <!--                                           <//?php-->
  569. <!--                                            if (isset($_GET['form']) && $_GET['form'] === 'success') {-->
  570. <!--                                            echo "<div><p> Mail Sent. Thank you " . $first_name . ", we will contact you shortly. </p></div>";-->
  571. <!--                                            echo "<script>$('#myModal').modal('hide');</script>";-->
  572. <!--                                              } -->
  573. <!--                                            ?>-->
  574. <!--                        </form></center>-->
  575. <!--                    </div>-->
  576. <!--                </div>-->
  577. <!--            </div>-->
  578. <!--        </div>-->
  579. <!--    </div>-->
  580. <!--</div>-->
  581.  
  582.  
  583.  
  584.            <div class="row">
  585.                <div class="col-md-6" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine"style="position:relative !Important;">
  586.                    <div>
  587.                        <h2 data-speed="0.10" data-revert="true" class="H2-45 C-White Font-Family-Poppins Text-Bold Line-Height-30">Normans Publishing Your Pathway to Exceptional Book Publishing</h2>
  588.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Embark on a journey of literary distinction with Normans Publishing – Your Premier Destination for Top-Ranked Book Craftsmanship. We take pride in unleashing brilliance onto every page, offering meticulous editing, captivating cover designs, and a commitment to the highest standards of quality.</p>
  589.                        <div class="btn-sec" style="margin-bottom:40px">
  590.                            <a href="./Book-publishing.php" class="Bg-White C-Black Font-Family-Poppins Font-Weight-600 Text-Decoration-None Font-Size-18 Text-Transfer-Capitilized">Get A Quote</a>
  591.                        </div>
  592.                        <img src="./Images/Group-51 (1) (1).png" alt="A collection of yellow and green triangles arranged together in a vibrant pattern" width="180">
  593.                        <span style="color:white;font-size:18px;margin-left:10px"> 4.96/5</span><br/><br/>
  594.                        <img src="./Images/trustpilot-logo (1) (1) (1) (1) (1) (1) (1).png" alt="A repetitive image of the words "top 10 business insider" stacked on top of each other, representing a list or ranking" width="200">
  595.                        <img src="./Images/clutch-2021 (1) (1) (1) (1) (1) (1).png" alt="Leading digital marketing agency of 2021, specializing in innovative strategies for online success" width="80">
  596.                        <img src="./Images/designrush_logo-300x300-1.jpg" alt="Leading content marketing agency of 2020" width="60">
  597.                    </div>
  598.                </div>
  599.                <div class="col-md-6" data-aos="zoom-in-up">
  600.                    <div class="img-col-right">
  601.                        <img class="size-image" src="./Images/front-view-professional-business-woman-suit (1) (2) (1) (1) (1) (1).png" alt="A woman wearing a yellow suit and black shirt" srcset="" data-speed="0.10" data-revert="true">
  602.                    </div
  603.                </div>
  604.            </div>
  605.        </div>
  606.    </section>
  607.    <section style="background: #023047;
  608.  background-color:#023047">
  609.  <div class="container-fluid" id="gallery" style="background: #023047;
  610.  background: #023047;" >
  611.    <!-- Gallery images -->
  612.    <img src="./Images/s1 (1) (1) (1).png" width="150" alt="">
  613.    <img src="./Images/s2 (1).png" width="150" alt="">
  614.    <img src="./Images/s3 (1) (1) (1).png" width="150" alt="">
  615.    <img src="./Images/s4 (1) (1).png" width="150" alt="">
  616.    <img src="./Images/s5 (1) (1) (1).png" width="150" alt="">
  617.    <img src="./Images/s6 (1) (1).png" width="150" alt="">
  618.    <img src="./Images/s7 (1).png" width="150" alt="">
  619.    <img src="./Images/s8 (1).png" width="150" alt="">
  620.    <img src="./Images/s9 (1).png" width="150" alt="">
  621.    <img src="./Images/s10 (1).png" width="150" alt="">
  622.    <img src="./Images/s6 (1) (1).png" width="150" alt="">
  623. </div>
  624. </section>
  625.        <section class="Home-Fiv">
  626.            <div class="Testimonials-Slider">
  627.        <div class="container-fluid">
  628.            <div class="row">
  629.                  <div class="col-md-4">
  630.                    <div class="img-col-rightt">
  631.                        <img src="./Images/101 (1)-min.jpg" alt="dutch & annie - george stump: A black and white image of Dutch and Annie standing next to a tree stump named George." srcset="">
  632.                    </div>
  633.                </div>
  634.                
  635.                <div class="col-md-8">
  636.                    <div>
  637.                        <h2 class="H2-45 C-White Font-Family-Poppins Text-Bold Line-Height-30"> Captivate Readers with Exceptional Prose Craftsmanship </h2>
  638.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Allow yourself to partake in an unprecedented adventure with our splendid prose technique. We stand out in the market of Normans Publishing. </p>
  639.                        <div class="btn-sec">
  640.                            <a href="./Contact-us.php" class="Bg-White C-Black Font-Family-Poppins Font-Weight-600 Text-Decoration-None Font-Size-18 Text-Transfer-Capitilized">Learn More</a>
  641.                        </div>
  642.                    </div>
  643.                </div>
  644.              
  645.            </div>
  646.            
  647.        </div>
  648.        
  649.        
  650.   <div class="container-fluid">
  651.            <div class="row">
  652.                  <div class="col-md-4">
  653.                    <div class="img-col-rightt">
  654.                        <img src="./Images/102 (1)-min (1).jpg" alt="Exit substance abuse, enter serenity - a path to recovery and peace, leaving behind addiction's grip." srcset="">
  655.                    </div>
  656.                </div>
  657.                
  658.                <div class="col-md-8">
  659.                    <div>
  660.                        <h2 class="H2-45 C-White Font-Family-Poppins Text-Bold Line-Height-30"> Ready to Pen Your Own Story? </h2>
  661.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Do you want to go on an adventure that is for the rest of your life? Immerse yourself into the realm of storytelling and let us help you share your story with the words!</p>
  662.                        <div class="btn-sec">
  663.                            <a href="./Book-publishing.php" class="Bg-White C-Black Font-Family-Poppins Font-Weight-600 Text-Decoration-None Font-Size-18 Text-Transfer-Capitilized">Publish Your Book</a>
  664.                        </div>
  665.                    </div>
  666.                </div>
  667.              
  668.            </div>
  669.            
  670.        </div>    
  671.        
  672.        
  673.        <div class="container-fluid">
  674.            <div class="row">
  675.                  <div class="col-md-4">
  676.                    <div class="img-col-rightt">
  677.                        <img src="./Images/103 (1)-min.jpg" alt="Autism: Embracing the Spectrum. A collage of images representing the diverse experiences and emotions associated with autism." srcset="">
  678.                    </div>
  679.                </div>
  680.                
  681.                <div class="col-md-8">
  682.                    <div>
  683.                        <h2 class="H2-45 C-White Font-Family-Poppins Text-Bold Line-Height-30"> High Royalties</h2>
  684.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Authors at Normans Publishing are paid 75% of net royalties, which is made possible with our delivery system. We also provide transparency over the distribution costs without inflating them.</p>
  685.                        <div class="btn-sec">
  686.                            <a href="#" class="Bg-White C-Black Font-Family-Poppins Font-Weight-600 Text-Decoration-None Font-Size-18 Text-Transfer-Capitilized">Royalties</a>
  687.                        </div>
  688.                    </div>
  689.                </div>
  690.              
  691.            </div>
  692.            
  693.        </div>
  694.        
  695.        
  696.         <div class="container-fluid">
  697.            <div class="row">
  698.                  <div class="col-md-4">
  699.                    <div class="img-col-rightt">
  700.                        <img src="./Images/104 (1)-min.jpg" alt="The Sea of Lost Souls by Donald Finn - a hauntingly beautiful artwork depicting a vast ocean filled with wandering spirits" srcset="">
  701.                    </div>
  702.                </div>
  703.                
  704.                <div class="col-md-8">
  705.                    <div>
  706.                        <h2 class="H2-45 C-White Font-Family-Poppins Text-Bold Line-Height-30"> Guidance and support </h2>
  707.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 "> While working with Normans Publishing, you would receive personalized help and mentorship at every step. Our team is committed to assisting you in obtaining the necessary guidance.</p>
  708.                        <div class="btn-sec">
  709.                            <a href="#" class="Bg-White C-Black Font-Family-Poppins Font-Weight-600 Text-Decoration-None Font-Size-18 Text-Transfer-Capitilized"> Guidance and Support </a>
  710.                        </div>
  711.                    </div>
  712.                </div>
  713.            </div>
  714.        </div>    
  715.    
  716.    </section>
  717. <section class="Home-Four1" style="padding: 1px 0px 40px 0px !Important">
  718.     <h1 class="C-White Font-Family-Poppins Text-Bold">Authors Achievements</h1>
  719.     <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Whatever the goal for your book may be, we're here for you step-by-step to help you reach the finish line</p>
  720.          <div class="Testimonials-Slider">
  721.        <div class="container-fluid">
  722.                <div class="row">
  723.                    <div class="Testimonials-Main-Sec">
  724.                    <div class="Image-Client" style="margin-top:0px !Important">
  725.                        <img src="./Images/auth1 (1) (1).jpg" alt="" srcset="">
  726.                    </div>
  727.                </div>
  728.                
  729.                </div>
  730.            </div>
  731.            
  732.              <div class="container-fluid">
  733.                <div class="row">
  734.                    <div class="Testimonials-Main-Sec">
  735.                    <div class="Image-Client" style="margin-top:0px !Important">
  736.                        <img src="./Images/auth2 (1) (1).jpg" alt="" srcset="">
  737.                    </div>
  738.                </div>
  739.                
  740.                </div>
  741.            </div>
  742.            </div>
  743.            <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 " style="padding-top:60px !Important">Normans Publishing offers authors the opportunity to sell their works directly to readers, allowing them to earn the most high royalties.</p>
  744.    </section>
  745.      
  746.        <section class="Home-Fiv">
  747.            <div class="Testimonials-Slider">
  748.   <div class="container-fluid">
  749.            <div class="row">
  750.                  <div class="col-md-5">
  751.                    <div class="img-col-rightt">
  752.                        <img src="./Images/Mahmood -04 (1) (1) (1).jpg" alt="A man wearing a blue shirt, standing confidently." srcset="">
  753.                    </div>
  754.                </div>
  755.                
  756.                <div class="col-md-7">
  757.                    <div>
  758.                        <h4 class="C-White Font-Family-Poppins Text-Bold"> Introduction</h4>
  759.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Thomas Gontarz, a passionate writer with a compelling story to tell, dreamt of becoming a successful author.</p>
  760.                         <h4 class="C-White Font-Family-Poppins Text-Bold"> Challenge</h4>
  761.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Thomas Gontarz struggled with traditional publishing avenues, facing rejection and limited exposure for her work.</p>
  762.                         <h4 class="C-White Font-Family-Poppins Text-Bold">Solutions & Financial Gains</h4>
  763.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 scroll-para">Normans Publishing offered Thomas Gontarz a comprehensive publishing platform with extensive marketing and support services.With the guidance of Normans Publishing, Thomas Gontarz successfully published her book, leveraging the platform's user-friendly tools and resources Thomas Gontarz's book gained widespread visibility, leading to a significant increase in sales and positive reviews.Within six months, Thomas Gontarz experienced a 200% increase in book sales, resulting in substantial royalties and additional income from related opportunities.</p>
  764.                    </div>
  765.                </div>
  766.              
  767.            </div>
  768.            
  769.        </div>    
  770.         <div class="container-fluid">
  771.            <div class="row">
  772.                  <div class="col-md-5">
  773.                    <div class="img-col-rightt">
  774.                        <img src="./Images/Mahmood -03 (1) (1) (1).jpg" alt="Older gentleman in blue suit with mustache" srcset="">
  775.                    </div>
  776.                </div>
  777.                
  778.                <div class="col-md-7">
  779.                    <div>
  780.                        <h4 class="C-White Font-Family-Poppins Text-Bold"> Introduction</h4>
  781.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Donald Webster, a fervent writer with a captivating narrative to share, aspired to achieve success as an author.</p>
  782.                         <h4 class="C-White Font-Family-Poppins Text-Bold"> Challenge</h4>
  783.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 "><span class="lnk-b"><a target="-blank" href="https://donaldwebster.org/">Donald Webster</a></span> faced hurdles with conventional publishing avenues, grappling with rejection and limited exposure for his work.</p>
  784.                         <h4 class="C-White Font-Family-Poppins Text-Bold">Solutions & Financial Gains</h4>
  785.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 scroll-para ">Mr.<span class="lnk-b"><a target="-blank" href="https://donaldwebster.org/">Donald Webster</a></span> found himself now completely absorbed by the Normans Publishing world which is represented by a beacon of light (illumination) comprising various marketing strategies, but his services with the company did not stop there. The knowledge and expertise that the team at Normans Publishing has made it possible for Donald to dive into the mysterious world of – using the software enriched with the required tools to make his debut happen. I am delighted to inform you that our book on this topic is now available on our site and various eBookstores. His writing with its far-reaching readership has caught the fancy of avid book readers and consequently, the title has earned a position among niche books. The spike in the sales of marketing tool, experienced by Donald was an amazing three hundred percent growth in just six months thus, with these, he gain the reasonable amount of royalties that could enable him to pursue other related activities.</p>
  786.                    </div>
  787.                </div>
  788.              
  789.            </div>
  790.            
  791.        </div>    
  792.         <div class="container-fluid">
  793.            <div class="row">
  794.                  <div class="col-md-5">
  795.                    <div class="img-col-rightt">
  796.                        <img src="./Images/Mahmood -01 (1) (1) (1) (1) (1).jpg" alt="A woman with short brown hair wearing a pink jacket." srcset="">
  797.                    </div>
  798.                </div>
  799.                
  800.                <div class="col-md-7">
  801.                    <div>
  802.                        <h4 class="C-White Font-Family-Poppins Text-Bold"> Introduction</h4>
  803.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Mia Capley, a passionate writer with a compelling story to tell, dreamt of becoming a successful author.</p>
  804.                         <h4 class="C-White Font-Family-Poppins Text-Bold"> Challenge</h4>
  805.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 "><span class="lnk-b"><a target="-blank" href="https://miacapley.com/">Mia Capley</a></span> encountered challenges with traditional publishing channels, contending with rejection and restricted exposure for her work.</p>
  806.                         <h4 class="C-White Font-Family-Poppins Text-Bold">Solutions & Financial Gains</h4>
  807.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 scroll-para"><span class="lnk-b"><a target="-blank" href="https://miacapley.com/">Mia Capley</a></span> turned out a complete publishing illuminating system in the Normans Publishing which integrated outstanding marketing plans and never ceasing after sales services. Working together with the professionals from Normans Publishing Mia Started understanding the features and tools, while she launched her book successfully. Here are the links to our website and to the e-book store where you can buy the book. It has gained a great attention of readers due to its widespread exposure, and now, this book has a fabulous demand and it has been highly rated by readers. Mia witnessed an unreal 300% boost in sales in just six months' time this led to huge royalty and money she got to work on related activities.</p>
  808.                    </div>
  809.                </div>
  810.              
  811.            </div>
  812.            
  813.        </div>    
  814.         <div class="container-fluid">
  815.            <div class="row">
  816.                  <div class="col-md-5">
  817.                    <div class="img-col-rightt">
  818.                        <img src="./Images/Mahmood -05 (1) (1).jpg" alt=" A woman in a green dress sitting on a bench in a park" srcset="">
  819.                    </div>
  820.                </div>
  821.                
  822.                <div class="col-md-7">
  823.                    <div>
  824.                        <h4 class="C-White Font-Family-Poppins Text-Bold"> Introduction</h4>
  825.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 "><span class="lnk-b"><a target="-blank" href="https://candy-kennedy.com/">Candy Kennedy</a></span>, an enthusiastic writer with a captivating narrative, aspired to achieve success as an author.</p>
  826.                         <h4 class="C-White Font-Family-Poppins Text-Bold"> Challenge</h4>
  827.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 "><span class="lnk-b"><a target="-blank" href="https://candy-kennedy.com/">Candy Kennedy</a></span> faced obstacles within conventional publishing avenues, grappling with rejection and limited visibility for her creative endeavors</p>
  828.                         <h4 class="C-White Font-Family-Poppins Text-Bold">Solutions & Financial Gains</h4>
  829.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 scroll-para"><span class="lnk-b"><a target="-blank" href="https://candy-kennedy.com/">Candy Kennedy</a></span> developed a comprehensive publishing enhtenment system at Kennedy Publications, incorporating exceptional marketing strategies and continuous post-sales services. Collaborating with the professionals at Kennedy Publications, Candy gained a deep understanding of the features and tools, successfully launching her book. For more information, you can visit our website and explore the e-book store where her work is available for purchase. The book garnered significant attention from readers, enjoying widespread exposure and earning high praise. Candy experienced an astounding 100% surge in sales within a brief six-month period, resulting in substantial royalties and funds for further related endeavors.</p>
  830.                    </div>
  831.                </div>
  832.              
  833.            </div>
  834.            
  835.        </div>    
  836.         <div class="container-fluid">
  837.            <div class="row">
  838.                  <div class="col-md-5">
  839.                    <div class="img-col-rightt">
  840.                        <img src="./Images/Mahmood -02 (1) (1) (1).jpg" alt="A well-dressed man standing amidst trees, wearing a suit and tie, exuding professionalism and elegance" srcset="">
  841.                    </div>
  842.                </div>
  843.                
  844.                <div class="col-md-7">
  845.                    <div>
  846.                        <h4 class="C-White Font-Family-Poppins Text-Bold"> Introduction</h4>
  847.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 "><span class="lnk-b"><a target="-blank" href="https://jamessandersauthor.com/">James Sanders</a></span>, a fervent writer with a compelling story to tell, dreamt of becoming a successful author.</p>
  848.                         <h4 class="C-White Font-Family-Poppins Text-Bold"> Challenge</h4>
  849.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 "><span class="lnk-b"><a target="-blank" href="https://jamessandersauthor.com/">James Sanders</a></span> faced challenges with traditional publishing avenues, grappling with rejection and limited exposure for his work.</p>
  850.                         <h4 class="C-White Font-Family-Poppins Text-Bold">Solutions & Financial Gains</h4>
  851.                         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 scroll-para">By means of <span class="lnk-b"><a target="-blank" href="https://jamessandersauthor.com/">James Sanders</a></span> professional approach, the Normans Publishing gave a full coverage, as James provided a smooth acquiring process that was not only accompanied by highly effective marketing programs but also continued services for our clients after sales. It was through cooperating with the people at Normans Printing; James now, realizes the process and tools and therefore he succeded to publish his book. For those interested in learning more about this topic, the link to our website and ebook store is provided below. Here, you can purchase our book and find out more about it. It drew many readers' attention on the whole, because of its all over exposure, and at this very moment this book is rated highly by the readers and is demanded fabulously. James found that royalty and money for the ones related to the activities came to him in huge royalties in just 6 months as there was 100% boost in sales.</p>
  852.                    </div>
  853.                </div>
  854.              
  855.            </div>
  856.            
  857.            
  858.        </div>    
  859.        
  860.        
  861.        
  862.    
  863.    </section>
  864.     <section class="Home-Six">
  865.         <div class="container">
  866.             <div class="row ali-cen">
  867.              <h2 class="C-White Font-Family-Poppins Text-Bold" style="margin-bottom:30px; margin-top:-40px">
  868.                    Top Tier Platforms Featuring Normans Publishing
  869.                </h2>
  870.                <p class="P-16 C-White Font-Family-Poppins">We are excited to announce the open call for article submission on these platforms. We welcome articles from diverse perspectives, covering a wide range of topics that provoke thought, inspire innovation, and spark meaningful conversations.</p>
  871.                <div class="col-md-3">
  872.                        <a href="https://nyweekly.com/business/normans-publishing-experience-effortless-publishing-success/" target="_blank">
  873.                            <img src="./Images/Untitled_design-removebg-preview (1).png" width="100%" alt="Green open book icon on white background" srcset="">
  874.                </div></a>
  875.                <div class="col-md-3">
  876.                    <a href="https://usbusinessnews.com/amazon-book-marketing-tips-for-effective-book-promotion/" target="_blank">
  877.                     <img src="./Images/US-BUSINESS-NEWS-LOGO-1.jpg" width="100%"  alt="Green open book icon on white background" srcset="">
  878.                     </a>
  879.                </div>
  880.                <div class="col-md-3">
  881.                    <a href="https://artistweekly.com/tips-for-creating-a-high-quality-book-trailer/" target="_blank">
  882.                     <img src="./Images/Untitled design (2).jpg" width="100%"  alt="Green open book icon on white background" srcset="">
  883.                     </a>
  884.                </div>
  885.                <div class="col-md-3">
  886.                    <a href="https://celebritynews.com/have-a-manuscript-let-the-experts-handle-the-rest/" target="_blank">
  887.                     <img src="./Images/Celebrity-News-Logo-002-removebg-preview.png" width="100%"  alt="Green open book icon on white background" srcset="">
  888.                     </a>
  889.                </div>
  890.             </div>
  891.             <div class="row ali-cen">
  892.                <div class="col-md-3">
  893.                    <a href="https://wallstreettimes.com/how-to-plan-and-host-a-successful-book-launch-event/" target="_blank">
  894.                     <img src="./Images/Untitled_design__1_-removebg-preview.png" width="100%"  alt="Green open book icon on white background" srcset="">
  895.                     </a>
  896.                </div>
  897.                <div class="col-md-3">
  898.                    <a href="https://usreporter.com/the-benefits-of-hiring-a-ghostwriter/" target="_blank">
  899.                     <img src="./Images/Untitled design (3).jpg" width="100%"  alt="Green open book icon on white background" srcset="">
  900.                     </a>
  901.                </div>
  902.                <div class="col-md-3">
  903.                    <a href="https://lawire.com/how-organic-engagement-helps-authors-find-success/" target="_blank">
  904.                     <img src="./Images/Untitled_design__1_-removebg-preview (1).png" width="100%"  alt="Green open book icon on white background" srcset="">
  905.                     </a>
  906.                </div>
  907.                <div class="col-md-3">
  908.                    <a href="https://usinsider.com/how-to-master-art-of-childrens-book-illustration/" target="_blank">
  909.                     <img src="./Images/Untitled_design__4_-removebg-preview.png" width="100%"  alt="Green open book icon on white background" srcset="">
  910.                     </a>
  911.                </div>
  912.             </div>
  913.             <div class="row ali-cen">
  914.                <div class="col-md-3">
  915.                    <a href="https://atlwire.com/why-do-you-need-experts-to-help-you-publish-your-book/" target="_blank">
  916.                     <img src="./Images/Untitled_design__2_-removebg-preview.png" width="100%"  alt="Green open book icon on white background" srcset="">
  917.                     </a>
  918.                </div>
  919.                <div class="col-md-3">
  920.                    <a href="https://realestatetoday.com/editing-and-proofreading-what-if-you-cant-do-it-yourself/" target="_blank">
  921.                     <img src="./Images/REAL-ESTATE-TODAY-LOGO-WHITE.png" width="100%" style="padding-top:15px"  alt="Green open book icon on white background" srcset="">
  922.                     </a>
  923.                </div>
  924.                <div class="col-md-3">
  925.                    <a href="https://economicinsider.com/professional-author-website-all-you-need-to-know/" target="_blank">
  926.                     <img src="./Images/ECONOMIC-INSIDER-LOGO-002.jpg" width="100%"   alt="Green open book icon on white background" srcset="">
  927.                     </a>
  928.                </div>
  929.                <div class="col-md-3">
  930.                    <a href="https://emonthlynews.com/tips-for-choosing-the-perfect-audiobook-narrator/" target="_blank">
  931.                     <img src="./Images/ENTERTAINMENT-MONTHLY-NEWS-LOGO-002.png" width="100%" style="padding-top:15px" alt="Green open book icon on white background" srcset="">
  932.                     </a>
  933.                </div>
  934.             </div>
  935.         </div>
  936.     </section>
  937.    <section class="Home-Third">
  938.        <div class="container">
  939.            <div class="row">
  940.                <h3 class="H3-35 C-White Font-Family-Poppins Font-Weight-600">
  941.                    Just need printed books?
  942.                </h3>
  943.                <p class="P-16 C-White Font-Family-Poppins">Get high-quality softcover or hardcover book printing (includes free shipping for orders of 25 books or more)</p>
  944.  
  945.                <ul class="Self-Publsh-Sec">
  946.                    <li>
  947.                        <img src="./Images/icon-home-publish-1 (1) (1).png" alt="Green open book icon on white background" srcset="">
  948.                        <a href="/book-printing-services.php" class="Text-Decoration"><h6 class="H6-18 C-White Font-Family-Poppins Font-Weight-600 Text-Decoration">Book Printing</h6></a>
  949.                    </li>
  950.                    <li>
  951.                        <img src="./Images/icon-home-ebooks-w (1) (1).png" alt="White and green tablet displaying a list of items" srcset="">
  952.                        <a href="/Ebook.php" class="Text-Decoration"><h6 class="H6-18 C-White Font-Family-Poppins Font-Weight-600 Text-Decoration">eBook Publishing</h6></a>
  953.                    </li>
  954.                    <li>
  955.                        <img src="./Images/icon-home-audiobooks-w (1) (1).png" alt="White phone with headphones on top" srcset="">
  956.                        <a href="/Audio-Book.php" class="Text-Decoration"><h6 class="H6-18 C-White Font-Family-Poppins Font-Weight-600 Text-Decoration">Audiobooks</h6></a>
  957.                    </li>
  958.                    <li>
  959.                        <img src="./Images/icon-home-editing-w (1).png" alt="A small icon depicting a checklist, symbolizing tasks or items that need to be completed or checked off" srcset="">
  960.                        <a href="/book-printing-services.php" class="Text-Decoration"><h6 class="H6-18 C-White Font-Family-Poppins Font-Weight-600 Text-Decoration">Book Editing & Formating</h6></a>
  961.                    </li>
  962.                    <li>
  963.                        <img src="./Images/icon-home-design-w (1).png" alt="" srcset="">
  964.                        <a href="/book-cover-design.php" class="Text-Decoration"><h6 class="H6-18 C-White Font-Family-Poppins Font-Weight-600 Text-Decoration">Book Design & Formatting</h6></a>
  965.                    </li>
  966.                    <li>
  967.                        <img src="./Images/icon-home-sell-w (1).png" alt="Icon of a dollar sign symbol, representing currency or money" srcset="">
  968.                        <a href="/Facebook-Ads-For-Author.php" class="Text-Decoration"><h6 class="H6-18 C-White Font-Family-Poppins Font-Weight-600 Text-Decoration">Sell Your Book</h6></a>
  969.                    </li>
  970.                </ul>
  971.  
  972.                <div class="btn-sec">
  973.                    <a href="#" class="Bg-White C-Black Font-Family-Poppins Font-Weight-600 Text-Decoration-None Font-Size-18">Explore Self-Publishing Package</a>
  974.                </div>
  975.            </div>
  976.        </div>
  977.    </section>
  978. <section class="Home-Six" style="padding:10px 0px !Important">
  979.              <div class="container-fuild">
  980.               <center><h2 class="C-White Font-Family-Poppins Text-Bold" style="margin-top:30px">How to Become a Best <span style="color:#023047">Selling Author</span></h2>
  981.                        <p class="P-16 C-White Font-Family-Poppins " style="width:900px">Achieve your dream of becoming a best-selling author with our comprehensive book writing, editing, publishing, and marketing services. Trust us to be your partner in your journey toward success.</p>
  982.               </center>
  983.                <div class="wrapper">
  984.        <div class="my-slider">
  985.            <div class="main-slide mar-top">
  986.                <div class="slider-head">
  987.                    <h1 class="slide-num">01</h1>
  988.                    <h3 class="slide-title">Ghost Writing</h3>
  989.                </div>
  990.                <div class="slide-body">
  991.                    <div class="slide-para custom-scrollbar">
  992.                        <p class="P-16 C-White Font-Family-Poppins ">Get your story written by the experts with our ghostwriting services. We bring your ideas to
  993.                            life with professional ghostwriting writing, editing, and publishing. Contact us today.</p>
  994.                    </div>
  995.  
  996.                    <div class="slide-img">
  997.                    </div>
  998.                    <img src="./Images/2 (1).jpg" class="img-slide" width="100" alt="">
  999.                </div>
  1000.            </div>
  1001.            <div class="main-slide">
  1002.                <div class="slider-head">
  1003.                    <h1 class="slide-num">02</h1>
  1004.                    <h3 class="slide-title">Editing</h3>
  1005.                </div>
  1006.                <div class="slide-body">
  1007.                    <div class="slide-para custom-scrollbar">
  1008.                        <p class="P-16 C-White Font-Family-Poppins ">Elevate your writing with our expert editing services. Our team of professionals provides
  1009.                            comprehensive editing, proofreading, and formatting to polish your work to perfection.
  1010.                            Contact us for more details.</p>
  1011.                    </div>
  1012.                    <div class="slide-img">
  1013.                    </div>
  1014.                    <img src="./Images/3  (1).jpg" class="img-slide" width="100" alt="">
  1015.                </div>
  1016.            </div>
  1017.            <div class="main-slide mar-top">
  1018.                <div class="slider-head">
  1019.                    <h1 class="slide-num">03</h1>
  1020.                    <h3 class="slide-title">Formatting </h3>
  1021.                </div>
  1022.                <div class="slide-body">
  1023.                    <div class="slide-para custom-scrollbar">
  1024.                        <p class="P-16 C-White Font-Family-Poppins ">Give your book a professional look with our formatting service. We provide comprehensive
  1025.                            formatting options for both print and digital formats. Contact us to learn more about our
  1026.                            services.</p>
  1027.                    </div>
  1028.                    <div class="slide-img">
  1029.                    </div>
  1030.                    <img src="./Images/4 (1).jpg" class="img-slide" width="100" alt="">
  1031.                </div>
  1032.            </div>
  1033.            <div class="main-slide">
  1034.                <div class="slider-head">
  1035.                    <h1 class="slide-num">04</h1>
  1036.                    <h3 class="slide-title">Publishing</h3>
  1037.                </div>
  1038.                <div class="slide-body">
  1039.                    <div class="slide-para custom-scrollbar">
  1040.                        <p class="P-16 C-White Font-Family-Poppins ">Make your book available to readers worldwide with our comprehensive publishing service. We
  1041.                            provide both print and digital publishing options to fit your needs. Contact us to get
  1042.                            started.</p>
  1043.                    </div>
  1044.                    <div class="slide-img">
  1045.                    </div>
  1046.                    <img src="./Images/5 (1).jpg" class="img-slide" width="100" alt="">
  1047.                </div>
  1048.            </div>
  1049.            <div class="main-slide mar-top">
  1050.                <div class="slider-head">
  1051.                    <h1 class="slide-num">05</h1>
  1052.                    <h3 class="slide-title">Printing</h3>
  1053.                </div>
  1054.                <div class="slide-body">
  1055.                    <div class="slide-para custom-scrollbar">
  1056.                        <p class="P-16 C-White Font-Family-Poppins ">Bring your book to life with our professional printing services. We provide high-quality
  1057.                            print options, including cover design and layout, to ensure your book looks its best.
  1058.                            Contact us for more information.</p>
  1059.                    </div>
  1060.                    <div class="slide-img">
  1061.                    </div>
  1062.                    <img src="./Images/6 (1).jpg" class="img-slide" width="100" alt="">
  1063.                </div>
  1064.            </div>
  1065.            <div class="main-slide">
  1066.                <div class="slider-head">
  1067.                    <h1 class="slide-num">06</h1>
  1068.                    <h3 class="slide-title">Marketing</h3>
  1069.                </div>
  1070.                <div class="slide-body">
  1071.                    <div class="slide-para custom-scrollbar">
  1072.                        <p class="P-16 C-White Font-Family-Poppins " >Maximize your book's potential with our comprehensive marketing services. Our team of experts
  1073.                            provides targeted strategies to help your book reach its intended audience. Contact us to
  1074.                            learn more about our services.</p>
  1075.                    </div>
  1076.                    <div class="slide-img">
  1077.                    </div>
  1078.                    <img src="./Images/7 (1).jpg" class="img-slide" width="100" alt="">
  1079.                </div>
  1080.            </div>
  1081.        </div>
  1082.    </div>
  1083.                
  1084.              
  1085.                
  1086.            </div>
  1087.    </section>
  1088. <section class="Book-Design-Four back-black">
  1089.        <div class="container">
  1090.            <div class="row">
  1091.                <div class="col-md-6">
  1092.                    <div class="img-col-right">
  1093.                        <img src="./Images/8-1-1 (1) (1).png" style="width:60% !Important" alt="Late Night Thoughts - A book cover featuring a serene night sky with stars, evoking contemplation and introspection." srcset="">
  1094.                    </div>
  1095.                </div>
  1096.  
  1097.                <div class="col-md-6">
  1098.                    <div style="text-align:left">
  1099.                        <h2 class="Annimated H2-45 C-White Font-Family-Poppins Text-Bold Line-Height-30">Empower Your Legacy Through Expert Self-Publishing Services!</h2>
  1100.                        <p class="P-16 C-White Font-Family-Poppins ">For us at Normans Publishing, it is crucial to understand that each author stands for their distinctive oblivion, story, and creative impact. We believe that these have to be treated as much sensitive when it comes to publishing. It is the goal of personalized publishing to make custom size services that will help you with your particular target and aspirations. Nobody shall doubt our spiritual excellency! The thinkers on our team will bring your artistic idea into reality by delivering such services as refining of the text, cover design that catches the eye, and the effective marketing methods.</p>
  1101.                        <p class="P-16 C-White Font-Family-Poppins ">Be completely rest assured that your book is going to be looked after in a professional and elaborate manner, you will reach out to various readers with your story. Let us as partners with you in helping you out in the distribution of your message through your book. And so through this, you can have long-term endurance with your book. Lean on us to book a stupendous journey for you! We are confident of our range of publications domains as well as we want to cater to the needs of our clients and therefore make them happy. We aim at offering competitive prices with our very own customer support personnel team that is always available.</p>
  1102.                    </div>
  1103.                </div>
  1104.            </div>
  1105.        </div>
  1106.    </section>
  1107.    <section class="Home-Four">
  1108.            <div class="container">
  1109.                <div class="row">
  1110.                    <div class="Testimonials-Main-Sec">
  1111.                    <h2 class="H2-45 C-Gold Font-Family-Poppins Text-Bold Text-Transfer-Capitilized">
  1112.                        Authors and Publishers Perspectives on Normans Publishing
  1113.                    </h2>i
  1114.                    </dv>
  1115.                    <div class="Testimonials-Slider">
  1116.  
  1117.                        <div class="Testimonails-inner">
  1118.                            <p class="P-16 C-White Font-Family-Poppins Line-Height-30">As a novice author, the multitude of options was daunting, but Normans Publishing quickly became my top choice. Their cost-effective packages and tailored assistance simplified the journey. Undoubtedly, they are among the finest book publishing choices for beginners.</p>
  1119.                            <div class="Author-Name">
  1120.                                <h4 class="H4-22 C-White Font-Family-Poppins Text-Bold"> Lisa G</h4>
  1121.                            </div>
  1122.                        </div>
  1123.  
  1124.                        <div class="Testimonails-inner">
  1125.                            <p class="P-16 C-White Font-Family-Poppins Line-Height-30">Choosing Normans Publishing was one of the best decisions I made as an author. Their team's passion for literature and commitment to excellence shines through in every aspect of their work.</p>
  1126.                            <div class="Author-Name">
  1127.                                <h4 class="H4-22 C-White Font-Family-Poppins Text-Bold">Jenny Chesterton
  1128. </h4>
  1129.                            </div>
  1130.                        </div>
  1131.  
  1132.                        <div class="Testimonails-inner">
  1133.                            <p class="P-16 C-White Font-Family-Poppins Line-Height-30">Normans Publishing not only published my book but also helped me navigate the complex world of marketing and distribution. I could not have asked for a better partner.</p>
  1134.                            <div class="Author-Name">
  1135.                                <h4 class="H4-22 C-White Font-Family-Poppins Text-Bold">Jonathan Forest</h4>
  1136.                            </div>
  1137.                        </div>
  1138.  
  1139.                        <div class="Testimonails-inner">
  1140.                            <p class="P-16 C-White Font-Family-Poppins ">Normans Publishing exceeded my expectations in every way. Their dedication to my project and the quality of their work truly set them apart.</p>
  1141.                            <div class="Author-Name">
  1142.                                <h4 class="H4-22 C-White Font-Family-Poppins Text-Bold">Roger Clifford</h4>
  1143.                            </div>
  1144.                        </div>
  1145.                    </div>
  1146.                </div>
  1147.            </div>
  1148.    </section>
  1149.    
  1150.    <section class="Home-Third" style="padding: 30px 0px !Important">
  1151.        <div class="container">
  1152.            <div class="row">
  1153.                <div class="col-md-3">
  1154.                    <img src="./Images/FRONT REV 2 (1) (1) (1).jpg" alt="A biblical study on the themes of God, life, and love" width="200" style="margin-top:90px !Important">
  1155.                </div>
  1156.                <div class="col-md-6">
  1157.                     <h3 class="H3-35 C-White Font-Family-Poppins Font-Weight-600" style="margin-bottom:20px !Important">
  1158.                    TV-Interview
  1159.                </h3>
  1160.                <video width="100%" controls href="https://www.yourcentralvalley.com/">
  1161.                   <source src="./Images/tv-interview.mp4" type="video/mp4">
  1162.                      Your browser does not support the video tag.
  1163.                   </video>
  1164.                </div>
  1165.                <div class="col-md-3">
  1166.                    <img src="./Images/DONNIE WEBSTER (1) (1) (1) (1) (1).png" alt="A colorful artwork depicting the essence of spirituality, vitality, and affection through intricate designs and vivid hues" width="400" style="margin-top:40px !Important">
  1167.                </div>
  1168.            </div>
  1169.          
  1170.  
  1171.        </div>
  1172.    </section>
  1173.    
  1174.     <section class="Home-Fiv">
  1175.            <div class="Testimonials-Slider">
  1176.        <div class="container-fluid slide1">
  1177.            <div class="row">
  1178.                  <div class="col-md-5">
  1179.                    <div class="img-col-rightt">
  1180.                        <img src="./Images/B-1 (1)-min.png" alt="A bearded man wearing glasses sits on the ground, engrossed in writing." srcset="">
  1181.                    </div>
  1182.                </div>
  1183.                
  1184.                <div class="col-md-7">
  1185.                    <div>
  1186.                        <h2 class="H2-45 mat Font-Family-Poppins Text-Bold pad-t font-s"> ILLUSTRATE YOUR DREAM </h2>
  1187.                        <p class="P-16 mat p-mat Font-Family-Poppins font-s">Let our artists add depth and beauty to your narrative with bespoke illustration.</p>
  1188.                        <button class="butn-slider-b"><a style=" color:white;" href="./book-Illustrations.php" class="Font-Family-Poppins Text-Decoration-None">MORE</a></button>
  1189.                    </div>
  1190.                </div>
  1191.              
  1192.            </div>
  1193.            
  1194.        </div>
  1195.        
  1196.        
  1197.   <div class="container-fluid slide2">
  1198.            <div class="row">
  1199.                  <div class="col-md-5">
  1200.                    <div class="img-col-rightt">
  1201.                        <img src="./Images/B-2 (1)-min.png" alt="Book cover for the book 'Branki Robak' A vibrant design featuring the title and author's name, with an intriguing illustration." srcset="">
  1202.                    </div>
  1203.                </div>
  1204.                
  1205.                <div class="col-md-7">
  1206.                    <div class="left-pad">
  1207.                        <h2 class="H2-45 mat-o Font-Family-Poppins Text-Bold pad-t font-s"> UNLOCK THE DIGITAL REALM OF STORRYTELLING</h2>
  1208.                        <p class="P-16 p-mat-o Font-Family-Poppins font-s">With our captivating E-book, dive into a world of imagination!</p>
  1209.                        <button class="butn-slider-o"><a style=" color:white;" href="./eBook-Publishing-Conversion.php" class="Font-Family-Poppins Text-Decoration-None">MORE</a></button>
  1210.                    </div>
  1211.                </div>
  1212.              
  1213.            </div>
  1214.            
  1215.        </div>    
  1216.        
  1217.        
  1218.        <div class="container-fluid">
  1219.            <div class="row back-img">
  1220.                  <div class="col-md-5">
  1221.                    <div class="img-col-rightt">
  1222.                        <img src="./Images/B-3N (1)-min.png" alt="Wings of Dawn by Linda Harrison - a vibrant artwork depicting colorful wings emerging from a sunrise" srcset="">
  1223.                    </div>
  1224.                </div>
  1225.                
  1226.                <div class="col-md-7">
  1227.                   <center> <div>
  1228.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold pad-t font-s">Turn your manuscript into a masterpiece with our professional book printing.</h2>
  1229.                        <button class="butn-slider-o"><a style=" color:white;" href="./book-printing-services.php" class="Font-Family-Poppins Text-Decoration-None">MORE</a></button>
  1230.                    </div></center>
  1231.                </div>
  1232.              
  1233.            </div>
  1234.            
  1235.        </div>
  1236.        
  1237.        
  1238.         <div class="container-fluid slide1">
  1239.            <div class="row">
  1240.                  <div class="col-md-5">
  1241.                    <div class="img-col-rightt">
  1242.                        <img src="./Images/B-4 (1)-min.jpg" alt="A woman enjoying nature, wearing headphones, and engrossed in a book while sitting on the grass." srcset="">
  1243.                    </div>
  1244.                </div>
  1245.                
  1246.                <div class="col-md-7">
  1247.                    <div class="left-pad">
  1248.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold pad-t font-s">Turn your books into an adventure with our captivating audiobook!</h2>
  1249.                        <button class="butn-slider-b"><a style=" color:white;" href="./Audio-Book.php" class="Font-Family-Poppins Text-Decoration-None">MORE</a></button>
  1250.                    </div>
  1251.                </div>
  1252.            </div>
  1253.        </div>
  1254.        
  1255.        <div class="container-fluid slide2">
  1256.            <div class="row">
  1257.                  <div class="col-md-5">
  1258.                    <div class="img-col-rightt">
  1259.                        <img src="./Images/B-5 (2)-min-min.jpg" alt="A woman confidently holds a microphone, standing in front of a majestic building." srcset="">
  1260.                    </div>
  1261.                </div>
  1262.                
  1263.                <div class="col-md-7">
  1264.                    <div class="left-pad">
  1265.                        <p class="p-mat-w Font-Family-Poppins pad-t font-s">Catch our <span style="color:orange">TV interview</span> for an in-depth conversation about the transformative power of <span style="color:orange">books</span> & our role in shaping narratives.</p>
  1266.                        <button class="butn-slider-o"><a style=" color:white;" href="https://www.ktsm.com/news/studio-9/studio-9-eric-jenny-book/" class="Font-Family-Poppins Text-Decoration-None">MORE</a></button>
  1267.                    </div>
  1268.                </div>
  1269.              
  1270.            </div>
  1271.            
  1272.        </div>    
  1273.        
  1274.    
  1275.    </section>
  1276.    <section class="Home-Third" style="padding: 30px 0px !Important; background-color:#ffb703 !Important">
  1277.        <div class="container">
  1278.            <div class="row">
  1279.                <h3 class="H3-35 C-White Font-Family-Poppins Font-Weight-600" style="margin-bottom:20px !Important">
  1280.                    Video Book Trailer
  1281.                </h3>
  1282.                <div class="col-md-6">
  1283.                    <video width="100%" height="330" controls poster="./Images/mockup (1) (1) (1) (1) (1).png" controls>
  1284.                      <source src="./Images/Howard Rotberg 3 (1) (1) (1) (1).mp4" type="video/mp4">
  1285.                        Your browser does not support the video tag.
  1286.                    </video>
  1287.                </div>
  1288.                <div class="col-md-6">
  1289.                    <video width="100%" controls poster="./Images/Untitled-2 (1) (1).jpg" href="https://www.yourcentralvalley.com/">
  1290.                        <source src="./Images/Video Book Trailor (1) (1) (1) (1) (1).mp4" type="video/mp4">
  1291.                     </video>
  1292.                </div>
  1293.                
  1294.            </div>
  1295.          
  1296.  
  1297.        </div>
  1298.    </section>
  1299.    
  1300.   <section class="Home-Five">
  1301.        <div class="container">
  1302.            <div class="row">
  1303.                <div class="col-md-6">
  1304.                    <div>
  1305.                        <h2 class="H2-45 C-White Font-Family-Poppins Text-Bold Line-Height-30">Elevate Your Story with Normans Book Printing Services</h2>
  1306.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Experience superior book printing with Normans Publishing. Our dedicated team crafts masterpieces, ensuring precision and vibrancy. Elevate your narrative with premium materials and attention to detail. Trust Normans Publishing for unmatched excellence in book printing services.</p>
  1307.                        <div class="btn-sec">
  1308.                            <a href="./book-printing-services.php" class="Bg-White C-Black Font-Family-Poppins Font-Weight-600 Text-Decoration-None Font-Size-18 Text-Transfer-Capitilized">Print Your Book</a>
  1309.                        </div>
  1310.                    </div>
  1311.                </div>
  1312.                <div class="col-md-6">
  1313.                    <div class="img-col-right zoom-in-out">
  1314.                        <img src="./Images/audiobooks-phones-min.png" alt="Two men collaborating on a laptop in a library, engrossed in their work" srcset="">
  1315.                    </div>
  1316.                </div>
  1317.            </div>
  1318.        </div>
  1319.    </section>
  1320. <section class="Home-Six">
  1321.        <div class="container">
  1322.            <div class="row">
  1323.                <div class="col-md-6">
  1324.                    <div class="img-col-right zoom-in-out">
  1325.                        <img src="./Images/home-selfpub-uncrop-min.png" alt=" A color printing machine in a factory, producing vibrant prints efficiently" srcset="">
  1326.                    </div>
  1327.                </div>
  1328.  
  1329.                <div class="col-md-6">
  1330.                    <div>
  1331.                        <h2 class="Annimated H2-45 C-White Font-Family-Poppins Text-Bold Line-Height-30">Publish Your Book With Normans Publishing</h2>
  1332.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Experience your book publishing service Normans Publishing. Our meticulous process brings your stories to world, reflecting their timeless essence. Trust our commitment to excellence as we transform words into enduring narratives. Choose Normans Publishing for unparalleled quality in publishing.</p>
  1333.                        <div class="btn-sec">
  1334.                            <a href="./Book-publishing.php" class="Bg-White C-Black Font-Family-Poppins Font-Weight-600 Text-Decoration-None Font-Size-18 Text-Transfer-Capitilized">Publish Your Book</a>
  1335.                        </div>
  1336.                    </div>
  1337.                </div>
  1338.            </div>
  1339.        </div>
  1340.    </section>
  1341. <section class="Home-Seven">
  1342.        <div class="container">
  1343.            <div class="row">
  1344.                <div class="col-md-6">
  1345.                    <div>
  1346.                        <h2 class="H2-45 C-White Font-Family-Poppins Text-Bold Line-Height-30">Unleash the Power of Your Book with Normans Publishing</h2>
  1347.                        <p class="P-16 C-White Font-Family-Poppins padding-T-B-20 ">Amidst a bustling book fair, enthusiasts delve into diverse titles, drawn by the promise of new worlds. Conversations ignite, recommendations flow, and the air hums with literary discussions. Here, bibliophiles connect, exchange stories, and celebrate the magic of words. In this vibrant tapestry, discovery and appreciation intertwine, weaving a rich fabric of literary exploration.</p>
  1348.                        <div class="btn-sec">
  1349.                            <a href="./book-distribution.php" class="Bg-White C-Black Font-Family-Poppins Font-Weight-600 Text-Decoration-None Font-Size-18 Text-Transfer-Capitilized">Sell Your Book</a>
  1350.                        </div>
  1351.                    </div>
  1352.                </div>
  1353.  
  1354.                <div class="col-md-6">
  1355.                    <div class="img-col-right zoom-in-out">
  1356.                        <img src="./Images/home-singlebook-tablet-min.png" alt="People browsing books at a book fair, exploring various titles and engaging in literary discussions" srcset="">
  1357.                    </div>
  1358.                </div>
  1359.            </div>
  1360.        </div>
  1361.    </section>
  1362.     <section class="Home-Four1" style="padding: 1px 0px 40px 0px !Important">
  1363.    
  1364.     <div class="container">
  1365.         <h1 class="C-White Font-Family-Poppins Text-Bold" style="padding-top:20px">OUR CLIENTS SIMPLY LOVE OUR WORK</h1>
  1366.         <p class="P-16 C-White Font-Family-Poppins padding-T-B-20">Book Writing Services is a writing hub where we cater to all! We make sure that your story is both visually pleasing and readable. Keeping in mind the importance of first impressions, we make sure the book catches the interest of the readers and is unputdownable. The best parts of your book are placed at the front and the center so that it immediately catches the attention of the readers. Our clients love us for our work and talent. Give your book writing dream a perfect place to bloom with Book Writing Services</p>
  1367.         <div class="row">
  1368.            <div class="col-md-6 scroll-par" id="scrolling-text">
  1369.    <div id="scrolling-content" style="text-align:left">
  1370.        <!-- Your content goes here -->
  1371.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1372.        <h1 class="C-White Font-Family-Poppins Text-Bold">Christopher Solomon</h1>
  1373.        <p class="P-16 C-White Font-Family-Poppins">Normans Publishing has published three books for me. They keep me in the loop of information all the way from submitting manuscripts to when the final printing is done. I have checked other publishing companies and Normans Publishing is very competitive in pricing and professional in workmanship and handling the job from start to finish. They will explain everything in detail even if it is your first book or your third book. I am comfortable with their operation. Oh, and did I mention, Trevor was of great help, once I got connected, he explained everything.</p>
  1374.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1375.        <h1 class="C-White Font-Family-Poppins Text-Bold">Michael Taylor</h1>
  1376.        <p class="P-16 C-White Font-Family-Poppins">Thank you, Bret, and all at Normans for this experience. I am into my third book and it will be coming to you. Hope the prices don't rise!! Laurel T. Massey.</p>
  1377.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1378.        <h1 class="C-White Font-Family-Poppins Text-Bold">Luke Danes</h1>
  1379.        <p class="P-16 C-White Font-Family-Poppins">I was blown away by the quality of the book cover design provided by Normans Publishing. They truly captured the essence of my book and created a stunning cover that caught the attention of readers.</p>
  1380.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1381.        <h1 class="C-White Font-Family-Poppins Text-Bold">Jason Medina</h1>
  1382.        <p class="P-16 C-White Font-Family-Poppins">Normans Publishing was perfect! All of the information to get your book in print was on their sight and all we did was follow it. The process was new to us, but very easy to go over step by step. The book arrived perfect, and the job was very professional, exceeding our expectations and time schedule</p>
  1383.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1384.        <h1 class="C-White Font-Family-Poppins Text-Bold">Portia Fey</h1>
  1385.        <p class="P-16 C-White Font-Family-Poppins">Normans Publishing is the best! I am an accomplished writer myself and I was pretty excited to get my work done from these guys. Perhaps the biggest compliment I can give these guys is that I learned a thing or two about writing compelling content throughout the timeline of my project. Of course, this only happened because they kept me in the loop from start to finish. Keep up the good work guys.</p>
  1386.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1387.        <h1 class="C-White Font-Family-Poppins Text-Bold">John Sumner</h1>
  1388.        <p class="P-16 C-White Font-Family-Poppins">This is a special shoutout to Ryan Cooper and his team in Normans Publishing because they managed to conjure up a well-thought-out memoir for me so I could gift it to my wife on our wedding. To read your own biography as if it was a fairytale is probably the best wedding gift and I know now that the ghostwriters at Normans Publishing are up to the challenge.</p>
  1389.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1390.        <h1 class="C-White Font-Family-Poppins Text-Bold">Callum Burns</h1>
  1391.        <p class="P-16 C-White Font-Family-Poppins">Normans Publishing has the BEST customer service! They are fast, efficient, and incredibly helpful. They take great care of their customers and are always available to assist with any question or concern. I have been very impressed with their follow-through and communication.</p>
  1392.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1393.        <h1 class="C-White Font-Family-Poppins Text-Bold">Gavin Sanchez</h1>
  1394.        <p class="P-16 C-White Font-Family-Poppins">Normans Publishing made my publishing journey smooth. The staff was not only professional but also enthusiastic about my project. They provide valuable insights, excellent formatting, and a stunning book cover design.</p>
  1395.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1396.        <h1 class="C-White Font-Family-Poppins Text-Bold">Gabriella Clark</h1>
  1397.        <p class="P-16 C-White Font-Family-Poppins">Once again, my print work with Normans is outstanding. Great customer service, printing that exceeds expectations, and relatively quick turnaround. All around fantastic and my books look gorgeous.</p>
  1398.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1399.        <h1 class="C-White Font-Family-Poppins Text-Bold">Sarah Murphy</h1>
  1400.        <p class="P-16 C-White Font-Family-Poppins">This is the third time I have ordered our book publishing services and the people have been helpful and pleasant. They do what they said and promptly. I enjoy working with these people.   </p>
  1401.        <img src="./Images/trustpilot_icon.jpg" alt="" srcset="">
  1402.        <h1 class="C-White Font-Family-Poppins Text-Bold">Evan Kline</h1>
  1403.        <p class="P-16 C-White Font-Family-Poppins">I am a beginning author. I have never been published before, unless you count High School Literary Magazines. But working with Joe at Norman's Publishing made the process seem easy. Joe and his team were very supportive throughout. Normans may be a bit more expensive than others but they are well worth the cost.</p>
  1404.        
  1405.    </div>
  1406. </div>
  1407.             <div class="col-md-6" style="400px">
  1408.                 <a href="https://www.trustpilot.com/review/normanspublishing.com" target="_blank"><img src="./Images/testimonial_right.png" width="90%" alt="" srcset=""></a>
  1409.             </div>
  1410.         </div>
  1411.     </div>
  1412.    </section>
  1413.    </div>    
  1414.    <center>
  1415.    <section class="Home-Fiv" style="padding-top:20px" id="odometerSection">
  1416.    <h2 class="H2-45 C-White Font-Family-Poppins Text-Bold" style="padding-bottom:20px">
  1417.                   Normans Publishing at a quick glance
  1418.                    </h2>
  1419.    <div class="container-fluid >
  1420.   <div class="row">
  1421.    <div class="col-md-4 boder-r" style="padding-bottom: 20px;">
  1422.        <main style="display: inline-block;border-radius: 10px;padding: 10px;text-align: center;">
  1423.  <div style="font-size: 65px;color:#ffb703;font-weight: 700;padding-bottom:25px;" class="odometer" id="odometer">0</div><span  style="font-size: 65px;color:#ffb703;font-weight: 700;">+</span>
  1424.  <h3 style="font-size: 22px;color:white;">Published Authors</h3>
  1425. </main>
  1426.    </div>
  1427.  
  1428.    <div class="col-md-4 boder-r" style="padding-bottom: 20px;">
  1429.        <main style="display: inline-block;border-radius: 10px;padding: 10px;text-align: center;">
  1430.  <div style="font-size: 65px;color:#ffb703;font-weight: 700;padding-bottom:15px;" class="odometer" id="odometer1">0</div><span style="font-size: 65px;color:#ffb703;font-weight: 700;padding-top: 100px;">+</span>
  1431.  <h3 style="font-size: 22px;color:white;">Returning Authors</h3>
  1432. </main>
  1433.    </div>
  1434.  
  1435.    <div class="col-md-4" style="padding-bottom: 20px;">
  1436.       <main style="display: inline-block;border-radius: 10px;padding: 10px;text-align: center;">
  1437.  <div style="font-size: 65px;color:#ffb703;font-weight: 700;padding-bottom:15px;" class="odometer" id="odometer2">0</div><span  style="font-size: 65px;color:#ffb703;font-weight: 700;">+</span>
  1438.  <h3 style="font-size: 22px;color:white;">Retail partners worldwide</h3>
  1439.  
  1440. </main>
  1441.    </div>
  1442. </div>
  1443. </div>
  1444. </section>
  1445. </center>
  1446.    <section class="Home-Four1">
  1447.          <div class="Testimonials-Slider">
  1448.        <div class="container-fluid slide1">
  1449.            <div class="row">
  1450.             <div class="col-md-4">
  1451.                    <div class="img-col-rightt">
  1452.                        <img src="./Images/index1-min (1) (1)-min.png" alt="Cover of 'Only Time Will Tell' by McKenzie McCoy - A captivating book cover with bold typography and a mysterious background image." srcset="">
  1453.                    </div>
  1454.                </div>
  1455.                
  1456.                <div class="col-md-8">
  1457.                    <div>
  1458.                        <p class="p-mat-w Font-Family-Poppins pad-t font-s-35">Working with Normans Publishing throughout the publishing journey has been incredibly rewarding. I wholeheartedly endorse Normans Publishing to fellow writers.
  1459. </p>
  1460.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold" style="margin-top:80px">Author</h2>
  1461.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold">Mia Capley</h2>
  1462.                    </div>
  1463.                </div>
  1464.                
  1465.           </div>
  1466.          
  1467.            </div>
  1468.            <div class="container-fluid slide1">
  1469.            <div class="row">
  1470.             <div class="col-md-4">
  1471.                    <div class="img-col-rightt">
  1472.                        <img src="./Images/index2-min (1) (1)-min.png" alt="A lonely bird sits atop three books, with one book titled "The Sad Story." srcset="">
  1473.                    </div>
  1474.                </div>
  1475.                
  1476.                <div class="col-md-8">
  1477.                    <div>
  1478.                        <p class="p-mat-w Font-Family-Poppins pad-t font-s-35 mob-font-size">This company stands out as expectional and reliable, a rarity in the industry. They are transparents regarding phone and email channels.</p>
  1479.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold" style="margin-top:80px">Author</h2>
  1480.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold">Thomas Gontarz</h2>
  1481.                    </div>
  1482.                </div>
  1483.                
  1484.           </div>
  1485.          
  1486.            </div>
  1487.            <div class="container-fluid slide1">
  1488.            <div class="row">
  1489.             <div class="col-md-4">
  1490.                    <div class="img-col-rightt">
  1491.                        <img src="./Images/index3-min (1) (1) (1) (1).png" alt="'Ron McClelland''s' 'finest candy selection, the ultimate choice for sweet indulgence" srcset="">
  1492.                    </div>
  1493.                </div>
  1494.                
  1495.                <div class="col-md-8">
  1496.                    <div>
  1497.                        <p class="p-mat-w Font-Family-Poppins pad-t font-s-35 mob-font-size">Partnering with Normans Publishing Empowered me to manage my marketing, banking, scheduling, design, editing, and various other aspects of the publishing process.</p>
  1498.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold" style="margin-top:80px">Author</h2>
  1499.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold">Keith Roberson</h2>
  1500.                    </div>
  1501.                </div>
  1502.                
  1503.           </div>
  1504.          
  1505.            </div>
  1506.            <div class="container-fluid slide1">
  1507.            <div class="row">
  1508.             <div class="col-md-4">
  1509.                    <div class="img-col-rightt">
  1510.                        <img src="./Images/index4-min (1) (1) (1) (1).png" alt="Fools of April by Jason Kern: A whimsical artwork depicting playful and mischievous characters celebrating April Fools Day." srcset="">
  1511.                    </div>
  1512.                </div>
  1513.                
  1514.                <div class="col-md-8">
  1515.                    <div>
  1516.                        <p class="p-mat-w Font-Family-Poppins pad-t font-s-35 mob-font-size">Normans Publishing provides a wide array of packages, simplifying the process for authors. Regardless of your available to suit your needs.</p>
  1517.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold" style="margin-top:80px">Author</h2>
  1518.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold">Bernard Gardens Desjaroins</h2>
  1519.                    </div>
  1520.                </div>
  1521.                
  1522.           </div>
  1523.          
  1524.            </div>
  1525.            <div class="container-fluid slide1">
  1526.            <div class="row">
  1527.             <div class="col-md-4">
  1528.                    <div class="img-col-rightt">
  1529.                        <img src="./Images/index5-min (1) (1) (1) (1) (1) (1) (1).png" alt="Book cover for 'Sad Hounds': A melancholic image featuring two hounds with sorrowful expressions, evoking a sense of sadness and longing." srcset="">
  1530.                    </div>
  1531.                </div>
  1532.                
  1533.                <div class="col-md-8">
  1534.                    <div>
  1535.                        <p class="p-mat-w Font-Family-Poppins pad-t font-s-35 mob-font-size">Thanks to Normans Publishing, I've achieved my dreams of becoming a published author. Their team of experts ensures top-notch services, providing peace of mind throughout the publishing process.</p>
  1536.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold" style="margin-top:80px">Author</h2>
  1537.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold">A.J Harrison</h2>
  1538.                    </div>
  1539.                </div>
  1540.                
  1541.           </div>
  1542.          
  1543.            </div>
  1544.            <div class="container-fluid slide1">
  1545.            <div class="row">
  1546.             <div class="col-md-4">
  1547.                    <div class="img-col-rightt">
  1548.                        <img src="./Images/DONNIE WEBSTER (1) (1) (1) (1) (1).png" alt="Book cover for 'Sad Hounds': A melancholic image featuring two hounds with sorrowful expressions, evoking a sense of sadness and longing." srcset="">
  1549.                    </div>
  1550.                </div>
  1551.                
  1552.                <div class="col-md-8">
  1553.                    <div>
  1554.                        <p class="p-mat-w Font-Family-Poppins pad-t font-s-35 mob-font-size">Working with Normans Publishing was a game-changer for me. Their team guided me through every step of the publishing process, from editing to marketing. They were attentive to my needs and provided invaluable advice. Thanks to their expertise, my book reached a wider audience than I ever imagined.</p>
  1555.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold" style="margin-top:80px">Author</h2>
  1556.                        <h2 class="H2-45 p-mat-w Font-Family-Poppins Text-Bold">Donald Webster</h2>
  1557.                    </div>
  1558.                </div>
  1559.                
  1560.           </div>
  1561.          
  1562.            </div>
  1563.            </div>
  1564.            
  1565.            
  1566.    </section>
  1567.    
  1568.  
  1569.    <section class="Home-Nine">
  1570.        <div class="container">
  1571.            <div class="row">
  1572.                <h2 class="H2-45 C-White Font-Family-Poppins Text-Bold">
  1573.                    Sell your book everywhere
  1574.                </h2>
  1575.                <p class="P-16 C-White Font-Family-Poppins">Distribute your book worldwide on Amazon, Barnes & Noble, and through dozens of other stores</p>
  1576.                <div class="Home-brand-Img">
  1577.                        <img src="./Images/logos-home-distribution (1).png" alt="" srcset="">
  1578.                    </div>
  1579.            </div>
  1580.        </div>
  1581.    </section>
  1582.  
  1583.   <section class="Display-Ads-Four">
  1584.        <div class="container">
  1585.            <div class="row">
  1586.                <div class="col-md-12">
  1587.                    <h2 class="H2-45 C-White Font-Family-Poppins Text-Bold">
  1588.                   Browse Through Our Selection of Published Titles
  1589.                    </h2>
  1590.                    <p class="P-16 C-White Font-Family-Poppins">At Normans Publishing, we pride ourselves on assisting numerous authors in successfully bringing their ebooks to market, making their words accessible worldwide. Rest assured, we'll ensure your work is published on prominent platforms like <span class="lnk-o"><a target="_blank" href="https://kdp.amazon.com/en_US/">Amazon</a></span>, <span class="lnk-o"><a target="_blank" href="https://kindlepublishing.agency/">Kindle</a></span>, <span class="lnk-o"><a target="_blank" href="https://www.barnesandnoble.com/">Barnes & Noble</a></span> , and more. Many of our published books have achieved bestseller status, and yours could be next in line!</p>
  1591.                </div>
  1592.                <div class="marquee">
  1593.    <div class="marquee-inner">
  1594.        <img width="200" src="./Images/1 (1).jpg" alt="A colorful bouquet of assorted flowers in a glass vase on a wooden table">
  1595.        <img width="200" src="./Images/2 (1).jpg" alt="A pig with insatiable hunger, gobbling up all the food in its path">
  1596.        <img width="200" src="./Images/3  (1).jpg" alt="Clock face with hands pointing to different times, symbolizing the concept of time and its passing">
  1597.        <img width="200" src="./Images/4 (1).jpg" alt=" A beautiful Norwegian bride in traditional attire on a book cover">
  1598.        <img width="200" src="./Images/5 (1).jpg" alt="Cover of Secrets Revealed: A captivating book cover with a mysterious design, hinting at hidden knowledge and intrigue.">
  1599.        <img width="200" src="./Images/6 (1).jpg" alt="No issues by Dwight Jackson - A serene image capturing a peaceful moment, devoid of any problems or complications.">
  1600.        <img width="200" src="./Images/7 (1).jpg" alt="Romance Dawn by Jennifer Kennedy - A beautiful painting depicting a serene sunrise over a calm ocean.">
  1601.        <img width="200" src="./Images/8 (1).jpg" alt="Cover of 'The Chronicles of Dark Prophecy: Whispering Shadows, The Lost Sorcerer' book.">
  1602.        <img width="200" src="./Images/9 (1).jpg" alt="A superhero standing tall, ready to defend the earth against its destroyer.">
  1603.        <img width="200" height="312" src="./Images/FRONT (1) (1) (2).jpg" alt="Cover of Only Time Will Tell: An Elizabethan Peace Mystery featuring intricate design with a mysterious aura">
  1604.        <img width="200" height="312" src="./Images/FRONT copy (1) (1) (1).jpg" alt="The Pineapple Empire by Jim Sanders - A captivating image showcasing the legacy of the pineapple industry">
  1605.        <img width="200" height="312" src="./Images/11 (1) (1) (1).jpg" alt="A man hiking through a forest, exploring nature and embarking on life's adventures.">
  1606.        <img width="200" height="312" src="./Images/12 (1) (1) (1) (1).jpg" alt="Movie poster for Black Princess Lula Box, featuring a young princess with a crown, surrounded by a magical forest.">
  1607.        <img width="200" height="312" src="./Images/13 (1) (1).jpg" alt="Movie poster for Black Princess Lula Box, featuring a young princess with a crown, surrounded by a magical forest.">
  1608.        <img width="200" height="312" src="./Images/3333.jpg" alt="Cover of Anne with title 'Anne' in elegant cursive font on a white background">
  1609.        <img width="200" height="312" src="./Images/FRONT (1) (1) (1).jpg" alt="Poster for Mortal Combat: Animals fiercely battle in an epic showdown, showcasing their strength and determination.">
  1610.        <img width="200" height="312" src="./Images/Robert Williams Front (1) (1).jpg" alt="Messengers delivering important news, holding scrolls and wearing messenger bags">
  1611.        <img width="200" height="312" src="./Images/FRONT REV 2 (1) (1) (1).jpg" alt="A biblical study on God, life, and love">
  1612.    </div>
  1613. </div>
  1614.  
  1615.            </div>
  1616.        </div>
  1617.    </section>
  1618.    <section class="Home-Five">
  1619.       <center>
  1620.    <div class="container">
  1621.        <h2 class="col-h2 H2-45 C-White Font-Family-Poppins Text-Bold">
  1622.       How Do We Work?
  1623.        </h2>
  1624.        <p class="col-para P-16 C-White Font-Family-Poppins">We have a very simple and easy-to-follow process.</p>
  1625. <div class="row">
  1626.    <div class="col-md-3 col-full col-f">
  1627.      <h1 class="col-num">01</h1>
  1628.      <h3 class="col-hding H2-45 C-White Font-Family-Poppins Text-Bold">CONNECT WITH US</h3>
  1629.      <p class="col-unpar">The first step is to contact us by filling out the form on the website or sending a message, and one of our customer service representatives will get back to you.</p>
  1630.    </div>
  1631.    <div class="col-md-3 col-full col-s">
  1632.      <h1 class="col-num">02</h1>
  1633.      <h3 class="col-hding H2-45 C-White Font-Family-Poppins Text-Bold">BOOK REVIEW</h3>
  1634.      <p class="col-unpar">Our marketing team will then review and analyze your book to find the right audience and target market for your book's conversion.</p>
  1635.    </div>
  1636.    <div class="col-md-3 col-full col-f">
  1637.      <h1 class="col-num">03</h1>
  1638.      <h3 class="col-hding H2-45 C-White Font-Family-Poppins Text-Bold">RESEARCH AND STRATEGY / LAUNCH CAMPAIGN</h3>
  1639.      <p class="col-unpar">Based on your book's category, demographics, and budget, we create a marketing strategy to reach your audience. Email, Facebook, advertising. Good blogs and social media promote your book engage.</p>
  1640.    </div>
  1641.    <div class="col-md-3 col-full col-s">
  1642.      <h1 class="col-num">04</h1>
  1643.      <h3 class="col-hding H2-45 C-White Font-Family-Poppins Text-Bold">ANALYZE THE RESULTS</h3>
  1644.      <p class="col-unpar">Analyze the results of marketing efforts and make adjustments as needed to optimize performance and drive sales and conversions.</p>
  1645.    </div>
  1646. </div>
  1647. </div>
  1648.  
  1649. </center>
  1650.    </section>
  1651. <section class="Home-Ten back-b">
  1652.  
  1653. <div class="container">
  1654.    <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
  1655.        <div class="panel panel-default">
  1656.            <div class="panel-heading" role="tab" id="headingOne">
  1657.                <h4 class="panel-title">
  1658.                    <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
  1659.                   What types of books do you print?
  1660.                    </a>
  1661.                </h4>
  1662.            </div>
  1663.  
  1664.            <div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
  1665.                <div class="panel-body">
  1666.                We offer printing services for a wide range of books, including novels, memoirs, poetry collections, textbooks, children's books, cookbooks, self-help books, business books, and more. Whether it's fiction or non-fiction, we have the expertise to handle various genres and formats.
  1667.  
  1668.                </div>
  1669.            </div>
  1670.        </div>
  1671.  
  1672.        <div class="panel panel-default">
  1673.            <div class="panel-heading" role="tab" id="headingTwo">
  1674.                <h4 class="panel-title">
  1675.                    <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
  1676.                    What printing options do you offer?
  1677.                    </a>
  1678.                </h4>
  1679.            </div>
  1680.            <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
  1681.                <div class="panel-body">
  1682.                We provide a variety of printing options to suit your needs. You can choose from paperback or hardcover books, different trim sizes, binding styles such as perfect binding, case binding, saddle stitching, and spiral binding. We also offer a selection of paper types, weights, and finishes to achieve the desired look and feel for your book.
  1683.                </div>
  1684.            </div>
  1685.        </div>
  1686.  
  1687.        <div class="panel panel-default">
  1688.            <div class="panel-heading" role="tab" id="headingThree">
  1689.                <h4 class="panel-title">
  1690.                    <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
  1691.                    Can you help with cover design and layout?
  1692.                    </a>
  1693.                </h4>
  1694.            </div>
  1695.            <div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
  1696.                <div class="panel-body">
  1697.                Absolutely! We have a team of experienced graphic designers who can assist you with cover design, typesetting, and layout. Whether you have a specific design in mind or need professional guidance, we work closely with you to create an eye-catching and visually appealing book cover and layout that aligns with your vision.
  1698.                </div>
  1699.            </div>
  1700.        </div>
  1701.        
  1702.        <div class="panel panel-default">
  1703.            <div class="panel-heading" role="tab" id="headingfour">
  1704.                <h4 class="panel-title">
  1705.                    <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsefour" aria-expanded="false" aria-controls="collapsefour">
  1706.                    What file formats do you accept for printing?
  1707.                    </a>
  1708.                </h4>
  1709.            </div>
  1710.            <div id="collapsefour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingfour">
  1711.                <div class="panel-body">
  1712.                We accept a wide range of file formats, including PDF, Adobe InDesign (INDD), Microsoft Word (DOC, DOCX), and more. Our pre-press team can guide you on the preferred file specifications to ensure optimal print quality. If you have any specific concerns or requirements, feel free to discuss them with our team.
  1713.                </div>
  1714.            </div>
  1715.        </div>
  1716.        
  1717.        <div class="panel panel-default">
  1718.            <div class="panel-heading" role="tab" id="headingfive">
  1719.                <h4 class="panel-title">
  1720.                    <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsefive" aria-expanded="false" aria-controls="collapsefive">
  1721.                    Can I order a small quantity of books or a large bulk order?
  1722.                    </a>
  1723.                </h4>
  1724.            </div>
  1725.            <div id="collapsefive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingfive">
  1726.                <div class="panel-body">
  1727.               Yes, we can accommodate both small and large print runs. Whether you need just a few copies for personal use or a large quantity for distribution, we can tailor our services to meet your specific requirements. We offer flexible options and competitive pricing, regardless of the order size.
  1728.                </div>
  1729.            </div>
  1730.        </div>
  1731.        
  1732.        
  1733.        
  1734.         <div class="panel panel-default">
  1735.            <div class="panel-heading" role="tab" id="headingsix">
  1736.                <h4 class="panel-title">
  1737.                    <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsesix" aria-expanded="false" aria-controls="collapsesix">
  1738.                    Are there digital versions available for Normans Publishing publications?
  1739.                    </a>
  1740.                </h4>
  1741.            </div>
  1742.            <div id="collapsesix" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingsix">
  1743.                <div class="panel-body">
  1744.              Yes, many of our publications are available in digital formats. You can find them on our website or through authorized digital platforms for convenient access.
  1745.  
  1746.                </div>
  1747.            </div>
  1748.        </div>
  1749.        
  1750.        
  1751.        <div class="panel panel-default">
  1752.            <div class="panel-heading" role="tab" id="headingseven">
  1753.                <h4 class="panel-title">
  1754.                    <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseseven" aria-expanded="false" aria-controls="collapsefive">
  1755.                    Can I submit my work for consideration by Normans Publishing?
  1756.                    </a>
  1757.                </h4>
  1758.            </div>
  1759.            <div id="collapseseven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingseven">
  1760.                <div class="panel-body">
  1761.               Normans Publishing welcomes submissions. Please refer to our submission guidelines on the website for detailed information on the submission process, criteria, and requirements.
  1762.                </div>
  1763.            </div>
  1764.        </div>
  1765.        
  1766.        
  1767.        
  1768.        <div class="panel panel-default">
  1769.            <div class="panel-heading" role="tab" id="headingeigh">
  1770.                <h4 class="panel-title">
  1771.                    <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseeigh" aria-expanded="false" aria-controls="collapseeigh">
  1772.                    How can I stay updated on new releases and promotions?
  1773.                    </a>
  1774.                </h4>
  1775.            </div>
  1776.            <div id="collapseeigh" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingeigh">
  1777.                <div class="panel-body">
  1778.              Stay informed about the latest releases, promotions, and updates by subscribing to our newsletter. You can find the subscription option on our website to receive regular updates directly in your inbox.
  1779.  
  1780.                </div>
  1781.            </div>
  1782.        </div>
  1783.        
  1784.        
  1785.        <div class="panel panel-default">
  1786.            <div class="panel-heading" role="tab" id="headingnine">
  1787.                <h4 class="panel-title">
  1788.                    <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsenine" aria-expanded="false" aria-controls="collapsenine">
  1789.                  Do you offer any discounts for bulk purchases or educational institutions?
  1790.  
  1791.                    </a>
  1792.                </h4>
  1793.            </div>
  1794.            <div id="collapsenine" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingnine">
  1795.                <div class="panel-body">
  1796.              Yes, we have special discounts for bulk purchases and collaborate with educational institutions. For more information on discounts, please contact our customer service or sales team.
  1797.                </div>
  1798.            </div>
  1799.        </div>
  1800.        
  1801.        
  1802.        <div class="panel panel-default">
  1803.            <div class="panel-heading" role="tab" id="headingten">
  1804.                <h4 class="panel-title">
  1805.                    <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseten" aria-expanded="false" aria-controls="collapseten">
  1806.                  How can I get in touch with Normans Publishing's customer support?
  1807.  
  1808.                    </a>
  1809.                </h4>
  1810.            </div>
  1811.            <div id="collapseten" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingten">
  1812.                <div class="panel-body">
  1813.            For any inquiries or assistance, you can reach out to our customer support team through the contact information provided on our website. We are here to help you with any questions or concerns you may have.
  1814.                </div>
  1815.            </div>
  1816.        </div>
  1817.        
  1818.        
  1819.    </div>
  1820. </div>
  1821. </section>
  1822.  
  1823.  
  1824.  
  1825. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  1826.    <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
  1827.    <script>
  1828.        $(document).ready(function () {
  1829.            $('.my-slider').slick({
  1830.                slidesToShow: 3,
  1831.                slidesToScroll: 1,
  1832.                arrows: true,
  1833.                dots: true,
  1834.                speed: 300,
  1835.                infinite: true,
  1836.                autoplaySpeed: 5000,
  1837.                autoplay: true,
  1838.                responsive: [
  1839.                    {
  1840.                        breakpoint: 991,
  1841.                        settings: {
  1842.                            slidesToShow: 3,
  1843.                        }
  1844.                    },
  1845.                    {
  1846.                        breakpoint: 767,
  1847.                        settings: {
  1848.                            slidesToShow: 1,
  1849.                        }
  1850.                    }
  1851.                ]
  1852.            });
  1853.        });
  1854.    </script>
  1855. <script>
  1856.     $(document).ready(function(){
  1857.        $('#gallery').slick({
  1858.            slidesToShow: 6,
  1859.            slidesToScroll: 1,
  1860.            autoplay: true,
  1861.            autoplaySpeed: 0,
  1862.            speed: 8000,
  1863.            pauseOnHover: false,
  1864.            cssEase: 'linear',
  1865.            arrows: false // Hide navigation arrows
  1866.        });
  1867.    });
  1868. </script>
  1869. <script>
  1870.    window.onload = function() {
  1871.    var container = document.getElementById("scrolling-text");
  1872.    var content = document.getElementById("scrolling-content");
  1873.    
  1874.    if (content.offsetHeight > container.offsetHeight) {
  1875.        content.style.animation = "scroll 10s linear infinite";
  1876.        container.style.overflowY = "hidden";
  1877.    } else {
  1878.        container.style.overflowY = "auto";
  1879.    }
  1880. }
  1881.    </script>
  1882.                  <footer>
  1883.         <style>
  1884.        
  1885.  /* Custom CSS for the image list */
  1886. .image-list {
  1887.    list-style-type: none; /* Remove default list style */
  1888.    padding-left: 0; /* Remove default left padding */
  1889. }
  1890.  
  1891. .image-list li {
  1892.    margin-bottom: 10px;
  1893.    padding-left: 30px;
  1894.    position: relative;
  1895. }
  1896.  
  1897. .image-list li:before {
  1898.    content: "";
  1899.    position: absolute;
  1900.    left: 0;
  1901.    top: 50%;
  1902.    transform: translateY(-50%);
  1903.    width: 20px;
  1904.    height: 20px;
  1905.    background-size: cover;
  1906. }
  1907.  
  1908. /* Set background images for list items */
  1909. .image-list li:nth-child(1):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1910. .image-list li:nth-child(2):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1911. .image-list li:nth-child(3):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1912. .image-list li:nth-child(4):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1913. .image-list li:nth-child(5):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1914. .image-list li:nth-child(6):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1915. .image-list li:nth-child(7):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1916. .image-list li:nth-child(8):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1917. .image-list li:nth-child(9):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1918. .image-list li:nth-child(10):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1919. .image-list li:nth-child(11):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1920. .image-list li:nth-child(12):before { background-image: url('./Images/icon2-removebg-preview.png'); }
  1921.  
  1922.  .foot-head, .foot-para{
  1923.    color: white;
  1924.  }
  1925.  .foot-para{
  1926.    font-size: 18px;
  1927.    font-weight: 500;
  1928.  }
  1929.  .foot-head{
  1930.    font-weight: bolder;
  1931.  }
  1932.  .image-list{
  1933.    padding-top: 40px;
  1934.    padding-bottom: 20px;
  1935.  }
  1936.  .image-list .list-foot{
  1937.    color: white;
  1938.    text-decoration: none;
  1939.    font-weight: 600;
  1940.    font-size: 16px;
  1941.  }
  1942.  .help{
  1943.    display: inline;
  1944.    color: white;
  1945.    padding-top: 300px;
  1946.  }
  1947.      @media screen and (max-width: 768px) {
  1948.     .touch {
  1949.    text-align:center;
  1950.    display: block;
  1951.    padding-top: 5px;
  1952.  }
  1953.  .foot-head{
  1954.      font-size:25px;
  1955.  }
  1956. }
  1957.  .start{
  1958.    background-color:#ffb703;
  1959.    padding: 10px;
  1960.    margin-left: 20px;
  1961.    color: white;
  1962.    font-weight:700 ;
  1963.    font-size: 20px;
  1964.    border-radius: 8px;
  1965.    text-decoration: none;
  1966.  }
  1967.  .start:hover{
  1968.    text-decoration: none;
  1969.    color: #ffb703;
  1970.    background-color:white ;
  1971.  }
  1972.  .get-touch{
  1973.    background-color: black;
  1974.    text-align: center;
  1975.  }
  1976.  .foot-touch{
  1977.    padding: 15px;
  1978.    color: white;
  1979.    text-decoration: none;
  1980.  }
  1981.  .foot-touch:hover{
  1982.    text-decoration: none;
  1983.    color: orange;
  1984.  }
  1985.  .get-touch{
  1986.    padding: 15px;
  1987.    border-bottom:1px solid white;
  1988.  }
  1989.  
  1990.  .letf-pad{
  1991.      padding-left:100px;
  1992.  }
  1993.  @media screen and (max-width: 768px) {
  1994.  .letf-pad {
  1995.    padding-left:30px;
  1996.  }
  1997.  .d-cent{
  1998.      margin-left:50px;
  1999.      padding-bottom:20px
  2000.  }
  2001.  
  2002. }
  2003.  .quick{
  2004.      color:white;
  2005.  }
  2006.  .get-link{
  2007.      text-align:center;
  2008.      background-color:black;
  2009.      padding:15px;
  2010.      padding-bottom:30px;
  2011.      border-bottom:1px solid white;
  2012.      
  2013.  }
  2014.  .img-index{
  2015.      position:absolute;
  2016.      right: -120px;
  2017.      z-index:11;
  2018.      bottom:0;
  2019.  }
  2020.  
  2021.     input[type="submit"] {
  2022.    background: #000;
  2023.    color: white;
  2024.     padding: 8px !Important;
  2025.     margin: 0px !Important ;
  2026.    font-size: 18px;
  2027.    border-radius:8px;
  2028.    width:100%;
  2029. }
  2030.  
  2031.  /*textarea{*/
  2032.  /*    width:315px;*/
  2033.  /*    height:60px;*/
  2034.  /*}*/
  2035.  </style>
  2036.  
  2037.        
  2038.        <div class="socail-links" style="background-image: url('./Images/background-popup (1) (1) (1) (1) (1) (1) (1) (1).jpg') !Important;padding-bottom: 0px !Important">
  2039.            <div class="container-fulid" style="background-color: transparent !Important;">
  2040.    <div class="row">
  2041.      <div class="col-md-7 letf-pad">
  2042.       <h2 class="foot-head">Let Us Create Your Book Presence Like A Legacy</h2>
  2043.       <p class="foot-para">Normans Publishing is a renowned name in the book industry, serving book writing, book marketing, and book publication services for years. Among our expert services are:</p>
  2044.       <div class="row">
  2045.        <div class="col-md-6">
  2046.            <ul class="image-list">
  2047.                <li><a class="list-foot" href="./marketing-service.php">Book Marketing</a></li>
  2048.                <li><a class="list-foot" href="./Book-publishing.php">Book Publishing</a></li>
  2049.                <li><a class="list-foot" href="./editing-and-proofreading.php">Book Formatting</a></li>
  2050.                <li><a class="list-foot" href="./editing-and-proofreading.php">Book Editing</a></li>
  2051.                <li><a class="list-foot" href="./book-printing-services.php">Book Printing</a></li>
  2052.                <li><a class="list-foot" href="./typesetting-services.php">Book Typesetting</a></li>
  2053.            </ul>
  2054.        </div>
  2055.        <div class="col-md-6">
  2056.            <ul class="image-list">
  2057.                <li><a class="list-foot" href="./book-launch-marketing.php">Book Promotion</a></li>
  2058.                <li><a class="list-foot" href="./video-book-trailer.php">Video Book Trailer</a></li>
  2059.                <li><a class="list-foot" href="./book-cover-design.php">Book Cover Design</a></li>
  2060.                <li><a class="list-foot" href="./editing-and-proofreading.php">Book Proofreading</a></li>
  2061.                <li><a class="list-foot" href="./ghost-writing-service.php">Ghost Writing</a></li>
  2062.                <li><a class="list-foot" href="./authors-website-design.php">Author Website Designing</a></li>
  2063.            </ul>
  2064.        </div>
  2065.    </div>
  2066.       <h3 class="help">Need help?</h3><a class="start" href="./Contact-us.php">Let's Get Started</a>
  2067.       <br/><br/>
  2068.      </div>
  2069.      <div class="col-md-5">
  2070.       <div class="row">
  2071.          <div class="col-md-12 d-cent" style="width:60%;">
  2072.             <center> <form action="" method="post" style="height:450px !Important;">
  2073.                                <h3 class="H2-45 C-White Text-Bold  Font-Family-Poppins">Sign Up To Avail 60% Discount</h3>
  2074.                                <h6 class="H6-18 C-White Font-Family-Poppins Font-Weight-600">Avail the Limited Time Offer Today!</h6>
  2075.                             <input placeholder="Your Name" type="text" name="first_name" required>
  2076.                            <br>
  2077.                             <input placeholder="Email Address" type="text" name="email" required>
  2078.                            <br>
  2079.                            <input placeholder="Number" type="Text" name="website" required>
  2080.                            <br>
  2081.                            <br><textarea placeholder="Your Message" name="message" ></textarea>
  2082.                            <br>
  2083.                            <input type="submit" class="bt-cen" name="submit" value="Connect With Us">
  2084.                                        </form></center>
  2085.            
  2086.  
  2087.            
  2088.            
  2089.            
  2090.                    <img class="img-index" height="450" src="./Images/banner-form-img.webp" alt="">
  2091.          </div>
  2092.          
  2093.        </div>
  2094.      </div>
  2095.    </div>
  2096.    <div class="get-touch">
  2097.      <h3 class="help touch">Get In Touch With Us</h3>
  2098.      <a class="foot-touch touch" href="tel: +1 628-214-2200"><i class="fa-solid fa-phone"></i> +1 628-214-2200</a>
  2099.      <a class="foot-touch touch" href="mailto:support@normanspublishing.com"><i class="fa-solid fa-envelope"></i> Support@normanspublishing.com</a>
  2100.      <a class="foot-touch touch" href="#"><i class="fa-solid fa-location-dot"></i> 152 Warriors Way, San Francisco,
  2101.        CA 94158</a>
  2102.    </div>
  2103.     <div class="get-link">
  2104.      <h3 class="quick">Quick Links</h3>
  2105.      <a class="foot-touch" href="https://www.facebook.com/people/Normans-Publishing/61550784350166/">Facebook</a>
  2106.      <a class="foot-touch" href="https://twitter.com/Normanpublish" target="_blank" rel="noopener">Twitter</a>
  2107.      <a class="foot-touch" href="https://www.linkedin.com/company/norman-s-publishing" target="_blank" rel="noopener">Linkedin</a>
  2108.      <a class="foot-touch" href="./portfolio.php" rel="noopener">Portfolio</a>
  2109.      <a class="foot-touch" href="https://www.amazon.com/Best-Sellers-Books/zgbs/books" target="_blank">Best selling</a>
  2110.      <a class="foot-touch" href="https://couponstreasure.com/" target="_blank">Coupons</a>
  2111.      <a class="foot-touch" href="https://www.trustpilot.com/review/normanspublishing.com" target="_blank">Reviews</a>
  2112.      <a class="foot-touch" href="./blog.php">Blogs</a>
  2113.      <a class="foot-touch" href="About-us.php">About Us</a>
  2114.      <a class="foot-touch" href="./sitemap.php">Site Map</a>
  2115.    </div>
  2116.  </div>
  2117.            <!--<div class="container">-->
  2118.            <!--    <hr>-->
  2119.            <!--    <div class="row bullet">-->
  2120.            <!--        <hr class="m-h">-->
  2121.            <!--        <div class="col-md-3 s-i">-->
  2122.            <!--            <div class="logo header-img" style="width:200px">-->
  2123.            <!--              <a href="/"> <img width="80%" src="Images/Normans Logo.png" alt="The Norman's Publishing logo, featuring a stylized design, represents the brand's identity and serves as a visual representation of their publishing business" srcset=""></a>-->
  2124.            <!--              <p style="font-size:15px">With the assistance of a Publishing Specialist, it is easy to self-publish your book. Then contact a competent individual who can walk you through the basic procedures for printing, publishing, and promoting your book. </p>-->
  2125.            <!--           </div>-->
  2126.                      
  2127.            <!--        </div>-->
  2128.            <!--        <div class="col-md-3 border-l-r">-->
  2129.            <!--            <div class="get-in-touch-info">-->
  2130.            <!--                <div class="get-in-touch-info-inner">-->
  2131.                                
  2132.            <!--                    <ul class="footer-menu2">-->
  2133.            <!--                  <h2>Services</h2>-->
  2134.            <!--              <li class="#"><a href="./Book-publishing.php">Book Publishing</a></li>-->
  2135.            <!--               <li class="#"><a href="./Ebook.php">E-book Publishing</a></li>-->
  2136.            <!--                <li class="#"><a href="./Audio-Book.php">Audio Book Publishing</a></li>-->
  2137.            <!--                 <li class="#"><a href="./Book-Design.php">Book Design</a></li>-->
  2138.            <!--                 <li class="#"><a href="./writing-service.php">Writing</a></li>-->
  2139.            <!--                 <li class="#"><a href="./marketing-service.php">Marketing</a></li>-->
  2140.            <!--                 <li class="#"><a href="./media-service.php">Media</a></li>-->
  2141.            <!--                 <li class="#"><a href="./book-printing-services.php">Book Printing</a></li>-->
  2142.                            
  2143.                            
  2144.                          
  2145.                              
  2146.                    
  2147.            <!--            </ul>-->
  2148.                                <!--<div class="get-in-touch-info-icon phone-rota">-->
  2149.                                <!--    <i class="fa fa-volume-control-phone" aria-hidden="true"></i>-->
  2150.                                <!--</div>-->
  2151.                                <!--<div class="get-in-touch-info-txt">-->
  2152.                                <!--    <h4 class="s-i">Call us</h4>-->
  2153.                                <!--    <a href="tel:+1 628-222-2074">+1 628-222-2074</a>-->
  2154.                                <!--</div>-->
  2155.            <!--                </div>-->
  2156.            <!--            </div>    -->
  2157.            <!--        </div>-->
  2158.            <!--        <div class="col-md-2 border-r">                    -->
  2159.            <!--            <div class="get-in-touch-info-inner">-->
  2160.            <!--              <ul class="footer-menu1">-->
  2161.            <!--                  <h2>Quick links</h2>-->
  2162.            <!--              <li class="#"><a href="https://www.facebook.com/people/Normans-Publishing/61550784350166/" target="_blank" rel="noopener">Facebook</a></li>-->
  2163.            <!--              <li class="#"><a href="https://twitter.com/Normanpublish" target="_blank" rel="noopener">Twitter</a></li>-->
  2164.            <!--                <li class="#"><a href="https://www.instagram.com/normanspublishingbook/" target="_blank" rel="noopener">Instagram</a></li>-->
  2165.            <!--              <li class="#"><a href="https://www.amazon.com/" target="_blank">Best selling</a></li>-->
  2166.            <!--               <li class="#"><a href="https://couponstreasure.com/" target="_blank">Coupons</a></li>-->
  2167.            <!--                <li class="#"><a href="https://www.trustpilot.com/review/normanspublishing.com" target="_blank">Reviews</a></li>-->
  2168.            <!--                 <li class=""><a href="./blog.php">Blogs</a></li>-->
  2169.            <!--                   <li><a href="About-us.php">About Us</a></li>-->
  2170.            <!--                     <li class="#"><a href="./sitemap.php">Site Map</a></li>-->
  2171.            <!--            </ul>-->
  2172.            <!--            </div>-->
  2173.            <!--        </div>-->
  2174.            <!--        <div class="col-md-4 map">-->
  2175.            <!--              <div class="get-in-touch-info-inner">-->
  2176.            <!--                    <div class="get-in-touch-info-icon phone-rota">-->
  2177.            <!--                          &nbsp;&nbsp;&nbsp;&nbsp;<i class="fa fa-volume-control-phone" aria-hidden="true"></i>-->
  2178.            <!--                    </div>-->
  2179.            <!--                    <div class="get-in-touch-info-txt">-->
  2180.            <!--                        <h4 class="s-i">Call us</h4>-->
  2181.            <!--                        <a href="tel:+1 628-222-2074">+1 628-222-2074</a>-->
  2182.            <!--                    </div>-->
  2183.            <!--                </div>-->
  2184.            <!--            <div class="get-in-touch-info-inner">-->
  2185.            <!--                <div class="get-in-touch-info-icon">-->
  2186.            <!--                    <img src="images/email (1).png" alt="">-->
  2187.            <!--                     <i class="fas fa-envelope"></i> -->
  2188.            <!--                </div>-->
  2189.            <!--                <div class="get-in-touch-info-txt">-->
  2190.            <!--                    <h4 class="s-i-e">Email Us</h4>-->
  2191.            <!--                    <a href="mailto:Support@normanspublishing.com">Support@normanspublishing.com</a>-->
  2192.            <!--                </div>-->
  2193.            <!--            </div>-->
  2194.            <!--            <div class="get-in-touch-info-inner">-->
  2195.            <!--                <div class="get-in-touch-info-icon">-->
  2196.            <!--                    <img src="images/placeholder.png" alt="">-->
  2197.            <!--                     <i class="fa fa-map-marker" aria-hidden="true"></i> -->
  2198.            <!--                </div>-->
  2199.            <!--                <div class="get-in-touch-info-txt">-->
  2200.            <!--                    <h4>find us</h4>-->
  2201.            <!--                    <a href="https://goo.gl/maps/8VD7SM6CxP9E1aXt7" class="i-h" target="_blank">152 Warriors Way, San Francisco,<br> CA 94158</a>-->
  2202.            <!--                </div>-->
  2203.            <!--            </div>-->
  2204.            <!--        </div>-->
  2205.            <!--    </div>-->
  2206.                <div class="row d-center" style="background-color:#023047 !Important;padding:15px">
  2207.                    <div class="col-md-12">
  2208.                        <p class="f-s-14">© Copyright 2024 <a href="/" class="f-link"><span>Normans Publishing</span></a> All Rights Reserved.</p>
  2209.                        <ul class="footer-menu">
  2210.                          <li class="#"><a href="./Privacypolicy.php">Privacy Policy</a></li>
  2211.                          <li class="#"><a href="./term-condition.php">Terms and Conditions</a></li>
  2212.                          <li class="#"><a href="./Terms-of-membership.php">Terms of Membership</a></li>
  2213.                        </ul>
  2214.                        <!--<p class="f-s-14">Designed & Developed By Dallas Web Design Company <a href="https://websolapp.net/" class="f-link" target="_blank">Web Solution Application</a></p>-->
  2215.                    </div>
  2216.                </div>
  2217.            </div>
  2218.        </div>
  2219.        
  2220.        
  2221.        
  2222.        <div style="display:none">
  2223.            <a href="http://enichost.com/Out-Link.php?to_url=normanspublishing.com">normanspublishing</a>
  2224. <a href="http://ennsvisuals.com/?URL=normanspublishing.com">normanspublishing</a>
  2225. <a href="http://eponaexchange.com/?URL=normanspublishing.com">normanspublishing</a>
  2226. <a href="http://eyemagazine.com/?URL=normanspublishing.com">normanspublishing</a>
  2227. <a href="http://familyresourceguide.info/linkto.aspx?link=normanspublishing.com">normanspublishing</a>
  2228. <a href="http://fcterc.gov.ng/?URL=normanspublishing.com">normanspublishing</a>
  2229. <a href="http://fer.kgbinternet.com/webcams/offset.jsp?url=normanspublishing.com&linkpagina=&offsetvertic=62&offsetorizz=8&altezza=500&larghezza=648&nomecam=ISAVIG&citta=SavignanosulRubicone&titolo1=Laspiaggia&titolo2=">normanspublishing</a>
  2230. <a href="http://filebankit.com/?URL=normanspublishing.com">normanspublishing</a>
  2231. <a href="http://files.feelcool.org/resites.php?url=normanspublishing.com">normanspublishing</a>
  2232. <a href="http://firma.hr/?URL=normanspublishing.com">normanspublishing</a>
  2233. <a href="http://firstpowerandsurgeprotection.com/?URL=normanspublishing.com">normanspublishing</a>
  2234. <a href="http://flourishmagazine.com.au/?URL=normanspublishing.com">normanspublishing</a>
  2235. <a href="http://foalsbeststart.com/?URL=normanspublishing.com">normanspublishing</a>
  2236. <a href="http://foldingstory.com/?URL=normanspublishing.com">normanspublishing</a>
  2237. <a href="http://forusenergi.no/?URL=normanspublishing.com">normanspublishing</a>
  2238. <a href="http://fosteringsuccessmichigan.com/?URL=normanspublishing.com">normanspublishing</a>
  2239. <a href="http://fotostulens.be/?URL=normanspublishing.com">normanspublishing</a>
  2240. <a href="http://furntech.org.au/?URL=normanspublishing.com">normanspublishing</a>
  2241. <a href="http://galen-research.com/?URL=normanspublishing.com">normanspublishing</a>
  2242. <a href="http://games.901.co.il/cards/board?link=normanspublishing.com">normanspublishing</a>
  2243. <a href="http://gbna.org/redirect.php?url=normanspublishing.com">normanspublishing</a>
  2244. <a href="http://gerona.by/?URL=normanspublishing.com">normanspublishing</a>
  2245. <a href="http://gezondheidscentrumlinschoten.nl/?URL=normanspublishing.com">normanspublishing</a>
  2246. <a href="http://gfmis.crru.ac.th/web/redirect.php?url=normanspublishing.com">normanspublishing</a>
  2247. <a href="http://ghost-host.com.au/?URL=normanspublishing.com">normanspublishing</a>
  2248. <a href="http://gillstaffing.com/?URL=normanspublishing.com">normanspublishing</a>
  2249. <a href="http://givemethatmountain.org/?URL=normanspublishing.com">normanspublishing</a>
  2250. <a href="http://go.persianscript.ir/index.php?url=normanspublishing.com">normanspublishing</a>
  2251. <a href="http://go.sepid-dl.ir/index.php?url=normanspublishing.com">normanspublishing</a>
  2252. <a href="http://go2delphi.com/?URL=normanspublishing.com">normanspublishing</a>
  2253. <a href="http://goda.nl/en/kunstenaar.php?kunstenaarId=21&returnUrl=normanspublishing.com">normanspublishing</a>
  2254. <a href="http://greenhomes.hu/?URL=normanspublishing.com">normanspublishing</a>
  2255. <a href="http://haroldmitchellfoundation.com.au/?URL=normanspublishing.com">normanspublishing</a>
  2256. <a href="http://harrispizza.com/?URL=normanspublishing.com">normanspublishing</a>
  2257. <a href="http://hartzlers.com/?URL=normanspublishing.com">normanspublishing</a>
  2258. <a href="http://hatenablog-parts.com/embed?url=normanspublishing.com">normanspublishing</a>
  2259. <a href="http://hazebbs.com/bbs/test/jump.cgi?normanspublishing.com">normanspublishing</a>
  2260. <a href="http://hdgroup.ie/?URL=normanspublishing.com">normanspublishing</a>
  2261. <a href="http://headbloom.com/?URL=normanspublishing.com">normanspublishing</a>
  2262. <a href="http://hetgrotegeld.be/?URL=normanspublishing.com">normanspublishing</a>
  2263. <a href="http://home4dsi.com/chat/redirect.php?url=normanspublishing.com">normanspublishing</a>
  2264. <a href="http://horizon-environ.com/?URL=normanspublishing.com">normanspublishing</a>
  2265. <a href="http://hornbeckoffshore.com/?URL=normanspublishing.com">normanspublishing</a>
  2266. <a href="http://hotelverlooy.be/?URL=normanspublishing.com">normanspublishing</a>
  2267. <a href="http://hotyoga.co.nz/?URL=normanspublishing.com">normanspublishing</a>
  2268. <a href="http://hubdoc.it/?URL=normanspublishing.com">normanspublishing</a>
  2269. <a href="http://humanproof.com/?URL=normanspublishing.com">normanspublishing</a>
  2270. <a href="http://hvar-properties.com/?URL=normanspublishing.com">normanspublishing</a>
  2271. <a href="http://hyco.no/?URL=normanspublishing.com">normanspublishing</a>
  2272. <a href="http://ilmor.co.uk/?URL=normanspublishing.com">normanspublishing</a>
  2273. <a href="http://images.google.al/url?sa=t&url=normanspublishing.com">normanspublishing</a>
  2274. <a href="http://images.google.com.sa/url?sa=t&url=normanspublishing.com">normanspublishing</a>
  2275. <a href="http://images.google.td/url?sa=t&url=normanspublishing.com">normanspublishing</a>
  2276. <a href="http://immigration2oz.com/?URL=normanspublishing.com">normanspublishing</a>
  2277. <a href="http://impactassets.org/?URL=normanspublishing.com">normanspublishing</a>
  2278. <a href="http://innuityweb.myregisteredsite.com/admin/membership_agreement.php?partnerID=3185&domain=normanspublishing.com">normanspublishing</a>
  2279.        </div>
  2280.    </footer>
  2281.    <!-- Latest compiled and minified JavaScript -->
  2282.    <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
  2283.    <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> -->
  2284.    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
  2285.    <script>
  2286.    jQuery( document ).ready(function() {
  2287.        jQuery(function () {
  2288.    jQuery(".load-item-3").slice(0, 7).show();
  2289.    jQuery("#Load-More-6 a").on('click', function (e) {
  2290.    e.preventDefault();
  2291.    jQuery(".load-item-3:hidden").slice(0, 3).slideDown();
  2292.    if (jQuery(".load-item-3:hidden").length == 0) {
  2293.    jQuery("#Load-More-6 a").fadeOut('slow');
  2294.    }
  2295.    
  2296.    });
  2297.    });
  2298.    });
  2299.    </script>
  2300.    
  2301.    <script>
  2302.        jQuery('.myslider').slick({
  2303.  
  2304. slidesToScroll: 1,
  2305. arrows: false,
  2306. dots: true,
  2307. vertical: true,
  2308. verticalSwiping: true
  2309.    
  2310. });
  2311.    </script>
  2312.    <script>
  2313. jQuery(window).scroll(function() {
  2314.  var sticky = jQuery('header'),
  2315.    scroll = jQuery(window).scrollTop();
  2316.  
  2317.  if (scroll >= 40) {
  2318.    sticky.addClass('sticky'); }
  2319.  else {
  2320.   sticky.removeClass('sticky');
  2321.  
  2322. }
  2323. });
  2324. </script>
  2325. <script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  2326. <script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
  2327. <script src="js/slick.js"></script>
  2328. <script src="js/slick.min.js"></script>
  2329. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  2330.  
  2331.    <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
  2332.    <script>
  2333.  AOS.init();
  2334. </script>
  2335.  
  2336.  
  2337. <script>
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  jQuery(document).ready(function() {
  2343.  //toggle menu
  2344.  jQuery(".hamburger-container").click(function() {
  2345.    jQuery("#menu").slideToggle();
  2346.    document.querySelector('.toggle')
  2347.        .addEventListener('click', function() {
  2348.  this.classList.toggle('activate');
  2349. });
  2350.  });
  2351.  
  2352.  //to fix issue that toggle adds style(hides) to nav
  2353.  jQuery(window).resize(function() {
  2354.    if (window.innerWidth > 1024) {
  2355.      jQuery("#menu").removeAttr("style");
  2356.    }
  2357.  });
  2358.  
  2359.  //icon animation
  2360.  var topBar = jQuery(".hamburger li:nth-child(1)"),
  2361.    middleBar = jQuery(".hamburger li:nth-child(2)"),
  2362.    bottomBar = jQuery(".hamburger li:nth-child(3)");
  2363.    
  2364.  jQuery(".hamburger-container").on("click", function() {
  2365.    if (middleBar.hasClass("rot-45deg")) {
  2366.      topBar.removeClass("rot45deg");
  2367.      middleBar.removeClass("rot-45deg");
  2368.      bottomBar.removeClass("hidden");
  2369.    } else {
  2370.      bottomBar.addClass("hidden");
  2371.      topBar.addClass("rot45deg");
  2372.      middleBar.addClass("rot-45deg");
  2373.    }
  2374.  });
  2375.  
  2376.  jQuery(window).ready(function(){
  2377.  if(jQuery(window).width() <= 700){
  2378.    jQuery(".menu").addClass("mobile");
  2379.  }
  2380.  else {
  2381.    jQuery(".menu").removeClass("mobile");
  2382.  }
  2383. });
  2384.  
  2385.  jQuery(window).scroll(function() {
  2386. if (jQuery(this).scrollTop() > 5){  
  2387.    jQuery('header').addClass("sticky");
  2388.  }
  2389.  else{
  2390.    jQuery('header').removeClass("sticky");
  2391.  }
  2392. });
  2393. });
  2394. </script>
  2395. <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" integrity="sha512-XtmMtDEcNz2j7ekrtHvOVR4iwwaD6o/FUJe6+Zq+HgcCsk3kj4uSQQR8weQ2QVj1o0Pk6PwYLohm206ZzNfubg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  2396. <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" integrity="sha512-uURl+ZXMBrF4AwGaWmEetzrd+J5/8NRkWAvJx5sbPSSuOb0bZLqf+tOzniObO00BjHa/dD7gub9oCGMLPQHtQA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  2397. <script>
  2398.    jQuery(document).ready(function(){
  2399.       jQuery('.Testimonials-Slider').slick({
  2400.          dots: true,
  2401.          speed: 300,
  2402.          slidesToShow: 1,
  2403.          slidesToScroll: 1,
  2404.          infinite: true,
  2405.          autoplay: true,
  2406.        });
  2407.      });
  2408. </script>
  2409.  
  2410. <script>
  2411.    jQuery(document).ready(function(){
  2412.       jQuery('.Books-Slider').slick({
  2413.          dots: true,
  2414.          speed: 300,
  2415.          slidesToShow: 3,
  2416.          slidesToScroll: 1,
  2417.          infinite: true,
  2418.          autoplay: false,
  2419.        });
  2420.      });
  2421.  
  2422.  
  2423.  
  2424.      
  2425. </script>
  2426.  
  2427. <script>
  2428. let str = location.href.toLowerCase();
  2429. var signup = $('.page_title').val();
  2430. var Privacypolicy = $('.page_title').val();
  2431. var Terms_conditions = $('.page_title').val();
  2432. var Terms_of_membership = $('.page_title').val();
  2433. if(signup == 'Sign In - The Range In LA' || signup == 'Register - The Range In LA' ){
  2434.  
  2435.  $(".h-L-R a").addClass('active_nav');
  2436. }
  2437.  else if(Privacypolicy == 'Pricavy Policy - The Range In LA'){
  2438.  $(".privacy").addClass('active_nav');
  2439. }
  2440. else if(Terms_conditions == 'Terms and Conditions - The Range In LA'){
  2441.  $(".terms").addClass('active_nav');
  2442. }
  2443. else if(Terms_of_membership == 'Terms of Membership - The Range In LA'){
  2444.  $(".membership").addClass('active_nav');
  2445. }
  2446. else{
  2447.  $(".h-L-R a").removeClass('active_nav');
  2448.    $("ul.menu li a").each(function() {
  2449.      if (str.indexOf(this.href.toLowerCase()) > -1) {
  2450.          $("ul.menu li.active_nav").removeClass("active_nav");
  2451.          $(this).parent().addClass("active_nav");
  2452.      }
  2453.     });
  2454. }
  2455. </script>
  2456.  
  2457. <script>
  2458.    // Get the button
  2459.    let mybutton = document.getElementById("myBtn");
  2460.    
  2461.    // When the user scrolls down 20px from the top of the document, show the button
  2462.    window.onscroll = function() {scrollFunction()};
  2463.    
  2464.    function scrollFunction() {
  2465.      if (document.body.scrollTop > 200 || document.documentElement.scrollTop > 200) {
  2466.        mybutton.style.display = "block";
  2467.      } else {
  2468.        mybutton.style.display = "none";
  2469.      }
  2470.    }
  2471.    
  2472.    // When the user clicks on the button, scroll to the top of the document
  2473.    function topFunction() {
  2474.      document.body.scrollTop = 0;
  2475.      document.documentElement.scrollTop = 0;
  2476.    }
  2477. </script>
  2478.  
  2479. <!-- Start of LiveChat (www.livechat.com) code -->
  2480. <script>
  2481.    window.__lc = window.__lc || {};
  2482.    window.__lc.license = 16232259;
  2483.    ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))
  2484. </script>
  2485. <noscript><a href="https://www.livechat.com/chat-with/16232259/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechat.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a></noscript>
  2486. <!-- End of LiveChat code -->
  2487.  
  2488. <script>
  2489. function setButtonURL() {
  2490.    LiveChatWidget.call('maximize');
  2491.    // Add any additional functionality here
  2492. }
  2493.  
  2494.  
  2495.  
  2496. // Assuming LiveChatWidget is defined in livechatwidget.js
  2497. // This script will be executed when the page loads
  2498. window.onload = function() {
  2499.  // Call the 'maximize' function of the LiveChatWidget
  2500.  LiveChatWidget.call('maximize');
  2501. };
  2502.  
  2503.  
  2504. ////////////////////////////////////////////
  2505. // Function to handle visibility changes of the chat widget
  2506. // Function to handle visibility changes of the chat widget
  2507. // Function to handle visibility changes of the chat widget
  2508. function onVisibilityChanged(data) {
  2509.  switch (data.visibility) {
  2510.    case "maximized":
  2511.      // Handle chat widget maximized
  2512.      console.log("Chat widget maximized");
  2513.      break;
  2514.    case "minimized":
  2515.      // Handle chat widget minimized
  2516.      console.log("Chat widget minimized");
  2517.      break;
  2518.    case "hidden":
  2519.      // Handle chat widget hidden
  2520.      console.log("Chat widget hidden");
  2521.      break;
  2522.  }
  2523. }
  2524.  
  2525. // Function to handle new message events
  2526. function onNewEvent(event) {
  2527.  switch (event.type) {
  2528.    case "message":
  2529.      // Handle new message event
  2530.      console.log("New message received:", event.message);
  2531.      // Maximize the chat widget when a new message is received
  2532.      LiveChatWidget.call('maximize');
  2533.      break;
  2534.    case "rich_message":
  2535.      // Handle new rich message event
  2536.      console.log("New rich message received:", event.message);
  2537.      LiveChatWidget.call('maximize');
  2538.      break;
  2539.    case "file":
  2540.      // Handle new file event
  2541.      console.log("New file received:", event.file);
  2542.      LiveChatWidget.call('maximize');
  2543.      break;
  2544.    default:
  2545.      break;
  2546.  }
  2547.  
  2548.  if (event.greeting) {
  2549.    // Handle greeting event
  2550.    console.log("Greeting received:", event.greeting);
  2551.  }
  2552. }
  2553.  
  2554.  
  2555.  
  2556. // Binding event listeners
  2557. LiveChatWidget.on('visibility_changed', onVisibilityChanged);
  2558. LiveChatWidget.on('new_event', onNewEvent);
  2559.  
  2560.  
  2561. //////////////////////////////////////////
  2562.  
  2563. </script>
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570. <!-- Start of LiveChat (www.livechat.com) code -->
  2571. <script>
  2572.    window.__lc = window.__lc || {};
  2573.    window.__lc.license = 17361372;
  2574.    ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))
  2575. </script>
  2576. <noscript><a href="https://www.livechat.com/chat-with/17361372/" rel="nofollow">Chat with us</a>, powered by <a href="https://www.livechat.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a></noscript>
  2577. <!-- End of LiveChat code -->
  2578.  
  2579.  
  2580.  
  2581.  
  2582. <script>
  2583. const odometerSection = document.getElementById('odometerSection');
  2584.    const observer = new IntersectionObserver((entries) => {
  2585.      entries.forEach((entry) => {
  2586.        if (entry.isIntersecting) {
  2587.          // Call the function to update odometers when the section is in view
  2588.          updateOdometers();
  2589.          // Stop observing to prevent multiple calls
  2590.          observer.unobserve(entry.target);
  2591.        }
  2592.      });
  2593.    });
  2594.  
  2595.    // Start observing the section
  2596.    observer.observe(odometerSection);
  2597.  
  2598.    // Function to update odometers
  2599.    function updateOdometers() {
  2600.      document.getElementById('odometer').innerHTML = 900; // Update with your desired value
  2601.      document.getElementById('odometer1').innerHTML = 250; // Update with your desired value
  2602.      document.getElementById('odometer2').innerHTML = 200; // Update with your desired value
  2603.    }
  2604.  
  2605. </script>
  2606. <script>
  2607.    setTimeout(function () {
  2608.        $('#myModal').modal('show');
  2609.    }, 2000);
  2610. </script>
  2611. <script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script>
  2612. <script src="https://github.hubspot.com/odometer/odometer.js"></script>
  2613. <script>
  2614.    AOS.init();
  2615. </script>
  2616. <script src="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  2617.  
  2618. <style>
  2619.  
  2620. .widhh{
  2621.    width:60% !Important
  2622. }
  2623. @media screen and (max-width: 480px) {
  2624.    .widhh{
  2625.    width:100% !Important
  2626. }
  2627.  main{
  2628.        border: 2px solid  #FFC837;
  2629.        display: inline-block;
  2630.        border-radius: 10px;
  2631.        padding: 10px;
  2632.        text-align: center;
  2633.    }
  2634.    main div{
  2635.        font-size: 65px;
  2636.        color:#ffb703;
  2637.        font-weight: 700;
  2638.        padding-bottom:15px;
  2639.    }
  2640.    main h3{
  2641.        font-size: 22px;
  2642.        color:white;
  2643.    }
  2644. .count {
  2645.    font-size: 18px;
  2646.    font-weight: bold;
  2647. }
  2648.  
  2649. .count span {
  2650.    font-size: 12px;
  2651.    vertical-align:
  2652.    margin-left: 2px;
  2653. }
  2654. @-moz-keyframes blink {
  2655.    0% {
  2656.        opacity: 1;
  2657.    }
  2658.    50% {
  2659.        opacity: 0;
  2660.    }
  2661.    100% {
  2662.        opacity: 1;
  2663.    }
  2664. }
  2665.  
  2666. @-webkit-keyframes blink {
  2667.    0% {
  2668.        opacity: 1;
  2669.    }
  2670.    50% {
  2671.        opacity: 0;
  2672.    }
  2673.    100% {
  2674.        opacity: 1;
  2675.    }
  2676. }
  2677.  
  2678. @-ms-keyframes blink {
  2679.    0% {
  2680.        opacity: 1;
  2681.    }
  2682.    50% {
  2683.        opacity: 0;
  2684.    }
  2685.    100% {
  2686.        opacity: 1;
  2687.    }
  2688. }
  2689.  
  2690. @keyframes blink {
  2691.    0% {
  2692.        opacity: 1;
  2693.    }
  2694.    50% {
  2695.        opacity: 0;
  2696.    }
  2697.    100% {
  2698.        opacity: 1;
  2699.    }
  2700. }
  2701.  
  2702. .blink-image {
  2703.    -moz-animation: blink normal 4s infinite ease-in-out;
  2704.    -webkit-animation: blink normal 4s infinite ease-in-out;
  2705.    -ms-animation: blink normal 4s infinite ease-in-out;
  2706.    animation: blink normal 4s infinite ease-in-out;
  2707.    
  2708. }
  2709. .size-image{
  2710.    width: 70% !Important
  2711. }
  2712.  
  2713. @import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Rajdhani:wght@300&display=swap');
  2714.    .img-back {
  2715.        width:400px;
  2716.        height: 600px;
  2717.         background-image: url('./Images/97.png');
  2718.        background-position: center;
  2719.        background-size: cover;
  2720.        background-repeat: no-repeat;
  2721.        border-top-left-radius: 12px;
  2722.        border-bottom-left-radius: 12px;
  2723.    }
  2724.    .modal-body{
  2725.        padding:20px!Important;
  2726.    }
  2727.  .modal-dialog {
  2728.    width: 100% !Important;
  2729.    /*margin: 30px auto;*/
  2730. }
  2731. .form-control{
  2732.    margin-bottom:20px !Important;
  2733.    width:70% !Important;
  2734. }
  2735.    .Font-f{
  2736.        font-family: 'Rajdhani', sans-serif;
  2737.        font-weight: lighter;
  2738.    }
  2739.    .font{
  2740.        font-weight:800;
  2741.    }
  2742.    .wid{
  2743.        background-color:#ffb703;
  2744.    }
  2745.    .mat{
  2746.        font-size:24px !Important;
  2747.        font-weight:700 !Important;
  2748.        color:#023047 !Important;
  2749.    }
  2750.       .mat-o{
  2751.        font-size:30px !Important;
  2752.        font-weight:700 !Important;
  2753.        color:#ffb703 !Important;
  2754.    }
  2755.    .pad-t{
  2756.        padding-top:100px;
  2757.    }
  2758.    .mat-w{
  2759.        font-size:20px !Important;
  2760.        color:white !Important;
  2761.  
  2762.    }
  2763.        .p-mat-o{
  2764.        font-size:30px !Important;
  2765.        color:#ffb703 !Important;
  2766.        
  2767.    }
  2768.    .left-pad{
  2769.        padding-left:150px !Important;
  2770.    }
  2771.    @media(max-width: 767px) {
  2772.        .left-pad{
  2773.        padding-left:0px !Important;
  2774.        padding-bottom:20px;
  2775.        }
  2776.    .pad-t{
  2777.        padding-top:5px;
  2778.    }
  2779.    .img-col-rightt img{
  2780.        height:400px !Important;
  2781.        border: 20px dashed #ffb703ed;
  2782.        object-fit:contain;
  2783.    }
  2784.    .butn-slider-b{
  2785.        margin-bottom:20px;
  2786.    }
  2787.    .font-s{
  2788.        font-size:20px;
  2789.    }
  2790. }
  2791.    .p-mat-w{
  2792.              font-size:20px !Important;
  2793.        color:white !Important;  
  2794.    }
  2795.  
  2796.    .butn-slider-b{
  2797.        background-color:#023047;
  2798.        color:#000;
  2799.        border-radius:20px;
  2800.        width:80px;
  2801.        margin-top:20px;
  2802.    }
  2803.    .butn-slider-o{
  2804.        background-color:#ffb703;
  2805.        color:#000;
  2806.        border-radius:20px;
  2807.        width:80px;
  2808.        margin-top:20px;
  2809.    }
  2810.    .back-img {
  2811.    background-image:     linear-gradient(
  2812.      rgba(0, 0, 55, 0.55),
  2813.      rgba(0, 0, 55, 0.55)
  2814.    ), url('./Images/97.jpg');"
  2815.        background-position: center;
  2816.        background-size: cover;
  2817.        background-repeat: no-repeat;
  2818.    }
  2819.  
  2820.  
  2821.  
  2822. .typed {
  2823.  overflow: hidden;
  2824.  width: 0;
  2825. animation: typing 5.5s steps(30, end) forwards, blinking 1s infinite;
  2826. }
  2827.  
  2828. @keyframes typing {
  2829.  from { width: 0 }
  2830.  to { width: 100% }
  2831. }
  2832. .padd-10{
  2833.    padding:10px;
  2834. }
  2835.  
  2836. @media(max-width: 767px) {
  2837.    .img-back{
  2838.        display:none;
  2839.    }
  2840.    .modal-content{
  2841.        width:95% !Important;
  2842.    }
  2843.    .mob-wid{
  2844.        width:100% !Important;
  2845.        border-radius:12px;
  2846.        padding:10px;
  2847.    }
  2848.    .modal-dialog{
  2849.        margin-top:100px;
  2850.    }
  2851.    .Font-f{
  2852.        font-size:20px;
  2853.    }
  2854.    h2 span{
  2855.        font-size:20px;
  2856.    }
  2857.    .form-1{
  2858.      height:445px;
  2859.    }
  2860. }
  2861. .back-b{
  2862.    background-color:#023047 !Important;
  2863.    
  2864. }
  2865.     .font-s-35{
  2866.           font-size:25px !Important;
  2867.       }
  2868.       @media screen and (max-width: 768px) {
  2869.  .font-s-35{
  2870.           font-size:16px !Important;
  2871.       }
  2872. }
  2873.  
  2874. </style>
  2875. <style>
  2876.               .marquee {
  2877.            width: 100%;
  2878.            overflow: hidden;
  2879.            white-space: nowrap;
  2880.            box-sizing: border-box;
  2881.            margin-top:150px;
  2882.        }
  2883.  
  2884.        .marquee img {
  2885.            display: inline-block;
  2886.            margin-right: 10px;
  2887.            
  2888.        }
  2889.  
  2890.        @keyframes marqueeAnimation {
  2891.            0%, 100% { transform: translateX(0%); }
  2892.            0% { transform: translateX(100%); }
  2893.            100% { transform: translateX(-100%); }
  2894.        }
  2895.  
  2896.        .marquee-inner {
  2897.            display: inline-block;
  2898.            animation: marqueeAnimation 15s linear infinite; /* Adjust the duration */
  2899.        }
  2900.        .mar-top{
  2901.            margin-top:50px;
  2902.        }
  2903.    </style>
  2904.    <style>
  2905.       .lnk-o a{
  2906.           color:#023047;
  2907.           text-decoration:none;
  2908.       }
  2909.       .lnk-o a:hover{
  2910.            color:white;
  2911.           text-decoration:none;
  2912.       }
  2913.       .lnk-b a{
  2914.           color:#ffb703;
  2915.           text-decoration:none;
  2916.       }
  2917.       .lnk-b a:hover{
  2918.            color:white;
  2919.           text-decoration:none;
  2920.       }
  2921.       .zoom-in-out {
  2922.      position: relative;
  2923.      overflow: hidden;
  2924.      display: inline-block;
  2925.    }
  2926.  
  2927.    .zoom-in-out img:hover {
  2928.      animation: zoomInOut 1s infinite alternate;
  2929.      transition: transform 1s ease-in-out;
  2930.    }
  2931.  
  2932.    @keyframes zoomInOut {
  2933.      0% {
  2934.        transform: scale(1);
  2935.      }
  2936.      100% {
  2937.        transform: scale(1.2);
  2938.      }
  2939.    }
  2940.   </style>    
  2941.  
  2942.  
  2943. </body>
  2944. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda