* {
	transition: all ease .5s;
}
.lightbox {
	cursor: pointer;
}
.lg-share-twitter .lg-icon {
	font-family: 'Font Awesome 6 Brands' !important;
}
.lg-outer .lg-share-twitter .lg-icon::after {
	content: "\e61b" !important;
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #000000;
}
.mnr_social_tools {
	transition: all ease 0s;
	position: fixed;
	z-index: 1030;
	transform: translateX(-50%);
	left: 50%;
	bottom: 0;
	top: auto;
	height: 60px;
	width: 240px;
}
a.mnr_tool {
	display: inline-block;
	width: 60px;
	height: 60px;
	color: #ffffff;
}
.carousel-control-prev-icon {
  background-image: url("../images/dark-left.png");
}
.carousel-control-next-icon {
  background-image: url("../images/dark-right.png");
}
@media (min-width: 767px) {
	.mnr_social_tools {
		transform: translateY(-50%);
		left: 0;
		top: 50%;
		height: 240px;
		width: 60px;
	}
}