@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@600&display=swap');

@media (max-width: 768px){
.pkp_site_nav_menu a{
    color: #fdfeff;
   
}

}
.pkp_structure_head {
    background-color: #fff;
}
.pkp_structure_footer_wrapper {
    background: #053e69;
}
.pkp_footer_content { 
    color: white; 
}
@media (min-width: 768px){
.pkp_navigation_primary>li>a {
    color: #fff; 
}
 .pkp_navigation_primary_wrapper {
    background-color: #173895;
}
.col-sm-4 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
   }

.description{
    height:400px !important;
    overflow: hidden;
    margin-bottom: 20px;
}
.pkp_page_index .journals>ul>li {
    margin: 0px;
}
.pkp_page_index .journals .links li {
  
    margin: 0 0 0px 0px;
}
}
body{
 
 font-family: 'Cairo', sans-serif !important;
 overflow-x: hidden;
} 
.pkp_structure_page {
    margin: 0 auto;
    max-width:1160px;
    background: #fff;
}
.pkp_site_name .is_text{
      font-family: 'Cairo', sans-serif !important;
     line-height: 3.143rem;
     font-weight: 700;
     color: #000; 
}

@media screen and (max-width:958px) 
 { 
 .pkp_site_name .is_text{
    display: none !important;
   }
   
}
 
@media (min-width: 992px){
 .pkp_site_name .is_img{
         margin-bottom: -0.643rem;
 }
 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: 'Cairo', sans-serif !important;
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
}
.profile a {
    color: #000;
}
.pkp_footer_content
 { text-align: center;}

html, body {background: #ddd;}
 