.cl{
    clear: both;
}
a {
	text-decoration: none;
}
.publications__list{
    clear: both;
	width: 100%;
	margin: auto;
	/*box-shadow: 0px 3px 2px 1px rgba(48, 33, 107, 0.3);*/

}
.publication__details_wrapper.head {
    background: #5f6769;
    color: white;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.publication__details_wrapper{
     
    display: flex;
    /*border-bottom: 2px solid #123c69;
    border-left: 2px solid #123c69;
    border-right: 2px solid #123c69;
    border: none;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 12px;
    transition: transform 0.3s ease-in-out;
    border-radius: 2px;
    
}
.publication__details_wrapper:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scale(1.01);
}
.publication__sno{
    width: 10%;
    border-right: 1px solid #123c69;
    padding: 1rem;
    border: none;
	text-align: center;
}
.publication__details{
    width: 62%;
    border-right: 1px solid #123c69;
    padding: 1rem;
	border: none;
}
.publication__details h4{
    margin: 0;
}
.publication__pageno-wrapper{
    width: 14%;
    padding: 1rem;
    text-align: center; 
}
.publication__download-wrapper{
    width: 12%;
    padding: 1rem;
    text-align: center;
}
.publication__pagenumber{
    width: 100%;
    margin:auto;
}
.publication__download{
    width: auto;
    
    margin:auto;
    
}
.publication__download img {
    width: 35px;
}
.publication_item  h6{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin:0;
	color: #3263a9;
    letter-spacing: 1px;
}
/* general styles */
.mt-10{
    margin-top: 0.4rem;
}
.mt-20{
    margin-top: 20px;
}
.mt-16{
    margin-top: 16px;
}
.logo-title__first{
	font-size: 26px;
	font-weight: bold;
	color: #f3515e;
}
.logo-title__second{
	padding-left: 4px;
	font-size: 26px;
	font-weight: bold;
	color: #36858f;
}
 .header__logo{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.headerinnerwrap .home-link{
	margin: 0;
}

#navbar #site-navigation{
	float: none;
	min-height: auto;
} 
div .header-title{
    background: #f0f0f0;
    height: auto;	
    max-width: 1264px;
    margin: auto;
    border-radius: 2px;
}
@media (min-width: 1070px){
    div .header-title{
         margin: 24px auto 0;
    }
}
div .header-title h1{
	color: #123c69;
    line-height: initial;
    padding: 26px 0 0;
    float: none;
	
}
nav .top-menu-wrapper,nav .top-menu-wrapper ul{
    display:flex;
    list-style: none;
	margin:0;
}

.top-menu-wrapper li {
    padding: 16px 8px;
}
.top-menu-wrapper li a{
    padding: 8px 24px;
	color: white;
    font-size: 16px;
    border-radius: 5px 50% 50% 5px;
}
.top-menu-wrapper li a:hover{
    background: #7b8891;
    color: white;
    
}
.top-menu-wrapper li.current-menu-item a{ 
    background: #7b8891;
}
.top-menu-wrapper li.current-menu-item{
    font-weight: bolder;
     
}
header a.logo-text{
	text-decoration: none;
    padding-left: 10px;
	font-size: 20px;
}
header.site-header .home-link img{
	max-height: 80px;
	max-width: 280px;
}
header.site-header {
	box-shadow: 0 3px 10px 5px rgba(146, 121, 121, 0.2);
}
.footer__clients-slider{
	padding: 20px 0;
}
.footer__clients-slider .wpls-fix-box img{
width: 240px;
	height: 130px;
}

.publication__download-button{
	padding: 0.8rem 1.2rem;
	 
}

.site-content .entry-thumbnail img{
	width: 100%;
	max-height: 250px;
}
footer.site-footer, footer .copyright, footer.site-footer .credit-info a{
    
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
}
/*  
body {
  cursor: url('../../uploads/2020/07/hand.png');
}

 
body {
  cursor: url('../../uploads/2020/07/hand.png'),
  url('../../uploads/2020/07/hand.png');
}

 body {
  cursor: url('../../uploads/2020/07/hand.png') 10 12;
}

 body {
  cursor: url('../../uploads/2020/07/hand.png'),
  move;
}*/


/*animation 
linear-gradient(to right,#f3515e 20%, #36858f 40%, #f3515e 60%);
#f2ab00

 */


.logo-text {
     
    color: #fff;
      
    font-size: 1.6rem;
	font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(to right,#2054ca 20%, #f2ab00 40%, #60b2ff 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 6.5s linear infinite;
    display: inline-block;
  }
  @media (min-width: 700px) and (max-width: 1024px){
    .logo-text { 
        font-size: 20px;
    }
   
  }
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
  header.site-header .home-link img{
    width: 100%;  
}

  #main.site-main{
      position: static;
      background-color: #f0f0f0;
      padding-top: 12px;
  }

 div.topsearch{
      padding-right: 24px;
      padding-top: 42px;
	  display: none;
  }

  .site-header .home-link span{
      max-width: 150px; 
  }

  .publication__download-button-label{
      padding-left: 4px;
  }

h2 button.accordion-button:hover, h2 button.accordion-button:focus , h2 button.accordion-button:active {
	background-color: #cdcdcd;
}