a {
	text-decoration: none;
}
footer ul {
	list-style: none;
	padding: 0;
}
.topfooter {
	background: url('../images/footerbg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.topfooter h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 1rem;
}
.footerlist li {
	margin: 8px 0px;
}
.footerlist li a {
	color: #CBCBCB;
	font-size: 13px;
}
.footerlist li a:hover {
	color: #fff;
}
.social-link li {
	margin-right: 8px;
}
.social-link img {
	max-height: 16px;
}
/*==================================================================*/
.footerlist  .link {
	color: #CBCBCB; 
	display: flex;
	align-items: center;
    border-bottom: 1px solid #cbcbcb30;
	padding-bottom: 8px;
	position: relative;
}
.footerlist  .link i {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 0;
}
/*==================================================================*/
.copy-footer {
    background: #106CA8;
    padding: 20px 0px;
}
.copy-footer ul.list-footer li {
    display: inline-block;
    line-height: 18px;
    padding: 0 10px;
    border-left: 1px solid #ddd;
}
.copy-footer li a {
	color: #fff;
}



#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#009999;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px; z-index: 99;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff;
}
















