.logo-box-two {
	padding: 8.5px 0;
}

.topbar-two {
	background: #595959;
}

.logo-box-two:before {
	background: #595959;
}

.block-title p {
	color: #00b1e5;
}

.block-title h3 {
	color: #01538b;
}

.banner-section {
	margin-top: 10px;
}

.logo-box-two {
	width: 200px;
}

.breadcumb-area {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 60px;
	background: #0d104d;
	background: -webkit-linear-gradient(to right, rgb(1 83 139), #00b1e5, #92ca8d);
	background: linear-gradient(to right, rgb(1 83 139), #00b1e5, #92ca8d);
}

h5 {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	background-color: #ececec00;
	padding: 8px 5px;
}

.button-container {
	display: flex;
	gap: 10px;
	/* Adds spacing between buttons */
	align-items: center;
}