


<!DOCTYPE html>
<html>
  
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width">
        <title>VOYAGER SOFTWARE LLC : Effective solutions for your business</title>
        <meta property="og:title" content="VOYAGER SOFTWARE LLC : Effective solutions for your business" />
        <meta property="og:image" content="thumbnails/ALONG-real-e22db-1.jpg"/>
        
        <meta property="og:description" content="Welcome to VOYAGER SOFTWARE LLC – your trusted partner in the world of software! Unlock new opportunities for your business with our software VOYAGER">
        <meta name="description" content="Welcome to VOYAGER SOFTWARE LLC – your trusted partner in the world of software! Unlock new opportunities for your business with our software VOYAGER">
        <meta name="twitter:title" content="VOYAGER SOFTWARE LLC : Effective solutions for your business">
        <meta name="twitter:image:src" content="thumbnails/ALONG-real-e22db-1.jpg"/>
        <link rel="stylesheet" href="resource/css/bootstrap.css">
        <link rel="stylesheet" href="resource/css/button.css">
        <link rel="stylesheet" href="resource/css/jquery.fancybox.min.css">
        <link rel="stylesheet" href="resource/css/icons.css">
        <link rel="stylesheet" href="resource/css/slick.css">
        <link rel="stylesheet" href="resource/css/slick-theme.css">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
         
        <link rel="shortcut icon" href="site-logo.svg" type="image/x-icon">
        <script src="resource/js/jquery.min.js"></script>
        <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap" rel="stylesheet">
        <style>
            body{
                direction: ltr;
                font-family: 'Quicksand', sans-serif !important;
                font-size: 17px;
                margin: 0;
            }
            ul{
              margin: 0;
              padding: 0;
            }
            *{
              box-sizing: border-box;
            }
            .flex-direction-col-center{
              flex-direction: column !important;
              align-items: center !important;
              justify-content: center !important;
            }
            .header-inner{
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 27px 0px;
            }
            .header-inner-content{
              display: flex;
              flex-basis: 84%;
              justify-content: space-between;
              margin-bottom: 15px;
            }
            .logo-box{
              display: flex;
              align-items: center;
              margin-bottom: 15px;
            }
           .logo-box img{
            width: 71px;
            margin-right: 14px;
           }
           .header-address{
            display: flex;
            align-items: center;
            font-size: 16px;
            max-width: 250px;
           }
           .header-phone{
            display: flex;
            align-items: center;
            font-size: 16px;
           }
           .header-phone i,
           .header-address i{
            margin-right: 14px;
            font-size: 16px;
           }
           .header-phone p a{
             color: #000;
             text-decoration: none;
           }
           .nav-menu{
            flex-basis: 55%;
            display: flex;
            align-items: center;
            font-size: 14px;
           }
           .nav-menu ul{
            list-style-type: none;
            display: flex;
            justify-content: space-between;
           }
           .nav-menu .nav-menu-link{
            color: #000;
            text-decoration: none;
           }
           .nav-menu ul li:not(:last-child){
            margin-right: 27px;
           }
           .nav-menu li{
            position: relative;
            padding-bottom: 10px;
            padding-top: 10px;
           }
           .nav-menu li:hover a::after{
            content:'';
            display: block;
            position: absolute;
            height: 1px;
            width: 100%;
            background: linear-gradient(to bottom, #9febfe, #98e3fc, #92dcfa, #8ed4f7, #8bccf4);
            bottom: 0;
           }
           .contact-header{
            display: flex;
            flex-basis: 39%;
            justify-content: space-between;
           }
           .header-inner.flex-row-reverse{
            flex-direction: column !important;
              align-items: center !important;
              justify-content: center !important;
           }
           .header-inner.flex-row-reverse .header-inner-content{
              flex-direction: column !important;
              align-items: center !important;
              justify-content: center !important;
           }
           .header-inner.flex-row-reverse .nav-menu{
            margin-bottom: 20px;
            font-size: 16px;
           }
           .header-inner.flex-row-reverse .contact-header{
            margin-bottom: 20px;
           }
           .header-inner.flex-row-reverse .header-phone{
            margin-right: 15px;
           }

           .about-us{
            background-image: url(pics/page-background-2024-11-03_16-060.webp);
            background-attachment: fixed;
            background-position: center center;
            background-size: cover;
            padding: 66px 0;
            position: relative;
            color: #000000;
           }
           .about-us::after{
            content: '';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0.85;
            background: linear-gradient(to bottom, #9febfe, #98e3fc, #92dcfa, #8ed4f7, #8bccf4);
            z-index: 0;

           }
           .about-us-title{
            text-align: center;
            margin-bottom: 49px;
            position: relative;
            z-index: 1;
            font-weight: 700;
           }
           .about-us-content{
            position: relative;
            z-index: 1;
            flex-basis: 60%;
           }
           .about-us-content p{
            margin: 14px 0;
           }
           .about-us-content ul{
            margin-left: 49px;
           }
           .about-us-inner{
            display: flex;
            align-items: center
           }
           .about-us-images{
            position: relative;
            z-index: 1;
            flex-basis: 40%;
            display: flex;
           }
           .about-us-img{
            width: 100%;
            border-radius: 20px;
            margin-bottom: 10px;
           }
           .about-us-images-wrapper{
            padding: 0 5px;
           }
           .about-us-images-wrapper{
            display: flex;
            align-items: center;
            margin-right: 30px;
            justify-content: center;
           }
           .features{
            position: relative;
            z-index: 0;
           }
           .features::before,
           .gallery-section::before{
            content: '';
            width: 130px;
            height: 130px;
            display: block;
            background: #f0e4d7;
            opacity: 0.5;
            box-shadow: 0px 0px 695.52px #f0e4d7,
                        0px 0px 397.44px #f0e4d7,
                        0px 0px 231.84px #f0e4d7,
                        0px 0px 115.92px #f0e4d7,
                        0px 0px 33.12px #f0e4d7,
                        0px 0px 16.56px #f0e4d7;
            filter: blur(83px);
            position: absolute;
            z-index: 0;
            top: 0px;
            left: 180px;
           }
           .features::after,
           .gallery-section::after{
            content: '';
            width: 130px;
            height: 130px;
            display: block;
            background: #f0e4d7;
            opacity: 0.5;
            box-shadow: 0px 0px 695.52px #f0e4d7,
                        0px 0px 397.44px #f0e4d7,
                        0px 0px 231.84px #f0e4d7,
                        0px 0px 115.92px #f0e4d7,
                        0px 0px 33.12px #f0e4d7,
                        0px 0px 16.56px #f0e4d7;
            filter: blur(83px);
            position: absolute;
            z-index: 0;
            bottom: 0px;
            right: 180px;
           }
           .first-screen{
              background-image: linear-gradient(to bottom, #9febfe, #98e3fc, #92dcfa, #8ed4f7, #8bccf4);
              color: #000000;
              padding: 108px;
           }
           .first-screen-inner{
            display: flex;
            align-items: center;
            justify-content: space-between;
           }
           .first-screen-images{
            display: flex;
            align-items: flex-start
           }
           .first-screen-img{
            max-width: 270px;
            margin-left: -40px;
           }
           .first-screen-img:first-child{
            margin-top: 150px;
           }
           .first-screen-title{
            font-size: 45px;
            font-weight: 600;
            max-width: 600px;
           }

           .features{
            margin: 108px 0;
           }
           .features-title{
            margin-bottom: 49px;
            text-align: center;
            font-weight: 700;
           }
           .feature-wrapper{
            display: flex;
            flex-wrap: wrap;
           }
           .feature-wrapper.flex-row .feature{
            flex-basis: 48%;
            flex-direction: column !important;
           }
           .feature-wrapper.flex-row .feature:nth-child(even){
            flex-direction: column-reverse !important;
           }
           .feature-wrapper.flex-row .feature-img{
            width: 100%;
            height: auto;
           }

           .feature{
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 21px;
            box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
            border-radius: 20px;
            margin: 0 auto 30px;
            background-color: #fff;
            position: relative;
            z-index: 1;
           }
           .feature-img{
            width: auto;
            height: 430px;
          }
          .feature-content{
            flex-basis: 40%;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 25px;
            padding: 25px;
          }
          .feauture-icon{
            background-image: linear-gradient(to bottom, #9febfe, #98e3fc, #92dcfa, #8ed4f7, #8bccf4);
            color: #000000;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
          }
          .gallery-wrapper {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-template-rows: repeat(3, 5vw);
      grid-gap: 1.5rem;
      height: 100%;
    }

    .gallery--img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 20px;
    }

    .gItem--1 {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 5;
    }

    .gItem--2 {
      grid-column-start: 3;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 5;

    }

    .gItem--3 {
      grid-column-start: 5;
      grid-column-end: 7;
      grid-row-start: 1;
      grid-row-end: 5;
    }

    .gItem--4 {
      grid-column-start: 7;
      grid-column-end: 9;
      grid-row-start: 1;
      grid-row-end: 5;
    }
          .gallery-section{
            margin: 108px 0;
            position: relative;
          }
          .gallery-title{
            text-align: center;
            font-weight: 700;
            margin-bottom: 49px;
          }
          .reviews{
            margin: 108px 0;
            position: relative;
          }
          .reviews::after{
            content: '';
            width: 130px;
            height: 130px;
            display: block;
            background: #f0e4d7;
            opacity: 0.5;
            box-shadow: 0px 0px 695.52px #f0e4d7,
                        0px 0px 397.44px #f0e4d7,
                        0px 0px 231.84px #f0e4d7,
                        0px 0px 115.92px #f0e4d7,
                        0px 0px 33.12px #f0e4d7,
                        0px 0px 16.56px #f0e4d7;
            filter: blur(83px);
            position: absolute;
            z-index: 0;
            bottom: 0px;
            left: 180px;
          }
          .reviews-title{
            text-align: center;
            margin-bottom: 49px;
            font-weight: 700;
          }
          .reviews-photo img{
            border-radius: 50%;
            background: #ffffff;
            padding: 5px;
            height: 120px;
            width: 120px;
            box-shadow: 0 0 10px #cccccc;
          }
          .reviews-photo-icon{
            position: absolute;
            right: -10px;
            top: 0px;
            font-weight: 700;
            height: 50px;
            width: 50px;
            line-height: 50px;
            background: #f35a38;
            border-radius: 50%;
            color: #ffffff;
            text-align: center;
            padding: 8px 0;
          }
          .reviews-photo-icon svg{
            height: 30px;
            width: 30px;
          }
          .reviews-photo{
            position: relative;
            z-index: 1;
            display: inline-block;
          }
          .reviews-info{
            display: flex;
            flex-direction: column;
            align-items: center;
          }
          .reviews-content{
            text-align: center;
            margin: 20px 0;
            font-style: italic;
          }
          .reviews-item{
            
            padding: 0 21px;
            height: auto;
          }
          .review-item-inner{
            display: flex;
            justify-content: column;
            align-items: center;
          }
          .reviews-name{
            font-weight: 600;
            font-size: 20px;
            margin-top: 10px;
          }
          .reviews-rating{
            color:  #50a6d4;
            text-align: center;
          }
          .slick-prev:before, .slick-next:before{
            font-size: 35px;
            color:  #272121;
          }
          .contact-block{
            margin: 108px 0;
          }
          .contact-block-text{
            margin-bottom: 30px;
          }
          .contact-block-inner{
            display: flex;
            align-items: center;
            justify-content: space-between;
          }
          .contact-block-form{
            flex-basis: 44%;
          }
          .contact-block-form a{
            width: 100%;
          }
          .contact-block-info{
            flex-basis: 54%;
          }
          .contact-block-form form{
            display: flex;
            flex-direction: column;
            padding: 40px;
            box-shadow: 4px 4px 25px rgb(0 0 0 / 10%);
            border-radius: 20px;
            width: 500px;
          }
          .contact-info-wrapper{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
          }
          .contact-info-item{
            flex-basis: 48%;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
          }
          .contact-info-text{
            display: flex;
            flex-direction: column;
          }
          .contact-info-text a, a.contact-info-text{
            color: #000;
          }
          .contact-info-icon i{
            font-size: 30px;
            margin-right: 30px;
          }
          .contact-info-title{
            font-weight: 600;
            font-size: 19px;
            margin-bottom: 5px;
          }
          .contact-block-form button{
            width: 100%;
          }
          .text-field {
            margin-bottom: 1rem;
          }

          .text-field__label {
            display: block;
            margin-bottom: 0.25rem;
          }

          .text-field__input {
            display: block;
            width: 100%;
            height: calc(2.25rem + 2px);
            padding: 0.375rem 0.75rem;
            font-family: inherit;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #bdbdbd;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
          }

          .text-field__input[type="search"]::-webkit-search-decoration,
          .text-field__input[type="search"]::-webkit-search-cancel-button,
          .text-field__input[type="search"]::-webkit-search-results-button,
          .text-field__input[type="search"]::-webkit-search-results-decoration {
            -webkit-appearance: none;
          }

          .text-field__input::placeholder {
            color: #212529;
            opacity: 0.4;
          }

          .text-field__input:focus {
            color: #212529;
            background-color: #fff;
            border-color: #bdbdbd;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
          }

          .text-field__input:disabled,
          .text-field__input[readonly] {
            background-color: #f5f5f5;
            opacity: 1;
          }
          .contact-block-title{
            font-weight: 700;
          }
         
          .burger{
            width: 40px;
            height: 23px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            display: none;
          }
          .line{
            height: 2px;
            width: 100%;
            background-color: #272121;
            border-radius: 20px;
            background-color: #272121;
          }
          .close{
            display: none;
          }
          .text-field_floating {
            position: relative;
          }
          .reviews-inner{
            direction: ltr !important;
          }

          .text-field_floating .text-field__input {
            height: calc(3.5rem + 2px);
            line-height: 1.25;
            padding: 1rem 0.75rem;
          }

          .text-field_floating .text-field__label {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            padding: 1rem .75rem;
            pointer-events: none;
            border: 1px solid transparent;
            transform-origin: 0 0;
            transition: opacity .15s ease-in-out, transform .15s ease-in-out;
          }

          .text-field_floating .text-field__input::-moz-placeholder {
            color: transparent;
          }

          .text-field_floating .text-field__input::placeholder {
            color: transparent;
          }

          .text-field_floating .text-field__input:focus,
          .text-field_floating .text-field__input:not(:placeholder-shown) {
            padding-top: 1.625rem;
            padding-bottom: .625rem;
          }

          .text-field_floating .text-field__input:focus ~ .text-field__label
           {
            opacity: .65;
            transform: scale(.85) translateY(-.75rem) translateX(.15rem);
          }
          .nerwForms {
             display: flex;
            flex-direction: column;
            gap: 14px;
          }
          .input-group-holderblock{
            display: block;
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0.25rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }
        .textarea-group-holderblock{
          width: 100%;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            padding: 0.375rem 0.75rem;
        }
          #cookie-pricest__link{
                display: none;
                justify-content: space-between;
                align-items: center;
                position: fixed;
                bottom: 21px;
                left: 50%;
                width: 1110px;
                max-width: 90%;
                transform: translateX(-50%);
                padding: 21px;
                background-color:  #272121;
                border-radius: 20px;
                box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);
                gap: 21px;
                z-index: 999999;
            }
            #cookie-pricest__link button{
                max-width: 200px;
                width: 100%;
            }

            #cookie-pricest__link p{
                margin: 0;
                font-size: 13px;
                color: #fff;
            }


            @media (min-width: 576px){
                #cookie-pricest__link.show{
                    display: flex;
                }
            }

            @media (max-width: 575px){
                #cookie-pricest__link.show{
                    display: flex;
                    flex-direction: column;
                }
                button{
                    width: 100%;
                }
            }
        </style>
        <link rel="stylesheet" href="resource/css/media.css">
        
        </head>

        <body>
          
            <header class="header txtdv--list">
              <div class="container">
                <div class="header-inner flex-row-reverse">
                  <div class="logo-box">
                    <img src="site-logo.svg" alt="">
                    <p>VOYAGER SOFTWARE LLC</p>
                  </div>

                <div class="header-inner-content  flex-row-reverse">
                  <div class="contact-header flex-row-reverse">
                    <div class="header-address">
                      <i class="bi bi-geo-alt-fill"></i>
                      <p class="header-address-text"> 273 EQUESTRIAN CIR <br>
