.journals ul .body .description a {
    display: inline;
}

#headerNavigationContainer {
    max-height: 200% !important;
    height: 100%;
}

body {
    /* background: url("https://cdn.pixabay.com/photo/2021/02/15/17/38/arabic-6018638_960_720.png") repeat !important; */
    font-family: tahoma, geneva, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pkp_structure_page {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #ffffff00;
    box-shadow: none;
    max-width: 100%;
}

/* header structure */
.pkp_structure_head {
    background-color: unset;
    border-bottom: unset;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
    background: none;
    height: unset;
}

@media (min-width: 992px) {
    .pkp_site_name_wrapper {
        height: auto;
    }
}

.pkp_site_name_wrapper a.is_img img {
    max-height: none;
}

.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: unset;
}

.pkp_site_name>a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name .is_img {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 20px;
}

.pkp_site_name .is_img img {
    max-height: 0;
}

.pkp_site_nav_toggle {
    right: 0 !important;
    left: unset;
    background: none !important;
    box-shadow: none !important;
}

.pkp_navigation_user_wrapper {
    top: 20;
    right: 0;
    padding-right: 30px;
}

.pkp_site_nav_menu {
    width: 100%;
    background: #ffffff;
}

@media (min-width: 992px) {
    .pkp_navigation_search_wrapper a {
        color: #f2bb3e;
        padding-bottom: 6px;
        border-bottom-width: 4px;
    }
}

@media (min-width: 992px) {

    .pkp_navigation_primary .dropdown-menu a:focus,
    .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #f2bb3e;
    }
}

@media (min-width: 992px) {

    .pkp_nav_list ul a:hover,
    .pkp_nav_list ul a:focus {
        outline: 0;
        background: #ffffff;
    }
}

@media (min-width: 992px) {
    .pkp_navigation_primary>li:last-child a {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .pkp_navigation_primary>li:first-child a {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    #navigationPrimary ul a:hover,
    #navigationPrimary ul a:focus {
        border-color: #f2bb3e;
    }
}

.pkp_site_nav_menu {
    width: 100%;
    background: #142f20;
}

/* main structure */
.pkp_structure_main {
    
    background: #ffffff;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1rem solid #142f20 !important;
}

/* home main structure */
@media (min-width: 992px) {
    .pkp_home_ADC {
        display: flex;
        flex-direction: row;
    }
}

.pkp_home_images {
    margin-top: 1.43rem;
    width: 800px !important;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.pkp_home_texts {
    margin-left: 20px;
}



@media (min-width: 992px) {
    .pkp_structure_sidebar {
        float: right;
        width: unset;
    }
}

/*menu css*/
*,
*:before,
*:after {
    -webkit-border-sizing: border-box;
    -moz-border-sizing: border-box;
    border-sizing: border-box;
}

.container>ul {
    list-style: none;
}

.obj_article_details .abstract {
    text-align: justify;
}

.pkp_footer_content {
    float: left;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}


.pkp_brand_footer {
    float: right;
    width: 30%;
    padding-bottom: 10px;
    padding-top: 50px;
}


.pkp_block a {
    text-decoration: none;
    font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    display: block;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    border-radius: 5px;
    line-height: 1;
    overflow: hidden;
    padding: 10px 5px 10px 20px;
    margin-top: 0;
    /* margin-bottom: -10px; */
    position: relative;
    transition: background 3s cubic-bezier(.19, 1, .22, 1), border 1s cubic-bezier(.19, 1, .22, 1), color .6s cubic-bezier(.19, 1, .22, 1);
    user-select: none;
    width: 100%;
}

.pkp_block {
    padding: 2rem;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1rem solid #142f20 !important;
}

em.fa {
    box-sizing: border-box;
    display: inline-block;
    font: 1.09em / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0px 10px 0px -10px;
    border-right: 1px solid #e7e5e5;
    width: 25px;
}

a {
    color: #474747;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


a.sideBar:hover,
a.sideBar:focus {
    color: #ffffff;
    background: #142f20;
}

p.sideBarP {
    margin-bottom: -4px;
}

em.fa:hover,
em.fa:focus {
    color: #f2bb3e;
}


@media (min-width: 992px) {
    #navigationPrimary a {
        color: rgb(93 116 133);
    }
}

#navigationPrimary>li>a:hover,
#navigationPrimary>li>a:focus {
    border-color: #f2bb3e;
}



.pkp_structure_footer_wrapper {
    background: unset;
    border-top: unset;
    border-bottom: unset;
}

.pkp_structure_footer {
    margin-top: 20px;
    text-align: center;
    background: #ffffff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1.43rem solid #142f20 !important;
}