/***************************************************
  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 {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--theme-color-default);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%; }
  .owl-theme .owl-buttons div:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: var(--theme-color-default);
    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: -25px;
    transform: translate(-100%, -50%); }
    .rtl .owl-theme .owl-buttons div.owl-prev {
      float: right; }
    .rtl .owl-theme .owl-buttons div.owl-prev {
      right: -25px;
      left: auto; }
    @media (max-width: 1500px) {
      .owl-theme .owl-buttons div.owl-prev {
        left: 15px;
        transform: translate(-50%, -50%); }
        .rtl .owl-theme .owl-buttons div.owl-prev {
          right: 15px;
          left: auto; } }
    @media (max-width: 1350px) {
      .owl-theme .owl-buttons div.owl-prev {
        transform: translate(0%, -50%); } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .owl-theme .owl-buttons div.owl-prev {
        transform: translate(-50%, -50%); } }
    .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: -25px;
    transform: translate(100%, -50%); }
    .rtl .owl-theme .owl-buttons div.owl-next {
      float: left; }
    .rtl .owl-theme .owl-buttons div.owl-next {
      left: -25px;
      right: auto; }
    @media (max-width: 1500px) {
      .owl-theme .owl-buttons div.owl-next {
        transform: translate(50%, -50%);
        right: 15px; }
        .rtl .owl-theme .owl-buttons div.owl-next {
          left: 15px;
          right: auto; } }
    @media (max-width: 1350px) {
      .owl-theme .owl-buttons div.owl-next {
        transform: translate(0%, -50%);
        right: 15px; }
        .rtl .owl-theme .owl-buttons div.owl-next {
          left: 15px;
          right: auto; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .owl-theme .owl-buttons div.owl-next {
        transform: translate(50%, -50%); } }
  @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 */
