/* ====== Footer ====== */

footer .container {
    color: rgb(255, 255, 255);
    padding: 5px 0;
}
footer .footer {
    background: #1E2629;
    color: rgba(255, 255, 255, 0.6);
	padding-bottom:10px;
}
footer .footer img {
    margin:15px auto;
	-webkit-filter: drop-shadow(1px 1px 1px #fff);
	filter: drop-shadow(1px 1px 1px #fff);
}
footer .footer-widget {
    width: 100%;
    background: #2E3639;
    border-top: 5px solid #1E2629;
}
footer .footer-widget p {
    color: #f9f9f9;
	margin:0;
}
footer .footer-widget .infocom {
	margin:15px auto;
	color:#b4b4b4 !important;
}
footer .footer-widget .infocom p, footer .footer-widget .infocom .fa {
	color:#b4b4b4 !important;
}
footer .footer-widget .infocom .btn-clone {
	padding:4px 6px;
}
footer .footer-widget .infocom .btn-clone .fa {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
}
footer .footer-widget .infocom .fa.text-success {
    color: #68a908 !important;
	font-size:150%;
}
footer .footer-widget h5 {
	text-transform: uppercase;
    font-weight: 600;
	font-size:18px;
	text-decoration:underline;
}
footer .footer-widget #bottSubscript, footer .footer-widget #list-tags {
	margin:15px auto;
}
footer .footer-widget h4 {
    color: var(--color-5);
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
	font-size:20px;
	position:relative;
	text-align:left;
}
footer .footer-widget h4:before{
	position:absolute;
	content:'';
	width:86px;
	height:3px;
	background:rgb(248, 177, 34);
	bottom:-10px;
	
}
footer .footer-widget ul {
    list-style: none;
    padding-left:5px;
	display:inline-block;
	width:49.9%;
}

footer .footer-widget ul li {
    text-align: justify;
}

footer .footer-widget a {
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

footer .footer-widget ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 0 10px 15px;
    position: relative;
	display:block;
}

footer .footer-widget ul li a:before {
    content: "\f101";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 4px;
    font-size: 12px;
}

footer .footer-widget a:hover,
footer .footer-widget a:focus {
    color: rgba(255, 255, 255, 0.99);
    text-decoration: none;
}

footer .footer-widget address p {
    font-weight: lighter;
    letter-spacing: 0.5px;
}

footer .copyright {
    text-align: center;
    line-height: 1.3;
	height:38px;
}

footer .f16 {
    font-size: 16px;
}

footer .f18 {
    font-size: 18px;
}

footer .f20 {
    font-size: 20px;
}

footer .f22 {
    font-size: 22px;
}

footer .f24 {
    font-size: 24px;
}

footer .f26 {
    font-size: 26px;
}
.footer-small {
	padding:10px 0;
	text-align:left;
	color:#e8e7e7;
	font-size:10px;
}
.footer-small a {
	color:#e8e7e7;
	font-size:10px;
	margin-right:10px;
}
.footer-small .dropdown-menu a {
	margin-right:0;
	font-size:14px;
}
footer .footer-mobile {
	display:none;
} 
@media (max-width: 1000px) {
	footer {
		background: #f8f8f8;
		min-height: 50px;
		color: #9fa1a5;
		border-top: 2px solid rgba(0,0,0,0.08);
		position: fixed;
		bottom: 0;
		height: 54px;
		left: 0;
		width: 100%;
		z-index: 1054;
		max-width:100vw;
	}
	footer .footer-mobile {
		display:block;
	} 
	footer .footer-widget {
		display:none;
	}
	.footers > div {
		text-align:center !important;
	}
	.footers .footer-bar .fa-stack {
		margin-bottom: 3px;
	}
	.footers > .footer-bar {
		width: 20%;
		padding: 3px 5px;
		display: block;
		float: left;
		height: 50px;
		position: relative;
	}
	.footers .footer-bar > a {
		color:#9fa1a5;
	}
	.footers .footer-bar > a > span .fa-inverse{
		color:#fff !important;
	}
	.footers .footer-bar > a.active > span .fa-inverse {
		top: 0.3em;
	}
	.footers .footer-bar > a > .capt {
		font-size: 12px;
		margin-top: -7px;
		display: block;
		font-weight: 600;
		color: #9fa1a5;
	}
	.footers .footer-bar > a > .icon {
		color:var(--color-2);
	}
	.footers .footer-bar > a.active,
	.footers .footer-bar > a.active  > .capt {
		color:#69bb05 !important;
	}
	.footers .footer-bar > a.current > .icon {
		color:var(--color-0) !important;
	}
	.footers .footer-bar > a.current,
	.footers .footer-bar > a.current  > .capt {
		color:var(--color-0) !important;
	}
	.footer-bar > span.label{
		position: absolute;
		top: 2px;
		font-size: 9px;
		font-weight: normal;
		padding: 2px 3px;
		margin-left: 5px;
		font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	.fa-stack {
		position: relative;
		display: inline-block;
		width: 2.6em;
		height: 2.6em;
		line-height: 2.6em;
		vertical-align: middle;
	}
	.footer-bar .fa-stack-2x {
		font-size:2.6em;
	}
	.footer-bar .footer-main .fa-stack-2x {
		font-size: 3.2em;
		top: 8px;
	}
	.footer-bar span.footer-main {
		width: 4.2em;
		height: 3.86em;
		margin-top: -1.38em !important;
		background: #f8f8f8;
		border-radius: 50%;
		border-top: 2px solid rgba(119, 118, 118, 0.37);
		padding-top: 10px;
	}
	.footer-bar span.footer-main .fa-inverse {
		font-size: 20px;
		line-height: 48.8px;
	}
}