footer {
    background-color: #F76D16;
    padding: 15px 0;
}

footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #BD4A00;
	font-size: 20px;
}

footer a:first-of-type {
	margin-right: 40px;
}

footer .kn-svg-cyrcle {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #BD4A00;
	margin-right: 20px;
	border-radius: 50%;
}

footer .kn-svg-cyrcle svg {
	width: 22px;
}

footer .kn-svg-cyrcle svg path {
    fill: #F76D16;
}

#kn-top-top {
	width: 30px;
	height: 30px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99999;
	font-size: 18px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transform: rotate(270deg);
}

#kn-top-top svg path {
	fill: #40302A;
}
  
#kn-top-top:hover svg path {
	fill: #40302A;
}

.kn-overlay {
	display: none;
}

@media only screen
and (max-width: 1024px) {
	footer .kn-top-info {
		display: block;
	}

	footer a:first-of-type {
		margin: 20px 0;
	}
}

@media only screen
and (max-width: 767px) {
	footer .container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.kn-overlay.active {
		display: block;
		height: 100%;
		width: 100%;
		z-index: 999;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}