Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - cees3.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 18:51:07 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Sat, 10 May 2025 19:51:07 GMT
Location: https://cees3.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GZ%2B3pdWmbQ4XWWGYmsJiGSwIpot4%2FVfhlvRjOZYvrWiqHtq846VzYua4AoyU218pMkB4GdAuDDtcsmtIWdFtpVomL70YWSWkhk4hhoRDBg9TP%2FX1yYe7LOQxLxvpR9o%2F%2B4%2B0AQt3vzY%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93dba04ba882eb52-CPH
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=16527&min_rtt=16527&rtt_var=8263&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

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

When is Code 301 used?

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

What does Code 301 mean for the user?

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

200 OK - https://cees3.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 18:51:07 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Cf-Cache-Status: DYNAMIC
Server: cloudflare
Vary: Accept-Encoding
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Link: <https://fonts.googleapis.com>; rel="preconnect"
Referrer-Policy: strict-origin-when-cross-origin
X-Content-Type-Options: nosniff
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=APfUG3ciw2Uh%2FfVwaOKy1fJukVG3pZBwvZqCkc1SpdITDEqT44RFxJkYZmn1vmD1FbKa%2BuU4P4CdlbWkQYXeGkmx9iSHSG1aM0wJTYbyreXyxwFJ9atO1qYiqK40VnZkpXFa8D2VOno%3D"}],"group":"cf-nel","max_age":604800}
Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
CF-RAY: 93dba04c393bebce-CPH

HTTP Code 200 OK

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

When is Code 200 used?

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

What does Code 200 mean for the user?

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