Shenandoah Junction, WV 25442</p>
                    </div>

                    <div class="header-phone">
                      <i class="bi bi-telephone-fill"></i>
                      <p class="header-phone-text"><a href="tel:(240)329-7021">(240)329-7021</a></p>
                    </div>
                  </div>
                  <nav class="nav-menu">
                    <div class="close"></div>
                    <ul>
                      <li class="nav-menu-item"><a href="./" class="nav-menu-link">Home</a></li>
                      <li class="nav-menu-item"><a href="./#features" class="nav-menu-link">Our Advantages</a></li>
                      <li class="nav-menu-item"><a href="./#about-us" class="nav-menu-link">About us</a></li>
                      <li class="nav-menu-item"><a href="./#reviews" class="nav-menu-link">Customer Testimonials</a></li>
                      <li class="nav-menu-item"><a href="./#contact-block" class="nav-menu-link">Contacts</a></li>
                    </ul>
                  </nav>
                  <div class="burger">
                    <div class="line"></div>
                    <div class="line"></div>
                    <div class="line"></div>
                  </div>
                </div>
              </div>
              </div>
            </header>
            
            <section class="first-screen">
              <div class="container">
                <div class="first-screen-inner flex-row-reverse">
                  <div class="first-screen-content">
                    <h1 class="first-screen-title">Welcome to VOYAGER SOFTWARE LLC! Here we make technology accessible and understandable. Let's bring your ideas to life.</h1>
                  </div>
                  <div class="first-screen-images flex-row-reverse">
                    <img src="pics/showcase-2024-10-25_16-06-430.webp " alt="first-screen-image" class="first-screen-img">
                    <img src="pics/showcase-2024-10-25_16-06-431.webp " alt="first-screen-image" class="first-screen-img">
                  </div>
                </div>
              </div>
            </section>

            <section id="features" class="features">
              <div class="container">
                <h2 class="features-title">Our Advantages</h2>
                <div class="feature-wrapper flex-column">
                    <div class="feature flex-row-reverse">
                      <img src="pics/showcase-2024-10-25_16-06-432.webp" alt="" class="feature-img">
                      <div class="feature-content">
                        <div class="feauture-icon">

                          <i class="bi bi-chat-right-text"></i>
                        </div>
                        <p class="feature-text">Responsive Customer Support: Our support team works around the clock, ensuring that any questions and problems that our customers may have during the project process or after its completion are promptly resolved.</p>
                      </div>
                    </div>
                    <div class="feature flex-row-reverse">
                      <div class="feature-content">
                        <div class="feauture-icon">

                          <i class="bi bi-gear"></i>
                        </div>
                        <p class="feature-text">Training & Consulting: We offer training programs and consulting services for clients who want to improve their IT competence or master new technologies and tools used in their projects.</p>
                      </div>
                      <img src="pics/showcase-2024-10-25_16-06-433.webp" alt="" class="feature-img">
                    </div>
                    <div class="feature flex-row-reverse">
                      <img src="pics/showcase-2024-10-25_16-06-434.webp" alt="" class="feature-img">
                      <div class="feature-content">
                        <div class="feauture-icon">
                           <i class="bi bi-gem"></i>
                        </div>
                        <p class="feature-text">Openness and transparency: We strive for open and honest communication with our customers at all stages of cooperation. Regular reports, direct communication with the team, and access to project management systems ensure complete transparency of the development process.</p>
                      </div>
                    </div>
                    <div class="feature flex-row-reverse">

                      <div class="feature-content">
                        <div class="feauture-icon">
                          <i class="bi bi-globe2"></i>
                        </div>
                        <p class="feature-text">Multidisciplinary teams: Our teams bring together specialists from various disciplines, from developers and testers to designers and analysts. This allows us to create end-to-end solutions that cover all aspects of the product.</p>
                      </div>
                      <img src="pics/showcase-2024-10-25_16-06-435.webp" alt="Effective solutions for your business" class="feature-img">
                    </div>
                  </div>
              </div>
            </section>
            <section id="about-us" class="about-us">
              <div class="container">
                <h2 class="about-us-title">
                  Effective solutions for your business
                </h2>
                <div class="about-us-inner flex-row-reverse">
                  <div class="about-us-images flex-row-reverse">
                    <div class="about-us-images-wrapper">
                      <img src="thumbnails/ALONG-real-e22db-1.jpg" alt="main-image-1" class="about-us-img">
                    </div>
                    </div>
                  <div class="about-us-content">
                    <p><strong>Welcome to VOYAGER SOFTWARE LLC – your trusted partner in the world of software!</strong></p>
