/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/*mixin custom */
/*default search */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
#index #content-wrapper .ApRow .block {
  margin-bottom: 30px; }
.ApRow .title_block {
  color: #30373E;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: -0.02em; }
  @media (max-width: 991px) {
    .ApRow .title_block {
      font-size: 35px; } }
  .small-title .ApRow .title_block {
    font-size: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500; }
  #index #content-wrapper .ApRow .title_block {
    margin: 0 0 30px; }
  #index #content-wrapper .title-left .ApRow .title_block {
    text-align: left;
    text-transform: inherit; }
.ApRow .sub-title-widget {
  color: #535353;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 55px; }
  .ApRow .sub-title-widget.sub-title-ap-column, .ApRow .sub-title-widget.sub-title-ap-group {
    color: #DAA14C !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.24em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .ApRow .sub-title-widget.sub-title-ap-group {
    padding: 0px 15px; }

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

.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;
  margin-top: 0.3125rem;
  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; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in,
      .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 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 {
    color: green; }
    .alert.alert-success:before {
      content: "\f00c"; }
    .alert.alert-success ul {
      margin-bottom: 0px; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    color: #E56D6D; }
    .alert.alert-warning:before {
      content: "\f071"; }
    .alert.alert-warning ul {
      margin-bottom: 0px; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
    .alert.alert-info ul {
      margin-bottom: 0px; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    color: #E56D6D; }
    .alert.alert-danger:before {
      content: "\f00d"; }
    .alert.alert-danger ul {
      margin-bottom: 0px; }

/* 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;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane,
.tab-content .pill-pane,
.pill-content .tab-pane,
.pill-content .pill-pane {
  display: none; }
.tab-content .active,
.pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #dedede; }
  .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: #dedede;
        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 #dedede #dedede #dedede; }

.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 #dedede; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #dedede;
    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 #dedede #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a,
  .tabs-left .nav-tabs .active > a:hover,
  .tabs-left .nav-tabs .active > a:focus {
    border-color: #dedede transparent #dedede #dedede;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #dedede; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #dedede;
    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 #dedede; }
  .tabs-right .nav-tabs .active > a,
  .tabs-right .nav-tabs .active a:hover,
  .tabs-right .nav-tabs .active a:focus {
    border-color: #dedede #dedede #dedede transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #535353; }
  .widget-tabs li.active {
    border: 1px solid #DAA14C; }
    .widget-tabs li.active a {
      color: #DAA14C; }

.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: "FontAwesome";
    color: #DAA14C;
    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: 30px; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent; }
  .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;
    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%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .box-show-more a {
    clear: both;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    border: 1px solid #000000; }
    .box-show-more a:hover {
      color: #DAA14C;
      border: 1px solid #DAA14C; }
      .box-show-more a:hover::after {
        color: #DAA14C;
        padding-left: 15px;
        transition: all 0.3s ease-in; }
        .rtl .box-show-more a:hover::after {
          padding-right: 15px;
          padding-left: inherit; }
    .box-show-more a .fa {
      margin-left: 0.3125rem; }
      .rtl .box-show-more a .fa {
        margin-right: 0.3125rem;
        margin-left: inherit; }
    .box-show-more a::after {
      content: '\279C';
      padding-left: 5px;
      transition: all 0.3s ease-in; }
      .rtl .box-show-more a::after {
        padding-right: 5px;
        padding-left: inherit; }
  .box-show-more.open a {
    display: block;
    background-color: transparent; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.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 #dedede; }
  .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 #dedede;
  -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 #DAA14C;
    -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
*/
/**
* Slide home1
*/
.button-slide {
  padding: 13px 40px;
  background-color: #FFFFFF;
  color: #30373E;
  font-weight: 800 !important;
  letter-spacing: 0.11em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 100px; }
  .button-slide::after {
    content: '\f178';
    font-size: 15px;
    font-weight: bold !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button-slide::after {
      padding-right: 10px !important;
      padding-left: inherit; }
    .rtl .button-slide::after {
      padding-left: 0px !important;
      padding-right: inherit; }
  .button-slide:hover {
    background-color: #DAA14C;
    color: #FFFFFF; }
    .button-slide:hover::after {
      color: #FFFFFF;
      transition: all 0.3s ease-in; }

.button1-slide {
  padding: 13px 40px;
  background-color: #DAA14C;
  color: #FFFFFF;
  font-weight: 800 !important;
  letter-spacing: 0.11em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 100px; }
  .button1-slide::after {
    content: '\f178';
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 0px !important;
    transition: all 0.3s ease-in;
    font-family: "Font Awesome 5 Pro"; }
    .rtl .button1-slide::after {
      padding-right: 10px !important;
      padding-left: inherit; }
    .rtl .button1-slide::after {
      padding-left: 0px !important;
      padding-right: inherit; }
  .button1-slide:hover {
    background-color: #30373E; }
    .button1-slide:hover .caption-contain {
      color: #FFFFFF; }
    .button1-slide:hover::after {
      color: #FFFFFF;
      transition: all 0.3s ease-in; }

/**
* End slide home1
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  transition: all .4s; }
  .manufacturers_block img:hover {
    opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50); }

/*
  Widget Category Image
*/
@media (max-width: 768px) {
  .category-block-h2 .widget-category_image {
    margin-bottom: 70px !important; } }
.widget-category_image li {
  position: relative; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }
.widget-category_image .cate_content img {
  width: 100%; }
.widget-category_image .view_all {
  display: none; }
.widget-category_image ul {
  margin-bottom: 0; }
.widget-category_image .cover-img {
  display: block; }
.widget-category_image .wr-text {
  color: #30373E;
  text-align: center; }
  .position-left .widget-category_image .wr-text {
    min-width: 200px;
    width: auto;
    bottom: 50px;
    left: 50px;
    right: auto; }
  .widget-category_image .wr-text .cate-name {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #30373E;
    font-weight: 600;
    padding-top: 20px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .widget-category_image .wr-text .cate-name {
        font-size: 14px; } }
  .widget-category_image .wr-text .leo-qty {
    display: block;
    width: 100%;
    padding: 11px 10px;
    color: #000000; }
.widget-category_image:hover .wr-text .cate-name {
  color: #DAA14C; }

.category-block-h2 {
  margin-bottom: 40px; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0; }
  .latest-blogs .blog-container {
    position: relative; }
  .latest-blogs .right-block {
    text-align: left;
    padding: 20px 0px 0px; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    overflow: hidden;
    position: relative; }
    .latest-blogs .blog-image-container img {
      transition: all 0.5s ease-in-out;
      object-fit: cover; }
    .latest-blogs .blog-image-container:hover a img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -moz-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      -o-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1);
      transition: all 0.5s ease-in-out; }
  .latest-blogs .blog-title {
    margin-bottom: 10px; }
    .latest-blogs .blog-title a {
      font-size: 24px;
      line-height: 28px;
      font-weight: 600;
      letter-spacing: -0.01em;
      color: #30373E;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .latest-blogs .blog-title a:hover {
        color: #DAA14C; }
  .latest-blogs .cat a {
    font-size: 14px; }
  .latest-blogs .blog-desc {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 15px;
    margin-bottom: 20px; }
  .latest-blogs .blog-viewall .btn {
    background: #111;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 20px;
    border: 0; }
    .latest-blogs .blog-viewall .btn:hover {
      background: #DAA14C; }
  @media (max-width: 991px) {
    .latest-blogs .direction {
      margin-left: -27px;
      left: 50%;
      top: -60px;
      width: 55px; }
      .rtl .latest-blogs .direction {
        margin-right: -27px;
        margin-left: inherit; }
      .rtl .latest-blogs .direction {
        right: 50%;
        left: auto; }
      .latest-blogs .direction .icon-prev,
      .latest-blogs .direction .icon-next {
        margin-left: -15px; }
        .rtl .latest-blogs .direction .icon-prev, .rtl
        .latest-blogs .direction .icon-next {
          margin-right: -15px;
          margin-left: inherit; } }
  .latest-blogs .carousel-control {
    top: 45px; }
    @media (min-width: 1070px) {
      .latest-blogs .carousel-control {
        top: 32px; } }
    .latest-blogs .carousel-control .icon-prev,
    .latest-blogs .carousel-control .icon-next {
      background: #111;
      width: 25px;
      height: 25px;
      line-height: 25px; }
      .latest-blogs .carousel-control .icon-prev:before,
      .latest-blogs .carousel-control .icon-next:before {
        color: #fff; }
      .latest-blogs .carousel-control .icon-prev:hover,
      .latest-blogs .carousel-control .icon-next:hover {
        background: #DAA14C; }
  .latest-blogs .blog-meta > span {
    margin-right: 30px; }
    .rtl .latest-blogs .blog-meta > span {
      margin-left: 30px;
      margin-right: inherit; }
    .latest-blogs .blog-meta > span i {
      color: #DAA14C; }
  .latest-blogs .blog-meta .cat {
    margin-right: 0px;
    color: #999999; }
    .rtl .latest-blogs .blog-meta .cat {
      margin-left: 0px;
      margin-right: inherit; }
    .latest-blogs .blog-meta .cat .icon-list {
      display: none; }
    .latest-blogs .blog-meta .cat a {
      position: absolute;
      top: 12px;
      left: 12px;
      background-color: #000000;
      padding: 4px 10px;
      border-radius: 5px;
      font-size: 12px;
      line-height: 20px;
      color: #FFFFFF; }
      .rtl .latest-blogs .blog-meta .cat a {
        right: 12px;
        left: auto; }
      .latest-blogs .blog-meta .cat a:hover {
        background-color: #DAA14C; }
  .latest-blogs .blog-meta .author {
    color: #000000; }
    .latest-blogs .blog-meta .author .icon-author {
      padding-right: 5px;
      color: #999999; }
      .rtl .latest-blogs .blog-meta .author .icon-author {
        padding-left: 5px;
        padding-right: inherit; }
  .latest-blogs .blog-meta .created .date {
    color: #999999; }
  .latest-blogs .date_author {
    font-size: 12px;
    cursor: pointer; }
    .latest-blogs .date_author .author {
      margin-left: 10px; }
      .rtl .latest-blogs .date_author .author {
        margin-right: 10px;
        margin-left: inherit; }
  .latest-blogs .read-more a {
    color: #30373E;
    font-size: 12px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.3s ease-in;
    border-bottom: 2px solid #DAA14C;
    letter-spacing: 0.11em; }
    .latest-blogs .read-more a:hover {
      color: #DAA14C;
      transition: 0.3s ease-in; }

/* Instagram Block */
.instagram-block .owl-item {
  padding: 0; }
  .instagram-block .owl-item a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%; }
    .instagram-block .owl-item a:before {
      content: "\f16d";
      font-family: "FontAwesome";
      font-size: 17px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin-top: -10px;
      margin-left: -10px;
      text-align: center;
      z-index: 2;
      color: #fff;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -moz-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -ms-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .instagram-block .owl-item a:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.2);
      content: "";
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -moz-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -ms-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      z-index: 1; }
    .instagram-block .owl-item a:hover:before {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .instagram-block .owl-item a:hover:after {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
    .instagram-block .owl-item a img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }
.instagram-block .link-instagram {
  margin: 0;
  display: none; }
.instagram-block .owl-controls .owl-pagination {
  text-align: center;
  margin-top: 20px; }

/* ApCountdown block widget */
.ApCountdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px; }
  .ApCountdown ul {
    margin-bottom: 0;
    display: flex; }
    .ApCountdown ul li {
      position: relative;
      display: inline-block;
      text-align: center;
      padding: 3px 7px;
      background-color: #FFE501;
      min-width: 60px;
      margin-right: 20px;
      color: #000000;
      border-radius: 5px; }
      .rtl .ApCountdown ul li {
        margin-left: 20px;
        margin-right: inherit; }
      @media (max-width: 480px) {
        .ApCountdown ul li {
          margin-right: 7px;
          margin-bottom: 5px;
          padding: 7px;
          min-width: 60px; }
          .rtl .ApCountdown ul li {
            margin-left: 7px;
            margin-right: inherit; } }
      .ApCountdown ul li::after {
        content: ":";
        color: #FFFFFF;
        font-size: 20px;
        position: absolute;
        right: -20%; }
        .rtl .ApCountdown ul li::after {
          left: -20%;
          right: auto; }
        @media (max-width: 480px) {
          .ApCountdown ul li::after {
            right: -10%; }
            .rtl .ApCountdown ul li::after {
              left: -10%;
              right: auto; } }
      .ApCountdown ul li:last-child {
        margin-right: 0px; }
        .rtl .ApCountdown ul li:last-child {
          margin-left: 0px;
          margin-right: inherit; }
      .ApCountdown ul li b {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500; }
      .ApCountdown ul li span {
        display: block;
        line-height: 26px;
        font-weight: 400;
        font-size: 11px;
        text-transform: uppercase;
        display: none; }
        @media (max-width: 480px) {
          .ApCountdown ul li span {
            font-size: 10px; } }
      .ApCountdown ul li:last-child:after {
        display: none; }
  .ApCountdown p {
    margin-bottom: 0;
    font-size: 16px;
    color: #111; }

/*Image block widget */
.ApImage {
  position: relative;
  overflow: hidden;
  transition: 0.7s all; }
  .ApImage img {
    transition: 0.7s all;
    position: relative;
    overflow: hidden; }
  .ApImage:hover img {
    transform: scale(1.15);
    transition: 0.7s all; }
  .ApImage .image_description {
    position: absolute; }
  .ApImage img {
    max-width: 100%; }
  .ApImage > a:before, .ApImage > a:after {
    position: absolute;
    content: "";
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -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; }
  .ApImage > a:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1); }
  .ApImage > a:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  .ApImage:hover > a:before, .ApImage:hover > a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  .ApImage:hover > a img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -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; }
  .ApImage .price-banner {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000; }
    .ApImage .price-banner.old-price-banner {
      color: #DAA14C;
      text-decoration: line-through;
      margin-left: 10px; }
      .rtl .ApImage .price-banner.old-price-banner {
        margin-right: 10px;
        margin-left: inherit; }
  .ApImage .disc_banner {
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px; }
    .ApImage .disc_banner span {
      padding: 3px 10px;
      display: inline-block;
      border-radius: 4px; }
    .ApImage .disc_banner.color_bgyellow span {
      background: #f7c162;
      color: #000000; }
    .ApImage .disc_banner.color-lred span {
      color: #FFFFFF;
      background: #ff5740; }
  .box-banner .ApImage .color-red-orange {
    color: #ffd2ba;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif; }
  .ApImage h2 {
    font-size: 74px;
    color: #fff;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif; }
    @media (max-width: 980px) {
      .ApImage h2 {
        font-size: 45px; } }
  .ApImage h3 {
    font-size: 50px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFFFFF; }
    @media (max-width: 980px) {
      .ApImage h3 {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .ApImage h3 {
        font-size: 27px; } }
    @media (max-width: 479px) {
      .ApImage h3 {
        font-size: 16px; } }
    .font-h36 .ApImage h3 {
      font-size: 36px; }
      @media (max-width: 980px) and (min-width: 768px) {
        .font-h36 .ApImage h3 {
          font-size: 30px; } }
      @media (max-width: 479px) {
        .font-h36 .ApImage h3 {
          font-size: 20px; } }
    .ApImage h3.black {
      color: #555555; }
      .ApImage h3.black strong {
        color: #000; }
    .ApImage h3.slightly-orange {
      color: #bc9971; }
    .ApImage h3.regal-blue strong {
      color: #0f3b55; }
  .ApImage .white {
    color: #fff; }
  .ApImage .btn {
    background: #fff;
    border-radius: 4px;
    color: #000000;
    border: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px; }
    @media (min-width: 990px) {
      .ApImage .btn {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .ApImage .btn {
        padding: 8px 10px; } }
  .ApImage .btn-b3 {
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    color: #000; }
    .ApImage .btn-b3.slightly-orange {
      color: #bc9971; }
    .ApImage .btn-b3:hover {
      color: #DAA14C; }
  .box-banner .ApImage p {
    color: #FFFFFF; }
    @media (max-width: 768px) {
      .box-banner .ApImage p {
        margin-bottom: 5px; } }
    @media (max-width: 479px) {
      .box-banner .ApImage p {
        font-size: 13px; } }
    @media (max-width: 768px) {
      .mobile-padding-small .box-banner .ApImage p {
        margin-bottom: 8px; } }
  .ApImage p span {
    text-transform: uppercase;
    font-size: 14px; }
    .ApImage p span.red {
      color: #ef3636; }
  .left-100 .ApImage .image_description {
    left: 100px; }
    .rtl .left-100 .ApImage .image_description {
      right: 100px;
      left: auto; }
    .left-100 .ApImage .image_description.not-rtl-text .left-100 .ApImage .image_description {
      left: 100px !important;
      right: inherit !important; }
    @media (max-width: 768px) {
      .left-100 .ApImage .image_description {
        left: 50px; }
        .rtl .left-100 .ApImage .image_description {
          right: 50px;
          left: auto; }
        .left-100 .ApImage .image_description.not-rtl-text .left-100 .ApImage .image_description {
          left: 70px !important;
          right: inherit !important; } }
  .left-50 .ApImage .image_description {
    left: 50px; }
    .rtl .left-50 .ApImage .image_description {
      right: 50px;
      left: auto; }
  .right-50 .ApImage .image_description {
    right: 50px; }
    .rtl .right-50 .ApImage .image_description {
      left: 50px;
      right: auto; }
  .box-banner .ApImage .image_description {
    position: absolute;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.875em;
    z-index: 99; }
  .text-center .ApImage .image_description {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 1200px) and (min-width: 992px) {
      .text-center .ApImage .image_description {
        left: 60%; } }
  .text-center-top .ApImage .image_description {
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .ApImage.right-50 .image_description {
    right: 50px; }
    .rtl .ApImage.right-50 .image_description {
      left: 50px;
      right: auto; }
    .not-rtl-text .ApImage.right-50 .image_description {
      right: 70px !important;
      left: inherit !important; }
  .grey-text .ApImage p {
    color: #969696; }
  .ApImage.left-50 .image_description {
    left: 50px; }
    .rtl .ApImage.left-50 .image_description {
      right: 50px;
      left: auto; }
    .not-rtl-text .ApImage.left-50 .image_description {
      left: 50px !important;
      right: inherit !important; }

.not-rtl-text.left-100 .ApImage .image_description {
  left: 100px !important;
  right: inherit !important; }
  @media (max-width: 768px) {
    .not-rtl-text.left-100 .ApImage .image_description {
      left: 50px !important;
      right: inherit !important; } }

.btn-outline,
.btn,
.btn-primary {
  padding: 9px 40px;
  background-color: #30373E;
  color: #FFFFFF;
  font-weight: 800;
  align-items: center;
  border-radius: 100px;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .btn-outline:hover,
  .btn:hover,
  .btn-primary:hover {
    background-color: #DAA14C;
    text-decoration: none;
    color: #FFFFFF; }

/*load more */
.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; }

/* List product size */
.product-attr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  min-height: 20px; }
  .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: 5px; }
  .rtl .product-attr li:not(:last-child) {
    margin-left: 5px;
    margin-right: inherit; }

.faq-box-top {
  margin-bottom: 60px; }

@media (min-width: 1200px) {
  .faq-box-top .ApColumn:nth-child(1),
  .faq-box-bot .ApColumn:nth-child(1) {
    padding-right: 80px; }
    .rtl .faq-box-top .ApColumn:nth-child(1), .rtl
    .faq-box-bot .ApColumn:nth-child(1) {
      padding-left: 80px;
      padding-right: inherit; } }
.faq-box-top .ApColumn .block,
.faq-box-bot .ApColumn .block {
  margin-bottom: 0; }

.img-faq {
  position: relative; }
  .img-faq .image_description {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    max-width: 250px; }
    .img-faq .image_description h2 {
      font-size: 30px;
      line-height: 40px;
      font-weight: 600;
      margin-bottom: 20px; }
    .img-faq .image_description p {
      line-height: 24px;
      margin-bottom: 20px; }
    .img-faq .image_description a {
      font-size: 12px;
      line-height: 30px;
      padding: 9px 47px;
      background-color: #f58948;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 600;
      color: #FFFFFF; }

.faq-question-headings {
  padding-bottom: 30px; }
  .faq-question-headings img {
    float: left; }
    .rtl .faq-question-headings img {
      float: right; }
  .faq-question-headings .content {
    display: inline-block;
    padding-left: 25px; }
    .rtl .faq-question-headings .content {
      padding-right: 25px;
      padding-left: inherit; }
    .faq-question-headings .content span {
      font-size: 12px;
      font-weight: 600;
      display: inline-block;
      font-family: "Plus Jakarta Sans", sans-serif;
      margin-bottom: 7px;
      text-transform: uppercase; }
    .faq-question-headings .content h3 {
      font-size: 36px;
      line-height: 40px;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .faq-question-headings .content h3 {
          font-size: 26px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        .faq-question-headings .content h3 {
          font-size: 20px;
          line-height: 26px; } }

.wr-question {
  border-top: 1px solid #dedede;
  text-align: left; }
  .rtl .wr-question {
    text-align: right; }
  .wr-question:last-child {
    border-bottom: 1px solid #dedede; }
  .wr-question .question-title {
    padding: 15px 0; }
    .wr-question .question-title h5 {
      margin-bottom: 0; }
    .wr-question .question-title a {
      font-size: 18px;
      font-weight: 600;
      color: #000000;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      @media (max-width: 575px) {
        .wr-question .question-title a {
          font-size: 14px; } }
      .wr-question .question-title a:before {
        content: '\f056';
        font-family: "FontAwesome";
        font-size: 25px;
        padding-right: 30px;
        vertical-align: -3px;
        color: #DAA14C;
        float: left; }
        .rtl .wr-question .question-title a:before {
          padding-left: 30px;
          padding-right: inherit; }
        .rtl .wr-question .question-title a:before {
          float: right; }
        @media (max-width: 767px) {
          .wr-question .question-title a:before {
            padding-right: 10px; }
            .rtl .wr-question .question-title a:before {
              padding-left: 10px;
              padding-right: inherit; } }
      .wr-question .question-title a.collapsed:before {
        content: '\f055';
        color: #b3bdd1; }
  .wr-question .question-content {
    padding: 0px 40px 50px 60px;
    line-height: 30px; }
    .rtl .wr-question .question-content {
      padding: 0px 60px 50px 40px; }
    @media (max-width: 767px) {
      .wr-question .question-content {
        padding: 0px 40px 30px 35px;
        line-height: 24px; }
        .rtl .wr-question .question-content {
          padding: 0px 35px 30px 40px; } }

.text_uppercase {
  text-transform: uppercase; }
  .text_uppercase.bold-600 {
    font-weight: bold;
    line-height: 34px; }

.color_red {
  color: #DAA14C; }

.no-p-margin p {
  margin-bottom: 0; }

a.button-slide:hover {
  color: #DAA14C !important; }

.col-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  max-height: 25px !important; }
  @media (max-width: 992px) {
    .col-info {
      justify-content: flex-end;
      max-height: 30px !important; } }
  .col-info i:hover {
    color: #DAA14C; }
  .col-info > div i {
    color: #000000;
    font-size: 20px;
    font-weight: bold; }
  .col-info > div:not(:first-child) {
    padding-left: 20px !important;
    padding-right: 0 !important; }
    .rtl .col-info > div:not(:first-child) {
      padding-right: 20px !important;
      padding-left: inherit; }
    .rtl .col-info > div:not(:first-child) {
      padding-left: 0 !important;
      padding-right: inherit; }
  .col-info .wislish-button .ap-btn-wishlist,
  .col-info .blockcart .header a {
    color: #333333;
    position: relative;
    display: inline-block; }
    .col-info .wislish-button .ap-btn-wishlist:hover,
    .col-info .blockcart .header a:hover {
      color: #DAA14C; }
  .col-info .wislish-button i {
    position: relative; }
  .col-info .wislish-button span {
    position: absolute; }
  .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading {
    position: relative; }
    .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading .header span.cart-products-count {
      left: 20px;
      position: absolute; }
      .rtl .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading .header span.cart-products-count {
        right: 20px;
        left: auto; }
    .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading .header span.value {
      display: none; }

@media (max-width: 992px) {
  .col-menu {
    display: flex; } }
/*top discount */
.bottomnav p {
  font-size: 14px; }
.bottomnav .ApCountdown {
  text-align: center; }
  @media (min-width: 768px) {
    .bottomnav .ApCountdown {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .bottomnav .ApCountdown li {
    font-weight: 600;
    border: 2px solid #515151;
    border-radius: 5px;
    padding: 5px;
    margin-left: 20px;
    min-width: 50px; }
    .rtl .bottomnav .ApCountdown li {
      margin-right: 20px;
      margin-left: inherit; }
    @media (max-width: 400px) {
      .bottomnav .ApCountdown li {
        margin-left: 10px; }
        .rtl .bottomnav .ApCountdown li {
          margin-right: 10px;
          margin-left: inherit; } }
    .bottomnav .ApCountdown li:after {
      right: -15px; }
      .rtl .bottomnav .ApCountdown li:after {
        left: -15px;
        right: auto; }
      @media (max-width: 400px) {
        .bottomnav .ApCountdown li:after {
          right: -9px; }
          .rtl .bottomnav .ApCountdown li:after {
            left: -9px;
            right: auto; } }
    .bottomnav .ApCountdown li span,
    .bottomnav .ApCountdown li b {
      display: inline-block; }
  .bottomnav .ApCountdown p {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }
  .bottomnav .ApCountdown b {
    font-size: 20px; }
    @media (max-width: 576px) {
      .bottomnav .ApCountdown b {
        font-size: 15px; } }
  .bottomnav .ApCountdown span {
    text-transform: capitalize;
    font-size: 14px;
    color: #DAA14C;
    font-weight: 600; }
@media (max-width: 767px) {
  .bottomnav .ApHtml {
    text-align: center; } }
.bottomnav .header-link ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .bottomnav .header-link ul {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .bottomnav .header-link ul li {
    padding: 0px 10px; }
    .bottomnav .header-link ul li a {
      position: relative; }
      .bottomnav .header-link ul li a::after {
        content: '.';
        position: absolute;
        bottom: 20%;
        padding-left: 10px; }
        .rtl .bottomnav .header-link ul li a::after {
          padding-right: 10px;
          padding-left: inherit; }
    .bottomnav .header-link ul li:last-child {
      padding-right: 0px; }
      .rtl .bottomnav .header-link ul li:last-child {
        padding-left: 0px;
        padding-right: inherit; }
      .bottomnav .header-link ul li:last-child a::after {
        content: none; }

.learn_more a {
  padding: 5px 10px;
  border: 1px solid #DAA14C;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  border-radius: 5px; }
  .learn_more a:hover {
    color: #DAA14C; }

@media (min-width: 991px) and (max-width: 1700px) {
  .block_contact_top {
    margin-top: -10px; } }
.block_contact_top .block_content {
  margin-top: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  @media (min-width: 993px) {
    .block_contact_top .block_content:before {
      content: "";
      position: absolute;
      border-right: 1px solid #e6e6e6;
      right: 10px;
      height: 90%; }
      .rtl .block_contact_top .block_content:before {
        border-left: 1px solid #e6e6e6;
        border-right: inherit; }
      .rtl .block_contact_top .block_content:before {
        left: 10px;
        right: auto; } }
  @media (min-width: 1840px) {
    .block_contact_top .block_content:before {
      right: -10%; }
      .rtl .block_contact_top .block_content:before {
        left: -10%;
        right: auto; } }
  .block_contact_top .block_content div {
    position: relative; }
    .block_contact_top .block_content div:first-child {
      margin-right: 15px; }
      .rtl .block_contact_top .block_content div:first-child {
        margin-left: 15px;
        margin-right: inherit; }
  .block_contact_top .block_content p {
    font-weight: bold;
    font-size: 12px;
    color: #b0b0b0; }
    .block_contact_top .block_content p strong {
      font-size: 15px;
      color: #000; }
  @media (min-width: 991px) and (max-width: 1700px) {
    .block_contact_top .block_content p {
      font-size: 11px; }
      .block_contact_top .block_content p strong {
        font-size: 14px; }
    .block_contact_top .block_content div {
      margin-bottom: 10px; } }

.header-nav p {
  font-size: 14px;
  margin-bottom: 0;
  color: #FFFFFF; }

#header .header-top .header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0px; }
  @media (max-width: 991px) {
    #header .header-top .header-menu .menu-home {
      padding: 0px; } }
#header .header-logo {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  padding: 26px 0px; }
  @media (max-width: 767px) {
    #header .header-logo .col-logo {
      padding-bottom: 20px;
      text-align: center; } }
  #header .header-logo .col-contact {
    display: flex;
    justify-content: center; }
    #header .header-logo .col-contact span {
      font-size: 12px;
      color: #FFFFFF; }
    #header .header-logo .col-contact a {
      color: #DAA14C; }

@media (max-width: 767px) {
  .col-logo {
    text-align: center; } }

.color-default {
  color: #DAA14C !important; }

.color-red {
  color: #30373E !important; }

.color-grey {
  color: #999999 !important; }

.color-white {
  color: #FFFFFF !important; }

.color-yellow {
  color: #FFE501 !important; }

@media (max-width: 991px) and (min-width: 768px) {
  .leo-countdown-top {
    text-align: center;
    padding-bottom: 10px; }
    .leo-countdown-top .text-right {
      text-align: center; }
    .leo-countdown-top .ApCountdown,
    .leo-countdown-top .learn_more {
      padding-top: 10px; } }

.margin-top-a230 {
  margin-top: 40px;
  z-index: 99; }
  @media (min-width: 1300px) {
    .margin-top-a230 {
      margin-top: -230px; } }
  @media (max-width: 1300px) and (min-width: 990px) {
    .margin-top-a230 {
      margin-top: -150px; } }
  @media (max-width: 768px) {
    .margin-top-a230 {
      margin-top: 0px; }
      .margin-top-a230.mobile-padding-small .block {
        margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .margin-top-63 {
    margin-top: 67px; } }
@media (min-width: 768px) {
  .customer-reverse .block_content {
    width: 80%;
    margin: auto;
    padding: 0 15px; } }
.customer-reverse .owl-row {
  text-align: center; }
.customer-reverse .left-block .image {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (min-width: 768px) {
    .customer-reverse .left-block .image {
      padding: 0 60px; } }
  @media (max-width: 991px) {
    .customer-reverse .left-block .image {
      margin-top: 20px; } }
  .customer-reverse .left-block .image img {
    flex-shrink: 2; }
  .customer-reverse .left-block .image .title {
    order: 4;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    font-family: "Plus Jakarta Sans", sans-serif; }
  .customer-reverse .left-block .image img {
    margin-bottom: 30px; }
.customer-reverse .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
  color: #000; }
.customer-reverse .descript {
  line-height: 30px;
  font-size: 20px;
  color: #000; }
.customer-reverse .owl-buttons {
  position: static;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
  @media (min-width: 768px) {
    .customer-reverse .owl-buttons {
      width: auto;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0); } }
  @media (max-width: 991px) {
    .customer-reverse .owl-buttons {
      top: 0; } }
  .customer-reverse .owl-buttons > div {
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .customer-reverse .owl-buttons > div:before {
      color: #fff; }
    @media (max-width: 991px) {
      .customer-reverse .owl-buttons > div {
        top: 30px;
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
    .customer-reverse .owl-buttons > div:before {
      display: none;
      font-size: 1.5rem; }
    .customer-reverse .owl-buttons > div.owl-prev {
      left: 15px; }
      .rtl .customer-reverse .owl-buttons > div.owl-prev {
        right: 15px;
        left: auto; }
    .customer-reverse .owl-buttons > div.owl-next {
      right: 15px; }
      .rtl .customer-reverse .owl-buttons > div.owl-next {
        left: 15px;
        right: auto; }
@media (min-width: 768px) {
  .customer-reverse:hover .owl-buttons {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); } }

.box-service .sv-col .sv-content {
  text-align: center; }
.box-service .sv-col i {
  text-align: center;
  height: 100px;
  width: 100px;
  color: #FFFFFF;
  background-color: rgba(65, 67, 72, 0.5);
  border-radius: 100%;
  font-size: 65px;
  display: inline-block;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  margin-bottom: 30px;
  font-family: "Font Awesome 5 Pro"; }
  .box-service .sv-col i:before {
    line-height: 100px; }
.box-service .sv-col div {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 15px; }
.box-service .sv-col p {
  margin-bottom: 0px;
  color: #9B9B9B; }
  @media (max-width: 991px) and (min-width: 576px) {
    .box-service .sv-col p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }
.box-service .sv-col:hover i {
  color: #FFFFFF;
  background-color: #DAA14C;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg); }
.box-service .sv-col:first-child {
  border: 0; }

.box-service-1 .block_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
.box-service-1 .sv-col {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 0;
  margin-right: 20px; }
  .rtl .box-service-1 .sv-col {
    margin-left: 20px;
    margin-right: inherit; }
  .box-service-1 .sv-col::before {
    content: '';
    background-color: #DAA14C;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: 0; }
    .rtl .box-service-1 .sv-col::before {
      right: 25px;
      left: auto; }
.box-service-1 .sv-col img {
  margin-right: 20px;
  position: relative; }
  .rtl .box-service-1 .sv-col img {
    margin-left: 20px;
    margin-right: inherit; }
.box-service-1 .sv-col strong {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 7px; }
.box-service-1 .sv-col p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 2;
  color: #DAA14C;
  text-transform: uppercase;
  font-weight: 700; }
.box-service-1 .sv-col:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg); }

.box-service-2 .sv-col-2 .sv-content {
  background-color: #FFFFFF;
  padding: 40px 30px;
  text-align: center; }
.box-service-2 .sv-col-2 i {
  text-align: center;
  height: 100px;
  width: 100px;
  color: #30373E;
  background-color: #F6F6F6;
  border-radius: 100%;
  font-size: 65px;
  display: inline-block;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  margin-bottom: 30px;
  font-family: "Font Awesome 5 Pro"; }
  .box-service-2 .sv-col-2 i:before {
    line-height: 100px; }
.box-service-2 .sv-col-2 div {
  color: #30373E;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 15px; }
.box-service-2 .sv-col-2 p {
  margin-bottom: 0px; }
.box-service-2 .sv-col-2:hover i {
  color: #FFFFFF;
  background-color: #DAA14C;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg); }
.box-service-2 .sv-col-2:first-child {
  border: 0; }

.box-service-3 .ApRawHtml {
  display: flex;
  align-items: center; }
.box-service-3 .sv-col img {
  margin-right: 30px; }
  .rtl .box-service-3 .sv-col img {
    margin-left: 30px;
    margin-right: inherit; }
.box-service-3 .sv-col strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 15px; }
.box-service-3 .sv-col p {
  margin-bottom: 0px; }
.box-service-3 .sv-col:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg); }

.box-service-4 .sv-col p {
  margin-bottom: 0px; }
.box-service-4 .sv-col .sv-title {
  margin-bottom: 17px;
  position: relative;
  z-index: 0; }
  .box-service-4 .sv-col .sv-title::before {
    content: '';
    background-color: #DAA14C;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 0; }
    .rtl .box-service-4 .sv-col .sv-title::before {
      right: 25px;
      left: auto; }
  .box-service-4 .sv-col .sv-title img {
    margin-right: 15px;
    position: relative; }
    .rtl .box-service-4 .sv-col .sv-title img {
      margin-left: 15px;
      margin-right: inherit; }
  .box-service-4 .sv-col .sv-title strong {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #30373E; }
.box-service-4 .sv-col .sv-text {
  margin-bottom: 85px; }
.box-service-4 .sv-col .sv-content {
  background-color: #FFFFFF;
  padding: 45px 30px 35px; }

.box-service-5 .sv-col p {
  margin-bottom: 0px; }
.box-service-5 .sv-col .sv-title {
  margin-bottom: 25px;
  position: relative;
  z-index: 0; }
  .box-service-5 .sv-col .sv-title::before {
    content: '';
    background-color: #DAA14C;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 0px;
    z-index: 0; }
    .rtl .box-service-5 .sv-col .sv-title::before {
      right: 25px;
      left: auto; }
  .box-service-5 .sv-col .sv-title img {
    margin-right: 15px;
    position: relative; }
    .rtl .box-service-5 .sv-col .sv-title img {
      margin-left: 15px;
      margin-right: inherit; }
  .box-service-5 .sv-col .sv-title strong {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-transform: capitalize; }
.box-service-5 .sv-col .sv-text {
  color: #FFFFFF; }
.box-service-5 .sv-col .sv-content {
  padding: 0px 30px 20px; }

.contact-us-footer a {
  color: #DAA14C; }

.phone-footer {
  font-size: 40px !important;
  line-height: 45px;
  margin-top: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff !important; }
  @media (max-width: 576px) {
    .phone-footer {
      font-size: 30px !important; } }
  .phone-footer span {
    font-size: 20px;
    margin-right: 10px; }
    .rtl .phone-footer span {
      margin-left: 10px;
      margin-right: inherit; }
  .phone-footer i {
    color: #DAA14C !important;
    margin-right: 10px; }
    .rtl .phone-footer i {
      margin-left: 10px;
      margin-right: inherit; }

@media (max-width: 768px) {
  .text-center-mobile {
    text-align: center; }

  .copyright {
    text-align: center; } }
@media (max-width: 991px) and (min-width: 576px) {
  .box-footer > div:nth-child(2n+1) {
    clear: both; } }
/*home 2*/
.menu-home-2 .leo-megamenu .navbar-nav > li > a:hover, .menu-home-2 .leo-megamenu .navbar-nav > li > a:focus, .menu-home-2 .leo-megamenu .navbar-nav > li > a:active {
  color: #ef3636; }
.menu-home-2 .leo-megamenu .navbar-nav > li:hover > a, .menu-home-2 .leo-megamenu .navbar-nav > li:focus > a, .menu-home-2 .leo-megamenu .navbar-nav > li.active > a {
  color: #ef3636; }

.col-right > div {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e6e6e6; }
  .rtl .col-right > div {
    padding-left: 10px;
    padding-right: inherit; }
  .rtl .col-right > div {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .col-right > div {
    border-left: 1px solid #e6e6e6;
    border-right: inherit; }
  .col-right > div:first-child {
    padding-right: 0;
    border-right: 0 solid #e6e6e6; }
    .rtl .col-right > div:first-child {
      padding-left: 0;
      padding-right: inherit; }
    .rtl .col-right > div:first-child {
      border-left: 0 solid #e6e6e6;
      border-right: inherit; }
  .col-right > div.currency-selector i, .col-right > div.language-selector-wrapper i {
    font-size: 10px; }

.banner-img-left .ApImage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dedede;
  overflow: hidden;
  margin-right: -1px;
  background: #fff; }
  .banner-img-left .ApImage img {
    width: 50%; }
  .banner-img-left .ApImage .image_description {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-self: center;
    flex-direction: column; }
    .banner-img-left .ApImage .image_description p {
      margin-bottom: 5px;
      line-height: 18px;
      color: #b0b0b0; }
      .banner-img-left .ApImage .image_description p strong {
        color: #000000; }
    .banner-img-left .ApImage .image_description .btn {
      margin: 10px 0 0;
      padding: 5px 10px;
      border-radius: 4px;
      border: 2px solid #DAA14C; }

.title-ap-group,
.title-block-left .ApColumn .title_block {
  font-size: 27px;
  color: black;
  margin-bottom: 30px;
  position: relative;
  margin-left: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;
  font-weight: bold; }
  .rtl .title-ap-group, .rtl
  .title-block-left .ApColumn .title_block {
    margin-right: 15px;
    margin-left: inherit; }

.title-block-left .ApColumn .title_block {
  margin-left: 0; }
  .rtl .title-block-left .ApColumn .title_block {
    margin-right: 0;
    margin-left: inherit; }

.title-block-center .title_block,
.title-block-center .title-ap-group {
  text-align: center; }

/*Product tab */
.ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
  display: flex;
  justify-content: end;
  margin: 0px -15px; }
  @media (max-width: 991px) {
    .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
      justify-content: start; } }
  @media (max-width: 767px) {
    .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
      flex-wrap: wrap; }
      .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs .nav-item {
        margin-left: 0px; }
        .rtl .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs .nav-item {
          margin-right: 0px;
          margin-left: inherit; }
        .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs .nav-item a {
          margin: 10px;
          border: 1px solid #EFEFEF; } }
.ApTabs:not(.AjaxTabs).tabs-top .block_content {
  clear: both; }

.ApTabs .dropdown-backdrop {
  display: none; }
.ApTabs.tabs-top .nav-tabs .nav-item + .nav-item {
  margin-left: 0px; }
.ApTabs.tabs-top .nav-tabs .nav-item > a {
  background: #FFFFFF;
  color: #000000;
  padding: 8px 20px;
  line-height: 24px;
  font-weight: 700;
  border-right: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  text-align: center;
  text-transform: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .rtl .ApTabs.tabs-top .nav-tabs .nav-item > a {
    border-left: 1px solid #EFEFEF;
    border-right: inherit; }
  .ApTabs.tabs-top .nav-tabs .nav-item > a.active, .ApTabs.tabs-top .nav-tabs .nav-item > a:hover {
    background: #DAA14C;
    color: #FFFFFF;
    border-top: 0px;
    border-bottom: 0px; }
.ApTabs.tabs-top .nav-tabs .nav-item:first-child > a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
.ApTabs.tabs-top .nav-tabs .nav-item:last-child > a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
.ApTabs .tabs-dropdown-menu {
  float: right;
  border: 1px solid #dedede; }
  @media (max-width: 567px) {
    .ApTabs .tabs-dropdown-menu {
      display: inline-block;
      width: 100%;
      border: 1px solid #666;
      background: transparent;
      margin-bottom: 20px; } }
  .ApTabs .tabs-dropdown-menu .dropdown-toggle {
    width: 100%;
    text-align: left;
    background: transparent; }
  .ApTabs .tabs-dropdown-menu .dropdown-menu {
    width: 100%;
    padding: 0; }
    .ApTabs .tabs-dropdown-menu .dropdown-menu a {
      padding: 5px 10px; }
      .ApTabs .tabs-dropdown-menu .dropdown-menu a:hover {
        background: #0275d8;
        color: #fff; }

.product-type-list .block_content {
  background: #fff; }
  .product-type-list .block_content .product-miniature:last-child .thumbnail-container {
    margin-bottom: 0;
    border-bottom: 0; }
  .product-type-list .block_content .product-miniature .product-title a {
    font-size: 14px;
    font-weight: 400; }

@media (max-width: 992px) {
  .box-email-h3 .block_newsletter {
    padding: 20px; }
    .box-email-h3 .block_newsletter .title_block {
      margin-top: 10px; } }
@media (min-width: 992px) {
  .box-email-h3 .block_newsletter {
    padding: 25px 80px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .box-email-h3 .block_newsletter .block_content {
      width: 70%; } }
@media (min-width: 992px) {
    .box-email-h3 .block_newsletter .block_content form .row > div:nth-child(1) {
      width: 40%; }
    .box-email-h3 .block_newsletter .block_content form .row > div:nth-child(2) {
      width: 60%; }
    .box-email-h3 .block_newsletter .block_content form input[type=email] {
      border: 2px solid #ebebeb;
      color: #626262; } }
@media (min-width: 768px) {
  .box-email-h3 .block_newsletter {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    border: 1px solid #e8e8e8; } }
@media (min-width: 768px) {
  .box-email-h3 .block_newsletter .title_block {
    width: 25%;
    margin-right: 40px;
    padding: 0 40px 0 56px;
    margin-bottom: 0; }
    .rtl .box-email-h3 .block_newsletter .title_block {
      margin-left: 40px;
      margin-right: inherit; }
    .rtl .box-email-h3 .block_newsletter .title_block {
      padding: 0 56px 0 40px; }
    .box-email-h3 .block_newsletter .title_block:after {
      content: "";
      width: 1px;
      height: 48px;
      background: #e5e5e5;
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
      .rtl .box-email-h3 .block_newsletter .title_block:after {
        left: 0;
        right: auto; } }
.box-email-h3 .block_newsletter .title_block:before {
  content: "\f658";
  font-family: "Font Awesome 5 Pro";
  display: block;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0; }
  .rtl .box-email-h3 .block_newsletter .title_block:before {
    right: 0;
    left: auto; }
  @media (min-width: 768px) {
    .box-email-h3 .block_newsletter .title_block:before {
      font-size: 36px; } }

.box-cate-home2 {
  width: 100%;
  margin-left: 0px; }
  .rtl .box-cate-home2 {
    margin-right: 0px;
    margin-left: inherit; }
  .box-cate-home2 > div {
    padding: 0px; }

/*menu*/
.nomargin-firstblock > .leo-widget:first-child .widget-links {
  margin-bottom: 0 !important; }

.menu-footer-h3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px; }
  .menu-footer-h3 ul li {
    margin-right: 20px;
    margin-bottom: 0; }
    .rtl .menu-footer-h3 ul li {
      margin-left: 20px;
      margin-right: inherit; }
    .menu-footer-h3 ul li a {
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase; }

.contact-us-footer-h3 i {
  font-size: 25px;
  color: #333333;
  margin-right: 10px;
  font-weight: bold; }
  .rtl .contact-us-footer-h3 i {
    margin-left: 10px;
    margin-right: inherit; }
.contact-us-footer-h3 .info-contact {
  margin-top: 30px;
  display: flex;
  align-items: center; }
  .contact-us-footer-h3 .info-contact p {
    margin-bottom: 5px; }

/* COUNTER Widget */
.Apcounter {
  color: #666; }
  .Apcounter ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .Apcounter ul li {
      text-align: center;
      margin-bottom: 20px; }
  .Apcounter .counter-number-wrapper span {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 5px; }
  .Apcounter p {
    margin-bottom: 0; }
  .Apcounter .counter_title_top {
    color: #666;
    margin: 10px 0 5px; }

@media (max-width: 576px) {
  .col-right {
    display: flex;
    justify-content: center; }
    .col-right > div {
      border: 0; } }
.no-padding-left > div {
  padding-left: 0; }

.tab-product-h3 .ApTabs.tabs-top .nav-tabs {
  float: none;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px; }
  .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item {
    list-style-type: none;
    line-height: 25px;
    margin-bottom: 10px; }
    .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a {
      position: relative;
      font-size: 40px;
      font-weight: 500;
      margin-right: 40px; }
      .rtl .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a {
        margin-left: 40px;
        margin-right: inherit; }
      .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100px;
        background: #000;
        top: 15px;
        right: -25px;
        position: absolute; }
        .rtl .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
          left: -25px;
          right: auto; }
      .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a.active {
        color: #DAA14C; }
    .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item:last-child > a::before {
      display: none; }

.big-text {
  padding: 25px 10px 0; }
  .big-text p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Plus Jakarta Sans", sans-serif; }
    .big-text p strong {
      font-weight: 700; }

.box-padding100 {
  padding: 100px 0px 70px; }
  @media (max-width: 991px) {
    .box-padding100 {
      padding: 50px 0px 20px; } }
  @media (max-width: 575px) {
    .box-padding100 {
      padding: 30px 0px; } }

.box-padding-top100 {
  padding: 100px 0px 40px; }
  @media (max-width: 991px) {
    .box-padding-top100 {
      padding: 50px 0px 30px; } }
  @media (max-width: 575px) {
    .box-padding-top100 {
      padding: 30px 0px; } }

.box-padding-top0 {
  padding: 0px 0px 70px; }
  @media (max-width: 991px) {
    .box-padding-top0 {
      padding: 0px 0px 20px; } }
  @media (max-width: 575px) {
    .box-padding-top0 {
      padding: 0px 0px 0px; } }

.box-padding130 {
  padding: 120px 0px 90px; }
  @media (max-width: 991px) {
    .box-padding130 {
      padding: 80px 0px 50px; } }
  @media (max-width: 575px) {
    .box-padding130 {
      padding: 40px 0px 10px; } }

.box-padding60 {
  padding: 60px 0px 30px; }
  @media (max-width: 991px) {
    .box-padding60 {
      padding: 30px 0px 0px; } }

.padding-top100 {
  padding-top: 100px; }
  @media (max-width: 991px) {
    .padding-top100 {
      padding-top: 50px; } }
  @media (max-width: 575px) {
    .padding-top100 {
      padding-top: 30px; } }

.padding-bottom100 {
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .padding-bottom100 {
      padding-bottom: 50px; } }
  @media (max-width: 575px) {
    .padding-bottom100 {
      padding-bottom: 30px; } }

.padding-bottom50 {
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .padding-bottom50 {
      padding-bottom: 30px; } }

.margin-bottom50 {
  margin-bottom: 50px !important; }
  @media (max-width: 991px) {
    .margin-bottom50 {
      margin-bottom: 30px !important; } }

.margin-top195 {
  margin-top: 195px; }

.margin-top40 {
  margin-top: 40px; }
  @media (max-width: 991px) {
    .margin-top40 {
      margin-bottom: 0px; } }

.padding-top30 {
  padding-top: 30px; }

.box-padding30 {
  padding: 30px 0px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom30 {
  margin-bottom: 30px; }

.banner-text-center .sub-title-widget {
  text-align: center;
  padding: 0px 15px; }
.banner-text-center .title_block {
  text-align: center;
  margin-bottom: 60px !important; }
  @media (max-width: 991px) {
    .banner-text-center .title_block {
      margin-bottom: 30px !important;
      padding: 0px 15px; } }

.button-banner {
  padding: 10px 40px;
  background-color: #30373E;
  color: #FFFFFF;
  font-weight: 800;
  align-items: center;
  border-radius: 100px;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .button-banner::after {
    content: '\f178';
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 0px !important;
    transition: all 0.3s ease-in;
    color: #FFFFFF;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
    .rtl .button-banner::after {
      padding-right: 10px !important;
      padding-left: inherit; }
    .rtl .button-banner::after {
      padding-left: 0px !important;
      padding-right: inherit; }
  .button-banner:hover {
    background-color: #DAA14C; }
    .button-banner:hover::after {
      transition: all 0.3s ease-in; }

.button1-banner {
  background-color: #FFFFFF;
  padding: 10px 40px;
  color: #30373E;
  align-items: center;
  border-radius: 100px;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .button1-banner::after {
    content: '\f178';
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 0px !important;
    transition: all 0.3s ease-in;
    color: #30373E;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
    .rtl .button1-banner::after {
      padding-right: 10px !important;
      padding-left: inherit; }
    .rtl .button1-banner::after {
      padding-left: 0px !important;
      padding-right: inherit; }
  .button1-banner:hover {
    background-color: #DAA14C;
    color: #FFFFFF; }
    .button1-banner:hover::after {
      color: #FFFFFF;
      transition: all 0.3s ease-in; }

.button2-banner {
  background-color: #DAA14C;
  padding: 10px 40px;
  color: #FFFFFF;
  align-items: center;
  border-radius: 100px;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .button2-banner::after {
    content: '\f178';
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 0px !important;
    transition: all 0.3s ease-in;
    color: #FFFFFF;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
    .rtl .button2-banner::after {
      padding-right: 10px !important;
      padding-left: inherit; }
    .rtl .button2-banner::after {
      padding-left: 0px !important;
      padding-right: inherit; }
  .button2-banner:hover {
    background-color: rgba(218, 161, 76, 0.9);
    color: #FFFFFF; }
    .button2-banner:hover::after {
      transition: all 0.3s ease-in; }

.button3-banner {
  color: #30373E;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .button3-banner::after {
    content: '\f178';
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 0px !important;
    transition: all 0.3s ease-in;
    color: #30373E;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
    .rtl .button3-banner::after {
      padding-right: 10px !important;
      padding-left: inherit; }
    .rtl .button3-banner::after {
      padding-left: 0px !important;
      padding-right: inherit; }
  .button3-banner:hover {
    color: #DAA14C; }
    .button3-banner:hover::after {
      color: #DAA14C;
      transition: all 0.3s ease-in; }

.button4-banner {
  color: #30373E;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  border-bottom: 2px solid #DAA14C; }
  .button4-banner:hover {
    color: #DAA14C; }

.button5-banner {
  background-color: #DAA14C;
  padding: 10px 30px;
  color: #FFFFFF;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .button5-banner::after {
    content: '\f178';
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 0px !important;
    transition: all 0.3s ease-in;
    color: #FFFFFF;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
    .rtl .button5-banner::after {
      padding-right: 10px !important;
      padding-left: inherit; }
    .rtl .button5-banner::after {
      padding-left: 0px !important;
      padding-right: inherit; }
  .button5-banner:hover {
    background-color: rgba(218, 161, 76, 0.9); }
    .button5-banner:hover::after {
      transition: all 0.3s ease-in; }

.button6-banner {
  color: #30373E;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .button6-banner:hover {
    color: #FFFFFF; }

.button7-banner {
  color: #FFFFFF;
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em; }
  .button7-banner:hover {
    color: #DAA14C; }

.text-light {
  font-weight: 300 !important; }

.text-medium {
  font-weight: 500 !important; }

.text-bold {
  font-weight: 700 !important; }

.no-padding {
  padding: 0 !important; }

.flex-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px !important; }
  .flex-title .title_block {
    margin-bottom: 30px !important; }
    @media (max-width: 767px) {
      .flex-title .title_block {
        margin-bottom: 15px !important; } }
  .flex-title .block_content {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .flex-title .block_content {
        margin-bottom: 15px; } }

/*Home 1*/
.banner1-home1 .banner-left {
  padding-right: 30px; }
  .rtl .banner1-home1 .banner-left {
    padding-left: 30px;
    padding-right: inherit; }
  .banner1-home1 .banner-left::before {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-kitchor-home1-banner1-img2.png?v=1653443108);
    position: absolute;
    top: 0;
    bottom: auto;
    margin-left: -15%;
    width: 483px;
    height: 518px; }
    .rtl .banner1-home1 .banner-left::before {
      margin-right: -15%;
      margin-left: inherit; }
.banner1-home1 .banner-right {
  padding-top: 75px;
  padding-right: 40px; }
  .rtl .banner1-home1 .banner-right {
    padding-left: 40px;
    padding-right: inherit; }
  @media (max-width: 991px) {
    .banner1-home1 .banner-right {
      padding-top: 0px; } }
  .banner1-home1 .banner-right .title_block {
    max-width: 450px; }

.banner2-home1 .banner-left .title_block {
  font-size: 42px;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .banner2-home1 .banner-left .title_block {
      font-size: 35px; } }
.banner2-home1 .banner-content .img-banner {
  position: relative;
  background-color: #FFFFFF;
  transition: all ease .45s; }
  .banner2-home1 .banner-content .img-banner img {
    opacity: 0;
    visibility: hidden; }
  .banner2-home1 .banner-content .img-banner .image_description {
    top: 0px;
    bottom: 0;
    padding: 30px; }
    .banner2-home1 .banner-content .img-banner .image_description .title-banner {
      font-size: 120px;
      line-height: 1;
      color: rgba(0, 0, 0, 0.1);
      margin-bottom: 15px; }
      @media (max-width: 991px) and (min-width: 768px) {
        .banner2-home1 .banner-content .img-banner .image_description .title-banner {
          font-size: 90px; } }
    .banner2-home1 .banner-content .img-banner .image_description .text-banner {
      color: #30373E;
      font-size: 18px;
      letter-spacing: -0.01em;
      font-weight: 700;
      margin-bottom: 15px; }
    .banner2-home1 .banner-content .img-banner .image_description .button {
      margin-bottom: 0px;
      bottom: 30px;
      position: absolute; }
  .banner2-home1 .banner-content .img-banner:hover img {
    opacity: 1;
    visibility: visible;
    transition: all ease .45s; }
  .banner2-home1 .banner-content .img-banner:hover .image_description .title-banner {
    color: rgba(255, 255, 255, 0.2); }
  .banner2-home1 .banner-content .img-banner:hover .image_description .text-banner {
    color: #FFFFFF; }
  .banner2-home1 .banner-content .img-banner:hover .image_description .text2-banner {
    color: #FFFFFF; }
  .banner2-home1 .banner-content .img-banner:hover .image_description .button6-banner {
    color: #FFFFFF; }

.banner3-home1 .text-block {
  margin-bottom: 0px !important; }
.banner3-home1 .title_block {
  color: #FFFFFF;
  margin-bottom: 30px !important; }
.banner3-home1 .sub-title-widget {
  color: #FFFFFF; }
.banner3-home1 .img-banner {
  text-align: center; }
  .banner3-home1 .img-banner .title {
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    letter-spacing: -0.01em;
    margin-top: 30px;
    text-transform: capitalize;
    font-weight: 700; }
  .banner3-home1 .img-banner .sub-title {
    margin-top: 15px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600; }

.banner4-home1 .title_block {
  margin-bottom: 55px !important; }

.banner-video-home1 .banner-left {
  padding-bottom: 30px; }
  .banner-video-home1 .banner-left .title_block {
    color: #FFFFFF; }
  .banner-video-home1 .banner-left .sub-title-widget {
    color: #FFFFFF; }
  .banner-video-home1 .banner-left .button .btn {
    background-color: #FFFFFF;
    color: #30373E; }
    .banner-video-home1 .banner-left .button .btn::after {
      color: #30373E;
      content: '\f04b';
      font-size: 15px;
      padding-left: 10px !important;
      padding-right: 0px !important;
      transition: all 0.3s ease-in;
      font-family: "Font Awesome 5 Pro";
      font-weight: 800; }
      .rtl .banner-video-home1 .banner-left .button .btn::after {
        padding-right: 10px !important;
        padding-left: inherit; }
      .rtl .banner-video-home1 .banner-left .button .btn::after {
        padding-left: 0px !important;
        padding-right: inherit; }
    .banner-video-home1 .banner-left .button .btn:hover {
      background-color: #DAA14C;
      color: #FFFFFF; }
      .banner-video-home1 .banner-left .button .btn:hover::after {
        color: #FFFFFF; }

.box-video {
  position: relative; }
  .box-video .image_description {
    position: inherit; }
  .box-video .box-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 586px;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 575px) {
      .box-video .box-icon-play img {
        width: 50% !important; } }
    .box-video .box-icon-play:hover img {
      transform: scale(1); }

.box-video .video {
  display: none; }

.banner5-home1 {
  transition: 0.5s ease-in; }
  .banner5-home1 .banner-text .title_block {
    margin-bottom: 60px !important; }
  .banner5-home1 .ApImage {
    transition: 0.5s ease-in; }
    .banner5-home1 .ApImage .image_description {
      transition: 0.5s ease-in;
      padding-bottom: 20px; }
    .banner5-home1 .ApImage:hover {
      transition: 0.5s ease-in; }
      .banner5-home1 .ApImage:hover img {
        transform: scale(1); }
      .banner5-home1 .ApImage:hover .image_description {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: block;
        background-color: #FFFFFF;
        transition: 0.5s ease-in; }
  .banner5-home1 .image_description {
    position: inherit;
    padding-top: 20px;
    text-align: center;
    transition: 0.5s ease-in; }
    .banner5-home1 .image_description .title-banner {
      font-size: 18px;
      line-height: 30px;
      font-weight: 700;
      letter-spacing: -0.01em;
      margin-bottom: 0px;
      color: #30373E;
      text-transform: capitalize; }
    .banner5-home1 .image_description .text-banner {
      margin-bottom: 0px; }

.banner6-home1 .banner-left .image_description {
  bottom: 63px;
  right: 93px;
  background-color: #DAA14C;
  padding: 35px 60px;
  border-radius: 50%;
  text-align: center; }
  .rtl .banner6-home1 .banner-left .image_description {
    left: 93px;
    right: auto; }
  @media (max-width: 575px) {
    .banner6-home1 .banner-left .image_description {
      bottom: 10px;
      right: 10px;
      padding: 20px 45px; }
      .rtl .banner6-home1 .banner-left .image_description {
        left: 10px;
        right: auto; } }
  .banner6-home1 .banner-left .image_description::before {
    content: '';
    border: 2px dashed #FFFFFF;
    position: absolute;
    left: 7px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .banner6-home1 .banner-left .image_description .title-banner {
    font-size: 68px;
    line-height: 1;
    font-weight: 800;
    color: #FFFFFF; }
  .banner6-home1 .banner-left .image_description .text-banner {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800; }
.banner6-home1 .banner-center {
  z-index: 200;
  padding-left: 35px !important;
  padding-right: 35px !important;
  padding-top: 20px; }
  .rtl .banner6-home1 .banner-center {
    padding-right: 35px !important;
    padding-left: inherit; }
  .rtl .banner6-home1 .banner-center {
    padding-left: 35px !important;
    padding-right: inherit; }
  .banner6-home1 .banner-center .title_block {
    margin-bottom: 60px !important; }
  .banner6-home1 .banner-center .form-fields > div {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .banner6-home1 .banner-center .form-fields > div {
        display: inherit; } }
    .banner6-home1 .banner-center .form-fields > div input {
      background-color: #F6F6F6;
      width: 100%;
      margin-bottom: 30px;
      padding: 15px 20px;
      color: #666666;
      border: 0px; }
      .banner6-home1 .banner-center .form-fields > div input:nth-child(1) {
        margin-right: 30px; }
        .rtl .banner6-home1 .banner-center .form-fields > div input:nth-child(1) {
          margin-left: 30px;
          margin-right: inherit; }
      .banner6-home1 .banner-center .form-fields > div input:focus {
        outline: none;
        border-radius: 0; }
  .banner6-home1 .banner-center .form-fields textarea {
    width: 100%;
    background-color: #F6F6F6;
    margin-bottom: 30px;
    padding: 15px 20px;
    color: #666666;
    border: 0px; }
    .banner6-home1 .banner-center .form-fields textarea:focus {
      outline: none;
      border-radius: 0; }
  .banner6-home1 .banner-center .form-fields button {
    border: none; }
    .banner6-home1 .banner-center .form-fields button:hover {
      border: none; }
.banner6-home1 .banner-right .ApImage:hover img {
  transform: scale(1); }
.banner6-home1 .banner-right .img1-banner6 {
  margin-left: -100%;
  bottom: 0; }
  .rtl .banner6-home1 .banner-right .img1-banner6 {
    margin-right: -100%;
    margin-left: inherit; }

.box-testi-home1 {
  position: relative; }
  .box-testi-home1::before {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-kitchor-home1-banner7-img3.png?v=1653534149);
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 840px;
    height: 340px;
    position: absolute; }
  .box-testi-home1 .block-carousel-container {
    padding: 15px 0px; }
    .box-testi-home1 .block-carousel-container .block-carousel-image-container {
      background-color: #FFFFFF;
      box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.09);
      padding: 40px; }
      .box-testi-home1 .block-carousel-container .block-carousel-image-container img {
        padding-bottom: 15px; }
      .box-testi-home1 .block-carousel-container .block-carousel-image-container .sub-title {
        font-size: 18px;
        line-height: 28px;
        font-style: italic;
        margin-bottom: 50px; }
      .box-testi-home1 .block-carousel-container .block-carousel-image-container .descript {
        display: flex;
        align-items: center; }
        .box-testi-home1 .block-carousel-container .block-carousel-image-container .descript img {
          margin-right: 20px;
          padding-bottom: 0px;
          border-radius: 50%; }
          .rtl .box-testi-home1 .block-carousel-container .block-carousel-image-container .descript img {
            margin-left: 20px;
            margin-right: inherit; }
        .box-testi-home1 .block-carousel-container .block-carousel-image-container .descript > div strong {
          font-size: 18px;
          line-height: 24px;
          letter-spacing: -0.01em;
          margin-bottom: 8px;
          color: "Plus Jakarta Sans", sans-serif; }
        .box-testi-home1 .block-carousel-container .block-carousel-image-container .descript > div p {
          margin-bottom: 0px;
          text-transform: capitalize; }

.banner8-home1 .banner-left .title_block {
  color: #FFFFFF; }
.banner8-home1 .banner-right .Apcounter {
  margin-bottom: 0px !important; }
  .banner8-home1 .banner-right .Apcounter ul {
    margin-bottom: 0px; }
  .banner8-home1 .banner-right .Apcounter .counter_title_top {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #FFFFFF;
    width: 100%;
    margin: 0px; }
  .banner8-home1 .banner-right .Apcounter .numscroller {
    font-size: 50px;
    line-height: 52px;
    color: #DAA14C;
    font-weight: 800; }
  .banner8-home1 .banner-right .Apcounter .counter-suffix {
    font-size: 50px;
    line-height: 52px;
    color: #DAA14C;
    font-weight: 800; }
  .banner8-home1 .banner-right .Apcounter li {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 0px;
    text-align: left;
    justify-content: center; }
    .rtl .banner8-home1 .banner-right .Apcounter li {
      text-align: right; }
    @media (min-width: 576px) {
      .banner8-home1 .banner-right .Apcounter li {
        float: left;
        width: 33.33333%; } }
    .banner8-home1 .banner-right .Apcounter li .counter_title_top {
      order: 2;
      text-align: center; }
    .banner8-home1 .banner-right .Apcounter li .numscroller {
      order: 1; }
    .banner8-home1 .banner-right .Apcounter li .counter-suffix {
      order: 1; }
    .banner8-home1 .banner-right .Apcounter li:hover {
      cursor: pointer;
      background-color: #DAA14C; }
      .banner8-home1 .banner-right .Apcounter li:hover .numscroller {
        color: #FFFFFF; }
      .banner8-home1 .banner-right .Apcounter li:hover .counter-suffix {
        color: #FFFFFF; }
.banner8-home1 .banner-right .count-top li {
  border-right: 1px solid #4b5157;
  border-bottom: 1px solid #4b5157; }
  .rtl .banner8-home1 .banner-right .count-top li {
    border-left: 1px solid #4b5157;
    border-right: inherit; }
  .banner8-home1 .banner-right .count-top li:last-child {
    border-right: 0px; }
    .rtl .banner8-home1 .banner-right .count-top li:last-child {
      border-left: 0px;
      border-right: inherit; }
.banner8-home1 .banner-right .count-bottom li {
  border-right: 1px solid #4b5157; }
  .rtl .banner8-home1 .banner-right .count-bottom li {
    border-left: 1px solid #4b5157;
    border-right: inherit; }
  .banner8-home1 .banner-right .count-bottom li:last-child {
    border-right: 0px; }
    .rtl .banner8-home1 .banner-right .count-bottom li:last-child {
      border-left: 0px;
      border-right: inherit; }

.box-blog-home1 .title_block {
  margin-bottom: 50px !important; }
  @media (max-width: 575px) {
    .box-blog-home1 .title_block {
      margin-bottom: 30px !important; } }

.box-brand {
  border: 1px solid #EFEFEF;
  margin: auto 0px; }
  .box-brand .manufacturers_block {
    margin-bottom: 0px !important; }
    .box-brand .manufacturers_block a {
      display: flex;
      justify-content: center; }

.box-footer-top .button .btn::after {
  content: '\f073';
  font-size: 15px;
  padding-left: 10px !important;
  padding-right: 0px !important;
  transition: all 0.3s ease-in;
  color: #FFFFFF;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400; }
  .rtl .box-footer-top .button .btn::after {
    padding-right: 10px !important;
    padding-left: inherit; }
  .rtl .box-footer-top .button .btn::after {
    padding-left: 0px !important;
    padding-right: inherit; }

/*home 2*/
.banner1-home2 .banner-left .banner-content {
  position: relative; }
  .banner1-home2 .banner-left .banner-content::before {
    content: '';
    background-color: #393C42;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .rtl .banner1-home2 .banner-left .banner-content::before {
      right: 0;
      left: auto; }
  .banner1-home2 .banner-left .banner-content::after {
    content: '';
    background-color: #393C42;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .rtl .banner1-home2 .banner-left .banner-content::after {
      left: 0;
      right: auto; }
.banner1-home2 .banner-left .block_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 45px; }
.banner1-home2 .banner-left .title-banner {
  color: #DAA14C;
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
  padding-right: 6px !important;
  padding-left: 0 !important;
  margin-bottom: 0px; }
  .rtl .banner1-home2 .banner-left .title-banner {
    padding-left: 6px !important;
    padding-right: inherit; }
  .rtl .banner1-home2 .banner-left .title-banner {
    padding-right: 0 !important;
    padding-left: inherit; }
.banner1-home2 .banner-left .text-banner {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px; }
.banner1-home2 .banner-center {
  padding-left: 80px; }
  .rtl .banner1-home2 .banner-center {
    padding-right: 80px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .banner1-home2 .banner-center {
      padding-left: 15px; }
      .rtl .banner1-home2 .banner-center {
        padding-right: 15px;
        padding-left: inherit; } }

.banner2-home2 {
  position: relative; }
  .banner2-home2 .banner-content {
    z-index: 2; }
    .banner2-home2 .banner-content .ApImage:hover img {
      -webkit-filter: brightness(0.5);
      filter: brightness(0.5); }
    .banner2-home2 .banner-content .ApImage:hover .image_description .text-banner {
      opacity: 1;
      visibility: visible; }
    .banner2-home2 .banner-content .image_description {
      top: 44px;
      left: 40px !important;
      right: 70px !important;
      bottom: 35px;
      display: block; }
      .rtl .banner2-home2 .banner-content .image_description {
        right: 40px !important;
        left: auto; }
      .rtl .banner2-home2 .banner-content .image_description {
        left: 70px !important;
        right: auto; }
      .banner2-home2 .banner-content .image_description p {
        margin-bottom: 0px; }
      .banner2-home2 .banner-content .image_description > div {
        bottom: 0;
        position: absolute; }
      .banner2-home2 .banner-content .image_description .title-banner {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        color: #FFFFFF;
        letter-spacing: -0.02em; }
      .banner2-home2 .banner-content .image_description .text-banner {
        color: #EDEDED;
        font-size: 16px;
        margin-bottom: 27px;
        opacity: 0;
        visibility: hidden; }
  .banner2-home2::before {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-kitchor-home2-banner2-img5.png?v=1653644982);
    width: 310px;
    height: 1216px;
    left: -110px;
    top: 50%;
    position: absolute;
    z-index: 0; }
  .banner2-home2::after {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-kitchor-home2-banner2-img6.png?v=1653644982);
    width: 347px;
    height: 1242px;
    right: -110px;
    top: 50%;
    position: absolute;
    z-index: 0; }

.banner3-home2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .banner3-home2 .title_block {
    margin-bottom: 30px !important; }
  .banner3-home2 .img-banner {
    text-align: center; }
    .banner3-home2 .img-banner .item .block-carousel-container {
      margin-bottom: 30px; }
      .banner3-home2 .img-banner .item .block-carousel-container:last-child {
        margin-bottom: 0px; }
    .banner3-home2 .img-banner .title {
      font-size: 24px;
      line-height: 1.2;
      color: #FFFFFF;
      letter-spacing: -0.01em;
      margin-top: 30px;
      text-transform: capitalize;
      font-weight: 700; }
    .banner3-home2 .img-banner .sub-title {
      margin-top: 15px;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-weight: 600; }
    .banner3-home2 .img-banner .block-carousel-image-container {
      position: relative;
      transition: opacity 0.3s ease 0s; }
      .banner3-home2 .img-banner .block-carousel-image-container:hover img {
        -webkit-filter: brightness(0.5);
        filter: brightness(0.5); }
      .banner3-home2 .img-banner .block-carousel-image-container:hover .descript {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease 0s; }
    .banner3-home2 .img-banner .descript {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease 0s; }

.banner4-home2 {
  margin: 0px; }
  .banner4-home2 .block {
    margin-bottom: 0px !important; }
  .banner4-home2 .banner-right .image_description {
    top: 50%;
    transform: translateY(-50%);
    left: 10%; }
    .rtl .banner4-home2 .banner-right .image_description {
      right: 10%;
      left: auto; }
    .banner4-home2 .banner-right .image_description p {
      margin-bottom: 0px; }
    .banner4-home2 .banner-right .image_description img {
      margin-bottom: 20px; }
      @media (max-width: 1600px) and (min-width: 1200px) {
        .banner4-home2 .banner-right .image_description img {
          margin-bottom: 10px; } }
    @media (max-width: 1600px) and (min-width: 1200px) {
      .banner4-home2 .banner-right .image_description .title_block {
        font-size: 30px;
        margin-bottom: 15px !important; }
      .banner4-home2 .banner-right .image_description .sub-title-widget {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .banner4-home2 .banner-right .image_description .title_block {
        font-size: 30px;
        margin-bottom: 15px !important; }
      .banner4-home2 .banner-right .image_description .sub-title-widget {
        margin-bottom: 15px; } }
    @media (max-width: 600px) {
      .banner4-home2 .banner-right .image_description {
        position: inherit;
        margin-top: 30px;
        transform: none;
        padding-left: 15px !important;
        padding-right: 15px !important;
        left: 0%;
        padding-bottom: 30px; }
        .rtl .banner4-home2 .banner-right .image_description {
          padding-right: 15px !important;
          padding-left: inherit; }
        .rtl .banner4-home2 .banner-right .image_description {
          padding-left: 15px !important;
          padding-right: inherit; }
        .rtl .banner4-home2 .banner-right .image_description {
          right: 0%;
          left: auto; } }

.box-testi-home2 {
  position: relative; }
  .box-testi-home2::before {
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-kitchor-home2-banner5-img1.png?v=1653883002);
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 840px;
    height: 340px;
    position: absolute;
    z-index: 0; }
  .box-testi-home2 .block-carousel-container {
    padding: 15px 0px; }
    .box-testi-home2 .block-carousel-container .block-carousel-image-container {
      background-color: #30373E;
      padding: 40px; }
      .box-testi-home2 .block-carousel-container .block-carousel-image-container img {
        padding-bottom: 15px; }
      .box-testi-home2 .block-carousel-container .block-carousel-image-container .sub-title {
        font-size: 18px;
        line-height: 28px;
        font-style: italic;
        color: #FFFFFF;
        margin-bottom: 50px; }
      .box-testi-home2 .block-carousel-container .block-carousel-image-container .descript {
        display: flex;
        align-items: center; }
        .box-testi-home2 .block-carousel-container .block-carousel-image-container .descript img {
          margin-right: 20px;
          padding-bottom: 0px;
          border-radius: 50%; }
          .rtl .box-testi-home2 .block-carousel-container .block-carousel-image-container .descript img {
            margin-left: 20px;
            margin-right: inherit; }
        .box-testi-home2 .block-carousel-container .block-carousel-image-container .descript > div {
          color: #FFFFFF; }
          .box-testi-home2 .block-carousel-container .block-carousel-image-container .descript > div strong {
            font-size: 18px;
            line-height: 24px;
            letter-spacing: -0.01em;
            margin-bottom: 8px;
            color: #FFFFFF; }
          .box-testi-home2 .block-carousel-container .block-carousel-image-container .descript > div p {
            margin-bottom: 0px;
            text-transform: capitalize;
            color: #FFFFFF; }

.banner6-home2 {
  margin: 0px; }
  .banner6-home2 .block {
    margin-bottom: 0px !important; }
  .banner6-home2 .banner-left .image_description {
    top: 50%;
    transform: translateY(-50%);
    left: 30%; }
    .rtl .banner6-home2 .banner-left .image_description {
      right: 30%;
      left: auto; }
    @media (max-width: 575px) {
      .banner6-home2 .banner-left .image_description {
        padding-left: 15px !important;
        padding-right: 15px !important;
        left: 0%;
        position: inherit;
        transform: none; }
        .rtl .banner6-home2 .banner-left .image_description {
          padding-right: 15px !important;
          padding-left: inherit; }
        .rtl .banner6-home2 .banner-left .image_description {
          padding-left: 15px !important;
          padding-right: inherit; }
        .rtl .banner6-home2 .banner-left .image_description {
          right: 0%;
          left: auto; } }

.banner7-home2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .banner7-home2 .banner-content .Apcounter {
    margin-bottom: 0px !important; }
    .banner7-home2 .banner-content .Apcounter ul {
      margin-bottom: 0px; }
    .banner7-home2 .banner-content .Apcounter .counter_title_top {
      font-size: 16px;
      line-height: 30px;
      font-weight: 700;
      color: #FFFFFF;
      width: 100%;
      margin: 0px; }
    .banner7-home2 .banner-content .Apcounter .numscroller {
      font-size: 50px;
      line-height: 52px;
      color: #DAA14C;
      font-weight: 800; }
    .banner7-home2 .banner-content .Apcounter .counter-suffix {
      font-size: 50px;
      line-height: 52px;
      color: #DAA14C;
      font-weight: 800; }
    .banner7-home2 .banner-content .Apcounter li {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 20px;
      margin-bottom: 0px;
      text-align: left;
      border-right: 1px solid rgba(255, 255, 255, 0.24); }
      .rtl .banner7-home2 .banner-content .Apcounter li {
        text-align: right; }
      .rtl .banner7-home2 .banner-content .Apcounter li {
        border-left: 1px solid rgba(255, 255, 255, 0.24);
        border-right: inherit; }
      .banner7-home2 .banner-content .Apcounter li:last-child {
        border-right: 0px;
        border-right: 0px; }
        .rtl .banner7-home2 .banner-content .Apcounter li:last-child {
          border-left: 0px;
          border-right: inherit; }
      @media (max-width: 575px) {
        .banner7-home2 .banner-content .Apcounter li {
          border-right: 0px; }
          .rtl .banner7-home2 .banner-content .Apcounter li {
            border-left: 0px;
            border-right: inherit; } }
      .banner7-home2 .banner-content .Apcounter li .counter_title_top {
        order: 2;
        text-align: center; }
      .banner7-home2 .banner-content .Apcounter li .numscroller {
        order: 1; }
      .banner7-home2 .banner-content .Apcounter li .counter-suffix {
        order: 1; }
      .banner7-home2 .banner-content .Apcounter li:hover {
        cursor: pointer;
        background-color: #DAA14C; }
        .banner7-home2 .banner-content .Apcounter li:hover .numscroller {
          color: #FFFFFF; }
        .banner7-home2 .banner-content .Apcounter li:hover .counter-suffix {
          color: #FFFFFF; }

.box-blog-home2 .title_block {
  margin-bottom: 50px !important; }
  @media (max-width: 575px) {
    .box-blog-home2 .title_block {
      margin-bottom: 30px !important; } }
.box-blog-home2 .latest-blogs .blog-title a {
  color: #FFFFFF; }
  .box-blog-home2 .latest-blogs .blog-title a:hover {
    color: #DAA14C; }
.box-blog-home2 .latest-blogs .blog-meta .author {
  color: #FFFFFF; }
.box-blog-home2 .latest-blogs .blog-desc {
  color: #9B9B9B; }
.box-blog-home2 .latest-blogs .read-more a {
  color: #FFFFFF; }
  .box-blog-home2 .latest-blogs .read-more a:hover {
    color: #DAA14C; }

/*Home 3*/
.banner1-home3 .banner-left {
  margin-bottom: -40%; }
  @media (max-width: 991px) {
    .banner1-home3 .banner-left {
      margin-bottom: 0%; } }
.banner1-home3 .banner-center {
  padding: 10px 55px 0px; }
  @media (max-width: 991px) {
    .banner1-home3 .banner-center {
      padding: 0px 15px; } }
  .banner1-home3 .banner-center .title_block {
    margin-bottom: 40px !important; }
  .banner1-home3 .banner-center .sub-title-widget {
    margin-bottom: 20px;
    font-weight: 600;
    color: #30373E; }
  .banner1-home3 .banner-center .text-banner {
    font-size: 16px;
    margin-bottom: 65px; }
  .banner1-home3 .banner-center .signature {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .banner1-home3 .banner-center .signature .signature-name {
      font-family: 'Allison', cursive;
      color: #DAA14C;
      font-size: 58px;
      line-height: 1.1;
      margin-right: 15px;
      margin-bottom: 0px; }
      .rtl .banner1-home3 .banner-center .signature .signature-name {
        margin-left: 15px;
        margin-right: inherit; }
    .banner1-home3 .banner-center .signature > div p {
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 0px; }
.banner1-home3 .banner-right {
  margin-top: -13%; }
  @media (max-width: 991px) {
    .banner1-home3 .banner-right {
      margin-top: 0%; } }
  .banner1-home3 .banner-right .block-carousel-image-container {
    padding: 55px;
    background-color: #DAA14C; }
    .banner1-home3 .banner-right .block-carousel-image-container .title {
      padding-top: 22px;
      font-size: 18px;
      line-height: 40px;
      letter-spacing: -0.01em;
      font-weight: 700;
      color: #FFFFFF;
      margin-bottom: 10px; }
    .banner1-home3 .banner-right .block-carousel-image-container .sub-title {
      color: #FFFFFF; }
  .banner1-home3 .banner-right .owl-pagination {
    margin-top: 30px;
    margin-left: 30px;
    display: flex;
    align-items: center; }
    .rtl .banner1-home3 .banner-right .owl-pagination {
      margin-right: 30px;
      margin-left: inherit; }
    .banner1-home3 .banner-right .owl-pagination .owl-page {
      padding: 0px 4px; }
      .banner1-home3 .banner-right .owl-pagination .owl-page.active span {
        background-color: #DAA14C;
        width: 10px;
        height: 10px; }
      .banner1-home3 .banner-right .owl-pagination .owl-page span {
        background-color: #C4C4C4;
        width: 6px;
        height: 6px; }

.banner2-home3 .title_block {
  margin-bottom: 55px !important; }
  @media (max-width: 991px) {
    .banner2-home3 .title_block {
      margin-bottom: 30px !important; } }
.banner2-home3 .col-button .button {
  margin-bottom: 30px; }
.banner2-home3 .img-banner {
  text-align: center; }
  .banner2-home3 .img-banner .title {
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    letter-spacing: -0.01em;
    margin-top: 30px;
    text-transform: capitalize;
    font-weight: 700; }
  .banner2-home3 .img-banner .sub-title {
    margin-top: 15px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600; }
  .banner2-home3 .img-banner .block-carousel-image-container {
    position: relative;
    transition: opacity 0.3s ease 0s; }
    .banner2-home3 .img-banner .block-carousel-image-container:hover img {
      -webkit-filter: brightness(0.35);
      filter: brightness(0.35); }
    .banner2-home3 .img-banner .block-carousel-image-container:hover .descript {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s ease 0s; }
  .banner2-home3 .img-banner .descript {
    position: absolute;
    bottom: 45px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease 0s; }

.banner3-home3 .banner-left .image_description {
  bottom: 57px;
  right: 38px;
  background-color: #DAA14C;
  padding: 35px 60px;
  border-radius: 50%;
  text-align: center; }
  .rtl .banner3-home3 .banner-left .image_description {
    left: 38px;
    right: auto; }
  @media (max-width: 575px) {
    .banner3-home3 .banner-left .image_description {
      bottom: 10px;
      right: 10px;
      padding: 20px 45px; }
      .rtl .banner3-home3 .banner-left .image_description {
        left: 10px;
        right: auto; } }
  .banner3-home3 .banner-left .image_description::before {
    content: '';
    border: 2px dashed #FFFFFF;
    position: absolute;
    left: 7px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .banner3-home3 .banner-left .image_description .title-banner {
    font-size: 68px;
    line-height: 1;
    font-weight: 800;
    color: #FFFFFF; }
  .banner3-home3 .banner-left .image_description .text-banner {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800; }
.banner3-home3 .banner-right {
  padding-left: 60px;
  padding-top: 30px; }
  .rtl .banner3-home3 .banner-right {
    padding-right: 60px;
    padding-left: inherit; }
  @media (max-width: 1199px) {
    .banner3-home3 .banner-right {
      padding-left: 15px;
      padding-top: 0px; }
      .rtl .banner3-home3 .banner-right {
        padding-right: 15px;
        padding-left: inherit; } }

.banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container {
  padding: 0px 80px 0px 70px; }
  .rtl .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container {
    padding: 0px 70px 0px 80px; }
  @media (max-width: 1199px) {
    .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container {
      padding: 0px 15px 0px 15px; }
      .rtl .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container {
        padding: 0px 15px 0px 15px; } }
  .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container img {
    padding-bottom: 15px; }
  .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 50px; }
  .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container .descript {
    display: flex;
    align-items: center; }
    .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container .descript img {
      margin-right: 20px;
      padding-bottom: 0px;
      border-radius: 50%; }
      .rtl .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container .descript img {
        margin-left: 20px;
        margin-right: inherit; }
    .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container .descript > div strong {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: -0.01em;
      margin-bottom: 8px;
      color: "Plus Jakarta Sans", sans-serif; }
    .banner4-home3 .box-testi-home3 .block-carousel-container .block-carousel-image-container .descript > div p {
      margin-bottom: 0px;
      text-transform: capitalize; }

.banner5-home3 .banner-content .image_description {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 991px) {
    .banner5-home3 .banner-content .image_description {
      top: 0%;
      left: 0%;
      position: inherit;
      transform: none;
      text-align: center;
      padding-top: 30px; } }
  .banner5-home3 .banner-content .image_description p {
    margin-bottom: 0px; }
  .banner5-home3 .banner-content .image_description .title_block {
    color: #FFFFFF;
    margin-bottom: 50px !important; }
    @media (max-width: 1199px) {
      .banner5-home3 .banner-content .image_description .title_block {
        margin-bottom: 30px !important; } }
    @media (max-width: 991px) {
      .banner5-home3 .banner-content .image_description .title_block {
        color: #30373E; } }
    @media (max-width: 575px) {
      .banner5-home3 .banner-content .image_description .title_block {
        margin-bottom: 15px !important; } }
  .banner5-home3 .banner-content .image_description .sub-title-widget {
    margin-bottom: 15px; }

.banner6-home3 .banner-left {
  padding-top: 30px; }
.banner6-home3 .banner-right {
  padding-left: 70px; }
  .rtl .banner6-home3 .banner-right {
    padding-right: 70px;
    padding-left: inherit; }
  @media (max-width: 767px) {
    .banner6-home3 .banner-right {
      padding-left: 15px; }
      .rtl .banner6-home3 .banner-right {
        padding-right: 15px;
        padding-left: inherit; } }
  .banner6-home3 .banner-right .image_description {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 60px 50px;
    background-image: linear-gradient(0deg, #000000, transparent); }
    .banner6-home3 .banner-right .image_description p {
      margin-bottom: 0px; }
    .banner6-home3 .banner-right .image_description .title-banner {
      color: #FFFFFF;
      font-size: 32px;
      line-height: 1.2;
      margin-bottom: 30px; }
    .banner6-home3 .banner-right .image_description .button4-banner {
      color: #FFFFFF; }

/*home 4*/
.banner1-home4 .banner-left::before {
  content: '';
  background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-kitchor-home4-banner1-img2.png?v=1654064231);
  position: absolute;
  top: 0;
  bottom: auto;
  right: -8%;
  width: 483px;
  height: 518px; }
  .rtl .banner1-home4 .banner-left::before {
    left: -8%;
    right: auto; }
.banner1-home4 .banner-right {
  padding: 55px 75px 0px 95px; }
  .rtl .banner1-home4 .banner-right {
    padding: 55px 95px 0px 75px; }
  @media (max-width: 991px) {
    .banner1-home4 .banner-right {
      padding: 15px 15px 0px 15px; }
      .rtl .banner1-home4 .banner-right {
        padding: 15px 15px 0px 15px; } }

.button .btn::after {
  content: '\f178';
  font-size: 15px;
  padding-left: 10px !important;
  padding-right: 0px !important;
  transition: all 0.3s ease-in;
  color: #FFFFFF;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400; }
  .rtl .button .btn::after {
    padding-right: 10px !important;
    padding-left: inherit; }
  .rtl .button .btn::after {
    padding-left: 0px !important;
    padding-right: inherit; }

.banner2-home4 .banner-left {
  padding-right: 90px !important;
  padding-left: 15px !important; }
  .rtl .banner2-home4 .banner-left {
    padding-left: 90px !important;
    padding-right: inherit; }
  .rtl .banner2-home4 .banner-left {
    padding-right: 15px !important;
    padding-left: inherit; }
  @media (max-width: 1199px) {
    .banner2-home4 .banner-left {
      padding-right: 15px !important;
      padding-left: 15px !important; }
      .rtl .banner2-home4 .banner-left {
        padding-left: 15px !important;
        padding-right: inherit; }
      .rtl .banner2-home4 .banner-left {
        padding-right: 15px !important;
        padding-left: inherit; } }
  @media (max-width: 991px) {
    .banner2-home4 .banner-left {
      padding-bottom: 30px; } }
.banner2-home4 .box-video-2 {
  position: relative;
  padding-left: 60px !important;
  padding-right: 15px !important; }
  .rtl .banner2-home4 .box-video-2 {
    padding-right: 60px !important;
    padding-left: inherit; }
  .rtl .banner2-home4 .box-video-2 {
    padding-left: 15px !important;
    padding-right: inherit; }
  @media (max-width: 1199px) {
    .banner2-home4 .box-video-2 {
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .rtl .banner2-home4 .box-video-2 {
        padding-right: 15px !important;
        padding-left: inherit; }
      .rtl .banner2-home4 .box-video-2 {
        padding-left: 15px !important;
        padding-right: inherit; } }
  .banner2-home4 .box-video-2 .box-icon-play {
    position: absolute;
    bottom: 0%;
    right: 15%;
    padding: 30px 40px;
    background-color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .rtl .banner2-home4 .box-video-2 .box-icon-play {
      left: 15%;
      right: auto; }
    .banner2-home4 .box-video-2 .box-icon-play .image_description {
      position: relative;
      padding-left: 15px !important;
      padding-right: 0 !important; }
      .rtl .banner2-home4 .box-video-2 .box-icon-play .image_description {
        padding-right: 15px !important;
        padding-left: inherit; }
      .rtl .banner2-home4 .box-video-2 .box-icon-play .image_description {
        padding-left: 0 !important;
        padding-right: inherit; }
      .banner2-home4 .box-video-2 .box-icon-play .image_description p {
        margin-bottom: 0px; }
      .banner2-home4 .box-video-2 .box-icon-play .image_description .title-banner {
        color: #DAA14C; }
    @media (max-width: 575px) {
      .banner2-home4 .box-video-2 .box-icon-play img {
        width: 50% !important; } }
    .banner2-home4 .box-video-2 .box-icon-play:hover img {
      transform: scale(1); }
  .banner2-home4 .box-video-2 .img-bg-video:hover img {
    transform: scale(1); }
.banner2-home4 .box-video-2 .video {
  display: none; }

.banner4-home4 .banner-left .image_description {
  bottom: 34px;
  right: 0px;
  background-color: #DAA14C;
  padding: 35px 60px;
  border-radius: 50%;
  text-align: center; }
  .rtl .banner4-home4 .banner-left .image_description {
    left: 0px;
    right: auto; }
  @media (max-width: 575px) {
    .banner4-home4 .banner-left .image_description {
      bottom: 10px;
      right: 10px;
      padding: 20px 45px; }
      .rtl .banner4-home4 .banner-left .image_description {
        left: 10px;
        right: auto; } }
  .banner4-home4 .banner-left .image_description::before {
    content: '';
    border: 2px dashed #FFFFFF;
    position: absolute;
    left: 7px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .banner4-home4 .banner-left .image_description .title-banner {
    font-size: 68px;
    line-height: 1;
    font-weight: 800;
    color: #FFFFFF; }
  .banner4-home4 .banner-left .image_description .text-banner {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800; }
.banner4-home4 .banner-right {
  padding-left: 80px;
  padding-top: 86px; }
  .rtl .banner4-home4 .banner-right {
    padding-right: 80px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .banner4-home4 .banner-right {
      padding-left: 15px;
      padding-top: 0px; }
      .rtl .banner4-home4 .banner-right {
        padding-right: 15px;
        padding-left: inherit; } }
  @media (max-width: 575px) {
    .banner4-home4 .banner-right {
      padding-bottom: 30px; } }

.box-testi-home4 .title_block {
  color: #FFFFFF; }
.box-testi-home4 .block-carousel-container .block-carousel-image-container {
  background-color: rgba(0, 0, 0, 0.68);
  padding: 40px; }
  .box-testi-home4 .block-carousel-container .block-carousel-image-container img {
    padding-bottom: 15px; }
  .box-testi-home4 .block-carousel-container .block-carousel-image-container .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #FFFFFF;
    margin-bottom: 50px; }
  .box-testi-home4 .block-carousel-container .block-carousel-image-container .descript {
    display: flex;
    align-items: center; }
    .box-testi-home4 .block-carousel-container .block-carousel-image-container .descript img {
      margin-right: 20px;
      padding-bottom: 0px;
      border-radius: 50%; }
      .rtl .box-testi-home4 .block-carousel-container .block-carousel-image-container .descript img {
        margin-left: 20px;
        margin-right: inherit; }
    .box-testi-home4 .block-carousel-container .block-carousel-image-container .descript > div {
      color: #FFFFFF; }
      .box-testi-home4 .block-carousel-container .block-carousel-image-container .descript > div strong {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.01em;
        margin-bottom: 8px;
        color: #FFFFFF; }
      .box-testi-home4 .block-carousel-container .block-carousel-image-container .descript > div p {
        margin-bottom: 0px;
        text-transform: capitalize;
        color: #666666; }

.box-brand-home4 {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/*Home 5*/
.banner1-home5 .banner-right {
  padding-left: 65px;
  padding-top: 20px; }
  .rtl .banner1-home5 .banner-right {
    padding-right: 65px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .banner1-home5 .banner-right {
      padding-left: 30px !important;
      padding-right: 30px !important;
      padding-top: 0px; }
      .rtl .banner1-home5 .banner-right {
        padding-right: 30px !important;
        padding-left: inherit; }
      .rtl .banner1-home5 .banner-right {
        padding-left: 30px !important;
        padding-right: inherit; } }
  .banner1-home5 .banner-right .sv-service {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .banner1-home5 .banner-right .sv-service .sv-col {
      padding-right: 60px; }
      .rtl .banner1-home5 .banner-right .sv-service .sv-col {
        padding-left: 60px;
        padding-right: inherit; }
      .banner1-home5 .banner-right .sv-service .sv-col .sv-text {
        padding-top: 20px; }
        .banner1-home5 .banner-right .sv-service .sv-col .sv-text strong {
          font-size: 17px;
          letter-spacing: -0.01em; }

.banner2-home5 .banner-left {
  padding-right: 65px; }
  .rtl .banner2-home5 .banner-left {
    padding-left: 65px;
    padding-right: inherit; }
  @media (max-width: 991px) {
    .banner2-home5 .banner-left {
      padding-right: 15px; }
      .rtl .banner2-home5 .banner-left {
        padding-left: 15px;
        padding-right: inherit; } }
.banner2-home5 .banner-right .text-content .text-banner {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  border-bottom: 2px solid #DAA14C; }

.banner3-home5 {
  padding-left: 110px; }
  .rtl .banner3-home5 {
    padding-right: 110px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .banner3-home5 {
      padding-left: 0px; }
      .rtl .banner3-home5 {
        padding-right: 0px;
        padding-left: inherit; } }
  .banner3-home5 .img-banner {
    margin-top: -35%;
    margin-right: -30% !important;
    margin-left: 46% !important;
    margin-bottom: -12% !important; }
    .rtl .banner3-home5 .img-banner {
      margin-left: -30% !important;
      margin-right: inherit; }
    .rtl .banner3-home5 .img-banner {
      margin-right: 46% !important;
      margin-left: inherit; }
    @media (max-width: 1199px) {
      .banner3-home5 .img-banner {
        padding-top: 30px;
        margin-top: 0%;
        margin-right: 0% !important;
        margin-left: 0% !important;
        margin-bottom: 0% !important; }
        .rtl .banner3-home5 .img-banner {
          margin-left: 0% !important;
          margin-right: inherit; }
        .rtl .banner3-home5 .img-banner {
          margin-right: 0% !important;
          margin-left: inherit; } }

.banner4-home5 {
  display: flex;
  flex-wrap: wrap; }
  .banner4-home5 .sub-title-widget.sub-title-ap-group {
    width: 100%; }
  @media (min-width: 992px) {
    .banner4-home5 .title_block {
      margin-bottom: 65px !important; } }
  .banner4-home5 .banner-left {
    padding-right: 60px; }
    .rtl .banner4-home5 .banner-left {
      padding-left: 60px;
      padding-right: inherit; }
    @media (max-width: 991px) {
      .banner4-home5 .banner-left {
        padding-right: 15px; }
        .rtl .banner4-home5 .banner-left {
          padding-left: 15px;
          padding-right: inherit; } }
    .banner4-home5 .banner-left .img-banner {
      margin-left: -130%; }
      .rtl .banner4-home5 .banner-left .img-banner {
        margin-right: -130%;
        margin-left: inherit; }
      @media (max-width: 1199px) {
        .banner4-home5 .banner-left .img-banner {
          margin-left: 0%; }
          .rtl .banner4-home5 .banner-left .img-banner {
            margin-right: 0%;
            margin-left: inherit; } }
      .banner4-home5 .banner-left .img-banner .owl-buttons {
        position: absolute;
        top: 110%;
        left: 50%; }
        @media (min-width: 1200px) {
          .banner4-home5 .banner-left .img-banner .owl-buttons .owl-prev, .banner4-home5 .banner-left .img-banner .owl-buttons .owl-next {
            bottom: -15%;
            transform: none;
            width: 42px;
            height: 42px;
            line-height: 40px;
            background-color: #FFFFFF;
            border: 1px solid #BFBFBF;
            color: #BFBFBF; }
            .banner4-home5 .banner-left .img-banner .owl-buttons .owl-prev::before, .banner4-home5 .banner-left .img-banner .owl-buttons .owl-next::before {
              font-size: 20px;
              color: #BFBFBF; }
            .banner4-home5 .banner-left .img-banner .owl-buttons .owl-prev:hover, .banner4-home5 .banner-left .img-banner .owl-buttons .owl-prev:focus, .banner4-home5 .banner-left .img-banner .owl-buttons .owl-next:hover, .banner4-home5 .banner-left .img-banner .owl-buttons .owl-next:focus {
              border: 1px solid #30373E;
              color: #30373E;
              background-color: #FFFFFF; }
              .banner4-home5 .banner-left .img-banner .owl-buttons .owl-prev:hover::before, .banner4-home5 .banner-left .img-banner .owl-buttons .owl-prev:focus::before, .banner4-home5 .banner-left .img-banner .owl-buttons .owl-next:hover::before, .banner4-home5 .banner-left .img-banner .owl-buttons .owl-next:focus::before {
                color: #30373E; }
          .banner4-home5 .banner-left .img-banner .owl-buttons .owl-next {
            right: -50px; } }
        @media (max-width: 991px) {
          .banner4-home5 .banner-left .img-banner .owl-buttons {
            position: inherit; }
            .banner4-home5 .banner-left .img-banner .owl-buttons .owl-prev {
              left: 5px; }
            .banner4-home5 .banner-left .img-banner .owl-buttons .owl-next {
              right: 20px; } }
      .banner4-home5 .banner-left .img-banner .descript {
        display: none; }
  .banner4-home5 .banner-right::before {
    content: '';
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20%;
    right: -35%; }
    .rtl .banner4-home5 .banner-right::before {
      left: -35%;
      right: auto; }
  .banner4-home5 .banner-right .image_description {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    line-height: 1;
    padding: 30px 20px;
    border-radius: 50%; }
    .banner4-home5 .banner-right .image_description p {
      margin-bottom: 0px;
      color: #30373E;
      font-weight: 500; }
  .banner4-home5 .banner-right .button {
    z-index: 20;
    position: relative; }
    .banner4-home5 .banner-right .button .btn {
      padding: 0;
      background-color: transparent;
      color: #30373E;
      align-items: center;
      display: inline-flex;
      font-size: 12px;
      line-height: 2;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.11em; }
      .banner4-home5 .banner-right .button .btn::after {
        content: '\f178';
        font-size: 15px;
        padding-left: 10px !important;
        padding-right: 0px !important;
        transition: all 0.3s ease-in;
        color: #30373E;
        font-family: "Font Awesome 5 Pro";
        font-weight: bold; }
        .rtl .banner4-home5 .banner-right .button .btn::after {
          padding-right: 10px !important;
          padding-left: inherit; }
        .rtl .banner4-home5 .banner-right .button .btn::after {
          padding-left: 0px !important;
          padding-right: inherit; }
      .banner4-home5 .banner-right .button .btn:hover {
        color: #DAA14C; }
        .banner4-home5 .banner-right .button .btn:hover::after {
          color: #DAA14C;
          transition: all 0.3s ease-in; }

.banner5-home5 .title_block {
  margin-bottom: 35px !important; }
.banner5-home5 .banner-content .img-banner {
  position: relative;
  background-color: #F5F5F5;
  transition: all ease .45s; }
  .banner5-home5 .banner-content .img-banner img {
    opacity: 0;
    visibility: hidden; }
  .banner5-home5 .banner-content .img-banner .image_description {
    top: 0px;
    bottom: 0;
    padding: 30px; }
    .banner5-home5 .banner-content .img-banner .image_description .title-banner {
      font-size: 120px;
      line-height: 1;
      color: rgba(0, 0, 0, 0.1);
      margin-bottom: 15px; }
      @media (max-width: 991px) and (min-width: 768px) {
        .banner5-home5 .banner-content .img-banner .image_description .title-banner {
          font-size: 90px; } }
    .banner5-home5 .banner-content .img-banner .image_description .text-banner {
      color: #30373E;
      font-size: 18px;
      letter-spacing: -0.01em;
      font-weight: 700;
      margin-bottom: 15px; }
    .banner5-home5 .banner-content .img-banner .image_description .button {
      margin-bottom: 0px;
      bottom: 30px;
      position: absolute; }
      .banner5-home5 .banner-content .img-banner .image_description .button a::after {
        content: '\f178';
        font-size: 15px;
        padding-left: 10px !important;
        padding-right: 0px !important;
        color: #30373E;
        font-family: "Font Awesome 5 Pro";
        font-weight: bold; }
        .rtl .banner5-home5 .banner-content .img-banner .image_description .button a::after {
          padding-right: 10px !important;
          padding-left: inherit; }
        .rtl .banner5-home5 .banner-content .img-banner .image_description .button a::after {
          padding-left: 0px !important;
          padding-right: inherit; }
  .banner5-home5 .banner-content .img-banner:hover img {
    opacity: 1;
    visibility: visible;
    transition: all ease .45s; }
  .banner5-home5 .banner-content .img-banner:hover .image_description .title-banner {
    color: rgba(255, 255, 255, 0.2); }
  .banner5-home5 .banner-content .img-banner:hover .image_description .text-banner {
    color: #FFFFFF; }
  .banner5-home5 .banner-content .img-banner:hover .image_description .text2-banner {
    color: #FFFFFF; }
  .banner5-home5 .banner-content .img-banner:hover .image_description .button6-banner {
    color: #FFFFFF; }
  .banner5-home5 .banner-content .img-banner:hover .image_description .button a::after {
    color: #FFFFFF; }

.banner6-home5 {
  position: relative; }
  .banner6-home5::before {
    content: '';
    position: absolute;
    background-color: #F5F5F5;
    top: 0;
    bottom: 0;
    left: -25%;
    width: 100%;
    height: 100%; }
    .rtl .banner6-home5::before {
      right: -25%;
      left: auto; }
  .banner6-home5 .img-banner {
    margin-top: -43%;
    margin-right: -26% !important;
    margin-left: 49% !important;
    margin-bottom: 0px !important; }
    .rtl .banner6-home5 .img-banner {
      margin-left: -26% !important;
      margin-right: inherit; }
    .rtl .banner6-home5 .img-banner {
      margin-right: 49% !important;
      margin-left: inherit; }
    @media (max-width: 991px) {
      .banner6-home5 .img-banner {
        padding-bottom: 30px;
        margin-top: 0%;
        margin-right: 0% !important;
        margin-left: 0% !important;
        margin-bottom: 0% !important; }
        .rtl .banner6-home5 .img-banner {
          margin-left: 0% !important;
          margin-right: inherit; }
        .rtl .banner6-home5 .img-banner {
          margin-right: 0% !important;
          margin-left: inherit; } }
  .banner6-home5 .sv-service {
    max-width: 520px; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .banner6-home5 .sv-service {
        max-width: 440px; } }
    .banner6-home5 .sv-service .sv-col {
      display: flex;
      align-items: center;
      padding-bottom: 35px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: 30px; }
      .banner6-home5 .sv-service .sv-col .sv-text {
        margin-left: 25px; }
        .rtl .banner6-home5 .sv-service .sv-col .sv-text {
          margin-right: 25px;
          margin-left: inherit; }
        .banner6-home5 .sv-service .sv-col .sv-text p {
          margin-bottom: 0px;
          font-size: 15px; }
      .banner6-home5 .sv-service .sv-col:last-child {
        border-bottom: 0px;
        margin-bottom: 0px; }

.banner7-home5 {
  position: relative; }
  .banner7-home5::before {
    content: '';
    position: absolute;
    background-color: #F5F5F5;
    top: 0;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 100%; }
    .rtl .banner7-home5::before {
      left: 0;
      right: auto; }
  .banner7-home5 .banner-left {
    padding-left: 100px;
    max-width: 600px; }
    .rtl .banner7-home5 .banner-left {
      padding-right: 100px;
      padding-left: inherit; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .banner7-home5 .banner-left {
        padding-left: 50px; }
        .rtl .banner7-home5 .banner-left {
          padding-right: 50px;
          padding-left: inherit; } }
    @media (max-width: 991px) {
      .banner7-home5 .banner-left {
        padding-left: 30px !important;
        padding-right: 30px !important; }
        .rtl .banner7-home5 .banner-left {
          padding-right: 30px !important;
          padding-left: inherit; }
        .rtl .banner7-home5 .banner-left {
          padding-left: 30px !important;
          padding-right: inherit; } }
    .banner7-home5 .banner-left .sv-service {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .banner7-home5 .banner-left .sv-service .sv-col {
        display: flex;
        align-items: center;
        padding-right: 30px;
        margin-bottom: 37px; }
        .rtl .banner7-home5 .banner-left .sv-service .sv-col {
          padding-left: 30px;
          padding-right: inherit; }
        .banner7-home5 .banner-left .sv-service .sv-col .sv-img {
          width: 80px;
          height: 80px;
          background-color: #DAA14C;
          padding: 20px;
          border-radius: 50%;
          display: flex; }
        .banner7-home5 .banner-left .sv-service .sv-col .sv-text {
          padding-left: 20px; }
          .rtl .banner7-home5 .banner-left .sv-service .sv-col .sv-text {
            padding-right: 20px;
            padding-left: inherit; }
          .banner7-home5 .banner-left .sv-service .sv-col .sv-text strong {
            font-size: 30px;
            line-height: 40px;
            font-weight: 800;
            color: #DAA14C; }
          .banner7-home5 .banner-left .sv-service .sv-col .sv-text p {
            margin-bottom: 0px;
            font-size: 12px;
            line-height: 16px;
            text-transform: uppercase;
            font-weight: 600; }

.banner8-home5 .box-video {
  display: flex;
  justify-content: flex-end; }
  .banner8-home5 .box-video .box-icon-play {
    display: flex;
    align-items: center;
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin-bottom: 0px !important;
    background-color: #DAA14C;
    padding: 13px 60px 13px 13px;
    border-radius: 50px; }
    .rtl .banner8-home5 .box-video .box-icon-play {
      padding: 13px 13px 13px 60px; }
    .banner8-home5 .box-video .box-icon-play .image_description {
      padding-left: 15px !important;
      padding-right: 0 !important; }
      .rtl .banner8-home5 .box-video .box-icon-play .image_description {
        padding-right: 15px !important;
        padding-left: inherit; }
      .rtl .banner8-home5 .box-video .box-icon-play .image_description {
        padding-left: 0 !important;
        padding-right: inherit; }
      .banner8-home5 .box-video .box-icon-play .image_description p {
        margin-bottom: 0px; }
      .banner8-home5 .box-video .box-icon-play .image_description .title-banner {
        margin-bottom: 0px;
        color: #FFFFFF;
        font-size: 20px; }
      .banner8-home5 .box-video .box-icon-play .image_description .text-banner {
        color: #FFFFFF;
        font-weight: 700; }

.banner9-home5 {
  position: relative; }
  .banner9-home5::before {
    content: '';
    position: absolute;
    background-color: #F5F5F5;
    top: 0;
    bottom: 0;
    left: -25%;
    width: 100%;
    height: 100%; }
    .rtl .banner9-home5::before {
      right: -25%;
      left: auto; }
  .banner9-home5 .box-testi-home5 {
    padding-left: 15px;
    padding-right: 15px; }
    .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container {
      padding: 0px 80px 0px 70px; }
      .rtl .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container {
        padding: 0px 70px 0px 80px; }
      @media (max-width: 1199px) {
        .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container {
          padding: 0px 15px 0px 15px; }
          .rtl .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container {
            padding: 0px 15px 0px 15px; } }
      .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container img {
        padding-bottom: 15px; }
      .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container .sub-title {
        font-size: 18px;
        line-height: 28px;
        font-style: italic;
        margin-bottom: 50px; }
      .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container .descript {
        display: flex;
        align-items: center; }
        .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container .descript img {
          margin-right: 20px;
          padding-bottom: 0px;
          border-radius: 50%; }
          .rtl .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container .descript img {
            margin-left: 20px;
            margin-right: inherit; }
        .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container .descript > div strong {
          font-size: 18px;
          line-height: 24px;
          letter-spacing: -0.01em;
          margin-bottom: 8px;
          color: "Plus Jakarta Sans", sans-serif; }
        .banner9-home5 .box-testi-home5 .block-carousel-container .block-carousel-image-container .descript > div p {
          margin-bottom: 0px;
          text-transform: capitalize; }
  .banner9-home5 .banner-right .img-banner {
    margin-right: -55%;
    margin-bottom: 100px !important; }
    .rtl .banner9-home5 .banner-right .img-banner {
      margin-left: -55%;
      margin-right: inherit; }
    @media (max-width: 991px) {
      .banner9-home5 .banner-right .img-banner {
        margin-right: 0%;
        margin-bottom: 30px !important; }
        .rtl .banner9-home5 .banner-right .img-banner {
          margin-left: 0%;
          margin-right: inherit; } }

.box-blog-home5 .banner-left {
  padding-right: 45px; }
  .rtl .box-blog-home5 .banner-left {
    padding-left: 45px;
    padding-right: inherit; }
  @media (max-width: 991px) {
    .box-blog-home5 .banner-left {
      padding-right: 15px; }
      .rtl .box-blog-home5 .banner-left {
        padding-left: 15px;
        padding-right: inherit; } }
  @media (min-width: 992px) {
    .box-blog-home5 .banner-left .latest-blogs {
      margin-bottom: 0px !important; } }
.box-blog-home5 .banner-right .latest-blogs .blog-container {
  display: flex;
  align-items: center;
  margin-bottom: 50px; }
  @media (max-width: 575px) {
    .box-blog-home5 .banner-right .latest-blogs .blog-container {
      display: inherit; } }
.box-blog-home5 .banner-right .latest-blogs .blog-image-container img {
  min-height: 240px;
  min-width: 240px; }
.box-blog-home5 .banner-right .latest-blogs .right-block {
  padding: 0px 0px 0px 30px; }
  .rtl .box-blog-home5 .banner-right .latest-blogs .right-block {
    padding: 0px 30px 0px 0px; }
  @media (max-width: 575px) {
    .box-blog-home5 .banner-right .latest-blogs .right-block {
      padding: 20px 0px 0px 0px; }
      .rtl .box-blog-home5 .banner-right .latest-blogs .right-block {
        padding: 20px 0px 0px 0px; } }
  .box-blog-home5 .banner-right .latest-blogs .right-block .blog-meta {
    font-size: 13px; }

/*Home 6*/
.banner1-home6 .banner-left {
  padding-right: 75px; }
  .rtl .banner1-home6 .banner-left {
    padding-left: 75px;
    padding-right: inherit; }
  @media (max-width: 991px) {
    .banner1-home6 .banner-left {
      padding-right: 15px; }
      .rtl .banner1-home6 .banner-left {
        padding-left: 15px;
        padding-right: inherit; } }
  .banner1-home6 .banner-left .testi-home6 {
    text-align: center;
    padding-top: 60px; }
    @media (max-width: 991px) {
      .banner1-home6 .banner-left .testi-home6 {
        padding-top: 15px; } }
    @media (max-width: 575px) {
      .banner1-home6 .banner-left .testi-home6 {
        padding-top: 10px; } }
    .banner1-home6 .banner-left .testi-home6 .block-carousel-image-container .title {
      font-size: 62px;
      font-family: 'Allison', cursive;
      color: #DAA14C;
      margin-bottom: 35px;
      line-height: 1; }
      @media (max-width: 991px) {
        .banner1-home6 .banner-left .testi-home6 .block-carousel-image-container .title {
          margin-bottom: 20px; } }
    .banner1-home6 .banner-left .testi-home6 .block-carousel-image-container .sub-title {
      font-size: 24px;
      line-height: 36px;
      color: #30373E;
      margin-bottom: 45px; }
      @media (max-width: 991px) {
        .banner1-home6 .banner-left .testi-home6 .block-carousel-image-container .sub-title {
          font-size: 19px;
          line-height: 25px;
          margin-bottom: 30px; } }
    .banner1-home6 .banner-left .testi-home6 .block-carousel-image-container .descript strong {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #30373E;
      text-transform: capitalize; }
    .banner1-home6 .banner-left .testi-home6 .block-carousel-image-container .descript p {
      text-transform: capitalize; }
.banner1-home6 .banner-right {
  padding-left: 75px;
  padding-top: 34px; }
  .rtl .banner1-home6 .banner-right {
    padding-right: 75px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .banner1-home6 .banner-right {
      padding-left: 15px; }
      .rtl .banner1-home6 .banner-right {
        padding-right: 15px;
        padding-left: inherit; } }
  .banner1-home6 .banner-right .content-right .title_block {
    margin-bottom: 30px !important; }
  .banner1-home6 .banner-right .content-right .sub-title-widget {
    margin-bottom: 50px; }
  .banner1-home6 .banner-right .button {
    padding-bottom: 90px; }
    @media (max-width: 991px) {
      .banner1-home6 .banner-right .button {
        padding-bottom: 50px; } }
    @media (max-width: 575px) {
      .banner1-home6 .banner-right .button {
        padding-bottom: 30px; } }

.banner2-home6 .banner-content .Apcounter {
  margin-bottom: 0px !important; }
  .banner2-home6 .banner-content .Apcounter ul {
    margin-bottom: 0px; }
  .banner2-home6 .banner-content .Apcounter .counter_title_top {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #30373E;
    width: 100%;
    margin: 0px; }
  .banner2-home6 .banner-content .Apcounter .numscroller {
    font-size: 50px;
    line-height: 52px;
    color: #DAA14C;
    font-weight: 800; }
  .banner2-home6 .banner-content .Apcounter .counter-suffix {
    font-size: 50px;
    line-height: 52px;
    color: #DAA14C;
    font-weight: 800; }
  .banner2-home6 .banner-content .Apcounter li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    margin-bottom: 0px;
    text-align: left;
    border-right: 1px solid rgba(48, 55, 62, 0.1); }
    .rtl .banner2-home6 .banner-content .Apcounter li {
      text-align: right; }
    .rtl .banner2-home6 .banner-content .Apcounter li {
      border-left: 1px solid rgba(48, 55, 62, 0.1);
      border-right: inherit; }
    .banner2-home6 .banner-content .Apcounter li:last-child {
      border-right: 0px;
      border-right: 0px; }
      .rtl .banner2-home6 .banner-content .Apcounter li:last-child {
        border-left: 0px;
        border-right: inherit; }
    @media (max-width: 575px) {
      .banner2-home6 .banner-content .Apcounter li {
        border-right: 0px; }
        .rtl .banner2-home6 .banner-content .Apcounter li {
          border-left: 0px;
          border-right: inherit; } }
    .banner2-home6 .banner-content .Apcounter li .counter_title_top {
      order: 2;
      text-align: center; }
    .banner2-home6 .banner-content .Apcounter li .numscroller {
      order: 1; }
    .banner2-home6 .banner-content .Apcounter li .counter-suffix {
      order: 1; }
    .banner2-home6 .banner-content .Apcounter li:hover {
      cursor: pointer;
      background-color: #DAA14C; }
      .banner2-home6 .banner-content .Apcounter li:hover .numscroller {
        color: #FFFFFF; }
      .banner2-home6 .banner-content .Apcounter li:hover .counter-suffix {
        color: #FFFFFF; }
      .banner2-home6 .banner-content .Apcounter li:hover .counter_title_top {
        color: #FFFFFF; }

.banner3-home6 {
  padding: 315px 0px 90px;
  margin-top: -195px; }
  @media (max-width: 991px) {
    .banner3-home6 {
      margin-top: -100px;
      padding: 150px 0px 20px; } }
  @media (max-width: 575px) {
    .banner3-home6 {
      margin-top: 0px;
      padding: 30px 0px 0px; } }
  .banner3-home6 .banner-left {
    padding-bottom: 30px; }
    .banner3-home6 .banner-left .title_block {
      color: #FFFFFF;
      margin-bottom: 50px !important; }
    .banner3-home6 .banner-left .btn {
      background-color: #DAA14C; }
      .banner3-home6 .banner-left .btn:hover {
        background-color: #FFFFFF;
        color: #DAA14C; }
        .banner3-home6 .banner-left .btn:hover::after {
          color: #DAA14C; }

.banner4-home6 .title_block {
  margin-bottom: 30px !important; }
.banner4-home6 .image_description {
  bottom: 0;
  top: 0%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background-image: linear-gradient(180deg, rgba(48, 55, 62, 0) 0%, #30373E 100%);
  transition: 0.3s ease-in; }
  @media (max-width: 767px) {
    .banner4-home6 .image_description {
      position: inherit;
      background-color: #DAA14C;
      display: inherit; } }
  .banner4-home6 .image_description .banner-content {
    top: 20%;
    padding: 50px 85px 50px 45px;
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.3s ease-in;
    border-right: 1px solid rgba(255, 255, 255, 0.36); }
    .rtl .banner4-home6 .image_description .banner-content {
      padding: 50px 45px 50px 85px; }
    .rtl .banner4-home6 .image_description .banner-content {
      border-left: 1px solid rgba(255, 255, 255, 0.36);
      border-right: inherit; }
    .banner4-home6 .image_description .banner-content:last-child {
      border-right: 0px; }
      .rtl .banner4-home6 .image_description .banner-content:last-child {
        border-left: 0px;
        border-right: inherit; }
    @media (max-width: 1200px) {
      .banner4-home6 .image_description .banner-content {
        padding: 50px 45px 50px 45px; }
        .rtl .banner4-home6 .image_description .banner-content {
          padding: 50px 45px 50px 45px; } }
    @media (max-width: 991px) {
      .banner4-home6 .image_description .banner-content {
        padding: 15px 15px 15px 15px; }
        .rtl .banner4-home6 .image_description .banner-content {
          padding: 15px 15px 15px 15px; } }
    @media (max-width: 767px) {
      .banner4-home6 .image_description .banner-content {
        border-right: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.36);
        width: 100%; }
        .rtl .banner4-home6 .image_description .banner-content {
          border-left: 0px;
          border-right: inherit; }
        .banner4-home6 .image_description .banner-content:last-child {
          border-bottom: 0px; } }
    .banner4-home6 .image_description .banner-content p {
      margin-bottom: 0px; }
    .banner4-home6 .image_description .banner-content .title-banner {
      font-size: 100px;
      line-height: 1.2;
      color: rgba(255, 255, 255, 0.1);
      margin-bottom: 15px; }
      @media (max-width: 991px) and (min-width: 768px) {
        .banner4-home6 .image_description .banner-content .title-banner {
          font-size: 90px; } }
    .banner4-home6 .image_description .banner-content .text-banner {
      color: #FFFFFF;
      font-size: 28px;
      line-height: 1.3;
      letter-spacing: -0.01em;
      font-weight: 700;
      margin-bottom: 50px; }
    .banner4-home6 .image_description .banner-content .text2-banner {
      color: #FFFFFF;
      display: none;
      transition: 0.3s ease-in;
      margin-bottom: 40px; }
    .banner4-home6 .image_description .banner-content .button a {
      color: #FFFFFF; }
      .banner4-home6 .image_description .banner-content .button a::after {
        content: '\f178';
        font-size: 15px;
        padding-left: 10px;
        padding-right: 0px;
        color: #FFFFFF;
        font-family: "Font Awesome 5 Pro";
        font-weight: bold; }
        .rtl .banner4-home6 .image_description .banner-content .button a::after {
          padding-right: 10px;
          padding-left: inherit; }
        .rtl .banner4-home6 .image_description .banner-content .button a::after {
          padding-left: 0px;
          padding-right: inherit; }
    .banner4-home6 .image_description .banner-content:hover .text-banner {
      margin-bottom: 15px; }
    .banner4-home6 .image_description .banner-content:hover .text2-banner {
      display: block;
      transition: 0.3s ease-in; }
@media (max-width: 767px) {
  .banner4-home6 .img-banner img {
    display: none; } }

.banner5-home6 .title_block {
  margin-bottom: 30px !important; }
.banner5-home6 .gallery-banner .image-item {
  padding: 0px;
  display: block; }
  .banner5-home6 .gallery-banner .image-item a {
    display: block; }
    .banner5-home6 .gallery-banner .image-item a:hover img {
      -webkit-filter: brightness(0.3);
      filter: brightness(0.3); }
    .banner5-home6 .gallery-banner .image-item a img {
      width: 100%;
      height: 100%; }
.banner5-home6 .img-banner {
  text-align: center; }
  .banner5-home6 .img-banner .owl-item {
    padding: 0; }
  .banner5-home6 .img-banner .title {
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    letter-spacing: -0.01em;
    margin-top: 30px;
    text-transform: capitalize;
    font-weight: 700; }
  .banner5-home6 .img-banner .sub-title {
    margin-top: 15px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600; }
  .banner5-home6 .img-banner .block-carousel-image-container {
    position: relative;
    transition: opacity 0.3s ease 0s; }
    .banner5-home6 .img-banner .block-carousel-image-container:hover img {
      -webkit-filter: brightness(0.5);
      filter: brightness(0.5); }
    .banner5-home6 .img-banner .block-carousel-image-container:hover .descript {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s ease 0s; }
  .banner5-home6 .img-banner .descript {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease 0s; }
.banner5-home6 .show_more {
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .banner5-home6 .show_more {
      padding-bottom: 50px; } }
  @media (max-width: 575px) {
    .banner5-home6 .show_more {
      padding-bottom: 30px; } }
  .banner5-home6 .show_more .btn {
    color: #30373E;
    display: block;
    font-size: 12px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    background-color: transparent;
    padding: 0;
    border: 0px;
    outline: none;
    margin: auto;
    padding-top: 30px; }
    .banner5-home6 .show_more .btn::after {
      content: '\f178';
      font-size: 15px;
      padding-left: 10px !important;
      padding-right: 0px !important;
      transition: all 0.3s ease-in;
      color: #30373E;
      font-family: "Font Awesome 5 Pro";
      font-weight: bold; }
      .rtl .banner5-home6 .show_more .btn::after {
        padding-right: 10px !important;
        padding-left: inherit; }
      .rtl .banner5-home6 .show_more .btn::after {
        padding-left: 0px !important;
        padding-right: inherit; }
    .banner5-home6 .show_more .btn:hover {
      color: #DAA14C; }
      .banner5-home6 .show_more .btn:hover::after {
        transition: all 0.3s ease-in;
        color: #DAA14C; }

.banner6-home6 .banner-left .ApImage:hover img {
  transform: scale(1); }
.banner6-home6 .banner-left .image_description {
  bottom: 0%;
  right: 10%;
  background-color: #FFFFFF;
  padding: 20px 60px 20px 30px; }
  .rtl .banner6-home6 .banner-left .image_description {
    padding: 20px 30px 20px 60px; }
  @media (max-width: 575px) {
    .banner6-home6 .banner-left .image_description {
      padding: 10px 30px 10px 15px; }
      .rtl .banner6-home6 .banner-left .image_description {
        padding: 10px 15px 10px 30px; } }
  .banner6-home6 .banner-left .image_description .title-banner {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #30373E;
    margin-bottom: 2px; }
  .banner6-home6 .banner-left .image_description .text-banner {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 2; }
.banner6-home6 .banner-right {
  padding-left: 75px;
  padding-top: 55px; }
  .rtl .banner6-home6 .banner-right {
    padding-right: 75px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .banner6-home6 .banner-right {
      padding-left: 15px;
      padding-top: 0px; }
      .rtl .banner6-home6 .banner-right {
        padding-right: 15px;
        padding-left: inherit; } }

.bannercontainer .tp-caption.text-mobile {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  text-transform: none;
  line-height: 1.1; }
.bannercontainer .tp-caption.title-mobile {
  line-height: 1.1;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  text-transform: none; }
.bannercontainer .tp-caption.text1-mobile {
  line-height: 1.1;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none; }
.bannercontainer .tp-caption.text2-mobile {
  line-height: 1.1;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none; }
  .bannercontainer .tp-caption.text2-mobile span {
    font-size: 36px;
    line-height: 44px; }

.rtl .breadcrumb-full {
  right: 50% !important;
  transform: translateX(50%); }

.banner2-about .img-banner {
  margin-top: -43%;
  margin-right: -26% !important;
  margin-left: 49% !important;
  margin-bottom: 0px !important; }
  .rtl .banner2-about .img-banner {
    margin-left: -26% !important;
    margin-right: inherit; }
  .rtl .banner2-about .img-banner {
    margin-right: 49% !important;
    margin-left: inherit; }
  @media (max-width: 991px) {
    .banner2-about .img-banner {
      padding-bottom: 30px;
      margin-top: 0%;
      margin-right: 0% !important;
      margin-left: 0% !important;
      margin-bottom: 0% !important; }
      .rtl .banner2-about .img-banner {
        margin-left: 0% !important;
        margin-right: inherit; }
      .rtl .banner2-about .img-banner {
        margin-right: 0% !important;
        margin-left: inherit; } }
.banner2-about .sv-service {
  max-width: 520px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .banner2-about .sv-service {
      max-width: 440px; } }
  .banner2-about .sv-service .sv-col {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    .banner2-about .sv-service .sv-col .sv-text {
      margin-left: 25px; }
      .rtl .banner2-about .sv-service .sv-col .sv-text {
        margin-right: 25px;
        margin-left: inherit; }
      .banner2-about .sv-service .sv-col .sv-text p {
        margin-bottom: 0px;
        font-size: 15px; }
    .banner2-about .sv-service .sv-col:last-child {
      border-bottom: 0px;
      margin-bottom: 0px; }

.banner3-about {
  padding: 150px 0px; }
  @media (max-width: 1200px) {
    .banner3-about {
      padding: 100px 0px; } }
  @media (max-width: 991px) {
    .banner3-about {
      padding: 60px 0px; } }
  @media (max-width: 575px) {
    .banner3-about {
      padding: 30px 0px; } }
  .banner3-about .banner-content p {
    margin-bottom: 0px; }
  .banner3-about .banner-content .title_block {
    color: #FFFFFF;
    margin-bottom: 50px !important; }
    @media (max-width: 1199px) {
      .banner3-about .banner-content .title_block {
        margin-bottom: 30px !important; } }
    @media (max-width: 575px) {
      .banner3-about .banner-content .title_block {
        margin-bottom: 15px !important; } }
  .banner3-about .banner-content .sub-title-widget {
    margin-bottom: 15px; }

/*style container-fluid*/
#page .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1200px) {
    #page .container-fluid {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 991px) {
    #page .container-fluid {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 575px) {
    #page .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

.container-fluid-home3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1200px) {
    .container-fluid-home3 {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 575px) {
    .container-fluid-home3 {
      padding-left: 15px;
      padding-right: 15px; } }

/*my-account*/
#my-account .page-footer a {
  padding: 15px 30px;
  border: 1px solid;
  text-transform: uppercase; }

/*module-leofeature-viewwishlist*/
#module-leofeature-viewwishlist #view_wishlist .product-description input {
  text-align: center; }
#module-leofeature-viewwishlist #view_wishlist .product-description .leo-bt-cart-content i {
  color: #FFFFFF; }

#mywishlist .footer_links li {
  margin-right: 10px; }
  .rtl #mywishlist .footer_links li {
    margin-left: 10px;
    margin-right: inherit; }
  #mywishlist .footer_links li .btn {
    font-size: 12px;
    padding: 9px 20px; }
  #mywishlist .footer_links li i {
    font-size: 18px; }

/*cart*/
#cart .cart-grid-body a {
  display: flex;
  align-items: center; }

.orange {
  color: #DAA14C !important; }

.page-not-found .popup-over a.popup-title {
  display: none; }

.search-widget .popup-content {
  padding: 0; }

@media (min-width: 992px) {
  ul.ui-autocomplete {
    width: 31%; } }
@media (max-width: 991px) {
  ul.ui-autocomplete {
    width: 55%; } }

#cms #content {
  font-size: 16px;
  line-height: 24px; }

.product-notification.position3 {
  left: 100px; }
  .rtl .product-notification.position3 {
    right: 100px;
    left: auto; }

.leonextprevious-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 99; }
  .leonextprevious-container > div {
    width: auto; }
    .leonextprevious-container > div a {
      padding: 0px;
      width: 40px;
      height: 40px;
      border: 2px solid #CED4DA;
      border-radius: 50%;
      background-color: #FFFFFF !important;
      display: block;
      position: relative;
      color: #000000;
      font-family: "Font Awesome 5 Pro"; }
      .leonextprevious-container > div a::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px; }
      .leonextprevious-container > div a::after {
        display: none; }
      .leonextprevious-container > div a:hover, .leonextprevious-container > div a:focus {
        border: 2px solid #DAA14C;
        color: #DAA14C;
        background-color: #FFFFFF; }
    .leonextprevious-container > div .button-hover {
      position: absolute;
      top: 150%;
      z-index: 9999;
      -moz-box-shadow: 0 0 5px #c1c1c1;
      -webkit-box-shadow: 0 0 5px #c1c1c1;
      -o-box-shadow: 0 0 5px #c1c1c1;
      -ms-box-shadow: 0 0 5px #c1c1c1;
      box-shadow: 0 0 5px #c1c1c1;
      width: 120px;
      margin-top: 10px;
      padding: 10px;
      text-align: center;
      background-color: #FFFFFF;
      transition: .3s ease-in-out; }
      .leonextprevious-container > div .button-hover img {
        width: 100%; }
      .leonextprevious-container > div .button-hover p.product-name {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
        color: #000000;
        white-space: pre-wrap;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        line-height: 1.2; }
        .rtl .leonextprevious-container > div .button-hover p.product-name {
          margin-right: 0px;
          margin-left: inherit; }
  .leonextprevious-container .leo-button-prev a > p,
  .leonextprevious-container .leo-button-next a > p {
    font-size: 0;
    width: 35px;
    height: 35px; }
    .leonextprevious-container .leo-button-prev a > p i,
    .leonextprevious-container .leo-button-next a > p i {
      font-size: 20px; }
  .leonextprevious-container .leo-button-prev a:hover .button-hover,
  .leonextprevious-container .leo-button-next a:hover .button-hover {
    transition: .3s ease-in-out;
    top: 100%;
    opacity: 1;
    visibility: visible; }
  .leonextprevious-container .leo-button-prev .button-hover,
  .leonextprevious-container .leo-button-next .button-hover {
    opacity: 0;
    visibility: hidden; }
  .leonextprevious-container .leo-button-prev a::before {
    content: "\f104";
    color: #000000; }
  .leonextprevious-container .leo-button-prev .button-hover {
    left: 50%;
    transform: translateX(-50%); }
    .rtl .leonextprevious-container .leo-button-prev .button-hover {
      right: 50%;
      left: auto; }
  .leonextprevious-container .leo-button-next a::before {
    content: "\f105";
    color: #000000; }
  .leonextprevious-container .leo-button-next .button-hover {
    right: 0; }
    .rtl .leonextprevious-container .leo-button-next .button-hover {
      left: 0;
      right: auto; }

.size-guide {
  width: fit-content;
  border-bottom: 1px solid #30373E; }
  .size-guide .btn.show_sizechart {
    padding: 0;
    color: #535353;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-size: 13px;
    text-transform: none; }
    .size-guide .btn.show_sizechart::before {
      content: "\e3be";
      font-family: "Material Icons";
      font-size: 16px; }
    .size-guide .btn.show_sizechart::after {
      display: none; }
  .size-guide:hover {
    border-bottom: 1px solid #DAA14C; }
    .size-guide:hover .btn.show_sizechart {
      color: #DAA14C; }

.page-productscompare .product-flags li.product-flag {
  display: block; }

#order-confirmation .product_list .ajax_block_product {
  clear: none; }
  @media (min-width: 1200px) {
    #order-confirmation .product_list .ajax_block_product.first-in-line {
      clear: both; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #order-confirmation .product_list .ajax_block_product:nth-child(3n+1) {
      clear: both; } }
  @media (max-width: 991px) and (min-width: 768px) {
    #order-confirmation .product_list .ajax_block_product:nth-child(2n+1) {
      clear: both; } }
  @media (max-width: 767px) and (min-width: 481px) {
    #order-confirmation .product_list .ajax_block_product {
      width: 50%; }
      #order-confirmation .product_list .ajax_block_product:nth-child(2n+1) {
        clear: both; } }

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