.copyright {
	background-color: #11263a;
	color: #ffffff4d;
}

.cg-footer {
	background-color: #162e44;
	color: #fff;
}

.footer-icons {
	width: 17px;
	height: 17px;
	filter: invert(42%) sepia(7%) saturate(753%) hue-rotate(146deg) brightness(91%) contrast(89%);
	transition: 0.5s;
}

.footer-icons:hover {
	filter: invert(71%) sepia(21%) saturate(6422%) hue-rotate(115deg) brightness(101%) contrast(75%);
}

.footer-link-1 {
	transition: 0.3s;
}

.footer-link-1:link {
	color :  #ffffff;
  	text-decoration: none;
}

.footer-link-1:visited {
	color :  #ffffff;
  	text-decoration: none;
}

.footer-link-1:hover {
	color :  #20c997;
  	text-decoration: none;
}


.footer-link-2:active {
  	text-decoration: none;
}

.footer-link-2 {
	transition: 0.3s;
}

.footer-link-2:link {
	color :  #ffffff4d;
  	text-decoration: none;
}

.footer-link-2:visited {
	color :  #ffffff4d;
  	text-decoration: none;
}

.footer-link-2:hover {
	color :  #20c997;
  	text-decoration: none;
}

.footer-link-2:active {
  	text-decoration: none;
}

.footer-social-list {
	margin: 0;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-contact-us path{
	fill: #20c997;
}

.sidebar {
	width: 14rem;
	min-height: 100vh;
}