.accordion-web {
	width: 100%;
	text-align: left;
	outline: none;
	color: black;
	border: none;
	margin: 8px 0px 0px 0px;
	box-sizing: border-box;
	transition: 1s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
	background: #dadada url(../images/Icon/ajax-arro.png) center no-repeat;
	padding: 5px 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	font-size: 15px;
	background-position: 99% -2%;
}

.accordion-web:hover {
    background: #dadada url(../images/Icon/ajax-arro.png) center no-repeat!important;
  color:white;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
  background-position: 99% 95%!important;
  
}

.active-web
{
    /*default start*/
            background: rgb(2, 35, 69) url(../images/Icon/ajax-arro.png) center no-repeat !important;
            color:white;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
            background-position: 99% 95%!important;
}
.panel-web {
  
    display: none;
    overflow: hidden;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #022345;

}

legend.aa {
	background: #d95757;
	color: #fff;
	margin: 0;
	font-weight: 400;
	text-align: center;
	font-size: 17px;
	padding: 5px;
}
.aa {
	background: url(../images/showAlbum.png) bottom left no-repeat;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

.news-heading-accordion {
	text-align: center;
	color: #022345;
}
.news-date-accordion {
	font-size: 12px;
	text-align: center;
}
.news-paragraph-accordion {
	text-align: justify;
}
.news-img-accordion {
	text-align: center;
}


 .news-pdf-download-span {
    	background-color: #dadada;
    	padding: 2px 4px;
    	box-shadow: 0px 0px 3px black;
    	transition: 1s;
    }
    .news-pdf-download-span:hover
    {
        box-shadow: 0px 0px 0px black;
        background-color: #ab0909;
    }
    .news-pdf-download-span:hover .news-pdf-download-span-a
    {
        color:white;
    }
    .news-pdf-download-span a
    {
        color:black;
    }
    .news-pdf-download {
    	margin: 8px 0px;
    }