body {
	line-height: inherit;
	letter-spacing: -0.05em;
}

ul {
	padding: 0;
	margin: 0;
}

.page-item {
	margin: 0 .3rem;
}

.page-link {
	min-width: 2.2rem;
	text-align: center;
	color: #3173a6;
	border-radius: 50rem !important;
	border-color: transparent;
}

.page-item.disabled .page-link {
	border-color: transparent;
}

.page-link:hover {
	min-width: 2.2rem;
	text-align: center;
	color: #3173a6;
	border-color: #dee2e6;
}

.page-item.active .page-link {
	font-weight: 500;
	color: white;
	background-color: #3173a6;
	border-color: #3173a6;
}


.pagination-sm .page-item {
	margin: 0 .2rem;
}

.pagination-sm .page-link {
	min-width: 1.95rem;
}

.service-nav {
	margin: auto;
	text-align: right;
}

.service-nav li a {
	font-weight: 600;
	color: #454545;
	letter-spacing: -0.05em;
}

.service-nav li i {
	color: #707070;
}

.srch-box {
	position: relative;
}

.srch-box .srch-input {
	box-sizing: border-box;
	height: 2.75rem;
	border: 3px solid #004f8c;
	border-radius: 50px !important;
	padding: 10px 40px 10px 25px;
	font-size: 15px;
	letter-spacing: -0.05em;
	width: 100%;
	outline: none;
}

.srch-box .srch-btn {
	position: absolute;
	background: transparent;
	border: 0;
	right: 10px;
	top: .75rem;
}



.horizontal-scrollable {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.horizontal-scrollable .scrollable-inner {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}

.horizontal-scrollable .carousel-control-next,
.horizontal-scrollable .carousel-control-prev {
	width: auto;
}

.horizontal-scrollable .carousel-control-next-icon,
.horizontal-scrollable .carousel-control-prev-icon {
	width: 2.5rem;
	height: 2.5rem;
	background-size: 50%;
	background-color: rgba(0, 0, 0, .05);
	border-radius: 50%;
	transition: background-color .35s;
}

.horizontal-scrollable .carousel-control-prev-icon {
	background-position-x: 40%;
}

.horizontal-scrollable .carousel-control-next-icon {
	background-position-x: 60%;
}

.horizontal-scrollable:hover .carousel-control-next-icon,
.horizontal-scrollable:hover .carousel-control-prev-icon {
	background-color: rgba(0, 0, 0, .15);
}

.horizontal-scrollable :has(> .carousel-control-next):hover .carousel-control-next-icon,
.horizontal-scrollable :has(> .carousel-control-prev):hover .carousel-control-prev-icon {
	background-color: rgba(31, 76, 154, .375);
}

.horizontal-scrollable .carousel-control-next:hover .carousel-control-next-icon,
.horizontal-scrollable .carousel-control-prev:hover .carousel-control-prev-icon {
	background-color: rgba(31, 76, 154, .75);
}

@media (pointer: coarse) {
	.horizontal-scrollable {
		overflow-x: overlay;
	}

	.horizontal-scrollable .carousel-control-next,
	.horizontal-scrollable .carousel-control-prev {
		display: none;
	}
}