/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .block {
 /* margin-bottom: 30px;
  margin-top: 100px;*/  }
.ApColumn .title_block {
  font-size: 32px;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 auto 40px;
  z-index: 9; }
  @media (max-width: 767px) {
    .ApColumn .title_block {
      font-size: 24px; } }
.ApColumn .sub-title-widget {
  color: #795F00;
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  /*line-height: 16px;	
  font-size: 12px;*/
  text-align: center;
  width: 676px;
  margin: 0 auto;}


  @media (orientation: portrait) {
	  .ApColumn .sub-title-widget {
  line-height: 24px;
  font-size: 18px;}
  }
  
  @media (max-width: 991px) {
    .ApColumn .sub-title-widget {
      width: 90%; } }
  @media (max-width: 575px) {
    .ApColumn .sub-title-widget {
      width: 100%; /*padding: 0 15px; */} 
	  
	 .page-cms-11 .ApColumn .sub-title-widget {
		width: 100% !important;
		padding: 0 15px !important;
		margin: 0 !important;
	}
	
	 .page-cms-11 .image_description{
		margin-top: -100px !important;
	 }
	  .page-cms-11 .image_description p{
		padding:0 !important;
	 }

	  }

.page-home .ApColumn .title_block {
  text-align: center;
  width: 100%;
  line-height: 40px;
  padding-bottom: 35px;
  padding-top: 80px; }
  @media (min-width: 1400px) {
    .page-home .ApColumn .title_block {
      width: 30%; } }
  @media (max-width: 991px) {
    .page-home .ApColumn .title_block {
      width: 70%;
      padding-top: 50px; } }
  @media (max-width: 575px) {
    .page-home .ApColumn .title_block {
      width: 100%; } }
  @media (max-width: 480px) {
    .page-home .ApColumn .title_block {
      line-height: 30px; } }
  .page-home .ApColumn .title_block:before {
   
    background: #f43434;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.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 {
  position: relative;
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove,
  .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler,
.footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 9;
  top: 12px;
  right: 10px; }
  .rtl .block-toggler .navbar-toggler, .rtl
  .footer-container .links .navbar-toggler {
    left: 10px;
    right: auto; }
.block-toggler.ApBlockLink ul li,
.footer-container .links.ApBlockLink ul li {
  margin-bottom: 10px; }
@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: 20px;
    vertical-align: -2px;
    float: left;
    position: absolute;
    left: 20px;
	top: 12px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    margin: 20px 0; }
    .alert.alert-danger ul {
      margin-bottom: 0; }
    .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: 13px; }
  .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: 25px;
      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: 25px;
      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 #e5e5e5; }
  .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: #e5e5e5;
        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 #e5e5e5 #e5e5e5 #e5e5e5; }

