.mail-span {
	border: 2px solid #13113a;
	padding: 0.3%;
	transform: rotate(-45deg);
	width: 3%;
}

.prl {
	position: relative;
}

.pl10 {
	position: absolute;
	left: -10%;
}

.pr10 {
	position: absolute;
	right: -10%;
}

.mail-span a {
	padding: 3px;
	width: 100%;
	margin: 3px;
}

.mail-icon {
	transform: rotate(45deg);
	color: #13113a;
}

@media (min-width: 992px) {
	.text-lg-center {
		text-align: left !important;
	}
}

.menu-left {
	text-align: left;
}

.carousel-inner {
	height: 92vh;
}

.carousel-indicators {
	bottom: 50vh;
	transform: rotate(-90deg);
	right: -20%;
}

.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	/*background-color: rgba(255, 255, 255, .5);*/
	/*border-radius: 99px;*/
}

.carousel-indicators-numbers li {
	text-indent: 0;
	margin: 0 7px;
	width: 25px;
	height: 25px;
	border: none;
	line-height: 20px;
	color: #fff;
	transition: all 0.25s ease;
	text-align: center;
	background: 0;
}
.carousel-indicators-numbers li:active, .carousel-indicators-numbers li:hover {
	margin: 0 2px;
	width: 25px;
	height: 30px;

}

.carousel-indicators .active {
	background-color: transparent;
	border: 2px solid #fff;
	transform: rotate(45deg);
}
