.owl-carousel{
      display: block !important;
    }
    #owl-schoolslider.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav{
      display: block !important;
      position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }

    #owl-schoolslider.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
      display: block !important;
      position: absolute;
        top: 50%;
        left: 0;
        right: 0;
    }
    #owl-schoolslider.owl-carousel .owl-nav button.owl-prev{
      left: 20px !important;
      position: absolute;
      z-index: 999;
      width: 50px;
      height: 50px;
      background-color: #ffffff;
      color: #000;
      font-size: 25px;
    }
    #owl-schoolslider.owl-carousel .owl-nav button.owl-next{
      right: 20px !important;
      position: absolute;
      z-index: 999;
      width: 50px;
      height: 50px;
      background-color: #ffffff;
      color: #000;
      font-size: 25px;
    }
    #owl-schoolslider.owl-carousel .owl-dots{
      display: none;
    }

    /**********hoem activities slider*********************************************/

  #owl-brand.owl-carousel .owl-nav button.owl-prev{
        position: absolute;
    left: 0px;
    width: 60px;
    height: 60px;
    background: #be1e2e;
    color: #fff;
    font-size: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
   #owl-brand.owl-carousel .owl-nav button.owl-prev span{
    margin-top: -10px;
   }
   #owl-brand.owl-carousel .owl-nav button.owl-next{
        position: absolute;
    right: 0px;
    width: 60px;
    height: 60px;
    background: #be1e2e;
    color: #fff;
    font-size: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
   #owl-brand.owl-carousel .owl-nav button.owl-next span{
    margin-top: -10px;
   }



   #owl-ideology.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav{
    display: none !important;
   }