/***************************************************
  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 {
  position: absolute;
  top: 50%;
  line-height: 48px;
  color: transparent;
  text-align: center;
  background: #FFFFFF;
  overflow: hidden;
  border: 2px solid #fa9090;
  width: 48px;
  height: 48px;
  -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%;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .owl-theme .owl-buttons div:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    color: #7d7274;
    font-size: 15px;
    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; }
  .owl-theme .owl-buttons div.owl-prev {
    left: -10px; }
    .owl-theme .owl-buttons div.owl-prev:before {
      content: "\f177"; }
  .owl-theme .owl-buttons div.owl-next {
    right: -10px; }
  .owl-theme .owl-buttons div:hover {
    background: #fa9090; }
    .owl-theme .owl-buttons div:hover:before {
      color: #FFFFFF; }

.block_content:hover .owl-theme .owl-buttons div {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100); }
  .block_content:hover .owl-theme .owl-buttons div.owl-prev {
    left: 0; }
  .block_content:hover .owl-theme .owl-buttons div.owl-next {
    right: 0; }
@media (max-width: 1199px) {
  .block_content .owl-theme .owl-buttons {
    display: none; }
    .block_content .owl-theme .owl-buttons div {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
      .block_content .owl-theme .owl-buttons div.owl-prev {
        left: 5px; }
      .block_content .owl-theme .owl-buttons div.owl-next {
        right: 5px; } }

/* 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; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fa9090; }

/* 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 */
