/*Footer-v1
------------------------------------*/
.footer-v1 .footer {
	padding: 40px 0;	
	background: #272727;
}

.footer-v1 .footer p {
	color: #eee;
}

.footer-v1 .footer h2 {
	color: #eee;
	font-size: 18px;
	font-weight: 200;
}

/*Link List*/
.footer-v1 .link-list li {
	border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
	color: #eee;
}

.footer-v1 address {
	line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
	background: url(../../img/map-img.png) 5px 60px no-repeat;
}

/*Copyright*/
.footer-v1 .copyright {
	background: #222;
	border-top: none;
	padding: 10px 0 0;
}

.footer-v1 .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer-v1 .copyright a {
	margin: 0 2px;
}

.footer-v1 .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer-v1 .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}

/* Tooltip container */
.version-tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
	opacity: 1 !important;
	border-bottom: none;
}

/* Tooltip text */
.version-tooltip .version-tooltiptext {
	visibility: hidden;
	width: 120px;
	color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px !important;
	/* Position the tooltip text - see examples below! */
	width: 120px;
	bottom: 100%;
	left: 50%;
	margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
	position: absolute;
	z-index: 1;
	color: black;
	background: rgba(255, 255, 255, 0.199);
	transition: .2s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.version-tooltip:hover .version-tooltiptext {
	background: rgba(255, 255, 255, 0.733);
	visibility: visible;
}
.footer-footer,
.footer-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-footer > div:not(:last-child),
.footer-content > div:not(:last-child){
	margin-right: auto;
}
.footer-footer-wrapper{
	background: #292929;
}
.footer-content {
	padding: 10px;
}
.footer-footer .copyrights{
	color: white;
}
.footer-icons {
	display: flex;
	justify-content: space-around;
}

.icon {
	text-decoration: none;
	font-size: 22px;
	transition: all 0.3s ease;
	margin: 0 8px !important;
}

.icon i {
	transition: all 0.3s ease;
}

.icon.youtube {
	color: #ff3838;
}

.icon.facebook {
	color: #1877F2;
}

.gradient-text i {
	background-image: radial-gradient(circle farthest-corner at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	display: inline;
}

.icon.linkedin {
	color: #0077B5;
}

.icon:hover {
	text-decoration: none;
}

.icon:hover i {
	color: #ffffff;
}

.gradient-text:hover i {
	background: none;
	color: #ffffff;
}