/***************************************************
  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 
 */
/***********************************************************************/
@media (min-width: 1200px) {
  .container-large {
    max-width: 1830px; } }

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
  bottom: 0;
  width: 90px;
  height: 90px;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
  .iview-directionNav a:before {
    line-height: 90px;
    font-size: 30px; }
  @media (max-width: 991px) {
    .iview-directionNav a {
      width: 40px;
      height: 40px; }
      .iview-directionNav a:before {
        line-height: 40px;
        font-size: 20px; } }
  .iview-directionNav a.iview-prevNav {
    left: inherit;
    right: 90px; }
    .rtl .iview-directionNav a.iview-prevNav {
      left: 90px;
      right: auto; }
    @media (max-width: 991px) {
      .iview-directionNav a.iview-prevNav {
        right: 40px; }
        .rtl .iview-directionNav a.iview-prevNav {
          left: 40px;
          right: auto; } }
    .iview-directionNav a.iview-prevNav:after {
      content: "";
      background: #f2f2f2;
      width: 1px;
      height: 50px;
      position: absolute;
      bottom: 50%;
      right: 0;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); }
      .rtl .iview-directionNav a.iview-prevNav:after {
        left: 0;
        right: auto; }
      @media (max-width: 991px) {
        .iview-directionNav a.iview-prevNav:after {
          height: 20px; } }
  .iview-directionNav a.iview-nextNav {
    right: 0; }
    .rtl .iview-directionNav a.iview-nextNav {
      left: 0;
      right: auto; }
  .iview-directionNav a:hover {
    background: #e97e3d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .iview-directionNav a:hover:before {
      color: #FFFFFF; }

.iview.iview-hover .iview-directionNav a {
  opacity: 1;
  filter: alpha(opacity=100); }
  .iview.iview-hover .iview-directionNav a.iview-prevNav {
    left: inherit;
    right: 90px; }
    .rtl .iview.iview-hover .iview-directionNav a.iview-prevNav {
      left: 90px;
      right: auto; }
    @media (max-width: 991px) {
      .iview.iview-hover .iview-directionNav a.iview-prevNav {
        right: 40px; }
        .rtl .iview.iview-hover .iview-directionNav a.iview-prevNav {
          left: 40px;
          right: auto; } }
  .iview.iview-hover .iview-directionNav a.iview-nextNav {
    right: 0; }
    .rtl .iview.iview-hover .iview-directionNav a.iview-nextNav {
      left: 0;
      right: auto; }

/*
  Widget Category Image
*/
.ApColumn .widget-category_image {
  font-family: "Josefin Sans", sans-serif;
  text-align: left; }
  .rtl .ApColumn .widget-category_image {
    text-align: right; }
  .ApColumn .widget-category_image .nbproducts {
    bottom: 50px;
    font-weight: 600;
    font-size: 36px;
    left: 50px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    @media (max-width: 991px) {
      .ApColumn .widget-category_image .nbproducts {
        font-size: 24px; } }
    .ApColumn .widget-category_image .nbproducts .leo-qty {
      font-size: 16px;
      color: #222222;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
  .ApColumn .widget-category_image:hover .nbproducts {
    bottom: 50px; }
    .ApColumn .widget-category_image:hover .nbproducts .leo-qty {
      color: #FFFFFF; }

@media (min-width: 481px) {
  .banner-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }
.banner-flex .ApImage {
  padding: 0 15px; }

.tabs-top {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .tabs-top {
      margin-top: 30px; } }

.latest-blogs .right-block {
  position: relative;
  top: inherit;
  left: inherit; }
.latest-blogs .blog-container {
  margin: 0;
  border: none; }
  .latest-blogs .blog-container .blog-meta {
    padding: 25px 0 0; }
    .latest-blogs .blog-container .blog-meta .post-btn-more {
      display: none; }
    .latest-blogs .blog-container .blog-meta > span {
      text-transform: uppercase; }
  .latest-blogs .blog-container .blog-title {
    margin: 15px 0;
    font-family: "Josefin Sans", sans-serif; }
  .latest-blogs .blog-container:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .latest-blogs .blog-container:hover .right-block {
      background: transparent; }
    .latest-blogs .blog-container:hover .blog_img_link {
      -moz-box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0, 0, 0, 0.3);
      box-shadow: 0 0.9375rem 0.9375rem -0.5625rem rgba(0, 0, 0, 0.3); }
    .latest-blogs .blog-container:hover .blog-meta > span {
      color: #909090; }
    .latest-blogs .blog-container:hover .blog-title a {
      color: #222222; }
      .latest-blogs .blog-container:hover .blog-title a:hover {
        color: #e97e3d; }
@media (min-width: 992px) {
  .latest-blogs .owl-theme .owl-buttons div {
    width: 60px;
    bottom: 70%;
    background: transparent;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0; }
    .latest-blogs .owl-theme .owl-buttons div:before {
      color: #999999;
      font-size: 25px; }
    .latest-blogs .owl-theme .owl-buttons div.owl-prev {
      left: inherit;
      right: -140px; }
      .rtl .latest-blogs .owl-theme .owl-buttons div.owl-prev {
        left: -140px;
        right: auto; }
      .latest-blogs .owl-theme .owl-buttons div.owl-prev:after {
        content: "";
        background: #999999;
        width: 2px;
        height: 18px;
        position: absolute;
        bottom: 50%;
        right: 0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%); }
        .rtl .latest-blogs .owl-theme .owl-buttons div.owl-prev:after {
          left: 0;
          right: auto; }
    .latest-blogs .owl-theme .owl-buttons div.owl-next {
      right: -200px; }
      .rtl .latest-blogs .owl-theme .owl-buttons div.owl-next {
        left: -200px;
        right: auto; }
    .latest-blogs .owl-theme .owl-buttons div:hover:before {
      color: #222222; } }

.box-banner {
  margin-top: 50px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .box-banner {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  .box-banner .ApHtml {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    color: #888888;
    line-height: 24px; }
    @media (min-width: 992px) {
      .box-banner .ApHtml {
        padding: 30px;
        margin: 0 -100px 0 0; }
        .rtl .box-banner .ApHtml {
          margin: 0 0 0 -100px; } }
    .box-banner .ApHtml h4 {
      font-size: 30px;
      margin: 15px 0; }
    .box-banner .ApHtml a {
      display: inline-block;
      font-weight: 600;
      margin-top: 30px;
      padding-bottom: 5px;
      border-bottom: 1px solid;
      font-family: "Josefin Sans", sans-serif; }
  @media (max-width: 1199px) {
    .box-banner .ApImage img {
      width: 100% !important; } }

.ApColumn .instagram-block {
  margin: 30px 0 0; }

/*# sourceMappingURL=profile1535922143.css.map */
