/***************************************************
  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 
 */
/***********************************************************************/
/* Title Block */
#wrapper .ApColumn .title-center {
  text-align: center; }
  #wrapper .ApColumn .title-center .title_block {
    margin: 30px 0 60px;
    font-size: 31px;
    font-weight: 300;
    text-align: center;
    position: relative;
    line-height: 40px;
    display: inline-block;
    padding: 0 40px;
    text-transform: uppercase; }
    @media (max-width: 575px) {
      #wrapper .ApColumn .title-center .title_block {
        font-size: 25px; } }
    #wrapper .ApColumn .title-center .title_block:before, #wrapper .ApColumn .title-center .title_block:after {
      content: '';
      width: 40px;
      height: 40px;
      top: 0;
      position: absolute;
      display: inline-block;
      vertical-align: bottom;
      background: url(../../../../assets/img/modules/appagebuilder/img/icon.png) no-repeat; }
    #wrapper .ApColumn .title-center .title_block:before {
      left: 0px;
      background-position: -5px -3px; }
    #wrapper .ApColumn .title-center .title_block:after {
      right: 0px;
      background-position: -52px -3px; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  position: relative;
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  width: 20px;
  height: 20px; }
.block-toggler.ApBlockLink ul, .footer-container .links.ApBlockLink ul {
  margin-bottom: 0; }
  .block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
    margin-bottom: 20px; }
    .block-toggler.ApBlockLink ul li a:before, .footer-container .links.ApBlockLink ul li a:before {
      display: inline-block;
      content: "\f0da";
      font-family: "FontAwesome";
      font-size: 14px;
      margin-right: 7px; }
      .rtl .block-toggler.ApBlockLink ul li a:before, .rtl .footer-container .links.ApBlockLink ul li a:before {
        margin-left: 7px;
        margin-right: inherit; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 20px;
    vertical-align: -2px;
    position: absolute;
    top: 11px;
    float: left;
    left: 20px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 13px; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #eaeaea; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #eaeaea;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #eaeaea #eaeaea #eaeaea; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #eaeaea; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #7b9f52; }
    .widget-tabs li.active a {
      color: #7b9f52; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    color: #7b9f52;
    font-size: 19px;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 20px; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #7b9f52; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eaeaea; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #7b9f52;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  padding: 20px;
  margin: 10px; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 5px; }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  float: left;
  padding-right: 20px; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 20px;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs .blog-container {
  margin-left: -9px;
  margin-right: -9px;
  float: left; }
  .rtl .latest-blogs .blog-container {
    float: right; }
  .latest-blogs .blog-container::after {
    content: "";
    display: table;
    clear: both; }
.latest-blogs .left-block {
  padding-right: 9px;
  padding-left: 9px;
  float: left;
  float: left;
  width: 50%; }
  .rtl .latest-blogs .left-block {
    float: right; }
  @media (max-width: 767px) {
    .latest-blogs .left-block {
      float: left;
      width: 100%; } }
.latest-blogs .right-block {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 9px;
  padding-left: 9px;
  text-align: center;
  float: left;
  width: 50%; }
  @media (max-width: 767px) {
    .latest-blogs .right-block {
      float: left;
      width: 100%; } }
  @media (min-width: 576px) {
    .latest-blogs .right-block {
      text-align: left; }
      .rtl .latest-blogs .right-block {
        text-align: right; } }
.latest-blogs .blog-image-container {
  overflow: hidden;
  position: relative; }
.latest-blogs .blog-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px; }
  .latest-blogs .blog-title a {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: #4a3d36;
    display: block;
    word-break: break-word; }
    @media (min-width: 576px) {
      .latest-blogs .blog-title a {
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; } }
    .latest-blogs .blog-title a:hover {
      color: #7b9f52; }
.latest-blogs .blog-meta {
  margin-left: -5px;
  margin-right: -5px; }
  .latest-blogs .blog-meta > span {
    color: #000000;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block; }
  .latest-blogs .blog-meta [class*="icon"] {
    font-style: normal;
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 3px; }
    .rtl .latest-blogs .blog-meta [class*="icon"] {
      margin-left: 3px;
      margin-right: inherit; }
  .latest-blogs .blog-meta .icon-author:before {
    content: "\f2bd"; }
  .latest-blogs .blog-meta .icon-created:before {
    content: "\f017"; }
  .latest-blogs .blog-meta .icon-list:before {
    content: "\f022"; }
  .latest-blogs .blog-meta .icon-comment:before {
    content: "\f27b"; }
  .latest-blogs .blog-meta .icon-hits:before {
    content: "\f004"; }
.latest-blogs .blog-desc {
  color: #9c9c9c;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif; }
  @media (min-width: 768px) {
    .latest-blogs .blog-desc {
      height: 60px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; } }
.latest-blogs .btn-more {
  color: #aa8255;
  font-size: 13px;
  text-transform: uppercase; }
  .latest-blogs .btn-more:hover {
    color: #7b9f52; }
.latest-blogs .blog-viewall {
  margin-top: 20px; }
.latest-blogs .owl-row {
  margin-left: 0px;
  margin-right: 0px; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 5px; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 5px;
  padding-right: 5px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 10px 0 0; }

#instafeed {
  margin: -5px; }

.service .media {
  display: table;
  width: 100%;
  padding: 8px 0; }
.service .left-block {
  width: 75px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
.service .right-block {
  display: table-cell;
  vertical-align: middle; }
  .service .right-block h4 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .service .right-block p {
    color: #FFFFFF;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif; }
.service .left-block img {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s; }
.service:hover .left-block img {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); }
.service.left-service {
  position: relative; }
  .service.left-service:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-media-left.png);
    background-repeat: repeat-y;
    background-position: left 0;
    top: 0;
    bottom: 0;
    width: 11px;
    left: 0; }
    .rtl .service.left-service:before {
      right: 0;
      left: auto; }
  .service.left-service:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-media-right.png);
    background-repeat: repeat-y;
    background-position: right 0;
    top: 0;
    bottom: 0;
    width: 11px;
    right: 0;
    display: none; }
    .rtl .service.left-service:after {
      left: 0;
      right: auto; }
  @media (min-width: 768px) {
    .service.left-service {
      padding-left: 11px; }
      .rtl .service.left-service {
        padding-right: 11px;
        padding-left: inherit; } }
  @media (max-width: 767px) {
    .service.left-service {
      padding-left: 11px;
      padding-right: 11px; }
      .service.left-service:after {
        display: block; } }
  .service.left-service .media {
    min-height: 76px;
    background: #7b9f52; }
  @media (min-width: 992px) {
    .service.left-service .right-block {
      padding-right: 11px; }
      .rtl .service.left-service .right-block {
        padding-left: 11px;
        padding-right: inherit; } }
.service.right-service:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-media-right.png);
  background-repeat: repeat-y;
  background-position: right 0;
  top: 0;
  bottom: 0;
  width: 12px;
  right: 0; }
  .rtl .service.right-service:after {
    left: 0;
    right: auto; }
