/**
 * 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 {
  -webkit-tap-highlight-color: transparent; 
  /* position: absolute; */
  /* top: 0; */
  width: 100%;
  height: 100%;
}
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF!important;
    font-size: 50px!important;
    margin: 0;
    padding: 4px 7px;
    background: #CB641F!important;
    opacity: .5;
    transition: .4s ease-out;
    display: inline-block;
    cursor: pointer;
    width: 7.5%;
    height: 100%;
  }
  .education_content .owl-theme .owl-nav [class*='owl-'],
  .info_slider .owl-theme .owl-nav [class*='owl-'] {
    height: calc(100% - 41px);
  }
  @media screen and (max-width: 767px) {
    .owl-theme .owl-nav [class*='owl-'] {
      width: 14%;
    }
  }
  .owl-theme .owl-prev {
    position: absolute;
    left: 0;
    top: 0
  }
  .owl-theme .owl-next {
    position: absolute;
    right: 0;
    top: 0
  }
    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
    }
  .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; 
  padding-top: 15px;
}
  .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: #fff;
      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: #CB641F; 
    }
