/***************************************************
  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; }
.ApColumn .title_block {
  font-size: 30px;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 30px;
  z-index: 9;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    .ApColumn .title_block {
      margin-bottom: 50px; } }
.ApColumn .sub-title-widget {
  color: #333333;
  font-weight: 400;
  line-height: 23px;
  font-size: 16px; }

.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;
  width: 20px;
  height: 20px; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 25px; }
@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: 11px; }
    .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: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 #eaeaea; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #eaeaea;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #eaeaea #eaeaea #eaeaea; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #eaeaea; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea transparent;
    *border-left-color: #ffffff; }

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

.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: #fbceb4;
    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 .nav-tabs {
  text-align: center;
  border-bottom: none;
  margin-bottom: 30px;
  padding: 0; }
  .tabs-top .nav-tabs li {
    display: inline-block;
    float: none; }
    .tabs-top .nav-tabs li > a {
      font-size: 13px;
      padding-bottom: 15px;
      font-weight: 600;
      color: #666666;
      padding: 10px 0;
      margin: 0 15px;
      border: none; }
      .tabs-top .nav-tabs li > a:focus, .tabs-top .nav-tabs li > a:hover {
        color: #fbceb4;
        border: none; }
      .tabs-top .nav-tabs li > a.active {
        color: #fbceb4;
        background-color: transparent; }
        .tabs-top .nav-tabs li > a.active:focus, .tabs-top .nav-tabs li > a.active:hover {
          color: #fbceb4;
          background-color: transparent; }
    .tabs-top .nav-tabs li:first-child a {
      margin: 0 15px 0 0; }
      .rtl .tabs-top .nav-tabs li:first-child a {
        margin: 0 0 0 15px; }

/**
* 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: 10px 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-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;
    -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 {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #fbceb4; }
  .box-show-more a .fa {
    margin-left: 5px; }
    .rtl .box-show-more a .fa {
      margin-right: 5px;
      margin-left: inherit; }
.box-show-more.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    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; }

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

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eaeaea; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -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;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #fbceb4;
    -webkit-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
*/
/*instagram-block*/
@media (max-width: 767px) {
  .instagram-block {
    padding-bottom: 30px; } }