.service.right-service:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-media-left.png);
  background-repeat: repeat-y;
  background-position: left 0;
  top: 0;
  bottom: 0;
  width: 11px;
  left: 0;
  display: none; }
  .rtl .service.right-service:before {
    right: 0;
    left: auto; }
@media (min-width: 768px) {
  .service.right-service {
    padding-right: 11px; }
    .rtl .service.right-service {
      padding-left: 11px;
      padding-right: inherit; } }
@media (max-width: 767px) {
  .service.right-service {
    padding-left: 11px;
    padding-right: 11px; }
    .service.right-service:before {
      display: block; } }
.service.right-service .media {
  min-height: 76px;
  background: #7b9f52; }
@media (min-width: 768px) {
  .service.right-service .left-block {
    text-align: right; }
    .rtl .service.right-service .left-block {
      text-align: left; } }
.service.right-service .right-block {
  padding-left: 10px; }
  .rtl .service.right-service .right-block {
    padding-right: 10px;
    padding-left: inherit; }
.service.center-service {
  z-index: 9;
  position: relative;
  background: #93bc63; }
  @media (max-width: 767px) {
    .service.center-service {
      margin: 0 12px; } }
  .service.center-service:before {
    content: "";
    background: url(../../../../assets/img/modules/appagebuilder/img/bg-discu-left.png) repeat-y scroll 0 0 transparent;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 13px;
    z-index: 9;
    left: -13px; }
    .rtl .service.center-service:before {
      right: -13px;
      left: auto; }
  .service.center-service:after {
    content: "";
    background: url(../../../../assets/img/modules/appagebuilder/img/bg-discu-right.png) repeat-y scroll 0 0 transparent;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 13px;
    z-index: 9;
    right: -13px; }
    .rtl .service.center-service:after {
      left: -13px;
      right: auto; }
  .service.center-service .media {
    min-height: 86px; }

.rtl .service.left-service:before {
  background-position: right 0;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-media-right.png); }
@media (max-width: 767px) {
  .rtl .service.left-service:after {
    background-position: left 0;
    background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-media-left.png); } }
.rtl .service.right-service:after {
  background-position: left 0;
  background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-media-left.png); }
@media (max-width: 767px) {
  .rtl .service.right-service:before {
    background-position: right 0;
    background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-media-right.png); } }
.rtl .service.center-service:before {
  background: url(../../../../assets/img/modules/appagebuilder/img/bg-discu-right.png) repeat-y scroll 0 0 transparent; }
.rtl .service.center-service:after {
  background: url(../../../../assets/img/modules/appagebuilder/img/bg-discu-left.png) repeat-y scroll 0 0 transparent; }

.phone-contact {
  width: 100%;
  height: 100%;
  padding: 18px;
  background: #FFFFFF; }
  @media (max-width: 768px) {
    .phone-contact {
      width: auto;
      margin: 0 auto 10px;
      display: inline-block; } }
  .phone-contact .content-phone {
    width: 100%;
    display: table; }
  .phone-contact .phone-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    color: #4a3d36; }
  .phone-contact .phone-value {
    font-size: 21px;
    color: #7b9f52; }
  .phone-contact .icon-phone {
    width: 50px;
    height: 50px;
    color: #b58e4f;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #b58e4f;
    float: right;
    border-radius: 50%; }
    .rtl .phone-contact .icon-phone {
      float: left; }

@media (min-width: 768px) {
  .widget-twitter.accordion_small_screen .apollo-twitter {
    height: 200px !important;
    overflow-x: hidden;
    overflow-y: scroll; } }
.widget-twitter.accordion_small_screen .twitter-timeline {
  width: 100% !important; }

.contact-infors .block-desc {
  margin-bottom: 18px; }
.contact-infors ul li {
  display: table; }
  .contact-infors ul li i {
    display: table-cell;
    vertical-align: middle; }
    .contact-infors ul li i:before {
      display: block;
      height: 30px;
      width: 30px;
      line-height: 26px;
      text-align: center;
      border: 2px solid #b6b6b6;
      border-radius: 50%;
      margin-right: 10px; }
      .rtl .contact-infors ul li i:before {
        margin-left: 10px;
        margin-right: inherit; }
  .contact-infors ul li span {
    display: table-cell;
    vertical-align: middle; }

.banner-footer {
  margin: 20px 0;
  text-align: center; }

/*# sourceMappingURL=styles.css.map */
