/***************************************************
  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 */
.ApColumn .block {
  margin-bottom: 30px; }

.text-xs-center .title_block {
  text-align: center; }

.title_block {
  font-family: "Moderat Extended";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: #000;
  display: block;
  padding: 0;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .title_block {
      font-size: 30px;
      text-align: center; } }

.sub-title-widget {
  color: #888888;
  font-size: 16px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .sub-title-widget {
      margin-bottom: 30px;
      text-align: center; } }

.ap-popup {
  display: none; }

.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;
    background-size: cover; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }
  @media (min-width: 1500px) {
    .bg-fullwidth.cus-bg:before {
      padding: 0;
      margin-top: -45px;
      margin-left: 0px; }
      .rtl .bg-fullwidth.cus-bg:before {
        margin-right: 0px;
        margin-left: inherit; } }

.block-toggler .title, .footer-container .links .title {
  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: 1.25rem;
  height: 1.25rem; }
@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;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important;
      margin-bottom: 0px; } }
  @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 ul {
    margin-bottom: 0; }
  .alert:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .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: 0.8125rem; }
  .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;
    border-bottom: 1px solid #2d2d2d;
    position: relative;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    padding: 30px 0; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "\f068";
      cursor: pointer;
      display: block;
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-size: 26px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 30px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed {
      font-size: 22px;
      line-height: 28px; }
      .ap-accordion .panel-default .panel-title .collapsed:before {
        background: none;
        content: "\f067";
        cursor: pointer;
        display: block;
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        font-size: 26px;
        position: absolute;
        left: auto;
        right: 0px;
        top: 30px;
        width: auto; }
  .ap-accordion .panel-default .panel-body .block {
    margin-bottom: 0; }
  .ap-accordion .panel-default .panel-body p {
    font-size: 18px;
    line-height: 25px; }

/* 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: #F4C340; }
  .widget-tabs li.active {
    border: 1px solid #13755c; }
    .widget-tabs li.active a {
      color: #13755c; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "Font Awesome 5 Pro";
    color: #13755c;
    font-size: 1.1875rem;
    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: 1.25rem; }
  .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; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    border: none;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

/**
* 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: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-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;
    -moz-transition: all 0.3s ease-in-out;
    -ms-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%; }

.ap_image .has-animation {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-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: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.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: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      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;
    -moz-transition: all 0.4s ease-in-out;
    -ms-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;
      -moz-transition: all 0.2s ease-in-out;
      -ms-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;
  -moz-transition: all 0.2s ease-in-out;
  -ms-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 #13755c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-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:hover {
  border-radius: 5px; }

/*
  Widget Category Image
*/
@media (max-width: 767px) {
  .widget-category_image ul {
    display: block; } }
@media (max-width: 991px) {
  .widget-category_image .cover-img img {
    width: 100%;
    height: auto; } }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs .blog-image-container {
  overflow: hidden;
  position: relative; }
.latest-blogs .blog_img_link img {
  width: 100%;
  object-fit: cover; }
