Path : /home/vishqocm/tejoversea.com/wp-content/themes/logistek/assets/scss/
File Upload :
Current File : /home/vishqocm/tejoversea.com/wp-content/themes/logistek/assets/scss/_footer.scss

/*========================================*/
/*-------------- [_Footer] ---------------*/
/*========================================*/
.footer-main-area {
	background: #1E2228;
	padding: 100px 0 60px;
}
.footer-bottom-area {
	background: #1E2228;
	padding: 20px 0;
}
.footer-border-top {
	border-top: 1px solid #2c3037;
}
.footer-widget {
	margin-bottom: 40px;
	display: inline-block;
}
.footer-widget-list {
	li {
		display: inherit;
		margin-bottom: 10px;
		a {
			color: $text-light-gray;
			position: relative;
			padding-left: 25px;
			&:before {
				position: absolute;
				content: '\f105';
				left: 0px;
				top: -3px;
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
			}
			&:hover {
				color: $bg-primary-color;
			}
		}
	}
}