<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 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/* $image-appagebuilder-path:                  "../../../../../img/modules/appagebuilder/img/" !default;
$image-appagebuilder-path1:                 "../../../../../../img/modules/appagebuilder/img/" !default;
$image-leofeature-path:                     "../../../../../img/modules/leofeature/img/" !default;
$image-quicklogin-path:                     "../../../../../img/modules/leoquicklogin/img/" !default;
$image-slideshow-typo-path:                 "../../../../../img/modules/leoslideshow/img/typo/" !default;
$image-slideshow-iview-path:                "../../../../../../../img/modules/leoslideshow/img/iView/" !default; */
/***********************************************************************/
/*
*   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 {
  line-height: 1.875rem;
  color: transparent;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -0.9375rem;
  border: none;
  background: #e5e5e5;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -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: "\f178";
    font-family: "FontAwesome";
    color: #797979;
    font-size: 0.875rem;
    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: "\f177"; }
  .owl-theme .owl-buttons div.owl-prev {
    left: 0; }
    .rtl .owl-theme .owl-buttons div.owl-prev {
      right: 0;
      left: auto; }
    .owl-theme .owl-buttons div.owl-prev:before {
      content: "\f177"; }
      [dir="rtl"] .owl-theme .owl-buttons div.owl-prev:before {
        content: "\f178"; }
  .owl-theme .owl-buttons div.owl-next {
    right: 0; }
    .rtl .owl-theme .owl-buttons div.owl-next {
      left: 0;
      right: auto; }
  .owl-theme .owl-buttons div:hover {
    background: #ff8365; }
    .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;
  filter: alpha(opacity=100);
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  margin: 0.625rem 0; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
.owl-theme .owl-controls span {
  background: #c5c5c5;
  display: block;
  margin: 0 0.3125rem;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

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

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFFFFF;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 9.375rem;
  background: url("../../../../assets/img/modules/appagebuilder/img/AjaxLoader.gif") no-repeat center center; }

/*# sourceMappingURL=owl.theme.css.map */
</pre></body></html>