@font-face {
    font-family: "DINNextLTW23-Bold";
    src: url("../fonts/DINNextLTW23-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/DINNextLTW23-Bold.woff") format("woff"), url("../fonts/DINNextLTW23-Bold.ttf") format("truetype"),
        url("../fonts/DINNextLTW23-Bold.svg#DINNextLTW23-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DINNextLTArabic-Bold";
    src: url("../fonts/DINNextLTArabic-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/DINNextLTArabic-Bold.woff") format("woff"),
        url("../fonts/DINNextLTArabic-Bold.ttf") format("truetype"),
        url("../fonts/DINNextLTArabic-Bold.svg#DINNextLTArabic-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DINNextLTArabic-Regular";
    src: url("../fonts/DINNextLTArabic-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/DINNextLTArabic-Regular.woff") format("woff"),
        url("../fonts/DINNextLTArabic-Regular.ttf") format("truetype"),
        url("../fonts/DINNextLTArabic-Regular.svg#DINNextLTArabic-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DINNextLTArabic-Light";
    src: url("../fonts/DINNextLTArabic-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/DINNextLTArabic-Light.woff") format("woff"),
        url("../fonts/DINNextLTArabic-Light.ttf") format("truetype"),
        url("../fonts/DINNextLTArabic-Light.svg#DINNextLTArabic-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow: auto;
    overflow-x: hidden;
    margin: 0px !important;
    padding: 0px !important;
    font-family: "DINNextLTArabic-Regular";
    direction: rtl;
    min-width: 425px;
    color: #404040;
    font-size: 24px;
    height: 100%;
}

html {
    height: 100%;
}

.clr {
    clear: both;
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #404040;
}

.main_div {
    min-height: 100%;
    background-color: #f5f5f5;
    background: #0f253c;
    background: -webkit-gradient(linear, right top, right bottom, color-stop(65%, #0f253c), to(#163849));
    background: linear-gradient(-180deg, #0f253c 65%, #163849 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header {
    width: 100%;
    max-width: 1000px;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: center;
}

.header_logo {
    width: 471px;
    max-width: 100%;
}

.t_menu_404 {
    color: #0080cb;
    height: 60px;
    text-align: left;
    font-size: 40px;
    padding: 10px 0 0 20px;
}

.copyright {
    text-align: center;
    color: #404040;
    padding: 0 10px 20px 10px;
}

.int_body_404_ar {
    padding: 40px;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    text-align: right;
    float: right;
    width: 50%;
    font-family: "DINNextLTArabic-Regular";
}

.int_body_404_en {
    padding: 40px;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    text-align: left;
    float: right;
    width: 50%;
    font-family: "DINNextLTArabic-Regular";
}

.econts {
    max-width: 1024px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.pnf {
    font-family: "DINNextLTW23-Bold";
    font-size: 35px;
    color: #162d59;
}

.homelink {
    font-size: 18px;
    color: #404040;
    padding-top: 20px;
}

.homelink a:link,
.homelink a:visited {
    cursor: pointer;
    margin: 20px 0;
    border: 1px solid;
    transition: all 0.5s ease-out;
    background: #18b19a;
    background: -webkit-gradient(linear, right top, left top, from(#18b19a), color-stop(50%, #12636a), to(#072441));
    background: linear-gradient(-90deg, #18b19a 0%, #12636a 50%, #072441 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    padding: 10px 40px;
    border: 1px solid #24b99e;
    height: 45px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: inline-block;
    font-weight: 400;
    /* color: #212529; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 30px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.homelink a:hover {
    background: #18b19a;
    background: -webkit-gradient(linear, left top, right top, from(#18b19a), color-stop(50%, #12636a), to(#072441));
    background: linear-gradient(90deg, #18b19a 0%, #12636a 50%, #072441 100%);
}

.logo img {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .main_div {
        background-size: auto 100%;
    }
}

@media (max-width: 900px) {
    .int_body_404_ar,
    .int_body_404_en {
        width: 100%;
        padding: 20px;
        float: none;
    }
    .econts * {
        text-align: center;
    }
}
