/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background-color: #f5f5f5;
      }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

      .tab-slider{
        border: 0px solid #eee;
        border-radius: 50px;
        padding: 5px;
        font-size: 12px;
        color: #2B254B;
        position: relative;
        padding-right: 50px;
        min-height: 51px;
        background-color: transparent;
        display: block;
        width: 100%;
        background-color: transparent;
        transition: .5s;
      }

      .icon-filter{
        background-color: #eee;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        right: 5px;
        top: 5px;
      }
      .icon-filter img{
        width: 31px !important;
      }
      .filter-div{
        padding: 10px 50px 2px 50px;
        position: relative;
        background: #E5E3F3;
        border-radius: 50px;
        box-shadow: 0px 0px 15px #eee;
        margin-bottom: 20px;
        min-height: 73px;
      }
 
/* ----------events arrow----------- */
.event-arrow .owl-nav button.owl-next, .event-arrow .owl-nav button.owl-prev, .event-arrow  button.owl-dot{
  position: absolute;
  font-size: 16px;
  top: 23%;
  background-color: #ffffff;
  height: 73px;
  transition: 1s;
  color: #dea647;
  cursor: pointer;
  border: 1px solid #ddd9d9;
}
.event-arrow .owl-next{
  left: -72px;
  border-radius: 50% !important;
  width: 56px;
  height: 56px !important;
}
.event-arrow .owl-prev{right: -74px;border-radius: 50% !important;width: 56px;height: 56px !important;}

@media (max-width:1000px) {
  .event-arrow .owl-next{
    right: auto;
    left: 0px;
    top: -40px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 22px !important;

  }
  .event-arrow .owl-prev{
    right: auto;

  left: 40px;
  top: -40px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 22px !important;
}

  
}
.tab-active{background-color: #e9e9e9;/* color: #fff; */}
.tab-active .icon-filter{
  background-color: #fff;
}

@media (min-width:1000px){
  .news-sec .owl-nav button{
top:130px !important;
  }
}




/* ----------events arrow----------- */
.student-arrow .owl-nav button.owl-next, .student-arrow .owl-nav button.owl-prev, .student-arrow  button.owl-dot{
  position: absolute;
  font-size: 16px;
  top: 35%;
  background-color: #ffffff;
  height: 73px;
  transition: 1s;
  color: #dea647;
  cursor: pointer;
  border: 1px solid #ddd9d9;
}
.student-arrow .owl-next{
  left: -72px;
  border-radius: 50% !important;
  width: 56px;
  height: 56px !important;
}
.student-arrow .owl-prev{right: -74px;border-radius: 50% !important;width: 56px;height: 56px !important;}

@media (max-width:1000px) {
  .student-arrow .owl-next{
    right: auto;
    left: 0px;
    top: -40px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 22px !important;

  }
  .student-arrow .owl-prev{
    right: auto;

  left: 40px;
  top: -40px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 22px !important;
}

  
}
