body {
  font-size: 17px !important;
}
.pkp_site_name a {
  color: #fff !important;
  font-size: 1.1em !important;
}
.pkp_site_name {
  padding-bottom: 20px
}

 .has_site_logo .pkp_head_wrapper {
    width: 100% !important;
  }
.pkp_site_nav_menu {
    display: block;
    padding: 0 60px;
    background: #00ad98;
  }
#navigationPrimary a {
color:#fff !important;
  font-weight: 600;
margin: 0 auto;
}
#navigationPrimary li:hover {
background: #c39451;
}
.pkp_navigation_search_wrapper a {
color:#fff !important;
}
  #navigationUserWrapper a {
color:#fff !important;
}
.pkp_structure_footer_wrapper {
  background: #59d4b1;
}
.pkp_structure_sidebar h2 {
  color: #285a54 !important;
}
.pkp_footer_content .logo img{
width:200px;
height:200px;
}
/* for slide */ 

.pkp_structure_sidebar div:first-child h2,.pkp_structure_sidebar h2 {
  background: #00ad98;
  padding: 10px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  margin-bottom: 0 !important;;
  border-bottom: 1px solid #000;
  color: #fff !important;
}
.pkp_structure_sidebar div:nth-child(2).content  {
  background: #ebebeb;
  padding: 10px;
    border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  color: #343434;
}
.pkp_structure_sidebar div:nth-child(2).content a {
    color: #343434;
  font-weight: bold
}
.block_make_submission .content {
  background: none !important;
}
.block_make_submission .content a{
  background: #285a54 !important;
  color: #fff !important;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  border-radius: 10px;
  transition: 0.2s ease;
}
.block_make_submission .content a:hover{
  background: #ffe3ae !important;
  color: #000 !important;
   
}
@media (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 111px !important;
  }
}
.profile {
  background: #00ad98;
}
#headerNavigationContainer {
  background-image: url(https://injchemistry.uobabylon.edu.iq/public/b1.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 163px;
  background-color: #3f646f !important;
  background-position: top right !important;
}
@media (min-width: 992px) {
  .pkp_head_wrapper {
    padding-top: 7.3rem !important;
  }
}