GET / HTTP/1.1
Host: cees3.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>C'S|3 - Consultancy Group</title>
    <!-- SEO Meta Tags-->
    <meta name="description" content="C'S|3 Group - Consult. Create. Coach.">
    <meta name="keywords" content="bootstrap, business, consulting, coworking space, services, creative agency, dashboard, e-commerce, mobile app showcase, multipurpose, product landing, shop, software, ui kit, web studio, landing, html5, css3, javascript, gallery, slider, touch, creative">
    <meta name="author" content="C'S|3 Consultancy Group">
    <!-- Viewport-->
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- Favicon and Touch Icons-->
    <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
    <link rel="manifest" href="site.webmanifest">
    <link rel="mask-icon" color="#36383c" href="safari-pinned-tab.svg">
    <meta name="msapplication-TileColor" content="#36383c">
    <meta name="theme-color" content="#ffffff">
    <!-- Custom Fonts-->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&amp;display=swap" rel="stylesheet">
    <!-- Page loading styles-->
    <style>
      .page-loading {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .4s .2s ease-in-out;
        transition: all .4s .2s ease-in-out;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
      }
      .page-loading.active {
        opacity: 1;
        visibility: visible;
      }
      .page-loading-inner {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        opacity: 0;
      }
      .page-loading.active > .page-loading-inner {
        opacity: 1;
      }
      .page-loading-inner > span {
        display: block;
        font-family: 'Inter', sans-serif;
        font-size: 1rem;
        font-weight: normal;
        color: #36383c;
      }
      .page-spinner {
        display: inline-block;
        width: 2.75rem;
        height: 2.75rem;
        margin-bottom: .75rem;
        vertical-align: text-bottom;
        border: .15em solid #36383c;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: spinner .75s linear infinite;
        animation: spinner .75s linear infinite;
      }
      @-webkit-keyframes spinner {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @keyframes spinner {
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      
    </style>
    <!-- Page loading scripts-->
    <script>
      (function () {
        window.onload = function () {
          var preloader = document.querySelector('.page-loading');
          preloader.classList.remove('active');
          setTimeout(function () {
            preloader.remove();
          }, 2000);
        };
      })();
      
    </script>
    <!-- Vendor Styles-->
    <link rel="stylesheet" media="screen" href="vendor/simplebar/dist/simplebar.min.css"/>
    <link rel="stylesheet" media="screen" href="vendor/tiny-slider/dist/tiny-slider.css"/>
    <!-- Main Theme Styles + Bootstrap-->
    <link rel="stylesheet" media="screen" href="css/theme.min.css">
  </head>
  <!-- Body-->
  <body>
    <!-- Page loading spinner-->
    <div class="page-loading active">
      <div class="page-loading-inner">
        <div class="page-spinner"></div><span>Loading...</span>
      </div>
    </div>
    <main class="page-wrapper">
      <!--include partials/navbar-floating-light-->
      <!-- include modal-signin-->
      <!-- Navbar Floating light for Index page only-->
      <!-- Remove "navbar-sticky" class to make navigation bar scrollable with the page.-->
      <header class="header navbar navbar-expand-lg navbar-light navbar-floating navbar-sticky" data-fixed-element>
        <div class="container-fluid px-3 px-sm-2">
          <button class="navbar-toggler ms-n2 me-2" type="button" data-bs-toggle="offcanvas" data-bs-target="#primaryMenu"><span class="navbar-toggler-icon"></span></button><a class="navbar-brand flex-shrink-0 order-lg-1 ms-lg-0 pe-lg-2 me-lg-4 ms-sm-auto" href="index.html"><img class="navbar-floating-logo d-none d-lg-block" src="img/logo/CS3-Logos-landscape.png" alt="CS3 Consultancy Corp" width="225"><img class="navbar-stuck-logo" src="img/logo/CS3-Logos-landscape.png" alt="CS3 Consultancy Corp" width="225"><img class="d-lg-none justify-content-end" src="img/logo/CS3-Logos-landscape.png" alt="CS3 Consultancy Corp" width="150"></a>
          <div class="offcanvas offcanvas-collapse order-lg-2" id="primaryMenu">
            <div class="offcanvas-header navbar-shadow">
              <h5 class="mt-1 mb-0">Menu</h5>
              <button class="btn-close lead" type="button" data-bs-dismiss="offcanvas" aria-label="Close"></button>
            </div>
            <div class="offcanvas-body justify-content-end">
              <!-- Menu-->
              <ul class="navbar-nav">
                <li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Services</a>
                  <ul class="dropdown-menu">
                    <li class="dropdown"><a class="dropdown-item dropdown-toggle" href="consulting.html" data-bs-toggle="dropdown">Consulting</a>
                      <ul class="dropdown-menu">
                        <li><a class="dropdown-item" href="organizational-assessments.html">Organizational Assessments</a></li>
                        <li><a class="dropdown-item" href="consultancy-services.html">Consultancy Services</a></li>
                        <li><a class="dropdown-item" href="financial-services.html">Financial Services</a></li>
                      </ul>
                    </li>
                    <li class="dropdown"><a class="dropdown-item dropdown-toggle" href="creating.html" data-bs-toggle="dropdown">Creating</a>
                      <ul class="dropdown-menu">
                        <li><a class="dropdown-item" href="software-development.html">Software Development</a></li>
                        <li><a class="dropdown-item" href="managed-it-services.html">Managed IT &amp; Security Services</a></li>
                      </ul>
                    </li>
                    <li class="dropdown"><a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown">Coaching</a>
                      <ul class="dropdown-menu">
                        <li><a class="dropdown-item" href="leadership-and-coaching.html">Leadership Development &amp; Coaching</a></li>
                      </ul>
                    </li>
                  </ul>
                </li>
                <li class="nav-item dropdown dropdown-mega"><a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Products</a>
                  <div class="dropdown-menu"><a class="dropdown-column dropdown-column-img bg-secondary" href="index.html" style="background-image: url(img/cees3/cristo.png);"></a>
                    <div class="dropdown-column"><a class="dropdown-item" href="cristo-plus.html">Cristo+</a><a class="dropdown-item" href="cample.html">Cample+</a><a class="dropdown-item" href="cs3-assessments.html">C'S|3 Assessments</a><a class="dropdown-item" href="contact.html">Custom Projects</a></div>
                  </div>
                </li>
                <li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Resources</a>
                  <ul class="dropdown-menu">
                    <li><a class="dropdown-item" href="case-studies.html">
                        <div class="d-flex align-items-center">
                          <div class="fs-xl text-muted"><i class="ai-file-text"></i></div>
                          <div class="ps-3"><span class="d-block text-heading">Case Studies</span><small class="d-block text-muted">Making a difference</small></div>
                        </div></a></li>
                    <li class="dropdown-divider"></li>
                    <li><a class="dropdown-item" href="blog.html">
                        <div class="d-flex align-items-center">
                          <div class="fs-xl text-muted"><i class="ai-layers"></i></div>
                          <div class="ps-3"><span class="d-block text-heading">Blog<span class="badge bg-success ms-2">5+</span></span><small class="d-block text-muted">Content-Rich Articles</small></div>
                        </div></a></li>
                    <li class="dropdown-divider"></li>
                    <li><a class="dropdown-item" href="/cdn-cgi/l/email-protection#86f5f3f6f6e9f4f2c6e5e3e3f5b5a8e5e9eb">
                        <div class="d-flex align-items-center">
                          <div class="fs-xl text-muted"><i class="ai-life-buoy"></i></div>
                          <div class="ps-3"><span class="d-block text-heading">Support</span><small class="d-block text-muted"><span class="__cf_email__" data-cfemail="86f5f3f6f6e9f4f2c6e5e3e3f5b5a8e5e9eb">[email&#160;protected]</span></small></div>
                        </div></a></li>
                  </ul>
                </li>
                <li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="about.html" data-bs-toggle="dropdown">About</a>
                  <ul class="dropdown-menu">
                    <li><a class="dropdown-item" href="about.html#why">Why C'S|3</a></li>
                    <li><a class="dropdown-item" href="about.html#vision">Vision &amp; Mission</a></li>
                    <li><a class="dropdown-item" href="about.html#values">Core Values</a></li>
                    <li><a class="dropdown-item" href="about.html#team">Our Team          </a></li>
                    <li><a class="dropdown-item" href="careers.html">Careers          </a></li>
                  </ul>
                </li>
                <li class="nav-item"><a class="nav-link" href="/contact.html">Contact</a></li>
              </ul>
            </div>
          </div>
        </div>
      </header>
      <!-- Page content-->
      <!-- Hero-->
      <section class="jarallax bg-light pt-5 pt-lg-7 pb-7" data-jarallax data-speed="0.3">
        <div class="jarallax-img" style="background-image: url(img/cees3/hero-1.jpg);"></div>
        <div class="shape shape-bottom shape-curve bg-body">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3000 185.4">
            <path fill="currentColor" d="M3000,0v185.4H0V0c496.4,115.6,996.4,173.4,1500,173.4S2503.6,115.6,3000,0z"></path>
          </svg>
        </div>
        <!-- Content-->
        <div class="container pt-5 pb-5 pt-lg-5">
          <div class="row align-items-center justify-items-center">
            <div class="pb-5 mb-sm-3 my-lg-5 py-lg-5 text-center">
              <h1>Consult. Create. Coach.</h1>
              <h2 class="h5 pb-2">We help achieve synergy in organizations and teams.</h2><a class="btn btn-primary" href="#section1" rel="noopener">Learn More!</a>
            </div>
          </div>
        </div>
      </section>
      <!-- About-->
      <section class="container position-relative zindex-5" style="margin-top: -3rem;">
        <div class="bg-light rounded-3 shadow py-5 py-md-6 px-4 px-md-0">
          <div class="row align-items-center py-3 py-md-0">
            <div class="col-xl-4 col-lg-4 col-md-3 text-center">
              <h2 class="pb-3 pb-md-0"><span class="d-block text-body opacity-25">Why</span>C'S|3?</h2>
            </div>
            <div class="col-xl-6 col-lg-7 col-md-8 text-center text-md-start">
              <p>An organization’s health is connected across various parts of its ecosystem (systems, structures, communication, marketing, HR, accounting, departments, business processes, suppliers, customers, vendors, and strategies), all connected and managed by your most important resource: <b>People</b>. </p>
              <p class="mb-0">At C’S|3 Consultancy Corporation, we believe any part that doesn’t work well affects your overall efficiency, effectiveness, profitability, and long-term sustainability in the marketplace.</p>
            </div>
          </div>
        </div>
      </section>
      <!-- Services-->
      <section class="container pt-5 pt-lg-6" id="section1">
        <h2 class="text-center">Our offerings</h2>
        <p class="text-center text-muted mb-0">We provide a wide range of services to assist in your growth and meet your goals.</p>
        <!-- Consulting Services-->
        <div class="row align-items-center border-bottom py-5">
          <div class="col-md-6 py-3"><img class="d-block mx-auto" src="img/demo/web-studio/services/01.svg" alt="Responsive Web Design"></div>
          <div class="col-xl-4 col-lg-5 col-md-6 offset-lg-1 py-3">
            <h3 class="h4 mb-4">Consulting Services</h3>
            <ul class="list-unstyled">
              <li class="d-flex mb-2 pb-1"><i class="ai-check-circle text-success fs-xl mt-1 me-3"></i><span>Strategic Consulting, Technology Governance &amp; CIO Roadmaps, Financial Management &amp; Audits.</span></li>
              <li class="d-flex mb-2 pb-1"><i class="ai-check-circle text-success fs-xl mt-1 me-3"></i><span>Organizational Risk Management, SDI &amp; Relational Intelligence, Networking &amp; Telecommunications</span></li>
              <li class="d-flex mb-2 pb-1"><i class="ai-check-circle text-success fs-xl mt-1 me-3"></i><span>Organizational Assessments for Compliance, Business Continuity / Disaster Risk Management, Cybersecurity &amp; Digital Security Services Consulting.</span></li>
            </ul>
            <h4 class="h6 pt-2 mb-1"> </h4><a class="fw-medium text-primary" href="consulting.html">Learn more about our consulting services<i class="ai-chevron-right fs-xl ms-1 align-middle"></i></a>
          </div>
        </div>
        <!-- Creating Services-->
        <div class="row align-items-center border-bottom py-5">
          <div class="col-md-6 offset-lg-1 py-3 order-md-2"><img class="d-block mx-auto" src="img/demo/web-studio/services/02.svg" alt="Web Development"></div>
          <div class="col-xl-4 col-lg-5 col-md-6 offset-xl-1 py-3 order-md-1">
            <h3 class="h4 mb-4">Creating Services</h3>
            <ul class="list-unstyled">
              <li class="d-flex mb-2 pb-1"><i class="ai-check-circle text-success fs-xl mt-1 me-3"></i><span>Building dynamic websites and web/native applications with latest technologies.</span></li>
              <li class="d-flex mb-2 pb-1"><i class="ai-check-circle text-success fs-xl mt-1 me-3"></i><span>Front-end, Back-end, and mobile development in several tech stacks.</span></li>
              <li class="d-flex mb-2 pb-1"><i class="ai-check-circle text-success fs-xl mt-1 me-3"></i><span>Partially and fully managed IT services, managed network, cybersecurity, telecommunications, and backup services.</span></li>
            </ul><a class="fw-medium text-primary" href="creating.html">Find out how we do it<i class="ai-chevron-right fs-xl ms-1 align-middle"></i></a>
          </div>
        </div>
        <!-- Coaching Services-->
        <div class="row align-items-center border-bottom py-5">
          <div class="col-md-6 py-3"><img class="d-block mx-auto" src="img/demo/web-studio/services/03.svg" alt="Mobile Apps Development"></div>
          <div class="col-xl-4 col-lg-5 col-md-6 offset-lg-1 py-3">
            <h3 class="h4 mb-4">Coaching Services</h3>
            <ul class="list-unstyled">
              <li class="d-flex mb-2 pb-1"><i class="ai-check-circle text-success fs-xl mt-1 me-3"></i><span>Our leadership program is developed for long term strategies.</span></li>
              <li class="d-flex mb-2 pb-1"><i class="ai-check-circle text-success fs-xl mt-1 me-3"></i><span>Change strategic and operational tactics with our relationship intelligence and gap analysis leadership assessments.</span></li>
              <li class="d-flex mb-2 pb-1"><i class="ai-check-circle text-success fs-xl mt-1 me-3"></i><span>Coaching and development of strategic skills in understanding and shaping culture, measuring strategic roadmaps, and re-discovering your soul for your purpose in steering the ship and its crew for long voyages.</span></li>
            </ul><a class="fw-medium text-primary" href="coaching.html">Check out our leadership assessments<i class="ai-chevron-right fs-xl ms-1 align-middle"></i></a>
          </div>
        </div>
      </section>
      <!-- Products-->
      <section class="container overflow-hidden pt-5 pt-md-6 pt-lg-7 pb-4 pb-md-2">
        <h2 class="text-center pt-4 pt-md-0">Our Products and Hosted Services</h2>
        <p class="text-center text-muted pb-4">Custom software solutions to serve your needs.
          <!-- Portfolio grid-->
          <div class="masonry-grid" data-columns="3">
            <div class="masonry-grid-item"><a class="card card-hover border-0 shadow" href="cristo-plus.html"><img class="card-img-top" src="img/cees3/cristo.png" alt="Cristo Plus">
                <div class="card-body text-center">
                  <h3 class="h5 nav-heading mb-2">Cristo+</h3>
                  <p class="fs-sm text-muted mb-2">Church Health Management Software</p>
                </div></a></div>
            <div class="masonry-grid-item"><a class="card card-hover border-0 shadow" href="cample.html"><img class="card-img-top" src="img/cees3/cample.png" alt="Cample Plus">
                <div class="card-body text-center">
                  <h3 class="h5 nav-heading mb-2">Cample+</h3>
                  <p class="fs-sm text-muted mb-2">Smart CRM for Camps</p>
                </div></a></div>
            <div class="masonry-grid-item"><a class="card card-hover border-0 shadow" href="cs3-assessments.html"><img class="card-img-top" src="img/cees3/assessments.png" alt="CS3 Assessments">
                <div class="card-body text-center">
                  <h3 class="h5 nav-heading mb-2">C'S|3 Assessments</h3>
                  <p class="fs-sm text-muted mb-2">Smart Tracking &amp; Compliance</p>
                </div></a></div>
          </div>
        </p>
      </section>
      <!-- Testimonials-->
      <section class="bg-off-white mt-5 mt-md-6 mt-lg-7">
        <div class="container py-5 py-md-6 py-lg-7">
          <div class="row tns-carousel-wrapper py-3 py-md-0">
            <div class="col-md-8">
              <h2 class="pb-2 mb-4 text-center text-md-start">Testimonials</h2>
              <div class="tns-carousel-inner" data-carousel-options="{&quot;nav&quot;: false, &quot;gutter&quot;: 20}">
                <blockquote class="blockquote mt-3 mb-0">
                  <p>We recently completed our SOC2 audit and assessment with C’S|3, a project that initially presented itself as a resource-intensive, almost unattainable task that would go on forever.  But with the hand holding, expertise, and guidance from the team at C’S|3, we proceeded through this process at a very organized and controlled pace which resulted in our certification for being SOC2 compliant.</p>
                  <p>Many thanks to Dr. Sam Kurien for leading the project and taking us through this process, without his leadership, we would never have been able to complete this alone and in the timeframe that it took to complete the project.</p>
                  <p>Our next project is HIPAA compliance, and we are looking to the C’S|3 Team to help us through that certification as well.  Thanks again for a great experience..</p>
                  <footer class="d-flex align-items-center"><img class="rounded-circle" src="img/cees3/testimonials/tom-erickson.jpeg" alt="Tom Erickson" width="42">
                    <div class="text-heading fs-md fw-medium ps-2 ms-1 me-3">Tom Erickson (CEO)</div><img src="img/cees3/testimonials/coreintegrator-logo.webp" alt="Logo" width="136">
                  </footer>
                </blockquote>
                <blockquote class="blockquote mt-3 mb-0">
                  <p>We were providing managed services and development work to a large client. Partnering with C'S|3 was greatly beneficial to us as they added significant value towards project management, strategic planning, and execution. Having worked with numerous companies and partners in the past 20 years, C'S|3 has been one of the best we've aligned with. Their honesty, integrity, and high-capacity leadership would add value to any partner or customer they work with.</p>
                  <footer class="d-flex align-items-center"><img class="rounded-circle" src="img/cees3/testimonials/rajiv-khatri.jpeg" alt="Rajiv Khatri" width="42">
                    <div class="text-heading fs-md fw-medium ps-2 ms-1 me-3">Rajiv Khatri (CMO)</div><img src="img/cees3/testimonials/meqo-leaders.jpeg" alt="Logo" width="50">
                  </footer>
                </blockquote>
                <blockquote class="blockquote mt-3 mb-0">
                  <p>We engaged C’S|3 Consultancy to assist with a time-sensitive project involving setting up additional security measures on 400 laptops.  Dr. Kurien and his team quickly formed a project team, learned our system needs, and executed without delay.  The complete upgrade was completed in about 10 days.</p>
                  <footer class="d-flex align-items-center"><img class="rounded-circle" src="img/cees3/testimonials/paul-masar.jpg" alt="Paul Masar" width="42">
                    <div class="text-heading fs-md fw-medium ps-2 ms-1 me-3">Paul Masar (CFO)</div><img src="img/cees3/testimonials/rmhcs.png" alt="Logo" width="136">
                  </footer>
                </blockquote>
                <blockquote class="blockquote mt-3 mb-0">
                  <p>Our collaboration with C'S3 has been crucial to our software development life cycle.  Their team is exceptionally professional and dedicated to reaching their deadlines.  With all the resources they have provided for our endeavor, we have developed a strong relationship of trust with them.  Strongly endorse their crew! The architecture, development, and cloud hosting experience has been outstanding for our business and the mission-critical nature of the camp's registrations, contracts, sales, marketing, and financial life cycle processes. Thank you, C’S3 Team!</p>
                  <footer class="d-flex align-items-center"><img class="rounded-circle" src="img/cees3/testimonials/dan-erikson.png" alt="Dan Erikson" width="42">
                    <div class="text-heading fs-md fw-medium ps-2 ms-1 me-3">Dan Erickson (CFO)</div><img src="img/cees3/testimonials/arcg.png" alt="Logo" width="136">
                  </footer>
                </blockquote>
                <blockquote class="blockquote mt-3 mb-0">
                  <p>AMD Communications has partnered with C'S3 for their expertise in Managed IT and Security Services.  They can develop innovative solutions that exceed our customers' expectations due to the depth of their team of experts.  They are committed to their customers' satisfaction.</p>
                  <footer class="d-flex align-items-center"><img class="rounded-circle" src="img/cees3/testimonials/kyle-bowden.jpeg" alt="Kyle Bowden" width="42">
                    <div class="text-heading fs-md fw-medium ps-2 ms-1 me-3">Kyle Bowden (President)</div><img src="img/cees3/testimonials/amd.png" alt="Logo" width="136">
                  </footer>
                </blockquote>
                <blockquote class="blockquote mt-3 mb-0">
                  <p>We had the pleasure of working with C’S3 on a challenging client project and were immensely impressed by the entire team. Sam and Jason went above and beyond to deliver excellence - they “owned” the project as if it was their own, and leveraged their experience to bring great ideas to the table. I was particularly impressed by their ability to balance client expectations and engineering needs. The engineering team itself was also remarkable, determined to learn and deliver quality. Very impressed!</p>
                  <footer class="d-flex align-items-center"><img class="rounded-circle" src="img/cees3/testimonials/janakan.jpeg" alt="Janakan" width="42">
                    <div class="text-heading fs-md fw-medium ps-2 ms-1 me-3">Janakan (CEO)</div><img src="img/cees3/testimonials/csuitecircle.png" alt="Logo" width="136">
                  </footer>
                </blockquote>
                <blockquote class="blockquote mt-3 mb-0">
                  <p>Last year, C'S|3 helped RMHCS' IT department complete a critical IT project. The project involved upgrading every employee's laptop and training each employee on its new functionality and use. Although the project had already been planned to be completed by the end of the year, external forces caused the timeline to be dramatically moved up. Due to this new timeline, RMHCS needed more IT personnel to accomplish the task on time. That's where Kris' team was able to help. They could meet quickly with our team and review the project details, processes, and timelines. With their quick, professional assistance and our IT team's combined efforts, we completed the project and met the deadline. Their assistance was much appreciated.</p>
                  <footer class="d-flex align-items-center"><img class="rounded-circle" src="img/cees3/testimonials/matthew-watson.jpeg" alt="Matthew Watson" width="42">
                    <div class="text-heading fs-md fw-medium ps-2 ms-1 me-3">Matthew J. Watson​ , CISSP, Director of Information Technology</div><img src="img/cees3/testimonials/rmhcs.png" alt="Logo" width="136">
                  </footer>
                </blockquote>
                <blockquote class="blockquote mt-3 mb-0">
                  <p>The team at C'S|3 Consultancy is very skilled and experienced. Our system needs were complex, but the team diligently worked with us as we figured out the details and troubleshot difficulties. We are happy with the result, which has helped streamline our process and increase efficiency.</p>
                  <footer class="d-flex align-items-center"><img class="rounded-circle" src="img/cees3/testimonials/no-testimonials-img.png" alt="Matthew Watson" width="42">
                    <div class="text-heading fs-md fw-medium ps-2 ms-1 me-3">Jessica Theaderman (One Mission, Global Team)</div><img src="img/cees3/testimonials/omgt.png" alt="Logo" width="136">
                  </footer>
                </blockquote>
              </div>
            </div>
            <div class="col-lg-3 col-md-4 offset-lg-1">
              <div class="tns-carousel-pager d-flex flex-wrap flex-md-column justify-content-center align-items-center align-items-md-start border-start pt-4 mt-4 ps-md-3 pt-md-0 mt-md-0"><a class="swap-image active mx-4 my-3 my-md-4" href="#" data-goto="1"><img class="swap-to" src="img/cees3/testimonials/coreintegrator-logo.webp" alt="Logo" width="136"><img class="swap-from" src="img/cees3/testimonials/coreintegrator-logo.webp" style="opacity: .65" alt="Logo" width="136"></a><a class="swap-image mx-4 my-3 my-md-4" href="#" data-goto="2"><img class="swap-to" src="img/cees3/testimonials/meqo-leaders.jpeg" alt="Logo" width="50"><img class="swap-from" src="img/cees3/testimonials/meqo-leaders.jpeg" style="opacity: .65" alt="Logo" width="50"></a><a class="swap-image mx-4 my-3 my-md-4" href="#" data-goto="3"><img class="swap-to" src="img/cees3/testimonials/rmhcs.png" alt="Logo" width="136"><img class="swap-from" src="img/cees3/testimonials/rmhcs.png" style="opacity: .65" alt="Logo" width="136"></a><a class="swap-image mx-4 my-3 my-md-4" href="#" data-goto="4"><img class="swap-to" src="img/cees3/testimonials/arcg.png" alt="Logo" width="136"><img class="swap-from" src="img/cees3/testimonials/arcg.png" style="opacity: .65" alt="Logo" width="136"></a><a class="swap-image mx-4 my-3 my-md-4" href="#" data-goto="5"><img class="swap-to" src="img/cees3/testimonials/amd.png" alt="Logo" width="136"><img class="swap-from" src="img/cees3/testimonials/amd.png" style="opacity: .65" alt="Logo" width="136"></a><a class="swap-image mx-4 my-3 my-md-4" href="#" data-goto="6"><img class="swap-to" src="img/cees3/testimonials/csuitecircle.png" alt="Logo" width="136"><img class="swap-from" src="img/cees3/testimonials/csuitecircle.png" style="opacity: .65" alt="Logo" width="136"></a><a class="swap-image mx-4 my-3 my-md-4" href="#" data-goto="7"><img class="swap-to" src="img/cees3/testimonials/rmhcs.png" alt="Logo" width="136"><img class="swap-from" src="img/cees3/testimonials/rmhcs.png" style="opacity: .65" alt="Logo" width="136"></a><a class="swap-image mx-4 my-3 my-md-4" href="#" data-goto="8"><img class="swap-to" src="img/cees3/testimonials/omgt.png" alt="Logo" width="136"><img class="swap-from" src="img/cees3/testimonials/omgt.png" style="opacity: .65" alt="Logo" width="136"></a></div>
            </div>
          </div>
        </div>
      </section>
      <!-- Blog-->
    </main>
    <!-- Footer-->
    <footer class="footer jarallax bg-dark pt-5 pt-md-6 pt-lg-7" data-jarallax data-speed="0.3">
      <div class="jarallax-img" style="background-image: url(img/demo/web-studio/cubes-bg.jpg);"></div>
      <div class="container pt-3 pt-md-0">
        <div class="row pb-2">
          <div class="col-xl-6 col-lg-7 col-md-7 mb-5 overflow-hidden footer-iframe-container">
            <h2 class="text-light pb-4">How can we assist in the growth of your company and leaders?</h2>
            <iframe src="https://api.clixlo.com/widget/form/oSqKKFbBwxJ742kYNrUl" width="100%" height="100%" border="none" border-radius="0px" id="inline-oSqKKFbBwxJ742kYNrUl" data-layout="id:INLINE" data-trigger-type="alwaysShow" data-trigger-value="" data-activation-type="alwaysActivated" data-activation-value="" data-deactivation-type="neverDeactivate" data-deactivation-value="" data-form-name="Home Page Contact" data-height="300" data-layout-iframe-id="inline-oSqKKFbBwxJ742kYNrUl" data-form-id="oSqKKFbBwxJ742kYNrUl" title="Home Page Contact"> 
              <script src="https://api.clixlo.com/js/form_embed.js"></script>
            </iframe>
          </div>
          <div class="col-xl-3 col-lg-4 offset-xl-3 offset-lg-1 col-md-5 mb-5">
            <h2 class="text-light pb-2">Contacts</h2>
            <ul class="list-unstyled fs-sm mb-4 pb-2">
              <li><a class="nav-link-style nav-link-light" href="/cdn-cgi/l/email-protection#3f4c4a4f4f504d4b7f5c5a5a4c0c115c5052"><span class="__cf_email__" data-cfemail="35464045455a47417556505046061b565a58">[email&#160;protected]</span></a></li>
              <li><a class="nav-link-style nav-link-light" href="tel:+17192043101">+ 1 719 204 3101</a></li>
              <li><span class="nav-link-style nav-link-light">2910 N. Powers Blvd.<br>Colorado Springs, CO 80922</span></li>
            </ul>
            <h3 class="h6 pb-2 text-light">Or connect with us on:</h3><a class="btn-social bs-facebook bs-light bs-lg me-2 mb-2" href="https://www.facebook.com/ceesthree"><i class="ai-facebook"></i></a><a class="btn-social bs-twitter bs-light bs-lg me-2 mb-2" href="https://twitter.com/ceesthree"><i class="ai-twitter"></i></a><a class="btn-social bs-instagram bs-light bs-lg me-2 mb-2" href="https://www.instagram.com/ceesthree/"><i class="ai-instagram"> </i></a>
          </div>
        </div>
        <p class="fs-sm text-center pb-4 mt-n1 mb-0"><span class="text-light opacity-50 me-1">© All rights reserved. Made by C'S|3 Consultancy Corp</span></p>
      </div>
    </footer>
    <!-- Back to top button--><a class="btn-scroll-top" href="#top" data-scroll data-fixed-element><span class="btn-scroll-top-tooltip text-muted fs-sm me-2">Top</span><i class="btn-scroll-top-icon ai-arrow-up">   </i></a>
    <!-- Vendor scrits: js libraries and plugins-->
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
    <script src="vendor/simplebar/dist/simplebar.min.js"></script>
    <script src="vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
    <script src="vendor/tiny-slider/dist/min/tiny-slider.js"></script>
    <script src="vendor/jarallax/dist/jarallax.min.js"></script>
    <script src="vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
    <script src="vendor/shufflejs/dist/shuffle.min.js"></script>
    <!-- Main theme script-->
    <script src="js/theme.min.js"></script>
  </body>
</html>                               

Whois info of domain

Domain Name: CEES3.COM
Registry Domain ID: 2351933482_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2024-01-13T13:20:56Z
Creation Date: 2019-01-12T22:41:51Z
Registry Expiry Date: 2026-01-12T22:41:51Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: ok https://icann.org/epp#ok
Name Server: JIMMY.NS.CLOUDFLARE.COM
Name Server: KIM.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T18:50:49Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass