@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('../fontar/DroidKufi-Regular.eot');
    src: local('☺'), url('../font-amlak/DroidKufi-Regular.woff') format('woff'), url('../fontar/DroidKufi-Regular.woff2') format('woff2'), url('../fontar/DroidKufi-Regular.ttf') format('truetype'), url('../fontar/DroidKufi-Regular.svg') format('svg'), url('../fontar/DroidKufi-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'DroidKufi-Regular';
}

.profile {
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    padding-top: 20px;
}

.emp-profile {
    padding: 2%;
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid #f3f3f3;
    margin-top: 20px;
}

.profile-img {
    text-align: center;
}

    .profile-img img {
        width: 70%;
        border-radius: 0.5rem;
    }

.profile-head h3 {
    color: #008f2c;
    font-weight: bold;
}

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #232323;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 100%;
    padding: 5%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.profile-head .nav-tabs {
    margin-bottom: 2%;
    padding-right: 0px;
}

    .profile-head .nav-tabs .nav-link {
        font-weight: 600;
        border: none;
    }

        .profile-head .nav-tabs .nav-link.active {
            border: none;
            border-bottom: 2px solid #008f2c;
        }

.line_b {
    border-bottom: 1px solid #cccfd2;
}

.profile-head .nav-link {
    color: #a0a0a0 !important;
}

    .profile-head .nav-link.active {
        color: #008f2c !important;
    }



.profile-work {
    padding: 14%;
    margin-top: -15%;
}

    .profile-work h5 {
        font-size: 20px;
        color: #ba925e;
        font-weight: 600;
        margin-top: 10%;
        margin-bottom: 20px;
    }

    .profile-work p {
        text-decoration: none;
        color: #818182;
        font-weight: 600;
        font-size: 15px;
    }

    .profile-work ul {
        list-style: none;
    }

.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}



.emp-profile ul.timeline {
    list-style-type: none;
    position: relative;
}

  .emp-profile ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        right: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    .emp-profile ul.timeline > li {
        margin: 20px 0;
        padding-right: 20px;
    }

        .emp-profile ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #834230;
            right: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
            margin-top: 10px;
        }

.emp-profile span {
    font-weight: bold;
    font-size: 25px;
    font-family: sans-serif;
    color: #834230;
}

/** المعالج **/

.fade_tow {
    border: 1px solid #cccfd2;
    border-radius: 5px;
    padding: 10px;
}


.processor .nav-link {
    padding: 10px;
    border-top: 1px solid #cccfd2;
    border-left: 1px solid #cccfd2;
    border-right: 1px solid #cccfd2;
    color: #157347;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    height: 100px;
}

    .processor .nav-link img {
        width: 40px;
    }

.processor .nav-item {
    width: 10%;
}


    .processor .nav-item .active {
        padding: 10px;
        border: 1px solid #157347;
        background-color: #e2ebe7;
        color: #157347;
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 5px 5px 0px 0px;
        text-align: center;
    }

.tab-pane h2 {
    color: #157347;
    margin-top: 15px;
}

.color_hr {
    color: #b9915e;
    opacity: 1;
    height: 3px !important;
}

.icon_t {
    width: 50px;
    float: right;
    margin-left: 10px;
}

.bleu_color {
    color: #244674;
}

.bleu_bag {
    background-color: #244674;
}

.bleu.active {
    border-bottom: 2px solid #244674;
}


.golden_color {
    color: #ba925e;
}

.golden_bag {
    background-color: #ba925e;
}

.burgundy_color {
    color: #ba925e;
}

.burgundy_bag {
    background-color: #ba925e;
}


.tab-pane h4 {
    color: #244674;
}


.titel_kau {
    width: 100%;
    padding-top: 1px;
    padding-right: 10px;
    -webkit-box-shadow: inset 0px 0px 10px #cccccc;
    box-shadow: inset 0px 0px 10px #cccccc;
    background-color: #fff;
    border-radius: 10px !important;
    display: flex;
}

    .titel_kau h2 {
        font-size: 18px;
        color: #060;
        margin-top: 12px;
    }

    .titel_kau span {
        background-color: #060;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

.btn {
    width: 100%
}

.h-100 {
    height: auto !important;
}

/*ul {
    list-style-image: url('../../img/icon.svg');
}
*/