.widget_sd_widget_social {
	font-size: 0;
	display: inline-flex;
	margin-right: 15px;
}

.widget_sd_widget_social a {
	display: flex;
	background-color: #ffffff;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	transition: all .3s ease;
}

.widget_sd_widget_social a:hover {
	background-color: #1F3D87;
	transition: all .3s ease;
}

.widget_sd_widget_social a svg {
	width: 30px;
	height: 30px;
}

.widget_sd_widget_social a svg path {
	fill: #1F3D87;
	transition: all .3s ease;
}

.widget_sd_widget_social a:hover svg path {
	fill: #fff;
	transition: all .3s ease;
}

@media screen and (max-width: 1600px) {
	.widget_sd_widget_social a {
		height: 50px;
		width: 50px;
	}
}

@media screen and (max-width: 1400px) {
	.widget_sd_widget_social a {
		height: 44px;
		width: 44px;

	}
}

@media screen and (max-width: 991px) {
	.widget_sd_widget_social a {
		height: 40px;
		width: 40px;
	}

	.widget_sd_widget_social a svg {
		width: 20px;
		height: 20px;
	}
}