	.half li:hover {
		color: #f30213;
	}
    .close2{
        width: 40px;
        height: 40px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

	body{
	  overflow: scroll;
	  overflow-x: hidden;
	}
	
.footer{
    position: relative;
}
.footer_image{
    position: absolute;
}
.align_bottom {
    left: 0;
    right: 0;
	top: 500px;
	margin: auto;
	position: absolute;
}
.footer-half{
	flex:0 0 50%;
}
.footer_label_twocol {
	display: flex;
}
.footer_title li{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.footer_label li{
	color: #ffffff;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.footer_link li{
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}
.footer_link a{
	color: #ffffff;
}
.footer_link a:hover{
	color: #cccccc;
}
.footer_link a:visited{
	color: #ffffff;
}

    .list_5{
        flex:0 0 20%;
    }
    .list_5 div{
        width: 98%;
    }
