Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - s3kn.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: https://s3kn.com/
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Sun, 11 May 2025 03:19:44 GMT
Content-Length: 140

HTTP Code 301 Moved Permanently

301 Moved Permanently 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://s3kn.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html
Last-Modified: Tue, 16 Jul 2024 09:21:17 GMT
Accept-Ranges: bytes
ETag: "a4acfb8261d7da1:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Sun, 11 May 2025 03:19:44 GMT
Content-Length: 85464

HTTP Code 200 OK

200 OK 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: s3kn.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">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>S3KN Software Solutions</title>
    <!-- font-cdn -->
    <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=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap"
        rel="stylesheet">
    <!-- aos -->
    <link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
    <!-- bootstrap-css-cdn -->
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
    <!-- swiper css -->
    <link rel="stylesheet" href="https://unpkg.com/[email protected]/swiper-bundle.min.css">

    <!-- custom-css -->
    <link rel="stylesheet" href="assets/css/style.css">
</head>

<body>
    <!-- header-start -->
    <header class="header">
        <nav class="navbar navbar-expand-lg">
            <div class="container">
                <a class="navbar-brand" href="index.html"><img src="assets/images/s3kn-logo.png" class="logo-image"></a>
                <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
                    data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
                    aria-expanded="false" aria-label="Toggle navigation">
                    <span class="navbar-toggler-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
                            viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
                            stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
                            <line x1="3" y1="12" x2="21" y2="12"></line>
                            <line x1="3" y1="6" x2="21" y2="6"></line>
                            <line x1="3" y1="18" x2="21" y2="18"></line>
                        </svg></span>
                </button>
                <div class="collapse navbar-collapse" id="navbarSupportedContent">
                    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
                        <li class="nav-item dropdown">
                            <a class="nav-link dropdown-toggle" href="services.html" role="button" data-bs-toggle="dropdown"
                                aria-expanded="false">
                                Services <span class="dropdown-icon"><svg xmlns="http://www.w3.org/2000/svg"
                                        viewBox="0 0 512 512">
                                        <path fill="#ffffff"
                                            d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z" />
                                    </svg></span>
                            </a>
                            <ul class="dropdown-menu">
                                <li><a class="dropdown-item" href="application-services.html">Application Services</a></li>
                                <li><a class="dropdown-item" href="#">Artificial Intelligence</a></li>
                                <li><a class="dropdown-item" href="#">Cloud</a></li>
                                <li><a class="dropdown-item" href="#">Data & Analytics</a></li>
                                <li><a class="dropdown-item" href="#">Security</a></li>
                                <li><a class="dropdown-item" href="#">Web App Design & Development</a></li>
                            </ul>
                        </li>
                        <li class="nav-item dropdown">
                            <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
                                aria-expanded="false">
                                Industries <span class="dropdown-icon"><svg xmlns="http://www.w3.org/2000/svg"
                                        viewBox="0 0 512 512">
                                        <path fill="#ffffff"
                                            d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z" />
                                    </svg></span>
                            </a>
                            <ul class="dropdown-menu">
                                <li><a class="dropdown-item" href="#">Software and Platforms</a></li>
                                <li><a class="dropdown-item" href="#">Health Care</a></li>
                                <li><a class="dropdown-item" href="#">Travel</a></li>
                                <li><a class="dropdown-item" href="#">Public Service</a></li>
                                <li><a class="dropdown-item" href="#">Hospitality</a></li>
                                <li><a class="dropdown-item" href="#">Life Sciences</a></li>
                                <li><a class="dropdown-item" href="#">Energy</a></li>
                            </ul>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link" href="news.html">News</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link" href="about-us.html">About Us</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link" href="contact.html">Contact Us</a>
                        </li>
                    </ul>
                </div>
            </div>
        </nav>
    </header>
    <!-- header-ends -->

    <main>
           <!-- custom banner start -->
           <div class="custom-banner">
            <div class="swiper-container banner-slider">
                <div class="swiper-wrapper">
                    <div class="swiper-slide slide-1" data-title="Software Development" data-subtitle="Welcome to  S3KN SOFTWARE SOLUTIONS"  data-link-text="Get started" data-link-href="#"
                        style="background:linear-gradient(45deg,rgba(0,0,0,.6),rgba(0,0,0,.3)), url('assets/images/software-development.jpg') no-repeat center/cover;">
                    </div>
                    <div class="swiper-slide slide-2" data-title="IT Services" data-subtitle="Welcome to  S3KN SOFTWARE SOLUTIONS"  data-link-text="Get started" data-link-href="#"
                        style="background:linear-gradient(45deg,rgba(0,0,0,.6),rgba(0,0,0,.3)), url('assets/images/it-services.png') no-repeat center/cover;">
                    </div>
                    <div class="swiper-slide slide-3" data-title="Tech Support" data-subtitle="Welcome to  S3KN SOFTWARE SOLUTIONS"  data-link-text="Get started" data-link-href="#"
                        style="background:linear-gradient(45deg,rgba(0,0,0,.6),rgba(0,0,0,.3)), url('assets/images/banner/techsupp1.png') no-repeat center/cover;">
                    </div>
                    <div class="swiper-slide slide-4" data-title="Artificial Intelligence" data-subtitle="Welcome to  S3KN SOFTWARE SOLUTIONS"  data-link-text="Get started" data-link-href="#"
                        style="background:linear-gradient(45deg,rgba(0,0,0,.6),rgba(0,0,0,.3)), url('assets/images/banner/Artificial-Intelligence-5.jpg') no-repeat center/cover;">
                    </div>
                </div>
                <div class="slide-captions"></div>
                <div class="swiper-pagination"></div>
            </div>
        </div>
        <!-- custom banner end -->

        <!-- multicard-wrapper section start -->
        <section class="multicard-wrapper pblock-120">
            <div class="container">
                <div class="row">
                    <div class="col-12 text-center mb-5">
                        <h5 class="section-subtitle">WHAT WE DO</h5>
                        <h2 class="section-title">Services That Help You Grow.</h2>
                    </div>
                </div>
                <div class="row row-gap-4">
                    <div class="col-lg-4 col-md-6">
                        <div class="card" data-aos="fade-up" data-aos-duration="500">
                            <div class="card-body">
                                <div class="card-icon mb-4">
                                    <svg width="57" height="56" viewBox="0 0 57 56" fill="none" xmlns="http://www.w3.org/2000/svg">
                                        <path d="M6.45619 20.4246C6.53183 20.5033 6.62239 20.5661 6.7226 20.6094C6.82281 20.6526 6.93064 20.6755 7.03979 20.6766C7.14893 20.6776 7.25719 20.6569 7.35824 20.6157C7.45929 20.5744 7.55109 20.5134 7.62827 20.4362C7.70545 20.359 7.76646 20.2672 7.80772 20.1662C7.84899 20.0651 7.86969 19.9569 7.86861 19.8477C7.86752 19.7386 7.84468 19.6308 7.80141 19.5305C7.75814 19.4303 7.69532 19.3398 7.61662 19.2641L5.62427 17.2763L7.61662 15.2839C7.76549 15.129 7.84768 14.9219 7.84555 14.7071C7.84341 14.4923 7.75713 14.2868 7.60521 14.1349C7.45329 13.983 7.24786 13.8967 7.03303 13.8946C6.8182 13.8924 6.6111 13.9746 6.45619 14.1235L3.88419 16.6955C3.73034 16.8494 3.64392 17.0581 3.64392 17.2757C3.64392 17.4933 3.73034 17.702 3.88419 17.8559L6.45619 20.4246Z" fill="black"/>
                                        <path d="M14.5965 17.2731L12.6042 19.2655C12.5255 19.3411 12.4627 19.4317 12.4194 19.5319C12.3761 19.6321 12.3533 19.7399 12.3522 19.8491C12.3511 19.9582 12.3718 20.0665 12.4131 20.1675C12.4544 20.2686 12.5154 20.3604 12.5926 20.4375C12.6697 20.5147 12.7615 20.5757 12.8626 20.617C12.9636 20.6583 13.0719 20.679 13.181 20.6779C13.2902 20.6768 13.398 20.654 13.4982 20.6107C13.5984 20.5674 13.689 20.5046 13.7646 20.4259L16.3378 17.8528C16.4141 17.7766 16.4746 17.6862 16.5159 17.5866C16.5572 17.4871 16.5785 17.3803 16.5785 17.2726C16.5785 17.1648 16.5572 17.058 16.5159 16.9585C16.4746 16.8589 16.4141 16.7685 16.3378 16.6923L13.7646 14.1192C13.689 14.0405 13.5984 13.9777 13.4982 13.9344C13.398 13.8912 13.2902 13.8683 13.181 13.8672C13.0719 13.8661 12.9636 13.8868 12.8626 13.9281C12.7615 13.9694 12.6697 14.0304 12.5926 14.1076C12.5154 14.1847 12.4544 14.2766 12.4131 14.3776C12.3718 14.4786 12.3511 14.5869 12.3522 14.6961C12.3533 14.8052 12.3761 14.913 12.4194 15.0132C12.4627 15.1134 12.5255 15.204 12.6042 15.2796L14.5965 17.2731Z" fill="black"/>
                                        <path d="M8.88779 20.6089C8.98813 20.6483 9.09525 20.6676 9.20303 20.6656C9.31082 20.6636 9.41714 20.6403 9.51595 20.5972C9.61475 20.5541 9.70411 20.492 9.77889 20.4143C9.85367 20.3367 9.91243 20.2451 9.9518 20.1447L11.9699 14.9996C12.0132 14.8986 12.0358 14.7899 12.0363 14.68C12.0368 14.5701 12.0153 14.4612 11.9729 14.3598C11.9306 14.2584 11.8683 14.1665 11.7897 14.0897C11.7112 14.0128 11.618 13.9525 11.5157 13.9123C11.4134 13.8721 11.3041 13.8529 11.1942 13.8557C11.0844 13.8586 10.9762 13.8835 10.8761 13.929C10.7761 13.9745 10.6862 14.0395 10.6117 14.1204C10.5373 14.2013 10.4799 14.2963 10.4429 14.3997L8.42474 19.5449C8.3451 19.7474 8.34914 19.9732 8.43597 20.1728C8.52281 20.3723 8.68533 20.5292 8.88779 20.6089Z" fill="black"/>
                                        <path d="M4.92777 25.4783H10.4552C10.6729 25.4783 10.8816 25.3919 11.0356 25.238C11.1895 25.084 11.2759 24.8753 11.2759 24.6576C11.2759 24.44 11.1895 24.2312 11.0356 24.0773C10.8816 23.9234 10.6729 23.8369 10.4552 23.8369H4.92777C4.7101 23.8369 4.50135 23.9234 4.34744 24.0773C4.19352 24.2312 4.10706 24.44 4.10706 24.6576C4.10706 24.8753 4.19352 25.084 4.34744 25.238C4.50135 25.3919 4.7101 25.4783 4.92777 25.4783Z" fill="black"/>
                                        <path d="M23.1854 23.8369H13.4681C13.2504 23.8369 13.0416 23.9234 12.8877 24.0773C12.7338 24.2312 12.6473 24.44 12.6473 24.6576C12.6473 24.8753 12.7338 25.084 12.8877 25.238C13.0416 25.3919 13.2504 25.4783 13.4681 25.4783H23.1854C23.4031 25.4783 23.6118 25.3919 23.7657 25.238C23.9196 25.084 24.0061 24.8753 24.0061 24.6576C24.0061 24.44 23.9196 24.2312 23.7657 24.0773C23.6118 23.9234 23.4031 23.8369 23.1854 23.8369Z" fill="black"/>
                                        <path d="M4.92777 28.9383H7.28226C7.49993 28.9383 7.70868 28.8518 7.86259 28.6979C8.0165 28.544 8.10297 28.3352 8.10297 28.1176C8.10297 27.8999 8.0165 27.6912 7.86259 27.5372C7.70868 27.3833 7.49993 27.2969 7.28226 27.2969H4.92777C4.7101 27.2969 4.50135 27.3833 4.34744 27.5372C4.19352 27.6912 4.10706 27.8999 4.10706 28.1176C4.10706 28.3352 4.19352 28.544 4.34744 28.6979C4.50135 28.8518 4.7101 28.9383 4.92777 28.9383Z" fill="black"/>
                                        <path d="M20.1825 27.2979C19.9649 27.2979 19.7561 27.3843 19.6022 27.5382C19.4483 27.6921 19.3618 27.9009 19.3618 28.1186C19.3618 28.3362 19.4483 28.545 19.6022 28.6989C19.7561 28.8528 19.9649 28.9393 20.1825 28.9393H21.6165C21.8342 28.9393 22.0429 28.8528 22.1968 28.6989C22.3508 28.545 22.4372 28.3362 22.4372 28.1186C22.4372 27.9009 22.3508 27.6921 22.1968 27.5382C22.0429 27.3843 21.8342 27.2979 21.6165 27.2979H20.1825Z" fill="black"/>
                                        <path d="M18.0243 28.1176C18.0243 27.8999 17.9378 27.6912 17.7839 27.5372C17.63 27.3833 17.4213 27.2969 17.2036 27.2969H10.1614C9.94374 27.2969 9.735 27.3833 9.58108 27.5372C9.42717 27.6912 9.3407 27.8999 9.3407 28.1176C9.3407 28.3352 9.42717 28.544 9.58108 28.6979C9.735 28.8518 9.94374 28.9383 10.1614 28.9383H17.2036C17.4213 28.9383 17.63 28.8518 17.7839 28.6979C17.9378 28.544 18.0243 28.3352 18.0243 28.1176Z" fill="black"/>
                                        <path d="M23.3949 28.1176C23.3949 28.3352 23.4814 28.544 23.6353 28.6979C23.7892 28.8518 23.998 28.9383 24.2156 28.9383H26.9065C27.1241 28.9383 27.3329 28.8518 27.4868 28.6979C27.6407 28.544 27.7272 28.3352 27.7272 28.1176C27.7272 27.8999 27.6407 27.6912 27.4868 27.5372C27.3329 27.3833 27.1241 27.2969 26.9065 27.2969H24.2156C23.998 27.2969 23.7892 27.3833 23.6353 27.5372C23.4814 27.6912 23.3949 27.8999 23.3949 28.1176Z" fill="black"/>
                                        <path d="M18.93 17.9305H21.7621C21.8699 17.9305 21.9766 17.9093 22.0761 17.868C22.1757 17.8268 22.2662 17.7663 22.3424 17.6901C22.4186 17.6139 22.4791 17.5234 22.5203 17.4239C22.5616 17.3243 22.5828 17.2176 22.5828 17.1098C22.5828 17.002 22.5616 16.8953 22.5203 16.7957C22.4791 16.6961 22.4186 16.6057 22.3424 16.5294C22.2662 16.4532 22.1757 16.3928 22.0761 16.3515C21.9766 16.3103 21.8699 16.2891 21.7621 16.2891H18.93C18.8222 16.2891 18.7155 16.3103 18.6159 16.3515C18.5163 16.3928 18.4258 16.4532 18.3496 16.5294C18.2734 16.6057 18.213 16.6961 18.1717 16.7957C18.1305 16.8953 18.1093 17.002 18.1093 17.1098C18.1093 17.2176 18.1305 17.3243 18.1717 17.4239C18.213 17.5234 18.2734 17.6139 18.3496 17.6901C18.4258 17.7663 18.5163 17.8268 18.6159 17.868C18.7155 17.9093 18.8222 17.9305 18.93 17.9305Z" fill="black"/>
                                        <path d="M24.935 17.9305H42.2192C42.4369 17.9305 42.6456 17.844 42.7995 17.6901C42.9535 17.5362 43.0399 17.3274 43.0399 17.1098C43.0399 16.8921 42.9535 16.6834 42.7995 16.5294C42.6456 16.3755 42.4369 16.2891 42.2192 16.2891H24.935C24.8272 16.2891 24.7205 16.3103 24.6209 16.3515C24.5213 16.3928 24.4309 16.4532 24.3546 16.5294C24.2784 16.6057 24.218 16.6961 24.1767 16.7957C24.1355 16.8953 24.1143 17.002 24.1143 17.1098C24.1143 17.2176 24.1355 17.3243 24.1767 17.4239C24.218 17.5234 24.2784 17.6139 24.3546 17.6901C24.4309 17.7663 24.5213 17.8268 24.6209 17.868C24.7205 17.9093 24.8272 17.9305 24.935 17.9305Z" fill="black"/>
                                        <path d="M39.5946 19.9004H32.5928C32.3751 19.9004 32.1664 19.9869 32.0125 20.1408C31.8585 20.2947 31.7721 20.5034 31.7721 20.7211C31.7721 20.9388 31.8585 21.1475 32.0125 21.3014C32.1664 21.4553 32.3751 21.5418 32.5928 21.5418H39.5946C39.8123 21.5418 40.021 21.4553 40.175 21.3014C40.3289 21.1475 40.4153 20.9388 40.4153 20.7211C40.4153 20.5034 40.3289 20.2947 40.175 20.1408C40.021 19.9869 39.8123 19.9004 39.5946 19.9004Z" fill="black"/>
                                        <path d="M29.9623 19.9004H27.5551C27.3374 19.9004 27.1287 19.9869 26.9748 20.1408C26.8208 20.2947 26.7344 20.5034 26.7344 20.7211C26.7344 20.9388 26.8208 21.1475 26.9748 21.3014C27.1287 21.4553 27.3374 21.5418 27.5551 21.5418H29.9623C30.18 21.5418 30.3887 21.4553 30.5426 21.3014C30.6965 21.1475 30.783 20.9388 30.783 20.7211C30.783 20.5034 30.6965 20.2947 30.5426 20.1408C30.3887 19.9869 30.18 19.9004 29.9623 19.9004Z" fill="black"/>
                                        <path d="M18.93 21.5399H24.8263C25.044 21.5399 25.2527 21.4534 25.4066 21.2995C25.5605 21.1456 25.647 20.9368 25.647 20.7192C25.647 20.5015 25.5605 20.2927 25.4066 20.1388C25.2527 19.9849 25.044 19.8984 24.8263 19.8984H18.93C18.7123 19.8984 18.5036 19.9849 18.3496 20.1388C18.1957 20.2927 18.1093 20.5015 18.1093 20.7192C18.1093 20.9368 18.1957 21.1456 18.3496 21.2995C18.5036 21.4534 18.7123 21.5399 18.93 21.5399Z" fill="black"/>
                                        <path d="M17.2137 30.7291H11.6862C11.576 30.725 11.466 30.7432 11.363 30.7826C11.2599 30.8219 11.1659 30.8817 11.0864 30.9583C11.007 31.0348 10.9438 31.1266 10.9006 31.2282C10.8575 31.3297 10.8352 31.4389 10.8352 31.5492C10.8352 31.6596 10.8575 31.7687 10.9006 31.8703C10.9438 31.9718 11.007 32.0636 11.0864 32.1402C11.1659 32.2167 11.2599 32.2765 11.363 32.3159C11.466 32.3553 11.576 32.3734 11.6862 32.3694H17.2126C17.3228 32.3734 17.4328 32.3553 17.5358 32.3159C17.6389 32.2765 17.733 32.2167 17.8124 32.1402C17.8919 32.0636 17.9551 31.9718 17.9982 31.8703C18.0414 31.7687 18.0636 31.6596 18.0636 31.5492C18.0636 31.4389 18.0414 31.3297 17.9982 31.2282C17.9551 31.1266 17.8919 31.0348 17.8124 30.9583C17.733 30.8817 17.6389 30.8219 17.5358 30.7826C17.4328 30.7432 17.324 30.725 17.2137 30.7291Z" fill="black"/>
                                        <path d="M9.17439 30.7291H4.92733C4.81708 30.725 4.70713 30.7432 4.60407 30.7826C4.50101 30.8219 4.40694 30.8817 4.3275 30.9583C4.24806 31.0348 4.18486 31.1266 4.1417 31.2282C4.09854 31.3297 4.07629 31.4389 4.07629 31.5492C4.07629 31.6596 4.09854 31.7687 4.1417 31.8703C4.18486 31.9718 4.24806 32.0636 4.3275 32.1402C4.40694 32.2167 4.50101 32.2765 4.60407 32.3159C4.70713 32.3553 4.81708 32.3734 4.92733 32.3694H9.17327C9.28353 32.3734 9.39347 32.3553 9.49654 32.3159C9.5996 32.2765 9.69367 32.2167 9.77311 32.1402C9.85255 32.0636 9.91574 31.9718 9.95891 31.8703C10.0021 31.7687 10.0243 31.6596 10.0243 31.5492C10.0243 31.4389 10.0021 31.3297 9.95891 31.2282C9.91574 31.1266 9.85255 31.0348 9.77311 30.9583C9.69367 30.8817 9.5996 30.8219 9.49654 30.7826C9.39347 30.7432 9.28465 30.725 9.17439 30.7291Z" fill="black"/>
                                        <path d="M27.2325 30.7291H20.0121C19.7998 30.7369 19.5988 30.8268 19.4514 30.9797C19.304 31.1327 19.2217 31.3368 19.2217 31.5492C19.2217 31.7616 19.304 31.9658 19.4514 32.1187C19.5988 32.2717 19.7998 32.3615 20.0121 32.3694H27.2325C27.3428 32.3734 27.4527 32.3553 27.5558 32.3159C27.6588 32.2765 27.7529 32.2167 27.8323 32.1402C27.9118 32.0636 27.975 31.9718 28.0181 31.8703C28.0613 31.7687 28.0835 31.6596 28.0835 31.5492C28.0835 31.4389 28.0613 31.3297 28.0181 31.2282C27.975 31.1266 27.9118 31.0348 27.8323 30.9583C27.7529 30.8817 27.6588 30.8219 27.5558 30.7826C27.4527 30.7432 27.3428 30.725 27.2325 30.7291Z" fill="black"/>
                                        <path d="M36.996 26.5156H33.0483C32.8306 26.5156 32.6219 26.6021 32.4679 26.756C32.314 26.9099 32.2275 27.1187 32.2275 27.3363C32.2275 27.554 32.314 27.7628 32.4679 27.9167C32.6219 28.0706 32.8306 28.1571 33.0483 28.1571H36.996C37.2136 28.1571 37.4224 28.0706 37.5763 27.9167C37.7302 27.7628 37.8167 27.554 37.8167 27.3363C37.8167 27.1187 37.7302 26.9099 37.5763 26.756C37.4224 26.6021 37.2136 26.5156 36.996 26.5156Z" fill="black"/>
                                        <path d="M43.8474 28.157H49.4208C49.6385 28.157 49.8473 28.0706 50.0012 27.9166C50.1551 27.7627 50.2416 27.554 50.2416 27.3363C50.2416 27.1187 50.1551 26.9099 50.0012 26.756C49.8473 26.6021 49.6385 26.5156 49.4208 26.5156H43.8474C43.6298 26.5156 43.421 26.6021 43.2671 26.756C43.1132 26.9099 43.0267 27.1187 43.0267 27.3363C43.0267 27.554 43.1132 27.7627 43.2671 27.9166C43.421 28.0706 43.6298 28.157 43.8474 28.157Z" fill="black"/>
                                        <path d="M41.0612 26.5156H39.7842C39.5666 26.5156 39.3578 26.6021 39.2039 26.756C39.05 26.9099 38.9635 27.1187 38.9635 27.3363C38.9635 27.554 39.05 27.7628 39.2039 27.9167C39.3578 28.0706 39.5666 28.1571 39.7842 28.1571H41.0612C41.2789 28.1571 41.4877 28.0706 41.6416 27.9167C41.7955 27.7628 41.882 27.554 41.882 27.3363C41.882 27.1187 41.7955 26.9099 41.6416 26.756C41.4877 26.6021 41.2789 26.5156 41.0612 26.5156Z" fill="black"/>
                                        <path d="M33.0481 37.0963H36.9958C37.208 37.0885 37.409 36.9987 37.5564 36.8457C37.7038 36.6928 37.7862 36.4886 37.7862 36.2762C37.7862 36.0638 37.7038 35.8596 37.5564 35.7067C37.409 35.5537 37.208 35.4639 36.9958 35.4561H33.0481C32.8358 35.4639 32.6348 35.5537 32.4875 35.7067C32.3401 35.8596 32.2577 36.0638 32.2577 36.2762C32.2577 36.4886 32.3401 36.6928 32.4875 36.8457C32.6348 36.9987 32.8358 37.0885 33.0481 37.0963Z" fill="black"/>
                                        <path d="M43.8478 37.0959H49.4212C49.5314 37.1 49.6414 37.0818 49.7444 37.0424C49.8475 37.0031 49.9416 36.9433 50.021 36.8667C50.1004 36.7902 50.1636 36.6984 50.2068 36.5968C50.25 36.4953 50.2722 36.3861 50.2722 36.2758C50.2722 36.1654 50.25 36.0563 50.2068 35.9547C50.1636 35.8532 50.1004 35.7614 50.021 35.6848C49.9416 35.6083 49.8475 35.5485 49.7444 35.5091C49.6414 35.4697 49.5314 35.4516 49.4212 35.4556H43.8478C43.6355 35.4635 43.4345 35.5533 43.2871 35.7063C43.1397 35.8592 43.0574 36.0633 43.0574 36.2758C43.0574 36.4882 43.1397 36.6923 43.2871 36.8453C43.4345 36.9982 43.6355 37.0881 43.8478 37.0959Z" fill="black"/>
                                        <path d="M39.7834 37.0959H41.0605C41.1707 37.1 41.2806 37.0818 41.3837 37.0424C41.4868 37.0031 41.5808 36.9433 41.6603 36.8667C41.7397 36.7902 41.8029 36.6984 41.8461 36.5968C41.8893 36.4953 41.9115 36.3861 41.9115 36.2758C41.9115 36.1654 41.8893 36.0563 41.8461 35.9547C41.8029 35.8532 41.7397 35.7614 41.6603 35.6848C41.5808 35.6083 41.4868 35.5485 41.3837 35.5091C41.2806 35.4697 41.1707 35.4516 41.0605 35.4556H39.7834C39.5712 35.4635 39.3702 35.5533 39.2228 35.7063C39.0754 35.8592 38.993 36.0633 38.993 36.2758C38.993 36.4882 39.0754 36.6923 39.2228 36.8453C39.3702 36.9982 39.5712 37.0881 39.7834 37.0959Z" fill="black"/>
                                        <path d="M36.9958 44.3975H33.0481C32.8358 44.4053 32.6348 44.4951 32.4875 44.6481C32.3401 44.801 32.2577 45.0052 32.2577 45.2176C32.2577 45.43 32.3401 45.6342 32.4875 45.7871C32.6348 45.9401 32.8358 46.0299 33.0481 46.0377H36.9958C37.208 46.0299 37.409 45.9401 37.5564 45.7871C37.7038 45.6342 37.7862 45.43 37.7862 45.2176C37.7862 45.0052 37.7038 44.801 37.5564 44.6481C37.409 44.4951 37.208 44.4053 36.9958 44.3975Z" fill="black"/>
                                        <path d="M49.4212 44.398H43.8478C43.6355 44.4059 43.4345 44.4957 43.2871 44.6487C43.1397 44.8016 43.0574 45.0058 43.0574 45.2182C43.0574 45.4306 43.1397 45.6347 43.2871 45.7877C43.4345 45.9406 43.6355 46.0305 43.8478 46.0383H49.4212C49.5314 46.0424 49.6414 46.0242 49.7444 45.9848C49.8475 45.9454 49.9416 45.8857 50.021 45.8091C50.1004 45.7326 50.1636 45.6408 50.2068 45.5392C50.25 45.4377 50.2722 45.3285 50.2722 45.2182C50.2722 45.1078 50.25 44.9986 50.2068 44.8971C50.1636 44.7956 50.1004 44.7038 50.021 44.6272C49.9416 44.5506 49.8475 44.4909 49.7444 44.4515C49.6414 44.4121 49.5314 44.3939 49.4212 44.398Z" fill="black"/>
                                        <path d="M41.0614 44.398H39.7844C39.6741 44.3939 39.5642 44.4121 39.4611 44.4515C39.3581 44.4909 39.264 44.5506 39.1846 44.6272C39.1051 44.7038 39.0419 44.7956 38.9988 44.8971C38.9556 44.9986 38.9333 45.1078 38.9333 45.2182C38.9333 45.3285 38.9556 45.4377 38.9988 45.5392C39.0419 45.6408 39.1051 45.7326 39.1846 45.8091C39.264 45.8857 39.3581 45.9454 39.4611 45.9848C39.5642 46.0242 39.6741 46.0424 39.7844 46.0383H41.0614C41.2737 46.0305 41.4746 45.9406 41.622 45.7877C41.7694 45.6347 41.8518 45.4306 41.8518 45.2182C41.8518 45.0058 41.7694 44.8016 41.622 44.6487C41.4746 44.4957 41.2737 44.4059 41.0614 44.398Z" fill="black"/>
                                        <path d="M52.4492 0H3.61023C2.65291 0.00118733 1.73515 0.382085 1.05833 1.05912C0.381502 1.73615 0.000890072 2.65403 0 3.61135L0 43.3093C0.00118733 44.2666 0.382084 45.1843 1.05912 45.8612C1.73615 46.538 2.65403 46.9186 3.61135 46.9195H6.69798C6.80823 46.9236 6.91818 46.9054 7.02124 46.866C7.12431 46.8266 7.21837 46.7669 7.29781 46.6903C7.37726 46.6137 7.44045 46.5219 7.48361 46.4204C7.52677 46.3189 7.54902 46.2097 7.54902 46.0993C7.54902 45.989 7.52677 45.8798 7.48361 45.7783C7.44045 45.6767 7.37726 45.585 7.29781 45.5084C7.21837 45.4318 7.12431 45.3721 7.02124 45.3327C6.91818 45.2933 6.80823 45.2751 6.69798 45.2792H3.61023C3.08795 45.2786 2.58724 45.0709 2.21793 44.7016C1.84863 44.3323 1.64089 43.8315 1.6403 43.3093V40.1969H31.5312V41.6107H30.8809C30.6687 41.6104 30.4586 41.6519 30.2624 41.7328C30.0663 41.8137 29.888 41.9325 29.7378 42.0823C29.5876 42.2321 29.4683 42.41 29.3869 42.606C29.3054 42.8019 29.2633 43.0119 29.263 43.2241V45.2792H11.6861C11.5759 45.2751 11.4659 45.2933 11.3629 45.3327C11.2598 45.3721 11.1658 45.4318 11.0863 45.5084C11.0069 45.585 10.9437 45.6767 10.9005 45.7783C10.8574 45.8798 10.8351 45.989 10.8351 46.0993C10.8351 46.2097 10.8574 46.3189 10.9005 46.4204C10.9437 46.5219 11.0069 46.6137 11.0863 46.6903C11.1658 46.7669 11.2598 46.8266 11.3629 46.866C11.4659 46.9054 11.5759 46.9236 11.6861 46.9195H19.5748V49.8626H17.0981C16.3036 49.8635 15.5418 50.1795 14.98 50.7414C14.4181 51.3032 14.1021 52.065 14.1012 52.8596V54.6322C14.1015 54.9948 14.2457 55.3426 14.5021 55.599C14.7586 55.8555 15.1064 55.9997 15.469 56H40.5287C40.8914 55.9997 41.2391 55.8555 41.4956 55.599C41.7521 55.3426 41.8963 54.9948 41.8966 54.6322V52.8596C41.8957 52.065 41.5796 51.3032 41.0178 50.7414C40.456 50.1795 39.6942 49.8635 38.8996 49.8626H36.4218V48.8255H51.5892C52.017 48.8249 52.427 48.6548 52.7294 48.3523C53.0319 48.0499 53.202 47.6398 53.2026 47.2121V46.8264C53.9967 46.6414 54.705 46.1933 55.2124 45.5551C55.7198 44.9168 55.9965 44.1258 55.9978 43.3104L56.0594 3.61023C56.0585 2.65281 55.6777 1.73489 55.0006 1.058C54.3235 0.381111 53.4066 0.000593698 52.4492 0ZM30.9078 38.2437V34.3084H51.5612V38.2437H30.9078ZM33.1715 32.6703V30.9448H49.2975V32.6714L33.1715 32.6703ZM49.2964 39.8852V41.6118H33.1726V39.8852H49.2964ZM21.2151 46.9195H29.263V47.2121C29.2636 47.6398 29.4338 48.0499 29.7362 48.3523C30.0387 48.6548 30.4487 48.8249 30.8764 48.8255H34.7759V49.8626H21.2095L21.2151 46.9195ZM38.8985 51.5029C39.2574 51.5044 39.6012 51.6479 39.8546 51.9022C40.108 52.1564 40.2504 52.5006 40.2507 52.8596V54.3586H15.7415V52.8596C15.7421 52.5 15.8852 52.1554 16.1396 51.9013C16.3939 51.6472 16.7386 51.5043 17.0981 51.504L38.8985 51.5029ZM51.5612 47.1841H30.9078V43.2521H51.5612V47.1841ZM54.3563 43.3093C54.3565 43.6875 54.2478 44.0578 54.0433 44.3759C53.8387 44.694 53.5469 44.9465 53.2026 45.1032V43.2241C53.202 42.7963 53.0319 42.3863 52.7294 42.0839C52.427 41.7814 52.017 41.6113 51.5892 41.6107H50.9389V40.1969H54.3563V43.3093ZM54.3563 38.5566H53.1757C53.1925 38.4635 53.2026 34.2837 53.2026 34.2837C53.202 33.856 53.0319 33.446 52.7294 33.1435C52.427 32.8411 52.017 32.6709 51.5892 32.6703H50.9389V30.9448H51.5892C52.017 30.9442 52.427 30.774 52.7294 30.4716C53.0319 30.1692 53.202 29.7591 53.2026 29.3314V25.3389C53.202 24.9111 53.0319 24.5011 52.7294 24.1987C52.427 23.8962 52.017 23.7261 51.5892 23.7255H46.9543C46.7366 23.7255 46.5278 23.8119 46.3739 23.9659C46.22 24.1198 46.1335 24.3285 46.1335 24.5462C46.1335 24.7638 46.22 24.9726 46.3739 25.1265C46.5278 25.2804 46.7366 25.3669 46.9543 25.3669H51.5612V29.3H30.9078V25.3691H41.8495C42.0671 25.3691 42.2759 25.2827 42.4298 25.1288C42.5837 24.9748 42.6702 24.7661 42.6702 24.5484C42.6702 24.3308 42.5837 24.122 42.4298 23.9681C42.2759 23.8142 42.0671 23.7277 41.8495 23.7277H30.8809C30.4528 23.7271 30.0419 23.8965 29.7386 24.1985C29.4353 24.5006 29.2642 24.9108 29.263 25.3389V29.3258C29.2626 29.5384 29.3041 29.7491 29.3852 29.9456C29.4664 30.1422 29.5855 30.3208 29.7358 30.4712C29.8861 30.6216 30.0647 30.7409 30.2612 30.8221C30.4576 30.9034 30.6683 30.9451 30.8809 30.9448H31.5312V32.6714H30.8809C30.4526 32.6708 30.0416 32.8403 29.7382 33.1427C29.4348 33.445 29.2639 33.8554 29.263 34.2837C29.263 34.2837 29.2731 38.4635 29.2899 38.5566H1.6403V11.1603H54.3563V38.5566ZM54.3563 9.51777H1.70084V3.61023C1.70173 3.08815 1.9096 2.58772 2.27887 2.21866C2.64814 1.84959 3.14869 1.64201 3.67077 1.64142H52.3864C52.9087 1.64201 53.4094 1.84975 53.7787 2.21905C54.148 2.58836 54.3557 3.08907 54.3563 3.61135V9.51777Z" fill="black"/>
                                        <path d="M6.05114 3.14941C5.57477 3.14941 5.1091 3.29069 4.71303 3.55537C4.31696 3.82005 4.00829 4.19624 3.82604 4.63636C3.64379 5.07649 3.59616 5.56078 3.68918 6.02798C3.7822 6.49518 4.01168 6.92429 4.3486 7.26106C4.68552 7.59782 5.11474 7.82711 5.58199 7.9199C6.04923 8.0127 6.53349 7.96485 6.97354 7.7824C7.41358 7.59995 7.78962 7.29109 8.05412 6.8949C8.31861 6.49871 8.45967 6.03297 8.45945 5.55661C8.45856 4.91826 8.2045 4.30633 7.75302 3.85505C7.30153 3.40378 6.68949 3.15001 6.05114 3.14941ZM6.05114 6.3235C5.89946 6.3235 5.75119 6.27852 5.62507 6.19426C5.49896 6.10999 5.40066 5.99022 5.34262 5.85008C5.28457 5.70995 5.26939 5.55576 5.29898 5.40699C5.32857 5.25823 5.40161 5.12158 5.50886 5.01433C5.61611 4.90708 5.75276 4.83404 5.90152 4.80445C6.05029 4.77486 6.20448 4.79005 6.34461 4.84809C6.48474 4.90614 6.60452 5.00443 6.68879 5.13054C6.77305 5.25666 6.81803 5.40493 6.81803 5.55661C6.81773 5.75991 6.73684 5.9548 6.59308 6.09855C6.44933 6.24231 6.25444 6.3232 6.05114 6.3235Z" fill="black"/>
                                        <path d="M12.1793 3.14941C11.7029 3.14919 11.2371 3.29028 10.8409 3.55482C10.4447 3.81937 10.1359 4.19548 9.95344 4.63559C9.77102 5.0757 9.72323 5.56002 9.81612 6.02729C9.90901 6.49456 10.1384 6.92378 10.4753 7.26066C10.8121 7.59754 11.2414 7.82693 11.7086 7.91982C12.1759 8.01271 12.6602 7.96492 13.1003 7.78251C13.5405 7.60009 13.9166 7.29123 14.1811 6.89502C14.4457 6.4988 14.5867 6.03302 14.5865 5.55661C14.5856 4.91845 14.3317 4.30669 13.8805 3.85545C13.4292 3.4042 12.8175 3.1503 12.1793 3.14941ZM12.1793 6.3235C12.0277 6.3235 11.8794 6.27852 11.7533 6.19426C11.6271 6.10999 11.5289 5.99022 11.4708 5.85008C11.4128 5.70995 11.3976 5.55576 11.4272 5.40699C11.4568 5.25823 11.5298 5.12158 11.6371 5.01433C11.7443 4.90708 11.881 4.83404 12.0297 4.80445C12.1785 4.77486 12.3327 4.79005 12.4728 4.84809C12.6129 4.90614 12.7327 5.00443 12.817 5.13054C12.9012 5.25666 12.9462 5.40493 12.9462 5.55661C12.9459 5.75991 12.865 5.9548 12.7213 6.09855C12.5775 6.24231 12.3826 6.3232 12.1793 6.3235Z" fill="black"/>
                                        <path d="M18.3103 3.14941C17.8339 3.14941 17.3682 3.29069 16.9722 3.55537C16.5761 3.82005 16.2674 4.19624 16.0852 4.63636C15.903 5.07649 15.8553 5.56078 15.9483 6.02798C16.0414 6.49518 16.2708 6.92429 16.6077 7.26106C16.9447 7.59782 17.3739 7.82711 17.8411 7.9199C18.3084 8.0127 18.7926 7.96485 19.2327 7.7824C19.6727 7.59995 20.0488 7.29109 20.3133 6.8949C20.5778 6.49871 20.7188 6.03297 20.7186 5.55661C20.7177 4.91826 20.4637 4.30633 20.0122 3.85505C19.5607 3.40378 18.9486 3.15001 18.3103 3.14941ZM18.3103 6.3235C18.1586 6.3235 18.0103 6.27852 17.8842 6.19426C17.7581 6.10999 17.6598 5.99022 17.6018 5.85008C17.5437 5.70995 17.5285 5.55576 17.5581 5.40699C17.5877 5.25823 17.6608 5.12158 17.768 5.01433C17.8753 4.90708 18.0119 4.83404 18.1607 4.80445C18.3094 4.77486 18.4636 4.79005 18.6038 4.84809C18.7439 4.90614 18.8637 5.00443 18.9479 5.13054C19.0322 5.25666 19.0772 5.40493 19.0772 5.55661C19.0769 5.75991 18.996 5.9548 18.8522 6.09855C18.7085 6.24231 18.5136 6.3232 18.3103 6.3235Z" fill="black"/>
                                        </svg>                                        
                                </div>
                                <h5 class="card-title mb-3">Custom Software Development</h5>
                                <p class="card-text">From concept to deployment, we craft bespoke software solutions
                                    that address your unique business challenges.</p>
                                <a href="#" class="card-link">read more</a>
                            </div>
                            <div class="card-image">
                                <img src="assets/images/software-development.jpg" class="img-fluid" alt="">
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-4 col-md-6">
                        <div class="card" data-aos="fade-up" data-aos-duration="800">
                            <div class="card-body">
                                <div class="card-icon mb-4">
                                    <svg width="59" height="59" viewBox="0 0 59 59" fill="none" xmlns="http://www.w3.org/2000/svg">
                                        <path d="M1.4 0C1.0287 0 0.672601 0.147499 0.41005 0.41005C0.147499 0.672601 0 1.0287 0 1.4V15.438C0 15.8093 0.147499 16.1654 0.41005 16.4279C0.672601 16.6905 1.0287 16.838 1.4 16.838H57.542C57.9133 16.838 58.2694 16.6905 58.5319 16.4279C58.7945 16.1654 58.942 15.8093 58.942 15.438V1.4C58.942 1.0287 58.7945 0.672601 58.5319 0.41005C58.2694 0.147499 57.9133 0 57.542 0H1.4ZM2.8 2.807H56.138V14.035H2.807L2.8 2.807ZM8.414 7.017C8.13711 7.017 7.86643 7.09911 7.6362 7.25294C7.40597 7.40678 7.22653 7.62543 7.12057 7.88124C7.01461 8.13706 6.98688 8.41855 7.0409 8.69013C7.09492 8.9617 7.22826 9.21116 7.42405 9.40695C7.61984 9.60274 7.8693 9.73608 8.14087 9.7901C8.41245 9.84412 8.69394 9.81639 8.94976 9.71043C9.20557 9.60447 9.42422 9.42503 9.57806 9.1948C9.73189 8.96457 9.814 8.69389 9.814 8.417C9.814 8.04691 9.66747 7.69187 9.40643 7.42952C9.14539 7.16717 8.79109 7.01885 8.421 7.017H8.414ZM14.028 7.017C13.7511 7.017 13.4804 7.09911 13.2502 7.25294C13.02 7.40678 12.8405 7.62543 12.7346 7.88124C12.6286 8.13706 12.6009 8.41855 12.6549 8.69013C12.7089 8.9617 12.8423 9.21116 13.038 9.40695C13.2338 9.60274 13.4833 9.73608 13.7549 9.7901C14.0264 9.84412 14.3079 9.81639 14.5638 9.71043C14.8196 9.60447 15.0382 9.42503 15.1921 9.1948C15.3459 8.96457 15.428 8.69389 15.428 8.417C15.428 8.04691 15.2815 7.69187 15.0204 7.42952C14.7594 7.16717 14.4051 7.01885 14.035 7.017H14.028ZM19.642 7.017C19.3651 7.017 19.0944 7.09911 18.8642 7.25294C18.634 7.40678 18.4545 7.62543 18.3486 7.88124C18.2426 8.13706 18.2149 8.41855 18.2689 8.69013C18.3229 8.9617 18.4563 9.21116 18.6521 9.40695C18.8478 9.60274 19.0973 9.73608 19.3689 9.7901C19.6404 9.84412 19.9219 9.81639 20.1778 9.71043C20.4336 9.60447 20.6522 9.42503 20.8061 9.1948C20.9599 8.96457 21.042 8.69389 21.042 8.417C21.042 8.04673 20.8953 7.69155 20.6341 7.42917C20.3728 7.16679 20.0183 7.01859 19.648 7.017H19.642ZM0 21.052V57.542C0 57.9133 0.147499 58.2694 0.41005 58.5319C0.672601 58.7945 1.0287 58.942 1.4 58.942H57.542C57.9133 58.942 58.2694 58.7945 58.5319 58.5319C58.7945 58.2694 58.942 57.9133 58.942 57.542V21.052H56.138V56.138H2.807V21.052H0ZM8.421 21.052C8.0497 21.052 7.6936 21.1995 7.43105 21.4621C7.1685 21.7246 7.021 22.0807 7.021 22.452V50.525C7.021 50.8963 7.1685 51.2524 7.43105 51.5149C7.6936 51.7775 8.0497 51.925 8.421 51.925H26.666C27.0373 51.925 27.3934 51.7775 27.6559 51.5149C27.9185 51.2524 28.066 50.8963 28.066 50.525V22.455C28.066 22.0837 27.9185 21.7276 27.6559 21.465C27.3934 21.2025 27.0373 21.055 26.666 21.055L8.421 21.052ZM32.28 21.052V23.859H51.928V21.052H32.28ZM9.824 23.859H25.262V49.121H9.824V23.859ZM32.279 28.069V30.876H51.928V28.069H32.279ZM32.279 35.086V37.893H51.928V35.086H32.279ZM32.279 42.103V44.91H51.928V42.1L32.279 42.103ZM32.279 49.12V51.927H51.928V49.121L32.279 49.12Z" fill="black"/>
                                        </svg>                                        
                                </div>
                                <h5 class="card-title mb-3">Web and Mobile App Development</h5>
                                <p class="card-text">We create intuitive and user-friendly web and mobile applications
                                    that engage your audience and drive user satisfaction.</p>
                                <a href="#" class="card-link">read more</a>
                            </div>
                            <div class="card-image">
                                <img src="assets/images/mobile-app.jpg" class="img-fluid" alt="">
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-4 col-md-6">
                        <div class="card" data-aos="fade-up" data-aos-duration="1000">
                            <div class="card-body">
                                <div class="card-icon mb-4">
                                    <svg width="50" height="60" viewBox="0 0 50 60" fill="none"
                                        xmlns="http://www.w3.org/2000/svg">
                                        <path
                                            d="M34.9358 16.4316C33.0139 14.5143 30.4099 13.4375 27.6952 13.4375C24.9805 13.4375 22.3765 14.5143 20.4546 16.4316L17.397 19.4893C17.2371 19.6548 17.1486 19.8766 17.1506 20.1068C17.1527 20.3369 17.245 20.5571 17.4078 20.7199C17.5705 20.8827 17.7907 20.975 18.0209 20.977C18.251 20.979 18.4728 20.8905 18.6384 20.7306L21.696 17.673C23.2886 16.0843 25.4462 15.192 27.6957 15.192C29.9452 15.192 32.1029 16.0843 33.6954 17.673L35.8012 19.7788C36.5891 20.5666 37.2141 21.502 37.6406 22.5314C38.067 23.5609 38.2865 24.6642 38.2865 25.7785C38.2865 26.8927 38.067 27.9961 37.6406 29.0255C37.2141 30.0549 36.5891 30.9903 35.8012 31.7782L34.1297 33.4496C33.7858 32.9594 33.3997 32.5001 32.9758 32.077L31.7573 30.8575L33.3195 29.2954C33.7814 28.8335 34.1479 28.2851 34.3979 27.6816C34.648 27.0781 34.7766 26.4312 34.7766 25.7779C34.7766 25.1247 34.648 24.4778 34.3979 23.8743C34.1479 23.2707 33.7814 22.7224 33.3195 22.2605L31.2137 20.1547C30.2802 19.223 29.0152 18.6997 27.6962 18.6997C26.3773 18.6997 25.1123 19.223 24.1788 20.1547L17.6907 26.6387C17.2287 27.1006 16.8622 27.6489 16.6122 28.2525C16.3622 28.856 16.2335 29.5028 16.2335 30.1561C16.2335 30.8094 16.3622 31.4563 16.6122 32.0598C16.8622 32.6633 17.2287 33.2117 17.6907 33.6735L19.7965 35.7793C20.7225 36.7036 21.9752 37.2262 23.2835 37.234C24.5918 37.2418 25.8506 36.7342 26.7876 35.821L28.0071 37.0405C28.4534 37.4828 28.7576 38.048 28.8809 38.6641C27.2589 40.0711 25.1644 40.8116 23.0186 40.7368C20.8727 40.6621 18.8348 39.7775 17.3147 38.2611L15.209 36.1553C14.421 35.3674 13.796 34.4321 13.3696 33.4026C12.9432 32.3732 12.7237 31.2699 12.7237 30.1556C12.7237 29.0413 12.9432 27.938 13.3696 26.9086C13.796 25.8791 14.421 24.9438 15.209 24.1559L15.9098 23.455C16.0003 23.3759 16.0736 23.2789 16.1251 23.1703C16.1766 23.0616 16.2053 22.9435 16.2092 22.8233C16.2132 22.7032 16.1925 22.5834 16.1483 22.4716C16.1041 22.3598 16.0374 22.2582 15.9523 22.1732C15.8673 22.0882 15.7656 22.0216 15.6538 21.9775C15.5419 21.9334 15.4222 21.9128 15.302 21.9168C15.1818 21.9209 15.0637 21.9496 14.9551 22.0012C14.8465 22.0528 14.7496 22.1262 14.6705 22.2168L13.9697 22.9176C12.4895 24.3992 11.4985 26.2986 11.1301 28.3602C10.7616 30.4218 11.0333 32.5468 11.9087 34.4494L9.90287 36.4552C7.98381 38.3751 6.90576 40.9786 6.90576 43.6932C6.90576 46.4077 7.98381 49.0112 9.90287 50.9311L12.0076 53.0379C12.9564 53.9917 14.0849 54.7477 15.3278 55.2624C16.5707 55.7771 17.9034 56.0401 19.2487 56.0362C19.4761 56.0284 19.6917 55.9325 19.8498 55.7688C20.008 55.6051 20.0964 55.3864 20.0964 55.1588C20.0964 54.9312 20.008 54.7125 19.8498 54.5488C19.6917 54.3851 19.4761 54.2892 19.2487 54.2814C18.134 54.2845 17.0298 54.0664 15.9999 53.6399C14.9701 53.2134 14.0351 52.5869 13.249 51.7966L11.1432 49.6897C10.3552 48.902 9.73008 47.9668 9.30359 46.9374C8.8771 45.9081 8.65759 44.8048 8.65759 43.6906C8.65759 42.5764 8.8771 41.4731 9.30359 40.4437C9.73008 39.4144 10.3552 38.4791 11.1432 37.6914L12.8157 36.0178C13.1595 36.5089 13.5452 36.9692 13.9686 37.3936L15.1871 38.612L13.6249 40.1742C13.1628 40.636 12.7963 41.1843 12.5462 41.7879C12.2961 42.3914 12.1673 43.0383 12.1673 43.6916C12.1673 44.3449 12.2961 44.9918 12.5462 45.5953C12.7963 46.1989 13.1628 46.7472 13.6249 47.209L15.7297 49.3148C16.6626 50.2476 17.9279 50.7716 19.2471 50.7716C20.5664 50.7716 21.8316 50.2476 22.7645 49.3148L29.2506 42.8371C29.7542 42.3255 30.1431 41.7126 30.3915 41.039C30.6398 40.3655 30.7419 39.6468 30.6909 38.9307C30.5991 37.7507 30.0882 36.6425 29.2506 35.8064L27.1448 33.6996C26.2192 32.7746 24.9664 32.2515 23.6578 32.2437C22.3492 32.2359 21.0903 32.744 20.1537 33.6579L18.9342 32.4384C18.4893 31.9957 18.1847 31.4317 18.0583 30.8169C19.6791 29.4065 21.7747 28.6634 23.9219 28.7379C26.0692 28.8123 28.1083 29.6986 29.6276 31.2179L31.7334 33.3247C33.3241 34.916 34.2177 37.0738 34.2177 39.3238C34.2177 41.5738 33.3241 43.7317 31.7334 45.323L25.2494 51.807C24.5747 52.4838 23.7906 53.0419 22.9301 53.4576C22.7274 53.5628 22.5737 53.7429 22.5015 53.9596C22.4294 54.1762 22.4445 54.4125 22.5437 54.6182C22.6429 54.8239 22.8184 54.9829 23.0328 55.0614C23.2473 55.1398 23.4839 55.1316 23.6925 55.0385C24.7306 54.5374 25.6767 53.8646 26.4908 53.0483L32.9747 46.5644C34.4545 45.0826 35.4452 43.1832 35.8137 41.1217C36.1821 39.0602 35.9106 36.9353 35.0357 35.0326L37.0415 33.0268C38.9617 31.1064 40.0404 28.5019 40.0404 25.7863C40.0404 23.0706 38.9617 20.4661 37.0415 18.5457L34.9358 16.4316ZM21.5263 48.0755C20.919 48.6723 20.1017 49.0067 19.2502 49.0067C18.3988 49.0067 17.5814 48.6723 16.9742 48.0755L14.8684 45.9687C14.5693 45.6699 14.332 45.3151 14.1701 44.9246C14.0082 44.534 13.9249 44.1154 13.9249 43.6926C13.9249 43.2699 14.0082 42.8513 14.1701 42.4607C14.332 42.0702 14.5693 41.7154 14.8684 41.4166L16.4378 39.8461C18.0352 41.2904 20.0465 42.1954 22.1868 42.4332C24.3271 42.6709 26.4879 42.2293 28.3633 41.1708C28.2572 41.3194 28.1387 41.4587 28.0092 41.5874L21.5263 48.0755ZM25.5212 34.6098C24.9743 35.1214 24.2665 35.4268 23.5191 35.474C22.7716 35.5211 22.0311 35.3069 21.4242 34.8681C21.9704 34.3551 22.6784 34.0486 23.4262 34.0014C24.1741 33.9543 24.9149 34.1694 25.5212 34.6098ZM23.6289 26.974C21.8605 26.9717 20.1218 27.4289 18.5832 28.3008C18.6887 28.1524 18.8064 28.013 18.9352 27.8842L25.4181 21.4013C26.023 20.8 26.8413 20.4625 27.6942 20.4625C28.5471 20.4625 29.3653 20.8 29.9702 21.4013L32.076 23.5071C32.6796 24.1108 33.0186 24.9295 33.0186 25.7831C33.0186 26.6368 32.6796 27.4555 32.076 28.0592L30.5055 29.6297C28.626 27.914 26.1716 26.9653 23.6268 26.9709L23.6289 26.974Z"
                                            fill="black" />
                                        <path
                                            d="M49.9887 4.51773C49.9873 3.31998 49.5109 2.17167 48.664 1.32473C47.817 0.477795 46.6687 0.00137816 45.471 0L4.51773 0C3.31997 0.00137816 2.17167 0.477795 1.32473 1.32473C0.477792 2.17167 0.00137816 3.31998 0 4.51773V55.4823C0.00137816 56.68 0.477792 57.8283 1.32473 58.6753C2.17167 59.5222 3.31997 59.9986 4.51773 60H45.471C46.6687 59.9986 47.817 59.5222 48.664 58.6753C49.5109 57.8283 49.9873 56.68 49.9887 55.4823V4.51773ZM45.471 58.2441H4.51773C3.78557 58.243 3.08372 57.9517 2.566 57.434C2.04829 56.9163 1.75696 56.2144 1.75585 55.4823V11.8015H37.7967C38.0242 11.7937 38.2397 11.6978 38.3978 11.5341C38.556 11.3704 38.6444 11.1517 38.6444 10.9241C38.6444 10.6965 38.556 10.4778 38.3978 10.3141C38.2397 10.1504 38.0242 10.0545 37.7967 10.0467H1.75585V4.51773C1.75668 3.78521 2.04804 3.08293 2.566 2.56497C3.08397 2.047 3.78626 1.75564 4.51877 1.75481H45.471C46.2035 1.75564 46.9058 2.047 47.4238 2.56497C47.9417 3.08293 48.2331 3.78521 48.2339 4.51773V10.0456H41.9791C41.8613 10.0416 41.7439 10.0613 41.6339 10.1035C41.5239 10.1458 41.4236 10.2098 41.3388 10.2917C41.2541 10.3735 41.1867 10.4716 41.1407 10.5801C41.0946 10.6886 41.0709 10.8052 41.0709 10.9231C41.0709 11.0409 41.0946 11.1575 41.1407 11.266C41.1867 11.3745 41.2541 11.4726 41.3388 11.5544C41.4236 11.6363 41.5239 11.7003 41.6339 11.7426C41.7439 11.7848 41.8613 11.8045 41.9791 11.8005H48.2329V55.4823C48.2318 56.2144 47.9404 56.9163 47.4227 57.434C46.905 57.9517 46.2031 58.243 45.471 58.2441Z"
                                            fill="black" />
                                        <path
                                            d="M7.12402 7.5305C8.02361 7.4665 8.70099 6.68537 8.637 5.78578C8.573 4.88619 7.79186 4.20881 6.89228 4.2728C5.99269 4.33679 5.31531 5.11793 5.3793 6.01752C5.44329 6.91711 6.22443 7.59449 7.12402 7.5305Z"
                                            fill="black" />
                                        <path
                                            d="M12.0253 7.534C12.9272 7.534 13.6583 6.80289 13.6583 5.90103C13.6583 4.99917 12.9272 4.26807 12.0253 4.26807C11.1234 4.26807 10.3923 4.99917 10.3923 5.90103C10.3923 6.80289 11.1234 7.534 12.0253 7.534Z"
                                            fill="black" />
                                        <path
                                            d="M17.0492 7.534C17.9511 7.534 18.6822 6.80289 18.6822 5.90103C18.6822 4.99917 17.9511 4.26807 17.0492 4.26807C16.1474 4.26807 15.4163 4.99917 15.4163 5.90103C15.4163 6.80289 16.1474 7.534 17.0492 7.534Z"
                                            fill="black" />
                                    </svg>
                                </div>
                                <h5 class="card-title mb-3">Digital Transformation</h5>
                                <p class="card-text">Our expertise in digital transformation helps businesses modernize
                                    their processes and stay ahead in today's rapidly evolving digital landscape.</p>
                                <a href="#" class="card-link">read more</a>
                            </div>
                            <div class="card-image">
                                <img src="assets/images/data.png" class="img-fluid" alt="">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- multicard-wrapper section end -->

        <section class="apart-exrta-section position-relative">
            <div class="container">
                <div class="row position-relative">
                    <div class="col-12 text-center">
                        <h5 class="section-subtitle mb-4">WHO WE ARE</h5>
                        <h2 class="section-title mb-0 text-white">Web solutions allows your business to increase productivity</h2>
                    </div>
                </div>
            </div>
            <div class="apart-bg">
                <img src="assets/images/mobile-app.jpg" class="img-fluid">
            </div>
        </section>

        <!-- apart-us start  -->
        <section class="apart-us ">
            <div class="container">

                <div class="row">
                    <div class="col-lg-6 mb-5 mb-lg-0">
                        <div class="accordion" id="accordionExample"  data-aos="fade-up">
                            <div class="accordion-item mb-3 border-0" data-aos="fade-up">
                                <div class="accordion-header">
                                    <button class="accordion-button" type="button" data-bs-toggle="collapse"
                                        data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
                                        <h4 class="title mb-0">Innovation</h4>
                                        <div class="acc-icon">
                                            <svg class="acc-open" xmlns="http://www.w3.org/2000/svg"
                                                viewBox="0 0 448 512">
                                                <path
                                                    d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z" />
                                            </svg>
                                            <svg class="acc-close" xmlns="http://www.w3.org/2000/svg"
                                                viewBox="0 0 448 512">
                                                <path
                                                    d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" />
                                            </svg>
                                        </div>
                                    </button>
                                </div>
                                <div id="collapseOne" class="accordion-collapse collapse show"
                                    data-bs-parent="#accordionExample">
                                    <div class="accordion-body">
                                        <p class="text mb-0">We stay at the forefront of technological advancements,
                                            embracing new tools and methodologies to craft solutions that anticipate the
                                            future needs of our clients.</p>
                                    </div>
                                </div>
                            </div>
                            <div class="accordion-item mb-3 border-0" data-aos="fade-up">
                                <div class="accordion-header">
                                    <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                                        data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
                                        <h4 class="title mb-0">Customization</h4>
                                        <div class="acc-icon">
                                            <svg class="acc-open" xmlns="http://www.w3.org/2000/svg"
                                                viewBox="0 0 448 512">
                                                <path
                                                    d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z" />
                                            </svg>
                                            <svg class="acc-close" xmlns="http://www.w3.org/2000/svg"
                                                viewBox="0 0 448 512">
                                                <path
                                                    d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" />
                                            </svg>
                                        </div>
                                    </button>
                                </div>
                                <div id="collapseTwo" class="accordion-collapse collapse"
                                    data-bs-parent="#accordionExample">
                                    <div class="accordion-body">
                                        <p class="text mb-0">We understand that every business is unique. That's why we
                                            tailor our solutions to match your specific requirements, ensuring that you
                                            receive a solution that perfectly fits your needs.</p>
                                    </div>
                                </div>
                            </div>
                            <div class="accordion-item mb-3 border-0" data-aos="fade-up">
                                <div class="accordion-header">
                                    <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                                        data-bs-target="#collapseThree" aria-expanded="false"
                                        aria-controls="collapseThree">
                                        <h4 class="title mb-0">Quality</h4>
                                        <div class="acc-icon">
                                            <svg class="acc-open" xmlns="http://www.w3.org/2000/svg"
                                                viewBox="0 0 448 512">
                                                <path
                                                    d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z" />
                                            </svg>
                                            <svg class="acc-close" xmlns="http://www.w3.org/2000/svg"
                                                viewBox="0 0 448 512">
                                                <path
                                                    d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" />
                                            </svg>
                                        </div>
                                    </button>
                                </div>
                                <div id="collapseThree" class="accordion-collapse collapse"
                                    data-bs-parent="#accordionExample">
                                    <div class="accordion-body">
                                        <p class="text mb-0">Our commitment to quality is unwavering. We adhere to the
                                            highest standards of development, testing, and deployment to deliver
                                            software that is reliable, efficient, and scalable.</p>
                                    </div>
                                </div>
                            </div>
                            <div class="accordion-item border-0" data-aos="fade-up">
                                <div class="accordion-header">
                                    <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                                        data-bs-target="#collapseFour" aria-expanded="false"
                                        aria-controls="collapseFour">
                                        <h4 class="title mb-0">Collaboration</h4>
                                        <div class="acc-icon">
                                            <svg class="acc-open" xmlns="http://www.w3.org/2000/svg"
                                                viewBox="0 0 448 512">
                                                <path
                                                    d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z" />
                                            </svg>
                                            <svg class="acc-close" xmlns="http://www.w3.org/2000/svg"
                                                viewBox="0 0 448 512">
                                                <path
                                                    d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z" />
                                            </svg>
                                        </div>
                                    </button>
                                </div>
                                <div id="collapseFour" class="accordion-collapse collapse"
                                    data-bs-parent="#accordionExample">
                                    <div class="accordion-body">
                                        <p class="text mb-0">We believe in the power of teamwork. We work closely with
                                            our
                                            clients, fostering open communication and collaboration throughout the
                                            development process to ensure that the end product aligns with your vision.
                                        </p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-6 ">
                        <div class="img-container  image-moving-hover">
                            <img src="assets/images/software-development.jpg" class="img-fluid">
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- apart-us end  -->

        <!-- multiimages-with-text-wrapper section start -->
        <section class="multiimages-with-text-wrapper pblock-120">
            <div class="container">
                <div class="row align-items-center row-gap-4">
                    <div class="col-lg-6">
                        <div class="image-collection-wrapper">
                            <div class="img-container image-moving-hover">
                                <img src="assets/images/Artificial-Intelligence-5.jpg" class="img-fluid">
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-6 ps-xl-5 ps-lg-3 ps-auto">
                        <h5 class="section-subtitle mb-3">Who We Are</h5>
                        <h2 class="section-title mb-3">At S3KN,</h2>
                        <p class="section-text">
                            we're a team of passionate and skilled professionals who are enthusiastic about
                            technology and its transformative power. With a diverse range of expertise and a relentless
                            pursuit of excellence, we collaborate to create solutions that solve complex challenges and
                            deliver tangible results.
                        </p>
                    </div>
                </div>
            </div>
        </section>
        <!-- multiimages-with-text-wrapper section end -->

        <!-- our-progress-wrapper section start -->
        <section class="our-progress-wrapper pblock-120">
            <div class="container">
                <div class="row">
                    <div class="col-12 text-center">
                        <h5 class="section-subtitle mb-4">Work progress</h5>
                        <h2 class="section-title mb-5">Our work progress</h2>
                    </div>
                </div>
                <div class="row row-gap-5">
                    <div class="col-lg-4">
                        <div class="progress-box" data-aos="fade-up" data-aos-duration="1000">
                            <div class="progress-img">
                                <img src="assets/images/process-01.jpg" alt="">
                                <span class="progress-number">01</span>
                            </div>
                            <h4 class="progress-title">Design</h4>
                            <p class="progress-content">Creating intuitive, user-centric designs to ensure an exceptional user experience and meet your business needs..</p>
                        </div>
                    </div>
                    <div class="col-lg-4">
                        <div class="progress-box centered-box" data-aos="fade-up" data-aos-duration="1400">
                            <div class="progress-img">
                                <img src="assets/images/process-02.jpg" alt="">
                                <span class="progress-number">02</span>
                            </div>
                            <h4 class="progress-title">Strategy</h4>
                            <p class="progress-content">Strategic planning and thorough analysis to align solutions with your business objectives and market demands.</p>
                        </div>
                    </div>
                    <div class="col-lg-4" data-aos="fade-up" data-aos-duration="1800">
                        <div class="progress-box">
                            <div class="progress-img">
                                <img src="assets/images/blog-03.jpg" alt="">
                                <span class="progress-number">03</span>
                            </div>
                            <h4 class="progress-title">Develop</h4>
                            <p class="progress-content">Developing robust, scalable solutions using best practices and agile methodologies to deliver high-performing products.</p>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- our-progress-wrapper section end -->

        <!-- our-testimonials start  -->
        <section class="our-testimonials bg-light">
            <div class="container">
                <div class="row">
                    <div class="col-12 text-center">
                        <h5 class="section-subtitle mb-4">OUR TESTIMONIALS</h5>
                        <h2 class="section-title mb-5">What They’re Saying?</h2>
                    </div>
                </div>
                <div class="row row-gap-5">
                    <div class="col-md-6 col-lg-4">
                        <div class="testimonial-box" data-aos="fade-up">
                            <div class="auther-wrapper d-flex">
                                <div class="auther-lt">
                                    <img src="assets/images/client2.jpg" class="img-fluid">
                                </div>
                                <div class="auther-rt pt-4">
                                    <h4 class="mb-1">Zachary Holden</h4>
                                    <p class="mb-0">CEO & Founder</p>
                                </div>
                            </div>
                            <div class="content-wrapper">
                                <div class="double-quotes">
                                    <img src="assets/images/double-quotes-0001.png" class="img-fluid">
                                </div>
                                <p class="text mb-0">We've used web design agency for the last five years. We can't
                                    understand how we've been living without web design agency. Thank You!</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6 col-lg-4">
                        <div class="testimonial-box" data-aos="fade-up">
                            <div class="auther-wrapper d-flex">
                                <div class="auther-lt">
                                    <img src="assets/images/client2.jpg" class="img-fluid">
                                </div>
                                <div class="auther-rt pt-4">
                                    <h4 class="mb-1">Zachary Holden</h4>
                                    <p class="mb-0">CEO & Founder</p>
                                </div>
                            </div>
                            <div class="content-wrapper">
                                <div class="double-quotes">
                                    <img src="assets/images/double-quotes-0001.png" class="img-fluid">
                                </div>
                                <p class="text mb-0">We've used web design agency for the last five years. We can't
                                    understand how we've been living without web design agency. Thank You!</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-md-6 col-lg-4">
                        <div class="testimonial-box" data-aos="fade-up">
                            <div class="auther-wrapper d-flex">
                                <div class="auther-lt">
                                    <img src="assets/images/client2.jpg" class="img-fluid">
                                </div>
                                <div class="auther-rt pt-4">
                                    <h4 class="mb-1">Zachary Holden</h4>
                                    <p class="mb-0">CEO & Founder</p>
                                </div>
                            </div>
                            <div class="content-wrapper">
                                <div class="double-quotes">
                                    <img src="assets/images/double-quotes-0001.png" class="img-fluid">
                                </div>
                                <p class="text mb-0">We've used web design agency for the last five years. We can't
                                    understand how we've been living without web design agency. Thank You!</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- our-testimonials end  -->

        <!-- scrolling-animation-wrapper section start -->
        <section class="scrolling-animation-wrapper">
            <div class="container-fluid">
                <div class="marquee-wrapper">
                    <div class="marquee-firstbox">
                        <h3>Custom Software Development - Web and Mobile App Development - Digital Transformation</h3>
                        <h3> - Custom Software Development - Web and Mobile App Development - Digital Transformation
                        </h3>
                        <h3> - Custom Software Development - Web and Mobile App Development - Digital Transformation -
                        </h3>
                    </div>
                </div>
            </div>
        </section>
        <!-- scrolling-animation-wrapper section end -->
          <!--  our-blog  start -->
        <section class="our-blog">
            <div class="container">
                <div class="row ">
                    <div class="col-12 text-center mb-5">
                        <h5 class="section-subtitle mb-4">WHO WE ARE</h5>
                        <h2 class="section-title mb-0">Our Recent News</h2>
                    </div>
                </div>
                <div class="row row-gap-5">
                    <div class="col-lg-4 col-md-6">
                        <div class="box-container">
                            <div class="blog-img">
                                <div class="blog-img-bg">
                                    <a href="#">
                                        <img src="assets/images/blog-001.jpg" class="img-fluid">
                                    </a>
                                </div>
                                <span class="date">23 Jun, 2023</span>
                            </div>
                            <div class="content-wrapper">
                                <div class="admin-top">
                                    <a href="#" class="admin">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                            <path
                                                d="M399 384.2C376.9 345.8 335.4 320 288 320H224c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z" />
                                        </svg>
                                        Admin</a>
                                    <span class="admin-comment">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                            <path
                                                d="M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h96v80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64z" />
                                        </svg>
                                        02 Comments
                                    </span>
                                </div>
                                <h3 class="blog-title  mt-3 mb-2 ">
                                    <a href="# ">The Reasons Why We Love Web Design Agency.</a>
                                </h3>
                                <a href="#" class="bg-btn">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                                        <path
                                            d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" />
                                    </svg>
                                    Read More</a>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-4 col-md-6">
                        <div class="box-container">
                            <div class="blog-img">
                                <div class="blog-img-bg">
                                    <a href="#">
                                        <img src="assets/images/blog-001.jpg" class="img-fluid">
                                    </a>
                                </div>
                                <span class="date">23 Jun, 2023</span>
                            </div>
                            <div class="content-wrapper">
                                <div class="admin-top">
                                    <a href="#" class="admin">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                            <path
                                                d="M399 384.2C376.9 345.8 335.4 320 288 320H224c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z" />
                                        </svg>
                                        Admin</a>
                                    <span class="admin-comment">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                            <path
                                                d="M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h96v80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64z" />
                                        </svg>
                                        02 Comments
                                    </span>
                                </div>
                                <h3 class="blog-title  mt-3 mb-2 ">
                                    <a href="# ">The Reasons Why We Love Web Design Agency.</a>
                                </h3>
                                <a href="#" class="bg-btn">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                                        <path
                                            d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" />
                                    </svg>
                                    Read More</a>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-4 col-md-6">
                        <div class="box-container">
                            <div class="blog-img">
                                <div class="blog-img-bg">
                                    <a href="#">
                                        <img src="assets/images/blog-001.jpg" class="img-fluid">
                                    </a>
                                </div>
                                <span class="date">23 Jun, 2023</span>
                            </div>
                            <div class="content-wrapper">
                                <div class="admin-top">
                                    <a href="#" class="admin">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                            <path
                                                d="M399 384.2C376.9 345.8 335.4 320 288 320H224c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z" />
                                        </svg>
                                        Admin</a>
                                    <span class="admin-comment">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                            <path
                                                d="M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h96v80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64z" />
                                        </svg>
                                        02 Comments
                                    </span>
                                </div>
                                <h3 class="blog-title  mt-3 mb-2 ">
                                    <a href="# ">The Reasons Why We Love Web Design Agency.</a>
                                </h3>
                                <a href="#" class="bg-btn">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                                        <path
                                            d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" />
                                    </svg>
                                    Read More</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!--  our-blog  end -->
    </main>

    <!-- footer start -->
    <footer class="footer">
        <div class="container">
            <div class="row">
                <div class=" col-lg-3 col-sm-6 mb-5 mb-lg-0">
                    <a href="index.html">
                        <img src="assets/images/s3kn-logo.png" alt="site footer logo" class="footer-logo">
                    </a>
                </div>
                <div class=" col-lg-3 col-sm-6 order-lg-1 mb-sm-5 mb-lg-0 order-1 order-sm-0">
                    <h3 class="list-title">Follow us</h3>
                    <ul class="social-list">
                        <li class="social-list-item">
                            <a href="#" class="social-list-link">
                                <svg class="facebook-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
                                    <path
                                        d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z" />
                                </svg>
                            </a>
                        </li>
                        <li class="social-list-item">
                            <a href="#" class="social-list-link">
                                <svg class="twitter-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                                    <path
                                        d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" />
                                </svg>
                            </a>
                        </li>
                        <li class="social-list-item">
                            <a href="#" class="social-list-link">
                                <svg class="instagram-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                                    <path
                                        d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
                                </svg>
                            </a>
                        </li>
                        <li class="social-list-item">
                            <a href="#" class="social-list-link">
                                <svg class="linkedin-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                                    <path
                                        d="M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z" />
                                </svg>
                            </a>
                        </li>
                        <li class="social-list-item">
                            <a href="#" class="social-list-link">
                                <svg class="youtube-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
                                    <path
                                        d="M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z" />
                                </svg>
                            </a>
                        </li>
                    </ul>
                </div>
                <div class=" col-lg-3 col-sm-6 mb-4 mb-sm-0">
                    <h3 class="list-title">company</h3>
                    <ul class="footer-list">
                        <li class="footer-list-item">
                            <a href="#" class="footer-list-link">
                                insights
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="services.html" class="footer-list-link">
                                services
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="#" class="footer-list-link">
                                industries
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="news.html" class="footer-list-link">
                                news
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="about-us.html" class="footer-list-link">
                                about us
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="contact.html" class="footer-list-link">
                                contact us
                            </a>
                        </li>
                    </ul>
                </div>
                <div class=" col-lg-3 col-sm-6 mb-4 mb-sm-0">
                    <h3 class="list-title">policy</h3>
                    <ul class="footer-list">
                        <li class="footer-list-item">
                            <a href="careers.html" class="footer-list-link">
                                careers
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="terms&conditions.html" class="footer-list-link">
                                terms of use
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="privacy-policy.html" class="footer-list-link">
                                privacy notice
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="#" class="footer-list-link">
                                security notification
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="#" class="footer-list-link">
                                cookie settings
                            </a>
                        </li>
                        <li class="footer-list-item">
                            <a href="#" class="footer-list-link">
                                cookie policy
                            </a>
                        </li>
                    </ul>
                </div>

            </div>
        </div>
        <div class="footer-copyright">
            <p class="m-0"> &copy; 2024 <a href="#">S3KN SOFTWARE SOLUTIONS.</a> All rights reserved.</p>
        </div>
    </footer>
    <!-- footer start -->
     <!-- scrolltop start -->
    <div class="scrolltop-btn">
        <a href="#" class="scrolltop">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
                <path
                    d="M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z" />
            </svg>
        </a>
    </div>
    <!-- srcolltop end -->
    <!-- jquery -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    <!-- aos -->
    <script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
    <!-- bootstrap-js-cdn -->
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
        integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
        crossorigin="anonymous"></script>
    <script src="https://unpkg.com/[email protected]/swiper-bundle.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.3.0/gsap.min.js"></script>
    <!-- custom-js-link -->
    <script src="assets/js/custom.js"></script>
</body>

</html>                               

Whois info of domain

Domain Name: S3KN.COM
Registry Domain ID: 2637940007_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://domains2.squarespace.com
Updated Date: 2024-08-17T10:17:03Z
Creation Date: 2021-09-01T05:27:15Z
Registry Expiry Date: 2025-09-01T05:27:15Z
Registrar: Squarespace Domains II LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6466935324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-E1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-E2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-E3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-E4.GOOGLEDOMAINS.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 32525 8 2 654A24C3AA947EBCFBEFAC42B1E0A73ADEBED107FD4220D3D0C5E44D6269A5D5
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T03:19:25Z <<<
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