<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/*mixin custom */
/*default search */
/************************************ 
	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: 30px;
  height: 30px;
  line-height: 28px;
  bottom: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 100%;
  color: #666666;
  font-size: 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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }
  .owl-theme .owl-buttons div:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #666666;
    font-size: 1rem;
    display: block;
    -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: "\f104"; }
  .owl-theme .owl-buttons div.owl-prev {
    font-size: 0;
    left: 5px; }
    @media (min-width: 1200px) {
      .owl-theme .owl-buttons div.owl-prev {
        left: 40px; } }
    .owl-theme .owl-buttons div.owl-prev:before {
      content: "\f104"; }
      [dir="rtl"] .owl-theme .owl-buttons div.owl-prev:before {
        content: "\f105"; }
  .owl-theme .owl-buttons div.owl-next {
    font-size: 0;
    right: 5px; }
    @media (min-width: 1200px) {
      .owl-theme .owl-buttons div.owl-next {
        right: 40px; } }
  .owl-theme .owl-buttons div:hover {
    color: #FFFFFF;
    background-color: #E57C41;
    border: 0px; }
    @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;
        font-weight: bold; }
        .owl-theme .owl-buttons div:hover:before {
          color: #FFFFFF; } }

/* 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: 10px 0; }
.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 3px;
  border-radius: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  zoom: 1;
  background-color: transparent\9; }

/* 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 */
</pre></body></html>