.pdf-ic-btn a, .pdf-ic-btn2 a {
    width: 100%;
    background-image: url(https://brihaspathiacademy.com/wp-content/uploads/2021/01/pdf-icon.png);
    background-position: top 20px right 20px;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: left;
    height: 72px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.pdf-ic-btn2 a {
    background-position: bottom 18px right 20px;
    align-items: end;
    height: 110px;
}
.faculty-filter ul {
  padding: 0;
  text-align: center;
}
.faculty-filter li {
  display: inline-block;
}
.faculty-filter li a {
    display: block;
    color: #979797;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    padding: 0 20px;
	transition: all 0.2s;
}
.faculty-filter li a.selected {
  color: #004698;
  font-weight: 700;
}
.faculty-item {
    margin-bottom: 50px;
}
.faculty-item .author-img {
    width: 121px;
	height: 121px;
	border-radius: 50%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.faculty-item a.text-indigo-500.text-gray-900.font-semibold {
    display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #004698;
	margin-bottom:5px;
}
p.text-sm {
    color: #4E4E4E;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 0;
}
/* Single Faculty Details */

.single-faculty-banner {
    margin-top: 75px;
}
.single-faculty-tab {
    padding-top: 50px;
}
.back-to-list a {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    display: inline-block;
}
.team-content {
    padding-top: 60px;
}
.team-img {
	margin-bottom: 30px;
}
.team-bg-img {
    display: block;
	margin: 0 auto;
    max-width: 100%;
}
.team-cont h2 {
    font-size: 40px;
    color: #004698;
    font-weight: 700;
}
h4.position {
    color: #26B3F9;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.education, .association{
    color: #232323;
    font-size: 18px;
}
.education span, .association span{
    font-weight: 700;
}
.team-desc {
    padding-top: 40px;
}
.title-cont h3 {
	color: #232323;
    font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.team-cont-description {
    padding-bottom: 100px;
}

@media (min-width: 991px) {
	body .elementor-section.elementor-section-boxed > .elementor-container, .container.c-container{
		max-width: 1070px;
    }	
}
@media (max-width: 767px) {
	.faculty-filter li {
		display: block;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.team-bg-img {
		width: 100%;
	}
}