
/*----------------------------------------*/
/*  00. Footer CSS
/*----------------------------------------*/

footer {
    background: #942E19;
    color: white;
  }
  
  footer .footer__logo {
    margin-bottom: 20px;
    height: 80px;
  }
  
  footer h3 {
    color: #FFF;
    font-size: 24.02px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
  }
  footer h4{
    color: #FFF;
    font-size: 16.013px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'NotoSans-Medium';
  }
  footer .footer__widget li {
    color: #FFF;
    font-size: 16.013px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'NotoSans-Medium';
  }
  
  footer .footer__widget li a:hover {
    text-decoration: underline;
  }
  
  .footer__widget li a{
    color: #ffffff;
    font-weight: bold;
  }
  
  .footer__social h4{
    margin-right: 15px;
  }
  .footer__social a{
    padding-right: 8px;
    font-size: 25px;
    color: #ffffff;
  }
  .footer__bottom__content p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0px;
  }
  .footer__bottom__content div{
    min-width: 80px;
  }
  .pl-20 {
    padding-left: 20px;
  }
  .teacher__slider,
  #teacher__slider{
    margin-top: 40px;
  }
  .teacher .owl-stage-outer::before,
  .teacher .owl-stage-outer::after {
    height: 0% !important;
    width: 0%;
  }
  .showSignPassword {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    color: #000;
}