
@import url<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">

.pkp_structure_head{
	background-color:#fff!important;
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 90px!important;
        margin-top: -24px;
        margin-bottom: 0px;
}
}

@media screen and (min-width:992px) {
body{
	background:#e5e7eb!important;
	font-family: 'Rubik', sans-serif!important;
}
}

@media screen and (max-width:600px){
	body{
	background:#fff!important;
}
}

@media screen and (max-width: 600px) {
.pkp_site_name{
	top:5px;
  }
}
@media screen and (max-width: 600px) {
.pkp_site_name .is_img img {
	max-height:4.143rem!important;
	margin-left: 32px;
        margin-top: -4px
  }
}

@media screen and (max-width: 600px) {
.pkp_site_name_wrapper {
    height: 4.857rem;
}
}

.pkp_site_nav_toggle{
	top:13px;
	left:20px!important;
	background: #f9f5f5;
        box-shadow: 0px 0px 10px 0px #978e8e;
        border: 1px solid #5d798e;
        border-radius: 5px;
}

@media screen and (max-width: 600px) {
.topnav {
    display:flex;
    flex-direction:row;
    padding:0px 0px!important;

}
}

@media screen and (max-width: 600px) {
.topnav p{
    padding:9px 10px 9px 0px!important;
}
}

@media screen and (max-width: 600px) {
.topnav p:first-child{
    border-right:1px solid #ddd;
}
}



.pkp_block{
	box-shadow:rgba(37, 39, 89, 0.4) 0px 0px 9px 1px;
	background:#fff;
	padding:10px;
	margin:0px 10px 10px;
	border-bottom: 8px solid #003366!important;
}

.pkp_block h2{
	color:#003366!important;
	border-bottom: 1px solid #FFD700!important;
  	
}
.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    line-height: 20px;
    font-size:18px;
    color: rgba(0, 0, 0, 0.87);
	padding-bottom:10px;
	margin-bottom:15px;
}
.shadow{
	margin-top:-10px;
}

/*Editorial Team*/

.page_content h2{
    text-align: center;
    font-size: 25px;
    color: #003366;
    font-weight: 900;
    margin-bottom:35px;
    text-decoration:underline;

}
.main_div{
    border: 1px solid #f1f1f1;
    display: flex;
    margin: 10px 0px;
    padding: 8px 8px;
    box-shadow: 0px 0px 5px 0px #ddd;
}
.img_div{
 	width: 20%;
        padding: 10px 12px;
        padding-top: 16px;
}
.img_div img{
 	border-radius:50%;
 	border:1px solid #FFD700;
	box-shadow: 0px 0px 10px 0px #ddd;
}

.content_div{
	width: 80%;
        padding: 16px 20px;
        
}

.content_div h3{
        margin:0px;
	margin-top:10px;
	color:#003366;
}

.affilation{
    font-weight: 600;
    margin-top: 5px!important;
    font-size: 15px;
}

.designation{
 	margin-top: -20px!important;
}
.editorial_designation{
 	margin-top: 5px!important;
}

.emaill{
	 margin-top: -19px!important;
}

/*Header Image*/
@media (min-width: 992px) {
    .pkp_page_index .homepage_image {
        /* margin-top: 0rem; */
        margin-top: 0px!important;
	
    }
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 94%;
    height: auto;
    margin: auto;
    box-shadow: 0px 0px 10px #7c7272;
}

@media screen and (max-width: 992px) {
.pkp_structure_main{
	background:#fff;
	margin-bottom:20px;
}
}





/*Breadcreamb*/
.cmp_breadcrumbs a{
	background:#f3f5fa!important;
	padding:10px 10px 10px 15px;
	position: relative;
}

.cmp_breadcrumbs a:after{
content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #f3f5fa;
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1;
}
.current{
	background: #FFD700;
    	padding: 10px 10px 10px 25px;
    	position: relative;
    	color: #000!important;
    	margin-left: -15px;
}
.cmp_breadcrumbs a{
	color:#000!important;
}
.current:before{
	    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}


/*Page structure*/

@media (min-width: 1200px) {
    .pkp_structure_main {
        width: 860px;
        box-shadow: rgba(37, 39, 89, 0.4) 0px 0px 9px 1px;
	background:#fff;
	margin-bottom:20px;
	border-bottom: 8px solid #003366!important;
	padding:20px;
    }
}
 
/*Side line*/
@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: none!important;
    }
}
/*Full Width Nav Bar*/
.pkp_head_wrapper {
	width:100%!important;
	
}

@media (min-width: 992px) {
    .pkp_site_nav_menu {
        display: block;
        padding: 0px 33px 0px 70px!important;
	background-color:#fff!important;
	border-bottom:4px solid #FFD700;


    }
}

@media (min-width: 992px) {
    .pkp_navigation_primary>li:first-child{
        background: #FFD700!important;
        color: #fff;
	padding-left:15px;
}
}

@media (min-width: 992px) {
    .pkp_navigation_primary>li:last-child a {
        margin-right: 6px!important;
    }
}

#navigationPrimary a:first-child{

}
/*Admin dashboard*/
.profile a{
	color:#000!important;
	background:#FFD700;
	padding:10px 20px;
}

.profile a:hover{
	color:#fff!important;
	background:#003366!important;
	padding:10px 20px;
}

.profile a::first-child {
	border-radius:20px;
}

@media (min-width: 992px) {
    .pkp_navigation_user_wrapper{
	top:45px!important;
}
}

@media (min-width: 992px) {
    .pkp_navigation_primary>li>a:focus {
        background: #FFD700!important;
        color: #fff;
}
}

@media (min-width: 992px) {
    .pkp_navigation_primary>li>a:active{
        background: #FFD700!important;
        color: #fff;
}
}

@media (min-width: 992px) {
	.pkp_nav_list li:hover{
	   background: #FFD700!important;
        color: #003366;
}
}
@media (min-width: 992px) {
    .pkp_navigation_primary>li>a:hover{
        
}
}



/*Top Bar*/

.topnav {
  overflow: hidden;
  background-color: #003366;
  padding: 0px 31px;
}

.topnav p {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
  margin:0px!important;
}

.topnav p:first-child{
	border-left:1px solid #ddd;
}


.topnav img{
	width:20px;
	margin:-3px 7px;
}

.topnav .icon {

}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*Footer*/

.bottom-footer{
text-align:center;
color:#fff;
background:#58afae;
box-shadow:0px 0px 10px 0px #054448;
padding:2px;
border-radius:5px;
width:90%;
display:block;
margin:auto;

}
.pkp_structure_footer_wrapper{
	background:#003366;!important;
	padding:20px 0px;
	
}

/* Container for flexboxes */
.footer_row{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background:#003366;!important;
  color:#fff!important;
  margin:30px 0px;
}



/* Create four equal columns */
.column {
  flex: 25%;
  padding: 0px 15px;
  border-right:1px solid #58afae;
  
}
.column a{
	color:#fff!important;
	text-decoration:none;
}

.column h2{
margin-top:0px;
}

.column:last-child{
	border:none;
}
.seprater{
    background: #58afae;
    width: 74px;
    height: 2px;
    margin-top: -6px;
}
.column ul  {
    list-style: none;
    margin-left: -36px;
}
.column h3{
    text-align:justify;
    line-height: 1.3;
    border: 1px solid #58afae;
    padding: 12px;
    border-radius: 5px;
}

.fourth-column img{
	margin-top:35px;
}



@media screen and (max-width: 600px){
    .fourth-column{
	display:none;
}
}



/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    flex: 60%;
	border-right:none;
  }
}



/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row {
    flex-direction: row;
  }
}