.latest-blogs .blog-title {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 11px;
  color: #000;
  transition: all 0.3s ease; }
  .latest-blogs .blog-title:hover {
    color: #13755c; }
.latest-blogs .blog-desc {
  font-size: 15px;
  line-height: 27px;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.latest-blogs .blog-meta {
  font-size: 12px;
  line-height: 24px;
  color: #777777;
  text-transform: uppercase; }
  .latest-blogs .blog-meta .author {
    color: #000; }
  .latest-blogs .blog-meta span + span {
    padding-left: 15px; }
    .rtl .latest-blogs .blog-meta span + span {
      padding-right: 15px;
      padding-left: inherit; }
.latest-blogs .right-block {
  background: #fff;
  padding: 0px 30px 45px; }
.latest-blogs .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  padding: 0 30px; }
  .latest-blogs .cat a {
    color: #fff;
    font-size: 10px;
    background: #72c08e;
    text-transform: uppercase;
    padding: 4px 10px;
    line-height: 14px;
    display: block; }
.latest-blogs .read-more {
  display: inline-block;
  font-family: "Moderat Extended";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.288px;
  border-bottom: 1px solid #13755c;
  color: #13755c; }
  .latest-blogs .read-more:hover {
    color: #F4C340; }

/* 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;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-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: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .instagram-block .owl-item:nth-child(2n) {
      padding-top: 50px; } }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 100%;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

/* List product size */
.product_attr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .product_attr li a {
    margin-bottom: 5px;
    display: block; }
  .product_attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product_attr li:not(:last-child) {
  margin-right: 10px;
  margin-left: 0; }
  .rtl .product_attr li:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .product_attr li:not(:last-child) {
    margin-right: 0;
    margin-left: inherit; }

.copyright span {
  color: #13755c; }

.nav-right {
  justify-content: flex-end; }

.nav-left {
  justify-content: flex-start; }

.nav-right, .nav-left {
  display: flex;
  align-items: center; }

#header .ApColumn .block {
  margin-bottom: 0; }

.ap-wishlist .ap-total {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: -3px;
  right: -20px;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  background: #2d2d2d;
  border: 1px solid #FFFFFF;
  box-sizing: border-box; }

.ap-wishlist {
  position: relative; }

.inner {
  line-height: 20px; }

ul li {
  line-height: 20px; }

.tabs-accordion-container[class*="accordion-"] .accordion-link {
  background: #F4C340;
  color: #13755c; }
  .tabs-accordion-container[class*="accordion-"] .accordion-link.active {
    color: #F4C340;
    background: #13755c; }

.liquid_box {
  position: relative; }
  .liquid_box img {
    min-height: 350px;
    object-fit: cover; }

.abs-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10% 15%; }
  .abs-inner a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 4px;
    display: inline-block;
    margin-top: 30px;
    padding: 0;
    color: #2d2d2d;
    background: transparent !important;
    transition: all 0.3s ease; }
    .abs-inner a i {
      transform: rotate(45deg);
      margin-left: 5px;
      transition: all 0.3s ease; }
    .abs-inner a:focus, .abs-inner a:hover {
      color: #13755c; }
      .abs-inner a:focus i, .abs-inner a:hover i {
        transform: rotate(90deg); }
  .abs-inner h4 {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 60px;
    letter-spacing: 0.014px; }
  .abs-inner h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 60px;
    color: #000000; }
  .abs-inner p.small {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 1.6px; }
  .abs-inner p.big {
    font-size: 110px;
    font-weight: bold;
    line-height: 65px;
    color: #fff; }
  .abs-inner p.big span {
    font-size: 50px;
    display: inline-block;
    vertical-align: super; }
  .abs-inner p.medium {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 65px; }
  @media (max-width: 991px) {
    .abs-inner h2 {
      font-size: 40px;
      line-height: 1; }
    .abs-inner a {
      margin-top: 15px; }
    .abs-inner p.big {
      font-size: 50px;
      line-height: 1; }
    .abs-inner p.big span {
      font-size: 30px; }
    .abs-inner p.medium {
      line-height: 30px;
      margin-bottom: 0; } }

.promotion-banner .abs-inner a {
  color: #fff;
  margin-top: 20px; }
.promotion-banner img {
  min-height: 415px;
  object-fit: cover; }

@media (min-width: 1200px) {
  .larger-container {
    margin: 0 auto;
    padding: 0 75px;
    width: 100%; } }
.banner-box .title {
  font-size: 30px;
  line-height: 60px;
  color: #000;
  margin-top: 10px; }
.banner-box .descript {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 4px;
  transition: all 0.3s ease; }
  .banner-box .descript i {
    transform: rotate(45deg);
    margin-left: 5px;
    transition: all 0.3s ease; }
  .banner-box .descript:hover i {
    transform: rotate(90deg); }
@media (min-width: 768px) {
  .banner-box .owl-item:nth-child(2n) {
    margin-top: 50px; } }

.video {
  display: none; }

.play-button i {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%); }

.ApColumn .block.play-button {
  margin-bottom: 0;
  padding: 250px 0;
  cursor: pointer;
  animation: rotate 12s linear infinite; }

.larger-banner-box {
  max-width: 1900px;
  margin: auto; }
  .larger-banner-box .title {
    font-size: 24px;
    letter-spacing: -0.6px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 50px 15px;
    transition: all 0.3s ease; }
  .larger-banner-box a {
    position: relative;
    display: block;
    overflow: hidden; }
    .larger-banner-box a img {
      transition: all 0.3s ease; }
    .larger-banner-box a:hover .title {
      color: #13755c; }
    .larger-banner-box a:hover img {
      transform: scale(1.1); }
  @media (min-width: 768px) {
    .larger-banner-box .owl-item:nth-child(2n) {
      margin-top: 50px; } }

h4 {
  font-size: 16px;
  color: #000; }

.super-title {
  text-align: center; }

@media (min-width: 992px) {
  .left-wb,
  .right-wb {
    position: absolute !important;
    top: 25%; }

  .left-wb {
    right: auto;
    left: 0; }
    .rtl .left-wb {
      right: 0;
      left: auto; }

  .right-wb {
    right: 0;
    left: auto;
    float: left !important; }
    .rtl .right-wb {
      right: auto;
      left: 0; }

  .light-green-bg {
    margin: 0 0 0 25%;
    clear: both; }
    .rtl .light-green-bg {
      margin: 0 25% 0 0; } }
@media (max-width: 991px) {
  .left-wb,
  .right-wb {
    margin: 0 auto;
    text-align: center; } }
.variant-mw {
  position: relative; }
  .variant-mw .light-green-bg .block, .variant-mw .beige-bg .block {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .variant-mw .light-green-bg .block, .variant-mw .beige-bg .block {
        margin: 0 auto 30px; } }
  .variant-mw .light-green-bg .block {
    background: #e3f2ec; }
  .variant-mw .beige-bg .block {
    background: #f4f2e9; }
  .variant-mw .title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    color: #000; }
  .variant-mw .content a {
    font-size: 16px;
    color: #888888; }

.margin-thome {
  padding-top: 30px; }

@media (max-width: 767px) {
  .countdown-wr {
    padding: 50px 15px; }
    .countdown-wr .ApCountdown {
      padding-top: 50px; } }
@media (min-width: 992px) {
  .margin-phome {
    padding-bottom: 40px; }

  .margin-home {
    padding-bottom: 100px; }

  .margin-thome {
    padding-top: 100px; } }
@media (min-width: 992px) {
  .blog-w {
    display: flex; }
    .blog-w .ApColumn:nth-child(1) {
      order: 1; }
      .blog-w .ApColumn:nth-child(1) .latest-blogs {
        margin: 110px 0 0 65px; }
        .rtl .blog-w .ApColumn:nth-child(1) .latest-blogs {
          margin: 110px 65px 0 0; }
      .blog-w .ApColumn:nth-child(1) .title_block,
      .blog-w .ApColumn:nth-child(1) .sub-title-widget {
        text-align: center; }
      .blog-w .ApColumn:nth-child(1) .sub-title-widget {
        margin-bottom: 105px; }
    .blog-w .ApColumn:nth-child(2) {
      order: 0; }
      .blog-w .ApColumn:nth-child(2) .latest-blogs {
        margin: 0 65px 0 0; }
        .rtl .blog-w .ApColumn:nth-child(2) .latest-blogs {
          margin: 0 0 0 65px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .blog-w .ApColumn:nth-child(1) .latest-blogs {
    padding-bottom: 30px; }
  .blog-w .ApColumn:nth-child(1) .title_block,
  .blog-w .ApColumn:nth-child(1) .sub-title-widget {
    text-align: center; } }

.blog-w .block_content {
  position: relative;
  z-index: 0; }
  .blog-w .block_content:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: -80px;
    left: -80px; }
    @media (max-width: 767px) {
      .blog-w .block_content:before {
        display: none; } }
@media (min-width: 992px) {
  .blog-w .ApColumn:nth-child(1) .block_content:before {
    background: url(../../../../assets/img/modules/appagebuilder/img/pattern02.png) no-repeat center center;
    width: 245px;
    height: 316px; }
  .blog-w .ApColumn:nth-child(2) .block_content:before {
    background: url(../../../../assets/img/modules/appagebuilder/img/pattern01.png) no-repeat center center;
    width: 320px;
    height: 261px;
    top: -45px; } }

.blog-viewall {
  text-align: center; }
  .blog-viewall a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 4px;
    display: inline-block;
    margin-top: 30px;
    padding: 0;
    color: #2d2d2d;
    background: transparent !important;
    transition: all 0.3s ease; }
    .blog-viewall a i {
      transform: rotate(45deg);
      margin-left: 5px;
      transition: all 0.3s ease; }
    .blog-viewall a:focus, .blog-viewall a:hover {
      color: #13755c; }
      .blog-viewall a:focus i, .blog-viewall a:hover i {
        transform: rotate(90deg); }
  .blog-viewall a {
    color: #2d2d2d; }

.abs-w {
  position: relative; }
  .abs-w .image_description img {
    position: absolute;
    right: 7%;
    left: auto;
    top: 5%; }
    .rtl .abs-w .image_description img {
      right: auto;
      left: 7%; }
  @media (min-width: 992px) {
    .abs-w {
      margin-bottom: 70px !important; } }

.about-w {
  color: #000; }
  .about-w p {
    font-size: 16px;
    line-height: 30px;
    color: #000; }
  .about-w li {
    text-transform: uppercase;
    margin: 22px 0;
    display: flex;
    align-items: flex-start; }
  .about-w img {
    margin-right: 15px; }
    .rtl .about-w img {
      margin-left: 15px;
      margin-right: inherit; }
  @media (min-width: 576px) {
    .about-w li {
      width: 50%;
      float: left; }
      .rtl .about-w li {
        float: right; } }

@media (min-width: 768px) {
  .flex-box {
    display: flex;
    align-items: center; }

  .var-box .thumbnail-container .product-title a {
    color: #fff;
    font-weight: 400; }
    .var-box .thumbnail-container .product-title a:hover {
      color: #f7cc37; }
  .var-box .thumbnail-container .product-price-and-shipping {
    color: #fff; } }
@media (min-width: 768px) and (max-width: 991px) {
  .flex-box.var-box {
    display: block;
    padding: 80px 0 0; } }
@media (min-width: 1200px) {
  .super-text .top, .super-text .bottom {
    font-size: 200px; } }
@media (min-width: 992px) {
  .var-box {
    padding: 80px 0 160px; }
    .var-box .products_block {
      padding: 0 80px 0 95px; }

  .super-text {
    position: relative;
    padding: 28% 0 0 11%; }
    .rtl .super-text {
      padding: 28% 11% 0 0; }
    .super-text .top, .super-text .bottom {
      color: #fff;
      font-weight: 300;
      display: block;
      line-height: 1; }
    .super-text .top {
      position: absolute;
      top: 0;
      right: auto;
      left: 0; }
      .rtl .super-text .top {
        right: 0;
        left: auto; }
    .super-text .bottom {
      position: absolute;
      top: 90%;
      right: -60%;
      left: auto; }
      .rtl .super-text .bottom {
        right: auto;
        left: -60%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .super-text .top, .super-text .bottom {
    font-size: 120px; }
  .super-text .bottom {
    right: -30%;
    left: auto; }
    .rtl .super-text .bottom {
      right: auto;
      left: -30%; } }
@media (max-width: 991px) {
  .super-text .top, .super-text .bottom {
    display: none; } }

.has_extra_link .ApHtml {
  margin-bottom: 0 !important; }
  .has_extra_link .ApHtml a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 4px;
    display: inline-block;
    margin-top: 30px;
    padding: 0;
    color: #2d2d2d;
    background: transparent !important;
    transition: all 0.3s ease; }
    .has_extra_link .ApHtml a i {
      transform: rotate(45deg);
      margin-left: 5px;
      transition: all 0.3s ease; }
    .has_extra_link .ApHtml a:focus, .has_extra_link .ApHtml a:hover {
      color: #13755c; }
      .has_extra_link .ApHtml a:focus i, .has_extra_link .ApHtml a:hover i {
        transform: rotate(90deg); }
  .has_extra_link .ApHtml p {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .has_extra_link .ApHtml a {
      position: absolute;
      top: 0;
      right: 15px; } }
.has_extra_link .block {
  margin-bottom: 0; }

.ApCountdown {
  max-width: 630px;
  background: #fff;
  border-radius: 100%;
  min-height: 630px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .ApCountdown .title_block {
      margin: 0 150px 30px;
      text-align: center; } }
  @media (max-width: 767px) {
    .ApCountdown {
      border-radius: 0;
      min-height: auto;
      padding-bottom: 30px; }
      .ApCountdown .list-inline {
        text-align: center; } }
  .ApCountdown .list-inline li {
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    .ApCountdown .list-inline li + li {
      position: relative;
      padding: 0 30px; }
      .ApCountdown .list-inline li + li:before {
        content: ':';
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        color: #888;
        position: absolute;
        top: 50%;
        right: auto;
        left: 0; }
        .rtl .ApCountdown .list-inline li + li:before {
          right: 0;
          left: auto; }
      @media (max-width: 767px) {
        .ApCountdown .list-inline li + li {
          padding: 0 15px; }
          .ApCountdown .list-inline li + li:before {
            font-size: 15px; } }
    .ApCountdown .list-inline li:first-child {
      padding: 0 30px 0 0; }
      .rtl .ApCountdown .list-inline li:first-child {
        padding: 0 0 0 30px; }
    .ApCountdown .list-inline li:last-child {
      padding: 0 0 0 30px; }
      .rtl .ApCountdown .list-inline li:last-child {
        padding: 0 30px 0 0; }
    .ApCountdown .list-inline li b {
      display: block;
      font-size: 60px;
      color: #000;
      line-height: 1;
      letter-spacing: -1.5px;
      font-weight: 500; }
    .ApCountdown .list-inline li span {
      font-size: 12px;
      color: #888888;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      display: block;
      margin-top: 5px; }
    @media (max-width: 767px) {
      .ApCountdown .list-inline li span {
        font-size: 10px; }
      .ApCountdown .list-inline li b {
        font-size: 20px; }
      .ApCountdown .list-inline li:first-child {
        padding: 0 15px 0 0; }
        .rtl .ApCountdown .list-inline li:first-child {
          padding: 0 0 0 15px; }
      .ApCountdown .list-inline li:last-child {
        padding: 0 0 0 15px; }
        .rtl .ApCountdown .list-inline li:last-child {
          padding: 0 15px 0 0; } }
  .ApCountdown .ap-countdown-link a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 4px;
    display: inline-block;
    margin-top: 30px;
    padding: 0;
    color: #2d2d2d;
    background: transparent !important;
    transition: all 0.3s ease; }
    .ApCountdown .ap-countdown-link a i {
      transform: rotate(45deg);
      margin-left: 5px;
      transition: all 0.3s ease; }
    .ApCountdown .ap-countdown-link a:focus, .ApCountdown .ap-countdown-link a:hover {
      color: #13755c; }
      .ApCountdown .ap-countdown-link a:focus i, .ApCountdown .ap-countdown-link a:hover i {
        transform: rotate(90deg); }

.abs-wp .products_block {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  padding: 0 30px;
  text-align: left; }
  .abs-wp .products_block .category-default a {
    margin-bottom: 5px;
    display: block; }

.abs-wi {
  position: relative;
  min-height: 550px;
  object-fit: cover;
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .abs-wi .image_description {
      position: absolute;
      top: 53%;
      transform: translateY(-50%);
      min-height: auto;
      right: auto;
      left: -19%; }
      .rtl .abs-wi .image_description {
        right: -19%;
        left: auto; } }
  @media (max-width: 1199px) {
    .abs-wi .image_description {
      right: 0;
      left: 0;
      text-align: center; }
      .rtl .abs-wi .image_description {
        right: 0;
        left: 0; } }

p.big-text {
  font-size: 310px;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #eee;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1; }
  @media (min-width: 1200px) {
    p.big-text {
      top: -7%;
      left: 14%; }
      .rtl p.big-text {
        right: 14%;
        left: auto; } }
  @media (max-width: 1199px) {
    p.big-text {
      top: 50%;
      transform: translateY(-50%); } }
@media (min-width: 768px) and (max-width: 991px) {
  p.big-text {
    font-size: 200px; } }

  @media (max-width: 767px) {
    p.big-text {
      font-size: 100px; } }

.text-box a,
.text-box-2 a,
.non-reverse a,
.reverse-box a {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 4px;
  display: inline-block;
  margin-top: 30px;
  padding: 0;
  color: #2d2d2d;
  background: transparent !important;
  transition: all 0.3s ease; }
  .text-box a i,
  .text-box-2 a i,
  .non-reverse a i,
  .reverse-box a i {
    transform: rotate(45deg);
    margin-left: 5px;
    transition: all 0.3s ease; }
  .text-box a:focus, .text-box a:hover,
  .text-box-2 a:focus,
  .text-box-2 a:hover,
  .non-reverse a:focus,
  .non-reverse a:hover,
  .reverse-box a:focus,
  .reverse-box a:hover {
    color: #13755c; }
    .text-box a:focus i, .text-box a:hover i,
    .text-box-2 a:focus i,
    .text-box-2 a:hover i,
    .non-reverse a:focus i,
    .non-reverse a:hover i,
    .reverse-box a:focus i,
    .reverse-box a:hover i {
      transform: rotate(90deg); }
@media (max-width: 991px) {
  .text-box a,
  .text-box-2 a,
  .non-reverse a,
  .reverse-box a {
    margin-top: 0; } }

.flex-w {
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1199px) {
    .flex-w {
      padding: 30px 15px; } }
  @media (min-width: 1200px) {
    .flex-w {
      display: flex;
      align-items: center; }
      .flex-w .text-box {
        margin: 0 25%; } }
  .flex-w .text-box h5 {
    color: #2d2d2d;
    text-transform: uppercase; }
  .flex-w .text-box p {
    margin-top: 30px; }

.cat-banner {
  margin-bottom: 0 !important; }
  .cat-banner a {
    display: block; }
  .cat-banner .image_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 15px 50px 75px; }
  .cat-banner h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.4px; }
  .cat-banner h3 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
    color: #fff;
    letter-spacing: -0.75px; }

.text-box-2 .h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize; }
.text-box-2 p {
  color: #888;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px; }
.text-box-2 a {
  font-weight: bold; }
  @media (min-width: 992px) {
    .text-box-2 a {
      margin-top: 50px; } }
@media (min-width: 992px) {
  .text-box-2 {
    padding: 0 15%; } }

.center-title {
  padding-bottom: 30px; }

.has-bgitem {
  position: relative;
  z-index: 0;
  padding-bottom: 35px; }
  .has-bgitem:before, .has-bgitem:after {
    content: '';
    position: absolute;
    display: block;
    z-index: -1; }
  .has-bgitem:before {
    background: url(../../../../assets/img/modules/appagebuilder/img/pattern02.png) no-repeat center center;
    width: 245px;
    height: 316px;
    top: -25%;
    right: auto;
    left: -9px;
    transform: rotate(28deg); }
    .rtl .has-bgitem:before {
      right: -9px;
      left: auto; }
  .has-bgitem:after {
    background: url(../../../../assets/img/modules/appagebuilder/img/pattern03.png) no-repeat center center;
    width: 320px;
    height: 268px;
    bottom: -5%;
    right: -15px;
    left: auto; }
    .rtl .has-bgitem:after {
      right: auto;
      left: -15px; }

.service-item h3 {
  color: #000;
  margin-top: 35px;
  font-weight: 400;
  font-size: 22px; }
.service-item p {
  color: #888;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .service-box {
    padding-top: 40px; } }
.service-item {
  margin-bottom: 0 !important; }

.box-show-more {
  margin-top: 0; }
  .box-show-more a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 4px;
    display: inline-block;
    margin-top: 30px;
    padding: 0;
    color: #2d2d2d;
    background: transparent !important;
    transition: all 0.3s ease; }
    .box-show-more a i {
      transform: rotate(45deg);
      margin-left: 5px;
      transition: all 0.3s ease; }
    .box-show-more a:focus, .box-show-more a:hover {
      color: #13755c; }
      .box-show-more a:focus i, .box-show-more a:hover i {
        transform: rotate(90deg); }
  @media (max-width: 991px) {
    .box-show-more a {
      margin-top: 0; } }

@media (min-width: 992px) {
  .reverse-box {
    display: flex;
    flex-direction: column-reverse; }

  .reverse-box .ApHtml,
  .non-reverse .ApHtml {
    margin: 80px 15%; } }
.out-side {
  text-align: center;
  margin: auto; }
  .out-side a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 4px;
    display: inline-block;
    margin-top: 30px;
    padding: 0;
    color: #2d2d2d;
    background: transparent !important;
    transition: all 0.3s ease; }
    .out-side a i {
      transform: rotate(45deg);
      margin-left: 5px;
      transition: all 0.3s ease; }
    .out-side a:focus, .out-side a:hover {
      color: #13755c; }
      .out-side a:focus i, .out-side a:hover i {
        transform: rotate(90deg); }
  .out-side h3 {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.3px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 0; }

.Apcounter li {
  flex: 1;
  text-align: center;
  padding: 15px; }
.Apcounter ul {
  display: flex;
  align-items: center; }
.Apcounter .numscroller, .Apcounter .counter-suffix {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  color: #000; }
.Apcounter .counter_bottom {
  display: block;
  margin-top: 35px; }
@media (max-width: 767px) {
  .Apcounter ul {
    flex-direction: column; } }

@media (min-width: 768px) {
  .about-wp img {
    width: auto !important; } }
.about-wp .ApImage:nth-child(3) {
  text-align: right;
  display: block;
  margin-top: 100px; }
  @media (min-width: 992px) {
    .about-wp .ApImage:nth-child(3) {
      margin-right: 10%; }
      .rtl .about-wp .ApImage:nth-child(3) {
        margin-left: 10%;
        margin-right: inherit; } }
.about-wp .block.quotes {
  display: block;
  margin: auto;
  background: #fff;
  font-size: 36px;
  line-height: 48px;
  color: #000; }
  @media (min-width: 992px) {
    .about-wp .block.quotes {
      width: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      padding: 60px 80px;
      right: 0; } }
  @media (max-width: 767px) {
    .about-wp .block.quotes {
      font-size: 24px;
      line-height: 36px; } }
.about-wp .person {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 120px;
  border-top: 3px solid;
  display: inline-block;
  margin-top: 30px; }

.blog-w .title_block {
  text-align: center; }

/*# sourceMappingURL=styles.css.map */
