/***************************************************
  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 {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Karantina";
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 8px;
  position: relative;
  margin-bottom: 15px;
  display: inline-block; }
  .title_block:before {
    bottom: -0px;
    width: calc(100% - 7px);
    left: 0;
    height: 5px;
    background-color: #dca44e;
    position: absolute;
    content: ""; }

.sub-title-widget {
  font-size: 60px;
  font-family: "Karantina";
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 992px) {
    .sub-title-widget {
      margin-bottom: 60px; } }
  @media (max-width: 991px) {
    .sub-title-widget {
      font-size: 32px; } }

.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 6 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 6 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 6 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: #E56D6D; }
  .widget-tabs li.active {
    border: 1px solid #dca44e; }
    .widget-tabs li.active a {
      color: #dca44e; }

.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 6 Pro";
    color: #dca44e;
    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 #dca44e;
    -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 .link-primary {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 11px 19px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-top: 34px;
  transition: all 0.3s ease; }
  .latest-blogs .link-primary i {
    padding-left: 5px; }
    .rtl .latest-blogs .link-primary i {
      padding-right: 5px;
      padding-left: inherit; }
  .latest-blogs .link-primary:hover {
    background: #fff;
    color: #dca44e; }
.latest-blogs .blog-image-container {
  overflow: hidden;
  border-radius: 5px;
  position: relative; }
.latest-blogs .blog_img_link img {
  width: 100%;
  object-fit: cover;
  min-height: 390px; }
.latest-blogs .blog-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  min-height: 56px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  margin-bottom: 18px;
  transition: all 0.3s ease; }
  .latest-blogs .blog-title a:hover {
    color: #dca44e; }
.latest-blogs .created {
  position: absolute;
  background: #FFFFFF;
  border-radius: 5px;
  top: 0;
  left: 0;
  margin: 10px;
  width: 50px;
  height: 50px; }
  .latest-blogs .created span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 14px; }
  .latest-blogs .created .b-month {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .latest-blogs .created time.date {
    display: block;
    padding: 10px 0;
    text-align: center; }
.latest-blogs .blog-desc {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px; }
.latest-blogs .blog-meta {
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  color: #999999; }
  .latest-blogs .blog-meta span + span:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #CB8161;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px; }
.latest-blogs .right-block {
  padding: 20px 0px; }
.latest-blogs a.view-more.link-primary {
  background: #EE6C87;
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px; }

/* 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: 0px;
  padding-right: 0px; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

/* 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: #dca44e;
  padding-left: 5px; }
  .rtl .copyright span {
    padding-right: 5px;
    padding-left: inherit; }

.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; }

ul li {
  line-height: 20px; }

.tabs-accordion-container[class*="accordion-"] .accordion-link {
  background: transparent;
  position: relative;
  padding: 9px 40px;
  font-size: 16px;
  border-radius: 0;
  letter-spacing: 5.4px;
  border: 3px solid #e5e5e5;
  font-family: "Karantina";
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  font-weight: 400; }
  .tabs-accordion-container[class*="accordion-"] .accordion-link.active {
    background: #dca44e;
    border: 3px solid #dca44e;
    color: #fff; }

.icon-w {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.location-w {
  z-index: 9999;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .location-w .about-item {
      padding: 50px 0 60px;
      margin-top: -170px; }
    .location-w:before {
      background: rgba(255, 255, 255, 0.2);
      height: 1px;
      width: 100%;
      content: "";
      padding: 0px 1000px;
      overflow: hidden;
      position: absolute;
      display: block !important;
      top: -170px;
      box-sizing: content-box;
      margin-left: -1000px; }
      .rtl .location-w:before {
        margin-right: -1000px;
        margin-left: inherit; } }
  @media (max-width: 991px) {
    .location-w {
      padding: 30px 0; } }

.about-item {
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0 !important; }
  .about-item a {
    color: #fff; }
  @media (max-width: 1199px) {
    .about-item {
      color: #000;
      padding-bottom: 15px; }
      .about-item a {
        color: #000; } }
  .about-item .title_block {
    color: #dca44e;
    margin-bottom: 0;
    display: block; }
    .about-item .title_block:before {
      display: none; }

.text-box-h1 {
  background: #fff url("../../../../assets/img/modules/appagebuilder/img/barbero_patern.png") center center no-repeat; }
  .text-box-h1 > * {
    text-align: left; }
  .text-box-h1 .btn-link {
    color: #000;
    margin-top: 30px; }
  @media (min-width: 992px) {
    .text-box-h1 {
      padding: 100px;
      margin-top: 80px;
      position: relative;
      z-index: 1;
      margin-left: -100px; }
      .text-box-h1 .sub-title-widget {
        margin-bottom: 35px; } }
  @media (max-width: 991px) {
    .text-box-h1 {
      padding: 60px 30px; } }

@media (min-width: 992px) {
  .variant-w {
    display: flex; }
    .variant-w .ApImage {
      position: relative; }
      .variant-w .ApImage .abs-img {
        left: -30%;
        bottom: -10%;
        position: absolute; } }

.liquid-banner-w {
  position: relative;
  pointer-events: auto;
  overflow: hidden; }
  .liquid-banner-w > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    display: block; }
    .liquid-banner-w > a img {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
  .liquid-banner-w:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    background-color: #1C1C1C;
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .3s ease; }
  .liquid-banner-w .image_description {
    text-align: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 35px;
    width: 100%;
    flex-direction: column; }

@media (min-width: 992px) {
  .variant-w-two .ApColumn:nth-child(2n) .ApImage {
    margin-top: 60px; } }
.variant-w-two .ApImage .image_description {
  min-height: 410px; }
.variant-w-two .ApImage:hover:before {
  background-color: #1C1C1CB3; }
.variant-w-two p {
  margin-bottom: 30px; }
.variant-w-two h6 {
  transition: all 0.5s ease;
  color: #dca44e;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px; }
.variant-w-two h2 {
  color: #fff;
  border-color: #fff;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px; }

.text-box-h2 {
  background: #1c1c1c;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
  margin-bottom: 0 !important; }
  .text-box-h2 .block_content {
    max-width: 475px;
    margin-left: auto;
    margin-right: auto; }
    .text-box-h2 .block_content > * {
      text-align: left; }
  .text-box-h2 p {
    color: #999; }
  .text-box-h2 .sub-title-widget {
    font-weight: 400;
    margin-bottom: 35px; }
  .text-box-h2 .sub-title-widget,
  .text-box-h2 .title_block {
    color: #fff; }

@media (min-width: 768px) {
  .variant-w-three .text-box-h2 {
    padding: 60px 20px 60px 175px; } }

@media (min-width: 768px) {
  .variant-w-h2,
  .variant-w-three,
  .variant-w-four {
    display: flex;
    align-items: stretch; }
    .variant-w-h2 .ApColumn,
    .variant-w-three .ApColumn,
    .variant-w-four .ApColumn {
      padding: 0; }
    .variant-w-h2 .block,
    .variant-w-three .block,
    .variant-w-four .block {
      margin-bottom: 0 !important; } }

.testimonial {
  background: #fff url("../../../../assets/img/modules/appagebuilder/img/barbero_patern.png") center center no-repeat;
  margin: 80px 0px 0px 0px;
  position: relative; }
  .testimonial:before {
    content: '';
    background: url("../../../../assets/img/modules/appagebuilder/img/quote.png") center center no-repeat;
    position: absolute;
    top: -83px;
    left: 95px;
    display: block;
    width: 180px;
    height: 129px; }
  .testimonial .descript div {
    font-size: 24px;
    color: black;
    font-style: italic;
    line-height: 1.5;
    order: 1;
    margin-bottom: 80px;
    margin-top: 70px; }
  .testimonial .title {
    font-family: "Karantina";
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 20px;
    color: #000;
    order: 2; }
  .testimonial p.sub-title {
    order: 3; }
  .testimonial .block-carousel-image-container.image {
    display: flex;
    flex-direction: column;
    padding: 95px 95px 90px 95px;
    position: relative; }
    @media (max-width: 767px) {
      .testimonial .block-carousel-image-container.image {
        padding: 95px 30px 90px 30px; } }
  @media (min-width: 992px) {
    .testimonial .owl-theme .owl-buttons div {
      border-radius: 0;
      width: 80px;
      height: 80px;
      line-height: 80px;
      background-color: #000;
      color: #fff;
      border: none;
      text-align: center;
      display: block;
      position: static;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
      .testimonial .owl-theme .owl-buttons div::before {
        width: 80px;
        height: 80px;
        line-height: 80px;
        color: #fff;
        font-size: 16px; }
      .testimonial .owl-theme .owl-buttons div:hover {
        background: #dca44e; }
    .testimonial .owl-buttons {
      position: absolute;
      bottom: 23px;
      right: -65px;
      z-index: 9; } }
  .testimonial.type-two {
    background: #fff url("../../../../assets/img/modules/appagebuilder/img/barbero-pattern-09.png") center center repeat;
    margin: 0; }
    .testimonial.type-two:before {
      display: none; }
    .testimonial.type-two .block_content {
      text-align: center;
      max-width: 767px;
      margin: auto; }
    .testimonial.type-two .descript {
      font-size: 30px;
      font-weight: 400;
      font-style: italic;
      line-height: 36px;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .testimonial.type-two .descript {
          font-size: 20px;
          padding: 0 15px; } }
    .testimonial.type-two .block-carousel-image-container.image {
      padding: 0 0 10px; }
    .testimonial.type-two .owl-buttons {
      position: static; }

.variant-w-four .ApImage {
  position: relative; }
  .variant-w-four .ApImage .abs-img-right {
    bottom: -35%;
    right: -29%;
    position: absolute; }

.align-left * {
  text-align: left !important; }

.variant-w-five .btn-show {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .variant-w-five .btn-show:hover {
    background: #dca44e;
    color: #fff; }
    .variant-w-five .btn-show:hover ~ .button-icon {
      opacity: 1;
      transform: scaleX(1); }
.variant-w-five .ApImage {
  position: relative; }
  .variant-w-five .ApImage p {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
    font-family: "Karantina"; }
  .variant-w-five .ApImage .button-icon {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    bottom: 60px;
    right: 0px;
    left: auto;
    transform: scaleX(0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99; }
    .rtl .variant-w-five .ApImage .button-icon {
      right: auto;
      left: 0px; }
    .variant-w-five .ApImage .button-icon a {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      color: #000;
      width: 40px;
      height: 40px;
      margin-top: 5px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .variant-w-five .ApImage .image_description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 0; }
  .variant-w-five .ApImage:not(.join-team):before {
    content: "";
    position: absolute;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  .variant-w-five .ApImage:not(.join-team):hover:before {
    background-color: #02010100; }
  .variant-w-five .ApImage.join-team .image_description {
    justify-content: flex-end;
    gap: 30px;
    align-items: center; }
    .variant-w-five .ApImage.join-team .image_description p {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 1; }

.join-team {
  background: #fff url("../../../../assets/img/modules/appagebuilder/img/barbero_patern.png") center center no-repeat;
  padding: 30px 40px 30px 40px;
  border: 6px solid #dca44e;
  min-height: 300px; }
  .join-team img {
    display: flex; }
  .join-team h4 {
    font-family: "Karantina";
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 45px;
    color: #000; }
  .join-team a {
    display: block;
    line-height: 40px;
    color: #fff;
    background-color: #dca44e;
    color: #000;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .join-team a:hover {
      transform: rotate(90deg); }

@media (min-width: 992px) {
  .rotate-text {
    position: absolute;
    width: auto;
    text-align: center;
    top: 50%;
    left: 10px;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
    .rotate-text .title_block {
      font-size: 20px;
      font-weight: 400;
      color: #dca44e; }
      .rotate-text .title_block:before {
        display: none; }
    .rotate-text a {
      font-size: 44px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 4px;
      font-family: "Karantina"; } }
#index .contact-form {
  max-width: 850px;
  margin: auto; }
  #index .contact-form .sub-title-widget {
    display: none; }

.banner-variant-wr h6 {
  color: #dca44e;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: all 0.3 ease-in-out;
  margin-bottom: 15px; }
.banner-variant-wr h2 {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 30px;
  color: #fff; }
.banner-variant-wr .image_description {
  min-height: 375px; }
.banner-variant-wr:hover h6 {
  letter-spacing: 2px; }
@media (min-width: 576px) {
  .banner-variant-wr .half-part {
    width: calc((100% / 2) - 15px);
    float: left; }
    .banner-variant-wr .half-part.left {
      margin-right: 15px; }
      .rtl .banner-variant-wr .half-part.left {
        margin-left: 15px;
        margin-right: inherit; }
    .banner-variant-wr .half-part.right {
      margin-left: 15px; }
      .rtl .banner-variant-wr .half-part.right {
        margin-right: 15px;
        margin-left: inherit; } }
.banner-variant-wr .half-part .image_description {
  min-height: 375px; }
.banner-variant-wr .half-part img {
  height: 100% !important;
  object-fit: cover; }
.banner-variant-wr .clearfix {
  clear: left; }
  .banner-variant-wr .clearfix .image_description {
    min-height: 375px; }
  .banner-variant-wr .clearfix img {
    height: 100% !important;
    object-fit: cover; }
.banner-variant-wr .set-height-larger .image_description {
  min-height: 780px; }
.banner-variant-wr .set-height-larger img {
  height: 100% !important;
  object-fit: cover; }
.banner-variant-wr .liquid-banner-w {
  overflow: hidden; }
  .banner-variant-wr .liquid-banner-w:before {
    background-color: #0000005C; }

.text-box-h3 {
  max-width: 460px; }
  .text-box-h3 p {
    color: #000;
    font-size: 18px;
    font-weight: 300; }
  .text-box-h3 p.quote {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 40px; }
  .text-box-h3 .block_content > * {
    text-align: left; }

.widget-icon-box {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  max-width: 470px; }
  .widget-icon-box img {
    flex: 0 0 64px; }
  .widget-icon-box h3 {
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase; }
  .widget-icon-box .sub-title-widget {
    margin-bottom: 35px; }

.text-box-h4 {
  text-align: center;
  background: #fff url("../../../../assets/img/modules/appagebuilder/img/barbero_patern-2.png") center center no-repeat;
  padding: 60px 30px 60px 30px; }
  @media (min-width: 992px) {
    .text-box-h4 {
      margin: 80px 0px 0px -100px;
      padding: 60px 95px 60px 95px;
      position: relative;
      z-index: 1; } }
  .text-box-h4 .sub-title-widget {
    margin-top: 20px; }
  .text-box-h4 ul li {
    display: flex;
    justify-content: space-between;
    font-family: "Karantina";
    font-size: 24px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 0 0 17px;
    border-bottom: 4px dotted #02010124;
    margin-bottom: 20px; }
  .text-box-h4 span {
    color: #dca44e; }
  .text-box-h4 h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase; }
  .text-box-h4 .info-contact h4.title_block {
    margin-top: 10px; }
    .text-box-h4 .info-contact h4.title_block:before {
      display: none; }
  .text-box-h4 a {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Karantina";
    display: block;
    color: #dca44e; }

.static-bio.variant-w-five .ApImage .image_description {
  position: static;
  display: block; }
.static-bio.variant-w-five .ApImage p.name {
  color: #000; }
.static-bio.variant-w-five .ApImage p:not([class]) {
  font-size: 18px;
  font-style: italic;
  text-transform: capitalize;
  color: #DCA44E;
  margin-bottom: 0;
  line-height: 24px;
  font-family: "Zilla Slab"; }
.static-bio .abs-wr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 0; }
.static-bio .static-wr {
  position: absolute;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 2px solid #efefef;
  width: 100%;
  text-align: left; }
  .static-bio .static-wr:after {
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 0;
    display: block;
    position: absolute;
    background-color: #dca44e; }
  .static-bio .static-wr:hover:after {
    width: 100%; }
.static-bio .ApImage {
  margin-bottom: 131px !important; }

.product-wr-h2 .ApHtml * {
  text-align: left;
  color: #fff; }
  .rtl .product-wr-h2 .ApHtml * {
    text-align: right; }
.product-wr-h2 .ApTabs .nav-item .nav-link,
.product-wr-h2 .ApTabs .nav-item .nav-separtor {
  color: #fff; }
.product-wr-h2 .nav-tabs {
  padding-bottom: 40px; }
  .product-wr-h2 .nav-tabs .nav-item + .nav-item {
    margin-left: 15px; }
    .rtl .product-wr-h2 .nav-tabs .nav-item + .nav-item {
      margin-right: 15px;
      margin-left: inherit; }
.product-wr-h2 .thumbnail-container {
  border-bottom: 2px dotted #666; }
  .product-wr-h2 .thumbnail-container .product-title a {
    color: #fff; }

.image-box-content {
  text-align: center;
  padding: 95px 30px 115px 30px;
  background: url("../../../../assets/img/modules/appagebuilder/img/barbero-bg.jpg") center center repeat; }
  .image-box-content > img,
  .image-box-content > .image_description {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto; }
  .image-box-content .title-widget {
    margin-top: 45px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Karantina";
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1; }
  .image-box-content .btn-link {
    border: 3px solid #dca44e;
    margin-top: 15px;
    color: #000; }

.count-wr .ApImage {
  text-align: center; }
.count-wr .counter-number {
  font-family: "Karantina";
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  color: #dca44e;
  margin-top: 20px; }
.count-wr .counter-title {
  font-size: 18px;
  font-style: italic;
  line-height: 2.5; }

.h3-style-wrap .liquid-banner-w:before {
  display: none; }
.h3-style-wrap .liquid-banner-w > a {
  position: static; }
.h3-style-wrap .liquid-banner-w .image_description {
  right: auto;
  left: 30px;
  display: block;
  text-align: left; }
  .rtl .h3-style-wrap .liquid-banner-w .image_description {
    right: 30px;
    left: auto; }
.h3-style-wrap .liquid-banner-w:hover {
  box-shadow: 0px 0px 0px 8px #dca44e inset; }
.h3-style-wrap h6 {
  transition: all 3s ease;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #dca44e; }
  .h3-style-wrap h6:hover {
    letter-spacing: 2px; }
.h3-style-wrap h2 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 15px; }

.type-three .title-ap-group, .type-three .sub-title-ap-group {
  color: #fff; }
.type-three.variant-w-five .ApImage:not(.join-team):before {
  background: transparent; }
.type-three p.name {
  color: #000; }
.type-three p:not([class]) {
  font-size: 18px;
  font-style: italic;
  text-transform: capitalize;
  color: #DCA44E;
  margin-bottom: 0;
  line-height: 24px;
  font-family: "Zilla Slab"; }
.type-three .static-wr {
  width: calc(100% - 70px);
  padding: 30px;
  margin-top: -70px;
  background-color: #fff; }
.type-three.variant-w-five .ApImage .image_description {
  position: static; }
.type-three .abs-wr {
  position: absolute;
  bottom: 79px;
  left: auto;
  right: 30px;
  padding: 0;
  text-align: left; }
  .rtl .type-three .abs-wr {
    text-align: right; }

.text-wr-top .block_content {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    .text-wr-top .block_content {
      flex-direction: column;
      justify-content: flex-start; } }
.text-wr-top .s-text {
  font-family: "Karantina";
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  font-weight: 600; }
.text-wr-top .big-text {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  font-family: "Karantina";
  text-transform: uppercase;
  color: #dca44e; }
.text-wr-top .left-side > * {
  text-align: left; }
.text-wr-top .right-side > * {
  text-align: right; }

@media (min-width: 992px) {
  .variant-super-wrap {
    position: relative; }
    .variant-super-wrap:before {
      content: "";
      background: url("../../../../assets/img/modules/appagebuilder/img/home4_03.png") bottom right no-repeat;
      display: block;
      position: absolute;
      bottom: 0;
      right: -18%;
      z-index: 99999;
      width: 604px;
      height: 544px; }
    .variant-super-wrap .ApImage {
      padding-bottom: 30px; } }

.gallery-slide .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
.gallery-slide .ApImage {
  position: relative;
  overflow: hidden; }
.gallery-slide .ApImage:before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  content: "";
  height: 100%;
  width: calc(100% - 30px);
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 1; }
.gallery-slide .content > * {
  color: #fff; }
.gallery-slide h4.title_block {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #dca44e; }
  .gallery-slide h4.title_block:before {
    display: none; }
.gallery-slide .sub-title-widget {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 20px;
  color: #fff; }

.pb-90 {
  padding-bottom: 20px; }

.pt-120 {
  padding-top: 50px; }

.pb-120 {
  padding-bottom: 50px; }

@media (min-width: 768px) {
  .pb-90 {
    padding-bottom: 90px; }

  .pt-120 {
    padding-top: 120px; }

  .pb-120 {
    padding-bottom: 120px; } }
#module-leoblog-blog .category-cover img,
#product .category-cover img {
  max-height: 300px;
  min-height: 200px; }

.cover-wrap h1.h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  color: #FFFFFF;
  font-family: "Karantina";
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%); }
  @media (max-width: 991px) {
    .cover-wrap h1.h1 {
      font-size: 30px; } }

.price-list li {
  display: flex;
  justify-content: space-between;
  flex: 0 0 48%;
  text-align: left;
  border-bottom: 3px dotted  #eee; }
.price-list ul {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .price-list ul {
      display: flex;
      flex-wrap: wrap;
      gap: 30px; } }
.price-list h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px; }
.price-list p {
  font-size: 18px; }
.price-list .service-price {
  font-family: "Karantina";
  font-size: 30px;
  color: #dca44e;
  line-height: 32px; }
@media (max-width: 767px) {
  .price-list li {
    margin-bottom: 15px; } }
.price-list.one-col ul {
  display: block !important; }
.price-list.one-col li {
  margin-bottom: 15px; }

.about-w {
  text-align: center; }
  .about-w h4 {
    font-family: "Karantina";
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 1px; }

@media (min-width: 1200px) {
  body#index {
    width: calc(100vw - 60px);
    margin: 30px auto 0; } }
.has-box img {
  min-height: 380px;
  object-fit: cover; }

.Apcounter {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto; }
  .Apcounter .numscroller {
    font-size: 36px;
    font-weight: 700;
    font-family: "Karantina";
    color: #dca44e;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .Apcounter .numscroller {
        font-size: 60px; } }
  .Apcounter span.counter-suffix {
    display: none; }
  .Apcounter ul {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: center; }
    @media (min-width: 1200px) {
      .Apcounter ul {
        gap: 60px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .Apcounter ul {
    gap: 30px; } }

    @media (max-width: 767px) {
      .Apcounter ul {
        flex-direction: column; } }
  .Apcounter .counter_bottom p {
    color: #FFFFFF;
    font-size: 18px;
    font-style: italic;
    line-height: 50px; }

.text-bottom-wrap {
  text-align: center; }
  .text-bottom-wrap * {
    color: #fff; }

.icon-w svg.icon {
  cursor: pointer; }

.text-box-h2 .btn-link {
  color: #fff;
  border: 3px solid; }

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