.instagram-block .sub-title-widget:after {
  border-color: #e1e1e1; }
.instagram-block img {
  width: 100%;
  height: auto; }
.instagram-block a {
  position: relative;
  margin-bottom: 10px;
  display: inline-block; }
  .instagram-block a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    zoom: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block 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;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .instagram-block a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
.instagram-block .link-instagram {
  display: none; }
.instagram-block .block_content .owl-row {
  margin: 0; }
.instagram-block .block_content .owl-item {
  padding: 0; }

/*
  Widget Manufacturers
*/
.ApColumn .manufacturers_block {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  margin: 0; }
  .ApColumn .manufacturers_block:before {
    content: "";
    border-bottom: 1px solid #eaeaea;
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .ApColumn .manufacturers_block:before {
      margin-right: -1000px;
      margin-left: inherit; }
  .ApColumn .manufacturers_block .owl-item .manufacturer-image-container {
    overflow: hidden; }
  .ApColumn .manufacturers_block .owl-item img {
    display: inline-block;
    -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-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    .ApColumn .manufacturers_block .owl-item img:hover {
      -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-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }

/*
  Widget Category Image
*/
.ApColumn .widget-category_image {
  text-align: center; }
  @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; }
    @media (max-width: 575px) {
      .ApColumn .widget-category_image .cate_content {
        display: inline-block; } }
  .ApColumn .widget-category_image .nbproducts {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    font-family: "Oswald", sans-serif; }
    .ApColumn .widget-category_image .nbproducts .cate-name {
      padding: 20px 30px 0 30px;
      background: #FFFFFF;
      display: inline-block;
      -webkit-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; }
    .ApColumn .widget-category_image .cover-img img {
      -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;
      -o-transition: opacity 1s, transform 1s;
      transition: opacity 1s, transform 1s; }
  .ApColumn .widget-category_image:hover .cover-img 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: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s; }

/* Widget Lastest blogs */
.latest-blogs.block {
  margin: 100px 0 70px; }
  @media (max-width: 991px) {
    .latest-blogs.block {
      margin: 30px 0; } }
@media (min-width: 1200px) {
  .latest-blogs .sub-title-widget {
    width: 70%; } }
.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;
      -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.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-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: 20px 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden; }
  .latest-blogs .blog-container .blog-title a {
    color: #000000;
    line-height: 28px; }
    .latest-blogs .blog-container .blog-title a:hover {
      color: #fbceb4; }
.latest-blogs .blog-container .blog-meta {
  font-size: 13px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  color: #999999; }
  .latest-blogs .blog-container .blog-meta:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #e5e5e5;
    width: 30px;
    height: 1px; }
    .rtl .latest-blogs .blog-container .blog-meta:before {
      right: 0;
      left: auto; }
  .latest-blogs .blog-container .blog-meta > span {
    margin-right: 8px;
    padding-right: 8px;
    color: #000000;
    position: relative; }
    .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:after {
      position: absolute;
      content: "/";
      top: 0;
      right: 0; }
    .latest-blogs .blog-container .blog-meta > span:last-child:after {
      display: none; }
    .latest-blogs .blog-container .blog-meta > span.blog-created {
      color: #999999; }
    .latest-blogs .blog-container .blog-meta > span > span {
      color: #999999; }
.latest-blogs .blog-container .gr-author {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 40px 10px 10px 30px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  background-image: -o-linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -moz-linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -webkit-linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.65) 100%, rgba(0, 0, 0, 0.65) 100%); }
  .rtl .latest-blogs .blog-container .gr-author {
    padding: 40px 30px 10px 10px; }
  .latest-blogs .blog-container .gr-author .date, .latest-blogs .blog-container .gr-author .icon-author {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .latest-blogs .blog-container .gr-author .date {
    margin-right: 20px; }
    .rtl .latest-blogs .blog-container .gr-author .date {
      margin-left: 20px;
      margin-right: inherit; }
  .latest-blogs .blog-container .gr-author i {
    font-size: 18px;
    margin-right: 5px; }
    .rtl .latest-blogs .blog-container .gr-author i {
      margin-left: 5px;
      margin-right: inherit; }
.latest-blogs .blog-container .box-blog {
  font-size: 14px; }
  .latest-blogs .blog-container .box-blog .author, .latest-blogs .blog-container .box-blog .nbcomment {
    font-size: 12px;
    padding-right: 30px;
    color: #999999; }
    .rtl .latest-blogs .blog-container .box-blog .author, .rtl .latest-blogs .blog-container .box-blog .nbcomment {
      padding-left: 30px;
      padding-right: inherit; }
    .latest-blogs .blog-container .box-blog .author .material-icons, .latest-blogs .blog-container .box-blog .nbcomment .material-icons {
      font-size: 12px;
      padding-right: 5px; }
      .rtl .latest-blogs .blog-container .box-blog .author .material-icons, .rtl .latest-blogs .blog-container .box-blog .nbcomment .material-icons {
        padding-left: 5px;
        padding-right: inherit; }
  .latest-blogs .blog-container .box-blog .hits {
    padding-left: 10px; }
    .rtl .latest-blogs .blog-container .box-blog .hits {
      padding-right: 10px;
      padding-left: inherit; }
  .latest-blogs .blog-container .box-blog .blog-desc {
    padding-top: 10px;
    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%; } }

/* Multi Image Product List */
.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.thumbs_list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  .thumbs_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .thumbs_list ul.thumbs_list_frame {
      list-style-type: none;
      padding-left: 0; }
      .rtl .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
  .thumbs_list li {
    width: 100px;
    height: auto; }
    .thumbs_list li img {
      opacity: 0.5;
      filter: alpha(opacity=50);
      -webkit-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
      .thumbs_list li img:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s; }

/** ApCountdown **/
.ApCountdown {
  padding: 70px 0; }
  .ApCountdown ul {
    margin: 50px 0 60px; }
    .ApCountdown ul li {
      display: inline-block;
      font-size: 48px;
      color: #fbceb4;
      width: 100px;
      height: 100px;
      line-height: 80px;
      text-align: center;
      font-weight: 700;
      background: #FFFFFF;
      border: 1px solid #777777;
      margin: 0 15px; }
      @media (max-width: 600px) {
        .ApCountdown ul li {
          font-size: 40px;
          width: 80px;
          height: 80px;
          line-height: 60px;
          margin: 0 6px; } }
      @media (max-width: 480px) {
        .ApCountdown ul li {
          margin: 5px;
          font-size: 34px; } }
      .ApCountdown ul li span {
        font-size: 14px;
        display: block;
        line-height: 0;
        font-weight: 400; }
        .ApCountdown ul li span:first-letter {
          text-transform: uppercase; }

/** Count Down **/
.leo-more-cdown {
  position: relative;
  margin-top: 25px; }
  .leo-more-cdown ul {
    margin: 0;
    padding: 10px 0;
    background: #333333;
    color: #FFFFFF;
    text-align: center; }
    .leo-more-cdown ul li {
      display: inline-block;
      color: #666666;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      text-align: center;
      padding: 0 10px;
      font-size: 18px;
      width: 25%;
      border-right: 1px solid #484848; }
      .rtl .leo-more-cdown ul li {
        border-left: 1px solid #484848;
        border-right: inherit; }
      .leo-more-cdown ul li b {
        display: block;
        position: relative;
        font-weight: 300;
        line-height: 23px;
        font-family: "Oswald", sans-serif;
        color: #FFFFFF; }
      .leo-more-cdown ul li:last-child {
        margin-right: 0; }
        .rtl .leo-more-cdown ul li:last-child {
          margin-left: 0;
          margin-right: inherit; }
        .leo-more-cdown ul li:last-child b:before {
          display: none; }
      .leo-more-cdown ul li span {
        font-size: 14px; }
        @media (max-width: 1199px) {
          .leo-more-cdown ul li span {
            font-size: 10px; } }

/** Group Banner **/
.gr-banner {
  position: relative;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 60px; }
  @media (min-width: 576px) {
    .gr-banner {
      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: 991px) {
    .gr-banner {
      margin-top: 30px;
      margin-bottom: 30px;
      padding-bottom: 30px; } }
  .gr-banner:before {
    content: "";
    border-bottom: 1px solid #eaeaea;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px; }
  @media (max-width: 575px) {
    .gr-banner .ApColumn .block {
      margin-bottom: 0; } }
  .gr-banner .ApColumn .banner-left {
    position: relative;
    margin-bottom: 0; }
    .gr-banner .ApColumn .banner-left a {
      display: inline-block;
      overflow: hidden;
      position: relative; }
      .gr-banner .ApColumn .banner-left a:before {
        content: "";
        border: 1px solid #FFFFFF;
        position: absolute;
        z-index: 1;
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3);
        -o-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3);
        -ms-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3);
        -webkit-transform: scale3d(1.4, 1.4, 1);
        -moz-transform: scale3d(1.4, 1.4, 1);
        -ms-transform: scale3d(1.4, 1.4, 1);
        -o-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
        -webkit-transition: opacity 0.35s, transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s; }
      .gr-banner .ApColumn .banner-left a img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        @media (max-width: 991px) {
          .gr-banner .ApColumn .banner-left a img {
            width: 100% !important; } }
      .gr-banner .ApColumn .banner-left a: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.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .gr-banner .ApColumn .banner-left a:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition: opacity 0.35s, transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s; }
    .gr-banner .ApColumn .banner-left .image_description {
      position: absolute;
      z-index: 99;
      right: 70px;
      bottom: 58%;
      -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 .gr-banner .ApColumn .banner-left .image_description {
        left: 70px;
        right: auto; }
      @media (max-width: 1199px) {
        .gr-banner .ApColumn .banner-left .image_description {
          right: 0; }
          .rtl .gr-banner .ApColumn .banner-left .image_description {
            left: 0;
            right: auto; } }
      .gr-banner .ApColumn .banner-left .image_description h4 {
        font-size: 30px;
        text-transform: uppercase;
        line-height: 45px;
        margin-bottom: 30px; }
      .gr-banner .ApColumn .banner-left .image_description p {
        font-size: 22px;
        font-style: italic;
        line-height: 20px; }

/** effect-phoebe **/
.effect-phoebe {
  position: relative;
  min-height: 250px;
  border: 1px solid #eaeaea; }
  @media (max-width: 1199px) {
    .effect-phoebe {
      min-height: 190px; } }
  @media (max-width: 991px) {
    .effect-phoebe {
      min-height: 140px; } }
  .effect-phoebe .image_description {
    position: absolute;
    left: 50px;
    bottom: 50px; }
    .rtl .effect-phoebe .image_description {
      right: 50px;
      left: auto; }
    .effect-phoebe .image_description h4 {
      font-size: 30px;
      line-height: 45px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .effect-phoebe .image_description h4 {
          font-size: 25px;
          line-height: 30px; } }
      .effect-phoebe .image_description h4:before, .effect-phoebe .image_description h4:after {
        content: "";
        position: absolute;
        background: #000000;
        width: 30px;
        height: 2px;
        bottom: -5px;
        left: 0; }
        .rtl .effect-phoebe .image_description h4:before, .rtl .effect-phoebe .image_description h4:after {
          right: 0;
          left: auto; }
      .effect-phoebe .image_description h4:after {
        bottom: -10px; }

/** Group Support **/
.gr-support {
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0; }
  .gr-support .block.ApRawHtml span {
    font-size: 48px; }
  .gr-support .block.ApRawHtml h4 {
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 30px 0 15px; }
  .gr-support .block.ApRawHtml:hover span {
    color: #fbceb4; }

/** Group Product **/
.gr-product {
  position: relative;
  padding: 100px 0 50px; }
  @media (max-width: 991px) {
    .gr-product {
      padding: 40px 0 0; } }
  .gr-product:before {
    content: "";
    background: #fdf0e8;
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .gr-product:before {
      margin-right: -1000px;
      margin-left: inherit; }
  .gr-product .block_content {
    position: relative; }

.gr-product-1 .title_block {
  text-align: center;
  padding-top: 100px; }
  @media (max-width: 991px) {
    .gr-product-1 .title_block {
      padding-top: 30px; } }
.gr-product-1 .ApColumn > div.block {
  margin-bottom: 0; }

/** Group Carousel **/
.gr-carousel {
  position: relative;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .gr-carousel {
      padding: 50px 0; } }
  .gr-carousel:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px;
    background: linear-gradient(to right, #f8f8f8 50%, #fbceb4 50%); }
    .rtl .gr-carousel:before {
      margin-right: -1000px;
      margin-left: inherit; }
  .gr-carousel .block-carousel-image-container {
    margin: 0 -15px; }
    @media (min-width: 576px) {
      .gr-carousel .block-carousel-image-container {
        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; } }
    @media (max-width: 575px) {
      .gr-carousel .block-carousel-image-container .box-image {
        margin-bottom: 20px; } }
    .gr-carousel .block-carousel-image-container .box-des {
      font-size: 16px;
      padding: 0 100px 0 15px;
      color: #333333; }
      .rtl .gr-carousel .block-carousel-image-container .box-des {
        padding: 0 15px 0 100px; }
      @media (max-width: 991px) {
        .gr-carousel .block-carousel-image-container .box-des {
          padding: 0 50px 0 15px; }
          .rtl .gr-carousel .block-carousel-image-container .box-des {
            padding: 0 15px 0 50px; } }
      @media (max-width: 767px) {
        .gr-carousel .block-carousel-image-container .box-des {
          padding: 0 15px 0 15px; }
          .rtl .gr-carousel .block-carousel-image-container .box-des {
            padding: 0 15px 0 15px; } }
      .gr-carousel .block-carousel-image-container .box-des .title {
        font-size: 30px;
        color: #000000;
        font-family: "Oswald", sans-serif;
        line-height: 40px;
        text-transform: uppercase; }
      .gr-carousel .block-carousel-image-container .box-des p {
        padding: 40px 0 30px;
        line-height: 25px; }
      .gr-carousel .block-carousel-image-container .box-des .btn {
        font-size: 14px;
        padding: 10px 40px; }
  @media (min-width: 1200px) {
    .gr-carousel .owl-theme .owl-controls .owl-pagination {
      top: auto;
      bottom: 50%;
      -webkit-transform: translate(0, 50%);
      -moz-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
      transform: translate(0, 50%); } }
  .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page {
    padding-left: 20px; }
    .rtl .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page {
      padding-right: 20px;
      padding-left: inherit; }
    @media (min-width: 1200px) {
      .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page {
        padding-left: 0;
        margin-bottom: 20px;
        display: block; }
        .rtl .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page {
          padding-right: 0;
          padding-left: inherit; } }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page span.owl-numbers {
      color: #000000;
      padding: 0 0 3px;
      font-size: 20px;
      border-radius: 0;
      background: transparent;
      margin: 0;
      border-bottom: 1px solid #000000; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page.active span.owl-numbers, .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:hover span.owl-numbers {
      color: #be8b6d;
      background: transparent; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page.active span.owl-numbers {
      border: none; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:nth-child(1) .owl-numbers:before {
      content: "0"; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:nth-child(2) .owl-numbers:before {
      content: "0"; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:nth-child(3) .owl-numbers:before {
      content: "0"; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:nth-child(4) .owl-numbers:before {
      content: "0"; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:nth-child(5) .owl-numbers:before {
      content: "0"; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:nth-child(6) .owl-numbers:before {
      content: "0"; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:nth-child(7) .owl-numbers:before {
      content: "0"; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:nth-child(8) .owl-numbers:before {
      content: "0"; }
    .gr-carousel .owl-theme .owl-controls .owl-pagination .owl-page:nth-child(9) .owl-numbers:before {
      content: "0"; }

/** Group product list **/
.gr-product-list {
  padding-top: 100px; }
  @media (max-width: 991px) {
    .gr-product-list {
      padding-top: 40px; } }
  .gr-product-list .title_block {
    font-size: 20px; }

/** banner-home-center **/
.banner-home-center {
  margin-top: 70px; }
  .banner-home-center .ApColumn .block {
    margin-bottom: 0; }
    .banner-home-center .ApColumn .block .image_description {
      position: absolute;
      width: 100%;
      text-align: center;
      left: 50%;
      bottom: 50%;
      font-size: 15px;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      -o-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
      .banner-home-center .ApColumn .block .image_description h5 {
        font-size: 20px;
        color: #c3a18d; }
        @media (max-width: 1199px) {
          .banner-home-center .ApColumn .block .image_description h5 {
            font-size: 15px; } }
      .banner-home-center .ApColumn .block .image_description h4 {
        font-size: 55px;
        font-family: "Playfair Display", serif;
        font-style: italic;
        margin: 20px 0 40px;
        text-transform: none; }
        @media (max-width: 1199px) {
          .banner-home-center .ApColumn .block .image_description h4 {
            font-size: 30px;
            margin: 20px 0; } }
        @media (max-width: 991px) {
          .banner-home-center .ApColumn .block .image_description h4 {
            font-size: 30px;
            margin: 10px 0; } }
      .banner-home-center .ApColumn .block .image_description .text {
        font-weight: 300;
        letter-spacing: 7px; }
        @media (max-width: 1199px) {
          .banner-home-center .ApColumn .block .image_description .text {
            letter-spacing: 3px; } }
      .banner-home-center .ApColumn .block .image_description .btn {
        font-size: 14px;
        margin-top: 40px;
        padding: 10px 40px; }
        @media (max-width: 1199px) {
          .banner-home-center .ApColumn .block .image_description .btn {
            margin-top: 20px; } }
        @media (max-width: 1199px) {
          .banner-home-center .ApColumn .block .image_description .btn {
            margin-top: 10px; } }

/** HTML **/
.gr-service {
  text-align: center;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .gr-service {
      padding: 50px 0; } }
  @media (min-width: 576px) {
    .gr-service {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 576px) {
    .gr-service .center-html {
      border-width: 0 1px;
      border-style: solid;
      border-color: #eaeaea; } }
  @media (min-width: 576px) {
    .gr-service .ApColumn .block {
      margin-bottom: 0; } }
  .gr-service .ApColumn .block h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .gr-service .ApColumn .block p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0; }

/** IMAGES **/
@media (max-width: 767px) and (min-width: 481px) {
  .gr-image {
    padding: 0; }
    .gr-image .block.ApImage {
      width: 50%;
      float: left;
      padding: 0 15px; }
      .rtl .gr-image .block.ApImage {
        float: right; } }

/** Static **/
.static {
  position: static; }

/*** Style scrollbar ***/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #505f74; }

::-webkit-scrollbar-thumb {
  background-color: #75c435;
  border-radius: 0;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent); }

/*** Responsive part ***/

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