.navbar{
	padding: 0;
}
.navbar .call-number{
    font-weight: bold;
    font-size: 23px;
}
.navbar .logo-sub-title{
	text-align: right;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 0;
}
.flex-right{
	margin-left: auto;
	margin-right: 0px;
}
.bg-dark {
	background-color: #015EC5!important;
}
.nav-item:hover{
	background-color: #0777f8;
}
.nav-item{
	transition: 0.3s;
	padding: 10px;
}
nav.fixed-top
{
	top: 50px;
}
.ustbanner
{
	height: 50px;
	width: 100%;
}
.nav-link{
	color:#fff;
}
.text-right{
	text-align: right;
}
.carousel-caption{
	color: #0000008c;
}
.carousel-indicators [data-bs-target]{
	background-color: #000;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23015EC5'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23015EC5'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media only screen and (max-width: 600px) {
	.navbar .call-number{
		font-weight: bold;
		font-size: 35px;
	}
	.carousel-caption{
		bottom: 5rem;
	}
	.carousel-item .text-end{
		text-align: center !important;
	}
	.navbar .custom-number-position{
		margin-right: 1px;
		margin-bottom: 3px;
	}
  }