/* Home */

.owl-nav button {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    border: 1px transparent;
}

.pq-testimonial-content p {
    margin: 0;
}

button.prev-btn::before {
    content: '\e824';
}

button.next-btn::before {
    content: '\e825';
}

.owl-nav button::before {
    font-family: 'revicons';
    font-size: 20px;
    color: #ffffff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.owl-prev,
.owl-next {
    background: unset !important;
}

.owl-carousel .owl-nav button:hover {
    background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.services p.pq-fancy-box-description {
    font-size: 0.8rem;
}

header#pq-header.dark_header .pq-bottom-header .navbar .navbar-nav li a,
header#pq-header.dark_header .pq-bottom-header .navbar .navbar-nav li a:after,
header#pq-header.dark_header .pq-bottom-header .navbar .navbar-nav li i {
    color: var(--dark-color) !important;
}

header#pq-header.dark_header .pq-bottom-header .navbar .navbar-nav li a:before {
    background: var(--dark-color) !important;
}

section.about-us {
    padding-top: 30px;
}

@media (min-width: 811px) {
    .home-banner-slider-tab {
        display: none !important;
    }

    .home-banner-slider-mobile {
        display: none !important;
    }
}

@media (min-width: 425px) and (max-width: 810px) {
    .home-banner-slider {
        display: none !important;
    }

    .home-banner-slider-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 424px) {
    .home-banner-slider-tab {
        display: none !important;
    }

    .home-banner-slider {
        display: none !important;
    }
}

/* Header */
   header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a{
        color:#616161 !important;
    }
    header#pq-header .pq-bottom-header .navbar .navbar-nav li .sub-menu li a:hover{
        color:#fff !important;
    }



    /* FLOATING SIDEBAR */
    ul.sticky-ul {
        clear: both;
        position: fixed;
        display: block;
        list-style-type: none;
        right: -1.2em;
        top: 25%;
        -webkit-animation: slideright 1s forwards;
        -webkit-animation-delay: 1.5s;
        animation: slideright 1s forwards;
        animation-delay: 1.5s;
        z-index: 1000;
    }

    @keyframes slideright {
        100% {
            right: 0;
        }
    }

    li.sticky-li {
        margin-bottom: 40px;
        margin-right: -40px;
        padding: 15px;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        background-color: #00adb5;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;

        -webkit-transition: width .5s, background-color .1s;
        transition: width .5s, background-color .1s;

    }

    li.sticky-li a {
        font-size: 19px;
        text-transform: none;
        text-align: center;
        text-decoration: none;
        color: #ebebeb;
        /*font-weight: 500;*/
    }

    li.sticky-li:hover {
        background-color: #00adb5;
        color: #fff;
    }
