/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .header_logo.ApImage {
  margin-bottom: 0; }
.ApColumn .block {
  margin-bottom: 1.875rem; }

.title_block {
  font-size: 30px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  color: #000;
  font-weight: 600; }

.sub-title-widget {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-bottom: 48px; }

.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; }
    .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; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  text-align: left;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .rtl .block-toggler.ApBlockLink ul li, .rtl .footer-container .links.ApBlockLink ul li {
    text-align: right; }
  .block-toggler.ApBlockLink ul li:hover, .footer-container .links.ApBlockLink ul li:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px); }
    .block-toggler.ApBlockLink ul li:hover a, .footer-container .links.ApBlockLink ul li:hover a {
      color: #fa9090; }
@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;
  display: flex;
  align-items: center; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert ul {
    margin-bottom: 0; }
  .alert:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 10px; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 10px; }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    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.563rem;
      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.563rem;
      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 #eee; }
  .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: #eee;
        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 #eee #eee #eee; }

.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 #eee; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eee;
    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 #eee #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eee transparent #eee #eee;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eee; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eee;
    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 #eee; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eee #eee #eee transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 0.3125rem 0.5rem;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #f59a8b; }
  .widget-tabs li.active {
    border: 1px solid #fa9090; }
    .widget-tabs li.active a {
      color: #fa9090; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "Font Awesome 5 Pro";
    color: #fa9090;
    font-size: 1.188rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    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 a {
  clear: both;
  text-align: center;
  display: none;
  font-size: 14px;
  color: #aaaaaa;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .box-show-more a:hover {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  .box-show-more a span {
    color: #fa9090;
    font-weight: 600;
    border-bottom: 1px solid; }
    .box-show-more a span i {
      display: inline-block;
      vertical-align: middle;
      padding: 0 0 0 5px; }
      .rtl .box-show-more a span i {
        padding: 0 5px 0 0; }
.box-show-more.open a {
  display: block; }

/**
* 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: 2.5rem;
  height: 2.5rem;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1; }
  .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 #eee; }
  .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 #eee;
  -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 #fa9090;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.manufacturers_block .manufacturer-block img,
.manufacturers_block .manufacturer-item img {
  opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .manufacturers_block .manufacturer-block img:hover,
  .manufacturers_block .manufacturer-item img:hover {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
.manufacturers_block .manufacturer-item {
  text-align: center; }
  .manufacturers_block .manufacturer-item span {
    margin-top: 0.625rem;
    display: none; }

/*
  Widget Category Image
*/
.ApColumn .widget-category_image .shopnow {
  font-size: 12px;
  font-weight: 700;
  font-family: "Jost", sans-serif, serif;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #333;
  border: 2px solid #fa9090;
  padding: 14px 55px;
  height: 48px;
  line-height: 16px;
  background: transparent;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.2s transform ease-in-out;
  -moz-transition: 0.2s transform ease-in-out;
  -ms-transition: 0.2s transform ease-in-out;
  -o-transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
  overflow: hidden;
  display: inline-block; }
  .ApColumn .widget-category_image .shopnow:after {
    background-color: #fa9090;
    border-radius: 3rem;
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s transform ease-in-out;
    -moz-transition: 0.2s transform ease-in-out;
    -ms-transition: 0.2s transform ease-in-out;
    -o-transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    -webkit-transform: translate(-100%, 0) rotate(10deg);
    transform: translate(-100%, 0) rotate(10deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: -1; }
  .ApColumn .widget-category_image .shopnow:hover {
    border: 1px solid transparent;
    color: #FFFFFF;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    will-change: transform; }
    .ApColumn .widget-category_image .shopnow:hover:after {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
@media (min-width: 992px) {
  .ApColumn .widget-category_image ul {
    float: left;
    width: 33.33333%;
    margin-bottom: 0;
    border-right: 1px solid #faebe8; }
    .ApColumn .widget-category_image ul.third-cat {
      border-right: none; } }
@media (max-width: 991px) {
  .ApColumn .widget-category_image {
    margin-bottom: 1.875rem; } }

.widget-category_image {
  text-align: center; }
  .widget-category_image .nbproducts {
    padding: 50px 30px 42px;
    display: inline-block; }
    .widget-category_image .nbproducts .cate-name {
      color: #fa9090;
      font-family: "Jost", sans-serif, serif;
      font-size: 24px;
      font-weight: 300;
      display: block;
      margin-bottom: 26px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .widget-category_image .nbproducts .category-description {
      margin-bottom: 30px; }
      .widget-category_image .nbproducts .category-description p {
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        over-flow: hidden; }
  .widget-category_image li .cover-img {
    display: block;
    overflow: hidden; }
    .widget-category_image li .cover-img img {
      -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; }
  .widget-category_image li:hover .cover-img img {
    opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity=80);
    -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; }
  .widget-category_image li:hover .cate-name {
    color: #fa9090;
    letter-spacing: 5px; }

/* Widget Lastest blogs */
@media (min-width: 992px) {
  .blog_fullwidth {
    margin-bottom: 100px;
    margin-top: 100px; } }
@media (max-width: 991px) {
  .blog_fullwidth {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem; } }

.latest-blogs .sub-title-widget {
  position: relative; }
.latest-blogs .right-block {
  margin-top: 20px;
  text-align: left; }
  .rtl .latest-blogs .right-block {
    text-align: right; }
.latest-blogs .blog-image-container {
  border-radius: 18px;
  overflow: hidden; }
  .latest-blogs .blog-image-container img {
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .latest-blogs .blog-image-container:hover img {
    opacity: 1; }
.latest-blogs .blog-date {
  position: absolute;
  bottom: 0.625rem;
  background: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  color: #161515;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 0.625rem 0.9375rem 0.4375rem 0.9375rem;
  right: 0.625rem; }
  .rtl .latest-blogs .blog-date {
    left: 0.625rem;
    right: auto; }
.latest-blogs .blog-title a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; }
  .latest-blogs .blog-title a:hover {
    color: #fa9090; }
.latest-blogs .blog-meta {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase; }
  .latest-blogs .blog-meta a {
    color: #fa9090; }
.latest-blogs .blog-desc {
  line-height: 30px;
  font-size: 1rem; }
.latest-blogs .read_more {
  background: white;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  font-family: "Jost", sans-serif, serif;
  line-height: 1;
  height: 48px;
  padding: 17px 54px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #fdd5ce;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .latest-blogs .read_more:hover {
    background: #fa9090;
    color: white; }

.ApColumn .latest-blogs {
  margin-bottom: 0; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .rtl .leo-more-info {
    padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
    float: left;
    width: 5rem;
    height: 18.75rem; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      float: left;
      width: 5.25rem;
      height: 6.25rem; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        margin: 0 1px 2px;
        text-align: center; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 0.9375rem;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
@media screen and (min-width: 0\0) {
  .instagram-block a img {
    width: 100%;
    height: 100%; } }
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
.instagram-block a img {
  max-width: 100%;
  width: 100%;
  height: auto; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }
.instagram-block .block-carousel-container {
  margin-bottom: 12px; }

#instafeed {
  margin: -0.3125rem; }

.top-left-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.top-right-header {
  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; }

.mb-30 {
  margin-bottom: 30px !important; }

.margin-thome {
  margin-top: 30px;
  margin-bottom: 0px; }

@media (min-width: 992px) {
  .margin-thome {
    margin-top: 70px;
    margin-bottom: 70px; }

  .margin-shome {
    margin-top: 30px;
    margin-bottom: 70px; }

  .only-title {
    margin-top: 75px; } }
.only-title {
  margin-top: 60px;
  margin-bottom: 0 !important; }
  .only-title .sub-title-widget {
    margin-bottom: 0; }

.liquid_box {
  position: relative;
  border-radius: 18px;
  overflow: hidden; }
  .liquid_box img {
    min-height: 280px;
    object-fit: cover; }
  .liquid_box h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff5b5b; }
    .liquid_box h5.smaller {
      font-size: 11px;
      letter-spacing: 1.1px; }
  .liquid_box h6 {
    font-size: 30px;
    line-height: 36px; }
    .liquid_box h6 strong {
      display: block;
      font-weight: 600; }
  .liquid_box .white {
    color: #fff; }
  .liquid_box h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px; }
  .liquid_box h4 {
    font-size: 18px; }
  .liquid_box h3 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.7px;
    color: #000; }
  .liquid_box p a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    width: auto; }
    .liquid_box p a i {
      padding: 0 0 0 5px; }
      .rtl .liquid_box p a i {
        padding: 0 5px 0 0; }
    .liquid_box p a:hover {
      color: #fa9090; }
  .liquid_box .image_description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 60px 55px 0 55px;
    text-align: left; }
  @media (min-width: 768px) {
    .liquid_box.half-part {
      width: 50%;
      float: left; }
      .liquid_box.half-part:nth-child(1) {
        padding-right: 15px; }
      .liquid_box.half-part:nth-child(2) {
        padding-left: 15px; }
        .liquid_box.half-part:nth-child(2) h5 {
          font-size: 16px; } }
  .liquid_box.white-box h2, .liquid_box.white-box h3, .liquid_box.white-box h4, .liquid_box.white-box h5, .liquid_box.white-box a {
    color: #fff; }
  .liquid_box.w-box {
    clear: both; }
    .liquid_box.w-box h5 {
      color: #ffea88;
      line-height: 32px;
      font-size: 12px; }
    .liquid_box.w-box a, .liquid_box.w-box h3 {
      color: #fff; }

.product-tabs .nav-tabs .nav-item {
  float: none;
  display: inline-block;
  vertical-align: top; }
.product-tabs .nav-tabs {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px; }
.product-tabs .nav-item .nav-link {
  font-size: 15px;
  border: none;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  background: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  line-height: 20px;
  transition: all 0.3s ease; }
  @media (max-width: 991px) {
    .product-tabs .nav-item .nav-link {
      font-size: 20px; } }
.product-tabs .nav-item .nav-link.active,
.product-tabs .nav-item .nav-separtor.active {
  color: #fff;
  background: #fa9090; }
@media (min-width: 992px) {
  .product-tabs {
    margin-bottom: 30px; } }
.product-tabs.product-tabs-2 .nav-item .nav-link {
  background: transparent;
  color: #999999; }
  @media (min-width: 992px) {
    .product-tabs.product-tabs-2 .nav-item .nav-link {
      font-size: 30px;
      font-weight: 600;
      line-height: 36px; } }
  .product-tabs.product-tabs-2 .nav-item .nav-link.active {
    background: transparent;
    color: #000; }

.footer-block .title_block {
  text-align: left;
  font-size: 25px; }
  .rtl .footer-block .title_block {
    text-align: right; }

@media (min-width: 992px) {
  .service-box {
    max-width: 66.6%;
    margin: auto;
    display: flex;
    align-items: baseline; } }
.service-box.service-box-2 .service-w {
  display: flex;
  padding: 20px 15px;
  margin-bottom: 0 !important; }
.service-box.service-box-2 .image_description {
  text-align: left;
  margin-left: 20px; }
@media (min-width: 992px) {
  .service-box.service-box-2 {
    max-width: 100% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .service-box.service-box-2 .service-w {
      padding: 50px 30px; }
    .service-box.service-box-2 .ApColumn + .ApColumn .service-w {
      border-left: 1px solid rgba(0, 0, 0, 0.1); } }
.service-box.service-box-2 img {
  margin-bottom: 0; }

.service-w {
  position: relative; }
  .service-w + .service-w:before {
    content: '';
    background: #d8d8d8;
    display: inline-block;
    height: 50px;
    width: 1px; }
  .service-w h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000; }
  .service-w p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0; }
  .service-w img {
    margin-bottom: 25px; }

.larger-banner {
  padding: 76px 0 116px; }
  .larger-banner h5 {
    font-size: 16px;
    color: #000;
    line-height: 50px;
    letter-spacing: 6.4px;
    text-transform: uppercase; }
  .larger-banner h4 {
    font-size: 24px;
    font-weight: 600;
    color: #666666;
    letter-spacing: 0.6px;
    margin-top: -36px; }
  .larger-banner p a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 28px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s; }
    .larger-banner p a i {
      margin: 0 0 0 5px; }
      .rtl .larger-banner p a i {
        margin: 0 5px 0 0; }
    .larger-banner p a:hover {
      background: #fa9090; }
  @media (min-width: 768px) {
    .larger-banner .block_content {
      margin: 0,0,0,7%;
      text-align: left; } }
  @media (max-width: 767px) {
    .larger-banner .block_content {
      text-align: center; } }

.larger-banner-center {
  text-align: center;
  padding: 70px 0 76px;
  margin-bottom: 0 !important; }
  .larger-banner-center p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 20px; }
  .larger-banner-center h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 0; }
    .larger-banner-center h3 strong {
      color: #fa9090; }
  .larger-banner-center p a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 28px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s; }
    .larger-banner-center p a i {
      margin: 0 0 0 5px; }
      .rtl .larger-banner-center p a i {
        margin: 0 5px 0 0; }
    .larger-banner-center p a:hover {
      background: #fa9090; }

.larger-banner-hpr {
  margin-bottom: 0 !important;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .larger-banner-hpr {
      margin: 0 15% 0 55%;
      padding: 105px 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .larger-banner-hpr {
    margin: 0 0% 0 55%; } }

  @media (max-width: 1199px) {
    .larger-banner-hpr {
      text-align: center; } }
  .larger-banner-hpr h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 25px; }
  .larger-banner-hpr p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 0; }
  .larger-banner-hpr p a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 28px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s; }
    .larger-banner-hpr p a i {
      margin: 0 0 0 5px; }
      .rtl .larger-banner-hpr p a i {
        margin: 0 5px 0 0; }
    .larger-banner-hpr p a:hover {
      background: #fa9090; }

.left-align {
  text-align: left; }
  .rtl .left-align {
    text-align: right; }
  .left-align .title_block {
    text-align: left; }
    .rtl .left-align .title_block {
      text-align: right; }
  .left-align a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 28px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s; }
    .left-align a i {
      margin: 0 0 0 5px; }
      .rtl .left-align a i {
        margin: 0 5px 0 0; }
    .left-align a:hover {
      background: #fa9090; }

.list-inline ul {
  margin-bottom: 0; }
.list-inline li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase; }
  .list-inline li a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 0 10px; }

@media (min-width: 992px) {
  .cat-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 45px; } }
.cat-wrap .cat-box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; }
.cat-wrap .cat-box h4 a {
  color: #000; }
.cat-wrap .cat-box .image_description {
  margin-top: 30px; }

@media (min-width: 992px) {
  .abs-wp .image_description img {
    position: absolute;
    bottom: 0;
    right: -10%; }
  .abs-wp .image_description p {
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .abs-wp .image_description img {
    display: none; } }
.flex-box .larger-banner-hpr {
  padding: 0; }
  @media (min-width: 768px) {
    .flex-box .larger-banner-hpr {
      margin: 0 60px 30px 60px; }
      .rtl .flex-box .larger-banner-hpr {
        margin: 0 60px 30px 60px; } }
@media (min-width: 768px) {
  .flex-box {
    display: flex;
    align-items: center; } }

.testimonial .image {
  display: flex;
  flex-direction: column-reverse; }
.testimonial .sub-title {
  font-size: 14px;
  line-height: 30px;
  color: #aaaaaa;
  margin-top: 15px;
  order: 1; }
.testimonial img {
  width: auto !important;
  max-width: fit-content;
  order: 2;
  margin: auto;
  text-align: center; }
.testimonial .descript {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  order: 3; }
  .testimonial .descript:before {
    content: '';
    background: url("../../../../assets/img/modules/appagebuilder/img/quotes.svg") center center no-repeat;
    width: 32px;
    height: 26px;
    display: block;
    text-align: center;
    margin: 0 auto 10px; }
@media (min-width: 768px) {
  .testimonial .image {
    padding: 0 30px; } }

.top-banner .liquid_box {
  border-radius: 0; }
.top-banner .ApColumn:nth-child(1) .liquid_box h5 {
  font-size: 16px; }
@media (min-width: 768px) {
  .top-banner .ApColumn {
    padding-left: 0;
    padding-right: 0; } }

.text-banner {
  padding: 104px 0 44px; }
  .text-banner h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    margin-bottom: 20px; }
  .text-banner h5 {
    color: #fa9090;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .text-banner p {
    font-size: 16px;
    line-height: 26px;
    color: #666; }
  .text-banner a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 28px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s; }
    .text-banner a i {
      margin: 0 0 0 5px; }
      .rtl .text-banner a i {
        margin: 0 5px 0 0; }
    .text-banner a:hover {
      background: #fa9090; }
  .text-banner span.icon {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: #fa9090; }
  .text-banner .content {
    margin: 0 0 0 30px; }
    .rtl .text-banner .content {
      margin: 0 30px 0 0; }
  .text-banner .title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    display: block; }
  .text-banner ul {
    margin-top: 60px; }
@media (min-width: 768px) and (max-width: 1199px) {
  .text-banner ul {
    display: flex;
    justify-content: space-between; } }

  .text-banner li {
    display: flex;
    align-items: flex-start; }
  @media (min-width: 1200px) {
    .text-banner.has-margin-right {
      margin: 0 0 0 8%; }
      .rtl .text-banner.has-margin-right {
        margin: 0 8% 0 0; }
    .text-banner.has-margin-left {
      margin: 0 8% 0 30%; }
      .rtl .text-banner.has-margin-left {
        margin: 0 30% 0 8%; } }
  .text-banner.text-banner-2 {
    padding: 30px 0 30px 0; }
    .rtl .text-banner.text-banner-2 {
      padding: 30px 0 30px 0; }
    .text-banner.text-banner-2 h2 {
      font-size: 50px;
      line-height: 55px; }
    .text-banner.text-banner-2 p {
      line-height: 20px; }

.larger-banner.with-image {
  padding: 0;
  position: relative; }
  .larger-banner.with-image img {
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
    border-radius: 15px; }

.with-image .image_description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 60px 55px 0 55px; }
  @media (max-width: 1199px) {
    .with-image .image_description {
      padding: 60px 20px 55px; } }
  .with-image .image_description p img {
    min-height: auto;
    object-fit: inherit; }

.video {
  display: none; }

iframe {
  border: none; }

.background-wr {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px; }

.variant-w .block_newsletter {
  margin: 60px; }
  .variant-w .block_newsletter .title_block, .variant-w .block_newsletter p {
    text-align: left !important; }
  .variant-w .block_newsletter form .input-wrapper {
    flex-direction: column;
    align-items: flex-start; }
  .variant-w .block_newsletter form .input-wrapper .btn {
    margin: 20px 0 0; }

.play-button .image_description {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%); }

.countdown-w {
  text-align: center;
  padding: 146px 0; }
  .countdown-w .title_block {
    font-size: 40px; }
  .countdown-w .ap-countdown-link a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 28px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s;
    position: relative; }
    .countdown-w .ap-countdown-link a:after {
      content: "\f101";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      display: inline-block;
      vertical-align: middle;
      padding: 0 0 0 5px; }
      .rtl .countdown-w .ap-countdown-link a:after {
        padding: 0 5px 0 0; }
    .countdown-w .ap-countdown-link a:hover {
      background: #fa9090; }

.ap-countdown-time {
  text-align: center; }
  .ap-countdown-time li {
    text-align: center; }
    .ap-countdown-time li b {
      display: block;
      font-size: 50px;
      font-weight: 600;
      color: #000;
      line-height: 50px; }
    .ap-countdown-time li span {
      color: #666;
      font-size: 14px;
      line-height: 30px;
      letter-spacing: 0.12px;
      text-transform: uppercase; }
    .ap-countdown-time li + li {
      position: relative;
      padding: 0 0 0 80px; }
      .rtl .ap-countdown-time li + li {
        padding: 0 80px 0 0; }
      .ap-countdown-time li + li:before {
        content: ':';
        font-size: 24px;
        line-height: 30px;
        color: #000;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 20px;
        top: 30%;
        transform: translateY(-30%); }
    @media (max-width: 767px) {
      .ap-countdown-time li b {
        font-size: 30px;
        line-height: 30px; }
      .ap-countdown-time li + li {
        padding: 0 0 0 36px; }
        .rtl .ap-countdown-time li + li {
          padding: 0 36px 0 0; } }

.instagram-block a img {
  border-radius: 24px; }

.instagram-w .title_block {
  font-size: 38px;
  text-transform: lowercase; }
.instagram-w .circle {
  font-family: 'Font Awesome 5 Brands';
  color: #000; }
  .instagram-w .circle:before {
    content: '\f16d';
    font-size: 24px;
    color: #666666; }
@media (min-width: 992px) {
  .instagram-w .instagram-block .owl-item {
    padding-left: 20px;
    padding-right: 20px; }
    .instagram-w .instagram-block .owl-item .block-carousel-container {
      margin-bottom: 40px; } }

.circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f8f8f8;
  border-radius: 100%;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s; }
  .circle:hover {
    background: #fa9090;
    color: #fff; }
  .circle span {
    font-size: 0; }

@media (min-width: 768px) {
  .flex-w.ApRow {
    display: flex;
    align-content: center; } }
.abs-wr {
  position: relative;
  text-align: right; }

.abs-wl {
  text-align: left; }
  .abs-wl .circle {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
  .abs-wl .play-button {
    position: relative; }

.abs-wr .image_description {
  right: auto;
  left: 0; }
  .rtl .abs-wr .image_description {
    right: 0;
    left: auto; }

.abs-wl .image_description {
  right: 0;
  left: auto;
  bottom: 15% !important; }
  .rtl .abs-wl .image_description {
    right: auto;
    left: 0; }

@media (min-width: 1200px) {
  .abs-wr img,
  .abs-wl img {
    width: auto !important; } }
@media (max-width: 1199px) {
  .abs-wr img,
  .abs-wl img {
    min-height: 650px;
    object-fit: cover; } }
.abs-wr p,
.abs-wl p {
  margin-bottom: 0; }
.abs-wr .image_description,
.abs-wl .image_description {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  bottom: 10%; }
  @media (max-width: 1199px) {
    .abs-wr .image_description,
    .abs-wl .image_description {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0 !important;
      text-align: center;
      padding: 0 15px;
      display: flex;
      align-items: center; }
      .abs-wr .image_description img,
      .abs-wl .image_description img {
        min-height: auto;
        border-radius: 15px; } }

.about-txtbanner {
  padding: 193px 15px;
  margin-bottom: 0 !important; }
  .about-txtbanner h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    color: #fff;
    line-height: 60px; }
  .about-txtbanner h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 64px; }
  .about-txtbanner a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    border-radius: 28px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease 0s; }
  .about-txtbanner a i {
    margin: 0 0 0 5px; }

.has-border {
  border-radius: 25px; }

.text-about-one {
  margin-bottom: 70px; }
  .text-about-one h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
    display: block; }
  @media (max-width: 991px) {
    .text-about-one {
      margin-bottom: 30px; } }

.has-sign {
  position: relative;
  z-index: 0; }
  .has-sign .image_description {
    margin: 30px 0; }
    @media (min-width: 992px) {
      .has-sign .image_description {
        margin: 60px 10%; } }
    .has-sign .image_description span {
      color: #343434; }
    .has-sign .image_description div {
      font-size: 15px;
      font-weight: 600;
      line-height: 24px; }
  .has-sign blockquote p {
    font-size: 20px;
    line-height: 30px;
    color: #000; }
  .has-sign p img {
    position: relative;
    z-index: 9; }

.about-itemw h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block; }
@media (min-width: 992px) {
  .about-itemw {
    display: flex;
    align-items: flex-end; } }

.tab-about-page .nav-item .nav-link {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 20px;
  border-radius: 0;
  margin-right: 0; }
.tab-about-page h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #313131;
  margin-bottom: 20px; }
.tab-about-page.tabs-left .nav-tabs {
  border-right: 0 !important; }
@media (min-width: 992px) {
  .tab-about-page .ApImage {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-left: 1px solid #eee; }
    .rtl .tab-about-page .ApImage {
      border-right: 1px solid #eee;
      border-left: inherit; }
  .tab-about-page .image_description {
    padding: 0 10%; } }
.tab-about-page .nav-tabs .nav-item + .nav-item {
  margin-left: 0; }
  .rtl .tab-about-page .nav-tabs .nav-item + .nav-item {
    margin-right: 0;
    margin-left: inherit; }

@media (max-width: 991px) {
  .tabs-accordion-container[class*="accordion-"] .tab-pane {
    border: none;
    padding: 10px 0 0; } }
.footer_links .btn {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle; }
.footer_links i {
  margin: 0 5px 0 0;
  font-size: 20px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle; }

.tabs-accordion-container[class*="accordion-"] .accordion-link.active {
  color: #fff;
  background: #fa9090; }

/*# sourceMappingURL=styles.css.map */
