@media (min-width: 992px) {
	#callout .row {
		display: flex;
		align-items: center;
	}

	#callout .text-right {
		display: flex;
		justify-content: flex-end;
	}
}

@media (max-width: 992px) {
	#callout .row {
		text-align: center;
	}

	#callout .text-right {
		text-align: center;
		margin-top: 10px;
	}
}

.social-icon .bi-tiktok {
	margin-top: 0px;
}

.social-icon:hover .bi-tiktok:first-child {
	margin-top: -45px;
}

#footer ul.footer-links>li>a:hover {
	color: #d9a424;
}

.subscribe-btn {
	background-color: #d9a424;
}

.subscribe-btn:hover {
	background-color: #ac811d;
}

#footer a:hover {
	color: #d9a424;
}


/* service-content
	*****************/
.service-content h1,
.service-content h2,
.service-content h3 {
	color: #d9a424;
}

.service-content h4 {
	color: #022046;
}

.service-content ul,
.service-content ol,
.service-content p {
	list-style-type: square;
	padding: 0px 0px 0px 30px;
}

.service-content ul li,
.service-content ol li {
	margin-bottom: 10px;
}

.page-header-lg {
	background-position: center right !important;
}

section.page-header .breadcrumb a.active {
	color: #d9a424;
}


@media only screen and (max-width: 480px) {
	.timeline {
		position: relative;
		padding-left: 50px !important;
	}

	.timeline .timeline-entry {
		left: -75px !important;
		;
		width: 34px;
		height: 34px;
		font-size: 16px;
		line-height: 7px;
	}

	section.page-header.page-header-lg {
		background-attachment: scroll;
		background-position: center center !important;
	}
}

section.page-header {
	border-bottom: rgb(0, 0, 0) 1px solid;
}


/* blogs-content
	*****************/
.blogs-content h1,
.blogs-content h2,
.blogs-content h3 {
	color: #d9a424;
}

.blogs-content h3 {
	margin-bottom: 10px;
}

.blogs-content p {
	padding: 0px 0px 0px 30px;
}

.blogs-content ul,
.blogs-content ol {
	list-style-type: square;
}

.blogs-content ul ul {
	list-style-type: circle;
}

.blogs-content ul li,
.blogs-content ol li {
	margin-bottom: 10px;
}

.blog-post-item ul.blog-post-info,
.blogs-content ul.blog-post-info {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.blog-post-item .badge,
.blogs-content .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
	margin-bottom: 15px;
}

.header-image {
	width: 100%;
	height: 400px;
	/* Replace with your image path */
	background-size: cover;
	/* Ensures the image covers the entire width */
	background-position: center;
	/* Centers the image within the container */
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border-radius: 10px;
}

.blog-tags {
	margin-bottom: 20px;
}