.press-banner {
    background: url(../images/whitepaper-bg.jpg)no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 70px 0;
}
.press-banner h1, .press-banner p {
    color: #fff;
    padding-bottom: 10px;
}
.feature-post{
    padding:0 25px;
}
.feature-post a {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size:14px;
}
.feature-post p {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}
.feature-post .read-btn {
    padding: 8px 20px;
    font-size: 12px;
    background: #fff;
    border-radius: 50px;
    margin: 15px 0;
    font-weight: 400;
}
.feature-post .read-btn:hover {
    color:#fff!important;
}
.feature-post ul li {
    border-bottom: 0.16px dashed #fff;
    padding: 10px 0 12px;
}
.feature-post ul li:last-child{
    border:none;
}
.read-btn:hover{
    background:#ff5975;
    color:#fff;
}
.press-data span{
    font-size:12px;
}
.press-data h3{
    font-size: 16px;
    margin-bottom:0;
    padding-bottom:7px;
    line-height: 1.4;
}
.press-data p{
    font-size:13px;
    margin-bottom:0;
    padding-bottom:7px;
}
.img-hld{
    border-radius:10px;
    position: relative;
    overflow: hidden;
    background: #5b0094;
    background: -moz-linear-gradient(top, #5b0094 0%, #a100ff 100%);
    background: -webkit-linear-gradient(top, #5b0094 0%,#a100ff 100%);
    background: linear-gradient(to bottom, #5b0094 0%,#a100ff 100%);
}
.img-hld img{
    -webkit-clip-path: polygon(20% 0, 101% 20%, 101% 100%, 10% 100%, 0 40%, 0 0);
    clip-path: polygon(20% 0, 101% 20%, 101% 100%, 10% 100%, 0 40%, 0 0);
    overflow: hidden;
    transition: all 1s ease-in-out;
    min-height: 100%;
    border-radius:10px;
    height: 230px;
    width: 100%;
}
.press-hld:hover .img-hld img{
    clip-path: polygon(20% 0,100% 0,100% 100%,0 100%,0 40%,0 0);
    -webkit-clip-path: polygon(20% 0,100% 0,100% 100%,0 100%,0 40%,0 0);
    transform: scale(1.1 , 1.1);
}
.press-hld{
    padding:20px 0;
    border-bottom:1px solid #d2d1d1;
}
.bg-red{
    background:#ff5975;
}
.press-form .form-group{
    margin-bottom:10px;
}
.press-form .form-control{
    font-size:14px;
}
.press-form{
    background: #5b0094; /* Old browsers */
    background: -moz-linear-gradient(top, #5b0094 0%, #a100ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5b0094 0%,#a100ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5b0094 0%,#a100ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding:20px;
    border-radius: 15px;
}
.press-form .form-group label{
    font-size:14px;
    color:#fff;
    padding-bottom:7px;
}
.read-btn:hover{
    color:#fff;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination-main .pagination{
    margin-top: 16px;
    justify-content: end;
}
.pagination-main .pagination .page-link.active{
    background: #5b0094;
    background: -moz-linear-gradient(top, #5b0094 0%, #a100ff 100%);
    background: -webkit-linear-gradient(top, #5b0094 0%,#a100ff 100%);
    background: linear-gradient(to bottom, #5b0094 0%,#a100ff 100%);
    color: #fff!important;
}
.detail-info h2,.detail-info h3,
.detail-info h4,.detail-info h5{
    font-size:18px;
    font-weight:600;
}