.footer-arrow{
	height: 50px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

}
.footer-arrow i{
	width: 0px;
    height: 0px;
    border-bottom: 50px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
.footer-goup{
	background-color: #fff;
}
.footer-goup a{
	display: table;
	margin: auto;
	padding: 20px 0px;
}
.footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #fff;

}
.footer .footer-menu-title{
	padding: 20px 0px;
}
.footer .footer-menu-title .footer-title{
	float: left;
	width: 25%;
	padding-right: 20px;
}
.footer .footer-menu-title .footer-title a{
	cursor: pointer;
}
.advertiseWithUs .titleUpperSection{
	color: #0266B1;
	border-bottom: solid 2px #0266B1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.advertiseWithUs .content a{
	color: #0266B1;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.footer .footer-menu-title{
		padding: 20px;
	}
	.footer .footer-menu-title .footer-title{
		width: 100%;
	}
}
.footer .footer-menu-title .footer-title .title{
	border-bottom: solid 1px #686868;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 15px;
}
.footer .footer-rights-container{
	background-color: #ececec;
}
.footer .footer-rights{
	text-align: center;
	padding: 30px 0px;
}
.footer .footer-rights a{
	display: inline;
	font-weight: bold;
}