/***************************************************
  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 {
  position: absolute; }
  .owl-theme .owl-buttons div {
    font-size: 0; }
    .owl-theme .owl-buttons div:before {
      content: "\f061";
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      color: #d4d4d4;
      transition: all 0.2s ease-in-out;
      line-height: 28px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      [dir="rtl"] .owl-theme .owl-buttons div:before {
        content: "\f060"; }
    .owl-theme .owl-buttons div.owl-prev {
      float: left;
      left: 15px; }
      .rtl .owl-theme .owl-buttons div.owl-prev {
        float: right; }
      .rtl .owl-theme .owl-buttons div.owl-prev {
        right: 15px;
        left: auto; }
      @media (max-width: 991px) {
        .owl-theme .owl-buttons div.owl-prev {
          left: 20px; }
          .rtl .owl-theme .owl-buttons div.owl-prev {
            right: 20px;
            left: auto; } }
      .owl-theme .owl-buttons div.owl-prev:before {
        content: "\f060"; }
        [dir="rtl"] .owl-theme .owl-buttons div.owl-prev:before {
          content: "\f061"; }
    .owl-theme .owl-buttons div.owl-next {
      float: right;
      right: 15px; }
      .rtl .owl-theme .owl-buttons div.owl-next {
        float: left; }
      .rtl .owl-theme .owl-buttons div.owl-next {
        left: 15px;
        right: auto; }
      @media (max-width: 991px) {
        .owl-theme .owl-buttons div.owl-next {
          right: 20px; }
          .rtl .owl-theme .owl-buttons div.owl-next {
            left: 20px;
            right: auto; } }
    @media (min-width: 992px) {
      .owl-theme .owl-buttons div:hover {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .owl-theme .owl-buttons div:hover:before {
          color: var(--theme-color-default); } }

/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  margin: 18px 0 0;
  display: flex;
  align-items: flex-end;
  padding-left: 15px; }
  .rtl .owl-theme .owl-controls .owl-pagination {
    padding-right: 15px;
    padding-left: inherit; }
.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 4px;
  border-radius: 50%;
  background-color: #cccccc;
  transition: 0.4s all; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: var(--theme-color-default); }

/* 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; }

/*# sourceMappingURL=owl.theme.css.map */
