﻿


@font-face {
    font-family: Estedad-FD-Regular;
    src: url('../fonts/Estedad-FD-Regular.ttf');
}

@font-face {
    font-family: Estedad-FD-Medium;
    src: url('../fonts/Estedad-FD-Medium.ttf');
}

@font-face {
    font-family: Estedad-FD-Bold;
    src: url('../fonts/Estedad-FD-Bold.ttf');
}

@font-face {
    font-family: Estedad-FD-Black;
    src: url('../fonts/Estedad-FD-Black.ttf');
}

@font-face {
    font-family: Estedad-FD-ExtraBold;
    src: url('../fonts/Estedad-FD-ExtraBold.ttf');
}
/*@font-face {
    font-family: TIMES;
    src: url('../fonts/TIMES.ttf');
}*/
.enFont {
    font-family: 'Times New Roman', Times, serif;
}
.bgDivEn {
    direction: ltr;
    font-family: Times, serif;
    
    font-display: optional;
}

body {
    padding: 0;
    font-family: Estedad-FD-Regular;
    font-size: 12px;
    /*margin: 0px auto auto auto;*/
    margin: 0px;
    direction: rtl;
    text-align: right;
    /*background-color: #f2f2f2;*/


}
.master_div {
    background-color: #f2f2f2;
}

