 
.services-section{
    padding: 100px 0px;
    width: 100%;
    color:black;
    background: #20002c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #cbb4d4, #20002c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #cbb4d4, #20002c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

     
}
section .services-container-row{
    display: flex;
     
    justify-content: center;
   
}
 
.services-section .services-container-row .services-col{
     position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 50%);
    background: white;
    height:auto;
    transition: 1s all;
    margin: 10px;
    width: 25%;
    border-radius: 2px;
}
.services-info-div{
     padding: 15px;
     transition: 1s all;
}
.structure-div{
    display:flex;
    flex-direction: column;
}
.services-section .services-container-row .services-col:hover{
    transform: translateY(10px);
    
}
.services-section .services-container-row .services-col:hover .services-info-div{
     
    transform: translateY(-100px);
    background: #7F7FD5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    height: 100%;
     
     
}
 
.services-section div div img{
    width:100%;
    height: 200px;
}
.services-section div div p{
    font-size: 15px;
    padding: 5px;
    letter-spacing: 1px;
    color: #20002c;
}
.services-link{
    border-radius: 2px;
    padding: 8px;
    color: #583B63;
     
    background-color: whitesmoke;
    font-weight: 400;
    border: 1px solid #20002c;
    border-radius: 3    px; 
}
.services-link:hover{
    background-color: #583B63;
    color: whitesmoke;
}
.services-link-container{
    display: block;
}
.services-h3{
    position: absolute;
    top: 186px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    color:#20002c;
    text-align: center;
     
    background-color: #337ab7;
    color: white;
    font-size: 15px;
    padding: 6px;
    letter-spacing: 1px;
}
.services-h3-pbrp{
    top: 0px !important;
    position:initial;
}
.services-link-container li{
    float:left;
    margin: 4px;
    padding: 10px;
}
.services-h4{
    text-align: left;
    border-bottom: 1px solid lightgray;
    font-weight: normal;
    padding: 11px 2px 3px;
    letter-spacing: 1px;
}
.recent-pub-col,.policy-col{
    height: auto;
}
.rpTitle{
    color: black;
    font-size: 13px;
}
.policy-col,.recent-pub-col .showrpBtn{
    color: #fff;
    font-size: 15px;
}
.authors-span{
    
    text-decoration: underline;
    font-size: 13px;
}
.authors-marker{
    display: block;
    color: red;
}
.all-pub-link{
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #20002c;
    padding:  11px;
    background-color: whitesmoke;
}
.all-pub-link:hover{
    background-color: #583B63;
    color: whitesmoke;
}
.recent-pub-col a:hover{
    text-decoration: underline;
}
.slider-r-p-div{
    position:relative;
    width:100%;
    overflow:hidden;
    font-size: 11px;
    background-color: whitesmoke;
  }
   
  .slider-r-p   {
       display: flex;
  }

.slider-r-p li{
    position:relative;
     
    display:inline-block;
    margin:0;
    padding:15px;
    width:100%;
    
  
}
 
.all-pb-link{
    position: absolute;
    top: 10%;
    z-index: 1;
    right: 0;
    font-size: 13px;
    color: whitesmoke;
    background: rebeccapurple;
    padding: 3px 7px 3px 10px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 50%);
     
}
.all-pb-link:hover {
   
    background-color: whitesmoke;
    color: rebeccapurple;
    border:.5px solid rebeccapurple;
    text-decoration: underline;
    transition: 1s all;
}

 
.control{
    position: absolute;
    top: 20%;
    z-index: 999;
    display: block;
    padding: 3% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
  }
  
  .prev{
    left:0px;
  }
  
  .next{
    right:0px;
  }
 
@media(max-width:600px){
    .services-container-row{
        display: flex;
        flex-direction: column;
    }
    .services-section .services-container-row .services-col {
        width: 100%;
    }
    .services-section{
        margin-top:37px;
    }
    .all-pb-link{
        letter-spacing: 1px;
    }
    
}