.blog-list-boxx {
	border: 1px solid #2A3ACD;
	border-radius: 10px;
	padding: 15px;
}

.blog-itemx {
	display: flex;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.blog-itemx:last-child {
	border-bottom: none;
}

.blog-imgx {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 5px;
}

.blog-titlex {
margin: 0;
    transition: 0.3s;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #40403F;
}

.blog-titlex:hover {
	color: #2A3ACD;

}

/*.active-titlex {*/
/*	color: darkred;*/
/*	font-weight: bold;*/
/*}*/

.blog-card {
	border: 1px solid #2A3ACD;
	border-radius: 10px;
	padding: 15px;
	transition: 0.3s;
	height: 100%;
}

.blog-card:hover {
	border: 1px solid #000;
}

.fw-headr {
	font-family: "DM Sans", sans-serif;
	color: #40403F;
}
.fw-headr:hover {
    color: #040510;
}
.blog-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.blog-image {
	border-radius: 10px;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.author-img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}
span.spani {
    font-family: "DM Sans", sans-serif;
    padding-right: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(64, 64, 63, 0.6);
}
.read-more {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2A3ACD;
}
.sector small{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(64, 64, 63, 0.6);
}

.sector .text-one{
font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(64, 64, 63, 0.6);
}
.list-unstyledx {
	list-style: none;
	border: 1px solid rgba(242, 179, 52, 1);
	border-radius: 14px;
	padding: 15px;
}

.read-full {
	color: #7c1c24;
	font-weight: 500;
	text-decoration: none;
}

.read-full:hover {
	text-decoration: underline;
}

.tabliter li.nav-item button {
border: 1px solid #2A3ACD;
    border-radius: 70px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.tabliter .nav-link {
	color: #2A3ACD !important;
}

.tabliter li.nav-item .active {
    background: #2A3ACD;
    color: white !important;
    border: 1px solid #2A3ACD;
}

.blog-heading {
letter-spacing: normal;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 41px;
    color: #40403F;
}

.blog-head {
	font-size: 56px;
	line-height: 64px;
	letter-spacing: normal;
}

.text-head {
	font-family: "DM Sans", sans-serif;
    letter-spacing: normal;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #40403F;
}

p.text-mute {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #40403F;
}