.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 #e5e5e5; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e5e5e5;
    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 #e5e5e5 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a,
  .tabs-left .nav-tabs .active > a:hover,
  .tabs-left .nav-tabs .active > a:focus {
    border-color: #e5e5e5 transparent #e5e5e5 #e5e5e5;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e5e5e5; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e5e5e5;
    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 #e5e5e5; }
  .tabs-right .nav-tabs .active > a,
  .tabs-right .nav-tabs .active a:hover,
  .tabs-right .nav-tabs .active a:focus {
    border-color: #e5e5e5 #e5e5e5 #e5e5e5 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #000000; }
  .widget-tabs li.active {
    border: 1px solid #f43434; }
    .widget-tabs li.active a {
      color: #f43434; }

.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: "FontAwesome";
    color: #f43434;
    font-size: 19px;
    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: 20px; }
  .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; }

.tabs-top {
  position: relative; }
  .tabs-top .nav-tabs {
    padding-bottom: 40px;
    text-align: center; }
    .tabs-top .nav-tabs li {
      position: relative;
      display: inline-block;
      float: none;
      margin: 0 25px; }
      @media (max-width: 575px) {
        .tabs-top .nav-tabs li {
          margin: 10px 15px; } }
      .tabs-top .nav-tabs li:first-child {
        margin: 0 25px 0 0; }
        .rtl .tabs-top .nav-tabs li:first-child {
          margin: 0 0 0 25px; }
      .tabs-top .nav-tabs li:last-child {
        margin: 0 0 0 25px; }
        .rtl .tabs-top .nav-tabs li:last-child {
          margin: 0 25px 0 0; }
        @media (max-width: 575px) {
          .tabs-top .nav-tabs li:last-child {
            margin: 0 0 0 15px; }
            .rtl .tabs-top .nav-tabs li:last-child {
              margin: 0 15px 0 0; } }
      .tabs-top .nav-tabs li > a {
        position: relative;
        font-size: 15px;
        font-weight: 700;
        color: #666666;
        padding: 7px 0;
        border: none;
        text-transform: uppercase;
        -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;
        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: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse; }
        .tabs-top .nav-tabs li > a img {
          margin-bottom: 10px; }
        .tabs-top .nav-tabs li > a:focus, .tabs-top .nav-tabs li > a:hover {
          border: none;
          color: #f43434; }
        .tabs-top .nav-tabs li > a.active {
          background-color: transparent;
          color: #f43434; }
          .tabs-top .nav-tabs li > a.active:focus, .tabs-top .nav-tabs li > a.active:hover {
            background: transparent;
            color: #f43434; }
      .tabs-top .nav-tabs li + .nav-item {
        margin-left: 25px; }
        .rtl .tabs-top .nav-tabs li + .nav-item {
          margin-right: 25px;
          margin-left: inherit; }

.tabs-center {
  margin-top: 50px;
  padding: 0; }
  @media (max-width: 767px) {
    .tabs-center {
      margin-top: 0; } }
  .tabs-center .title_block {
    text-align: center; }
  .tabs-center .nav-tabs {
    position: relative;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .tabs-center .nav-tabs {
        margin-bottom: 0; } }
    .tabs-center .nav-tabs li {
      position: relative; }
      @media (max-width: 480px) {
        .tabs-center .nav-tabs li {
          padding: 0; } }
      .tabs-center .nav-tabs li:after {
        content: "/";
        position: absolute;
        bottom: 50%;
        font-size: 16px;
        font-weight: 600;
        right: -2px;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%); }
        .rtl .tabs-center .nav-tabs li:after {
          left: -2px;
          right: auto; }
      .tabs-center .nav-tabs li > a {
        font-size: 16px;
        font-weight: 700; }
      .tabs-center .nav-tabs li:last-child:after {
        display: none; }

/**
* 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;
  height: 100%; }
  @media (max-width: 991px) {
    .gmap-stores-content .gmap,
    .gmap-content .gmap {
      min-height: 300px !important; } }

.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: 10px 15px;
  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 {
  text-align: center; }
  .box-show-more a {
    background: transparent;
    border: 1px solid #999999;
    clear: both;
    height: 60px;
    min-width: 280px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 50px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    font-family: Khand; }
    .box-show-more a:hover {
      background-color: #f43434;
      color: #FFFFFF;
      border-color: transparent; }
    .box-show-more a .fa {
      margin-left: 5px; }
      .rtl .box-show-more a .fa {
        margin-right: 5px;
        margin-left: inherit; }
    @media (max-width: 575px) {
      .box-show-more a {
        height: 50px;
        line-height: 50px;
        min-width: 160px;
        font-size: 14px; } }
  .box-show-more.open a {
    display: inline-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: 60px;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    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: 10px; }
    .rtl .full-slider .carousel-control.left {
      right: 10px;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 10px; }
    .rtl .full-slider .carousel-control.right {
      left: 10px;
      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 #e5e5e5; }
  .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 #e5e5e5;
  -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 #f43434;
    -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
*/
/*** check-newsletter ***/
.idxjslopd-check-newsletter {
  margin-top: 10px; }
  .idxjslopd-check-newsletter .form-check-label {
    padding-left: 0; }
    .rtl .idxjslopd-check-newsletter .form-check-label {
      padding-right: 0;
      padding-left: inherit; }
  .idxjslopd-check-newsletter br {
    display: none; }
  .idxjslopd-check-newsletter input {
    vertical-align: middle; }
  .idxjslopd-check-newsletter a {
    color: #FFFFFF;
    padding-left: 5px; }
    .rtl .idxjslopd-check-newsletter a {
      padding-right: 5px;
      padding-left: inherit; }

/*instagram-block*/
.ApColumn .instagram-block {
  position: relative;
  margin-bottom: 0; }
  .ApColumn .instagram-block .sub-title-widget:after {
    border-color: #e1e1e1; }
  .ApColumn .instagram-block .leo-instagram-size {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    display: block;
    background: #f5f5f5; }
    .ApColumn .instagram-block .leo-instagram-size img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      width: 100%;
      height: 100%;
      backface-visibility: visible; }
  .ApColumn .instagram-block #instafeed a {
    position: relative;
    display: block;
    overflow: hidden; }
    .ApColumn .instagram-block #instafeed a:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-radius: 100%;
      width: 50%;
      height: 50%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .ApColumn .instagram-block #instafeed a:after {
      content: "\f16d";
      font-family: "FontAwesome";
      position: absolute;
      font-size: 20px;
      color: #FFFFFF;
      bottom: 50%;
      left: 50%;
      right: auto;
      top: auto;
      line-height: normal;
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      -o-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .ApColumn .instagram-block #instafeed a:hover:before {
      border-radius: 0;
      width: 100%;
      height: 100%;
      background-color: #FFFFFF;
      background-color: rgba(255, 255, 255, 0.3);
      zoom: 1;
      background-color: transparent\9;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .ApColumn .instagram-block #instafeed a:hover:after {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
  .ApColumn .instagram-block .link-instagram {
    display: none; }
    .ApColumn .instagram-block .link-instagram a {
      text-decoration: underline;
      color: #666666; }
      .ApColumn .instagram-block .link-instagram a:hover {
        color: #f43434; }
      .ApColumn .instagram-block .link-instagram a .fa {
        display: none; }
  .ApColumn .instagram-block .block_content .owl-row {
    margin: 0 -5px; }
  .ApColumn .instagram-block .block_content .owl-item {
    padding: 0 5px; }

/*
  Widget Manufacturers
*/
.ApColumn .manufacturers_block {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  margin: 0; }
  .ApColumn .manufacturers_block .owl-item .manufacturer-image-container {
    overflow: hidden; }
  .ApColumn .manufacturers_block .owl-item img {
    display: inline-block;
    opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    .ApColumn .manufacturers_block .owl-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-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }

/*
  Widget Category Image
*/
@media (min-width: 576px) {
  .ApColumn .widget-category_image {
    margin-bottom: 0; } }
.ApColumn .widget-category_image ul {
  margin-bottom: 0; }
.ApColumn .widget-category_image .cate_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;  }
.ApColumn .widget-category_image .nbproducts {
  position: absolute;
  /*top: 50%;
  left: 40%;*/
  font-weight: 700;
  font-size: 60px;
  line-height: 54px;
  color: white; 
  width:280px;
  text-align: center;
  transition: opacity 2s, transform 1s;
  }
  .rtl .ApColumn .widget-category_image .nbproducts {
    right: 40px;
    left: auto; }
  @media (max-width: 1400px) {
    .ApColumn .widget-category_image .nbproducts {
      /*font-size: 24px;
      top: 30px;
      left: 20px; */}
      .rtl .ApColumn .widget-category_image .nbproducts {
        right: 20px;
        left: auto; } }
  .ApColumn .widget-category_image .nbproducts .cate-name {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .ApColumn .widget-category_image .nbproducts .leo-qty {
    font-size: 12px;
    color: #bbb;
    text-transform: none;
    font-weight: 400;
    margin-top: 10px; }
.ApColumn .widget-category_image .cover-img {
  overflow: hidden;
  background: #000000; }
  .ApColumn .widget-category_image .cover-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    -ms-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s; }
.ApColumn .widget-category_image a {
  color: #000000; }
.ApColumn .widget-category_image:hover .cover-img 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-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.3);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s; }
  
.ApColumn .widget-category_image:hover .nbproducts {transform: scale(1.5);
transition: opacity 1s, transform 1s;
color: rgba(255,255,255,0.3);
 -webkit-text-stroke: 1px white;}
.ApColumn .widget-category_image:hover a {
  color: #FFFFFF; }

/* Widget Lastest blogs */
.latest-blogs.block {
  margin-bottom: 90px; 
  margin-top: 50px;}
  @media (max-width: 991px) {
    .latest-blogs.block {
      margin-bottom: 50px; } }
.latest-blogs .blog-image-container {
  position: relative; }
  .latest-blogs .blog-image-container .blog_img_link {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block; }
    .latest-blogs .blog-image-container .blog_img_link img {
      width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .latest-blogs .blog-image-container .blog_img_link:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
.latest-blogs .blog-container .blog-title {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  overflow: hidden;
  height: 70px; }
  .latest-blogs .blog-container .blog-title a {
    color: white;
    line-height: 28px;
	letter-spacing: 0;
	font-weight: 700;
    font-size: 20px;	}
    .latest-blogs .blog-container .blog-title a:hover {
      color: #A59454; }
.latest-blogs .blog-container .blog-meta {
  font-size: 14px;
  position: relative;
  color: #999999;
  text-align: center; }
  .latest-blogs .blog-container .blog-meta > span {
    margin-right: 8px;
    padding-right: 8px;
    color: #D5CDB0;
    text-transform: uppercase;
    font-size: 18px !important;
    position: relative;
    display: inline-block; 
	line-height:27px;}
    .rtl .latest-blogs .blog-container .blog-meta > span {
      margin-left: 8px;
      margin-right: inherit; }
    .rtl .latest-blogs .blog-container .blog-meta > span {
      padding-left: 8px;
      padding-right: inherit; }
    .latest-blogs .blog-container .blog-meta > span > span {
      padding-left: 3px; }
      .rtl .latest-blogs .blog-container .blog-meta > span > span {
        padding-right: 3px;
        padding-left: inherit; }
    .latest-blogs .blog-container .blog-meta > span.author span {
      color: #f43434;
      font-weight: 700; }
    .latest-blogs .blog-container .blog-meta > span.created {
      margin: 0;
      padding: 15px 0; }
  .latest-blogs .blog-container .blog-meta .nbcomment {
    margin-right: 8px;
    padding-right: 8px;
    position: relative; }
    .rtl .latest-blogs .blog-container .blog-meta .nbcomment {
      margin-left: 8px;
      margin-right: inherit; }
    .rtl .latest-blogs .blog-container .blog-meta .nbcomment {
      padding-left: 8px;
      padding-right: inherit; }
    .latest-blogs .blog-container .blog-meta .nbcomment:after {
      position: absolute;
      content: "|";
      color: #999999;
      top: 2px;
      right: 0; }
      .rtl .latest-blogs .blog-container .blog-meta .nbcomment:after {
        left: 0;
        right: auto; }
  .latest-blogs .blog-container .blog-meta .blog-desc {
    margin: 15px 0 30px;
    line-height: 24px;
    color: #666666; }
@media (min-width: 992px) {
  .latest-blogs .block_content {
    position: static; }
  .latest-blogs .owl-theme {
    position: static; }
    .latest-blogs .owl-theme .owl-buttons {
      top: inherit;
      right: inherit;
      bottom: 50%;
      left: 15px;
      -webkit-transform: translate(0, 50%);
      -moz-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
      transform: translate(0, 50%); }
      .rtl .latest-blogs .owl-theme .owl-buttons {
        right: 15px;
        left: auto; } }
    @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
      .latest-blogs .owl-theme .owl-buttons {
        bottom: 40%; } }

/** ApCountdown **/
.ApCountdown {
  text-align: center;
  padding: 0 0 180px; }
  @media (max-width: 767px) {
    .ApCountdown {
      padding: 0 0 100px; } }
  .ApCountdown ul {
    margin: 30px 0 40px; }
    .ApCountdown ul li {
      position: relative;
      display: inline-block;
      text-align: center;
      border: 3px solid white;
      width: 120px;
      height: 120px;
      margin: 0 15px;
      border-radius: 100%; }
      @media (max-width: 767px) {
        .ApCountdown ul li {
          width: 100px;
          height: 100px; } }
      @media (max-width: 575px) {
        .ApCountdown ul li {
          width: 80px;
          height: 80px;
          margin: 5px 10px; } }
      .ApCountdown ul li:last-child {
        margin-right: 0; }
        .rtl .ApCountdown ul li:last-child {
          margin-left: 0;
          margin-right: inherit; }
      .ApCountdown ul li b {
        display: block;
        font-size: 35px;
        line-height: 50px;
        color: #FFFFFF;
        font-weight: 700;
        margin-top: 17px;
        font-family: Khand; }
        @media (max-width: 575px) {
          .ApCountdown ul li b {
            font-size: 24px;
            line-height: 30px;
            margin-top: 14px; } }
      .ApCountdown ul li span {
        font-size: 15px;
        display: block;
        font-weight: 400;
        color: #FFFFFF;
        text-transform: uppercase; }
        @media (max-width: 575px) {
          .ApCountdown ul li span {
            font-size: 14px; } }

/** Coutdown **/
.leo-more-cdown .day {
  color: #f43434; }
.leo-more-cdown ul {
  margin: 0; }
  .leo-more-cdown ul li {
    display: inline-block;
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 0;
    min-width: 50px;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-right: 5px; }
    .rtl .leo-more-cdown ul li {
      margin-left: 5px;
      margin-right: inherit; }
    .leo-more-cdown ul li:before {
      z-index: -1;
      position: absolute;
      content: "";
      top: 20px;
      width: 100%;
      height: 2px;
      background-color: #ebebeb;
      left: 0; }
      .rtl .leo-more-cdown ul li:before {
        right: 0;
        left: auto; }
    .leo-more-cdown ul li b {
      display: block;
      padding: 12px 0;
      font-size: 16px;
      color: #010101; }
    .leo-more-cdown ul li span {
      border: 2px solid #ebebeb;
      background-color: #fff;
      display: inline-block;
      width: 100%;
      padding: 3px 0;
      font-size: 11px;
      color: #bbbbbb;
      text-transform: capitalize; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .leo-more-cdown ul li span {
          font-size: 10px; } }
    .leo-more-cdown ul li:last-child {
      margin-right: 0; }
      .rtl .leo-more-cdown ul li:last-child {
        margin-left: 0;
        margin-right: inherit; }

/** Static **/
.static {
  position: static; }

/** RAW HTML **/
.nav-wishlist {
  font-size: 13px;
  padding: 16px 0 16px 16px; }
  .rtl .nav-wishlist {
    padding: 16px 16px 16px 0; }
  .nav-wishlist .ap-btn-wishlist .ap-total {
    display: inline-block; }
    .nav-wishlist .ap-btn-wishlist .ap-total:before {
      content: "(";
      display: inline-block; }
    .nav-wishlist .ap-btn-wishlist .ap-total:after {
      content: ")";
      display: inline-block; }

.ApColumn .block.block-info {
  margin-bottom: 0;
  padding: 16px 0;
  float: left; }
  .rtl .ApColumn .block.block-info {
    float: right; }
  .ApColumn .block.block-info i {
    font-size: 13px;
    padding-right: 3px; }
    .rtl .ApColumn .block.block-info i {
      padding-left: 3px;
      padding-right: inherit; }
    @media (max-width: 480px) {
      .ApColumn .block.block-info i {
        font-size: 16px; } }
  @media (max-width: 480px) {
    .ApColumn .block.block-info span {
      display: none; } }

.leo-phone {
  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; }
  .leo-phone i {
    font-size: 26px;
    color: #000000;
    margin-right: 8px; }
    .rtl .leo-phone i {
      margin-left: 8px;
      margin-right: inherit; }
  .leo-phone .phone-right {
    font-size: 13px;
    color: #666666; }
    .leo-phone .phone-right .phone-number {
      font-weight: 700;
      color: #000000;
      font-size: 14px; }

.info-lookbook {
  text-align: center; }
  .info-lookbook .title-lookbook {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Khand; }

/** WIDGET IMAGES **/
/****** About us ******/
.gr-img-about {
  margin-bottom: 100px; }
  @media (min-width: 768px) {
    .gr-img-about {
      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: 767px) {
    .gr-img-about {
      margin-bottom: 50px; } }
  .gr-img-about .box-image {
    display: block;
    overflow: hidden; }
    @media (max-width: 767px) {
      .gr-img-about .box-image {
        margin-bottom: 30px; } }
    .gr-img-about .box-image img {
      width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .gr-img-about .box-image:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .gr-img-about .box-des {
    padding-left: 130px; }
    .rtl .gr-img-about .box-des {
      padding-right: 130px;
      padding-left: inherit; }
    @media (max-width: 1199px) {
      .gr-img-about .box-des {
        padding-left: 30px; }
        .rtl .gr-img-about .box-des {
          padding-right: 30px;
          padding-left: inherit; } }
    @media (max-width: 991px) {
      .gr-img-about .box-des {
        padding-left: 0; }
        .rtl .gr-img-about .box-des {
          padding-right: 0;
          padding-left: inherit; } }
  .gr-img-about .title {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .gr-img-about .title:before {
      content: "";
      background: #f43434;
      position: absolute;
      width: 70px;
      height: 2px;
      bottom: 0;
      left: 0; }
      .rtl .gr-img-about .title:before {
        right: 0;
        left: auto; }
  .gr-img-about .descript {
    font-size: 14px;
    line-height: 32px;
    color: #666666; }

/** page-sevice **/
#page-sevice {
  position: relative;
  z-index: 1;
  color: #666666;
  text-align: center;
  padding: 100px 0; }
  @media (max-width: 767px) {
    #page-sevice {
      padding: 50px 0; } }
  #page-sevice:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px;
    background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-features.jpg);
    background-position: center center; }
    .rtl #page-sevice:before {
      margin-right: -1000px;
      margin-left: inherit; }
  #page-sevice .sevice-item {
    padding: 30px;
    line-height: 23px;
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .rtl #page-sevice .sevice-item {
      text-align: right; }
    @media (max-width: 991px) {
      #page-sevice .sevice-item {
        padding: 20px; } }
    @media (max-width: 767px) {
      #page-sevice .sevice-item {
        margin-bottom: 20px; } }
    #page-sevice .sevice-item span {
      font-size: 21px;
      color: #f43434;
      font-weight: 500;
      font-family: Khand; }
    #page-sevice .sevice-item h5 {
      font-size: 21px;
      font-weight: 500;
      margin: 5px 0 20px; }
    #page-sevice .sevice-item:hover {
      -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      -webkit-transform: translate(0px, -10px) rotate(0.01deg);
      -moz-transform: translate(0px, -10px) rotate(0.01deg);
      -ms-transform: translate(0px, -10px) rotate(0.01deg);
      -o-transform: translate(0px, -10px) rotate(0.01deg);
      transform: translate(0px, -10px) rotate(0.01deg); }

.sevice_title .title_block {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  text-transform: none;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .sevice_title .title_block:before {
    content: "";
    background: #f43434;
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
.sevice_title .sub_title {
  width: 50%;
  margin: auto;
  margin-bottom: 70px;
  line-height: 23px; }
  @media (max-width: 575px) {
    .sevice_title .sub_title {
      width: 100%; } }

/**** page-contact ***/
#page-contact {
  position: relative; }
  #page-contact:before, #page-contact:after {
    content: "";
    background: #e5e5e5;
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl #page-contact:before, .rtl #page-contact:after {
      margin-right: -1000px;
      margin-left: inherit; }
  #page-contact:before {
    top: 0; }
  #page-contact:after {
    bottom: 0; }
  #page-contact .item-left {
    border-right: 1px solid #e5e5e5; }
    .rtl #page-contact .item-left {
      border-left: 1px solid #e5e5e5;
      border-right: inherit; }
  #page-contact .contact-item {
    text-align: center;
    padding: 80px 60px; }
    @media (max-width: 991px) {
      #page-contact .contact-item {
        padding: 50px 30px; } }
    @media (max-width: 575px) {
      #page-contact .contact-item {
        border-bottom: 1px solid #e5e5e5;
        padding: 50px 0; } }
    #page-contact .contact-item h4 {
      font-size: 21px;
      font-weight: 500;
      margin-bottom: 30px; }
    #page-contact .contact-item .btn {
      font-weight: 400; }
    #page-contact .contact-item p {
      line-height: 23px;
      margin-bottom: 30px; }

