

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ar" lang="ar"
      xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" class="no-js">
<head>
    <title>404 - الصفحة غير موجودة</title>
    <link href="/Content/Annour/css/font-ar.css" rel="stylesheet" />
    <link href="/Content/Annour/css/main.css" rel="stylesheet" />
    <style>
        .error_404 {
            font-size: 250px;
            line-height: 250px;
            font-weight: 700;
            margin-bottom: 12px;
            direction: ltr;
            text-align: center;
            color: #1e75ba;
        }

            .error_404 span {
                color: #ffc10e;
            }

        .error_404msg {
            font-size: 25px;
            text-align: center;
            font-family: 'Noto Kufi Arabic', serif;
        }
        /* Extra Small Devices, Phones */
        @media only screen and (max-width : 480px) {
            .error_404 {
                font-size: 120px;
            }
        }

        /* Custom, iPhone Retina */
        @media only screen and (max-width : 320px) {
            .error_404 {
                font-size: 120px;
            }
        }
    </style>
</head>
<body class="  home blog rtl">
<div id="wrapper" class="wide">
    <section id="page_wrapper">
        <div class="container">
            <div class="spacer_theme"></div>
            <section>
                <div class="container">
                    <div class="error_404">
                        404<span>!</span>
                    </div>
                    <div class="error_404msg">
                        الصفحة المطلوبة لا يمكن العثور عليها. جرّب تنقيح بحثك ، أو استخدم ميزة التنقل أعلاه .
                    </div>
                </div>
            </section>
            <div class="spacer_theme"></div>
        </div>
    </section>
</div>
</body>
</html>