.footer {
	width: 100%;
	background-color: #000;
	margin-top: 40px;
	position: relative;
}

.footer .container {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	padding: 30px 10px 40px;
}

.footer .nav {
	width: 30%;
	text-align: center;
	margin-top: 3%;
}

.footer .subnav {
	width: 55%;
}

.footer .subnav .subnav-content {
	display: flex;
	justify-content: space-around;
}

.dropdown1 {
	flex: 1;
}

.dropdown2 {
	flex: 1;
}

.dropdown1 ul {
	display: inline-block;
	width: 150px;
}

.footer .subnav .dropdown-title {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.footer .subnav .dropdown-toggle img {
	display: none;
}

.footer .subnav .dropdown-menu {
	margin-top: 10px;
}

.footer .subnav .subnav-link {
	font-size: 14px;
	font-weight: 400;
	color: #D1D1D1;
	line-height: 30px;
}

.footer .subnav .subnav-link:hover {
	color: #d56600;
}

.footer .copyright {
	/* position: absolute;
	bottom: 50px;
	right: 3%; */
	width: 83%;
	margin: 0 auto;
	border-top: 1px solid #898989;
	padding: 42px 0;
	text-align: center;
}

@media (max-width: 1020px) {
	.footer {
		width: 100%;
		background-color: #000;
		margin-top: 40px;
		position: relative;
	}

	.footer .container {
		display: block;
		padding: 0 0 140px;
	}

	.footer .nav {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 62px;
	}

	.footer .subnav {
		width: 100%;
	}

	.footer .subnav .subnav-content {
		display: block;
		padding: 0 10px;
	}

	.footer .subnav .dropdown-toggle {
		border-bottom: 1px solid #575757;
		padding: 14px 10px;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
	}

	.footer .subnav .dropdown-toggle img {
		display: inline-block;
		width: 16px;
	}

	.footer .subnav .dropdown-title {
		font-size: 13px;
		font-weight: 400;
		color: #FFFFFF;
	}

	.footer .subnav .dropdown-menu {
		display: none;
		margin-top: 10px;
	}

	.footer .subnav .subnav-link {
		font-size: 13px;
		line-height: 25px;
		padding: 0 16px;
	}

	.footer .copyright {
		position: inherit;
		/* text-align: center;
		bottom: 7px;
		right: 0; */
		border-top: 0px;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 20px;
	}

}