/*** page-ourteam ***/
#page-ourteam {
  text-align: center;
  margin-top: 100px; }
  #page-ourteam .text-heading {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px; }
  #page-ourteam .out-team {
    margin-bottom: 50px; }
  #page-ourteam .image-bg {
    display: block;
    overflow: hidden; }
    #page-ourteam .image-bg img {
      width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    #page-ourteam .image-bg:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

/************* PAGE FAQ ***********/
.gr-page-faq .ApColumn .block {
  margin-bottom: 0; }
  .gr-page-faq .ApColumn .block.faq-title {
    margin: 0 auto 40px;
    line-height: 25px; }
    @media (min-width: 768px) {
      .gr-page-faq .ApColumn .block.faq-title {
        width: 45%; } }
.gr-page-faq .ApHtml .title_block {
  border-bottom: 2px solid #e5e5e5;
  background: rgb(245, 245, 245);
  padding: 10px 30px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #666;
  line-height: 1.5;
  text-align: left;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  .rtl .gr-page-faq .ApHtml .title_block {
    text-align: right; }
  .gr-page-faq .ApHtml .title_block:before {
    content: "\f059";
    font-family: "FontAwesome";
    top: 11px;
    background: none;
    color: #007ABE;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .rtl .gr-page-faq .ApHtml .title_block:before {
      right: 10px;
      left: auto; }
.gr-page-faq .ApHtml .title[aria-expanded="true"] .title_block {
  border-bottom: 2px solid #007ABE;
  background: #222;
  color: #fff; }
.gr-page-faq .ApHtml .title[aria-expanded="true"] .navbar-toggler {
  color: #FFFFFF; }

/* Multi Image Product List */
.leo-more-info {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 50px;
  overflow: hidden;
  padding: 0;
  right: 0;
  float: left;
  text-align: left;
  border-radius: 0;
  -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);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
  .rtl .leo-more-info {
    left: 0;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 260px;
    float: left; }
    .rtl .leo-more-info .thumbs_list {
      float: right; }
    @media (max-width: 1199px) {
      .leo-more-info .thumbs_list {
        height: 195px; } }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      background: #FFFFFF;
      padding: 2px;
      margin: 2px 0;
      border: 1px solid #949393;
      float: left; }
      .rtl .leo-more-info .thumbs_list li {
        float: right; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
        .leo-more-info .thumbs_list li a img {
          max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center; }
    .leo-more-info .view_scroll_left.disable,
    .leo-more-info .view_scroll_right.disable {
      opacity: 0.5;
      -ms-opacity: 0.5;
      -o-opacity: 0.5;
      -moz-opacity: 0.5;
      -webkit-opacity: 0.5;
      filter: alpha(opacity=50); }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px; }
  .leo-more-info .view_scroll_left {
    margin-top: 0; }

/*** Style scrollbar ***/
/********** NEW *******************/
.banner-wrapper-infor {
  display: inline-block;
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .banner-wrapper-infor {
      margin-top: -150px; } }
  .banner-wrapper-infor .ApImage {
    border-radius: 8px; }
    .banner-wrapper-infor .ApImage .image_description {
      position: absolute;
      top: 50%;
      bottom: auto;
      color: #000000;
      left: 10%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .rtl .banner-wrapper-infor .ApImage .image_description {
        right: 10%;
        left: auto; }
      @media (max-width: 1199px) {
        .banner-wrapper-infor .ApImage .image_description {
          left: 10px; }
          .rtl .banner-wrapper-infor .ApImage .image_description {
            right: 10px;
            left: auto; } }
      .banner-wrapper-infor .ApImage .image_description .title-sub {
        position: relative;
        display: inline-block;
        font-size: 19px;
        line-height: normal;
        font-style: italic;
        font-weight: 400;
        margin-bottom: 7px;
        overflow: hidden;
        text-transform: capitalize;
        color: #f43434; }
        @media (max-width: 991px) and (min-width: 576px) {
          .banner-wrapper-infor .ApImage .image_description .title-sub {
            font-size: 14px; } }
        .banner-wrapper-infor .ApImage .image_description .title-sub:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(244, 52, 52, 0.4);
          -webkit-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
          -ms-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
          -o-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
          transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
          -webkit-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
          -moz-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
          -ms-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
          -o-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
          transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1); }
          .rtl .banner-wrapper-infor .ApImage .image_description .title-sub:before {
            right: 0;
            left: auto; }
      .banner-wrapper-infor .ApImage .image_description .title-banner {
        margin-bottom: 15px;
        position: relative;
        font-size: 28px;
        color: #000000;
        font-family: Khand;
        text-transform: none;
        max-width: 80%; }
        @media (max-width: 991px) and (min-width: 576px) {
          .banner-wrapper-infor .ApImage .image_description .title-banner {
            font-size: 10px; } }
    .banner-wrapper-infor .ApImage:hover .image_description .title-sub:before {
      -webkit-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
      -moz-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
      -ms-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
      -o-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
      transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0); }

/****** ApHTML ****/
/*** ApRawHtml ****/
.banner-html .block.ApRawHtml {
  /*padding: 130px 646px 350px 0;
  margin: 0;*/
  margin: 40% auto 0;
  text-align: center; }
  @media (max-width: 480px) {
    .banner-html .block.ApRawHtml {
      padding: 200px 0; } }
  .banner-html .block.ApRawHtml a {
    display: inline-block;
    /*margin: 0 0 0 -60%;*/
	margin:0;
   font-size: 70px;
	line-height: 70px;
	font-weight: 700;
	color: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
	
	@media (max-width: 1599px) {
	.banner-html .block.ApRawHtml a {
    /*margin: 0 0 0 -25%;*/}
	
	.banner-html .block.ApRawHtml {
	/*padding: 100px 540px 350px 0;*/}
	}
    @media (max-width: 767px) {
      .banner-html .block.ApRawHtml a {
        font-size: 30px;
        line-height: 30px; } }
    .banner-html .block.ApRawHtml a:hover {
       /****border-color: #007ABE;  ****/}
@media (min-width: 992px) {
  .banner-html:hover .block.ApRawHtml a {
   /**** letter-spacing: 10px;  ****/  } }

/**** testimonial  ****/
.box-testimonial {
  padding: 70px 0 0;
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .box-testimonial {
      margin-bottom: 0; } }
  .box-testimonial .title_block {
    margin: 0; }
  .box-testimonial .block-carousel-image-container {
    position: relative;
    line-height: 24px;
    padding: 13px 20px;
    margin-bottom: 30px;
    background: #e6f3e9;
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 576px) {
      .box-testimonial .block-carousel-image-container {
        max-width: 100%; } }
  .box-testimonial .testi-img {
    min-width: 70px; }
    .box-testimonial .testi-img img {
      width: 70px;
      height: 70px;
      border-radius: 50px; }
  .box-testimonial .box-des {
    padding-left: 20px; }
    .rtl .box-testimonial .box-des {
      padding-right: 20px;
      padding-left: inherit; }
    .box-testimonial .box-des .title {
      position: relative;
      font-weight: 700;
      font-size: 15px;
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-family: Khand;
      color: #000000; }
      .box-testimonial .box-des .title::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 1px;
        background: rgba(143, 143, 143, 0.25);
        bottom: 0;
        left: 0; }
        .rtl .box-testimonial .box-des .title::before {
          right: 0;
          left: auto; }
      .box-testimonial .box-des .title span {
        display: block;
        margin-top: 5px;
        font-weight: 400;
        font-family: Khand; }
  @media (min-width: 992px) {
    .box-testimonial .owl-theme {
      width: 50%;
      margin: auto; } }
  .box-testimonial .owl-theme .owl-controls .owl-pagination {
    position: relative;
    margin-top: 50px; }
  .box-testimonial .owl-theme .owl-controls span {
    border: none;
    width: 10px;
    height: 10px;
    background: #ccc; }
    .box-testimonial .owl-theme .owl-controls span:before {
      display: none; }
  .box-testimonial .owl-theme .owl-controls .owl-page.active span {
    background: #000000; }
  .box-testimonial .slick-slide:nth-child(2n) .block-carousel-image-container {
    background: #f3f3e6; }

/** .bg-over-lay **/
.bg-over-lay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 120vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  visibility: hidden;
  will-change: opacity;
  z-index: 1000; }

.show-over-lay {
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100); }

/** home page **/
.page-padding {
  padding: 0 100px; }
  @media (max-width: 1500px) {
    .page-padding {
      padding: 0 30px; } }
  @media (max-width: 1199px) {
    .page-padding {
      padding: 0 15px; } }

.page-margin {
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .page-margin {
      margin-bottom: 40px; } }

.row-flex {
  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: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  }

@media (min-width: 992px) {
  .row-footer-flex {
    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: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; 
	align-items: baseline;
	width: 1200px;
  margin: 0 auto;} }
@media (max-width: 991px) {
  .row-footer-flex {
    padding-top: 30px; } }

/**** BANNER ****/
.gr-banner {
	/****margin-top: 120px; ****/
   }
  @media (max-width: 991px) {
    .gr-banner {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    .gr-banner .ApColumn .block {
      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: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; } }
  .gr-banner .ApColumn .block > a {
    width: auto;
	max-width:50%;
	}
	
	@media (orientation: portrait) {
		.gr-banner .ApColumn .block > a {
		width: auto !important;
		max-width:100%;
		}
		}
		
	@media (min-width:654px) and (max-width: 1300px) {
		 .gr-banner .ApColumn .block{flex-direction: column;}
	 
		.gr-banner .ApColumn .block > a {
		width: auto !important;
		max-width:100%;
		margin-bottom:50px;
		}
		
		 .gr-banner .ApColumn .block .image_description {
		 width: 100% !important;}
		 
		 .sub-title-widget{width: 100% !important;}
		 
	}
	
  .gr-banner .ApColumn .block .image_description {
    width: 50%;
    line-height: 24px;
    /*padding-right: 100px; */}
    .rtl .gr-banner .ApColumn .block .image_description {
      padding-left: 100px;
      padding-right: inherit; }
    @media (max-width: 1400px) {
      .gr-banner .ApColumn .block .image_description {
        width: 70%; } }
    @media (max-width: 991px) {
      .gr-banner .ApColumn .block .image_description {
        width: 100%;
        margin-top: 30px;
        padding-right: 0; }
        .rtl .gr-banner .ApColumn .block .image_description {
          padding-left: 0;
          padding-right: inherit; } }
    .gr-banner .ApColumn .block .image_description .title_block {
      width: auto;
      padding-top: 0;
      text-align: left; }
      .rtl .gr-banner .ApColumn .block .image_description .title_block {
        text-align: right; }
      .gr-banner .ApColumn .block .image_description .title_block:before {
        right: inherit;
        left: 0; }
        .rtl .gr-banner .ApColumn .block .image_description .title_block:before {
          right: 0;
          left: auto; }
    .gr-banner .ApColumn .block .image_description .btn {
      margin-top: 40px;
      padding: 13px 30px 10px; }

/** GROUP INFO **/
.gr-info .ApColumn .ApImage {
  margin-bottom: 0; }
  .gr-info .ApColumn .ApImage .image_description {
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 50%;
    top: auto;
    right: auto;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    text-align: center; }
    .gr-info .ApColumn .ApImage .image_description h4 {
      font-size: 64px;
      color: #FFFFFF;
      line-height: 80px;
      margin-bottom: 0; }

@media (min-width: 481px) {
  .banner-float {
    width: 50%;
    padding-right: 15px;
    float: left; }
    .rtl .banner-float {
      padding-left: 15px;
      padding-right: inherit; }
    .rtl .banner-float {
      float: right; }

  .banner-float1 {
    width: 50%;
    padding-left: 15px;
    float: left; }
    .rtl .banner-float1 {
      padding-right: 15px;
      padding-left: inherit; }
    .rtl .banner-float1 {
      float: right; } }
.clearfloat {
  width: 100%;
  clear: both; }

/**** CONTAINER *****/
@media (min-width: 1200px) {
  .container-large {
    max-width: 1745px;
    width: auto;
    margin: auto;
    padding: 0 15px;
	
	} }

@media (min-width: 1200px) {
  .container-full {
    max-width: 1830px;
    width: auto;
    margin: auto;
    padding: 0 15px; } }

.page-loading-overlay {
  display: none;
  background: url(../../../../assets/img/modules/appagebuilder/img/AjaxLoader.gif) center no-repeat !important;
  background-size: 32px !important;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 50%;
  left: 50%;
  z-index: 1040;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }
  .page-loading-overlay::before {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0; }
    .rtl .page-loading-overlay::before {
      right: 0;
      left: auto; }
  .page-loading-overlay.add-to-cart-loading {
    position: absolute;
    background-size: 20px !important; }

.timeline-wrapper.clearfix {
  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: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
.timeline-wrapper .timeline-parent {
  width: 100%;
  margin: auto; }
.timeline-wrapper .timeline-item {
  border: 0;
  padding: 10px 0; }
.timeline-wrapper.prepare > .timeline-parent {
  display: none;
  padding: 0 15px; }

@media (min-width: 992px) {
  .timeline-wrapper.prepare > .timeline-parent:nth-child(1), .timeline-wrapper.prepare > .timeline-parent:nth-child(2), .timeline-wrapper.prepare > .timeline-parent:nth-child(3), .timeline-wrapper.prepare > .timeline-parent:nth-child(4) {
    display: block; } }
.hide-loading .timeline-wrapper {
  display: none !important; }

div.animated-background {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIA0KICAgIGNsYXNzPSJzdmctbG9hZGVyIiANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIA0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCiAgICB4PSIwcHgiIA0KICAgIHk9IjBweCINCiAgICB2aWV3Qm94PSIwIDAgODAgODAiIA0KICAgIHhtbDpzcGFjZT0icHJlc2VydmUiDQogICAgc3R5bGU9IndpZHRoOjMwcHg7IGhlaWdodDozMHB4OyINCiAgICA+DQoNCiAgICA8cGF0aA0KICAgICAgICBpZD0ic3Bpbm5lciIgDQogICAgICAgIGZpbGw9IiM2NjY2NjYiDQogICAgICAgIGQ9Ik00MCw3MkMyMi40LDcyLDgsNTcuNiw4LDQwQzgsMjIuNCwyMi40LDgsNDAsOGMxNy42LDAsMzIsMTQuNCwzMiwzMmMwLDEuMS0wLjksMi0yLDIgcy0yLTAuOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIsMjQuNiwxMiw0MHMxMi42LDI4LDI4LDI4YzEuMSwwLDIsMC45LDIsMlM0MS4xLDcyLDQwLDcyeiI+DQoNCiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0NCiAgICAgICAgICAgIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgIGZyb209IjAgNDAgNDAiDQogICAgICAgICAgICB0bz0iMzYwIDQwIDQwIg0KICAgICAgICAgICAgZHVyPSIwLjZzIg0KICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiDQogICAgICAgIC8+DQogICAgPC9wYXRoPg0KPC9zdmc+) center no-repeat;
  background-size: 32px;
  animation: none;
  height: auto;
  padding-bottom: 100%;
  background-color: #f5f5f5; }
  div.animated-background div {
    opacity: 0; }

.slick-loading body .slick-list {
  background: #fff url("../../../../assets/img/modules/appagebuilder/img/loader.svg") center center no-repeat;
  background-size: 32px; }

body .owl-item.loading:before {
  width: 50px;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIA0KICAgIGNsYXNzPSJzdmctbG9hZGVyIiANCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIA0KICAgIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCiAgICB4PSIwcHgiIA0KICAgIHk9IjBweCINCiAgICB2aWV3Qm94PSIwIDAgODAgODAiIA0KICAgIHhtbDpzcGFjZT0icHJlc2VydmUiDQogICAgc3R5bGU9IndpZHRoOjMwcHg7IGhlaWdodDozMHB4OyINCiAgICA+DQoNCiAgICA8cGF0aA0KICAgICAgICBpZD0ic3Bpbm5lciIgDQogICAgICAgIGZpbGw9IiM2NjY2NjYiDQogICAgICAgIGQ9Ik00MCw3MkMyMi40LDcyLDgsNTcuNiw4LDQwQzgsMjIuNCwyMi40LDgsNDAsOGMxNy42LDAsMzIsMTQuNCwzMiwzMmMwLDEuMS0wLjksMi0yLDIgcy0yLTAuOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIsMjQuNiwxMiw0MHMxMi42LDI4LDI4LDI4YzEuMSwwLDIsMC45LDIsMlM0MS4xLDcyLDQwLDcyeiI+DQoNCiAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0NCiAgICAgICAgICAgIGF0dHJpYnV0ZVR5cGU9InhtbCINCiAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgIHR5cGU9InJvdGF0ZSINCiAgICAgICAgICAgIGZyb209IjAgNDAgNDAiDQogICAgICAgICAgICB0bz0iMzYwIDQwIDQwIg0KICAgICAgICAgICAgZHVyPSIwLjZzIg0KICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiDQogICAgICAgIC8+DQogICAgPC9wYXRoPg0KPC9zdmc+);
  height: 50px;
  position: absolute;
  z-index: 12;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-repeat: no-repeat; }
body .manufacturers_block .owl-item.loading {
  min-height: 92px; }

.page-loading-overlay {
  display: none;
  background: url(../../../../assets/img/modules/appagebuilder/img/AjaxLoader.gif) center no-repeat !important;
  background-size: 32px !important;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 50%;
  left: 50%;
  z-index: 1040;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }
  .page-loading-overlay:before {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0; }
    .rtl .page-loading-overlay:before {
      right: 0;
      left: auto; }
  .page-loading-overlay.add-to-cart-loading {
    position: absolute;
    background-size: 20px !important; }

#search_filters .ui-widget-content {
  position: relative !important;
  overflow: inherit;
  border: none;
  height: 3px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.1); 
  z-index: 10 !important;
  }
  #search_filters .ui-widget-content .ui-slider-range {
    background: #007ABE; }
  #search_filters .ui-widget-content .ui-state-default {
    width: 15px;
    height: 15px;
    top: -6px;
    border: none;
    cursor: ew-resize;
    background: #007ABE;
    border-radius: 50px;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    margin-left: 0; }
    .rtl #search_filters .ui-widget-content .ui-state-default {
      margin-right: 0;
      margin-left: inherit; }
    #search_filters .ui-widget-content .ui-state-default:last-child {
      margin-left: -15px; }
      .rtl #search_filters .ui-widget-content .ui-state-default:last-child {
        margin-right: -15px;
        margin-left: inherit; }
    #search_filters .ui-widget-content .ui-state-default:hover {
      -moz-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1); }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../../../../assets/img/modules/appagebuilder/img/page-loading.svg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center; }
  
  
.logoimg .logo-center{
  margin: 100px auto 50px;
  display: flex;
}

/*# sourceMappingURL=styles.css.map */

.categories-blog-home{display:flex; max-width:1200px;margin: 0 auto;}

@media (orientation: portrait) {
.categories-blog-home{
width: 100%;
flex-wrap: wrap;
}

.imagehotspot-container img {
  margin-bottom: 15px;
}

}

.page-cms-11 .gr-banner .ApColumn .block {
	justify-content:space-between;
}

.page-cms-13 .gr-banner .ApColumn .block {
	justify-content:space-between;
}

.page-cms-11 .col-xl-12.col-lg-12.col-md-12.col-sm-12.col-xs-12.col-sp-12.ApColumn {
	padding:0;
}



@media (max-width:1000px) {
	.page-cms-11 .block.effect-layla.ApImage a{width:auto !important;}
	.page-cms-11 .block.effect-layla.ApImage a img{width:100% !important;}
	.page-cms-13 .block.effect-layla.ApImage a{width:100% !important;}
	
	.image_description{width:100% !important;}
	
	#line{visibility:hidden;}
	#rectangle{visibility:hidden !important;}
	.rectangle_static{visibility:hidden;}
	
}