body{
    direction: rtl;
    font-family: "Almarai", sans-serif;
    font-weight: 400;
}

.co-logo{
    text-align: right;
}
.nav-top-header ul{
    margin: 0;
    padding: 0;
    padding-top: 32px;
}
.nav-top-header ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 31px;
}
.nav-top-header ul li a{
    font-weight: bold;
    color: #4F281C !important;
    font-size: 16px !important;
    text-decoration: none;
}
.nav-top-header ul li a span{
    margin-right: 8px;
}
.nav-top-header{
    text-align: left;
}

.navbar{
    background-color: #a0863f;
    padding: 0;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 13px 14px;
}
.nav-item:hover{
    border-bottom: 2px solid #4F281C;
    background-color: #EFE9DE;
    color: #a0863f;
}
.fa-angle-left{
    padding-left: 6px;
}
/* .nav-item:hover .fa-angle-left{
    transform: rotate(45deg);
} */

.carousel-indicators{
    margin-bottom: 0;
}
.carousel-indicators .active{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #828282;
}


.loginTitle {
    line-height: 1.3;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    float: right;
    color: #4F281C;
    margin-bottom: 23px;
}
.form-control{
    box-shadow: none !important;
    border: 1px solid #a0863f;
    border-radius: 4px;
}
.form-control:focus, .form-control:active{
    border: 1px solid #a0863f;
}
.btn-primary{
    width: 100%;
    background-color: #a0863f;
    border: 1px solid #a0863f;
}
.btn-primary:hover{
    background-color: #564619;
    transition: .5s;
}
.txt-body p{
    border-right: 1px solid #a0863f;
    font-size: 15px;
    text-align: justify;
    padding-right: 16px;
    margin-top: 16px;
}

@media(max-width:768px)
{
    .co-logo{
        text-align: center;
    }
    /* .co-logo{
        width: 60%;
    } */
    .nav-top-header{
        text-align: center;
    }
    .nav-top-header ul{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar{
        padding: 8px 0;
    }
}



.accordion-button::after{
    display: none;
}
.accordion-item {
    margin: 8px 0;
}
.accordion-header .accordion-button{
    background-color: #a0863f !important;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: .7rem 1.25rem;
    box-shadow: none;
}
.accordion-button:hover{
    background-color: #564619 !important;
    transition: .5s;
}
.acc-list ul{
    padding: 0;
    margin: 0;
}
.acc-list ul li{
    list-style-type: none; 
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
}
.acc-list-middle ul li{
    border-bottom: 0;
    padding: 4px 0;
}
.acc-list ul li a{
    color: #7f796b;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.imp-links .head-link span{
    text-align: center;
    color: #bf8522;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
}

thead{
    background-color: #564619;
}
thead tr th{
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}
tbody tr td{
    font-size: 13px;
}

.table-fotter-grade{
    margin-top: 32px;
    background-color: #eee; 
    border: 1px solid #000; 
    padding: 6px 16px; 
    font-weight: bold;
    font-size: 13px;
}
.academy-guide{
    margin-top: 48px;
    font-weight: bold;
    font-size: 13px;
}

.print-txt{
    text-align: left;
    padding-left: 48px;
}
.print-txt span{
    width: 8px; 
    height: 8px; 
    background-color: green; 
    display: inline-block;
}
.print-txt a{
    display: inline-block; 
    text-align: left; 
    color: #7f796b; 
    text-decoration: none; 
    font-size: 13px;
}


.first-sec-info-data{
    padding: 16px 0;
}
.title-span{
    font-weight: bold;
    font-size: 12px;
    color: black;
    display: inline-block;
    width: 110px !important;
}
.desc-span{
    font-weight: bold;
    font-size: 12px;
    color: #7f796b;
}

select{
    font-size: 13px;
    padding: 4px;
}

@media(max-width:768px)
{
    .nav-top-header ul li{
        margin-right: 16px;
    }
    .first-sec-info-data{
        width: 75%;
        margin: auto;
    }
}

.footer{
    background-color: #333333;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff;
    padding: 16px 0;
}
.footer .row{
    width: 100%;
}
.dropdown-menu{
    text-align: right;
}