.bg_gradiant {
    width:100%;
    height:100%;
    z-index:-1;
    background: rgb(108,226,227);
    background: -moz-radial-gradient(circle, rgba(108,226,227,1) 0%, rgba(24,65,82,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(108,226,227,1) 0%, rgba(24,65,82,1) 100%);
    background: radial-gradient(circle, rgba(108,226,227,1) 0%, rgba(24,65,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ce2e3",endColorstr="#184152",GradientType=1);
}

a:visited, a:link, a:active {
    text-decoration: none;
    color: #0fd284;
}

h1 {
    font-family: Estedad-FD-Bold;
}
h2 {
    font-family: Estedad-FD-Bold;
}
h3 {
    font-family: Estedad-FD-Bold;
}
h4 {
    font-family: Estedad-FD-Bold;
}



.color_bg_1 {
    color: #184152;
}
.color_bg_2 {
    color: #6ce2e3;
}
.color_bg_3 {
    color: #23f6fe;
}

.color_gray_1 {
    color: #ccd4db;
}
.color_gray_2 {
    color: #444B54;
}
.color_gray_3 {
    color: #f2f2f2;
}
.color_gray_4 {
    color: #6f7070;
}
.color_green_1 {
    color: #0fd284;
}

.color_green_2 {
    color: #c6fbe6;
}

.color_green_3 {
    color: #0a915b;
}

.color_green_4 {
    color: #14A368;
}

.bgColor {
    background-color:#f2f2f2;
}

.white_bg {
    background-color: #fff;
    margin-top: 50px;
    padding: 50px 0 50px 0;
    font-family: Estedad-FD-Regular;
}

.green_divider {
    border-bottom: 1px solid #0fd284;
    margin:8px 0 8px 0;
}

.bottom_divider {
    border-bottom: 1px solid #ccd4db;
}
.margin_divider_12 {
    margin: 12px 0 12px 0;
}
.horizontal_divider {
    border:1px solid #555;
}

.title_1 {
    margin:50px 50px 50px 0;
}
.title_1_1 {
    margin: 0px 50px 50px 50px;
    color:#4f4f4f;
}
.title_2 {
    margin: 50px 50px 50px 50px;
}

.bg_card_1 {
    border-radius: 10px;
    background-color: #fff;
    /*background-color: rgba(197, 197, 197, 0.4);*/
    
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.bg_card_2 {
    border-radius: 50px;
    /*background-color: #fff;*/
    background-color: rgba(197, 197, 197, 0.4);
    padding: 0px;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
}
.bg_card_3 {
    border-radius: 50px;
    background-color: rgba(197, 197, 197, 0.4);
    padding: 10px;
}
.bg_card_blur_1 {
    background: white;
    background: rgba(255,255,255,0.8);
    filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    -webkit-filter: blur(4px);
}
.bg_circle {
    border-radius: 50%;
    background-color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg_circle:hover {
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_hover_1:hover {
    box-shadow: 0px 0px 10px rgba(24,65,82,0.5);
}

.btn_1 {
    border-radius: 20px;
    background-color: #0fd284;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    font-family: Estedad-FD-Bold;
    text-align: center;
    color: #fff;
}
    .btn_1:hover {
        cursor: pointer;
    }

.btn_2 {
    border-radius: 5px;
    background-color: #0fd284;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    font-family: Estedad-FD-Bold;
    text-align: center;
    color: #fff;
}

    .btn_2:hover {
        cursor: pointer;
        background-color: #ffffff;
        color: #0fd284;
    }

.txt_1 {
    border: 1px solid #ccd4db;
    border-radius:10px;
    width:100%;
    padding:4px 8px 4px 8px;
}
.txt_2 {
    border: 0px solid #f2f2f2;
    border-radius: 10px;
    width: 100%;
    padding: 4px 8px 4px 8px;
    background-color: #f2f2f2;
}
.combobox_1 {
    border: 1px solid #ccd4db;
    border-radius: 10px;
    width: 100%;
    padding: 4px 8px 4px 8px;
}
.p1 {
    font-family: Estedad-FD-Regular;
    font-size: 14px;
    text-align: justify;
    margin: 10px 0 30px 0;
}
.p2 {
    font-family: Estedad-FD-Regular;
    font-size: 18px;
    text-align: justify;
    /*margin: 10px 0 30px 0;*/
}
.p_english {
    width: 80%;
    margin: 0 10% 0 10%;
    text-align: justify;
    text-justify: inter-word;
    text-align: left;
    direction: ltr;
    font-family: 'Times New Roman';
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 50px solid #555;
}
.triangle-left {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 50px solid #555;
    border-bottom: 25px solid transparent;
}
.triangle-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 50px solid #555;
    border-bottom: 25px solid transparent;
}
.oval {
    height: 50px;
    width: 100px;
    background-color: #555;
    border-radius: 50%;
}

/*************** Header ****************/
.HeaderBg {
    display: grid;
    grid-template-columns: 80px auto;
    background-color: #fff;
}
@media screen and (max-width: 800px) {
    .HeaderBg {
        display: none;
    }
}

/*************** Menu ****************/
#DivMenu {
    position: sticky;
    top: 0px;
    z-index: 100;
}
.menu_desktop {
    position: sticky;
    top: 50px;
    /*right: 0px;*/
    position: -webkit-sticky;
    font-family: Estedad-FD-Regular;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* align-content:first baseline;*/
    /*text-align: right;*/
    /*height:50px;*/
    flex-direction: revert;
    direction: rtl;
    background-color: #fff;
    /*border-bottom: 1px solid #ccd4db;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.1);*/
    box-shadow: 0 4px 10px -2px rgba(0,0,0,0.1);
    padding: 20px 20px 20px 0;
}

    .menu_desktop div {
        margin-left: 20px;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
#div_submenu_bg {
    padding: 0 0 30px 0;
    width: 100%;
    position: absolute;
    top: 72px;
    right: 0px;
    height: 100%;
    border-radius: 15px;
}
.submenu_desktop {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    box-shadow: 0 4px 10px -2px rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    padding: 0 0% 0 0%;
    margin-right: 0%;
    /*width:100%;*/
    /* align-content:first baseline;*/
    /* text-align: right;
            flex-direction: row-reverse;*/
}

    .submenu_desktop div {
        margin: 0 30px 0 30px;
    }

.submenu_container {
    font-family: Estedad-FD-Regular;
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap:10%;
    width: 100%;
    /*align-content:center;*/
    text-align: center;
    padding:10px 0 10px 0;
}

    .submenu_container div {
        border-bottom: 1px solid #ccd4db;
        padding-top: 10px;
    }

    .submenu_container div:hover {
        border-bottom: 1px solid #0fd284;
    }

.menu_mobile {
    display: none;
    border-bottom: 1px solid #ccd4db;
    /*margin-top:5px;*/
}

.menu_bg_mobile_items {
    display: grid;
    grid-template-columns: 42px 100px auto 44px;
    padding:10px 4px 10px 4px;
    background-color:#FFF;
}

.mobile_items {
    padding: 10px 20px 10px 0;
}

.mobile_items_bg {
    font-family: Estedad-FD-Regular;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 100%;
    background-color: #fff;
}

@media screen and (max-width: 800px) {
    .menu_desktop {
        display: none;
    }

    .menu_mobile {
        display: block;
    }
}


/**************** Default *****************/

.corporate_name {
    font-family: Estedad-FD-Bold;
}

.fast_access {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
}
.fast_access_items {
    display: grid;
    grid-template-columns: 250px 64px;

}

.attention_bg {
    width:50%;
    margin-right:25%;
    margin-left:25%;
    margin-bottom:50px;
}

.map_bg {
    position: relative;
    width: 70%;
}
.news5_bg {
    width: 80%;
    margin-top: 50px;
    margin-right: 10%;
    margin-left:10%;
}

@media screen and (max-width: 600px) {
    .attention_bg {
        width: 80%;
        margin-right: 10%;
    }

    .map_bg {
        position: relative;
        width: 90%;
    }

    .news5_bg {
        width: 80%;
        margin-top: 50px;
        margin-right: 10%;
        margin-left: 10%;
    }
}
/******************** Contact Us *********************/

.contactus_bg {
    width: 500px;
    margin: 0 0 50px 0;
}

@media screen and (max-width: 600px) {
    .contactus_bg {
        width: 80%;
        margin: 0 0 50px 0;
    }
}
/******************** Search *********************/

.search_bg {
    width:500px;
    margin:0 0 50px 0;
}
.tbl_search {
    width:90%;

}
@media screen and (max-width: 600px) {
    .search_bg {
        width: 80%;
        margin: 0 0 0px 0;
    }
}
/******************** Details *********************/

.div_details_bg {
    width: 500px;
    margin: 0 0 50px 0;
    font-family: Estedad-FD-Regular;
}

@media screen and (max-width: 600px) {
    .div_details_bg {
        width: 80%;
        margin: 0 0 50px 0;
        font-family: Estedad-FD-Regular;
    }
}

.grid-bg_btns {
    display: grid;
    grid-template-columns: auto auto;
    gap: 6px;
}

    .grid-bg_btns > div {
    }

.btn-pedigree {
    grid-column-start: 1;
    grid-column-end: 3;
}
/******************** About Us *********************/

.div_aboutus_bg {
    width: 550px;
    margin: 0 0 50px 0;
    font-family: Estedad-FD-Regular;
    text-align: right;
}
    .div_aboutus_bg div {
        margin:10px 0 10px 0;
    }


    @media screen and (max-width: 600px) {
        .div_aboutus_bg {
            width: 80%;
            margin: 0 0 50px 0;
            font-family: Estedad-FD-Regular;
            text-align: right;
        }
}

/******************** News *********************/
.news_bg {
    display: grid;
    grid-template-columns: auto 100px 32px;
    margin-bottom: 5px;
}

.div_news_list {
    width: 50%;
    margin-top: 50px;
    margin-right: 25%;
    margin-left:25%;
}
@media screen and (max-width: 600px) {
    .div_news_list {
        width: 96%;
        margin-top: 50px;
        margin-right: 2%;
    }
}
/******************** Family tree *********************/
.treecss {
    max-width: 70%;
    margin-right: 15%;
}
@media screen and (max-width: 440px) {
    .treecss {
        width: 90%;
        margin-right: 5%;
    }
}
/***************** Footer ******************/
.FooterMenu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 150px 0 50px 0;
}

    .FooterMenu div div {
        width: 200px;
        text-align: center;
        font-family: Estedad-FD-Regular;
        border-bottom: 1px solid #fff;
        padding: 4px 0 4px 0;
    }

.FooteMenuMiddle {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .FooteMenuMiddle div div {
        border-radius: 50px;
        padding: 8px;
        background-color: #fff;
        margin: 2px;
    }

.css_transparent_bg {
    /*  display: none;  Hidden by default */
    position: fixed; /* Stay in place */
    z-index: -1; /* Sit on top */
    /* padding-top: 100px; */ /*Location of the box */

    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: Estedad-FD-Regular;
    padding-top: 1%;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}


.css_transparent_bg123 {
    /*  display: none;  Hidden by default */
    position: fixed; /* Stay in place */
    z-index: -1; /* Sit on top */
    /* padding-top: 100px; */ /*Location of the box */
    /*display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;*/
    font-family: Estedad-FD-Regular;
    padding-top: 1%;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.css_divbginmodal {
    width: 100vw;
    height: 100vh;
    /*height:auto;*/
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
