/**
 * @version     1.0.1
 * @package     com_newsletter
 * @copyright   2022 Alice
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Alice <alice@21twelveinteractive.in>
 */

 section.plublication {
     padding: 100px 0 0;
 }
 section.plublication .p-title{
     text-align: center;
 }
 section.plublication .slick-initialized .slick-slide{
     margin: 20px 20px 0px;
     opacity: 1 !important;
     font-weight: bold;
     font-family: 'Open Sans', sans-serif;
     font-size: 16px;
 }
 section.plublication .slick-slide img.report-slide-img {
     border: 4px solid #EA2500;
     margin-bottom: 20px;
     min-height: 330px;
     object-fit: scale-down;
     object-position: center;
     background: #fff;
 }

 section.plublication .slick-list {
     padding: 20px 0px 100px !important;
     position: relative;
     max-width: 1320px;
     margin: auto;
 }
 .publication-carousel{
     position: relative;
 }
 section.plublication .publication-carousel::before {
     content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    background-image: url(../images/shelf-1.png);
    background-position: top center;
    top: 320px;
    left: 0;
    z-index: -1;
    background-repeat: repeat-x;
 }

section.plublication .publication-carousel::after{
	content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    background-image: url(../images/shelf-2.png);
    background-position: bottom center;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: repeat-x;
}
 section.plublication .slick-slide{
     height: auto !important;
 }
 /* .custom-download{
   background-image: url(../images/download.svg);
   background-repeat: no-repeat;
   background-position: bottom;
   width: 20px;
   height: 20px;
 }
 .name-wrapper {
   display: inline-block;
   width: 90%;
 }
 .icon-wrapper {
   float: right;
 } */
 .name-container{
   background: #fff;
 }
 .name-container a{
   color: #333333;
 }
