/**
 * Owl Carousel v2.3.3
 * 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: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 1% 10% 0 0;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #86979100;
      color: #FFF;
      text-decoration: none;
      outline: none;
      }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  /* padding: 3% 0; */
  padding-top: 0;
  padding-bottom: 0;
  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;
      outline: none;
      }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #2b96cc;
      outline: none;
      }




/*Custom CSS*/


#owl-rel-proj .owl-prev {
  left: -3%;
    top: 5%;
    position: absolute;
}

#owl-rel-proj .owl-next {
  display: none;
}




#owl-proj-slid .owl-prev {left: 2%;top: 45%;position: absolute;}

#owl-proj-slid .owl-next {top: 45%;position: absolute;left: 97%;}

#owl-proj-slid .owl-prev img{width: 15px;}

#owl-proj-slid .owl-next img{width: 15px;}



#owl-proj-slid .owl-dots{
    bottom: -15%;
    left: 0;
    right: 0;
    position: absolute;
  }


  #owl-jobs .owl-nav ,#owl-intern .owl-nav{
    text-align: left;
  }


#owl-testimonials .owl-dots{
   text-align: left;    padding-left: 2%;
  }

.pad-t0-rl5{
  padding: 0 5%;
}

#quotes .owl-nav{display:none;}

#owl-pricing-slid .owl-controls{display: none;}
