footer {
	clear: both;
	height: auto;
	border-top: 5px solid #e3e3e3;
	color: #2b2a29;
	background: #ffffff;
}

footer a {
	color: #2b2a29;
	line-height: 2;
}

.footer-logo {
		width: 170px;
}

footer ul {
	display: flex;
	text-align: left;
	list-style-type: none;
	padding: 0;
}

footer ul li {
	display: inline;
	padding: 0 10px;
}

.fc1 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 50px 0 70px 0;
	padding: 10px 60px;   
}

.fc1 a {
	/*color: #fff;*/
	display: block;
}

footer a:hover {
	color: #ff783c;
	transition: .3s;
	text-decoration: underline;
}

.other-link {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-top: 30px;
}
.other-link a{
	padding: 0 10px;
	    text-decoration: underline;
}

.other-link i{
    font-size: 32px;
}

.footer_dec {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
	padding: 10px 30px;
	background: #f0f0f0;
	font-size: 13px;
}


footer span {
	font-size: 18px;
	padding: 20px 0 10px 0;
	font-weight: 700;
	display: block;
}

.social-media {
	width: 30px;
}

.social-media img:hover {
	opacity: .8;
}
/*++++++++++++++++++++++++++*/
#goTop{
    background-color: #007064;
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 20px;
    height: 20px;
    padding: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    transition: all .4s;
    border: none;
    z-index: 5;
}

#goTop a{
    color: white; 
    line-height: 1;
}
#goTop i{
    font-size: 25px;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    	footer {
		font-size: 12px;
		/*padding: 0 0 20px 0;*/
	}

	footer a {
		font-size: 12px;
		padding-top: 5px
	}

	footer span {
		font-size: 14px;
	}

	footer .fc1 {
		        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: center;
	}
	.fc-child1{
	    width: 50%;
	}

	footer .footer-sum {
		width: 100%;
	}

	footer .other-link {
		width: 100%;
		flex-wrap: wrap;
	}

	.fc1 {
		margin: 0;
		padding: 30px 10px;
	}

	footer .social-media {
		padding: 0 0 10px 0;
		font-size: 15px;
	}
	.footer_dec {
	justify-content: center;

}
    
}