﻿/**
 * 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
 */
.about-slider.owl-theme .owl-nav {
    color: #fff;
}
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    font-size: 80px;
}
.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    height: 50px;
    line-height: 50px!important;
    outline: none;
    margin-top: -20px;
}
.owl-prev {
    left: 20px;
}
.owl-next {
    right: 20px;
}
.setting-list.owl-theme .owl-nav button,
.about-slider.owl-theme .owl-nav button {
    background: #ddd;
    height: 120px;
    padding: 10px 10px 20px!important;
    line-height: 0px!important;
    margin-top: -60px;
}

.setting-list .owl-prev {
    left: 0px;
}
.about-slider .owl-prev {
    left: -50px;
}
.setting-list .owl-next  {
    right: 0px;
}
.about-slider .owl-next {
    right: -60px;
}

.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: #869791;*/
    /*color: #FFF;*/
    text-decoration: 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 {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.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: #b4b4b4;
    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: #ffffff;
}
                                                                                              