@charset "UTF-8";
/* CSS Document */

.social-icons a {
	background-color: #e9691f;
	color: #fff;
	padding: 10px;
	margin: 0 2px;
	border-radius: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	transition: all ease .5s;
	text-align: center;
}
.social-icons a:hover, .social-icons a:focus {
	background-color: #000;
}
footer .text-link {
	margin: 0 0 0 15px;
	font-size: 1rem;
}

@media (max-width: 991px) {
	footer section .container .row {
		justify-content: center;
	}
	footer section .row .col-lg-6 .row .col-md-3 {
		text-align: center;
		padding: 0 0 5px 0;
	}
	footer section .row .col-lg-6 .row .col-md-9 {
		text-align: center;
		display: block !important;
		padding: 5px;
	}
	footer section .row .col-lg-6 {
		justify-content: center !important;
		padding: 20px 0 0 0;
	}
	footer .row {
		margin-left: 0;
		margin-right: 0;
	}
}