h1,h2,h3,h4,h5,h6,p,ul,li,a{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #fe0000;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
}
.container{
	max-width: 1670px;
}
/*top_br*/
.top_br{background-color: #fff;padding: 5px 0;}
.top_br .left{
	
text-align: center;
	
margin: auto;
}
.top_br .left h1{
	
font-size: 15px;
	
font-weight: 600;
}
.top_br .left h1 a{
	
font-size: 15px;
	
font-weight: 600;
	
color: #000;
	
text-decoration: none;
}
.top_br .left h1 span{
	
color: #fe0000;
	
padding-right: 15px;
}
.top_br .left ul{
	
display: flex;
	
margin: auto;
	
text-align: center;
	
justify-content: center;
}
.top_br .left ul li{
	list-style-type: none;
	padding-right: 28px;
}
.top_br .right{
	
}
.top_0011{
	padding-top: 10%;
}
.top_0013{
	text-align: center;
	padding-top: 5%;
	
}


/*copy_right*/
.copy_right{
	
background-color: #fff;
	
padding: 5px 0;
	
position: absolute;
	
bottom: 0;
	
width: 100%;
}
.copy_right .left{
	
}
.copy_right .left ul{
	
display: flex;
	
margin: auto;
	
justify-content: center;
}
.copy_right .left ul li{
	
list-style: none;
	
padding-right: 28px;
}
.copy_right .left ul li a{
        color: #000;
    text-decoration: none;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 600;
}
.copy_right .left ul li a:hover{
	color: #fe0000;
}
.copy_right .left ul li a span{
	
padding-right: 10px;
}
.copy_right .left ul li a span i{
}






@media only screen and (max-width: 1600px) {
    .copy_right{
        position: static;
    }
}
@media only screen and (max-width: 992px) {
	.top_br .left ul{
	display: contents;
	}
	.copy_right .left ul{
		display: contents;
		margin: auto;
		justify-content: center;
		place-content: center;
		text-align: center;
	}
	
	
	
	
	
	
}