.stikybottom {
    position: absolute;
    bottom:0;
    left: 0;
    right:0;
}
.footerAdd{
  width: 100%;
  position: relative;
  bottom: 0px;
}
.peoplepageContents{
  padding-bottom: 100px;
}
.peoplepageContents .pageTit{
  padding: 10px;
  position: relative;
  margin-top: 60px;
  margin-left: 10px;
  width: 500px;
  border-top: 1px double cadetblue;
  border-bottom: 1px double cadetblue;
  font-size: 24px;
  text-align: center;
  
}
.peoplepageContents .peplERFP{  
  margin-left: 60px;
  margin-top: 20px;
}
.peoplepageContents .peopleCards img{  
  position: relative;
  display: block;
  width: 240px;
  height: 240px;
   transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}

.peoplepageContents .peplERFP:hover{  
  cursor: pointer;
}
.peoplepageContents .pepleImg:hover{
  z-index: 2;
}
.peoplepageContents .peplLed{  
  text-align: center;
}
.peoplepageContents .peplLed .personName{
  position: relative;
  bottom: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(12,23,12);
  color: white;
  border-top: 1px solid #c9c6c0;
  border-bottom: 1px solid #c9c6c0;
  white-space: nowrap;
  height: 36px;
  width: 240px; 
  font-size: 24px;
  line-height: 25px;
  font-family:Katibeh;
}
.peoplepageContents .peplLed .lecTitle{
  font-size: 14px;
  position: relative;
  bottom: 25px;
  font-family:Nixie One;
  background: rgba(240, 245, 240);
  padding: 5px;  
  color: #717171;
  font-weight: bold;
}
.peoplepageContents ul{
  line-height: 30px;
  margin-top: 30px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1199px) {
  .peoplepageContents .row{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .peoplepageContents .peopleCards img{  
    width: 220px;
    height: 220px;
  }
  .peoplepageContents .peplLed .personName{
    width: 220px;    
  }

}

@media screen and (max-width: 991px) {

  .peoplepageContents .pageTit{
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    width: 420px;
  }
   .peoplepageContents .peopleCards img{  
    width: 200px;
    height: 200px;
  }
  .peoplepageContents .peplLed .personName{
    height: 30px;
    width: 200px; 
    font-size: 20px;
    bottom: 40px;
  }
  .peoplepageContents .peplLed .lecTitle{
    font-size: 13px;    
    bottom: 20px;    
  }
}

@media screen and (max-width: 767px) {
  .stikybottom {
    position: relative;
   }
  /*people content  */
  .peoplepageContents .pageTit{    
    width: auto;
    text-align: center;
    font-size: 22px;
    border: none;
  }
  .peoplepageContents .peplERFP{
    height: 120px;
    width: 90%;     
    background: rgb(12,15,21,0.8);
    margin: 10px;
    margin-bottom: 0px;  
  }
  .peoplepageContents .peopleCards img{  
    position: relative;
    display: block;
    width: 120px;
    height: 100%;
    float: left;
    left: 0px;
    margin-right: 20px;
    margin-left: 0px;
    padding: 5px;
  } 
  .peoplepageContents .peplLed{  
    text-align: left;
    margin-left:40%;
  }
  .peoplepageContents .peplLed .personName{
    position: relative;
    top: 30px;
    display: block;
    font-family: Changa;
    background: none;
    color: white;
    border-top: none;
    border-bottom: none;
    white-space: normal;
    height: auto;
    width: auto;
    font-size: 28px;
    line-height:auto;
    font-family:Katibeh;
    margin-bottom: 10px;
  }
  .peoplepageContents .peplLed .lecTitle{
    font-size: 14px;
    position: relative;
    top: 20px;
    background: none;
    padding: 0px;  
      color: darkgrey;
  }


}

@media screen and (max-width: 439px) {
 
  .peoplepageContents .peplERFP{
    height: 80px;
    width: 95%;  
  }
  .peoplepageContents .peopleCards img{  
    position: relative;
    display: block;
    width: 80px;
    float: left;
    margin-right: 20px;
  }  
  .peoplepageContents .peplLed{  
    text-align: left;
    margin-left:0%;
  }
  .peoplepageContents .peplLed .personName{  
    font-size: 20px;
    top: 13px;
  }
  .peoplepageContents .peplLed .lecTitle{
    font-size: 10px;
    padding: 0px;
    top: 0px;
  }
}

