@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(animate.css);
@import url(all.css);


/* Start Fonts */
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&amp;family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,800&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

@font-face {
    font-family: 'bahij';
    src: url(../fonts/bahij/Bahij_TheSansArabic-Plain.ttf);
}

@font-face {
    font-family: 'bahijLight';
    src: url(../fonts/bahij/Bahij_TheSansArabic-Light.ttf);
}

@font-face {
    font-family: 'bahijMed';
    src: url(../fonts/bahij/Bahij_TheSansArabic-SemiBold.ttf);
}

@font-face {
    font-family: 'bahijBold';
    src: url(../fonts/bahij/Bahij_TheSansArabic-Bold.ttf);
}

@font-face {
    font-family: 'bahijHelv';
    src: url(../fonts/bahij/bahij_helvetica_neue_roman_by_bahijvirtualacademy-dammd50.ttf);
}


@font-face {
    font-family: 'stc';
    src: url(../fonts/web/stc.ttf);
}

@font-face {
    font-family: 'jazeera';
    src: url(../fonts/web/jazeera-Regular.ttf);
}

@font-face {
    font-family: 'jazeeraLight';
    src: url(../fonts/web/jazeera-Light.ttf);
}

@font-face {
    font-family: 'jazeeraBold';
    src: url(../fonts/web/jazeera-Bold.ttf);
}



/* End Fonts */

:root {
    --main-color: #1371B7;
    --sec-color: #D4A168;
    --dark-color: #17345A;
    --bg-color: #F5F7FA;
    --btn-bg: #060708;
    --main-color2: #3F9CC1;
    --dark-color2: #252E59;
    --btn-bg2: #2CBDD7;
}

* {
    box-sizing: border-box;
    /* font-family: 'Jazeera'; */
}

a {
    text-decoration: none;
    font-family: 'Jazeera';
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Jazeera';
    background: #fff;
    text-align: start;
    direction: rtl;
}

section,
footer {
    overflow: hidden;
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}


/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}


/* End Not-found */


/* Start Select Nice */

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "\f107";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    border: none !important;
    transform: none !important;
    font-size: 14px;
    color: #585858;
    /* opacity: .35; */
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: #fff;
}


/* End Select Nice */


/*** 

====================================================================
	Start Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 270px;
    padding-inline-end: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu .close-btn {
    display: n;
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 15px;
    color: var(--dark-color);
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    margin: 14px;
    width: 100%;
    transition: all .5s;
    display: none;
}

.mobile-menu-visible .mobile-menu .close-btn {
    opacity: 1;
    display: block;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    max-height: calc(100vh - 152px);
    overflow: hidden;
    overflow-y: auto;
    display: block;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: block;
    background: var(--bg-color);
    height: 0;
    transition: all .5s;
    overflow: hidden;
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--main-color);
    justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    transition: all .5s;
}

.mobile-menu .navigation li.open .sub-menu {
    height: auto;
    padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}


/*** 

====================================================================
	End Sidebar style
====================================================================

***/

/* Start Intro-page */

.intro-page {
    position: relative;
    padding: 5.47645125958379vh 3.90625vw 7.119386637458927vh;
    background: var(--bg-color);
    width: 100%;
    height: 100vh;
}

.intro-page::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 38%;
    bottom: 0;
    /* right: 0; */
    background: url(../images/intro/bg-intro.png);
    background-repeat: no-repeat;
    background-position: right center;
    /* opacity: .7; */
}

.intro-page .intro-inner {
    background-color: rgb(255 255 255 / 80%);
    box-shadow: 0px 3px 60px #17345A1F;
    position: absolute;
    z-index: 2;
    padding: 8.762322015334064vh 7.8125vw 10.95290251916758vh;
    background-image: url(../images/intro/bg-intro.svg);
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translate(-50%, -50%);
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%); /* This is a shorthand of
                                         translateX(-50%) and translateY(-50%) */
    width: 80%;
}

.intro-page .logo-top {
    max-width: max-content;
    margin: 0 auto 10.95290251916758vh;
}

.intro-page .intro-inner .other-site {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
}

.intro-page .intro-inner .other-site .item {
    max-width: 239px;
    padding: 0 15px;
    flex: 0 0 239px;
}

.intro-page .intro-inner .other-site .item-inner .logo-sec a {
    display: block;
    text-align: center;
    height: 18.619934282584886vh;
    margin: 0 0 3.285870755750274vh;
}

.intro-page .intro-inner .other-site .item-inner .logo-sec a img {
    max-height: 18.619934282584886vh;
}

.intro-page .intro-inner .other-site .item-inner .lang-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.intro-page .intro-inner .other-site .item-inner .lang-intro .lang {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    min-width: 100px;
    border: 1px solid #CDCFD3;
    line-height: 25px;
    padding: 0;
    padding-inline-start: 13px;
    font-size: 14px;
    color: var(--dark-color);
    font-family: 'stc';
}

.intro-page .intro-inner .other-site .item-inner .lang-intro i {
    width: 25px;
    height: 25px;
    background: #17345A;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
}

.intro-page .intro-inner .other-site .item-inner .lang-intro .lang-en span {
    font-family: Roboto;
}

.intro-page .intro-inner .other-site .item-inner .lang-intro .lang-en {
    margin: 0;
}

.logo-elryad a {
    display: flex;
    line-height: 18px;
}

.logo-elryad a .icon {
    width: auto;
    height: 18px;
    line-height: 18px;
}

.logo-elryad a h3 {
    margin: 0;
    width: calc(100% - 18px);
    color: #58595B;
    padding-inline-start: 10px;
    font-size: 14px;
    font-family: 'jazeera';
}

.logo-elryad a .icon img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
}

.copy-right {
    display: flex;
    line-height: 23px;
    justify-content: flex-end;
}

.copy-right p {
    color: #58595B;
    font-size: 14px;
    /* font-family: "Roboto"; */
}

.copy-right .img {
    max-width: 60px;
    margin-inline-start: 10px;
    line-height: 22px;
}

.footer-intro {
    position: absolute;
    bottom: 1.642935377875137vh;
    right: 0;
    left: 0;
}

.intro-page .intro-inner .other-site .item-inner .lang-intro .lang:hover {
    background: var(--dark-color);
    border-color: var(--dark-color);
    color: #fff;
}

/* End Intro-page */
.logo-top.titele-m h3 {
    font-size: 31px;
    text-align: center;
    font-weight: bold;
}

.intro-page::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/factory.jpg);
    inset: 0;
    opacity: 0.1;
    background-position: top center;
}