/***************************************************
  Mixins Themes 
/***************************************************/


/* Mixin Normal*/


/* Mixin Clear */


/* Mixin Border */


/*background RGBA
============================================*/


/***************************************************
  Mixins RTL Themes 
/***************************************************/


/************************************ 
	Override Bootstrap 
*************************************/


/**
 * Web Application Prefix Apply For Making Owner Styles
 */


/**
 *   Blocks Layout Selectors 
 */


/***********************************************************************/


/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/

.owl-row {
    margin-left: -15px;
    margin-right: -15px;
}

.owl-carousel .owl-item {
    padding: 0 15px;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-buttons div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: transparent;
    text-align: center;
    transition: all 0.5s;
    position: absolute;
    top: 42%;
    margin-top: -20px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #E1E1E1;
}

.owl-theme .owl-buttons div:before {
    content: "\e649";
    font-family: 'themify';
    color: #E1E1E1;
    font-size: 14px;
    display: block;
    transition: all 0.5s;
    line-height: 36px;
    font-weight: 600;
}

[dir] .owl-theme .owl-buttons div:before {
    content: "\e64a";
}

@media (max-width: 992px) {
    .owl-theme .owl-buttons div {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 2px solid #E1E1E1;
    }
    .owl-theme .owl-buttons div::before {
        font-size: 12px;
        line-height: 26px;
        color: #E1E1E1;
    }
}

.owl-theme .owl-buttons div.owl-prev {
    left: -5px;
}

@media (min-width: 1350px) {
    .owl-theme .owl-buttons div.owl-prev {
        left: -55px;
    }
}

@media (max-width: 992px) {
    .owl-theme .owl-buttons div.owl-prev {
        left: 10px;
    }
}

.owl-theme .owl-buttons div.owl-prev:before {
    content: "\e64a";
}

[dir] .owl-theme .owl-buttons div.owl-prev:before {
    content: "\e649";
}

.owl-theme .owl-buttons div.owl-next {
    right: -5px;
}

@media (min-width: 1350px) {
    .owl-theme .owl-buttons div.owl-next {
        right: -55px;
    }
}

@media (max-width: 992px) {
    .owl-theme .owl-buttons div.owl-next {
        right: 10px;
    }
}

.owl-theme .owl-buttons div:hover,
.owl-theme .owl-buttons div:focus {
    border-color: var(--theme-color-default);
}

.owl-theme .owl-buttons div:hover:before,
.owl-theme .owl-buttons div:focus:before {
    color: var(--theme-color-default);
}

.controls-left .owl-theme .owl-buttons {
    position: absolute;
    width: 90px;
    top: -30px;
    left: 15px;
}

.rtl .controls-left .owl-theme .owl-buttons {
    right: 15px;
    left: auto;
}

.controls-right .owl-theme .owl-buttons {
    position: absolute;
    width: 90px;
    top: -30px;
    right: 15px;
}

.rtl .controls-right .owl-theme .owl-buttons {
    left: 15px;
    right: auto;
}

.controls-center .owl-theme .owl-buttons {
    position: absolute;
    width: 90px;
    top: -30px;
    left: 50%;
    margin-left: -45px;
}


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-pagination {
    margin: 10px 0;
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 100%;
    background: #bfbfbf;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #000;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
}


/*# sourceMappingURL=owl.theme.css.map */