<p>Unlock new opportunities for your business with our software</p>
<p>VOYAGER SOFTWARE LLC offers a wide range of software solutions to help your business run smarter, reduce costs, and increase productivity. We specialize in selling software for a variety of industries, including:</p>
<ul>
<li><strong>Accounting &</strong> <strong>Finance:</strong> Simplify accounting and streamline financial processes with our software.</li>
<li><strong>Project Management:</strong> Plan and manage projects efficiently with our tools that foster teamwork and increase productivity.</li>
<li><strong>Customer service:</strong> Increase customer satisfaction with programs that help manage customer interactions.</li>
</ul>
<p><strong>Why Choose VOYAGER SOFTWARE LLC?</strong></p>
<ul>
<li><strong>Wide range:</strong> We offer both licensed solutions and custom designs to suit your needs.</li>
<li><strong>Expert Support:</strong> Our team of specialists is always available to assist you in choosing the right software and answer all your questions.</li>
<li><strong>Flexible terms:</strong> We offer flexible payment terms and the possibility of trying out our products.</li>
</ul>
<p><strong>How does it work?</strong></p>
<ol>
<li><strong>Consultation:</strong> Contact us for advice on your software needs.</li>
<li><strong>Choosing a solution:</strong> We will help you choose the best solution from our range.</li>
<li><strong>Installation</strong> <strong>&</strong> <strong>Training:</strong> Our team will provide quick software installation and training for your staff.</li>
<li><strong>Support:</strong> After purchase, you will receive ongoing technical support.</li>
</ol>
<p><strong>Get started today!</strong></p>
<p>Fill out the form below to get a consultation and learn how VOYAGER SOFTWARE LLC can help your business reach new heights.</p>
<p><strong>Take a step towards a successful future with software from VOYAGER SOFTWARE LLC!</strong></p>
                  </div>
                </div>

              </div>
            </section>
            
            <section class="gallery-section">
              <div class="container">
                <h2 class="gallery-title">
                  Related Images
                </h2>
                <div class="gallery-inner">
                  <div class="gallery-wrapper">
    <div class="gItem--1 wishlistfw--style">
        <a href="" class="fanboxy" data-fancybox><img src="pics/showcase-2024-10-25_16-06-436.webp" alt="image 1" class="gallery--img"></a>
    </div>
    <div class="gItem--2 wishlistfw--style">
        <a href="" class="fanboxy" data-fancybox><img src="pics/showcase-2024-10-25_16-06-437.webp" alt="image 2" class="gallery--img"></a>
    </div>
    <div class="gItem--3 wishlistfw--style">
        <a href="" class="fanboxy" data-fancybox><img src="pics/showcase-2024-10-25_16-06-438.webp" alt="image 3" class="gallery--img"></a>
    </div>
    <div class="gItem--4 wishlistfw--style">
        <a href="" class="fanboxy" data-fancybox><img src="pics/showcase-2024-10-25_16-06-439.webp" alt="image 4" class="gallery--img"></a>
    </div>
