@charset "UTF-8";

/***************************************************
  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 {
    width: 61px;
    position: absolute;
    top: -45px;
    right: 15px;
}

.rtl .owl-theme .owl-buttons {
    left: 15px;
    right: auto;
}

.owl-theme .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-indent: 99px;
    text-align: center;
    position: relative;
    color: transparent;
    font-size: 1px;
    overflow: hidden;
    color: #1E1E1E;
    border: 1px solid #eEEEEE;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-buttons div:before {
    content: "";
    font-family: "FontAwesome";
    z-index: 9;
    font-weight: bold;
    color: #1E1E1E;
    text-indent: 0px;
    font-size: 20px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-buttons div.owl-prev {
    float: left;
}

html[dir="rtl"]:not(.rtl) .owl-theme .owl-buttons div.owl-prev {
    float: right;
}

.owl-theme .owl-buttons div.owl-prev:before {
    content: "";
}

.owl-theme .owl-buttons div.owl-next {
    float: right;
}

html[dir="rtl"]:not(.rtl) .owl-theme .owl-buttons div.owl-next {
    float: left;
}

@media (min-width: 992px) {
    .owl-theme .owl-buttons div:hover {
        border-color: #CC1DCC;
    }
    .owl-theme .owl-buttons div:hover:before {
        color: #CC1DCC;
    }
}

.button-middle .owl-theme .owl-buttons {
    position: static;
}

@media (min-width: 992px) {
    .button-middle .owl-theme .owl-buttons div {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        z-index: 99;
    }
    .button-middle .owl-theme .owl-buttons div.owl-prev {
        right: auto;
        left: -30px;
    }
    html[dir="rtl"]:not(.rtl) .button-middle .owl-theme .owl-buttons div.owl-prev {
        right: -30px;
        left: auto;
    }
    .button-middle .owl-theme .owl-buttons div.owl-next {
        right: -30px;
        left: auto;
    }
    html[dir="rtl"]:not(.rtl) .button-middle .owl-theme .owl-buttons div.owl-next {
        right: auto;
        left: -30px;
    }
}

@media (max-width: 991px) {
    .button-middle .owl-theme .owl-buttons {
        margin: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .button-middle .owl-theme .owl-buttons::after {
        content: "";
        display: table;
        clear: both;
    }
}

@media (min-width: 992px) {
    .button-middle.button-hover .owl-theme .owl-buttons div {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .button-middle.button-hover .owl-theme .owl-buttons div.owl-prev {
        right: auto;
        left: -50px;
    }
    html[dir="rtl"]:not(.rtl) .button-middle.button-hover .owl-theme .owl-buttons div.owl-prev {
        right: -50px;
        left: auto;
    }
    .button-middle.button-hover .owl-theme .owl-buttons div.owl-next {
        right: -50px;
        left: auto;
    }
    html[dir="rtl"]:not(.rtl) .button-middle.button-hover .owl-theme .owl-buttons div.owl-next {
        right: auto;
        left: -50px;
    }
    .button-middle.button-hover .owl-theme:hover .owl-buttons div {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-prev {
        right: auto;
        left: 0px;
    }
    html[dir="rtl"]:not(.rtl) .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-prev {
        right: 0px;
        left: auto;
    }
    .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-next {
        right: 0px;
        left: auto;
    }
    html[dir="rtl"]:not(.rtl) .button-middle.button-hover .owl-theme:hover .owl-buttons div.owl-next {
        right: auto;
        left: 0px;
    }
}

.button-bottom .owl-theme .owl-controls {
    text-align: center;
}

.button-bottom .owl-theme .owl-controls .owl-buttons {
    position: static;
    display: inline-block;
}

.button-bottom.button-right .owl-theme .owl-controls {
    padding-left: 15px;
    padding-right: 15px;
}

.button-bottom.button-right .owl-theme .owl-controls::after {
    content: "";
    display: table;
    clear: both;
}

.button-bottom.button-right .owl-theme .owl-controls .owl-buttons {
    float: right;
}

.rtl .button-bottom.button-right .owl-theme .owl-controls .owl-buttons {
    float: left;
}

.button-bottom.button-right .owl-theme .owl-controls .owl-pagination {
    margin: 10px 0;
    float: left;
}

.rtl .button-bottom.button-right .owl-theme .owl-controls .owl-pagination {
    float: right;
}

.button-bottom.button-left .owl-theme .owl-controls {
    padding-left: 15px;
    padding-right: 15px;
}

.button-bottom.button-left .owl-theme .owl-controls::after {
    content: "";
    display: table;
    clear: both;
}

.button-bottom.button-left .owl-theme .owl-controls .owl-buttons {
    float: left;
}

.rtl .button-bottom.button-left .owl-theme .owl-controls .owl-buttons {
    float: right;
}

.button-bottom.button-left .owl-theme .owl-controls .owl-pagination {
    margin: 10px 0;
    float: right;
}

.rtl .button-bottom.button-left .owl-theme .owl-controls .owl-pagination {
    float: left;
}

.button-top .owl-theme .owl-controls {
    text-align: center;
}

.button-top .owl-theme .owl-controls .owl-buttons {
    margin: auto;
    right: 15px;
    left: 15px;
}

.rtl .button-top .owl-theme .owl-controls .owl-buttons {
    right: 15px;
    left: 15px;
}


/* 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: 8px;
    height: 8px;
    margin: 0 5px;
    background: #bcbcbc;
    border-radius: 100%;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #77c4d3;
}


/* 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;
    background: url(../../../../assets/img/modules/appagebuilder/img/AjaxLoader.gif) no-repeat center center;
}

.carusel-gr-left .owl-theme .owl-buttons {
    width: 61px;
    position: absolute;
    top: -45px;
    right: -24%;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .carusel-gr-left .owl-theme .owl-buttons {
        right: -31% !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .carusel-gr-left .owl-theme .owl-buttons {
        right: 0% !important;
    }
}


/*# sourceMappingURL=owl.theme.css.map */