/** BODY SECTION **/

body
{
  font-family : Square721 BT;
}
/** BODY SECTION CLOSED **/

/** TOP BANNER **/

#topbanner
{
	background:#4C1A29; height:auto;
}
.closewinodw
{
	float:right;  color:#fff;
}
/** TOP BANNER **/

/** SECOND BANNER **/
#second_banner
{
	background:#000; color:#fff; height:50px;
}

/** SECOND BANNER CLOSED HERE**/

/** LOGO SECTION START HERE**/

#logosection
{
	background:#fff; height:auto; color:#fff;
}

.animate__flash 
{
	--animate-duration: 4s;
}



/** LOGO SECTION CLOSED HERE**/


#new {
background : red;
text-decoration : none;
list-style : none;
color : #fff;
font-weight : bolder;
border-radius : 4px;
}
.l1 {
color : #fff;
text-decoration : none;
list-style : none;
}
.l1:hover {
color : orange;
text-decoration : none;
}
.notificationbox1 {
width : 300px;
height : 300px;
margin : 20px auto;
box-shadow : 1px 1px 10px 2px #333;
border-radius : 5px;
overflow : scroll;
}
.notificationbox1 a {
color : #fff;
}
.align1 a {
text-decoration : none;
color : #fff;
}
@media screen and (max-width: 1200px) and (min-width: 480px) {
#logo1 {
display : none;
}
}