#about-vision-main {
  padding: 80px 0;
  background-color: var(--blue);
}
#about-vision-main .row {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.vision-class {
  border-right: 2px dashed var(--white);
}
.abot-vision {
  margin: 15px 0;
}
.abot-vision h3 {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  /* text-align: center; */
  text-decoration: underline;
  text-underline-offset: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.abot-vision h3 img {
  width: 80px;
  filter: invert(1);
}
.abot-vision li {
  margin-bottom: 0;
  line-height: 30px;
  color: #ffffffdc;
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 10px;
}
.abot-vision li img {
  filter: invert(1);
  width: 26px;
  position: relative;
  top: 6px;
}
.abot-mision {
  padding-left: 30px;
}

/* faculty section */
.humanities_fclty_sec {
  padding: 50px 0;
  background-color: #dfdede;
}
.humanities_main_head {
  margin-bottom: 35px;
}
.humanities_main_head h3 {
  font-size: 35px;
  color: var(--blue);
  font-weight: bold;
  border-bottom: solid 2px var(--blue);
  padding-bottom: 15px;
}
.hod_sec {
  position: relative;
  z-index: 1;
}
.hod_sec::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 104%;
  height: 150px;
  left: -6px;
  background-color: var(--orange);
  z-index: -1;
}
.hod_sec img {
  width: 100%;
  background-color: #fff;
  padding: 15px;
}
.hod_hod_name {
  background-color: var(--black);
  padding: 10px 29px;
}
.hod_hod_name h4 {
  font-size: 22px;
  color: var(--white);
  margin: 0;
}
.hod_hod_name p {
  color: #d1d1d1;
  font-size: 16px;
  margin: 0;
}
.hod_img_text ul {
  margin-top: 10px;
}
.hod_img_text ul li {
  margin-bottom: 10px;
}
.hod_img_text ul li a {
  font-size: 17px;
  color: var(--black);
  display: flex;
  gap: 10px;
  align-items: center;
}

.hod_img_text ul li a i {
    font-size: 17px;
    color: var(--white);
    background-color: #000;
    padding: 6px;
    /* border-radius: 50%; */
}
.hod_sec_text {
  padding: 40px;
  text-align: justify;
  background-color: var(--white);
}
.hod_sec_text p {
  color: var(--black);
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
}
/* faculty section */
.humanities_faculty_main {
  background-color: transparent;
}

/* facilities section */
.falicilites_main {
  padding: 80px 0;
}
.facilities_sec_card {
  position: relative;
  height: 100%;
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.facilities_sec_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .facilities_text_sec{
  background-color:#00000091;
} */
.facilities_text_sec h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 17px;
  color: var(--white);
  background-color: var(--orange);
  padding: 10px;
  border-radius: 0px 30px 0 0;
  padding-bottom: 4px;
}
.falicilites_main .row,
.facilities_row {
  row-gap: 20px;
}
/* .col_4_size img{
  height:555px;
  object-fit:cover;
} */
.facilities_sec_card1 {
  background-color: #969696;
}
.facilities_sec_card2 {
  background-color: var(--blue);
}
.facilities_sec_card3 {
  background-color: rgb(62, 75, 73);
}
.col_4_size {
  background-color: slategrey;
}
.facilities_sec_card h4 {
  font-size: 22px;
  color: var(--white);
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 20px;
}
.facilities_sec_card p {
  font-size: 14px;
  color: var(--white);
  padding-left: 20px;
}
@media (max-width:1199px) {
.hod_img_text ul li a {
    font-size: 15px;
}
}
@media (max-width: 991px) {
.vision-class {
    border-right:none;
}
.humanities_fclty_sec .row{
    row-gap:20px;
}
}
@media (max-width: 540px) {
.abot-mision {
    padding-left: 0px;
}
.hod_sec_text {
    padding: 20px
}
.hod_sec_text p {
 
    font-size: 16px;
}
.hod_sec::before {
 
    width: 102%;
}
#about-vision-main {
    padding: 38px 0px;
 
}
.abot-vision h3 {
    font-size: 25px;
}
}