/* Owl Slider */
.dir-fix{direction: ltr}

.owl-slider {
    margin: 5% auto;
    position: relative;
}

.customNav .prev,
.customNav .next{
    position: absolute;
    top: 25%;
    border: none;
    font-size: 22px;
    line-height: 45px;
    width: 30px;
    height: 60px;
}

.customNav .prev{
    right: 0;
    border-radius: 0;
    background: rgba(85,172,238,.5)
}
.customNav .next{
    left: 0;
    border-radius: 0;
    background: rgba(85,172,238,.5)
}
.customNav .prev:hover,
.customNav .next:hover
{
    background: rgba(85,172,238,1)
}

.customNavigatio a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-item a{
    text-decoration: none !important    
}

.owl-item i{
    margin-top: 25%
}
.owl-item span{
    margin-top: 3%;
    font-size: 18px;
}