/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 06 2026 | 13:58:39 */
.ar_new_blogs_category a {
	pointer-events: none !important;
	background: #A6170A;
	color: #fff;
	padding: 6px 16px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 17px;
}

.ar_new_blogs_category {
	display: flex;
	gap: 8px;
}

.ar_new_blogs_title h4 {
	margin-top: 16px;
}

.ar_new_blogs_title h4 a {
	color: #12123E !important;
    font-family: "Graphik", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
	text-decoration: none !important;
}

.read_article_btn {
	text-align: right;
}

.read_article_btn a {
	color: #12123E;
    font-family: "Graphik", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 1px solid #12123E;
	border-radius: 4px;
	padding: 6px 10px;
	letter-spacing: 1.96px;
}

.read_article_btn a:hover {
	background: #12123E;
	border: 1px solid #12123E;
	color: #fff;
}

.ar_new_blogs_main {
	display: flex;
}

.ar_new_blogs_category_and_title {
	width: 72%;
}

.ar_new_blogs_custom_img_read_article__btn {
	width: 28%;
}

.ar_new_blogs_custom_img_read_article__btn {
	position: relative;
}

.read_article_btn {
	position: absolute;
    top: 60%;
    right: 10%;
}


/* Related Blogs */

.blogs_top_image img {
	margin-bottom: -55px;
}

.blogs_main_content {
	background: #ffffff;
	border: 1px solid #BCBCBC;
	border-radius: 8px;
	padding: 54px 65px 20px 65px;
}

.related_blogs_title a {
	text-decoration: none !important;
	color: #33312E !important;
}

.related_blogs_title {
	color: #33312E !important;
    font-family: "Graphik", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
	text-decoration: none !important;
	height: 90px;
}

.related_blogs_view_article_btn a {
	background: #1F243D;
	color: #fff;
    font-family: "Graphik", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
	text-decoration: none !important;
	text-transform: uppercase;
	border: 1px solid #1F243D;
	border-radius: 2px;
	padding: 8px 10px;
	width: 100%;
	display: block !important;
	letter-spacing: 1.96px;
}

.related_blogs_view_article_btn a:hover {
	background: #fff;
	border: 1px solid #1F243D;
	color: #1F243D;
}