</div>
                </div>

              </div>
            </section>
            
            
            <section id="reviews" class="reviews">
              <div class="container">
                  <h2 class="reviews-title">Many satisfied customers trust us</h2>
                  <div class="col">
                    <div class="reviews-inner">
                      <div class="reviews-item ">
                          <div class="review-item-inner flex-column-reverse">
                              <div class="reviews-rating">
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                              </div>
                              <div class="reviews-content">
                                  <div class="reviews-text">The security system you have developed for us is at the cutting edge of technology. We feel safer than ever.</div>
                              </div>
                              <div class="reviews-info">
                                  <div class="reviews-photo">
                                      <img src="pics/defaultAvatar-2024-10-18_16-06-43-0.webp" alt="photo-people">
                                      <div class="reviews-photo-icon">
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
                                              class="bi bi-quote" viewBox="0 0 16 16">
                                              <path
                                                  d="M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z" />
                                          </svg>
                                      </div>
                                  </div>
                                  <p class="reviews-name">Andreea Craig</p>
                                  <p class="reviews-position">Database Developer</p>
                              </div>
                          </div>
                      </div>
                      <div class="reviews-item ">
                          <div class="review-item-inner flex-column-reverse">
                              <div class="reviews-rating">
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                              </div>
                              <div class="reviews-content">
                                  <div class="reviews-text">Your software support team is second to none. Answers come quickly and solutions are effective. We are very happy with your company's choice.</div>
                              </div>
                              <div class="reviews-info wishlistfw--style">
                                  <div class="reviews-photo">
                                      <img src="pics/defaultAvatar-2024-10-18_16-06-43-1.webp" alt="photo-people">
                                      <div class="reviews-photo-icon">
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
                                              class="bi bi-quote" viewBox="0 0 16 16">
                                              <path
                                                  d="M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z" />
                                          </svg>
                                      </div>
                                  </div>
                                  <p class="reviews-name">Shannen Bass</p>
                                  <p class="reviews-position">Business Analyst</p>
                              </div>
                          </div>
                      </div>
                      <div class="reviews-item ">
                          <div class="review-item-inner flex-column-reverse">
                              <div class="reviews-rating">
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                              </div>
                              <div class="reviews-content">
                                  <div class="reviews-text">Updates and support for your company's software are always fast and efficient. We appreciate your responsiveness and professionalism.</div>
                              </div>
                              <div class="reviews-info">
                                  <div class="reviews-photo">
                                      <img src="pics/defaultAvatar-2024-10-18_16-06-43-2.webp" alt="photo-people">
                                      <div class="reviews-photo-icon">
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
                                              class="bi bi-quote" viewBox="0 0 16 16">
                                              <path
                                                  d="M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z" />
                                          </svg>
                                      </div>
                                  </div>
                                  <p class="reviews-name">Bethany Handley</p>
                                  <p class="reviews-position">Software Architecture</p>
                              </div>
                          </div>
                      </div>
                      <div class="reviews-item ">
                          <div class="review-item-inner flex-column-reverse">
                              <div class="reviews-rating">
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                              </div>
                              <div class="reviews-content">
                                  <div class="reviews-text">Thank you for developing a custom ERP solution. This has completely changed the way we manage resources and improved the efficiency of our operations.</div>
                              </div>
                              <div class="reviews-info">
                                  <div class="reviews-photo">
                                      <img src="pics/defaultAvatar-2024-10-18_16-06-43-3.webp" alt="photo-people">
                                      <div class="reviews-photo-icon">
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
                                              class="bi bi-quote" viewBox="0 0 16 16">
                                              <path
                                                  d="M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z" />
                                          </svg>
                                      </div>
                                  </div>
                                  <p class="reviews-name">Darla Byrd</p>
                                  <p class="reviews-position">AI Engineer</p>
                              </div>
                          </div>
                      </div>
                      <div class="reviews-item ">
                          <div class="review-item-inner flex-column-reverse">
                              <div class="reviews-rating">
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                                  ✸
                              </div>
                              <div class="reviews-content">
                                  <div class="reviews-text">The support and updates you provide are always timely and professional. We know we can rely on your team.</div>
                              </div>
                              <div class="reviews-info">
                                  <div class="reviews-photo">
                                      <img src="pics/defaultAvatar-2024-10-18_16-06-43-4.webp" alt="photo-people">
                                      <div class="reviews-photo-icon">
                                          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
                                              class="bi bi-quote" viewBox="0 0 16 16">
                                              <path
                                                  d="M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z" />
                                          </svg>
                                      </div>
                                  </div>
                                  <p class="reviews-name">Marianne Burke</p>
                                  <p class="reviews-position">Quality Control Engineer</p>
                              </div>
                          </div>
                      </div>
                  </div>
                  </div>
              </div>
          </section>
          
          
            <section id="contact-block" class="contact-block">
              <div class="container">

                <div class="contact-block-inner flex-row-reverse">
                  <div class="contact-block-info">
                    <h2 class="contact-block-title">Contacts</h2>
                    <p class="contact-block-text">You can use our services by writing to us or calling us. We will be happy to answer any questions and help you order services!</p>
                    <div class="contact-info-wrapper flex-row-reverse">
                      <div class="contact-info-item">
                        <div class="contact-info-icon">
                          <i class="bi bi-telephone"></i>
                        </div>
                        <div class="contact-info-content">
                          <p class="contact-info-title">Telephone number</p>
                          <a href="tel:(240)329-7021" class="contact-info-text">(240)329-7021</a>
                        </div>
                      </div>
                      <div class="contact-info-item">
                        <div class="contact-info-icon">
                          <i class="bi bi-geo-alt"></i>
                        </div>
                        <div class="contact-info-content">
                          <p class="contact-info-title">Address Location</p>
                          <p class="contact-info-text"> 273 EQUESTRIAN CIR <br>
