
.foot_box {
    width: 100%;
    overflow: hidden;
    background: #202020;
    padding: 40px 0;
}

.foot_box ul,
.foot_box ul li {
	padding: 0;
}

.foot_box ul:last-child li {
	/* padding: 10px 4px; */
	text-align: left;
}

.foot_box ul h3 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: 'OswaldBold';
}

.foot_box .hr {
	width: 40px;
	height: 3px;
	background-color: #197fde;
	margin-top: 2px;
	margin-bottom: 15px;
}

.foot_box ul li a {
    color: #fff;
    line-height: 30px;
}

.foot_box ul p {
	color: #909090;
	line-height: 30px;
}

.copyright {
	background: #202020;
	color: #fff;
	padding: 25px 0;
	border-top: 1px solid #424242;
}

.copyright a {
	color: #fff;
}
