/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  color: var(--footer-txt-color);
  background-size: cover;
  font-size: 14px;
  padding-top:40px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:0px;
  position: relative;
}

.footer:before {
  content: "";
  background:var(--footer-bkg-color);
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info .Company {
  font-size: 28px;
  margin: 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
	padding:5px;
  height: 36px;
  transition: 0.3s;
  text-decoration:none;
  overflow:hidden;
}

.footer .footer-content .social-links a:hover {
  background: #95103B;
  text-decoration: none;
}

.footer .footer-content .F-Title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  padding-bottom:5px;
}

.footer .footer-content .footer-links ul a:hover {
	border-bottom:1px solid var(--primary-color-variation) !important;
}

.footer .footer-legal .copyright { border-top: 1px solid rgba(255, 255, 255, 0.15); }

/*--------------------------------------------------------------
# Back to Top
--------------------------------------------------------------*/

#backtotop{z-index:999;display:inline-block;position:fixed;visibility:hidden;bottom:10px;right:18px;width:36px;height:36px;line-height:36px;font-size:16px;text-align:center;opacity:.2;}
#backtotop i{display:block;width:100%;height:100%;line-height:inherit;}
#backtotop.visible{visibility:visible;opacity:.5;}
#backtotop:hover{opacity:1;cursor:pointer;}



/* Temp Images */

.footer-widget {
	min-width:320px;
}

.footer-widget ul {
	display: flex;
	flex-wrap: wrap;
	padding: 5%;
	margin:-10px 0 0 -10px;
	position: relative;
	width:100%;
}

.footer-widget ul li, .footer-widget ul li:first-child {
	list-style:none !important;
	display: inline-block !important;
	width: calc(100% / 3) - 40px !important; 
	margin:5px !important;
	padding:0 !important;
	border:2px solid #FFFFFF;
}

.footer-widget ul li img{width:100%;}