Shenandoah Junction, WV 25442</p>
                        </div>
                      </div>
                      <div class="contact-info-item">
                        <div class="contact-info-icon">
                          <i class="bi bi-envelope"></i>
                        </div>
                        <div class="contact-info-content">
                          <p class="contact-info-title">Mailing address</p>
                          <div class="contact-info-text">
                            <a href="/cdn-cgi/l/email-protection#8ce5e2eae3ccfae3f5edebe9fea1ffe3eaf8a2efe3e1" class="contact-info-text"><span class="__cf_email__" data-cfemail="056c6b636a45736a7c6462607728766a63712b666a68">[email&#160;protected]</span></a>
                          </div>
                        </div>
                      </div>
                      <div class="contact-info-item addressum--dropdown">

                        <div class="contact-info-content">
                          <div class="contact-info-text">
                            <a href="privacy.html" target="_blank">Privacy policy</a>
                            <a href="terms.html" target="_blank">Terms & Conditions</a>
                            <a href="disclaimer.html" target="_blank">Disclaimer</a>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                  <div class="contact-block-form">
                    
                    <a class="but button-5" href="tel:2403297021">Learn more </a>
                  </div>
                </div>
              </div>
            </section>


        <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="resource/js/jquery.fancybox.min.js"></script>
        <script type="text/javascript" src="resource/js/slick.js"></script>
        <script type="text/javascript" src="resource/js/script.js"></script>


        <script>
            let count = 2;
            if(count == 3){
                $('.slidComments__item--box').css({'flex-direction':'column','text-align':'center'});
            }

            $('.reviews-inner').slick({
                dots: false,
                slidesToShow: count,
                arrows: true,
                responsive: [
                    {
                    breakpoint: 1024,
                    settings: {
                        slidesToShow: 1,
                        slidesToScroll: 1,
                        infinite: true,
                        dots: true,
                        arrows: false
                    }
                    },
                    {
                    breakpoint: 600,
                    settings: {
                        slidesToShow: 1,
                        slidesToScroll: 1,
                        dots: true,
                        arrows: false
                    }
                    },
                    {
                    breakpoint: 480,
                    settings: {
                        slidesToShow: 1,
                        slidesToScroll: 1,
                        dots: true,
                        arrows: false
                    }
                    }
                ]
                });
        </script>
            
            
    </body>
    
    
</html>

