#id_education_qualification {
  width: 40%;

}

.image_team {
  vertical-align: middle;
  border-style: none;
  width: 30px;
  height: 30px;
}

/* --------faculty css------- */

.box20 {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.box20:before {
  width: 100%;
  height: 220%;
  background: #1d4c83ab;
  top: -50%;
  left: -100%;
  z-index: 1;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  transition: all .5s ease 0s;
}

.box20 img {
  width: 100%;
  height: auto;
  border-top: 1px solid #e3e3e3;
  padding: 10px;
}

.box20 .box-content {
  top: -100%;
  color: #fff;
}

.box20 .box-content,
.box20 .icon {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  left: 0;
  z-index: 2;
  transition: all 1.1s ease 0s;
}

.box20 .title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.box20 h3.title {
  color: var(--text-white);
}

.box20 .post {
  margin-top: 5px;
  padding: 3px;
}

.box20 .icon li a,
.box20 .post {
  display: inline-block;
  font-size: 14px;
}

.box20:after,
.box20:before {
  position: absolute;
  content: "";
}

.box20:after {
  width: 55%;
  height: 175%;
  bottom: -1000%;
  left: 53%;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  -webkit-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  transition: all .8s ease 0s;
}

.box20:hover:before {
  left: 21%;
}

.box20:hover:after {
  bottom: -70%;
}

.box1,
.box11,
.box12,
.box13,
.box14,
.box16,
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
  overflow: hidden;
}

.box20:hover .box-content {
  top: 30px;
}

.box20:hover .icon {
  bottom: 25px;
}

.box20 .icon {
  list-style: none;
  margin: 0;
  bottom: -100%;
}

.box20 .icon li {
  display: inline-block;
}

.box20 .icon li a:hover {
  background: #fff;
  color: #1d4c83;
}

.box20 .icon li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #5291dd;
  border-radius: 50%;
  margin: 0 3px;
  color: #fff;
  text-align: center;
  transition: all .5s ease 0s;
}

.headingfont-fac {
  font-weight: 700;
  text-transform: uppercase;
  background: #c9e5f2;
  padding: 10px;
  font-size: 20px;
  width: 100%;
  margin: 0 15px 30px;
}

.fac-profile.box20 {
  margin-bottom: 30px;
}


#page-local-faculty #page,
#page-local-adminteam #page {
  padding: 0;
  margin: 0;
}
#page-local-faculty .main-inner,
#page-local-adminteam .main-inner {
  padding: 0 !important;
  margin: 0 !important;
}
#page-local-faculty header#page-header,
#page-local-adminteam header#page-header {
  display: none;
}

#page-local-faculty #page-content span#maincontent,
#page-local-adminteam #page-content span#maincontent {
  display: none;
}

#page-local-faculty #page-content,
#page-local-adminteam #page-content {
  padding-bottom: 0 !important;
}

.facultyteam-banner img {
  width: 100%;
  object-fit: cover;
}

.facultyteam-banner {
  position: relative;
}

.facultyteam-banner p {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faculty-images {
  padding: 0 30px;
  margin-top: 30px;
}

/* ------------------- admin team css ------------------------------ */

.adminteam-authors {
  padding: 0 30px;
  margin-top: 30px;
}

@media(max-width:767px) {
  .box20 .title br {
    display: none;
  }

  .box20:before {
    left: 0%;
    /* right: 2px; */
  }

  .adminteam-authors {
    padding: 0 17px;
    margin-top: 17px;
  }


  .box20:before {
    height: 145px;
    background: #1d4c83ab;
    top: auto;
    z-index: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
    transition: none;
    margin: 0 auto;
    right: 0;
    border: 0;
    left: 0;
    width: 95%;
    bottom: 10px;
  }

  .faculty-images {
    padding: 0 17px;
    margin-top: 17px;
  }

  .box20:hover:before {
    left: 0;
  }

  .box20 .icon {
    list-style: none;
    margin: 0;
    bottom: 30px !important;
    top: auto;
    right: 12px;
    left: auto;
  }

  .box20 .box-content {
    top: auto !important;
    bottom: 45px;
  }

  .facultyteam-banner img {
    height: 200px;
  }

  .facultyteam-banner p {
    font-size: 30px;
  }

  /* .faculty-images{
    padding:0 15px;
    margin-top: 15px;
  } */
  .headingfont-fac {
    font-size: 16px;
    margin: 0 15px 18px;
  }

  .adminteam-authors .box20 .box-content {
    top: auto !important;
    bottom: 55px;
  }

  .fac-profile.box20 {
    margin-bottom: 17px;
  }


  /* .adminteam-authors{
    padding: 0 15px;
  } */
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 


    .box20:before{
      width: 97%;
      height: 135px;
    }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .box20:before{
      width: 95%;
      height: 135px;
    }
}



@media(max-width:420px) {

  .facultyteam-banner p {
    font-size: 26px;
  }
}

@media(max-width:320px) {

  .facultyteam-banner p {
    font-size: 24px;
  }
  .box20:before {
    height: 163px;
   
    width: 94%;
}
}