.IAQAC .top-heading {
	background: var(--main-color);
	border-right: 2px solid #fff
}

.IAQAC .main-box .bottom {
	background: #f0f6fd;
	height: 100%
}

.IAQAC .main-box .bottom a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #444;
	padding: 10px 25px;
	border-bottom: 1px solid #4444449a;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px
}

.IAQAC .main-box .content {
	padding-bottom: 0
}

.IAQAC .main-box .content .top {
	display: flex
}

.IAQAC .main-box .top {
	height: 175px;
	background-color: #f0f6fd;
	border-radius: 10px;
	margin-top: 50px
}

.IAQAC .main-box .links .box {
	width: 33%;
	height: 80%;
	border-right: 2px solid #14297a;
	top: 10%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.IAQAC .main-box .links .box:nth-last-child(1) {
	border-right: none
}

.IAQAC .main-box .links .top img {
	height: 150px;
	position: relative;
	top: -25px;
	border: 5px solid #fff;
	border-radius: 10px
}

.IAQAC .main-box .top h1 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: var(--sec-color);
	top: -20px;
	position: relative
}

.IAQAC .main-box .top p {
	font-weight: 500;
	text-align: center;
	top: -15px;
	position: relative
}

.accordion-body .list li strong {
	color: #6e0404
}

.main-box {
	display: contents
}

.links {
	width: 100%
}

.IAQAC .content .middle {
	background-color: #14297a;
	padding: 5px;
	margin-top: 10px;
	border-radius: 10px 10px 0 0
}

.IAQAC .content .middle h1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 21px;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center
}

.IAQAC .content .down {
	background: #f0f0f0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px
}

.IAQAC .content .down .boxing {
	background-color: #d9d9d97a;
	display: flex;
	height: 100px;
	border-radius: 10px;
	width: calc(33.33% - 10px)
}

.IAQAC .content .down .boxing .left,
.IAQAC .content .down .boxing .left img {
	height: 100%
}

.IAQAC .content .down .boxing .right {
	padding: 10px
}

.IAQAC .content .down .boxing .right h1 {
	font-size: 12px;
	font-weight: 800;
	padding: 0;
	margin: 0
}

.IAQAC .content .down .boxing .right p {
	font-size: 11px;
	font-weight: 500;
	padding: 0;
	margin: 0
}

.IAQAC .content .down .boxing .right span {
	display: block;
	font-size: 10px;
	font-weight: 300
}